@gem-sdk/core 3.0.0-pre-production.8 → 3.0.0-pre-production.14

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.
@@ -27,6 +27,7 @@
27
27
  }
28
28
  content {
29
29
  excerptHtml
30
+ html
30
31
  }
31
32
  isSample
32
33
  platformCreatedAt
@@ -25,6 +25,7 @@
25
25
  }
26
26
  content {
27
27
  excerptHtml
28
+ html
28
29
  }
29
30
  isSample
30
31
  platformCreatedAt
@@ -142,6 +142,7 @@ type ArticleContent$1 = {
142
142
  excerptHtml?: Maybe$1<Scalars$2['String']>;
143
143
  id: Scalars$2['ID'];
144
144
  updatedAt?: Maybe$1<Scalars$2['Time']>;
145
+ html?: Maybe$1<Scalars$2['String']>;
145
146
  };
146
147
  /**
147
148
  * ArticleContentWhereInput is used for filtering ArticleContent objects.
@@ -44683,21 +44684,21 @@ type ArticlesQueryVariables = Exact$1<{
44683
44684
  where?: InputMaybe$1<ArticleWhereInput$1>;
44684
44685
  }>;
44685
44686
  type ArticlesQueryResponse = {
44686
- articles?: Maybe$1<(Pick<ArticleConnection$1, 'totalCount'> & {
44687
- edges: Array<(Pick<ArticleEdge$1, 'cursor'> & {
44688
- node?: Maybe$1<(Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'isSample' | 'platformCreatedAt' | 'platformUpdatedAt' | 'publishedAt' | 'author'> & {
44687
+ articles?: Maybe$1<Pick<ArticleConnection$1, 'totalCount'> & {
44688
+ edges: Array<Pick<ArticleEdge$1, 'cursor'> & {
44689
+ node?: Maybe$1<Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'isSample' | 'platformCreatedAt' | 'platformUpdatedAt' | 'publishedAt' | 'author'> & {
44689
44690
  tags?: Maybe$1<Array<Maybe$1<Pick<Tag$1, 'name'>>>>;
44690
- content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml'>>;
44691
+ content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml' | 'html'>>;
44691
44692
  blogs?: Maybe$1<{
44692
44693
  edges: Array<{
44693
44694
  node?: Maybe$1<Pick<Blog$1, 'title' | 'handle'>>;
44694
44695
  }>;
44695
44696
  }>;
44696
44697
  media?: Maybe$1<Pick<Media$1, 'alt' | 'width' | 'src' | 'height'>>;
44697
- })>;
44698
- })>;
44698
+ }>;
44699
+ }>;
44699
44700
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage' | 'hasPreviousPage' | 'startCursor'>>;
44700
- })>;
44701
+ }>;
44701
44702
  };
44702
44703
 
44703
44704
  type BlogsQueryVariables = Exact$1<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "3.0.0-pre-production.8",
3
+ "version": "3.0.0-pre-production.14",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",