@paroicms/admin-ui 1.86.1 → 1.86.3
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.
|
@@ -2714,6 +2714,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2714
2714
|
) {
|
|
2715
2715
|
partsOf(documentId: $documentId) {
|
|
2716
2716
|
... on Part {
|
|
2717
|
+
__typename
|
|
2717
2718
|
listName
|
|
2718
2719
|
parentNodeId
|
|
2719
2720
|
typeName
|
|
@@ -2727,6 +2728,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2727
2728
|
fieldValues(preprocess: { replaceWithExcerpt: true })
|
|
2728
2729
|
}
|
|
2729
2730
|
... on PartPlaceholder {
|
|
2731
|
+
__typename
|
|
2730
2732
|
listName
|
|
2731
2733
|
parentNodeId
|
|
2732
2734
|
typeName
|
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<meta name="robots" content="noindex, nofollow" />
|
|
7
|
-
<script type="module" crossorigin src="/adm/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/adm/assets/index-C3JZ4ytg.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/adm/assets/index-DMO-grYE.css">
|
|
9
9
|
</head>
|
|
10
10
|
|