@gem-sdk/core 1.53.0-staging.4 → 1.53.0-staging.5

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