@gem-sdk/core 2.0.0-dev.725 → 2.0.0-dev.726
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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -5934,6 +5934,8 @@ type PublishedThemePage$1 = {
|
|
|
5934
5934
|
themePageOnlineStoreData?: Maybe$1<Array<Maybe$1<PublishedThemePageOnlineStoreData$1>>>;
|
|
5935
5935
|
type: PublishedThemePageType$1;
|
|
5936
5936
|
updatedAt?: Maybe$1<Scalars$2['Time']>;
|
|
5937
|
+
isPlatformDefault: boolean;
|
|
5938
|
+
preloadSections?: Maybe$1<Array<Scalars$2['String']>>;
|
|
5937
5939
|
};
|
|
5938
5940
|
type PublishedThemePageCustomSection$1 = {
|
|
5939
5941
|
id: Scalars$2['ID'];
|