@forge/cli-shared 5.6.0-next.11 → 5.6.0-next.12

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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.6.0-next.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d500498]
8
+ - @forge/manifest@7.9.0-next.10
9
+
3
10
  ## 5.6.0-next.11
4
11
 
5
12
  ### Patch Changes
@@ -47498,6 +47498,7 @@ export declare type JiraProject = Node & {
47498
47498
  jsmChatSlackConfig?: Maybe<JsmChatSlackConfig>;
47499
47499
  jwmDefaultSavedView?: Maybe<JiraWorkManagementSavedViewResult>;
47500
47500
  key: Scalars['String']['output'];
47501
+ knowledgeBaseArticlesCount?: Maybe<KnowledgeBaseArticleCountResponse>;
47501
47502
  lastUpdated?: Maybe<Scalars['DateTime']['output']>;
47502
47503
  lastUpdatedFormatted?: Maybe<Scalars['String']['output']>;
47503
47504
  lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
@@ -47594,6 +47595,9 @@ export declare type JiraProjectIssueTypesArgs = {
47594
47595
  first?: InputMaybe<Scalars['Int']['input']>;
47595
47596
  last?: InputMaybe<Scalars['Int']['input']>;
47596
47597
  };
47598
+ export declare type JiraProjectKnowledgeBaseArticlesCountArgs = {
47599
+ cloudId: Scalars['ID']['input'];
47600
+ };
47597
47601
  export declare type JiraProjectLastUpdatedFormattedArgs = {
47598
47602
  format?: InputMaybe<JiraProjectDateTimeFormat>;
47599
47603
  };
@@ -54838,6 +54842,7 @@ export declare type KnowledgeBaseArticleCountError = {
54838
54842
  extensions: Array<QueryErrorExtension>;
54839
54843
  message: Scalars['String']['output'];
54840
54844
  };
54845
+ export declare type KnowledgeBaseArticleCountResponse = KnowledgeBaseArticleCountError | KnowledgeBaseArticleCountSource;
54841
54846
  export declare type KnowledgeBaseArticleCountSource = {
54842
54847
  __typename?: 'KnowledgeBaseArticleCountSource';
54843
54848
  container: Scalars['ID']['output'];