@gem-sdk/core 1.58.0-staging.78 → 1.58.0-staging.83

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.
@@ -29,6 +29,10 @@
29
29
  customFonts {
30
30
  ...CustomFontSelect
31
31
  }
32
+ interaction {
33
+ id
34
+ value
35
+ }
32
36
  }
33
37
  `;
34
38
 
@@ -32,6 +32,10 @@
32
32
  id
33
33
  value
34
34
  }
35
+ metafields {
36
+ key
37
+ value
38
+ }
35
39
  }
36
40
  `;
37
41
 
@@ -27,6 +27,10 @@
27
27
  customFonts {
28
28
  ...CustomFontSelect
29
29
  }
30
+ interaction {
31
+ id
32
+ value
33
+ }
30
34
  }
31
35
  `;
32
36
 
@@ -30,6 +30,10 @@
30
30
  id
31
31
  value
32
32
  }
33
+ metafields {
34
+ key
35
+ value
36
+ }
33
37
  }
34
38
  `;
35
39
 
@@ -31894,6 +31894,7 @@ type PublishedThemePagesQueryResponse = {
31894
31894
  themePageCustomCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
31895
31895
  themePageCustomFonts?: Maybe$1<Array<Maybe$1<CustomFont$1>>>;
31896
31896
  interaction?: Maybe$1<Pick<PublishedPageInteraction$1, 'id' | 'value'>>;
31897
+ metafiels?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePageMeta$1, 'id' | 'key' | 'value'>>>>;
31897
31898
  }>>>;
31898
31899
  };
31899
31900
  declare const PublishedThemePagesDocument: string;
@@ -31971,6 +31972,7 @@ type PreviewThemePageQueryResponse = {
31971
31972
  analytic?: Maybe$1<Pick<Analytic$1, 'fbPixelID' | 'gaTrackingID' | 'tiktokPixelID'>>;
31972
31973
  customCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
31973
31974
  customFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'mimeType' | 'filePath'>>>>;
31975
+ interaction?: Maybe$1<Pick<PreviewPageInteraction, 'id' | 'value'>>;
31974
31976
  }>;
31975
31977
  };
31976
31978
  declare const PreviewThemePageDocument: string;
@@ -41896,8 +41898,9 @@ type PublishedThemePageSelectFragment = Pick<PublishedThemePage$1, 'id' | 'name'
41896
41898
  themePageDataSEO?: Maybe$1<Array<Maybe$1<Pick<DataSeo$1, 'id' | 'key' | 'value'>>>>;
41897
41899
  pageStyle?: Maybe$1<Pick<PublishedThemeStyle$1, 'id' | 'data' | 'name'>>;
41898
41900
  themePageAnalytic?: Maybe$1<Pick<Analytic$1, 'fbPixelID' | 'gaTrackingID' | 'tiktokPixelID'>>;
41899
- themePageCustomCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
41901
+ themePageCustomFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'mimeType' | 'filePath'>>>>;
41900
41902
  interaction?: Maybe$1<Pick<PublishedPageInteraction$1, 'id' | 'value'>>;
41903
+ metafields?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePageMeta$1, 'id' | 'key' | 'value'>>>>;
41901
41904
  };
41902
41905
 
41903
41906
  declare const getProductBySlug: (fetcher: FetchFunc, slug?: string) => Promise<ProductSelectFragment>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-staging.78",
3
+ "version": "1.58.0-staging.83",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,7 +27,7 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.57.15-staging.0",
30
+ "@gem-sdk/adapter-shopify": "1.58.0-staging.79",
31
31
  "@gem-sdk/styles": "1.58.0-staging.61",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },