acryl-datahub 1.3.0.1rc4__py3-none-any.whl → 1.3.0.1rc5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of acryl-datahub might be problematic. Click here for more details.

@@ -26,6 +26,7 @@
26
26
  "HIERARCHY": "A module displaying a hierarchy to navigate",
27
27
  "LINK": "Link type module",
28
28
  "OWNED_ASSETS": "Module displaying assets owned by a user",
29
+ "PLATFORMS": "Module displaying the platforms in an instance",
29
30
  "RELATED_TERMS": "Module displaying the related terms of a given glossary term",
30
31
  "RICH_TEXT": "Module containing rich text to be rendered"
31
32
  },
@@ -41,7 +42,8 @@
41
42
  "ASSETS",
42
43
  "CHILD_HIERARCHY",
43
44
  "DATA_PRODUCTS",
44
- "RELATED_TERMS"
45
+ "RELATED_TERMS",
46
+ "PLATFORMS"
45
47
  ],
46
48
  "doc": "Enum containing the types of page modules that there are"
47
49
  },