@anker-in/shopify-sdk 1.2.0-beta.12 → 1.2.0-beta.13

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/dist/index.d.mts CHANGED
@@ -11186,7 +11186,7 @@ interface NormalizedPage {
11186
11186
  createdAt: string;
11187
11187
  updatedAt: string;
11188
11188
  seo?: Seo;
11189
- metafields?: Record<string, Metafield>;
11189
+ metafields?: Record<string, any>;
11190
11190
  }
11191
11191
  interface GetPageOptions {
11192
11192
  handle: string;
@@ -11222,7 +11222,7 @@ interface NormalizedShop {
11222
11222
  host: string;
11223
11223
  };
11224
11224
  brand?: Brand;
11225
- metafields?: Record<string, Metafield>;
11225
+ metafields?: Record<string, any>;
11226
11226
  }
11227
11227
  interface GetShopOptions {
11228
11228
  locale: string;
package/dist/index.d.ts CHANGED
@@ -11186,7 +11186,7 @@ interface NormalizedPage {
11186
11186
  createdAt: string;
11187
11187
  updatedAt: string;
11188
11188
  seo?: Seo;
11189
- metafields?: Record<string, Metafield>;
11189
+ metafields?: Record<string, any>;
11190
11190
  }
11191
11191
  interface GetPageOptions {
11192
11192
  handle: string;
@@ -11222,7 +11222,7 @@ interface NormalizedShop {
11222
11222
  host: string;
11223
11223
  };
11224
11224
  brand?: Brand;
11225
- metafields?: Record<string, Metafield>;
11225
+ metafields?: Record<string, any>;
11226
11226
  }
11227
11227
  interface GetShopOptions {
11228
11228
  locale: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/shopify-sdk",
3
- "version": "1.2.0-beta.12",
3
+ "version": "1.2.0-beta.13",
4
4
  "description": "Shopify Storefront API GraphQL client",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",