@gem-sdk/core 1.46.0-staging.12 → 1.46.0-staging.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.
@@ -5433,6 +5433,9 @@ type PublishedThemePage$1 = {
5433
5433
  themePageOnlineStoreData?: Maybe$1<Array<Maybe$1<PublishedThemePageOnlineStoreData$1>>>;
5434
5434
  type: PublishedThemePageType$1;
5435
5435
  updatedAt?: Maybe$1<Scalars$2['Time']>;
5436
+ publishedAt?: Maybe$1<Scalars$2['Time']>;
5437
+ isPlatformDefault?: boolean;
5438
+ platformOriginalTemplateContent?: string;
5436
5439
  };
5437
5440
  type PublishedThemePageCustomSection$1 = {
5438
5441
  id: Scalars$2['ID'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.46.0-staging.12",
3
+ "version": "1.46.0-staging.13",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",