@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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,
|
|
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,
|
|
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,
|
|
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,
|
|
11225
|
+
metafields?: Record<string, any>;
|
|
11226
11226
|
}
|
|
11227
11227
|
interface GetShopOptions {
|
|
11228
11228
|
locale: string;
|