@forge/cli-shared 8.2.0-next.14 → 8.2.0-next.15
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/CHANGELOG.md
CHANGED
|
@@ -73558,6 +73558,7 @@ export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
73558
73558
|
edges?: Maybe<Array<KnowledgeBaseCrossSiteArticleEdge>>;
|
|
73559
73559
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseCrossSiteArticle>>>;
|
|
73560
73560
|
pageInfo: PageInfo;
|
|
73561
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73561
73562
|
};
|
|
73562
73563
|
export declare type KnowledgeBaseLinkResponse = {
|
|
73563
73564
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
@@ -73674,6 +73675,7 @@ export declare type KnowledgeBaseThirdPartyConnection = {
|
|
|
73674
73675
|
__typename?: 'KnowledgeBaseThirdPartyConnection';
|
|
73675
73676
|
edges?: Maybe<Array<KnowledgeBaseThirdPartyArticleEdge>>;
|
|
73676
73677
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseThirdPartyArticle>>>;
|
|
73678
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73677
73679
|
};
|
|
73678
73680
|
export declare type KnowledgeBaseUnlinkResponse = {
|
|
73679
73681
|
__typename?: 'KnowledgeBaseUnlinkResponse';
|