@forge/cli-shared 3.23.0-next.4 → 3.23.0-next.5

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
+ ## 3.23.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8202092]
8
+ - @forge/manifest@5.4.1-next.4
9
+
3
10
  ## 3.23.0-next.4
4
11
 
5
12
  ### Patch Changes
@@ -23770,6 +23770,10 @@ export declare enum JiraFieldOptionIdsFilterOperation {
23770
23770
  Allow = "ALLOW",
23771
23771
  Exclude = "EXCLUDE"
23772
23772
  }
23773
+ export type JiraFieldSetsMutationInput = {
23774
+ replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
23775
+ resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
23776
+ };
23773
23777
  export type JiraFieldType = {
23774
23778
  __typename?: 'JiraFieldType';
23775
23779
  displayName?: Maybe<Scalars['String']['output']>;
@@ -25086,6 +25090,7 @@ export type JiraIssueSearchStatus = {
25086
25090
  export type JiraIssueSearchView = Node & {
25087
25091
  __typename?: 'JiraIssueSearchView';
25088
25092
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
25093
+ hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
25089
25094
  id: Scalars['ID']['output'];
25090
25095
  namespace?: Maybe<Scalars['String']['output']>;
25091
25096
  viewId?: Maybe<Scalars['String']['output']>;
@@ -26262,8 +26267,8 @@ export type JiraMutationRemoveRelatedWorkFromVersionArgs = {
26262
26267
  input: JiraRemoveRelatedWorkFromVersionInput;
26263
26268
  };
26264
26269
  export type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
26270
+ fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
26265
26271
  id: Scalars['ID']['input'];
26266
- input: JiraReplaceIssueSearchViewFieldSetsInput;
26267
26272
  };
26268
26273
  export type JiraMutationSaveVersionDetailsCollapsedUisArgs = {
26269
26274
  input: JiraVersionDetailsCollapsedUisInput;