@forge/cli-shared 3.23.3 → 3.23.4-next.0-experimental-326ff96
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 +19 -0
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +2 -1
- package/out/graphql/graphql-types.d.ts +411 -12
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +8 -0
- package/out/service/feature-flag-service.d.ts +2 -0
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/service/feature-flag-service.js +4 -0
- package/package.json +2 -2
|
@@ -9349,20 +9349,25 @@ export declare type DevOpsMutation_EmptyArgs = {
|
|
|
9349
9349
|
};
|
|
9350
9350
|
export declare type DevOpsOperationsIncidentDetails = {
|
|
9351
9351
|
__typename?: 'DevOpsOperationsIncidentDetails';
|
|
9352
|
-
|
|
9352
|
+
actionItems?: Maybe<GraphStoreSimplifiedIncidentLinkedJswIssueConnection>;
|
|
9353
|
+
affectedComponentIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
9354
|
+
affectedComponents?: Maybe<Array<DevOpsService>>;
|
|
9353
9355
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
9354
9356
|
description?: Maybe<Scalars['String']['output']>;
|
|
9355
9357
|
id: Scalars['ID']['output'];
|
|
9356
|
-
linkedPostIncidentReviews?: Maybe<
|
|
9358
|
+
linkedPostIncidentReviews?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkConnection>;
|
|
9357
9359
|
severity?: Maybe<DevOpsOperationsIncidentSeverity>;
|
|
9358
9360
|
status?: Maybe<DevOpsOperationsIncidentStatus>;
|
|
9359
9361
|
summary?: Maybe<Scalars['String']['output']>;
|
|
9360
9362
|
url?: Maybe<Scalars['String']['output']>;
|
|
9361
9363
|
};
|
|
9364
|
+
export declare type DevOpsOperationsIncidentDetailsActionItemsArgs = {
|
|
9365
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
9366
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9367
|
+
};
|
|
9362
9368
|
export declare type DevOpsOperationsIncidentDetailsLinkedPostIncidentReviewsArgs = {
|
|
9363
9369
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
9364
9370
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9365
|
-
type?: InputMaybe<Scalars['String']['input']>;
|
|
9366
9371
|
};
|
|
9367
9372
|
export declare enum DevOpsOperationsIncidentSeverity {
|
|
9368
9373
|
P1 = "P1",
|
|
@@ -9385,7 +9390,7 @@ export declare type DevOpsOperationsProvider = DevOpsDataProvider & {
|
|
|
9385
9390
|
documentationUrl?: Maybe<Scalars['URL']['output']>;
|
|
9386
9391
|
homeUrl?: Maybe<Scalars['URL']['output']>;
|
|
9387
9392
|
id: Scalars['ID']['output'];
|
|
9388
|
-
linkedContainers?: Maybe<
|
|
9393
|
+
linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
|
|
9389
9394
|
logoUrl?: Maybe<Scalars['URL']['output']>;
|
|
9390
9395
|
name?: Maybe<Scalars['String']['output']>;
|
|
9391
9396
|
providerType?: Maybe<DevOpsProviderType>;
|
|
@@ -9397,8 +9402,7 @@ export declare type DevOpsOperationsProviderConfigStateArgs = {
|
|
|
9397
9402
|
export declare type DevOpsOperationsProviderLinkedContainersArgs = {
|
|
9398
9403
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
9399
9404
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9400
|
-
|
|
9401
|
-
type?: InputMaybe<Scalars['String']['input']>;
|
|
9405
|
+
id: Scalars['ID']['input'];
|
|
9402
9406
|
};
|
|
9403
9407
|
export declare type DevOpsProvider = {
|
|
9404
9408
|
__typename?: 'DevOpsProvider';
|
|
@@ -14570,6 +14574,7 @@ export declare type GraphStore = {
|
|
|
14570
14574
|
componentImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
14571
14575
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
14572
14576
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
14577
|
+
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
14573
14578
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
14574
14579
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
14575
14580
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -14644,6 +14649,10 @@ export declare type GraphStore = {
|
|
|
14644
14649
|
issueRecursiveAssociatedPrInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedPrInverseConnection>;
|
|
14645
14650
|
issueRecursiveAssociatedPrInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedPrConnection>;
|
|
14646
14651
|
issueRecursiveAssociatedPrRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedPrConnection>;
|
|
14652
|
+
issueToWhiteboard?: Maybe<GraphStoreSimplifiedIssueToWhiteboardConnection>;
|
|
14653
|
+
issueToWhiteboardInverse?: Maybe<GraphStoreSimplifiedIssueToWhiteboardInverseConnection>;
|
|
14654
|
+
issueToWhiteboardInverseRelationship?: Maybe<GraphStoreFullIssueToWhiteboardConnection>;
|
|
14655
|
+
issueToWhiteboardRelationship?: Maybe<GraphStoreFullIssueToWhiteboardConnection>;
|
|
14647
14656
|
jiraEpicContributesToAtlasGoal?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalConnection>;
|
|
14648
14657
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
14649
14658
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
@@ -14652,11 +14661,13 @@ export declare type GraphStore = {
|
|
|
14652
14661
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
14653
14662
|
jiraProjectAssociatedAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
|
|
14654
14663
|
jiraProjectAssociatedAtlasGoalRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
|
|
14664
|
+
jsmProjectAssociatedService?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceConnection>;
|
|
14655
14665
|
jsmProjectAssociatedServiceBatch?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceConnection>;
|
|
14656
14666
|
jsmProjectAssociatedServiceInverse?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceInverseConnection>;
|
|
14657
14667
|
jsmProjectAssociatedServiceInverseBatch?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceConnection>;
|
|
14658
14668
|
jsmProjectAssociatedServiceInverseRelationship?: Maybe<GraphStoreFullJsmProjectAssociatedServiceConnection>;
|
|
14659
14669
|
jsmProjectAssociatedServiceRelationship?: Maybe<GraphStoreFullJsmProjectAssociatedServiceConnection>;
|
|
14670
|
+
jswProjectAssociatedComponent?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
|
|
14660
14671
|
jswProjectAssociatedComponentInverse?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseConnection>;
|
|
14661
14672
|
jswProjectAssociatedComponentInverseRelationship?: Maybe<GraphStoreFullJswProjectAssociatedComponentConnection>;
|
|
14662
14673
|
jswProjectAssociatedComponentRelationship?: Maybe<GraphStoreFullJswProjectAssociatedComponentConnection>;
|
|
@@ -14673,9 +14684,11 @@ export declare type GraphStore = {
|
|
|
14673
14684
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
14674
14685
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
14675
14686
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
14687
|
+
operationsContainerImpactedByIncidentInverse?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseConnection>;
|
|
14676
14688
|
operationsContainerImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentConnection>;
|
|
14677
14689
|
operationsContainerImpactedByIncidentRelationship?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentConnection>;
|
|
14678
14690
|
operationsContainerImprovedByActionItem?: Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection>;
|
|
14691
|
+
operationsContainerImprovedByActionItemInverse?: Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseConnection>;
|
|
14679
14692
|
operationsContainerImprovedByActionItemInverseRelationship?: Maybe<GraphStoreFullOperationsContainerImprovedByActionItemConnection>;
|
|
14680
14693
|
operationsContainerImprovedByActionItemRelationship?: Maybe<GraphStoreFullOperationsContainerImprovedByActionItemConnection>;
|
|
14681
14694
|
parentDocumentHasChildDocument?: Maybe<GraphStoreSimplifiedParentDocumentHasChildDocumentConnection>;
|
|
@@ -14720,6 +14733,7 @@ export declare type GraphStore = {
|
|
|
14720
14733
|
projectAssociatedRepoInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoInverseConnection>;
|
|
14721
14734
|
projectAssociatedRepoInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedRepoConnection>;
|
|
14722
14735
|
projectAssociatedRepoRelationship?: Maybe<GraphStoreFullProjectAssociatedRepoConnection>;
|
|
14736
|
+
projectAssociatedService?: Maybe<GraphStoreSimplifiedProjectAssociatedServiceConnection>;
|
|
14723
14737
|
projectAssociatedServiceInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedServiceInverseConnection>;
|
|
14724
14738
|
projectAssociatedServiceInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedServiceConnection>;
|
|
14725
14739
|
projectAssociatedServiceRelationship?: Maybe<GraphStoreFullProjectAssociatedServiceConnection>;
|
|
@@ -14727,6 +14741,7 @@ export declare type GraphStore = {
|
|
|
14727
14741
|
projectAssociatedToIncidentInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedToIncidentInverseConnection>;
|
|
14728
14742
|
projectAssociatedToIncidentInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedToIncidentConnection>;
|
|
14729
14743
|
projectAssociatedToIncidentRelationship?: Maybe<GraphStoreFullProjectAssociatedToIncidentConnection>;
|
|
14744
|
+
projectAssociatedToOperationsContainer?: Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerConnection>;
|
|
14730
14745
|
projectAssociatedToOperationsContainerInverse?: Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection>;
|
|
14731
14746
|
projectAssociatedToOperationsContainerInverseRelationship?: Maybe<GraphStoreFullProjectAssociatedToOperationsContainerConnection>;
|
|
14732
14747
|
projectAssociatedToOperationsContainerRelationship?: Maybe<GraphStoreFullProjectAssociatedToOperationsContainerConnection>;
|
|
@@ -14775,6 +14790,7 @@ export declare type GraphStore = {
|
|
|
14775
14790
|
securityContainerAssociatedToVulnerabilityInverseRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
14776
14791
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
14777
14792
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
14793
|
+
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
14778
14794
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
14779
14795
|
serviceLinkedIncidentRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
14780
14796
|
shipit57IssueLinksToPage?: Maybe<GraphStoreSimplifiedShipit57IssueLinksToPageConnection>;
|
|
@@ -14960,6 +14976,11 @@ export declare type GraphStoreComponentLinkedJswIssueArgs = {
|
|
|
14960
14976
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
14961
14977
|
id: Scalars['ID']['input'];
|
|
14962
14978
|
};
|
|
14979
|
+
export declare type GraphStoreComponentLinkedJswIssueInverseArgs = {
|
|
14980
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
14981
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
14982
|
+
id: Scalars['ID']['input'];
|
|
14983
|
+
};
|
|
14963
14984
|
export declare type GraphStoreComponentLinkedJswIssueInverseRelationshipArgs = {
|
|
14964
14985
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
14965
14986
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15331,6 +15352,26 @@ export declare type GraphStoreIssueRecursiveAssociatedPrRelationshipArgs = {
|
|
|
15331
15352
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15332
15353
|
id: Scalars['ID']['input'];
|
|
15333
15354
|
};
|
|
15355
|
+
export declare type GraphStoreIssueToWhiteboardArgs = {
|
|
15356
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15357
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15358
|
+
id: Scalars['ID']['input'];
|
|
15359
|
+
};
|
|
15360
|
+
export declare type GraphStoreIssueToWhiteboardInverseArgs = {
|
|
15361
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15362
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15363
|
+
id: Scalars['ID']['input'];
|
|
15364
|
+
};
|
|
15365
|
+
export declare type GraphStoreIssueToWhiteboardInverseRelationshipArgs = {
|
|
15366
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15367
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15368
|
+
id: Scalars['ID']['input'];
|
|
15369
|
+
};
|
|
15370
|
+
export declare type GraphStoreIssueToWhiteboardRelationshipArgs = {
|
|
15371
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15372
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15373
|
+
id: Scalars['ID']['input'];
|
|
15374
|
+
};
|
|
15334
15375
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalArgs = {
|
|
15335
15376
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15336
15377
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15371,6 +15412,11 @@ export declare type GraphStoreJiraProjectAssociatedAtlasGoalRelationshipArgs = {
|
|
|
15371
15412
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15372
15413
|
id: Scalars['ID']['input'];
|
|
15373
15414
|
};
|
|
15415
|
+
export declare type GraphStoreJsmProjectAssociatedServiceArgs = {
|
|
15416
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15417
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15418
|
+
id: Scalars['ID']['input'];
|
|
15419
|
+
};
|
|
15374
15420
|
export declare type GraphStoreJsmProjectAssociatedServiceBatchArgs = {
|
|
15375
15421
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15376
15422
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15396,6 +15442,11 @@ export declare type GraphStoreJsmProjectAssociatedServiceRelationshipArgs = {
|
|
|
15396
15442
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15397
15443
|
id: Scalars['ID']['input'];
|
|
15398
15444
|
};
|
|
15445
|
+
export declare type GraphStoreJswProjectAssociatedComponentArgs = {
|
|
15446
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15447
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15448
|
+
id: Scalars['ID']['input'];
|
|
15449
|
+
};
|
|
15399
15450
|
export declare type GraphStoreJswProjectAssociatedComponentInverseArgs = {
|
|
15400
15451
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15401
15452
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15484,6 +15535,11 @@ export declare type GraphStoreOperationsContainerImpactedByIncidentArgs = {
|
|
|
15484
15535
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15485
15536
|
id: Scalars['ID']['input'];
|
|
15486
15537
|
};
|
|
15538
|
+
export declare type GraphStoreOperationsContainerImpactedByIncidentInverseArgs = {
|
|
15539
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15540
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15541
|
+
id: Scalars['ID']['input'];
|
|
15542
|
+
};
|
|
15487
15543
|
export declare type GraphStoreOperationsContainerImpactedByIncidentInverseRelationshipArgs = {
|
|
15488
15544
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15489
15545
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15499,6 +15555,11 @@ export declare type GraphStoreOperationsContainerImprovedByActionItemArgs = {
|
|
|
15499
15555
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15500
15556
|
id: Scalars['ID']['input'];
|
|
15501
15557
|
};
|
|
15558
|
+
export declare type GraphStoreOperationsContainerImprovedByActionItemInverseArgs = {
|
|
15559
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15560
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15561
|
+
id: Scalars['ID']['input'];
|
|
15562
|
+
};
|
|
15502
15563
|
export declare type GraphStoreOperationsContainerImprovedByActionItemInverseRelationshipArgs = {
|
|
15503
15564
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15504
15565
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15749,6 +15810,11 @@ export declare type GraphStoreProjectAssociatedRepoRelationshipArgs = {
|
|
|
15749
15810
|
id: Scalars['ID']['input'];
|
|
15750
15811
|
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
|
|
15751
15812
|
};
|
|
15813
|
+
export declare type GraphStoreProjectAssociatedServiceArgs = {
|
|
15814
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15815
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15816
|
+
id: Scalars['ID']['input'];
|
|
15817
|
+
};
|
|
15752
15818
|
export declare type GraphStoreProjectAssociatedServiceInverseArgs = {
|
|
15753
15819
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15754
15820
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15784,6 +15850,11 @@ export declare type GraphStoreProjectAssociatedToIncidentRelationshipArgs = {
|
|
|
15784
15850
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15785
15851
|
id: Scalars['ID']['input'];
|
|
15786
15852
|
};
|
|
15853
|
+
export declare type GraphStoreProjectAssociatedToOperationsContainerArgs = {
|
|
15854
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
15855
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15856
|
+
id: Scalars['ID']['input'];
|
|
15857
|
+
};
|
|
15787
15858
|
export declare type GraphStoreProjectAssociatedToOperationsContainerInverseArgs = {
|
|
15788
15859
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15789
15860
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16034,6 +16105,13 @@ export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
|
16034
16105
|
id: Scalars['ID']['input'];
|
|
16035
16106
|
sort?: InputMaybe<GraphStoreServiceLinkedIncidentSortInput>;
|
|
16036
16107
|
};
|
|
16108
|
+
export declare type GraphStoreServiceLinkedIncidentInverseArgs = {
|
|
16109
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16110
|
+
filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
|
|
16111
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16112
|
+
id: Scalars['ID']['input'];
|
|
16113
|
+
sort?: InputMaybe<GraphStoreServiceLinkedIncidentSortInput>;
|
|
16114
|
+
};
|
|
16037
16115
|
export declare type GraphStoreServiceLinkedIncidentInverseRelationshipArgs = {
|
|
16038
16116
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16039
16117
|
filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
|
|
@@ -16769,8 +16847,10 @@ export declare type GraphStoreBatchJsmProjectAssociatedServiceEdge = {
|
|
|
16769
16847
|
};
|
|
16770
16848
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceEndNode = Node & {
|
|
16771
16849
|
__typename?: 'GraphStoreBatchJsmProjectAssociatedServiceEndNode';
|
|
16850
|
+
data?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceEndUnion>;
|
|
16772
16851
|
id: Scalars['ID']['output'];
|
|
16773
16852
|
};
|
|
16853
|
+
export declare type GraphStoreBatchJsmProjectAssociatedServiceEndUnion = DevOpsService;
|
|
16774
16854
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceInnerConnection = {
|
|
16775
16855
|
__typename?: 'GraphStoreBatchJsmProjectAssociatedServiceInnerConnection';
|
|
16776
16856
|
edges: Array<Maybe<GraphStoreBatchJsmProjectAssociatedServiceInnerEdge>>;
|
|
@@ -16919,6 +16999,20 @@ export declare type GraphStoreCreateIncidentLinkedJswIssueRelationshipInput = {
|
|
|
16919
16999
|
to: Scalars['ID']['input'];
|
|
16920
17000
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
16921
17001
|
};
|
|
17002
|
+
export declare type GraphStoreCreateIssueToWhiteboardInput = {
|
|
17003
|
+
relationships: Array<GraphStoreCreateIssueToWhiteboardRelationshipInput>;
|
|
17004
|
+
};
|
|
17005
|
+
export declare type GraphStoreCreateIssueToWhiteboardPayload = Payload & {
|
|
17006
|
+
__typename?: 'GraphStoreCreateIssueToWhiteboardPayload';
|
|
17007
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17008
|
+
success: Scalars['Boolean']['output'];
|
|
17009
|
+
};
|
|
17010
|
+
export declare type GraphStoreCreateIssueToWhiteboardRelationshipInput = {
|
|
17011
|
+
from: Scalars['ID']['input'];
|
|
17012
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
17013
|
+
to: Scalars['ID']['input'];
|
|
17014
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
17015
|
+
};
|
|
16922
17016
|
export declare type GraphStoreCreateJswProjectAssociatedComponentInput = {
|
|
16923
17017
|
relationships: Array<GraphStoreCreateJswProjectAssociatedComponentRelationshipInput>;
|
|
16924
17018
|
};
|
|
@@ -17193,6 +17287,18 @@ export declare type GraphStoreDeleteIncidentLinkedJswIssueRelationshipInput = {
|
|
|
17193
17287
|
from: Scalars['ID']['input'];
|
|
17194
17288
|
to: Scalars['ID']['input'];
|
|
17195
17289
|
};
|
|
17290
|
+
export declare type GraphStoreDeleteIssueToWhiteboardInput = {
|
|
17291
|
+
relationships: Array<GraphStoreDeleteIssueToWhiteboardRelationshipInput>;
|
|
17292
|
+
};
|
|
17293
|
+
export declare type GraphStoreDeleteIssueToWhiteboardPayload = Payload & {
|
|
17294
|
+
__typename?: 'GraphStoreDeleteIssueToWhiteboardPayload';
|
|
17295
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17296
|
+
success: Scalars['Boolean']['output'];
|
|
17297
|
+
};
|
|
17298
|
+
export declare type GraphStoreDeleteIssueToWhiteboardRelationshipInput = {
|
|
17299
|
+
from: Scalars['ID']['input'];
|
|
17300
|
+
to: Scalars['ID']['input'];
|
|
17301
|
+
};
|
|
17196
17302
|
export declare type GraphStoreDeleteJswProjectAssociatedComponentInput = {
|
|
17197
17303
|
relationships: Array<GraphStoreDeleteJswProjectAssociatedComponentRelationshipInput>;
|
|
17198
17304
|
};
|
|
@@ -17545,8 +17651,10 @@ export declare type GraphStoreFullComponentLinkedJswIssueNode = Node & {
|
|
|
17545
17651
|
};
|
|
17546
17652
|
export declare type GraphStoreFullComponentLinkedJswIssueStartNode = {
|
|
17547
17653
|
__typename?: 'GraphStoreFullComponentLinkedJswIssueStartNode';
|
|
17654
|
+
data?: Maybe<GraphStoreFullComponentLinkedJswIssueStartUnion>;
|
|
17548
17655
|
id: Scalars['ID']['output'];
|
|
17549
17656
|
};
|
|
17657
|
+
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsService;
|
|
17550
17658
|
export declare type GraphStoreFullContentReferencedEntityConnection = HasPageInfo & {
|
|
17551
17659
|
__typename?: 'GraphStoreFullContentReferencedEntityConnection';
|
|
17552
17660
|
edges: Array<Maybe<GraphStoreFullContentReferencedEntityEdge>>;
|
|
@@ -18182,6 +18290,39 @@ export declare type GraphStoreFullIssueRecursiveAssociatedPrStartNode = {
|
|
|
18182
18290
|
id: Scalars['ID']['output'];
|
|
18183
18291
|
};
|
|
18184
18292
|
export declare type GraphStoreFullIssueRecursiveAssociatedPrStartUnion = JiraIssue;
|
|
18293
|
+
export declare type GraphStoreFullIssueToWhiteboardConnection = HasPageInfo & HasTotal & {
|
|
18294
|
+
__typename?: 'GraphStoreFullIssueToWhiteboardConnection';
|
|
18295
|
+
edges: Array<Maybe<GraphStoreFullIssueToWhiteboardEdge>>;
|
|
18296
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
18297
|
+
nodes: Array<Maybe<GraphStoreFullIssueToWhiteboardNode>>;
|
|
18298
|
+
pageInfo: PageInfo;
|
|
18299
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
18300
|
+
};
|
|
18301
|
+
export declare type GraphStoreFullIssueToWhiteboardEdge = {
|
|
18302
|
+
__typename?: 'GraphStoreFullIssueToWhiteboardEdge';
|
|
18303
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
18304
|
+
node: GraphStoreFullIssueToWhiteboardNode;
|
|
18305
|
+
};
|
|
18306
|
+
export declare type GraphStoreFullIssueToWhiteboardEndNode = {
|
|
18307
|
+
__typename?: 'GraphStoreFullIssueToWhiteboardEndNode';
|
|
18308
|
+
data?: Maybe<GraphStoreFullIssueToWhiteboardEndUnion>;
|
|
18309
|
+
id: Scalars['ID']['output'];
|
|
18310
|
+
};
|
|
18311
|
+
export declare type GraphStoreFullIssueToWhiteboardEndUnion = ConfluenceWhiteboard;
|
|
18312
|
+
export declare type GraphStoreFullIssueToWhiteboardNode = Node & {
|
|
18313
|
+
__typename?: 'GraphStoreFullIssueToWhiteboardNode';
|
|
18314
|
+
createdAt: Scalars['DateTime']['output'];
|
|
18315
|
+
from: GraphStoreFullIssueToWhiteboardStartNode;
|
|
18316
|
+
id: Scalars['ID']['output'];
|
|
18317
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
18318
|
+
to: GraphStoreFullIssueToWhiteboardEndNode;
|
|
18319
|
+
};
|
|
18320
|
+
export declare type GraphStoreFullIssueToWhiteboardStartNode = {
|
|
18321
|
+
__typename?: 'GraphStoreFullIssueToWhiteboardStartNode';
|
|
18322
|
+
data?: Maybe<GraphStoreFullIssueToWhiteboardStartUnion>;
|
|
18323
|
+
id: Scalars['ID']['output'];
|
|
18324
|
+
};
|
|
18325
|
+
export declare type GraphStoreFullIssueToWhiteboardStartUnion = JiraIssue;
|
|
18185
18326
|
export declare type GraphStoreFullJiraEpicContributesToAtlasGoalConnection = HasPageInfo & {
|
|
18186
18327
|
__typename?: 'GraphStoreFullJiraEpicContributesToAtlasGoalConnection';
|
|
18187
18328
|
edges: Array<Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalEdge>>;
|
|
@@ -18261,8 +18402,10 @@ export declare type GraphStoreFullJsmProjectAssociatedServiceEdge = {
|
|
|
18261
18402
|
};
|
|
18262
18403
|
export declare type GraphStoreFullJsmProjectAssociatedServiceEndNode = {
|
|
18263
18404
|
__typename?: 'GraphStoreFullJsmProjectAssociatedServiceEndNode';
|
|
18405
|
+
data?: Maybe<GraphStoreFullJsmProjectAssociatedServiceEndUnion>;
|
|
18264
18406
|
id: Scalars['ID']['output'];
|
|
18265
18407
|
};
|
|
18408
|
+
export declare type GraphStoreFullJsmProjectAssociatedServiceEndUnion = DevOpsService;
|
|
18266
18409
|
export declare type GraphStoreFullJsmProjectAssociatedServiceNode = Node & {
|
|
18267
18410
|
__typename?: 'GraphStoreFullJsmProjectAssociatedServiceNode';
|
|
18268
18411
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -18292,8 +18435,10 @@ export declare type GraphStoreFullJswProjectAssociatedComponentEdge = {
|
|
|
18292
18435
|
};
|
|
18293
18436
|
export declare type GraphStoreFullJswProjectAssociatedComponentEndNode = {
|
|
18294
18437
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentEndNode';
|
|
18438
|
+
data?: Maybe<GraphStoreFullJswProjectAssociatedComponentEndUnion>;
|
|
18295
18439
|
id: Scalars['ID']['output'];
|
|
18296
18440
|
};
|
|
18441
|
+
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsService;
|
|
18297
18442
|
export declare type GraphStoreFullJswProjectAssociatedComponentNode = Node & {
|
|
18298
18443
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentNode';
|
|
18299
18444
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -18458,8 +18603,10 @@ export declare type GraphStoreFullOperationsContainerImpactedByIncidentNode = No
|
|
|
18458
18603
|
};
|
|
18459
18604
|
export declare type GraphStoreFullOperationsContainerImpactedByIncidentStartNode = {
|
|
18460
18605
|
__typename?: 'GraphStoreFullOperationsContainerImpactedByIncidentStartNode';
|
|
18606
|
+
data?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentStartUnion>;
|
|
18461
18607
|
id: Scalars['ID']['output'];
|
|
18462
18608
|
};
|
|
18609
|
+
export declare type GraphStoreFullOperationsContainerImpactedByIncidentStartUnion = DevOpsService;
|
|
18463
18610
|
export declare type GraphStoreFullOperationsContainerImprovedByActionItemConnection = HasPageInfo & {
|
|
18464
18611
|
__typename?: 'GraphStoreFullOperationsContainerImprovedByActionItemConnection';
|
|
18465
18612
|
edges: Array<Maybe<GraphStoreFullOperationsContainerImprovedByActionItemEdge>>;
|
|
@@ -18487,8 +18634,10 @@ export declare type GraphStoreFullOperationsContainerImprovedByActionItemNode =
|
|
|
18487
18634
|
};
|
|
18488
18635
|
export declare type GraphStoreFullOperationsContainerImprovedByActionItemStartNode = {
|
|
18489
18636
|
__typename?: 'GraphStoreFullOperationsContainerImprovedByActionItemStartNode';
|
|
18637
|
+
data?: Maybe<GraphStoreFullOperationsContainerImprovedByActionItemStartUnion>;
|
|
18490
18638
|
id: Scalars['ID']['output'];
|
|
18491
18639
|
};
|
|
18640
|
+
export declare type GraphStoreFullOperationsContainerImprovedByActionItemStartUnion = DevOpsService;
|
|
18492
18641
|
export declare enum GraphStoreFullParentDocumentHasChildDocumentCategoryOutput {
|
|
18493
18642
|
Archive = "ARCHIVE",
|
|
18494
18643
|
Audio = "AUDIO",
|
|
@@ -19009,8 +19158,10 @@ export declare type GraphStoreFullProjectAssociatedServiceEdge = {
|
|
|
19009
19158
|
};
|
|
19010
19159
|
export declare type GraphStoreFullProjectAssociatedServiceEndNode = {
|
|
19011
19160
|
__typename?: 'GraphStoreFullProjectAssociatedServiceEndNode';
|
|
19161
|
+
data?: Maybe<GraphStoreFullProjectAssociatedServiceEndUnion>;
|
|
19012
19162
|
id: Scalars['ID']['output'];
|
|
19013
19163
|
};
|
|
19164
|
+
export declare type GraphStoreFullProjectAssociatedServiceEndUnion = DevOpsService;
|
|
19014
19165
|
export declare type GraphStoreFullProjectAssociatedServiceNode = Node & {
|
|
19015
19166
|
__typename?: 'GraphStoreFullProjectAssociatedServiceNode';
|
|
19016
19167
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -19073,8 +19224,10 @@ export declare type GraphStoreFullProjectAssociatedToOperationsContainerEdge = {
|
|
|
19073
19224
|
};
|
|
19074
19225
|
export declare type GraphStoreFullProjectAssociatedToOperationsContainerEndNode = {
|
|
19075
19226
|
__typename?: 'GraphStoreFullProjectAssociatedToOperationsContainerEndNode';
|
|
19227
|
+
data?: Maybe<GraphStoreFullProjectAssociatedToOperationsContainerEndUnion>;
|
|
19076
19228
|
id: Scalars['ID']['output'];
|
|
19077
19229
|
};
|
|
19230
|
+
export declare type GraphStoreFullProjectAssociatedToOperationsContainerEndUnion = DevOpsService;
|
|
19078
19231
|
export declare type GraphStoreFullProjectAssociatedToOperationsContainerNode = Node & {
|
|
19079
19232
|
__typename?: 'GraphStoreFullProjectAssociatedToOperationsContainerNode';
|
|
19080
19233
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -19586,8 +19739,10 @@ export declare type GraphStoreFullServiceLinkedIncidentRelationshipObjectMetadat
|
|
|
19586
19739
|
};
|
|
19587
19740
|
export declare type GraphStoreFullServiceLinkedIncidentStartNode = {
|
|
19588
19741
|
__typename?: 'GraphStoreFullServiceLinkedIncidentStartNode';
|
|
19742
|
+
data?: Maybe<GraphStoreFullServiceLinkedIncidentStartUnion>;
|
|
19589
19743
|
id: Scalars['ID']['output'];
|
|
19590
19744
|
};
|
|
19745
|
+
export declare type GraphStoreFullServiceLinkedIncidentStartUnion = DevOpsService;
|
|
19591
19746
|
export declare type GraphStoreFullShipit57IssueLinksToPageConnection = HasPageInfo & HasTotal & {
|
|
19592
19747
|
__typename?: 'GraphStoreFullShipit57IssueLinksToPageConnection';
|
|
19593
19748
|
edges: Array<Maybe<GraphStoreFullShipit57IssueLinksToPageEdge>>;
|
|
@@ -20789,6 +20944,7 @@ export declare type GraphStoreMutation = {
|
|
|
20789
20944
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
20790
20945
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
20791
20946
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
20947
|
+
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
20792
20948
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
20793
20949
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
20794
20950
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
@@ -20806,6 +20962,7 @@ export declare type GraphStoreMutation = {
|
|
|
20806
20962
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
20807
20963
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
20808
20964
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
20965
|
+
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
20809
20966
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
20810
20967
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
20811
20968
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
@@ -20830,6 +20987,9 @@ export declare type GraphStoreMutationCreateIncidentHasActionItemArgs = {
|
|
|
20830
20987
|
export declare type GraphStoreMutationCreateIncidentLinkedJswIssueArgs = {
|
|
20831
20988
|
input?: InputMaybe<GraphStoreCreateIncidentLinkedJswIssueInput>;
|
|
20832
20989
|
};
|
|
20990
|
+
export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
20991
|
+
input?: InputMaybe<GraphStoreCreateIssueToWhiteboardInput>;
|
|
20992
|
+
};
|
|
20833
20993
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
20834
20994
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
20835
20995
|
};
|
|
@@ -20881,6 +21041,9 @@ export declare type GraphStoreMutationDeleteIncidentHasActionItemArgs = {
|
|
|
20881
21041
|
export declare type GraphStoreMutationDeleteIncidentLinkedJswIssueArgs = {
|
|
20882
21042
|
input?: InputMaybe<GraphStoreDeleteIncidentLinkedJswIssueInput>;
|
|
20883
21043
|
};
|
|
21044
|
+
export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
21045
|
+
input?: InputMaybe<GraphStoreDeleteIssueToWhiteboardInput>;
|
|
21046
|
+
};
|
|
20884
21047
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
20885
21048
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
20886
21049
|
};
|
|
@@ -21356,6 +21519,21 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueEdge = {
|
|
|
21356
21519
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21357
21520
|
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueUnion>;
|
|
21358
21521
|
};
|
|
21522
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection = HasPageInfo & HasTotal & {
|
|
21523
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection';
|
|
21524
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge>>>;
|
|
21525
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
21526
|
+
pageInfo: PageInfo;
|
|
21527
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
21528
|
+
};
|
|
21529
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
21530
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge';
|
|
21531
|
+
createdAt: Scalars['DateTime']['output'];
|
|
21532
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
21533
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
21534
|
+
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
|
|
21535
|
+
};
|
|
21536
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsService;
|
|
21359
21537
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
21360
21538
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
21361
21539
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
@@ -21764,6 +21942,36 @@ export declare type GraphStoreSimplifiedIssueRecursiveAssociatedPrInverseEdge =
|
|
|
21764
21942
|
};
|
|
21765
21943
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedPrInverseUnion = JiraIssue;
|
|
21766
21944
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedPrUnion = DevOpsPullRequestDetails;
|
|
21945
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardConnection = HasPageInfo & HasTotal & {
|
|
21946
|
+
__typename?: 'GraphStoreSimplifiedIssueToWhiteboardConnection';
|
|
21947
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueToWhiteboardEdge>>>;
|
|
21948
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
21949
|
+
pageInfo: PageInfo;
|
|
21950
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
21951
|
+
};
|
|
21952
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardEdge = {
|
|
21953
|
+
__typename?: 'GraphStoreSimplifiedIssueToWhiteboardEdge';
|
|
21954
|
+
createdAt: Scalars['DateTime']['output'];
|
|
21955
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
21956
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
21957
|
+
node?: Maybe<GraphStoreSimplifiedIssueToWhiteboardUnion>;
|
|
21958
|
+
};
|
|
21959
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardInverseConnection = HasPageInfo & HasTotal & {
|
|
21960
|
+
__typename?: 'GraphStoreSimplifiedIssueToWhiteboardInverseConnection';
|
|
21961
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueToWhiteboardInverseEdge>>>;
|
|
21962
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
21963
|
+
pageInfo: PageInfo;
|
|
21964
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
21965
|
+
};
|
|
21966
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardInverseEdge = {
|
|
21967
|
+
__typename?: 'GraphStoreSimplifiedIssueToWhiteboardInverseEdge';
|
|
21968
|
+
createdAt: Scalars['DateTime']['output'];
|
|
21969
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
21970
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
21971
|
+
node?: Maybe<GraphStoreSimplifiedIssueToWhiteboardInverseUnion>;
|
|
21972
|
+
};
|
|
21973
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardInverseUnion = JiraIssue;
|
|
21974
|
+
export declare type GraphStoreSimplifiedIssueToWhiteboardUnion = ConfluenceWhiteboard;
|
|
21767
21975
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalConnection = HasPageInfo & {
|
|
21768
21976
|
__typename?: 'GraphStoreSimplifiedJiraEpicContributesToAtlasGoalConnection';
|
|
21769
21977
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalEdge>>>;
|
|
@@ -21820,6 +22028,20 @@ export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseEdg
|
|
|
21820
22028
|
};
|
|
21821
22029
|
export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseUnion = JiraProject;
|
|
21822
22030
|
export declare type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalUnion = TownsquareGoal;
|
|
22031
|
+
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceConnection = HasPageInfo & HasTotal & {
|
|
22032
|
+
__typename?: 'GraphStoreSimplifiedJsmProjectAssociatedServiceConnection';
|
|
22033
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceEdge>>>;
|
|
22034
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22035
|
+
pageInfo: PageInfo;
|
|
22036
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22037
|
+
};
|
|
22038
|
+
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceEdge = {
|
|
22039
|
+
__typename?: 'GraphStoreSimplifiedJsmProjectAssociatedServiceEdge';
|
|
22040
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22041
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22042
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22043
|
+
node?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceUnion>;
|
|
22044
|
+
};
|
|
21823
22045
|
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceInverseConnection = HasPageInfo & HasTotal & {
|
|
21824
22046
|
__typename?: 'GraphStoreSimplifiedJsmProjectAssociatedServiceInverseConnection';
|
|
21825
22047
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceInverseEdge>>>;
|
|
@@ -21835,6 +22057,21 @@ export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceInverseEdge =
|
|
|
21835
22057
|
node?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceInverseUnion>;
|
|
21836
22058
|
};
|
|
21837
22059
|
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceInverseUnion = JiraProject;
|
|
22060
|
+
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceUnion = DevOpsService;
|
|
22061
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentConnection = HasPageInfo & HasTotal & {
|
|
22062
|
+
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedComponentConnection';
|
|
22063
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentEdge>>>;
|
|
22064
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22065
|
+
pageInfo: PageInfo;
|
|
22066
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22067
|
+
};
|
|
22068
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentEdge = {
|
|
22069
|
+
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedComponentEdge';
|
|
22070
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22071
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22072
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22073
|
+
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentUnion>;
|
|
22074
|
+
};
|
|
21838
22075
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseConnection = HasPageInfo & HasTotal & {
|
|
21839
22076
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedComponentInverseConnection';
|
|
21840
22077
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge>>>;
|
|
@@ -21850,6 +22087,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge
|
|
|
21850
22087
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion>;
|
|
21851
22088
|
};
|
|
21852
22089
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion = JiraProject;
|
|
22090
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsService;
|
|
21853
22091
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentConnection = HasPageInfo & HasTotal & {
|
|
21854
22092
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedIncidentConnection';
|
|
21855
22093
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentEdge>>>;
|
|
@@ -21952,6 +22190,19 @@ export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentEdg
|
|
|
21952
22190
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21953
22191
|
node?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion>;
|
|
21954
22192
|
};
|
|
22193
|
+
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseConnection = HasPageInfo & {
|
|
22194
|
+
__typename?: 'GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseConnection';
|
|
22195
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseEdge>>>;
|
|
22196
|
+
pageInfo: PageInfo;
|
|
22197
|
+
};
|
|
22198
|
+
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseEdge = {
|
|
22199
|
+
__typename?: 'GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseEdge';
|
|
22200
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22201
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22202
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22203
|
+
node?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseUnion>;
|
|
22204
|
+
};
|
|
22205
|
+
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseUnion = DevOpsService;
|
|
21955
22206
|
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21956
22207
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection = HasPageInfo & {
|
|
21957
22208
|
__typename?: 'GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection';
|
|
@@ -21965,6 +22216,19 @@ export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemE
|
|
|
21965
22216
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21966
22217
|
node?: Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemUnion>;
|
|
21967
22218
|
};
|
|
22219
|
+
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseConnection = HasPageInfo & {
|
|
22220
|
+
__typename?: 'GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseConnection';
|
|
22221
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseEdge>>>;
|
|
22222
|
+
pageInfo: PageInfo;
|
|
22223
|
+
};
|
|
22224
|
+
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseEdge = {
|
|
22225
|
+
__typename?: 'GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseEdge';
|
|
22226
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22227
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22228
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22229
|
+
node?: Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseUnion>;
|
|
22230
|
+
};
|
|
22231
|
+
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseUnion = DevOpsService;
|
|
21968
22232
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemUnion = JiraIssue;
|
|
21969
22233
|
export declare type GraphStoreSimplifiedParentDocumentHasChildDocumentConnection = HasPageInfo & {
|
|
21970
22234
|
__typename?: 'GraphStoreSimplifiedParentDocumentHasChildDocumentConnection';
|
|
@@ -22254,6 +22518,20 @@ export declare type GraphStoreSimplifiedProjectAssociatedRepoInverseEdge = {
|
|
|
22254
22518
|
};
|
|
22255
22519
|
export declare type GraphStoreSimplifiedProjectAssociatedRepoInverseUnion = JiraProject;
|
|
22256
22520
|
export declare type GraphStoreSimplifiedProjectAssociatedRepoUnion = DevOpsRepository;
|
|
22521
|
+
export declare type GraphStoreSimplifiedProjectAssociatedServiceConnection = HasPageInfo & HasTotal & {
|
|
22522
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedServiceConnection';
|
|
22523
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedServiceEdge>>>;
|
|
22524
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22525
|
+
pageInfo: PageInfo;
|
|
22526
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22527
|
+
};
|
|
22528
|
+
export declare type GraphStoreSimplifiedProjectAssociatedServiceEdge = {
|
|
22529
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedServiceEdge';
|
|
22530
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22531
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22532
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22533
|
+
node?: Maybe<GraphStoreSimplifiedProjectAssociatedServiceUnion>;
|
|
22534
|
+
};
|
|
22257
22535
|
export declare type GraphStoreSimplifiedProjectAssociatedServiceInverseConnection = HasPageInfo & HasTotal & {
|
|
22258
22536
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedServiceInverseConnection';
|
|
22259
22537
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedServiceInverseEdge>>>;
|
|
@@ -22269,6 +22547,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedServiceInverseEdge = {
|
|
|
22269
22547
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedServiceInverseUnion>;
|
|
22270
22548
|
};
|
|
22271
22549
|
export declare type GraphStoreSimplifiedProjectAssociatedServiceInverseUnion = JiraProject;
|
|
22550
|
+
export declare type GraphStoreSimplifiedProjectAssociatedServiceUnion = DevOpsService;
|
|
22272
22551
|
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentConnection = HasPageInfo & HasTotal & {
|
|
22273
22552
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedToIncidentConnection';
|
|
22274
22553
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToIncidentEdge>>>;
|
|
@@ -22299,6 +22578,20 @@ export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseEdge =
|
|
|
22299
22578
|
};
|
|
22300
22579
|
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseUnion = JiraProject;
|
|
22301
22580
|
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
22581
|
+
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerConnection = HasPageInfo & HasTotal & {
|
|
22582
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedToOperationsContainerConnection';
|
|
22583
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerEdge>>>;
|
|
22584
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22585
|
+
pageInfo: PageInfo;
|
|
22586
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22587
|
+
};
|
|
22588
|
+
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerEdge = {
|
|
22589
|
+
__typename?: 'GraphStoreSimplifiedProjectAssociatedToOperationsContainerEdge';
|
|
22590
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22591
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22592
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22593
|
+
node?: Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerUnion>;
|
|
22594
|
+
};
|
|
22302
22595
|
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection = HasPageInfo & HasTotal & {
|
|
22303
22596
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection';
|
|
22304
22597
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseEdge>>>;
|
|
@@ -22314,6 +22607,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerIn
|
|
|
22314
22607
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseUnion>;
|
|
22315
22608
|
};
|
|
22316
22609
|
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseUnion = JiraProject;
|
|
22610
|
+
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerUnion = DevOpsService;
|
|
22317
22611
|
export declare type GraphStoreSimplifiedProjectAssociatedToSecurityContainerInverseConnection = HasPageInfo & HasTotal & {
|
|
22318
22612
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedToSecurityContainerInverseConnection';
|
|
22319
22613
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToSecurityContainerInverseEdge>>>;
|
|
@@ -22622,6 +22916,21 @@ export declare type GraphStoreSimplifiedServiceLinkedIncidentEdge = {
|
|
|
22622
22916
|
lastUpdated: Scalars['DateTime']['output'];
|
|
22623
22917
|
node?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentUnion>;
|
|
22624
22918
|
};
|
|
22919
|
+
export declare type GraphStoreSimplifiedServiceLinkedIncidentInverseConnection = HasPageInfo & HasTotal & {
|
|
22920
|
+
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentInverseConnection';
|
|
22921
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseEdge>>>;
|
|
22922
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22923
|
+
pageInfo: PageInfo;
|
|
22924
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22925
|
+
};
|
|
22926
|
+
export declare type GraphStoreSimplifiedServiceLinkedIncidentInverseEdge = {
|
|
22927
|
+
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentInverseEdge';
|
|
22928
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22929
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22930
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22931
|
+
node?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseUnion>;
|
|
22932
|
+
};
|
|
22933
|
+
export declare type GraphStoreSimplifiedServiceLinkedIncidentInverseUnion = DevOpsService;
|
|
22625
22934
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentUnion = JiraIssue;
|
|
22626
22935
|
export declare type GraphStoreSimplifiedShipit57IssueLinksToPageConnection = HasPageInfo & HasTotal & {
|
|
22627
22936
|
__typename?: 'GraphStoreSimplifiedShipit57IssueLinksToPageConnection';
|
|
@@ -23638,9 +23947,11 @@ export declare type HelpCenter = Node & {
|
|
|
23638
23947
|
id: Scalars['ID']['output'];
|
|
23639
23948
|
name?: Maybe<HelpCenterName>;
|
|
23640
23949
|
portals?: Maybe<Array<HelpCenterPortal>>;
|
|
23950
|
+
siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
23641
23951
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23642
23952
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
23643
23953
|
type?: Maybe<HelpCenterType>;
|
|
23954
|
+
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
23644
23955
|
};
|
|
23645
23956
|
export declare type HelpCenterHelpDesksArgs = {
|
|
23646
23957
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23669,6 +23980,7 @@ export declare enum HelpCenterAnnouncementType {
|
|
|
23669
23980
|
}
|
|
23670
23981
|
export declare type HelpCenterAnnouncements = {
|
|
23671
23982
|
__typename?: 'HelpCenterAnnouncements';
|
|
23983
|
+
canEditAnnouncement?: Maybe<Scalars['Boolean']['output']>;
|
|
23672
23984
|
homePageAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23673
23985
|
loginAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23674
23986
|
};
|
|
@@ -23685,6 +23997,8 @@ export declare type HelpCenterBranding = {
|
|
|
23685
23997
|
banner?: Maybe<HelpCenterBanner>;
|
|
23686
23998
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
23687
23999
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
24000
|
+
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
24001
|
+
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
23688
24002
|
logo?: Maybe<HelpCenterLogo>;
|
|
23689
24003
|
};
|
|
23690
24004
|
export declare type HelpCenterBrandingColors = {
|
|
@@ -24199,7 +24513,7 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
24199
24513
|
__typename?: 'HelpLayoutAnnouncementElementData';
|
|
24200
24514
|
announcementContent?: Maybe<Scalars['String']['output']>;
|
|
24201
24515
|
};
|
|
24202
|
-
export declare type HelpLayoutAtomicElement = HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutSearchAtomicElement;
|
|
24516
|
+
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
24203
24517
|
export declare type HelpLayoutAtomicElementInput = {
|
|
24204
24518
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
24205
24519
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
@@ -24208,10 +24522,14 @@ export declare type HelpLayoutAtomicElementInput = {
|
|
|
24208
24522
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
24209
24523
|
};
|
|
24210
24524
|
export declare enum HelpLayoutAtomicElementKey {
|
|
24525
|
+
Announcement = "ANNOUNCEMENT",
|
|
24211
24526
|
Heading = "HEADING",
|
|
24212
24527
|
Image = "IMAGE",
|
|
24213
24528
|
Paragraph = "PARAGRAPH",
|
|
24214
|
-
|
|
24529
|
+
PortalsList = "PORTALS_LIST",
|
|
24530
|
+
Search = "SEARCH",
|
|
24531
|
+
SuggestedRequestFormsList = "SUGGESTED_REQUEST_FORMS_LIST",
|
|
24532
|
+
TopicsList = "TOPICS_LIST"
|
|
24215
24533
|
}
|
|
24216
24534
|
export declare type HelpLayoutAtomicElementType = HelpLayoutElementType & {
|
|
24217
24535
|
__typename?: 'HelpLayoutAtomicElementType';
|
|
@@ -24240,6 +24558,7 @@ export declare type HelpLayoutCompositeElement = {
|
|
|
24240
24558
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
24241
24559
|
};
|
|
24242
24560
|
export declare enum HelpLayoutCompositeElementKey {
|
|
24561
|
+
Hero = "HERO",
|
|
24243
24562
|
LinkCard = "LINK_CARD"
|
|
24244
24563
|
}
|
|
24245
24564
|
export declare type HelpLayoutCompositeElementType = HelpLayoutElementType & {
|
|
@@ -24260,7 +24579,7 @@ export declare type HelpLayoutCreationInput = {
|
|
|
24260
24579
|
parentAri: Scalars['ID']['input'];
|
|
24261
24580
|
sections: Array<HelpLayoutSectionInput>;
|
|
24262
24581
|
};
|
|
24263
|
-
export declare type HelpLayoutElement = HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutSearchAtomicElement;
|
|
24582
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
24264
24583
|
export declare enum HelpLayoutElementCategory {
|
|
24265
24584
|
Basic = "BASIC",
|
|
24266
24585
|
Navigation = "NAVIGATION"
|
|
@@ -24275,6 +24594,7 @@ export declare type HelpLayoutElementInput = {
|
|
|
24275
24594
|
};
|
|
24276
24595
|
export declare enum HelpLayoutElementKey {
|
|
24277
24596
|
Heading = "HEADING",
|
|
24597
|
+
Hero = "HERO",
|
|
24278
24598
|
Image = "IMAGE",
|
|
24279
24599
|
LinkCard = "LINK_CARD",
|
|
24280
24600
|
Paragraph = "PARAGRAPH",
|
|
@@ -25072,6 +25392,17 @@ export declare type InsightsActionNextBestTaskPayload = Payload & {
|
|
|
25072
25392
|
success: Scalars['Boolean']['output'];
|
|
25073
25393
|
userActionState?: Maybe<InsightsUserActionState>;
|
|
25074
25394
|
};
|
|
25395
|
+
export declare type InsightsBlockedIssue = {
|
|
25396
|
+
__typename?: 'InsightsBlockedIssue';
|
|
25397
|
+
issueKey: Scalars['String']['output'];
|
|
25398
|
+
title: Scalars['String']['output'];
|
|
25399
|
+
};
|
|
25400
|
+
export declare type InsightsBlockingIssueDetails = {
|
|
25401
|
+
__typename?: 'InsightsBlockingIssueDetails';
|
|
25402
|
+
blockedIssues?: Maybe<Array<InsightsBlockedIssue>>;
|
|
25403
|
+
issueIconUrl: Scalars['String']['output'];
|
|
25404
|
+
issueId: Scalars['String']['output'];
|
|
25405
|
+
};
|
|
25075
25406
|
export declare type InsightsBuildDetails = {
|
|
25076
25407
|
__typename?: 'InsightsBuildDetails';
|
|
25077
25408
|
buildNumber: Scalars['Int']['output'];
|
|
@@ -25140,7 +25471,7 @@ export declare type InsightsNextBestTaskConnection = {
|
|
|
25140
25471
|
pageInfo: PageInfo;
|
|
25141
25472
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
25142
25473
|
};
|
|
25143
|
-
export declare type InsightsNextBestTaskDetails = InsightsBuildDetails | InsightsDeploymentDetails | InsightsPullRequestNeedsWorkDetails | InsightsPullRequestReviewDetails | InsightsVulnDetails;
|
|
25474
|
+
export declare type InsightsNextBestTaskDetails = InsightsBlockingIssueDetails | InsightsBuildDetails | InsightsDeploymentDetails | InsightsPullRequestNeedsWorkDetails | InsightsPullRequestReviewDetails | InsightsVulnDetails;
|
|
25144
25475
|
export declare type InsightsNextBestTaskEdge = {
|
|
25145
25476
|
__typename?: 'InsightsNextBestTaskEdge';
|
|
25146
25477
|
cursor: Scalars['String']['output'];
|
|
@@ -25161,6 +25492,7 @@ export declare type InsightsPullRequestReviewDetails = {
|
|
|
25161
25492
|
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
25162
25493
|
};
|
|
25163
25494
|
export declare enum InsightsTaskType {
|
|
25495
|
+
BlockingIssue = "BLOCKING_ISSUE",
|
|
25164
25496
|
BuildFailed = "BUILD_FAILED",
|
|
25165
25497
|
CritVuln = "CRIT_VULN",
|
|
25166
25498
|
DeploymentFailed = "DEPLOYMENT_FAILED",
|
|
@@ -27201,6 +27533,10 @@ export declare type JiraDateTimePickerField = JiraIssueField & JiraIssueFieldCon
|
|
|
27201
27533
|
type: Scalars['String']['output'];
|
|
27202
27534
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
27203
27535
|
};
|
|
27536
|
+
export declare type JiraDateTimeWindow = {
|
|
27537
|
+
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27538
|
+
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27539
|
+
};
|
|
27204
27540
|
export declare type JiraDefaultGrantTypeValue = Node & {
|
|
27205
27541
|
__typename?: 'JiraDefaultGrantTypeValue';
|
|
27206
27542
|
id: Scalars['ID']['output'];
|
|
@@ -31854,6 +32190,8 @@ export declare type JiraQuery = {
|
|
|
31854
32190
|
screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
|
|
31855
32191
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
31856
32192
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
32193
|
+
sprintById?: Maybe<JiraSprint>;
|
|
32194
|
+
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
31857
32195
|
stringUserProperty?: Maybe<JiraEntityPropertyString>;
|
|
31858
32196
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
31859
32197
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
@@ -32365,6 +32703,16 @@ export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
|
32365
32703
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
32366
32704
|
cloudId: Scalars['ID']['input'];
|
|
32367
32705
|
};
|
|
32706
|
+
export declare type JiraQuerySprintByIdArgs = {
|
|
32707
|
+
id: Scalars['ID']['input'];
|
|
32708
|
+
};
|
|
32709
|
+
export declare type JiraQuerySprintSearchArgs = {
|
|
32710
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32711
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32712
|
+
filter?: InputMaybe<JiraSprintFilterInput>;
|
|
32713
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32714
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32715
|
+
};
|
|
32368
32716
|
export declare type JiraQueryStringUserPropertyArgs = {
|
|
32369
32717
|
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
32370
32718
|
cloudId: Scalars['ID']['input'];
|
|
@@ -34046,6 +34394,7 @@ export declare type JiraSingleSelectUserPickerField = JiraIssueField & JiraIssue
|
|
|
34046
34394
|
export declare type JiraSingleSelectUserPickerFieldUsersArgs = {
|
|
34047
34395
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34048
34396
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
34397
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
34049
34398
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34050
34399
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
34051
34400
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -34208,6 +34557,13 @@ export declare type JiraSprintFieldPayload = Payload & {
|
|
|
34208
34557
|
field?: Maybe<JiraSprintField>;
|
|
34209
34558
|
success: Scalars['Boolean']['output'];
|
|
34210
34559
|
};
|
|
34560
|
+
export declare type JiraSprintFilterInput = {
|
|
34561
|
+
activeWithin?: InputMaybe<JiraDateTimeWindow>;
|
|
34562
|
+
boardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
34563
|
+
projectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
34564
|
+
projectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
34565
|
+
states?: InputMaybe<Array<JiraSprintState>>;
|
|
34566
|
+
};
|
|
34211
34567
|
export declare type JiraSprintInput = {
|
|
34212
34568
|
sprintId: Scalars['ID']['input'];
|
|
34213
34569
|
};
|
|
@@ -35865,6 +36221,7 @@ export declare type JiraWorkManagementNavigation = {
|
|
|
35865
36221
|
__typename?: 'JiraWorkManagementNavigation';
|
|
35866
36222
|
favoriteProjects?: Maybe<JiraProjectConnection>;
|
|
35867
36223
|
jwmLicensing?: Maybe<JiraWorkManagementLicensing>;
|
|
36224
|
+
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
35868
36225
|
overviews?: Maybe<JiraWorkManagementOverviewConnectionResult>;
|
|
35869
36226
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
35870
36227
|
};
|
|
@@ -35874,6 +36231,11 @@ export declare type JiraWorkManagementNavigationFavoriteProjectsArgs = {
|
|
|
35874
36231
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35875
36232
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
35876
36233
|
};
|
|
36234
|
+
export declare type JiraWorkManagementNavigationJwmOverviewsArgs = {
|
|
36235
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36236
|
+
cloudId: Scalars['ID']['input'];
|
|
36237
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36238
|
+
};
|
|
35877
36239
|
export declare type JiraWorkManagementNavigationOverviewsArgs = {
|
|
35878
36240
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35879
36241
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -36519,6 +36881,38 @@ export declare type MarketplaceStoreAlgoliaQuerySort = {
|
|
|
36519
36881
|
__typename?: 'MarketplaceStoreAlgoliaQuerySort';
|
|
36520
36882
|
criteria?: Maybe<Scalars['String']['output']>;
|
|
36521
36883
|
};
|
|
36884
|
+
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
36885
|
+
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
36886
|
+
backgroundColor: Scalars['String']['output'];
|
|
36887
|
+
description: Scalars['String']['output'];
|
|
36888
|
+
image: MarketplaceStoreCollectionHeroSectionImage;
|
|
36889
|
+
title: Scalars['String']['output'];
|
|
36890
|
+
};
|
|
36891
|
+
export declare type MarketplaceStoreCollectionHeroSectionImage = {
|
|
36892
|
+
__typename?: 'MarketplaceStoreCollectionHeroSectionImage';
|
|
36893
|
+
altText: Scalars['String']['output'];
|
|
36894
|
+
url: Scalars['String']['output'];
|
|
36895
|
+
};
|
|
36896
|
+
export declare type MarketplaceStoreCollectionResponse = {
|
|
36897
|
+
__typename?: 'MarketplaceStoreCollectionResponse';
|
|
36898
|
+
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
36899
|
+
heroSection: MarketplaceStoreCollectionHeroSection;
|
|
36900
|
+
id: Scalars['ID']['output'];
|
|
36901
|
+
name: Scalars['String']['output'];
|
|
36902
|
+
slug: Scalars['String']['output'];
|
|
36903
|
+
useCases?: Maybe<MarketplaceStoreCollectionUsecases>;
|
|
36904
|
+
};
|
|
36905
|
+
export declare type MarketplaceStoreCollectionUsecases = {
|
|
36906
|
+
__typename?: 'MarketplaceStoreCollectionUsecases';
|
|
36907
|
+
heading: Scalars['String']['output'];
|
|
36908
|
+
values: Array<MarketplaceStoreCollectionUsecasesValues>;
|
|
36909
|
+
};
|
|
36910
|
+
export declare type MarketplaceStoreCollectionUsecasesValues = {
|
|
36911
|
+
__typename?: 'MarketplaceStoreCollectionUsecasesValues';
|
|
36912
|
+
description: Scalars['String']['output'];
|
|
36913
|
+
title: Scalars['String']['output'];
|
|
36914
|
+
titleColor: Scalars['String']['output'];
|
|
36915
|
+
};
|
|
36522
36916
|
export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHomePageSection & {
|
|
36523
36917
|
__typename?: 'MarketplaceStoreHomePageFeaturedSection';
|
|
36524
36918
|
description: Scalars['String']['output'];
|
|
@@ -36592,9 +36986,13 @@ export declare type MarketplaceStoreMutationApiInstallAppArgs = {
|
|
|
36592
36986
|
};
|
|
36593
36987
|
export declare type MarketplaceStoreQueryApi = {
|
|
36594
36988
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
36989
|
+
collection: MarketplaceStoreCollectionResponse;
|
|
36595
36990
|
homePage: MarketplaceStoreHomePageResponse;
|
|
36596
36991
|
installAppStatus: MarketplaceStoreInstallAppResponse;
|
|
36597
36992
|
};
|
|
36993
|
+
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
36994
|
+
slug: Scalars['String']['input'];
|
|
36995
|
+
};
|
|
36598
36996
|
export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
36599
36997
|
id: Scalars['ID']['input'];
|
|
36600
36998
|
};
|
|
@@ -39327,7 +39725,8 @@ export declare type PolarisViewLastViewed = {
|
|
|
39327
39725
|
};
|
|
39328
39726
|
export declare enum PolarisViewLayoutType {
|
|
39329
39727
|
Compact = "COMPACT",
|
|
39330
|
-
Detailed = "DETAILED"
|
|
39728
|
+
Detailed = "DETAILED",
|
|
39729
|
+
Summary = "SUMMARY"
|
|
39331
39730
|
}
|
|
39332
39731
|
export declare type PolarisViewSet = {
|
|
39333
39732
|
__typename?: 'PolarisViewSet';
|
|
@@ -42266,7 +42665,7 @@ export declare type ShepherdDetectionSettingSetValueEntryInput = {
|
|
|
42266
42665
|
};
|
|
42267
42666
|
export declare type ShepherdDetectionSettingSetValueInput = {
|
|
42268
42667
|
booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42269
|
-
entries?: InputMaybe<ShepherdDetectionSettingSetValueEntryInput
|
|
42668
|
+
entries?: InputMaybe<Array<ShepherdDetectionSettingSetValueEntryInput>>;
|
|
42270
42669
|
stringValues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
42271
42670
|
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
|
|
42272
42671
|
};
|