@gem-sdk/core 2.0.0-dev.640 → 2.0.0-dev.649
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
|
@@ -35325,9 +35325,10 @@ type ThemePageQueryResponse = {
|
|
|
35325
35325
|
}>>>;
|
|
35326
35326
|
}>;
|
|
35327
35327
|
}>;
|
|
35328
|
+
themeSections?: Maybe<Array<Maybe<Pick<ThemeSection, 'id' | 'name' | 'component'>>>>;
|
|
35328
35329
|
}>;
|
|
35329
35330
|
};
|
|
35330
|
-
declare const ThemePageDocument = "\n query ThemePage($themePageId: ID!, $first: Int, $where: ThemeStyleWhereInput) {\n themePage(id: $themePageId) {\n id\n name\n handle\n isMobile\n sectionPosition\n pageSections {\n cid\n component\n id\n deletedAt\n }\n theme {\n id\n themeStyles(first: $first, where: $where) {\n edges {\n node {\n data\n id\n name\n }\n }\n }\n }\n }\n}\n ";
|
|
35331
|
+
declare const ThemePageDocument = "\n query ThemePage($themePageId: ID!, $first: Int, $where: ThemeStyleWhereInput) {\n themePage(id: $themePageId) {\n id\n name\n handle\n isMobile\n sectionPosition\n pageSections {\n cid\n component\n id\n deletedAt\n }\n theme {\n id\n themeStyles(first: $first, where: $where) {\n edges {\n node {\n data\n id\n name\n }\n }\n }\n }\n themeSections {\n id\n name\n component\n }\n }\n}\n ";
|
|
35331
35332
|
|
|
35332
35333
|
type SaleFunnelDiscountsQueryVariables = Exact<{
|
|
35333
35334
|
where?: InputMaybe<SaleFunnelDiscountWhereInput>;
|