@forge/cli-shared 5.6.0-next.11 → 5.6.0-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.6.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [08ff14e]
8
+ - @forge/manifest@7.9.0-next.11
9
+
10
+ ## 5.6.0-next.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [d500498]
15
+ - @forge/manifest@7.9.0-next.10
16
+
3
17
  ## 5.6.0-next.11
4
18
 
5
19
  ### 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'];
@@ -61870,7 +61875,6 @@ export declare type Query = {
61870
61875
  productListings: Array<ProductListingResult>;
61871
61876
  radar_enlistment: RadarEnlistment;
61872
61877
  radar_fieldValues: RadarFieldValuesConnection;
61873
- radar_healthcheck: Scalars['String']['output'];
61874
61878
  radar_positions: RadarPositionConnection;
61875
61879
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
61876
61880
  releaseNotes: ContentPlatformReleaseNotesConnection;
@@ -63253,14 +63257,12 @@ export declare type QueryRadar_FieldValuesArgs = {
63253
63257
  after?: InputMaybe<Scalars['String']['input']>;
63254
63258
  before?: InputMaybe<Scalars['String']['input']>;
63255
63259
  cloudId: Scalars['ID']['input'];
63256
- fieldId?: InputMaybe<Scalars['ID']['input']>;
63260
+ entityType: RadarEntityType;
63261
+ fieldId: Scalars['ID']['input'];
63257
63262
  first?: InputMaybe<Scalars['Int']['input']>;
63258
63263
  last?: InputMaybe<Scalars['Int']['input']>;
63259
63264
  rql?: InputMaybe<Scalars['String']['input']>;
63260
63265
  };
63261
- export declare type QueryRadar_HealthcheckArgs = {
63262
- cloudId: Scalars['ID']['input'];
63263
- };
63264
63266
  export declare type QueryRadar_PositionsArgs = {
63265
63267
  after?: InputMaybe<Scalars['String']['input']>;
63266
63268
  before?: InputMaybe<Scalars['String']['input']>;