@gem-sdk/core 19.1.0-staging.19 → 19.1.0-staging.30

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.
@@ -36,6 +36,10 @@
36
36
  id
37
37
  value
38
38
  }
39
+ metafields {
40
+ key
41
+ value
42
+ }
39
43
  }
40
44
  fragment DataSEOSelect on DataSEO {
41
45
  id
@@ -6,6 +6,11 @@
6
6
  handle
7
7
  isMobile
8
8
  sectionPosition
9
+ metafields {
10
+ id
11
+ key
12
+ value
13
+ }
9
14
  pageSections {
10
15
  cid
11
16
  component
@@ -36,6 +36,10 @@ function e(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0
36
36
  id
37
37
  value
38
38
  }
39
+ metafields {
40
+ key
41
+ value
42
+ }
39
43
  }
40
44
  fragment DataSEOSelect on DataSEO {
41
45
  id
@@ -6,6 +6,11 @@ function e(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0
6
6
  handle
7
7
  isMobile
8
8
  sectionPosition
9
+ metafields {
10
+ id
11
+ key
12
+ value
13
+ }
9
14
  pageSections {
10
15
  cid
11
16
  component
@@ -43534,6 +43534,7 @@ type PreviewThemePageQueryResponse = {
43534
43534
  customCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
43535
43535
  customFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fileKey' | 'filePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'id' | 'mimeType' | 'shopID' | 'size'>>>>;
43536
43536
  interaction?: Maybe$1<Pick<PreviewPageInteraction$1, 'id' | 'value'>>;
43537
+ metafields?: Maybe$1<Array<Pick<PreviewThemePageMeta$1, 'key' | 'value'>>>;
43537
43538
  }>;
43538
43539
  };
43539
43540
  declare class TypedDocumentString$d<TResult, TVariables> extends String implements DocumentTypeDecoration<TResult, TVariables> {
@@ -43786,6 +43787,7 @@ type ThemePageQueryVariables = Exact<{
43786
43787
  }>;
43787
43788
  type ThemePageQueryResponse = {
43788
43789
  themePage?: Maybe<Pick<ThemePage, 'id' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
43790
+ metafields?: Maybe<Array<Maybe<Pick<ThemePageMeta, 'id' | 'key' | 'value'>>>>;
43789
43791
  pageSections?: Maybe<Array<Maybe<Pick<PageSection, 'cid' | 'component' | 'id' | 'deletedAt'>>>>;
43790
43792
  theme?: Maybe<Pick<Theme, 'id'> & {
43791
43793
  themeStyles?: Maybe<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "19.1.0-staging.19",
3
+ "version": "19.1.0-staging.30",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@gem-sdk/adapter-shopify": "19.1.0-staging.19",
32
- "@gem-sdk/styles": "19.1.0-staging.19",
32
+ "@gem-sdk/styles": "19.1.0-staging.27",
33
33
  "@types/classnames": "^2.3.1"
34
34
  },
35
35
  "dependencies": {