@gem-sdk/core 1.44.2-staging.89 → 1.44.2-staging.92

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.
@@ -5429,6 +5429,9 @@ type PublishedThemePage$1 = {
5429
5429
  themePageOnlineStoreData?: Maybe$1<Array<Maybe$1<PublishedThemePageOnlineStoreData$1>>>;
5430
5430
  type: PublishedThemePageType$1;
5431
5431
  updatedAt?: Maybe$1<Scalars$2['Time']>;
5432
+ publishedAt?: Maybe$1<Scalars$2['Time']>;
5433
+ isPlatformDefault?: boolean;
5434
+ platformOriginalTemplateContent?: string;
5432
5435
  };
5433
5436
  type PublishedThemePageCustomSection$1 = {
5434
5437
  id: Scalars$2['ID'];
@@ -8127,6 +8130,8 @@ type PageContext = {
8127
8130
  numberOfProductOfProductList?: number;
8128
8131
  isPreviewing?: boolean;
8129
8132
  pageType?: string;
8133
+ isTranslateWithLocale?: boolean;
8134
+ sectionName?: string;
8130
8135
  };
8131
8136
  type OnlyOne<T, U> = (T & {
8132
8137
  [K in keyof U]?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.2-staging.89",
3
+ "version": "1.44.2-staging.92",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",