@platecms/delta-client 0.10.0 → 0.10.1
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platecms/delta-client",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Utilities and functions to interact with the Delta CMS.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"publishConfig": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"src/**/*"
|
|
19
19
|
],
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@platecms/delta-cast": "0.10.
|
|
21
|
+
"@platecms/delta-cast": "0.10.1",
|
|
22
22
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
23
23
|
"graphql": "16.11.0",
|
|
24
24
|
"lodash": "4.17.21",
|
|
@@ -881,8 +881,8 @@ export type CreateGridInput = {
|
|
|
881
881
|
};
|
|
882
882
|
|
|
883
883
|
export type CreateGridPlacementInput = {
|
|
884
|
-
/** The PRN of the Experience Component to place in this Grid Placement.
|
|
885
|
-
experienceComponent
|
|
884
|
+
/** The PRN of the Experience Component to place in this Grid Placement. */
|
|
885
|
+
experienceComponent: Scalars['PRN']['input'];
|
|
886
886
|
grid: Scalars['PRN']['input'];
|
|
887
887
|
row: Scalars['Int']['input'];
|
|
888
888
|
};
|