@forge/cli-shared 5.5.0-next.6 → 5.5.0-next.7
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.
|
@@ -24567,6 +24567,7 @@ export declare type GraphStore = {
|
|
|
24567
24567
|
atlasProjectIsTrackedOnJiraEpicInverseRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24568
24568
|
atlasProjectIsTrackedOnJiraEpicRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24569
24569
|
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
|
|
24570
|
+
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
|
|
24570
24571
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24571
24572
|
componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24572
24573
|
componentImpactedByIncident?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentConnection>;
|
|
@@ -24589,6 +24590,18 @@ export declare type GraphStore = {
|
|
|
24589
24590
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24590
24591
|
focusAreaAssociatedToProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseConnection>;
|
|
24591
24592
|
focusAreaAssociatedToProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24593
|
+
focusAreaHasAtlasGoal?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
|
|
24594
|
+
focusAreaHasAtlasGoalBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24595
|
+
focusAreaHasAtlasGoalInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection>;
|
|
24596
|
+
focusAreaHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24597
|
+
focusAreaHasFocusArea?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaConnection>;
|
|
24598
|
+
focusAreaHasFocusAreaBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24599
|
+
focusAreaHasFocusAreaInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection>;
|
|
24600
|
+
focusAreaHasFocusAreaInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24601
|
+
focusAreaHasProject?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectConnection>;
|
|
24602
|
+
focusAreaHasProjectBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24603
|
+
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
24604
|
+
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24592
24605
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
24593
24606
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
24594
24607
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -24651,6 +24664,7 @@ export declare type GraphStore = {
|
|
|
24651
24664
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
24652
24665
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24653
24666
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24667
|
+
issueChangesComponent?: Maybe<GraphStoreSimplifiedIssueChangesComponentConnection>;
|
|
24654
24668
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
24655
24669
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
24656
24670
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
@@ -24815,6 +24829,8 @@ export declare type GraphStore = {
|
|
|
24815
24829
|
securityContainerAssociatedToVulnerabilityInverseBatch?: Maybe<GraphStoreBatchSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24816
24830
|
securityContainerAssociatedToVulnerabilityInverseRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24817
24831
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24832
|
+
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
24833
|
+
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
24818
24834
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
24819
24835
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
24820
24836
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -24852,6 +24868,7 @@ export declare type GraphStore = {
|
|
|
24852
24868
|
sprintRetrospectiveWhiteboard?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection>;
|
|
24853
24869
|
sprintRetrospectiveWhiteboardInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24854
24870
|
sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24871
|
+
teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
|
|
24855
24872
|
teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
|
|
24856
24873
|
teamWorksOnProjectInverseRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
24857
24874
|
teamWorksOnProjectRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
@@ -24868,8 +24885,6 @@ export declare type GraphStore = {
|
|
|
24868
24885
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
24869
24886
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24870
24887
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24871
|
-
userIsInTeamInverseRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24872
|
-
userIsInTeamRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24873
24888
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
24874
24889
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
24875
24890
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -24955,31 +24970,25 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
|
|
|
24955
24970
|
};
|
|
24956
24971
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
24957
24972
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24958
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24959
24973
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24960
24974
|
id: Scalars['ID']['input'];
|
|
24961
24975
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24962
24976
|
};
|
|
24963
24977
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
|
|
24964
24978
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24965
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24966
24979
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24967
24980
|
id: Scalars['ID']['input'];
|
|
24968
24981
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24969
24982
|
};
|
|
24970
24983
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseRelationshipArgs = {
|
|
24971
24984
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24972
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24973
24985
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24974
24986
|
id: Scalars['ID']['input'];
|
|
24975
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24976
24987
|
};
|
|
24977
24988
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs = {
|
|
24978
24989
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24979
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24980
24990
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24981
24991
|
id: Scalars['ID']['input'];
|
|
24982
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24983
24992
|
};
|
|
24984
24993
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
24985
24994
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24987,6 +24996,12 @@ export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
|
24987
24996
|
id: Scalars['ID']['input'];
|
|
24988
24997
|
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
24989
24998
|
};
|
|
24999
|
+
export declare type GraphStoreComponentAssociatedDocumentInverseArgs = {
|
|
25000
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25001
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25002
|
+
id: Scalars['ID']['input'];
|
|
25003
|
+
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
25004
|
+
};
|
|
24990
25005
|
export declare type GraphStoreComponentAssociatedDocumentInverseRelationshipArgs = {
|
|
24991
25006
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24992
25007
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25107,6 +25122,72 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
|
|
|
25107
25122
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25108
25123
|
ids: Array<Scalars['ID']['input']>;
|
|
25109
25124
|
};
|
|
25125
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalArgs = {
|
|
25126
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25127
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25128
|
+
id: Scalars['ID']['input'];
|
|
25129
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25130
|
+
};
|
|
25131
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalBatchArgs = {
|
|
25132
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25133
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25134
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25135
|
+
};
|
|
25136
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseArgs = {
|
|
25137
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25138
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25139
|
+
id: Scalars['ID']['input'];
|
|
25140
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25141
|
+
};
|
|
25142
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseBatchArgs = {
|
|
25143
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25144
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25145
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25146
|
+
};
|
|
25147
|
+
export declare type GraphStoreFocusAreaHasFocusAreaArgs = {
|
|
25148
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25149
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25150
|
+
id: Scalars['ID']['input'];
|
|
25151
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25152
|
+
};
|
|
25153
|
+
export declare type GraphStoreFocusAreaHasFocusAreaBatchArgs = {
|
|
25154
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25155
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25156
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25157
|
+
};
|
|
25158
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseArgs = {
|
|
25159
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25160
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25161
|
+
id: Scalars['ID']['input'];
|
|
25162
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25163
|
+
};
|
|
25164
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseBatchArgs = {
|
|
25165
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25166
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25167
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25168
|
+
};
|
|
25169
|
+
export declare type GraphStoreFocusAreaHasProjectArgs = {
|
|
25170
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25171
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25172
|
+
id: Scalars['ID']['input'];
|
|
25173
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25174
|
+
};
|
|
25175
|
+
export declare type GraphStoreFocusAreaHasProjectBatchArgs = {
|
|
25176
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25177
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25178
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25179
|
+
};
|
|
25180
|
+
export declare type GraphStoreFocusAreaHasProjectInverseArgs = {
|
|
25181
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25182
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25183
|
+
id: Scalars['ID']['input'];
|
|
25184
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25185
|
+
};
|
|
25186
|
+
export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
25187
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25188
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25189
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25190
|
+
};
|
|
25110
25191
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
25111
25192
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25112
25193
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25439,6 +25520,12 @@ export declare type GraphStoreIssueAssociatedRemoteLinkRelationshipArgs = {
|
|
|
25439
25520
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25440
25521
|
id: Scalars['ID']['input'];
|
|
25441
25522
|
};
|
|
25523
|
+
export declare type GraphStoreIssueChangesComponentArgs = {
|
|
25524
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25525
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25526
|
+
id: Scalars['ID']['input'];
|
|
25527
|
+
sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
|
|
25528
|
+
};
|
|
25442
25529
|
export declare type GraphStoreIssueChangesComponentInverseArgs = {
|
|
25443
25530
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25444
25531
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26380,6 +26467,18 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityRelation
|
|
|
26380
26467
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26381
26468
|
id: Scalars['ID']['input'];
|
|
26382
26469
|
};
|
|
26470
|
+
export declare type GraphStoreServiceAssociatedDeploymentArgs = {
|
|
26471
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26472
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26473
|
+
id: Scalars['ID']['input'];
|
|
26474
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26475
|
+
};
|
|
26476
|
+
export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
26477
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26478
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26479
|
+
id: Scalars['ID']['input'];
|
|
26480
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26481
|
+
};
|
|
26383
26482
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
26384
26483
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26385
26484
|
filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
|
|
@@ -26614,6 +26713,12 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardRelationshipArgs = {
|
|
|
26614
26713
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26615
26714
|
id: Scalars['ID']['input'];
|
|
26616
26715
|
};
|
|
26716
|
+
export declare type GraphStoreTeamOwnsComponentArgs = {
|
|
26717
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26718
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26719
|
+
id: Scalars['ID']['input'];
|
|
26720
|
+
sort?: InputMaybe<GraphStoreTeamOwnsComponentSortInput>;
|
|
26721
|
+
};
|
|
26617
26722
|
export declare type GraphStoreTeamWorksOnProjectArgs = {
|
|
26618
26723
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26619
26724
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26698,16 +26803,6 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
26698
26803
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26699
26804
|
id: Scalars['ID']['input'];
|
|
26700
26805
|
};
|
|
26701
|
-
export declare type GraphStoreUserIsInTeamInverseRelationshipArgs = {
|
|
26702
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26703
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26704
|
-
id: Scalars['ID']['input'];
|
|
26705
|
-
};
|
|
26706
|
-
export declare type GraphStoreUserIsInTeamRelationshipArgs = {
|
|
26707
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26708
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26709
|
-
id: Scalars['ID']['input'];
|
|
26710
|
-
};
|
|
26711
26806
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
26712
26807
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26713
26808
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26965,25 +27060,8 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
26965
27060
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
26966
27061
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26967
27062
|
};
|
|
26968
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput = {
|
|
26969
|
-
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26970
|
-
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26971
|
-
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26972
|
-
relationship_syncLabels?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26973
|
-
relationship_synced?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26974
|
-
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26975
|
-
};
|
|
26976
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput = {
|
|
26977
|
-
and?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26978
|
-
or?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26979
|
-
};
|
|
26980
27063
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
26981
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
26982
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
26983
27064
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26984
|
-
relationship_syncLabels?: InputMaybe<GraphStoreSortInput>;
|
|
26985
|
-
relationship_synced?: InputMaybe<GraphStoreSortInput>;
|
|
26986
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
26987
27065
|
};
|
|
26988
27066
|
export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
|
|
26989
27067
|
__typename?: 'GraphStoreBatchContentReferencedEntityConnection';
|
|
@@ -27000,7 +27078,7 @@ export declare type GraphStoreBatchContentReferencedEntityEndNode = Node & {
|
|
|
27000
27078
|
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
|
|
27001
27079
|
id: Scalars['ID']['output'];
|
|
27002
27080
|
};
|
|
27003
|
-
export declare type GraphStoreBatchContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
27081
|
+
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
27004
27082
|
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
|
|
27005
27083
|
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
|
|
27006
27084
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
|
|
@@ -27067,6 +27145,129 @@ export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartNode = Node
|
|
|
27067
27145
|
id: Scalars['ID']['output'];
|
|
27068
27146
|
};
|
|
27069
27147
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartUnion = MercuryFocusArea;
|
|
27148
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalConnection = HasPageInfo & {
|
|
27149
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalConnection';
|
|
27150
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEdge>>;
|
|
27151
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27152
|
+
pageInfo: PageInfo;
|
|
27153
|
+
};
|
|
27154
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEdge = {
|
|
27155
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEdge';
|
|
27156
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection;
|
|
27157
|
+
};
|
|
27158
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndNode = Node & {
|
|
27159
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEndNode';
|
|
27160
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEndUnion>;
|
|
27161
|
+
id: Scalars['ID']['output'];
|
|
27162
|
+
};
|
|
27163
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndUnion = TownsquareGoal;
|
|
27164
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection = {
|
|
27165
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection';
|
|
27166
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge>>;
|
|
27167
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27168
|
+
requestedId: Scalars['ID']['output'];
|
|
27169
|
+
};
|
|
27170
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge = {
|
|
27171
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge';
|
|
27172
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27173
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalNode;
|
|
27174
|
+
};
|
|
27175
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalNode = Node & {
|
|
27176
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalNode';
|
|
27177
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27178
|
+
from: GraphStoreBatchFocusAreaHasAtlasGoalStartNode;
|
|
27179
|
+
id: Scalars['ID']['output'];
|
|
27180
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27181
|
+
to: GraphStoreBatchFocusAreaHasAtlasGoalEndNode;
|
|
27182
|
+
};
|
|
27183
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartNode = Node & {
|
|
27184
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalStartNode';
|
|
27185
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalStartUnion>;
|
|
27186
|
+
id: Scalars['ID']['output'];
|
|
27187
|
+
};
|
|
27188
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartUnion = MercuryFocusArea;
|
|
27189
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
27190
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaConnection';
|
|
27191
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaEdge>>;
|
|
27192
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27193
|
+
pageInfo: PageInfo;
|
|
27194
|
+
};
|
|
27195
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEdge = {
|
|
27196
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEdge';
|
|
27197
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaInnerConnection;
|
|
27198
|
+
};
|
|
27199
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndNode = Node & {
|
|
27200
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEndNode';
|
|
27201
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaEndUnion>;
|
|
27202
|
+
id: Scalars['ID']['output'];
|
|
27203
|
+
};
|
|
27204
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndUnion = MercuryFocusArea;
|
|
27205
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerConnection = {
|
|
27206
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerConnection';
|
|
27207
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaInnerEdge>>;
|
|
27208
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27209
|
+
requestedId: Scalars['ID']['output'];
|
|
27210
|
+
};
|
|
27211
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerEdge = {
|
|
27212
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerEdge';
|
|
27213
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27214
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaNode;
|
|
27215
|
+
};
|
|
27216
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaNode = Node & {
|
|
27217
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaNode';
|
|
27218
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27219
|
+
from: GraphStoreBatchFocusAreaHasFocusAreaStartNode;
|
|
27220
|
+
id: Scalars['ID']['output'];
|
|
27221
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27222
|
+
to: GraphStoreBatchFocusAreaHasFocusAreaEndNode;
|
|
27223
|
+
};
|
|
27224
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartNode = Node & {
|
|
27225
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaStartNode';
|
|
27226
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaStartUnion>;
|
|
27227
|
+
id: Scalars['ID']['output'];
|
|
27228
|
+
};
|
|
27229
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartUnion = MercuryFocusArea;
|
|
27230
|
+
export declare type GraphStoreBatchFocusAreaHasProjectConnection = HasPageInfo & {
|
|
27231
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectConnection';
|
|
27232
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectEdge>>;
|
|
27233
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27234
|
+
pageInfo: PageInfo;
|
|
27235
|
+
};
|
|
27236
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEdge = {
|
|
27237
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEdge';
|
|
27238
|
+
node: GraphStoreBatchFocusAreaHasProjectInnerConnection;
|
|
27239
|
+
};
|
|
27240
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndNode = Node & {
|
|
27241
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEndNode';
|
|
27242
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
|
|
27243
|
+
id: Scalars['ID']['output'];
|
|
27244
|
+
};
|
|
27245
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | TownsquareProject;
|
|
27246
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
|
|
27247
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
|
|
27248
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
|
|
27249
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27250
|
+
requestedId: Scalars['ID']['output'];
|
|
27251
|
+
};
|
|
27252
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerEdge = {
|
|
27253
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerEdge';
|
|
27254
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27255
|
+
node: GraphStoreBatchFocusAreaHasProjectNode;
|
|
27256
|
+
};
|
|
27257
|
+
export declare type GraphStoreBatchFocusAreaHasProjectNode = Node & {
|
|
27258
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectNode';
|
|
27259
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27260
|
+
from: GraphStoreBatchFocusAreaHasProjectStartNode;
|
|
27261
|
+
id: Scalars['ID']['output'];
|
|
27262
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27263
|
+
to: GraphStoreBatchFocusAreaHasProjectEndNode;
|
|
27264
|
+
};
|
|
27265
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartNode = Node & {
|
|
27266
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectStartNode';
|
|
27267
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectStartUnion>;
|
|
27268
|
+
id: Scalars['ID']['output'];
|
|
27269
|
+
};
|
|
27270
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartUnion = MercuryFocusArea;
|
|
27070
27271
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
|
|
27071
27272
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
|
|
27072
27273
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -27571,6 +27772,20 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
|
|
|
27571
27772
|
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
27572
27773
|
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
27573
27774
|
};
|
|
27775
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
|
|
27776
|
+
relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
|
|
27777
|
+
};
|
|
27778
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
|
|
27779
|
+
__typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
|
|
27780
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27781
|
+
success: Scalars['Boolean']['output'];
|
|
27782
|
+
};
|
|
27783
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
|
|
27784
|
+
from: Scalars['ID']['input'];
|
|
27785
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27786
|
+
to: Scalars['ID']['input'];
|
|
27787
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27788
|
+
};
|
|
27574
27789
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27575
27790
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27576
27791
|
};
|
|
@@ -27767,20 +27982,6 @@ export declare type GraphStoreCreateProjectHasVersionRelationshipInput = {
|
|
|
27767
27982
|
to: Scalars['ID']['input'];
|
|
27768
27983
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27769
27984
|
};
|
|
27770
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectInput = {
|
|
27771
|
-
relationships: Array<GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput>;
|
|
27772
|
-
};
|
|
27773
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectPayload = Payload & {
|
|
27774
|
-
__typename?: 'GraphStoreCreateSpaceAssociatedWithProjectPayload';
|
|
27775
|
-
errors?: Maybe<Array<MutationError>>;
|
|
27776
|
-
success: Scalars['Boolean']['output'];
|
|
27777
|
-
};
|
|
27778
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput = {
|
|
27779
|
-
from: Scalars['ID']['input'];
|
|
27780
|
-
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27781
|
-
to: Scalars['ID']['input'];
|
|
27782
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27783
|
-
};
|
|
27784
27985
|
export declare type GraphStoreCreateSprintRetrospectivePageInput = {
|
|
27785
27986
|
relationships: Array<GraphStoreCreateSprintRetrospectivePageRelationshipInput>;
|
|
27786
27987
|
};
|
|
@@ -27919,6 +28120,18 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
|
|
|
27919
28120
|
from: Scalars['ID']['input'];
|
|
27920
28121
|
to: Scalars['ID']['input'];
|
|
27921
28122
|
};
|
|
28123
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
|
|
28124
|
+
relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28125
|
+
};
|
|
28126
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28127
|
+
__typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
|
|
28128
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28129
|
+
success: Scalars['Boolean']['output'];
|
|
28130
|
+
};
|
|
28131
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28132
|
+
from: Scalars['ID']['input'];
|
|
28133
|
+
to: Scalars['ID']['input'];
|
|
28134
|
+
};
|
|
27922
28135
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27923
28136
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27924
28137
|
};
|
|
@@ -28087,18 +28300,6 @@ export declare type GraphStoreDeleteProjectHasVersionRelationshipInput = {
|
|
|
28087
28300
|
from: Scalars['ID']['input'];
|
|
28088
28301
|
to: Scalars['ID']['input'];
|
|
28089
28302
|
};
|
|
28090
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectInput = {
|
|
28091
|
-
relationships: Array<GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput>;
|
|
28092
|
-
};
|
|
28093
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectPayload = Payload & {
|
|
28094
|
-
__typename?: 'GraphStoreDeleteSpaceAssociatedWithProjectPayload';
|
|
28095
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28096
|
-
success: Scalars['Boolean']['output'];
|
|
28097
|
-
};
|
|
28098
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput = {
|
|
28099
|
-
from: Scalars['ID']['input'];
|
|
28100
|
-
to: Scalars['ID']['input'];
|
|
28101
|
-
};
|
|
28102
28303
|
export declare type GraphStoreDeleteSprintRetrospectivePageInput = {
|
|
28103
28304
|
relationships: Array<GraphStoreDeleteSprintRetrospectivePageRelationshipInput>;
|
|
28104
28305
|
};
|
|
@@ -28182,6 +28383,18 @@ export declare type GraphStoreFloatFilterInput = {
|
|
|
28182
28383
|
export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
28183
28384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28184
28385
|
};
|
|
28386
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
|
|
28387
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
28388
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
28389
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28390
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28391
|
+
};
|
|
28392
|
+
export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
|
|
28393
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28394
|
+
};
|
|
28395
|
+
export declare type GraphStoreFocusAreaHasProjectSortInput = {
|
|
28396
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28397
|
+
};
|
|
28185
28398
|
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
28186
28399
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
28187
28400
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -28331,8 +28544,10 @@ export declare type GraphStoreFullComponentAssociatedDocumentNode = Node & {
|
|
|
28331
28544
|
};
|
|
28332
28545
|
export declare type GraphStoreFullComponentAssociatedDocumentStartNode = {
|
|
28333
28546
|
__typename?: 'GraphStoreFullComponentAssociatedDocumentStartNode';
|
|
28547
|
+
data?: Maybe<GraphStoreFullComponentAssociatedDocumentStartUnion>;
|
|
28334
28548
|
id: Scalars['ID']['output'];
|
|
28335
28549
|
};
|
|
28550
|
+
export declare type GraphStoreFullComponentAssociatedDocumentStartUnion = CompassComponent;
|
|
28336
28551
|
export declare type GraphStoreFullComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
28337
28552
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentConnection';
|
|
28338
28553
|
edges: Array<Maybe<GraphStoreFullComponentImpactedByIncidentEdge>>;
|
|
@@ -28390,7 +28605,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentStartNode = {
|
|
|
28390
28605
|
data?: Maybe<GraphStoreFullComponentImpactedByIncidentStartUnion>;
|
|
28391
28606
|
id: Scalars['ID']['output'];
|
|
28392
28607
|
};
|
|
28393
|
-
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = DevOpsOperationsComponentDetails;
|
|
28608
|
+
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
28394
28609
|
export declare type GraphStoreFullComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
28395
28610
|
__typename?: 'GraphStoreFullComponentLinkedJswIssueConnection';
|
|
28396
28611
|
edges: Array<Maybe<GraphStoreFullComponentLinkedJswIssueEdge>>;
|
|
@@ -28423,7 +28638,7 @@ export declare type GraphStoreFullComponentLinkedJswIssueStartNode = {
|
|
|
28423
28638
|
data?: Maybe<GraphStoreFullComponentLinkedJswIssueStartUnion>;
|
|
28424
28639
|
id: Scalars['ID']['output'];
|
|
28425
28640
|
};
|
|
28426
|
-
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
28641
|
+
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
28427
28642
|
export declare type GraphStoreFullContentReferencedEntityConnection = HasPageInfo & {
|
|
28428
28643
|
__typename?: 'GraphStoreFullContentReferencedEntityConnection';
|
|
28429
28644
|
edges: Array<Maybe<GraphStoreFullContentReferencedEntityEdge>>;
|
|
@@ -28440,7 +28655,7 @@ export declare type GraphStoreFullContentReferencedEntityEndNode = {
|
|
|
28440
28655
|
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
|
|
28441
28656
|
id: Scalars['ID']['output'];
|
|
28442
28657
|
};
|
|
28443
|
-
export declare type GraphStoreFullContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
28658
|
+
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
28444
28659
|
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
|
|
28445
28660
|
__typename?: 'GraphStoreFullContentReferencedEntityNode';
|
|
28446
28661
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -28700,11 +28915,13 @@ export declare type GraphStoreFullIssueAssociatedDeploymentAuthorOutput = {
|
|
|
28700
28915
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentAuthorOutput';
|
|
28701
28916
|
authorAri?: Maybe<Scalars['String']['output']>;
|
|
28702
28917
|
};
|
|
28703
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
28918
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
28704
28919
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentConnection';
|
|
28705
28920
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentEdge>>;
|
|
28921
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
28706
28922
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentNode>>;
|
|
28707
28923
|
pageInfo: PageInfo;
|
|
28924
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
28708
28925
|
};
|
|
28709
28926
|
export declare enum GraphStoreFullIssueAssociatedDeploymentDeploymentStateOutput {
|
|
28710
28927
|
Cancelled = "CANCELLED",
|
|
@@ -29016,8 +29233,10 @@ export declare type GraphStoreFullIssueChangesComponentEdge = {
|
|
|
29016
29233
|
};
|
|
29017
29234
|
export declare type GraphStoreFullIssueChangesComponentEndNode = {
|
|
29018
29235
|
__typename?: 'GraphStoreFullIssueChangesComponentEndNode';
|
|
29236
|
+
data?: Maybe<GraphStoreFullIssueChangesComponentEndUnion>;
|
|
29019
29237
|
id: Scalars['ID']['output'];
|
|
29020
29238
|
};
|
|
29239
|
+
export declare type GraphStoreFullIssueChangesComponentEndUnion = CompassComponent;
|
|
29021
29240
|
export declare type GraphStoreFullIssueChangesComponentNode = Node & {
|
|
29022
29241
|
__typename?: 'GraphStoreFullIssueChangesComponentNode';
|
|
29023
29242
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -29279,7 +29498,7 @@ export declare type GraphStoreFullJswProjectAssociatedComponentEndNode = {
|
|
|
29279
29498
|
data?: Maybe<GraphStoreFullJswProjectAssociatedComponentEndUnion>;
|
|
29280
29499
|
id: Scalars['ID']['output'];
|
|
29281
29500
|
};
|
|
29282
|
-
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
29501
|
+
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
29283
29502
|
export declare type GraphStoreFullJswProjectAssociatedComponentNode = Node & {
|
|
29284
29503
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentNode';
|
|
29285
29504
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -31161,33 +31380,6 @@ export declare type GraphStoreFullTestPerfhammerRelationshipStartNode = {
|
|
|
31161
31380
|
id: Scalars['ID']['output'];
|
|
31162
31381
|
};
|
|
31163
31382
|
export declare type GraphStoreFullTestPerfhammerRelationshipStartUnion = JiraIssue;
|
|
31164
|
-
export declare type GraphStoreFullUserIsInTeamConnection = HasPageInfo & {
|
|
31165
|
-
__typename?: 'GraphStoreFullUserIsInTeamConnection';
|
|
31166
|
-
edges: Array<Maybe<GraphStoreFullUserIsInTeamEdge>>;
|
|
31167
|
-
nodes: Array<Maybe<GraphStoreFullUserIsInTeamNode>>;
|
|
31168
|
-
pageInfo: PageInfo;
|
|
31169
|
-
};
|
|
31170
|
-
export declare type GraphStoreFullUserIsInTeamEdge = {
|
|
31171
|
-
__typename?: 'GraphStoreFullUserIsInTeamEdge';
|
|
31172
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
31173
|
-
node: GraphStoreFullUserIsInTeamNode;
|
|
31174
|
-
};
|
|
31175
|
-
export declare type GraphStoreFullUserIsInTeamEndNode = {
|
|
31176
|
-
__typename?: 'GraphStoreFullUserIsInTeamEndNode';
|
|
31177
|
-
id: Scalars['ID']['output'];
|
|
31178
|
-
};
|
|
31179
|
-
export declare type GraphStoreFullUserIsInTeamNode = Node & {
|
|
31180
|
-
__typename?: 'GraphStoreFullUserIsInTeamNode';
|
|
31181
|
-
createdAt: Scalars['DateTime']['output'];
|
|
31182
|
-
from: GraphStoreFullUserIsInTeamStartNode;
|
|
31183
|
-
id: Scalars['ID']['output'];
|
|
31184
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
31185
|
-
to: GraphStoreFullUserIsInTeamEndNode;
|
|
31186
|
-
};
|
|
31187
|
-
export declare type GraphStoreFullUserIsInTeamStartNode = {
|
|
31188
|
-
__typename?: 'GraphStoreFullUserIsInTeamStartNode';
|
|
31189
|
-
id: Scalars['ID']['output'];
|
|
31190
|
-
};
|
|
31191
31383
|
export declare type GraphStoreFullVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
31192
31384
|
__typename?: 'GraphStoreFullVersionAssociatedBranchConnection';
|
|
31193
31385
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedBranchEdge>>;
|
|
@@ -31637,8 +31829,17 @@ export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
|
31637
31829
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
31638
31830
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31639
31831
|
};
|
|
31832
|
+
export declare type GraphStoreIssueAssociatedDeploymentAuthorSortInput = {
|
|
31833
|
+
authorAri?: InputMaybe<GraphStoreSortInput>;
|
|
31834
|
+
};
|
|
31640
31835
|
export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
31836
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
31837
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
31641
31838
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31839
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
31840
|
+
to_author?: InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorSortInput>;
|
|
31841
|
+
to_environmentType?: InputMaybe<GraphStoreSortInput>;
|
|
31842
|
+
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
31642
31843
|
};
|
|
31643
31844
|
export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
31644
31845
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -31785,6 +31986,7 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
|
31785
31986
|
export declare type GraphStoreMutation = {
|
|
31786
31987
|
__typename?: 'GraphStoreMutation';
|
|
31787
31988
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
31989
|
+
createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
|
|
31788
31990
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31789
31991
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
31790
31992
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -31799,7 +32001,6 @@ export declare type GraphStoreMutation = {
|
|
|
31799
32001
|
createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
|
|
31800
32002
|
createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
|
|
31801
32003
|
createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
|
|
31802
|
-
createSpaceAssociatedWithProject?: Maybe<GraphStoreCreateSpaceAssociatedWithProjectPayload>;
|
|
31803
32004
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
31804
32005
|
createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
|
|
31805
32006
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
@@ -31807,6 +32008,7 @@ export declare type GraphStoreMutation = {
|
|
|
31807
32008
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
31808
32009
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
31809
32010
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
32011
|
+
deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
|
|
31810
32012
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31811
32013
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
31812
32014
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -31821,7 +32023,6 @@ export declare type GraphStoreMutation = {
|
|
|
31821
32023
|
deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
|
|
31822
32024
|
deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
|
|
31823
32025
|
deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
|
|
31824
|
-
deleteSpaceAssociatedWithProject?: Maybe<GraphStoreDeleteSpaceAssociatedWithProjectPayload>;
|
|
31825
32026
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
31826
32027
|
deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
|
|
31827
32028
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
@@ -31832,6 +32033,9 @@ export declare type GraphStoreMutation = {
|
|
|
31832
32033
|
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
31833
32034
|
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
31834
32035
|
};
|
|
32036
|
+
export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
|
|
32037
|
+
input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
|
|
32038
|
+
};
|
|
31835
32039
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31836
32040
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31837
32041
|
};
|
|
@@ -31874,9 +32078,6 @@ export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
|
|
|
31874
32078
|
export declare type GraphStoreMutationCreateProjectHasVersionArgs = {
|
|
31875
32079
|
input?: InputMaybe<GraphStoreCreateProjectHasVersionInput>;
|
|
31876
32080
|
};
|
|
31877
|
-
export declare type GraphStoreMutationCreateSpaceAssociatedWithProjectArgs = {
|
|
31878
|
-
input?: InputMaybe<GraphStoreCreateSpaceAssociatedWithProjectInput>;
|
|
31879
|
-
};
|
|
31880
32081
|
export declare type GraphStoreMutationCreateSprintRetrospectivePageArgs = {
|
|
31881
32082
|
input?: InputMaybe<GraphStoreCreateSprintRetrospectivePageInput>;
|
|
31882
32083
|
};
|
|
@@ -31898,6 +32099,9 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
|
31898
32099
|
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
31899
32100
|
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
31900
32101
|
};
|
|
32102
|
+
export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
|
|
32103
|
+
input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
|
|
32104
|
+
};
|
|
31901
32105
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31902
32106
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31903
32107
|
};
|
|
@@ -31940,9 +32144,6 @@ export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
|
|
|
31940
32144
|
export declare type GraphStoreMutationDeleteProjectHasVersionArgs = {
|
|
31941
32145
|
input?: InputMaybe<GraphStoreDeleteProjectHasVersionInput>;
|
|
31942
32146
|
};
|
|
31943
|
-
export declare type GraphStoreMutationDeleteSpaceAssociatedWithProjectArgs = {
|
|
31944
|
-
input?: InputMaybe<GraphStoreDeleteSpaceAssociatedWithProjectInput>;
|
|
31945
|
-
};
|
|
31946
32147
|
export declare type GraphStoreMutationDeleteSprintRetrospectivePageArgs = {
|
|
31947
32148
|
input?: InputMaybe<GraphStoreDeleteSprintRetrospectivePageInput>;
|
|
31948
32149
|
};
|
|
@@ -32411,6 +32612,9 @@ export declare type GraphStoreProjectLinkedToCompassComponentSortInput = {
|
|
|
32411
32612
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput = {
|
|
32412
32613
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32413
32614
|
};
|
|
32615
|
+
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
32616
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32617
|
+
};
|
|
32414
32618
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
32415
32619
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
32416
32620
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -32508,12 +32712,10 @@ export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInvers
|
|
|
32508
32712
|
};
|
|
32509
32713
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseUnion = TownsquareProject;
|
|
32510
32714
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalUnion = TownsquareGoal;
|
|
32511
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo &
|
|
32715
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & {
|
|
32512
32716
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection';
|
|
32513
32717
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge>>>;
|
|
32514
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32515
32718
|
pageInfo: PageInfo;
|
|
32516
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32517
32719
|
};
|
|
32518
32720
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
32519
32721
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge';
|
|
@@ -32523,12 +32725,10 @@ export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
|
32523
32725
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32524
32726
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicUnion>;
|
|
32525
32727
|
};
|
|
32526
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo &
|
|
32728
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo & {
|
|
32527
32729
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection';
|
|
32528
32730
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge>>>;
|
|
32529
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32530
32731
|
pageInfo: PageInfo;
|
|
32531
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32532
32732
|
};
|
|
32533
32733
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge = {
|
|
32534
32734
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge';
|
|
@@ -32553,6 +32753,20 @@ export declare type GraphStoreSimplifiedComponentAssociatedDocumentEdge = {
|
|
|
32553
32753
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32554
32754
|
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentUnion>;
|
|
32555
32755
|
};
|
|
32756
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection = HasPageInfo & {
|
|
32757
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection';
|
|
32758
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge>>>;
|
|
32759
|
+
pageInfo: PageInfo;
|
|
32760
|
+
};
|
|
32761
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge = {
|
|
32762
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge';
|
|
32763
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32764
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32765
|
+
id: Scalars['ID']['output'];
|
|
32766
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32767
|
+
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion>;
|
|
32768
|
+
};
|
|
32769
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion = CompassComponent;
|
|
32556
32770
|
export declare type GraphStoreSimplifiedComponentAssociatedDocumentUnion = DevOpsDocument;
|
|
32557
32771
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
32558
32772
|
__typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentConnection';
|
|
@@ -32580,7 +32794,7 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge =
|
|
|
32580
32794
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32581
32795
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion>;
|
|
32582
32796
|
};
|
|
32583
|
-
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = DevOpsOperationsComponentDetails;
|
|
32797
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
32584
32798
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
32585
32799
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectConnection = HasPageInfo & {
|
|
32586
32800
|
__typename?: 'GraphStoreSimplifiedComponentLinkIsJiraProjectConnection';
|
|
@@ -32626,7 +32840,7 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
32626
32840
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32627
32841
|
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
|
|
32628
32842
|
};
|
|
32629
|
-
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
32843
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
32630
32844
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
32631
32845
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
32632
32846
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
@@ -32655,7 +32869,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
32655
32869
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
32656
32870
|
};
|
|
32657
32871
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
|
|
32658
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = ConfluencePage | JiraIssue;
|
|
32872
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
32659
32873
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
32660
32874
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
32661
32875
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -32684,6 +32898,94 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
|
|
|
32684
32898
|
};
|
|
32685
32899
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
|
|
32686
32900
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
|
|
32901
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & HasTotal & {
|
|
32902
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
|
|
32903
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
|
|
32904
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32905
|
+
pageInfo: PageInfo;
|
|
32906
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32907
|
+
};
|
|
32908
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
32909
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
|
|
32910
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32911
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32912
|
+
id: Scalars['ID']['output'];
|
|
32913
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32914
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
|
|
32915
|
+
};
|
|
32916
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & HasTotal & {
|
|
32917
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
|
|
32918
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
|
|
32919
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32920
|
+
pageInfo: PageInfo;
|
|
32921
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32922
|
+
};
|
|
32923
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
|
|
32924
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
|
|
32925
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32926
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32927
|
+
id: Scalars['ID']['output'];
|
|
32928
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32929
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion>;
|
|
32930
|
+
};
|
|
32931
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion = MercuryFocusArea;
|
|
32932
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion = TownsquareGoal;
|
|
32933
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
32934
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaConnection';
|
|
32935
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaEdge>>>;
|
|
32936
|
+
pageInfo: PageInfo;
|
|
32937
|
+
};
|
|
32938
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaEdge = {
|
|
32939
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaEdge';
|
|
32940
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32941
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32942
|
+
id: Scalars['ID']['output'];
|
|
32943
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32944
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaUnion>;
|
|
32945
|
+
};
|
|
32946
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection = HasPageInfo & {
|
|
32947
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection';
|
|
32948
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge>>>;
|
|
32949
|
+
pageInfo: PageInfo;
|
|
32950
|
+
};
|
|
32951
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge = {
|
|
32952
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge';
|
|
32953
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32954
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32955
|
+
id: Scalars['ID']['output'];
|
|
32956
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32957
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion>;
|
|
32958
|
+
};
|
|
32959
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion = MercuryFocusArea;
|
|
32960
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaUnion = MercuryFocusArea;
|
|
32961
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectConnection = HasPageInfo & {
|
|
32962
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectConnection';
|
|
32963
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectEdge>>>;
|
|
32964
|
+
pageInfo: PageInfo;
|
|
32965
|
+
};
|
|
32966
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectEdge = {
|
|
32967
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectEdge';
|
|
32968
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32969
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32970
|
+
id: Scalars['ID']['output'];
|
|
32971
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32972
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectUnion>;
|
|
32973
|
+
};
|
|
32974
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseConnection = HasPageInfo & {
|
|
32975
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseConnection';
|
|
32976
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseEdge>>>;
|
|
32977
|
+
pageInfo: PageInfo;
|
|
32978
|
+
};
|
|
32979
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
|
|
32980
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseEdge';
|
|
32981
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32982
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32983
|
+
id: Scalars['ID']['output'];
|
|
32984
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32985
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
|
|
32986
|
+
};
|
|
32987
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
|
|
32988
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | TownsquareProject;
|
|
32687
32989
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
32688
32990
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
32689
32991
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
|
|
@@ -32854,10 +33156,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
|
32854
33156
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseUnion>;
|
|
32855
33157
|
};
|
|
32856
33158
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseUnion = JiraIssue;
|
|
32857
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
33159
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
32858
33160
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentConnection';
|
|
32859
33161
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentEdge>>>;
|
|
33162
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32860
33163
|
pageInfo: PageInfo;
|
|
33164
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32861
33165
|
};
|
|
32862
33166
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
32863
33167
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentEdge';
|
|
@@ -32867,10 +33171,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
|
32867
33171
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32868
33172
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentUnion>;
|
|
32869
33173
|
};
|
|
32870
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
33174
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & HasTotal & {
|
|
32871
33175
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection';
|
|
32872
33176
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge>>>;
|
|
33177
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32873
33178
|
pageInfo: PageInfo;
|
|
33179
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32874
33180
|
};
|
|
32875
33181
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
32876
33182
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge';
|
|
@@ -33008,6 +33314,21 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
33008
33314
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
33009
33315
|
};
|
|
33010
33316
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
33317
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
33318
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
33319
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
33320
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33321
|
+
pageInfo: PageInfo;
|
|
33322
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33323
|
+
};
|
|
33324
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentEdge = {
|
|
33325
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentEdge';
|
|
33326
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33327
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33328
|
+
id: Scalars['ID']['output'];
|
|
33329
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33330
|
+
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentUnion>;
|
|
33331
|
+
};
|
|
33011
33332
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseConnection = HasPageInfo & HasTotal & {
|
|
33012
33333
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentInverseConnection';
|
|
33013
33334
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentInverseEdge>>>;
|
|
@@ -33024,6 +33345,7 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
33024
33345
|
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseUnion>;
|
|
33025
33346
|
};
|
|
33026
33347
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
33348
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
|
|
33027
33349
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
33028
33350
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
33029
33351
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -33275,7 +33597,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge
|
|
|
33275
33597
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion>;
|
|
33276
33598
|
};
|
|
33277
33599
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion = JiraProject;
|
|
33278
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
33600
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
33279
33601
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentConnection = HasPageInfo & HasTotal & {
|
|
33280
33602
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedIncidentConnection';
|
|
33281
33603
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentEdge>>>;
|
|
@@ -34256,6 +34578,34 @@ export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabili
|
|
|
34256
34578
|
node?: Maybe<GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion>;
|
|
34257
34579
|
};
|
|
34258
34580
|
export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion = DevOpsSecurityVulnerabilityDetails;
|
|
34581
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentConnection = HasPageInfo & {
|
|
34582
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentConnection';
|
|
34583
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentEdge>>>;
|
|
34584
|
+
pageInfo: PageInfo;
|
|
34585
|
+
};
|
|
34586
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentEdge = {
|
|
34587
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentEdge';
|
|
34588
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34589
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34590
|
+
id: Scalars['ID']['output'];
|
|
34591
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34592
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentUnion>;
|
|
34593
|
+
};
|
|
34594
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
34595
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection';
|
|
34596
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge>>>;
|
|
34597
|
+
pageInfo: PageInfo;
|
|
34598
|
+
};
|
|
34599
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge = {
|
|
34600
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge';
|
|
34601
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34602
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34603
|
+
id: Scalars['ID']['output'];
|
|
34604
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34605
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
34606
|
+
};
|
|
34607
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
34608
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary;
|
|
34259
34609
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
34260
34610
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
34261
34611
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -34408,12 +34758,10 @@ export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseEdg
|
|
|
34408
34758
|
};
|
|
34409
34759
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseUnion = DevOpsPullRequestDetails;
|
|
34410
34760
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageUnion = ConfluencePage;
|
|
34411
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo &
|
|
34761
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo & {
|
|
34412
34762
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectConnection';
|
|
34413
34763
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectEdge>>>;
|
|
34414
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34415
34764
|
pageInfo: PageInfo;
|
|
34416
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34417
34765
|
};
|
|
34418
34766
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
34419
34767
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectEdge';
|
|
@@ -34423,12 +34771,10 @@ export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
|
34423
34771
|
lastUpdated: Scalars['DateTime']['output'];
|
|
34424
34772
|
node?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectUnion>;
|
|
34425
34773
|
};
|
|
34426
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo &
|
|
34774
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo & {
|
|
34427
34775
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection';
|
|
34428
34776
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge>>>;
|
|
34429
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34430
34777
|
pageInfo: PageInfo;
|
|
34431
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34432
34778
|
};
|
|
34433
34779
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge = {
|
|
34434
34780
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge';
|
|
@@ -34552,6 +34898,20 @@ export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardEdge = {
|
|
|
34552
34898
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion>;
|
|
34553
34899
|
};
|
|
34554
34900
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion = ConfluenceWhiteboard;
|
|
34901
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentConnection = HasPageInfo & {
|
|
34902
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentConnection';
|
|
34903
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamOwnsComponentEdge>>>;
|
|
34904
|
+
pageInfo: PageInfo;
|
|
34905
|
+
};
|
|
34906
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentEdge = {
|
|
34907
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentEdge';
|
|
34908
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34909
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34910
|
+
id: Scalars['ID']['output'];
|
|
34911
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34912
|
+
node?: Maybe<GraphStoreSimplifiedTeamOwnsComponentUnion>;
|
|
34913
|
+
};
|
|
34914
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentUnion = CompassComponent;
|
|
34555
34915
|
export declare type GraphStoreSimplifiedTeamWorksOnProjectConnection = HasPageInfo & HasTotal & {
|
|
34556
34916
|
__typename?: 'GraphStoreSimplifiedTeamWorksOnProjectConnection';
|
|
34557
34917
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamWorksOnProjectEdge>>>;
|
|
@@ -34901,10 +35261,7 @@ export declare type GraphStoreSortInput = {
|
|
|
34901
35261
|
priority: Scalars['Int']['input'];
|
|
34902
35262
|
};
|
|
34903
35263
|
export declare type GraphStoreSpaceAssociatedWithProjectSortInput = {
|
|
34904
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
34905
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
34906
35264
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34907
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34908
35265
|
};
|
|
34909
35266
|
export declare enum GraphStoreSprintAssociatedBuildBuildState {
|
|
34910
35267
|
Cancelled = "CANCELLED",
|
|
@@ -35227,6 +35584,9 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardSortInput = {
|
|
|
35227
35584
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35228
35585
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
35229
35586
|
};
|
|
35587
|
+
export declare type GraphStoreTeamOwnsComponentSortInput = {
|
|
35588
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35589
|
+
};
|
|
35230
35590
|
export declare type GraphStoreTeamWorksOnProjectSortInput = {
|
|
35231
35591
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
35232
35592
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -36511,6 +36871,7 @@ export declare type HelpLayoutConnectElement = HelpLayoutVisualEntity & Node & {
|
|
|
36511
36871
|
connectElementType: HelpLayoutConnectElementType;
|
|
36512
36872
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
36513
36873
|
id: Scalars['ID']['output'];
|
|
36874
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36514
36875
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36515
36876
|
};
|
|
36516
36877
|
export declare enum HelpLayoutConnectElementPages {
|
|
@@ -36611,6 +36972,7 @@ export declare type HelpLayoutForgeElement = HelpLayoutVisualEntity & Node & {
|
|
|
36611
36972
|
forgeElementPage: HelpLayoutForgeElementPages;
|
|
36612
36973
|
forgeElementType: HelpLayoutForgeElementType;
|
|
36613
36974
|
id: Scalars['ID']['output'];
|
|
36975
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36614
36976
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36615
36977
|
};
|
|
36616
36978
|
export declare enum HelpLayoutForgeElementPages {
|
|
@@ -37744,6 +38106,7 @@ export declare type InstallationSummaryApp = {
|
|
|
37744
38106
|
installationId?: Maybe<Scalars['ID']['output']>;
|
|
37745
38107
|
isSystemApp?: Maybe<Scalars['Boolean']['output']>;
|
|
37746
38108
|
name?: Maybe<Scalars['String']['output']>;
|
|
38109
|
+
oauthClientId?: Maybe<Scalars['String']['output']>;
|
|
37747
38110
|
};
|
|
37748
38111
|
export declare type InstallationSummaryAppEnvironment = {
|
|
37749
38112
|
__typename?: 'InstallationSummaryAppEnvironment';
|
|
@@ -38290,6 +38653,7 @@ export declare type JiraAdditionalIssueFields = {
|
|
|
38290
38653
|
export declare type JiraAdditionalIssueFieldsConnection = {
|
|
38291
38654
|
__typename?: 'JiraAdditionalIssueFieldsConnection';
|
|
38292
38655
|
edges?: Maybe<Array<Maybe<JiraAdditionalIssueFieldsEdge>>>;
|
|
38656
|
+
errors?: Maybe<Array<QueryError>>;
|
|
38293
38657
|
pageInfo: PageInfo;
|
|
38294
38658
|
totalCount: Scalars['Int']['output'];
|
|
38295
38659
|
};
|
|
@@ -63802,8 +64166,6 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
63802
64166
|
ConfluenceSiteBackupDownloaded = "CONFLUENCE_SITE_BACKUP_DOWNLOADED",
|
|
63803
64167
|
ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
|
|
63804
64168
|
ConfluenceSuspiciousSearch = "CONFLUENCE_SUSPICIOUS_SEARCH",
|
|
63805
|
-
ContainerClassificationLevelDecreased = "CONTAINER_CLASSIFICATION_LEVEL_DECREASED",
|
|
63806
|
-
ContainerClassificationLevelIncreased = "CONTAINER_CLASSIFICATION_LEVEL_INCREASED",
|
|
63807
64169
|
CreatedAuthPolicy = "CREATED_AUTH_POLICY",
|
|
63808
64170
|
CreatedPolicy = "CREATED_POLICY",
|
|
63809
64171
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
@@ -63828,6 +64190,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
63828
64190
|
IdentityPasswordResetCompletedUser = "IDENTITY_PASSWORD_RESET_COMPLETED_USER",
|
|
63829
64191
|
ImpossibleTravel = "IMPOSSIBLE_TRAVEL",
|
|
63830
64192
|
InitiatedGsyncConnection = "INITIATED_GSYNC_CONNECTION",
|
|
64193
|
+
JiraCustomDetection = "JIRA_CUSTOM_DETECTION",
|
|
63831
64194
|
JiraDataDiscoveryAtlassianToken = "JIRA_DATA_DISCOVERY_ATLASSIAN_TOKEN",
|
|
63832
64195
|
JiraDataDiscoveryAuTfn = "JIRA_DATA_DISCOVERY_AU_TFN",
|
|
63833
64196
|
JiraDataDiscoveryAwsKeys = "JIRA_DATA_DISCOVERY_AWS_KEYS",
|
|
@@ -67721,22 +68084,28 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
67721
68084
|
};
|
|
67722
68085
|
export declare type TrelloQueryApi = {
|
|
67723
68086
|
__typename?: 'TrelloQueryApi';
|
|
68087
|
+
allPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67724
68088
|
board?: Maybe<TrelloBoard>;
|
|
67725
68089
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
67726
68090
|
card?: Maybe<TrelloCard>;
|
|
67727
68091
|
echo?: Maybe<Scalars['String']['output']>;
|
|
67728
68092
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
68093
|
+
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67729
68094
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67730
68095
|
list?: Maybe<TrelloList>;
|
|
67731
68096
|
member?: Maybe<TrelloMember>;
|
|
67732
68097
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerAccountConnection>;
|
|
67733
|
-
plannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67734
68098
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
67735
68099
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
67736
68100
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
67737
68101
|
templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
|
|
67738
68102
|
workspace?: Maybe<TrelloWorkspace>;
|
|
67739
68103
|
};
|
|
68104
|
+
export declare type TrelloQueryApiAllPlannerCalendarsByAccountIdArgs = {
|
|
68105
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68106
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68107
|
+
id: Scalars['ID']['input'];
|
|
68108
|
+
};
|
|
67740
68109
|
export declare type TrelloQueryApiBoardArgs = {
|
|
67741
68110
|
id: Scalars['ID']['input'];
|
|
67742
68111
|
};
|
|
@@ -67749,6 +68118,11 @@ export declare type TrelloQueryApiCardArgs = {
|
|
|
67749
68118
|
export declare type TrelloQueryApiEchosArgs = {
|
|
67750
68119
|
echo: Array<Scalars['String']['input']>;
|
|
67751
68120
|
};
|
|
68121
|
+
export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
68122
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68123
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68124
|
+
id: Scalars['ID']['input'];
|
|
68125
|
+
};
|
|
67752
68126
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
67753
68127
|
id: Scalars['ID']['input'];
|
|
67754
68128
|
};
|
|
@@ -67763,11 +68137,6 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
67763
68137
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67764
68138
|
id: Scalars['ID']['input'];
|
|
67765
68139
|
};
|
|
67766
|
-
export declare type TrelloQueryApiPlannerCalendarsByAccountIdArgs = {
|
|
67767
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
67768
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67769
|
-
id: Scalars['ID']['input'];
|
|
67770
|
-
};
|
|
67771
68140
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
67772
68141
|
ids: Array<Scalars['ID']['input']>;
|
|
67773
68142
|
};
|
|
@@ -67962,8 +68331,8 @@ export declare type TrelloWatchCardPayload = Payload & {
|
|
|
67962
68331
|
export declare type TrelloWorkspace = Node & {
|
|
67963
68332
|
__typename?: 'TrelloWorkspace';
|
|
67964
68333
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
67965
|
-
description
|
|
67966
|
-
displayName
|
|
68334
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
68335
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
67967
68336
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67968
68337
|
id: Scalars['ID']['output'];
|
|
67969
68338
|
jwmLink?: Maybe<TrelloJwmWorkspaceLink>;
|
|
@@ -67971,13 +68340,13 @@ export declare type TrelloWorkspace = Node & {
|
|
|
67971
68340
|
logoHash?: Maybe<Scalars['String']['output']>;
|
|
67972
68341
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
67973
68342
|
members?: Maybe<TrelloWorkspaceMembershipsConnection>;
|
|
67974
|
-
name
|
|
67975
|
-
objectId
|
|
68343
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
68344
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
67976
68345
|
offering?: Maybe<Scalars['String']['output']>;
|
|
67977
|
-
prefs
|
|
68346
|
+
prefs?: Maybe<TrelloWorkspacePrefs>;
|
|
67978
68347
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
67979
68348
|
tags?: Maybe<TrelloTagConnection>;
|
|
67980
|
-
url
|
|
68349
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
67981
68350
|
website?: Maybe<Scalars['String']['output']>;
|
|
67982
68351
|
};
|
|
67983
68352
|
export declare type TrelloWorkspaceMembersArgs = {
|
|
@@ -68313,12 +68682,11 @@ export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
|
68313
68682
|
parentAccountInternalId: Scalars['String']['input'];
|
|
68314
68683
|
};
|
|
68315
68684
|
export declare type UnifiedMutationCreateParentAccountArgs = {
|
|
68316
|
-
|
|
68685
|
+
aaid: Scalars['String']['input'];
|
|
68317
68686
|
};
|
|
68318
68687
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
68319
68688
|
aaid: Scalars['String']['input'];
|
|
68320
68689
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68321
|
-
parentAccountEmailId: Scalars['String']['input'];
|
|
68322
68690
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
68323
68691
|
};
|
|
68324
68692
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
@@ -68343,8 +68711,8 @@ export declare type UnifiedPageInfo = {
|
|
|
68343
68711
|
};
|
|
68344
68712
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
68345
68713
|
__typename?: 'UnifiedParentAccount';
|
|
68714
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
68346
68715
|
id: Scalars['ID']['output'];
|
|
68347
|
-
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
68348
68716
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
68349
68717
|
};
|
|
68350
68718
|
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|