@forge/cli-shared 3.23.0 → 3.23.1-next.0
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
|
@@ -26423,6 +26423,10 @@ export declare enum JiraFieldOptionIdsFilterOperation {
|
|
|
26423
26423
|
Allow = "ALLOW",
|
|
26424
26424
|
Exclude = "EXCLUDE"
|
|
26425
26425
|
}
|
|
26426
|
+
export declare type JiraFieldSetsMutationInput = {
|
|
26427
|
+
replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
26428
|
+
resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26429
|
+
};
|
|
26426
26430
|
export declare type JiraFieldType = {
|
|
26427
26431
|
__typename?: 'JiraFieldType';
|
|
26428
26432
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -27739,6 +27743,7 @@ export declare type JiraIssueSearchStatus = {
|
|
|
27739
27743
|
export declare type JiraIssueSearchView = Node & {
|
|
27740
27744
|
__typename?: 'JiraIssueSearchView';
|
|
27741
27745
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
27746
|
+
hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
|
|
27742
27747
|
id: Scalars['ID']['output'];
|
|
27743
27748
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
27744
27749
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
@@ -28922,8 +28927,8 @@ export declare type JiraMutationRemoveRelatedWorkFromVersionArgs = {
|
|
|
28922
28927
|
input: JiraRemoveRelatedWorkFromVersionInput;
|
|
28923
28928
|
};
|
|
28924
28929
|
export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
28930
|
+
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
28925
28931
|
id: Scalars['ID']['input'];
|
|
28926
|
-
input: JiraReplaceIssueSearchViewFieldSetsInput;
|
|
28927
28932
|
};
|
|
28928
28933
|
export declare type JiraMutationSaveVersionDetailsCollapsedUisArgs = {
|
|
28929
28934
|
input: JiraVersionDetailsCollapsedUisInput;
|