@forge/cli-shared 6.9.0-next.6 → 6.9.0-next.6-experimental-f96965d
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 +21 -0
- package/out/graphql/graphql-types.d.ts +222 -5
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/service/statsig-service.d.ts +2 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.9.0-next.6-experimental-f96965d
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 916e932: Added CLI warnings
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 042ef75: Pull in deprecated input fields when generating the schema and associated types
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ff60490]
|
|
16
|
+
- Updated dependencies [680704b]
|
|
17
|
+
- Updated dependencies [57700e7]
|
|
18
|
+
- Updated dependencies [0881ee9]
|
|
19
|
+
- Updated dependencies [683d423]
|
|
20
|
+
- Updated dependencies [ea7c7b6]
|
|
21
|
+
- Updated dependencies [2051059]
|
|
22
|
+
- @forge/manifest@9.1.0-next.5-experimental-f96965d
|
|
23
|
+
|
|
3
24
|
## 6.9.0-next.6
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -31811,27 +31811,35 @@ export declare type GraphStore = {
|
|
|
31811
31811
|
spaceAssociatedWithProject?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectConnection>;
|
|
31812
31812
|
spaceAssociatedWithProjectInverse?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection>;
|
|
31813
31813
|
sprintAssociatedBuild?: Maybe<GraphStoreSimplifiedSprintAssociatedBuildConnection>;
|
|
31814
|
+
sprintAssociatedBuildInverse?: Maybe<GraphStoreSimplifiedSprintAssociatedBuildInverseConnection>;
|
|
31814
31815
|
sprintAssociatedBuildInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
31815
31816
|
sprintAssociatedBuildRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
31816
31817
|
sprintAssociatedDeployment?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentConnection>;
|
|
31818
|
+
sprintAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentInverseConnection>;
|
|
31817
31819
|
sprintAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedDeploymentConnection>;
|
|
31818
31820
|
sprintAssociatedDeploymentRelationship?: Maybe<GraphStoreFullSprintAssociatedDeploymentConnection>;
|
|
31819
31821
|
sprintAssociatedFeatureFlag?: Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection>;
|
|
31822
|
+
sprintAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseConnection>;
|
|
31820
31823
|
sprintAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedFeatureFlagConnection>;
|
|
31821
31824
|
sprintAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullSprintAssociatedFeatureFlagConnection>;
|
|
31822
31825
|
sprintAssociatedPr?: Maybe<GraphStoreSimplifiedSprintAssociatedPrConnection>;
|
|
31826
|
+
sprintAssociatedPrInverse?: Maybe<GraphStoreSimplifiedSprintAssociatedPrInverseConnection>;
|
|
31823
31827
|
sprintAssociatedPrInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedPrConnection>;
|
|
31824
31828
|
sprintAssociatedPrRelationship?: Maybe<GraphStoreFullSprintAssociatedPrConnection>;
|
|
31825
31829
|
sprintAssociatedVulnerability?: Maybe<GraphStoreSimplifiedSprintAssociatedVulnerabilityConnection>;
|
|
31830
|
+
sprintAssociatedVulnerabilityInverse?: Maybe<GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseConnection>;
|
|
31826
31831
|
sprintAssociatedVulnerabilityInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedVulnerabilityConnection>;
|
|
31827
31832
|
sprintAssociatedVulnerabilityRelationship?: Maybe<GraphStoreFullSprintAssociatedVulnerabilityConnection>;
|
|
31828
31833
|
sprintContainsIssue?: Maybe<GraphStoreSimplifiedSprintContainsIssueConnection>;
|
|
31834
|
+
sprintContainsIssueInverse?: Maybe<GraphStoreSimplifiedSprintContainsIssueInverseConnection>;
|
|
31829
31835
|
sprintContainsIssueInverseRelationship?: Maybe<GraphStoreFullSprintContainsIssueConnection>;
|
|
31830
31836
|
sprintContainsIssueRelationship?: Maybe<GraphStoreFullSprintContainsIssueConnection>;
|
|
31831
31837
|
sprintRetrospectivePage?: Maybe<GraphStoreSimplifiedSprintRetrospectivePageConnection>;
|
|
31838
|
+
sprintRetrospectivePageInverse?: Maybe<GraphStoreSimplifiedSprintRetrospectivePageInverseConnection>;
|
|
31832
31839
|
sprintRetrospectivePageInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectivePageConnection>;
|
|
31833
31840
|
sprintRetrospectivePageRelationship?: Maybe<GraphStoreFullSprintRetrospectivePageConnection>;
|
|
31834
31841
|
sprintRetrospectiveWhiteboard?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection>;
|
|
31842
|
+
sprintRetrospectiveWhiteboardInverse?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseConnection>;
|
|
31835
31843
|
sprintRetrospectiveWhiteboardInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
31836
31844
|
sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
31837
31845
|
teamConnectedToContainer?: Maybe<GraphStoreSimplifiedTeamConnectedToContainerConnection>;
|
|
@@ -34884,6 +34892,14 @@ export declare type GraphStoreSprintAssociatedBuildArgs = {
|
|
|
34884
34892
|
id: Scalars['ID']['input'];
|
|
34885
34893
|
sort?: InputMaybe<GraphStoreSprintAssociatedBuildSortInput>;
|
|
34886
34894
|
};
|
|
34895
|
+
export declare type GraphStoreSprintAssociatedBuildInverseArgs = {
|
|
34896
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34897
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34898
|
+
filter?: InputMaybe<GraphStoreSprintAssociatedBuildFilterInput>;
|
|
34899
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34900
|
+
id: Scalars['ID']['input'];
|
|
34901
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedBuildSortInput>;
|
|
34902
|
+
};
|
|
34887
34903
|
export declare type GraphStoreSprintAssociatedBuildInverseRelationshipArgs = {
|
|
34888
34904
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34889
34905
|
filter?: InputMaybe<GraphStoreSprintAssociatedBuildFilterInput>;
|
|
@@ -34906,6 +34922,14 @@ export declare type GraphStoreSprintAssociatedDeploymentArgs = {
|
|
|
34906
34922
|
id: Scalars['ID']['input'];
|
|
34907
34923
|
sort?: InputMaybe<GraphStoreSprintAssociatedDeploymentSortInput>;
|
|
34908
34924
|
};
|
|
34925
|
+
export declare type GraphStoreSprintAssociatedDeploymentInverseArgs = {
|
|
34926
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34927
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34928
|
+
filter?: InputMaybe<GraphStoreSprintAssociatedDeploymentFilterInput>;
|
|
34929
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34930
|
+
id: Scalars['ID']['input'];
|
|
34931
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedDeploymentSortInput>;
|
|
34932
|
+
};
|
|
34909
34933
|
export declare type GraphStoreSprintAssociatedDeploymentInverseRelationshipArgs = {
|
|
34910
34934
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34911
34935
|
filter?: InputMaybe<GraphStoreSprintAssociatedDeploymentFilterInput>;
|
|
@@ -34927,6 +34951,13 @@ export declare type GraphStoreSprintAssociatedFeatureFlagArgs = {
|
|
|
34927
34951
|
id: Scalars['ID']['input'];
|
|
34928
34952
|
sort?: InputMaybe<GraphStoreSprintAssociatedFeatureFlagSortInput>;
|
|
34929
34953
|
};
|
|
34954
|
+
export declare type GraphStoreSprintAssociatedFeatureFlagInverseArgs = {
|
|
34955
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34956
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34957
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34958
|
+
id: Scalars['ID']['input'];
|
|
34959
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedFeatureFlagSortInput>;
|
|
34960
|
+
};
|
|
34930
34961
|
export declare type GraphStoreSprintAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
34931
34962
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34932
34963
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -34945,6 +34976,14 @@ export declare type GraphStoreSprintAssociatedPrArgs = {
|
|
|
34945
34976
|
id: Scalars['ID']['input'];
|
|
34946
34977
|
sort?: InputMaybe<GraphStoreSprintAssociatedPrSortInput>;
|
|
34947
34978
|
};
|
|
34979
|
+
export declare type GraphStoreSprintAssociatedPrInverseArgs = {
|
|
34980
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34981
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34982
|
+
filter?: InputMaybe<GraphStoreSprintAssociatedPrFilterInput>;
|
|
34983
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34984
|
+
id: Scalars['ID']['input'];
|
|
34985
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedPrSortInput>;
|
|
34986
|
+
};
|
|
34948
34987
|
export declare type GraphStoreSprintAssociatedPrInverseRelationshipArgs = {
|
|
34949
34988
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34950
34989
|
filter?: InputMaybe<GraphStoreSprintAssociatedPrFilterInput>;
|
|
@@ -34967,6 +35006,14 @@ export declare type GraphStoreSprintAssociatedVulnerabilityArgs = {
|
|
|
34967
35006
|
id: Scalars['ID']['input'];
|
|
34968
35007
|
sort?: InputMaybe<GraphStoreSprintAssociatedVulnerabilitySortInput>;
|
|
34969
35008
|
};
|
|
35009
|
+
export declare type GraphStoreSprintAssociatedVulnerabilityInverseArgs = {
|
|
35010
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35011
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35012
|
+
filter?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityFilterInput>;
|
|
35013
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35014
|
+
id: Scalars['ID']['input'];
|
|
35015
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedVulnerabilitySortInput>;
|
|
35016
|
+
};
|
|
34970
35017
|
export declare type GraphStoreSprintAssociatedVulnerabilityInverseRelationshipArgs = {
|
|
34971
35018
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34972
35019
|
filter?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityFilterInput>;
|
|
@@ -34989,6 +35036,14 @@ export declare type GraphStoreSprintContainsIssueArgs = {
|
|
|
34989
35036
|
id: Scalars['ID']['input'];
|
|
34990
35037
|
sort?: InputMaybe<GraphStoreSprintContainsIssueSortInput>;
|
|
34991
35038
|
};
|
|
35039
|
+
export declare type GraphStoreSprintContainsIssueInverseArgs = {
|
|
35040
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35041
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35042
|
+
filter?: InputMaybe<GraphStoreSprintContainsIssueFilterInput>;
|
|
35043
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35044
|
+
id: Scalars['ID']['input'];
|
|
35045
|
+
sort?: InputMaybe<GraphStoreSprintContainsIssueSortInput>;
|
|
35046
|
+
};
|
|
34992
35047
|
export declare type GraphStoreSprintContainsIssueInverseRelationshipArgs = {
|
|
34993
35048
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34994
35049
|
filter?: InputMaybe<GraphStoreSprintContainsIssueFilterInput>;
|
|
@@ -35010,6 +35065,13 @@ export declare type GraphStoreSprintRetrospectivePageArgs = {
|
|
|
35010
35065
|
id: Scalars['ID']['input'];
|
|
35011
35066
|
sort?: InputMaybe<GraphStoreSprintRetrospectivePageSortInput>;
|
|
35012
35067
|
};
|
|
35068
|
+
export declare type GraphStoreSprintRetrospectivePageInverseArgs = {
|
|
35069
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35070
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35071
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35072
|
+
id: Scalars['ID']['input'];
|
|
35073
|
+
sort?: InputMaybe<GraphStoreSprintRetrospectivePageSortInput>;
|
|
35074
|
+
};
|
|
35013
35075
|
export declare type GraphStoreSprintRetrospectivePageInverseRelationshipArgs = {
|
|
35014
35076
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35015
35077
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -35027,6 +35089,13 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardArgs = {
|
|
|
35027
35089
|
id: Scalars['ID']['input'];
|
|
35028
35090
|
sort?: InputMaybe<GraphStoreSprintRetrospectiveWhiteboardSortInput>;
|
|
35029
35091
|
};
|
|
35092
|
+
export declare type GraphStoreSprintRetrospectiveWhiteboardInverseArgs = {
|
|
35093
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35094
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35095
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35096
|
+
id: Scalars['ID']['input'];
|
|
35097
|
+
sort?: InputMaybe<GraphStoreSprintRetrospectiveWhiteboardSortInput>;
|
|
35098
|
+
};
|
|
35030
35099
|
export declare type GraphStoreSprintRetrospectiveWhiteboardInverseRelationshipArgs = {
|
|
35031
35100
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35032
35101
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -38097,7 +38166,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
38097
38166
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
38098
38167
|
id: Scalars['ID']['output'];
|
|
38099
38168
|
};
|
|
38100
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38169
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38101
38170
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
38102
38171
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
38103
38172
|
value: Scalars['Int']['output'];
|
|
@@ -38132,7 +38201,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
38132
38201
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
38133
38202
|
id: Scalars['ID']['output'];
|
|
38134
38203
|
};
|
|
38135
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38204
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38136
38205
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
38137
38206
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
38138
38207
|
value: Scalars['String']['output'];
|
|
@@ -38142,13 +38211,13 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
38142
38211
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
38143
38212
|
id: Scalars['ID']['output'];
|
|
38144
38213
|
};
|
|
38145
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38214
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38146
38215
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
38147
38216
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
38148
38217
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
38149
38218
|
id: Scalars['ID']['output'];
|
|
38150
38219
|
};
|
|
38151
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38220
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38152
38221
|
export declare type GraphStoreCypherQueryV2BooleanObject = {
|
|
38153
38222
|
__typename?: 'GraphStoreCypherQueryV2BooleanObject';
|
|
38154
38223
|
value: Scalars['Boolean']['output'];
|
|
@@ -38188,7 +38257,7 @@ export declare type GraphStoreCypherQueryV2StringObject = {
|
|
|
38188
38257
|
__typename?: 'GraphStoreCypherQueryV2StringObject';
|
|
38189
38258
|
value: Scalars['String']['output'];
|
|
38190
38259
|
};
|
|
38191
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38260
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38192
38261
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
38193
38262
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
38194
38263
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -41080,8 +41149,10 @@ export declare type GraphStoreFullSprintAssociatedBuildRelationshipObjectMetadat
|
|
|
41080
41149
|
};
|
|
41081
41150
|
export declare type GraphStoreFullSprintAssociatedBuildStartNode = {
|
|
41082
41151
|
__typename?: 'GraphStoreFullSprintAssociatedBuildStartNode';
|
|
41152
|
+
data?: Maybe<GraphStoreFullSprintAssociatedBuildStartUnion>;
|
|
41083
41153
|
id: Scalars['ID']['output'];
|
|
41084
41154
|
};
|
|
41155
|
+
export declare type GraphStoreFullSprintAssociatedBuildStartUnion = JiraSprint;
|
|
41085
41156
|
export declare type GraphStoreFullSprintAssociatedBuildTestInfoOutput = {
|
|
41086
41157
|
__typename?: 'GraphStoreFullSprintAssociatedBuildTestInfoOutput';
|
|
41087
41158
|
numberFailed?: Maybe<Scalars['Long']['output']>;
|
|
@@ -41157,8 +41228,10 @@ export declare type GraphStoreFullSprintAssociatedDeploymentRelationshipObjectMe
|
|
|
41157
41228
|
};
|
|
41158
41229
|
export declare type GraphStoreFullSprintAssociatedDeploymentStartNode = {
|
|
41159
41230
|
__typename?: 'GraphStoreFullSprintAssociatedDeploymentStartNode';
|
|
41231
|
+
data?: Maybe<GraphStoreFullSprintAssociatedDeploymentStartUnion>;
|
|
41160
41232
|
id: Scalars['ID']['output'];
|
|
41161
41233
|
};
|
|
41234
|
+
export declare type GraphStoreFullSprintAssociatedDeploymentStartUnion = JiraSprint;
|
|
41162
41235
|
export declare type GraphStoreFullSprintAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
41163
41236
|
__typename?: 'GraphStoreFullSprintAssociatedFeatureFlagConnection';
|
|
41164
41237
|
edges: Array<Maybe<GraphStoreFullSprintAssociatedFeatureFlagEdge>>;
|
|
@@ -41188,8 +41261,10 @@ export declare type GraphStoreFullSprintAssociatedFeatureFlagNode = Node & {
|
|
|
41188
41261
|
};
|
|
41189
41262
|
export declare type GraphStoreFullSprintAssociatedFeatureFlagStartNode = {
|
|
41190
41263
|
__typename?: 'GraphStoreFullSprintAssociatedFeatureFlagStartNode';
|
|
41264
|
+
data?: Maybe<GraphStoreFullSprintAssociatedFeatureFlagStartUnion>;
|
|
41191
41265
|
id: Scalars['ID']['output'];
|
|
41192
41266
|
};
|
|
41267
|
+
export declare type GraphStoreFullSprintAssociatedFeatureFlagStartUnion = JiraSprint;
|
|
41193
41268
|
export declare type GraphStoreFullSprintAssociatedPrAuthorOutput = {
|
|
41194
41269
|
__typename?: 'GraphStoreFullSprintAssociatedPrAuthorOutput';
|
|
41195
41270
|
authorAri?: Maybe<Scalars['String']['output']>;
|
|
@@ -41259,8 +41334,10 @@ export declare enum GraphStoreFullSprintAssociatedPrReviewerReviewerStatusOutput
|
|
|
41259
41334
|
}
|
|
41260
41335
|
export declare type GraphStoreFullSprintAssociatedPrStartNode = {
|
|
41261
41336
|
__typename?: 'GraphStoreFullSprintAssociatedPrStartNode';
|
|
41337
|
+
data?: Maybe<GraphStoreFullSprintAssociatedPrStartUnion>;
|
|
41262
41338
|
id: Scalars['ID']['output'];
|
|
41263
41339
|
};
|
|
41340
|
+
export declare type GraphStoreFullSprintAssociatedPrStartUnion = JiraSprint;
|
|
41264
41341
|
export declare type GraphStoreFullSprintAssociatedVulnerabilityConnection = HasPageInfo & HasTotal & {
|
|
41265
41342
|
__typename?: 'GraphStoreFullSprintAssociatedVulnerabilityConnection';
|
|
41266
41343
|
edges: Array<Maybe<GraphStoreFullSprintAssociatedVulnerabilityEdge>>;
|
|
@@ -41304,8 +41381,10 @@ export declare type GraphStoreFullSprintAssociatedVulnerabilityRelationshipObjec
|
|
|
41304
41381
|
};
|
|
41305
41382
|
export declare type GraphStoreFullSprintAssociatedVulnerabilityStartNode = {
|
|
41306
41383
|
__typename?: 'GraphStoreFullSprintAssociatedVulnerabilityStartNode';
|
|
41384
|
+
data?: Maybe<GraphStoreFullSprintAssociatedVulnerabilityStartUnion>;
|
|
41307
41385
|
id: Scalars['ID']['output'];
|
|
41308
41386
|
};
|
|
41387
|
+
export declare type GraphStoreFullSprintAssociatedVulnerabilityStartUnion = JiraSprint;
|
|
41309
41388
|
export declare enum GraphStoreFullSprintAssociatedVulnerabilityStatusCategoryOutput {
|
|
41310
41389
|
Done = "DONE",
|
|
41311
41390
|
Indeterminate = "INDETERMINATE",
|
|
@@ -41371,8 +41450,10 @@ export declare type GraphStoreFullSprintContainsIssueRelationshipObjectMetadataO
|
|
|
41371
41450
|
};
|
|
41372
41451
|
export declare type GraphStoreFullSprintContainsIssueStartNode = {
|
|
41373
41452
|
__typename?: 'GraphStoreFullSprintContainsIssueStartNode';
|
|
41453
|
+
data?: Maybe<GraphStoreFullSprintContainsIssueStartUnion>;
|
|
41374
41454
|
id: Scalars['ID']['output'];
|
|
41375
41455
|
};
|
|
41456
|
+
export declare type GraphStoreFullSprintContainsIssueStartUnion = JiraSprint;
|
|
41376
41457
|
export declare enum GraphStoreFullSprintContainsIssueStatusCategoryOutput {
|
|
41377
41458
|
Done = "DONE",
|
|
41378
41459
|
Indeterminate = "INDETERMINATE",
|
|
@@ -41408,8 +41489,10 @@ export declare type GraphStoreFullSprintRetrospectivePageNode = Node & {
|
|
|
41408
41489
|
};
|
|
41409
41490
|
export declare type GraphStoreFullSprintRetrospectivePageStartNode = {
|
|
41410
41491
|
__typename?: 'GraphStoreFullSprintRetrospectivePageStartNode';
|
|
41492
|
+
data?: Maybe<GraphStoreFullSprintRetrospectivePageStartUnion>;
|
|
41411
41493
|
id: Scalars['ID']['output'];
|
|
41412
41494
|
};
|
|
41495
|
+
export declare type GraphStoreFullSprintRetrospectivePageStartUnion = JiraSprint;
|
|
41413
41496
|
export declare type GraphStoreFullSprintRetrospectiveWhiteboardConnection = HasPageInfo & HasTotal & {
|
|
41414
41497
|
__typename?: 'GraphStoreFullSprintRetrospectiveWhiteboardConnection';
|
|
41415
41498
|
edges: Array<Maybe<GraphStoreFullSprintRetrospectiveWhiteboardEdge>>;
|
|
@@ -41439,8 +41522,10 @@ export declare type GraphStoreFullSprintRetrospectiveWhiteboardNode = Node & {
|
|
|
41439
41522
|
};
|
|
41440
41523
|
export declare type GraphStoreFullSprintRetrospectiveWhiteboardStartNode = {
|
|
41441
41524
|
__typename?: 'GraphStoreFullSprintRetrospectiveWhiteboardStartNode';
|
|
41525
|
+
data?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardStartUnion>;
|
|
41442
41526
|
id: Scalars['ID']['output'];
|
|
41443
41527
|
};
|
|
41528
|
+
export declare type GraphStoreFullSprintRetrospectiveWhiteboardStartUnion = JiraSprint;
|
|
41444
41529
|
export declare type GraphStoreFullTeamWorksOnProjectConnection = HasPageInfo & HasTotal & {
|
|
41445
41530
|
__typename?: 'GraphStoreFullTeamWorksOnProjectConnection';
|
|
41446
41531
|
edges: Array<Maybe<GraphStoreFullTeamWorksOnProjectEdge>>;
|
|
@@ -47334,6 +47419,22 @@ export declare type GraphStoreSimplifiedSprintAssociatedBuildEdge = {
|
|
|
47334
47419
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47335
47420
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedBuildUnion>;
|
|
47336
47421
|
};
|
|
47422
|
+
export declare type GraphStoreSimplifiedSprintAssociatedBuildInverseConnection = HasPageInfo & HasTotal & {
|
|
47423
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedBuildInverseConnection';
|
|
47424
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedBuildInverseEdge>>>;
|
|
47425
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47426
|
+
pageInfo: PageInfo;
|
|
47427
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47428
|
+
};
|
|
47429
|
+
export declare type GraphStoreSimplifiedSprintAssociatedBuildInverseEdge = {
|
|
47430
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedBuildInverseEdge';
|
|
47431
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47432
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47433
|
+
id: Scalars['ID']['output'];
|
|
47434
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47435
|
+
node?: Maybe<GraphStoreSimplifiedSprintAssociatedBuildInverseUnion>;
|
|
47436
|
+
};
|
|
47437
|
+
export declare type GraphStoreSimplifiedSprintAssociatedBuildInverseUnion = JiraSprint;
|
|
47337
47438
|
export declare type GraphStoreSimplifiedSprintAssociatedBuildUnion = ExternalBuildInfo;
|
|
47338
47439
|
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
47339
47440
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedDeploymentConnection';
|
|
@@ -47350,6 +47451,22 @@ export declare type GraphStoreSimplifiedSprintAssociatedDeploymentEdge = {
|
|
|
47350
47451
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47351
47452
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentUnion>;
|
|
47352
47453
|
};
|
|
47454
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentInverseConnection = HasPageInfo & HasTotal & {
|
|
47455
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedDeploymentInverseConnection';
|
|
47456
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentInverseEdge>>>;
|
|
47457
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47458
|
+
pageInfo: PageInfo;
|
|
47459
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47460
|
+
};
|
|
47461
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentInverseEdge = {
|
|
47462
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedDeploymentInverseEdge';
|
|
47463
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47464
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47465
|
+
id: Scalars['ID']['output'];
|
|
47466
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47467
|
+
node?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentInverseUnion>;
|
|
47468
|
+
};
|
|
47469
|
+
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentInverseUnion = JiraSprint;
|
|
47353
47470
|
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
47354
47471
|
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
47355
47472
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagConnection';
|
|
@@ -47366,6 +47483,22 @@ export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagEdge = {
|
|
|
47366
47483
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47367
47484
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagUnion>;
|
|
47368
47485
|
};
|
|
47486
|
+
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseConnection = HasPageInfo & HasTotal & {
|
|
47487
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseConnection';
|
|
47488
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseEdge>>>;
|
|
47489
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47490
|
+
pageInfo: PageInfo;
|
|
47491
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47492
|
+
};
|
|
47493
|
+
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseEdge = {
|
|
47494
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseEdge';
|
|
47495
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47496
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47497
|
+
id: Scalars['ID']['output'];
|
|
47498
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47499
|
+
node?: Maybe<GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseUnion>;
|
|
47500
|
+
};
|
|
47501
|
+
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagInverseUnion = JiraSprint;
|
|
47369
47502
|
export declare type GraphStoreSimplifiedSprintAssociatedFeatureFlagUnion = DevOpsFeatureFlag | ExternalFeatureFlag;
|
|
47370
47503
|
export declare type GraphStoreSimplifiedSprintAssociatedPrConnection = HasPageInfo & HasTotal & {
|
|
47371
47504
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedPrConnection';
|
|
@@ -47382,6 +47515,22 @@ export declare type GraphStoreSimplifiedSprintAssociatedPrEdge = {
|
|
|
47382
47515
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47383
47516
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedPrUnion>;
|
|
47384
47517
|
};
|
|
47518
|
+
export declare type GraphStoreSimplifiedSprintAssociatedPrInverseConnection = HasPageInfo & HasTotal & {
|
|
47519
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedPrInverseConnection';
|
|
47520
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedPrInverseEdge>>>;
|
|
47521
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47522
|
+
pageInfo: PageInfo;
|
|
47523
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47524
|
+
};
|
|
47525
|
+
export declare type GraphStoreSimplifiedSprintAssociatedPrInverseEdge = {
|
|
47526
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedPrInverseEdge';
|
|
47527
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47528
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47529
|
+
id: Scalars['ID']['output'];
|
|
47530
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47531
|
+
node?: Maybe<GraphStoreSimplifiedSprintAssociatedPrInverseUnion>;
|
|
47532
|
+
};
|
|
47533
|
+
export declare type GraphStoreSimplifiedSprintAssociatedPrInverseUnion = JiraSprint;
|
|
47385
47534
|
export declare type GraphStoreSimplifiedSprintAssociatedPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
47386
47535
|
export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityConnection = HasPageInfo & HasTotal & {
|
|
47387
47536
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedVulnerabilityConnection';
|
|
@@ -47398,6 +47547,22 @@ export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityEdge = {
|
|
|
47398
47547
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47399
47548
|
node?: Maybe<GraphStoreSimplifiedSprintAssociatedVulnerabilityUnion>;
|
|
47400
47549
|
};
|
|
47550
|
+
export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseConnection = HasPageInfo & HasTotal & {
|
|
47551
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseConnection';
|
|
47552
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseEdge>>>;
|
|
47553
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47554
|
+
pageInfo: PageInfo;
|
|
47555
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47556
|
+
};
|
|
47557
|
+
export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseEdge = {
|
|
47558
|
+
__typename?: 'GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseEdge';
|
|
47559
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47560
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47561
|
+
id: Scalars['ID']['output'];
|
|
47562
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47563
|
+
node?: Maybe<GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseUnion>;
|
|
47564
|
+
};
|
|
47565
|
+
export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityInverseUnion = JiraSprint;
|
|
47401
47566
|
export declare type GraphStoreSimplifiedSprintAssociatedVulnerabilityUnion = DevOpsSecurityVulnerabilityDetails | ExternalVulnerability;
|
|
47402
47567
|
export declare type GraphStoreSimplifiedSprintContainsIssueConnection = HasPageInfo & HasTotal & {
|
|
47403
47568
|
__typename?: 'GraphStoreSimplifiedSprintContainsIssueConnection';
|
|
@@ -47414,6 +47579,22 @@ export declare type GraphStoreSimplifiedSprintContainsIssueEdge = {
|
|
|
47414
47579
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47415
47580
|
node?: Maybe<GraphStoreSimplifiedSprintContainsIssueUnion>;
|
|
47416
47581
|
};
|
|
47582
|
+
export declare type GraphStoreSimplifiedSprintContainsIssueInverseConnection = HasPageInfo & HasTotal & {
|
|
47583
|
+
__typename?: 'GraphStoreSimplifiedSprintContainsIssueInverseConnection';
|
|
47584
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintContainsIssueInverseEdge>>>;
|
|
47585
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47586
|
+
pageInfo: PageInfo;
|
|
47587
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47588
|
+
};
|
|
47589
|
+
export declare type GraphStoreSimplifiedSprintContainsIssueInverseEdge = {
|
|
47590
|
+
__typename?: 'GraphStoreSimplifiedSprintContainsIssueInverseEdge';
|
|
47591
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47592
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47593
|
+
id: Scalars['ID']['output'];
|
|
47594
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47595
|
+
node?: Maybe<GraphStoreSimplifiedSprintContainsIssueInverseUnion>;
|
|
47596
|
+
};
|
|
47597
|
+
export declare type GraphStoreSimplifiedSprintContainsIssueInverseUnion = JiraSprint;
|
|
47417
47598
|
export declare type GraphStoreSimplifiedSprintContainsIssueUnion = JiraIssue;
|
|
47418
47599
|
export declare type GraphStoreSimplifiedSprintRetrospectivePageConnection = HasPageInfo & HasTotal & {
|
|
47419
47600
|
__typename?: 'GraphStoreSimplifiedSprintRetrospectivePageConnection';
|
|
@@ -47430,6 +47611,22 @@ export declare type GraphStoreSimplifiedSprintRetrospectivePageEdge = {
|
|
|
47430
47611
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47431
47612
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectivePageUnion>;
|
|
47432
47613
|
};
|
|
47614
|
+
export declare type GraphStoreSimplifiedSprintRetrospectivePageInverseConnection = HasPageInfo & HasTotal & {
|
|
47615
|
+
__typename?: 'GraphStoreSimplifiedSprintRetrospectivePageInverseConnection';
|
|
47616
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintRetrospectivePageInverseEdge>>>;
|
|
47617
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47618
|
+
pageInfo: PageInfo;
|
|
47619
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47620
|
+
};
|
|
47621
|
+
export declare type GraphStoreSimplifiedSprintRetrospectivePageInverseEdge = {
|
|
47622
|
+
__typename?: 'GraphStoreSimplifiedSprintRetrospectivePageInverseEdge';
|
|
47623
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47624
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47625
|
+
id: Scalars['ID']['output'];
|
|
47626
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47627
|
+
node?: Maybe<GraphStoreSimplifiedSprintRetrospectivePageInverseUnion>;
|
|
47628
|
+
};
|
|
47629
|
+
export declare type GraphStoreSimplifiedSprintRetrospectivePageInverseUnion = JiraSprint;
|
|
47433
47630
|
export declare type GraphStoreSimplifiedSprintRetrospectivePageUnion = ConfluencePage;
|
|
47434
47631
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection = HasPageInfo & HasTotal & {
|
|
47435
47632
|
__typename?: 'GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection';
|
|
@@ -47446,6 +47643,22 @@ export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardEdge = {
|
|
|
47446
47643
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47447
47644
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion>;
|
|
47448
47645
|
};
|
|
47646
|
+
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseConnection = HasPageInfo & HasTotal & {
|
|
47647
|
+
__typename?: 'GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseConnection';
|
|
47648
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseEdge>>>;
|
|
47649
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47650
|
+
pageInfo: PageInfo;
|
|
47651
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47652
|
+
};
|
|
47653
|
+
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseEdge = {
|
|
47654
|
+
__typename?: 'GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseEdge';
|
|
47655
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47656
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47657
|
+
id: Scalars['ID']['output'];
|
|
47658
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47659
|
+
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseUnion>;
|
|
47660
|
+
};
|
|
47661
|
+
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardInverseUnion = JiraSprint;
|
|
47449
47662
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion = ConfluenceWhiteboard;
|
|
47450
47663
|
export declare type GraphStoreSimplifiedTeamConnectedToContainerConnection = HasPageInfo & HasTotal & {
|
|
47451
47664
|
__typename?: 'GraphStoreSimplifiedTeamConnectedToContainerConnection';
|
|
@@ -74516,6 +74729,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
|
|
|
74516
74729
|
export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
74517
74730
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
74518
74731
|
appSoftwareId: Scalars['String']['output'];
|
|
74732
|
+
approvalIssueKey?: Maybe<Scalars['String']['output']>;
|
|
74519
74733
|
approvalRejectionReason?: Maybe<Scalars['String']['output']>;
|
|
74520
74734
|
approvalStatus: Scalars['String']['output'];
|
|
74521
74735
|
buildNumber: Scalars['String']['output'];
|
|
@@ -74731,6 +74945,7 @@ export declare type MarketplaceConsoleEditAppVersionRequest = {
|
|
|
74731
74945
|
releaseSummary?: InputMaybe<Scalars['String']['input']>;
|
|
74732
74946
|
screenshots?: InputMaybe<Array<MarketplaceConsoleListingScreenshotInput>>;
|
|
74733
74947
|
sourceCodeLicenseUrl?: InputMaybe<Scalars['String']['input']>;
|
|
74948
|
+
status?: InputMaybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
74734
74949
|
youtubeId?: InputMaybe<Scalars['String']['input']>;
|
|
74735
74950
|
};
|
|
74736
74951
|
export declare type MarketplaceConsoleEditVersionError = MarketplaceConsoleError & {
|
|
@@ -76573,6 +76788,7 @@ export declare type MercuryChangeParentFocusAreaChangeInput = {
|
|
|
76573
76788
|
export declare type MercuryChangeProposal = Node & {
|
|
76574
76789
|
__typename?: 'MercuryChangeProposal';
|
|
76575
76790
|
comments?: Maybe<MercuryChangeProposalCommentConnection>;
|
|
76791
|
+
createdDate: Scalars['String']['output'];
|
|
76576
76792
|
description?: Maybe<Scalars['String']['output']>;
|
|
76577
76793
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
76578
76794
|
id: Scalars['ID']['output'];
|
|
@@ -78101,6 +78317,7 @@ export declare enum MercuryStatusColor {
|
|
|
78101
78317
|
export declare type MercuryStrategicEvent = Node & {
|
|
78102
78318
|
__typename?: 'MercuryStrategicEvent';
|
|
78103
78319
|
comments?: Maybe<MercuryStrategicEventCommentConnection>;
|
|
78320
|
+
createdDate: Scalars['String']['output'];
|
|
78104
78321
|
description?: Maybe<Scalars['String']['output']>;
|
|
78105
78322
|
id: Scalars['ID']['output'];
|
|
78106
78323
|
name: Scalars['String']['output'];
|