@forge/cli-shared 6.3.0 → 6.3.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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4e23811]
8
+ - @forge/manifest@8.0.1-next.0
9
+
3
10
  ## 6.3.0
4
11
 
5
12
  ### Minor Changes
@@ -140,6 +140,8 @@ export declare type ActionsAction = {
140
140
  inputs?: Maybe<Array<ActionsActionInputTuple>>;
141
141
  isConsequential: Scalars['Boolean']['output'];
142
142
  name?: Maybe<Scalars['String']['output']>;
143
+ outputs?: Maybe<Array<ActionsActionTypeOutputTuple>>;
144
+ target?: Maybe<ActionsTargetInputs>;
143
145
  };
144
146
  export declare type ActionsActionInput = {
145
147
  __typename?: 'ActionsActionInput';
@@ -267,6 +269,31 @@ export declare type ActionsMutationExecuteBulkArgs = {
267
269
  filter: ActionsExecuteActionFilter;
268
270
  workspace?: InputMaybe<Scalars['String']['input']>;
269
271
  };
272
+ export declare type ActionsTargetAri = {
273
+ __typename?: 'ActionsTargetAri';
274
+ ati?: Maybe<Scalars['String']['output']>;
275
+ description?: Maybe<ActionsDescription>;
276
+ };
277
+ export declare type ActionsTargetAriInput = {
278
+ __typename?: 'ActionsTargetAriInput';
279
+ key?: Maybe<Scalars['String']['output']>;
280
+ value?: Maybe<ActionsTargetAri>;
281
+ };
282
+ export declare type ActionsTargetId = {
283
+ __typename?: 'ActionsTargetId';
284
+ description?: Maybe<ActionsDescription>;
285
+ type?: Maybe<Scalars['String']['output']>;
286
+ };
287
+ export declare type ActionsTargetIdInput = {
288
+ __typename?: 'ActionsTargetIdInput';
289
+ key?: Maybe<Scalars['String']['output']>;
290
+ value?: Maybe<ActionsTargetId>;
291
+ };
292
+ export declare type ActionsTargetInputs = {
293
+ __typename?: 'ActionsTargetInputs';
294
+ ari?: Maybe<Array<Maybe<ActionsTargetAriInput>>>;
295
+ id?: Maybe<Array<Maybe<ActionsTargetIdInput>>>;
296
+ };
270
297
  export declare type Activities = {
271
298
  __typename?: 'Activities';
272
299
  all: ActivitiesConnection;
@@ -28145,7 +28172,7 @@ export declare type GraphStoreBatchContentReferencedEntityEdge = {
28145
28172
  __typename?: 'GraphStoreBatchContentReferencedEntityEdge';
28146
28173
  node: GraphStoreBatchContentReferencedEntityInnerConnection;
28147
28174
  };
28148
- export declare type GraphStoreBatchContentReferencedEntityEndNode = Node & {
28175
+ export declare type GraphStoreBatchContentReferencedEntityEndNode = {
28149
28176
  __typename?: 'GraphStoreBatchContentReferencedEntityEndNode';
28150
28177
  data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
28151
28178
  id: Scalars['ID']['output'];
@@ -28170,7 +28197,7 @@ export declare type GraphStoreBatchContentReferencedEntityNode = Node & {
28170
28197
  lastUpdated: Scalars['DateTime']['output'];
28171
28198
  to: GraphStoreBatchContentReferencedEntityEndNode;
28172
28199
  };
28173
- export declare type GraphStoreBatchContentReferencedEntityStartNode = Node & {
28200
+ export declare type GraphStoreBatchContentReferencedEntityStartNode = {
28174
28201
  __typename?: 'GraphStoreBatchContentReferencedEntityStartNode';
28175
28202
  data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
28176
28203
  id: Scalars['ID']['output'];
@@ -28186,7 +28213,7 @@ export declare type GraphStoreBatchFocusAreaAssociatedToProjectEdge = {
28186
28213
  __typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectEdge';
28187
28214
  node: GraphStoreBatchFocusAreaAssociatedToProjectInnerConnection;
28188
28215
  };
28189
- export declare type GraphStoreBatchFocusAreaAssociatedToProjectEndNode = Node & {
28216
+ export declare type GraphStoreBatchFocusAreaAssociatedToProjectEndNode = {
28190
28217
  __typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectEndNode';
28191
28218
  data?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectEndUnion>;
28192
28219
  id: Scalars['ID']['output'];
@@ -28211,7 +28238,7 @@ export declare type GraphStoreBatchFocusAreaAssociatedToProjectNode = Node & {
28211
28238
  lastUpdated: Scalars['DateTime']['output'];
28212
28239
  to: GraphStoreBatchFocusAreaAssociatedToProjectEndNode;
28213
28240
  };
28214
- export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartNode = Node & {
28241
+ export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartNode = {
28215
28242
  __typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectStartNode';
28216
28243
  data?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectStartUnion>;
28217
28244
  id: Scalars['ID']['output'];
@@ -28227,7 +28254,7 @@ export declare type GraphStoreBatchFocusAreaHasAtlasGoalEdge = {
28227
28254
  __typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEdge';
28228
28255
  node: GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection;
28229
28256
  };
28230
- export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndNode = Node & {
28257
+ export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndNode = {
28231
28258
  __typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEndNode';
28232
28259
  data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEndUnion>;
28233
28260
  id: Scalars['ID']['output'];
@@ -28252,7 +28279,7 @@ export declare type GraphStoreBatchFocusAreaHasAtlasGoalNode = Node & {
28252
28279
  lastUpdated: Scalars['DateTime']['output'];
28253
28280
  to: GraphStoreBatchFocusAreaHasAtlasGoalEndNode;
28254
28281
  };
28255
- export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartNode = Node & {
28282
+ export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartNode = {
28256
28283
  __typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalStartNode';
28257
28284
  data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalStartUnion>;
28258
28285
  id: Scalars['ID']['output'];
@@ -28268,7 +28295,7 @@ export declare type GraphStoreBatchFocusAreaHasFocusAreaEdge = {
28268
28295
  __typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEdge';
28269
28296
  node: GraphStoreBatchFocusAreaHasFocusAreaInnerConnection;
28270
28297
  };
28271
- export declare type GraphStoreBatchFocusAreaHasFocusAreaEndNode = Node & {
28298
+ export declare type GraphStoreBatchFocusAreaHasFocusAreaEndNode = {
28272
28299
  __typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEndNode';
28273
28300
  data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaEndUnion>;
28274
28301
  id: Scalars['ID']['output'];
@@ -28293,7 +28320,7 @@ export declare type GraphStoreBatchFocusAreaHasFocusAreaNode = Node & {
28293
28320
  lastUpdated: Scalars['DateTime']['output'];
28294
28321
  to: GraphStoreBatchFocusAreaHasFocusAreaEndNode;
28295
28322
  };
28296
- export declare type GraphStoreBatchFocusAreaHasFocusAreaStartNode = Node & {
28323
+ export declare type GraphStoreBatchFocusAreaHasFocusAreaStartNode = {
28297
28324
  __typename?: 'GraphStoreBatchFocusAreaHasFocusAreaStartNode';
28298
28325
  data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaStartUnion>;
28299
28326
  id: Scalars['ID']['output'];
@@ -28309,7 +28336,7 @@ export declare type GraphStoreBatchFocusAreaHasProjectEdge = {
28309
28336
  __typename?: 'GraphStoreBatchFocusAreaHasProjectEdge';
28310
28337
  node: GraphStoreBatchFocusAreaHasProjectInnerConnection;
28311
28338
  };
28312
- export declare type GraphStoreBatchFocusAreaHasProjectEndNode = Node & {
28339
+ export declare type GraphStoreBatchFocusAreaHasProjectEndNode = {
28313
28340
  __typename?: 'GraphStoreBatchFocusAreaHasProjectEndNode';
28314
28341
  data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
28315
28342
  id: Scalars['ID']['output'];
@@ -28334,7 +28361,7 @@ export declare type GraphStoreBatchFocusAreaHasProjectNode = Node & {
28334
28361
  lastUpdated: Scalars['DateTime']['output'];
28335
28362
  to: GraphStoreBatchFocusAreaHasProjectEndNode;
28336
28363
  };
28337
- export declare type GraphStoreBatchFocusAreaHasProjectStartNode = Node & {
28364
+ export declare type GraphStoreBatchFocusAreaHasProjectStartNode = {
28338
28365
  __typename?: 'GraphStoreBatchFocusAreaHasProjectStartNode';
28339
28366
  data?: Maybe<GraphStoreBatchFocusAreaHasProjectStartUnion>;
28340
28367
  id: Scalars['ID']['output'];
@@ -28350,7 +28377,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge = {
28350
28377
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge';
28351
28378
  node: GraphStoreBatchIncidentAssociatedPostIncidentReviewInnerConnection;
28352
28379
  };
28353
- export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewEndNode = Node & {
28380
+ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewEndNode = {
28354
28381
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewEndNode';
28355
28382
  data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEndUnion>;
28356
28383
  id: Scalars['ID']['output'];
@@ -28377,7 +28404,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEdge
28377
28404
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEdge';
28378
28405
  node: GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkInnerConnection;
28379
28406
  };
28380
- export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndNode = Node & {
28407
+ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndNode = {
28381
28408
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndNode';
28382
28409
  data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndUnion>;
28383
28410
  id: Scalars['ID']['output'];
@@ -28402,7 +28429,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkNode
28402
28429
  lastUpdated: Scalars['DateTime']['output'];
28403
28430
  to: GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndNode;
28404
28431
  };
28405
- export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartNode = Node & {
28432
+ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartNode = {
28406
28433
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartNode';
28407
28434
  data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion>;
28408
28435
  id: Scalars['ID']['output'];
@@ -28416,7 +28443,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewNode = No
28416
28443
  lastUpdated: Scalars['DateTime']['output'];
28417
28444
  to: GraphStoreBatchIncidentAssociatedPostIncidentReviewEndNode;
28418
28445
  };
28419
- export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewStartNode = Node & {
28446
+ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewStartNode = {
28420
28447
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewStartNode';
28421
28448
  data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewStartUnion>;
28422
28449
  id: Scalars['ID']['output'];
@@ -28432,7 +28459,7 @@ export declare type GraphStoreBatchIncidentHasActionItemEdge = {
28432
28459
  __typename?: 'GraphStoreBatchIncidentHasActionItemEdge';
28433
28460
  node: GraphStoreBatchIncidentHasActionItemInnerConnection;
28434
28461
  };
28435
- export declare type GraphStoreBatchIncidentHasActionItemEndNode = Node & {
28462
+ export declare type GraphStoreBatchIncidentHasActionItemEndNode = {
28436
28463
  __typename?: 'GraphStoreBatchIncidentHasActionItemEndNode';
28437
28464
  data?: Maybe<GraphStoreBatchIncidentHasActionItemEndUnion>;
28438
28465
  id: Scalars['ID']['output'];
@@ -28457,7 +28484,7 @@ export declare type GraphStoreBatchIncidentHasActionItemNode = Node & {
28457
28484
  lastUpdated: Scalars['DateTime']['output'];
28458
28485
  to: GraphStoreBatchIncidentHasActionItemEndNode;
28459
28486
  };
28460
- export declare type GraphStoreBatchIncidentHasActionItemStartNode = Node & {
28487
+ export declare type GraphStoreBatchIncidentHasActionItemStartNode = {
28461
28488
  __typename?: 'GraphStoreBatchIncidentHasActionItemStartNode';
28462
28489
  data?: Maybe<GraphStoreBatchIncidentHasActionItemStartUnion>;
28463
28490
  id: Scalars['ID']['output'];
@@ -28473,7 +28500,7 @@ export declare type GraphStoreBatchIncidentLinkedJswIssueEdge = {
28473
28500
  __typename?: 'GraphStoreBatchIncidentLinkedJswIssueEdge';
28474
28501
  node: GraphStoreBatchIncidentLinkedJswIssueInnerConnection;
28475
28502
  };
28476
- export declare type GraphStoreBatchIncidentLinkedJswIssueEndNode = Node & {
28503
+ export declare type GraphStoreBatchIncidentLinkedJswIssueEndNode = {
28477
28504
  __typename?: 'GraphStoreBatchIncidentLinkedJswIssueEndNode';
28478
28505
  data?: Maybe<GraphStoreBatchIncidentLinkedJswIssueEndUnion>;
28479
28506
  id: Scalars['ID']['output'];
@@ -28498,7 +28525,7 @@ export declare type GraphStoreBatchIncidentLinkedJswIssueNode = Node & {
28498
28525
  lastUpdated: Scalars['DateTime']['output'];
28499
28526
  to: GraphStoreBatchIncidentLinkedJswIssueEndNode;
28500
28527
  };
28501
- export declare type GraphStoreBatchIncidentLinkedJswIssueStartNode = Node & {
28528
+ export declare type GraphStoreBatchIncidentLinkedJswIssueStartNode = {
28502
28529
  __typename?: 'GraphStoreBatchIncidentLinkedJswIssueStartNode';
28503
28530
  data?: Maybe<GraphStoreBatchIncidentLinkedJswIssueStartUnion>;
28504
28531
  id: Scalars['ID']['output'];
@@ -28514,7 +28541,7 @@ export declare type GraphStoreBatchIssueAssociatedBuildEdge = {
28514
28541
  __typename?: 'GraphStoreBatchIssueAssociatedBuildEdge';
28515
28542
  node: GraphStoreBatchIssueAssociatedBuildInnerConnection;
28516
28543
  };
28517
- export declare type GraphStoreBatchIssueAssociatedBuildEndNode = Node & {
28544
+ export declare type GraphStoreBatchIssueAssociatedBuildEndNode = {
28518
28545
  __typename?: 'GraphStoreBatchIssueAssociatedBuildEndNode';
28519
28546
  id: Scalars['ID']['output'];
28520
28547
  };
@@ -28537,7 +28564,7 @@ export declare type GraphStoreBatchIssueAssociatedBuildNode = Node & {
28537
28564
  lastUpdated: Scalars['DateTime']['output'];
28538
28565
  to: GraphStoreBatchIssueAssociatedBuildEndNode;
28539
28566
  };
28540
- export declare type GraphStoreBatchIssueAssociatedBuildStartNode = Node & {
28567
+ export declare type GraphStoreBatchIssueAssociatedBuildStartNode = {
28541
28568
  __typename?: 'GraphStoreBatchIssueAssociatedBuildStartNode';
28542
28569
  data?: Maybe<GraphStoreBatchIssueAssociatedBuildStartUnion>;
28543
28570
  id: Scalars['ID']['output'];
@@ -28553,7 +28580,7 @@ export declare type GraphStoreBatchIssueAssociatedDeploymentEdge = {
28553
28580
  __typename?: 'GraphStoreBatchIssueAssociatedDeploymentEdge';
28554
28581
  node: GraphStoreBatchIssueAssociatedDeploymentInnerConnection;
28555
28582
  };
28556
- export declare type GraphStoreBatchIssueAssociatedDeploymentEndNode = Node & {
28583
+ export declare type GraphStoreBatchIssueAssociatedDeploymentEndNode = {
28557
28584
  __typename?: 'GraphStoreBatchIssueAssociatedDeploymentEndNode';
28558
28585
  data?: Maybe<GraphStoreBatchIssueAssociatedDeploymentEndUnion>;
28559
28586
  id: Scalars['ID']['output'];
@@ -28578,7 +28605,7 @@ export declare type GraphStoreBatchIssueAssociatedDeploymentNode = Node & {
28578
28605
  lastUpdated: Scalars['DateTime']['output'];
28579
28606
  to: GraphStoreBatchIssueAssociatedDeploymentEndNode;
28580
28607
  };
28581
- export declare type GraphStoreBatchIssueAssociatedDeploymentStartNode = Node & {
28608
+ export declare type GraphStoreBatchIssueAssociatedDeploymentStartNode = {
28582
28609
  __typename?: 'GraphStoreBatchIssueAssociatedDeploymentStartNode';
28583
28610
  data?: Maybe<GraphStoreBatchIssueAssociatedDeploymentStartUnion>;
28584
28611
  id: Scalars['ID']['output'];
@@ -28594,7 +28621,7 @@ export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEdge = {
28594
28621
  __typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkEdge';
28595
28622
  node: GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerConnection;
28596
28623
  };
28597
- export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode = Node & {
28624
+ export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode = {
28598
28625
  __typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode';
28599
28626
  data?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkEndUnion>;
28600
28627
  id: Scalars['ID']['output'];
@@ -28619,7 +28646,7 @@ export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkNode = Node & {
28619
28646
  lastUpdated: Scalars['DateTime']['output'];
28620
28647
  to: GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode;
28621
28648
  };
28622
- export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode = Node & {
28649
+ export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode = {
28623
28650
  __typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode';
28624
28651
  data?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkStartUnion>;
28625
28652
  id: Scalars['ID']['output'];
@@ -28635,7 +28662,7 @@ export declare type GraphStoreBatchJsmProjectAssociatedServiceEdge = {
28635
28662
  __typename?: 'GraphStoreBatchJsmProjectAssociatedServiceEdge';
28636
28663
  node: GraphStoreBatchJsmProjectAssociatedServiceInnerConnection;
28637
28664
  };
28638
- export declare type GraphStoreBatchJsmProjectAssociatedServiceEndNode = Node & {
28665
+ export declare type GraphStoreBatchJsmProjectAssociatedServiceEndNode = {
28639
28666
  __typename?: 'GraphStoreBatchJsmProjectAssociatedServiceEndNode';
28640
28667
  data?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceEndUnion>;
28641
28668
  id: Scalars['ID']['output'];
@@ -28660,7 +28687,7 @@ export declare type GraphStoreBatchJsmProjectAssociatedServiceNode = Node & {
28660
28687
  lastUpdated: Scalars['DateTime']['output'];
28661
28688
  to: GraphStoreBatchJsmProjectAssociatedServiceEndNode;
28662
28689
  };
28663
- export declare type GraphStoreBatchJsmProjectAssociatedServiceStartNode = Node & {
28690
+ export declare type GraphStoreBatchJsmProjectAssociatedServiceStartNode = {
28664
28691
  __typename?: 'GraphStoreBatchJsmProjectAssociatedServiceStartNode';
28665
28692
  data?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceStartUnion>;
28666
28693
  id: Scalars['ID']['output'];
@@ -28676,7 +28703,7 @@ export declare type GraphStoreBatchMediaAttachedToContentEdge = {
28676
28703
  __typename?: 'GraphStoreBatchMediaAttachedToContentEdge';
28677
28704
  node: GraphStoreBatchMediaAttachedToContentInnerConnection;
28678
28705
  };
28679
- export declare type GraphStoreBatchMediaAttachedToContentEndNode = Node & {
28706
+ export declare type GraphStoreBatchMediaAttachedToContentEndNode = {
28680
28707
  __typename?: 'GraphStoreBatchMediaAttachedToContentEndNode';
28681
28708
  data?: Maybe<GraphStoreBatchMediaAttachedToContentEndUnion>;
28682
28709
  id: Scalars['ID']['output'];
@@ -28701,7 +28728,7 @@ export declare type GraphStoreBatchMediaAttachedToContentNode = Node & {
28701
28728
  lastUpdated: Scalars['DateTime']['output'];
28702
28729
  to: GraphStoreBatchMediaAttachedToContentEndNode;
28703
28730
  };
28704
- export declare type GraphStoreBatchMediaAttachedToContentStartNode = Node & {
28731
+ export declare type GraphStoreBatchMediaAttachedToContentStartNode = {
28705
28732
  __typename?: 'GraphStoreBatchMediaAttachedToContentStartNode';
28706
28733
  id: Scalars['ID']['output'];
28707
28734
  };
@@ -28715,7 +28742,7 @@ export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEdg
28715
28742
  __typename?: 'GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEdge';
28716
28743
  node: GraphStoreBatchSecurityContainerAssociatedToVulnerabilityInnerConnection;
28717
28744
  };
28718
- export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEndNode = Node & {
28745
+ export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEndNode = {
28719
28746
  __typename?: 'GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEndNode';
28720
28747
  data?: Maybe<GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEndUnion>;
28721
28748
  id: Scalars['ID']['output'];
@@ -28740,7 +28767,7 @@ export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityNod
28740
28767
  lastUpdated: Scalars['DateTime']['output'];
28741
28768
  to: GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEndNode;
28742
28769
  };
28743
- export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityStartNode = Node & {
28770
+ export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityStartNode = {
28744
28771
  __typename?: 'GraphStoreBatchSecurityContainerAssociatedToVulnerabilityStartNode';
28745
28772
  id: Scalars['ID']['output'];
28746
28773
  };
@@ -28754,7 +28781,7 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipEdge = {
28754
28781
  __typename?: 'GraphStoreBatchTestPerfhammerRelationshipEdge';
28755
28782
  node: GraphStoreBatchTestPerfhammerRelationshipInnerConnection;
28756
28783
  };
28757
- export declare type GraphStoreBatchTestPerfhammerRelationshipEndNode = Node & {
28784
+ export declare type GraphStoreBatchTestPerfhammerRelationshipEndNode = {
28758
28785
  __typename?: 'GraphStoreBatchTestPerfhammerRelationshipEndNode';
28759
28786
  id: Scalars['ID']['output'];
28760
28787
  };
@@ -28777,7 +28804,7 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipNode = Node & {
28777
28804
  lastUpdated: Scalars['DateTime']['output'];
28778
28805
  to: GraphStoreBatchTestPerfhammerRelationshipEndNode;
28779
28806
  };
28780
- export declare type GraphStoreBatchTestPerfhammerRelationshipStartNode = Node & {
28807
+ export declare type GraphStoreBatchTestPerfhammerRelationshipStartNode = {
28781
28808
  __typename?: 'GraphStoreBatchTestPerfhammerRelationshipStartNode';
28782
28809
  data?: Maybe<GraphStoreBatchTestPerfhammerRelationshipStartUnion>;
28783
28810
  id: Scalars['ID']['output'];
@@ -40778,6 +40805,7 @@ export declare type JiraAutodevJobJobLogsArgs = {
40778
40805
  cloudId: Scalars['ID']['input'];
40779
40806
  excludePriorities?: InputMaybe<Array<InputMaybe<DevAiAutodevLogPriority>>>;
40780
40807
  first?: InputMaybe<Scalars['Int']['input']>;
40808
+ minPriority?: InputMaybe<DevAiAutodevLogPriority>;
40781
40809
  };
40782
40810
  export declare type JiraAutodevJobConnection = {
40783
40811
  __typename?: 'JiraAutodevJobConnection';
@@ -42864,6 +42892,7 @@ export declare type JiraDetailedViewIssuesArgs = {
42864
42892
  last?: InputMaybe<Scalars['Int']['input']>;
42865
42893
  options?: InputMaybe<JiraIssueSearchOptions>;
42866
42894
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
42895
+ viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
42867
42896
  };
42868
42897
  export declare type JiraDevInfoConfigError = {
42869
42898
  __typename?: 'JiraDevInfoConfigError';
@@ -44215,7 +44244,7 @@ export declare type JiraGroupGrantTypeValue = Node & {
44215
44244
  export declare type JiraGroupInput = {
44216
44245
  groupName: Scalars['ID']['input'];
44217
44246
  };
44218
- export declare type JiraGroupedListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
44247
+ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
44219
44248
  __typename?: 'JiraGroupedListView';
44220
44249
  error?: Maybe<QueryError>;
44221
44250
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
@@ -44223,6 +44252,7 @@ export declare type JiraGroupedListView = JiraIssueSearchViewType & JiraSpreadsh
44223
44252
  groups?: Maybe<JiraSpreadsheetGroupConnection>;
44224
44253
  hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
44225
44254
  id: Scalars['ID']['output'];
44255
+ isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
44226
44256
  namespace?: Maybe<Scalars['String']['output']>;
44227
44257
  settings?: Maybe<JiraSpreadsheetViewSettings>;
44228
44258
  viewId?: Maybe<Scalars['String']['output']>;
@@ -45536,7 +45566,7 @@ export declare type JiraIssueSearchStatus = {
45536
45566
  __typename?: 'JiraIssueSearchStatus';
45537
45567
  functions?: Maybe<Array<Maybe<JiraJqlFunctionProcessingStatus>>>;
45538
45568
  };
45539
- export declare type JiraIssueSearchView = Node & {
45569
+ export declare type JiraIssueSearchView = JiraIssueSearchViewMetadata & Node & {
45540
45570
  __typename?: 'JiraIssueSearchView';
45541
45571
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
45542
45572
  filterId?: Maybe<Scalars['String']['output']>;
@@ -45611,6 +45641,22 @@ export declare type JiraIssueSearchViewInput = {
45611
45641
  namespace?: InputMaybe<Scalars['String']['input']>;
45612
45642
  viewId?: InputMaybe<Scalars['String']['input']>;
45613
45643
  };
45644
+ export declare type JiraIssueSearchViewMetadata = {
45645
+ fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
45646
+ filterId?: Maybe<Scalars['String']['output']>;
45647
+ hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
45648
+ id: Scalars['ID']['output'];
45649
+ isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
45650
+ namespace?: Maybe<Scalars['String']['output']>;
45651
+ viewId?: Maybe<Scalars['String']['output']>;
45652
+ };
45653
+ export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
45654
+ after?: InputMaybe<Scalars['String']['input']>;
45655
+ before?: InputMaybe<Scalars['String']['input']>;
45656
+ filter?: InputMaybe<JiraIssueSearchFieldSetsFilter>;
45657
+ first?: InputMaybe<Scalars['Int']['input']>;
45658
+ last?: InputMaybe<Scalars['Int']['input']>;
45659
+ };
45614
45660
  export declare type JiraIssueSearchViewPayload = Payload & {
45615
45661
  __typename?: 'JiraIssueSearchViewPayload';
45616
45662
  errors?: Maybe<Array<MutationError>>;
@@ -46574,13 +46620,14 @@ export declare type JiraLinkedIssuesInput = {
46574
46620
  inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
46575
46621
  outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
46576
46622
  };
46577
- export declare type JiraListView = JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
46623
+ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraIssueSearchViewType & JiraSpreadsheetView & JiraView & Node & {
46578
46624
  __typename?: 'JiraListView';
46579
46625
  error?: Maybe<QueryError>;
46580
46626
  fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
46581
46627
  filterId?: Maybe<Scalars['String']['output']>;
46582
46628
  hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
46583
46629
  id: Scalars['ID']['output'];
46630
+ isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
46584
46631
  issues?: Maybe<JiraIssueConnection>;
46585
46632
  namespace?: Maybe<Scalars['String']['output']>;
46586
46633
  settings?: Maybe<JiraSpreadsheetViewSettings>;
@@ -49515,6 +49562,7 @@ export declare type JiraQueryAllGrantTypeKeysArgs = {
49515
49562
  export declare type JiraQueryAllJiraJourneyConfigurationsArgs = {
49516
49563
  cloudId: Scalars['ID']['input'];
49517
49564
  first?: InputMaybe<Scalars['Int']['input']>;
49565
+ projectKey?: InputMaybe<Scalars['String']['input']>;
49518
49566
  };
49519
49567
  export declare type JiraQueryAllJiraProjectCategoriesArgs = {
49520
49568
  after?: InputMaybe<Scalars['String']['input']>;
@@ -52661,6 +52709,7 @@ export declare type JiraSpreadsheetView = {
52661
52709
  filterId?: Maybe<Scalars['String']['output']>;
52662
52710
  hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
52663
52711
  id: Scalars['ID']['output'];
52712
+ isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
52664
52713
  namespace?: Maybe<Scalars['String']['output']>;
52665
52714
  settings?: Maybe<JiraSpreadsheetViewSettings>;
52666
52715
  viewId?: Maybe<Scalars['String']['output']>;
@@ -53187,6 +53236,7 @@ export declare type JiraTeamView = {
53187
53236
  jiraMemberCount?: Maybe<Scalars['Int']['output']>;
53188
53237
  jiraSuppliedAvatar?: Maybe<JiraAvatar>;
53189
53238
  jiraSuppliedId: Scalars['ID']['output'];
53239
+ jiraSuppliedIsVerified?: Maybe<Scalars['Boolean']['output']>;
53190
53240
  jiraSuppliedName?: Maybe<Scalars['String']['output']>;
53191
53241
  jiraSuppliedTeamId: Scalars['String']['output'];
53192
53242
  jiraSuppliedVisibility?: Maybe<Scalars['Boolean']['output']>;
@@ -57500,12 +57550,14 @@ export declare type MarketplaceConsolePricingPlan = {
57500
57550
  __typename?: 'MarketplaceConsolePricingPlan';
57501
57551
  currency: MarketplaceConsolePricingCurrency;
57502
57552
  expertDiscountOptOut: Scalars['Boolean']['output'];
57553
+ isDefaultPricing?: Maybe<Scalars['Boolean']['output']>;
57503
57554
  status: MarketplaceConsolePricingPlanStatus;
57504
57555
  tieredPricing: Array<MarketplaceConsolePricingItem>;
57505
57556
  };
57506
57557
  export declare type MarketplaceConsolePricingPlanInput = {
57507
57558
  currency: MarketplaceConsolePricingCurrency;
57508
57559
  expertDiscountOptOut: Scalars['Boolean']['input'];
57560
+ isDefaultPricing?: InputMaybe<Scalars['Boolean']['input']>;
57509
57561
  status: MarketplaceConsolePricingPlanStatus;
57510
57562
  tieredPricing: Array<MarketplaceConsolePricingItemInput>;
57511
57563
  };
@@ -64218,7 +64270,7 @@ export declare type QueryDevOpsServicesByIdArgs = {
64218
64270
  ids: Array<Scalars['ID']['input']>;
64219
64271
  };
64220
64272
  export declare type QueryDevai_AutodevIssueScopingArgs = {
64221
- issueDescription: Scalars['String']['input'];
64273
+ issueDescription?: InputMaybe<Scalars['String']['input']>;
64222
64274
  issueId: Scalars['ID']['input'];
64223
64275
  issueSummary: Scalars['String']['input'];
64224
64276
  };
@@ -64241,6 +64293,7 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
64241
64293
  excludePriorities?: InputMaybe<Array<InputMaybe<DevAiAutodevLogPriority>>>;
64242
64294
  first?: InputMaybe<Scalars['Int']['input']>;
64243
64295
  jobId: Scalars['ID']['input'];
64296
+ minPriority?: InputMaybe<DevAiAutodevLogPriority>;
64244
64297
  };
64245
64298
  export declare type QueryDeveloperLogAccessArgs = {
64246
64299
  appId: Scalars['ID']['input'];