@forge/cli-shared 6.10.0-next.7 → 6.10.0-next.8
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
|
@@ -66816,7 +66816,6 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
66816
66816
|
favourites?: Maybe<JiraProjectConnection>;
|
|
66817
66817
|
hasMore?: Maybe<Scalars['Boolean']['output']>;
|
|
66818
66818
|
id: Scalars['ID']['output'];
|
|
66819
|
-
more?: Maybe<JiraProjectConnection>;
|
|
66820
66819
|
moreFavourites?: Maybe<JiraProjectConnection>;
|
|
66821
66820
|
moreRecents?: Maybe<JiraProjectConnection>;
|
|
66822
66821
|
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
@@ -66828,10 +66827,6 @@ export declare type JiraProjectsSidebarMenuFavouritesArgs = {
|
|
|
66828
66827
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66829
66828
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
66830
66829
|
};
|
|
66831
|
-
export declare type JiraProjectsSidebarMenuMoreArgs = {
|
|
66832
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
66833
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66834
|
-
};
|
|
66835
66830
|
export declare type JiraProjectsSidebarMenuMoreFavouritesArgs = {
|
|
66836
66831
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
66837
66832
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -72233,6 +72228,7 @@ export declare type JiraUserPreferences = {
|
|
|
72233
72228
|
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
72234
72229
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
72235
72230
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
72231
|
+
isIssueViewProactiveCommentSummariesFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
72236
72232
|
isIssueViewSmartRepliesUserEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
72237
72233
|
isMiniModalGlobalIssueCreateDiscoverabilityPushComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
72238
72234
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|