@gem-sdk/core 19.1.0-dev.20 → 19.1.0-dev.21

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
@@ -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
@@ -43535,7 +43535,7 @@ type PreviewThemePageQueryVariables = Exact$1<{
43535
43535
  handleURL?: InputMaybe$1<Scalars$2['String']['input']>;
43536
43536
  }>;
43537
43537
  type PreviewThemePageQueryResponse = {
43538
- previewThemePage?: Maybe$1<(Pick<PreviewThemePage$1, 'id' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
43538
+ previewThemePage?: Maybe$1<Pick<PreviewThemePage$1, 'id' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
43539
43539
  pageSections?: Maybe$1<Array<Maybe$1<Pick<PreviewPageSection$1, 'cid' | 'component' | 'id'>>>>;
43540
43540
  dataSEO?: Maybe$1<Array<Maybe$1<Pick<DataSeo$1, 'id' | 'key' | 'value'>>>>;
43541
43541
  themeStyle?: Maybe$1<Pick<PreviewThemeStyle$1, 'id' | 'data' | 'name'>>;
@@ -43543,7 +43543,8 @@ type PreviewThemePageQueryResponse = {
43543
43543
  customCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
43544
43544
  customFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fileKey' | 'filePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'id' | 'mimeType' | 'shopID' | 'size'>>>>;
43545
43545
  interaction?: Maybe$1<Pick<PreviewPageInteraction$1, 'id' | 'value'>>;
43546
- })>;
43546
+ metafields?: Maybe$1<Array<Pick<PreviewThemePageMeta$1, 'key' | 'value'>>>;
43547
+ }>;
43547
43548
  };
43548
43549
  declare class TypedDocumentString$d<TResult, TVariables> extends String implements DocumentTypeDecoration<TResult, TVariables> {
43549
43550
  __apiType?: NonNullable<DocumentTypeDecoration<TResult, TVariables>['__apiType']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "19.1.0-dev.20",
3
+ "version": "19.1.0-dev.21",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",