@gem-sdk/core 1.58.0-staging.82 → 1.58.0-staging.88
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/types/index.d.ts
CHANGED
|
@@ -8367,6 +8367,7 @@ type PostPurchaseTextareaControlType<T> = SharedControlType<T> & {
|
|
|
8367
8367
|
isStrike?: boolean;
|
|
8368
8368
|
showOn?: 'singleProduct' | 'multiProduct';
|
|
8369
8369
|
}[];
|
|
8370
|
+
isFallback?: boolean;
|
|
8370
8371
|
};
|
|
8371
8372
|
|
|
8372
8373
|
type NotesControlType<T> = SharedControlType<T> & {
|
|
@@ -31894,6 +31895,7 @@ type PublishedThemePagesQueryResponse = {
|
|
|
31894
31895
|
themePageCustomCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
|
|
31895
31896
|
themePageCustomFonts?: Maybe$1<Array<Maybe$1<CustomFont$1>>>;
|
|
31896
31897
|
interaction?: Maybe$1<Pick<PublishedPageInteraction$1, 'id' | 'value'>>;
|
|
31898
|
+
metafiels?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePageMeta$1, 'id' | 'key' | 'value'>>>>;
|
|
31897
31899
|
}>>>;
|
|
31898
31900
|
};
|
|
31899
31901
|
declare const PublishedThemePagesDocument: string;
|
|
@@ -41897,9 +41899,9 @@ type PublishedThemePageSelectFragment = Pick<PublishedThemePage$1, 'id' | 'name'
|
|
|
41897
41899
|
themePageDataSEO?: Maybe$1<Array<Maybe$1<Pick<DataSeo$1, 'id' | 'key' | 'value'>>>>;
|
|
41898
41900
|
pageStyle?: Maybe$1<Pick<PublishedThemeStyle$1, 'id' | 'data' | 'name'>>;
|
|
41899
41901
|
themePageAnalytic?: Maybe$1<Pick<Analytic$1, 'fbPixelID' | 'gaTrackingID' | 'tiktokPixelID'>>;
|
|
41900
|
-
themePageCustomCode?: Maybe$1<Pick<CustomCode$1, 'body' | 'header'>>;
|
|
41901
41902
|
themePageCustomFonts?: Maybe$1<Array<Maybe$1<Pick<CustomFont$1, 'backupFilePath' | 'fontFamily' | 'fontStyle' | 'fontWeight' | 'mimeType' | 'filePath'>>>>;
|
|
41902
41903
|
interaction?: Maybe$1<Pick<PublishedPageInteraction$1, 'id' | 'value'>>;
|
|
41904
|
+
metafields?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePageMeta$1, 'id' | 'key' | 'value'>>>>;
|
|
41903
41905
|
};
|
|
41904
41906
|
|
|
41905
41907
|
declare const getProductBySlug: (fetcher: FetchFunc, slug?: string) => Promise<ProductSelectFragment>;
|