@forge/cli-shared 6.9.0-next.5 → 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 +28 -0
- package/out/graphql/graphql-types.d.ts +337 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +4 -0
- 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
|
@@ -611,7 +611,7 @@ export declare type ActivityObject = {
|
|
|
611
611
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
612
612
|
type: Scalars['String']['output'];
|
|
613
613
|
};
|
|
614
|
-
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | ExternalDocument | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
614
|
+
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | ExternalDocument | ExternalRemoteLink | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
615
615
|
export declare enum ActivityObjectType {
|
|
616
616
|
Blogpost = "BLOGPOST",
|
|
617
617
|
Comment = "COMMENT",
|
|
@@ -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';
|
|
@@ -74352,6 +74565,7 @@ export declare type MarketplaceAppVersionConnection = {
|
|
|
74352
74565
|
edges?: Maybe<Array<Maybe<MarketplaceAppVersionEdge>>>;
|
|
74353
74566
|
pageInfo: PageInfo;
|
|
74354
74567
|
totalCount: Scalars['Int']['output'];
|
|
74568
|
+
totalCountPerSoftwareHosting?: Maybe<TotalCountPerSoftwareHosting>;
|
|
74355
74569
|
};
|
|
74356
74570
|
export declare type MarketplaceAppVersionEdge = {
|
|
74357
74571
|
__typename?: 'MarketplaceAppVersionEdge';
|
|
@@ -74515,6 +74729,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
|
|
|
74515
74729
|
export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
74516
74730
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
74517
74731
|
appSoftwareId: Scalars['String']['output'];
|
|
74732
|
+
approvalIssueKey?: Maybe<Scalars['String']['output']>;
|
|
74518
74733
|
approvalRejectionReason?: Maybe<Scalars['String']['output']>;
|
|
74519
74734
|
approvalStatus: Scalars['String']['output'];
|
|
74520
74735
|
buildNumber: Scalars['String']['output'];
|
|
@@ -74730,6 +74945,7 @@ export declare type MarketplaceConsoleEditAppVersionRequest = {
|
|
|
74730
74945
|
releaseSummary?: InputMaybe<Scalars['String']['input']>;
|
|
74731
74946
|
screenshots?: InputMaybe<Array<MarketplaceConsoleListingScreenshotInput>>;
|
|
74732
74947
|
sourceCodeLicenseUrl?: InputMaybe<Scalars['String']['input']>;
|
|
74948
|
+
status?: InputMaybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
74733
74949
|
youtubeId?: InputMaybe<Scalars['String']['input']>;
|
|
74734
74950
|
};
|
|
74735
74951
|
export declare type MarketplaceConsoleEditVersionError = MarketplaceConsoleError & {
|
|
@@ -76509,6 +76725,7 @@ export declare type MercuryArchiveFocusAreaChangeInput = {
|
|
|
76509
76725
|
};
|
|
76510
76726
|
export declare type MercuryArchiveFocusAreaInput = {
|
|
76511
76727
|
cloudId: Scalars['ID']['input'];
|
|
76728
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
76512
76729
|
id: Scalars['ID']['input'];
|
|
76513
76730
|
};
|
|
76514
76731
|
export declare type MercuryArchiveFocusAreaPayload = Payload & {
|
|
@@ -76516,6 +76733,10 @@ export declare type MercuryArchiveFocusAreaPayload = Payload & {
|
|
|
76516
76733
|
errors?: Maybe<Array<MutationError>>;
|
|
76517
76734
|
success: Scalars['Boolean']['output'];
|
|
76518
76735
|
};
|
|
76736
|
+
export declare type MercuryArchiveFocusAreaValidationInput = {
|
|
76737
|
+
cloudId: Scalars['ID']['input'];
|
|
76738
|
+
id: Scalars['ID']['input'];
|
|
76739
|
+
};
|
|
76519
76740
|
export declare type MercuryArchiveFocusAreaValidationPayload = Payload & {
|
|
76520
76741
|
__typename?: 'MercuryArchiveFocusAreaValidationPayload';
|
|
76521
76742
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -76567,6 +76788,7 @@ export declare type MercuryChangeParentFocusAreaChangeInput = {
|
|
|
76567
76788
|
export declare type MercuryChangeProposal = Node & {
|
|
76568
76789
|
__typename?: 'MercuryChangeProposal';
|
|
76569
76790
|
comments?: Maybe<MercuryChangeProposalCommentConnection>;
|
|
76791
|
+
createdDate: Scalars['String']['output'];
|
|
76570
76792
|
description?: Maybe<Scalars['String']['output']>;
|
|
76571
76793
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
76572
76794
|
id: Scalars['ID']['output'];
|
|
@@ -77560,7 +77782,7 @@ export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
|
|
|
77560
77782
|
input: MercuryUpdatePortfolioNameInput;
|
|
77561
77783
|
};
|
|
77562
77784
|
export declare type MercuryMutationApiValidateFocusAreaArchivalArgs = {
|
|
77563
|
-
input:
|
|
77785
|
+
input: MercuryArchiveFocusAreaValidationInput;
|
|
77564
77786
|
};
|
|
77565
77787
|
export declare type MercuryOriginalProjectStatus = {
|
|
77566
77788
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
@@ -78095,6 +78317,7 @@ export declare enum MercuryStatusColor {
|
|
|
78095
78317
|
export declare type MercuryStrategicEvent = Node & {
|
|
78096
78318
|
__typename?: 'MercuryStrategicEvent';
|
|
78097
78319
|
comments?: Maybe<MercuryStrategicEventCommentConnection>;
|
|
78320
|
+
createdDate: Scalars['String']['output'];
|
|
78098
78321
|
description?: Maybe<Scalars['String']['output']>;
|
|
78099
78322
|
id: Scalars['ID']['output'];
|
|
78100
78323
|
name: Scalars['String']['output'];
|
|
@@ -78178,6 +78401,7 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
78178
78401
|
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
78179
78402
|
updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
|
|
78180
78403
|
updateChangeProposalDescription?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78404
|
+
updateChangeProposalFocusArea?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78181
78405
|
updateChangeProposalImpact?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78182
78406
|
updateChangeProposalName?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78183
78407
|
updateChangeProposalOwner?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
@@ -78233,6 +78457,9 @@ export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalComment
|
|
|
78233
78457
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalDescriptionArgs = {
|
|
78234
78458
|
input: MercuryUpdateChangeProposalDescriptionInput;
|
|
78235
78459
|
};
|
|
78460
|
+
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalFocusAreaArgs = {
|
|
78461
|
+
input: MercuryUpdateChangeProposalFocusAreaInput;
|
|
78462
|
+
};
|
|
78236
78463
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalImpactArgs = {
|
|
78237
78464
|
input: MercuryUpdateChangeProposalImpactInput;
|
|
78238
78465
|
};
|
|
@@ -78424,6 +78651,7 @@ export declare type MercuryTransitionStrategicEventStatusInput = {
|
|
|
78424
78651
|
};
|
|
78425
78652
|
export declare type MercuryUnarchiveFocusAreaInput = {
|
|
78426
78653
|
cloudId: Scalars['ID']['input'];
|
|
78654
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
78427
78655
|
id: Scalars['ID']['input'];
|
|
78428
78656
|
};
|
|
78429
78657
|
export declare type MercuryUnarchiveFocusAreaPayload = Payload & {
|
|
@@ -78460,7 +78688,7 @@ export declare type MercuryUpdateChangeProposalDescriptionInput = {
|
|
|
78460
78688
|
id: Scalars['ID']['input'];
|
|
78461
78689
|
};
|
|
78462
78690
|
export declare type MercuryUpdateChangeProposalFocusAreaInput = {
|
|
78463
|
-
focusAreaId
|
|
78691
|
+
focusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
78464
78692
|
id: Scalars['ID']['input'];
|
|
78465
78693
|
};
|
|
78466
78694
|
export declare type MercuryUpdateChangeProposalImpactInput = {
|
|
@@ -94608,6 +94836,12 @@ export declare type TopTemplateItem = {
|
|
|
94608
94836
|
rank: Scalars['Int']['output'];
|
|
94609
94837
|
templateId: Scalars['String']['output'];
|
|
94610
94838
|
};
|
|
94839
|
+
export declare type TotalCountPerSoftwareHosting = {
|
|
94840
|
+
__typename?: 'TotalCountPerSoftwareHosting';
|
|
94841
|
+
cloud?: Maybe<Scalars['Int']['output']>;
|
|
94842
|
+
dataCenter?: Maybe<Scalars['Int']['output']>;
|
|
94843
|
+
server?: Maybe<Scalars['Int']['output']>;
|
|
94844
|
+
};
|
|
94611
94845
|
export declare type TotalSearchCtr = {
|
|
94612
94846
|
__typename?: 'TotalSearchCTR';
|
|
94613
94847
|
nodes: Array<TotalSearchCtrItems>;
|
|
@@ -96103,14 +96337,18 @@ export declare enum TrelloCardActionType {
|
|
|
96103
96337
|
AddChecklist = "ADD_CHECKLIST",
|
|
96104
96338
|
AddMember = "ADD_MEMBER",
|
|
96105
96339
|
Comment = "COMMENT",
|
|
96340
|
+
CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
|
|
96341
|
+
CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
|
|
96106
96342
|
MoveCard = "MOVE_CARD",
|
|
96107
96343
|
MoveCardToBoard = "MOVE_CARD_TO_BOARD",
|
|
96108
96344
|
MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
|
|
96109
96345
|
RemoveChecklist = "REMOVE_CHECKLIST",
|
|
96110
96346
|
RemoveMember = "REMOVE_MEMBER",
|
|
96347
|
+
UpdateCardClosed = "UPDATE_CARD_CLOSED",
|
|
96348
|
+
UpdateCardComplete = "UPDATE_CARD_COMPLETE",
|
|
96111
96349
|
UpdateCardDue = "UPDATE_CARD_DUE"
|
|
96112
96350
|
}
|
|
96113
|
-
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardDueAction;
|
|
96351
|
+
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96114
96352
|
export declare type TrelloCardAttachmentsByType = {
|
|
96115
96353
|
__typename?: 'TrelloCardAttachmentsByType';
|
|
96116
96354
|
trello?: Maybe<TrelloCardAttachmentsCount>;
|
|
@@ -96387,6 +96625,54 @@ export declare type TrelloCommentCardActionDisplayEntities = {
|
|
|
96387
96625
|
contextOn?: Maybe<TrelloActionTranslatableEntity>;
|
|
96388
96626
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96389
96627
|
};
|
|
96628
|
+
export declare type TrelloCopiedCardSource = {
|
|
96629
|
+
__typename?: 'TrelloCopiedCardSource';
|
|
96630
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
96631
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
96632
|
+
shortId?: Maybe<Scalars['Int']['output']>;
|
|
96633
|
+
};
|
|
96634
|
+
export declare type TrelloCopyCommentCardAction = TrelloAction & TrelloCardActionData & {
|
|
96635
|
+
__typename?: 'TrelloCopyCommentCardAction';
|
|
96636
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
96637
|
+
board?: Maybe<TrelloBoard>;
|
|
96638
|
+
card?: Maybe<TrelloCard>;
|
|
96639
|
+
creator?: Maybe<TrelloMember>;
|
|
96640
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
96641
|
+
displayEntities?: Maybe<TrelloCopyCommentCardActionDisplayEntities>;
|
|
96642
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
96643
|
+
id: Scalars['ID']['output'];
|
|
96644
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
96645
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
96646
|
+
sourceCard?: Maybe<TrelloCopiedCardSource>;
|
|
96647
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
96648
|
+
};
|
|
96649
|
+
export declare type TrelloCopyCommentCardActionDisplayEntities = {
|
|
96650
|
+
__typename?: 'TrelloCopyCommentCardActionDisplayEntities';
|
|
96651
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
96652
|
+
comment?: Maybe<TrelloActionCommentEntity>;
|
|
96653
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96654
|
+
originalCommenter?: Maybe<TrelloActionMemberEntity>;
|
|
96655
|
+
};
|
|
96656
|
+
export declare type TrelloCreateCardFromEmailAction = TrelloAction & TrelloCardActionData & {
|
|
96657
|
+
__typename?: 'TrelloCreateCardFromEmailAction';
|
|
96658
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
96659
|
+
board?: Maybe<TrelloBoard>;
|
|
96660
|
+
card?: Maybe<TrelloCard>;
|
|
96661
|
+
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
96662
|
+
creator?: Maybe<TrelloMember>;
|
|
96663
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
96664
|
+
displayEntities?: Maybe<TrelloCreateCardFromEmailActionDisplayEntities>;
|
|
96665
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
96666
|
+
id: Scalars['ID']['output'];
|
|
96667
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
96668
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
96669
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
96670
|
+
};
|
|
96671
|
+
export declare type TrelloCreateCardFromEmailActionDisplayEntities = {
|
|
96672
|
+
__typename?: 'TrelloCreateCardFromEmailActionDisplayEntities';
|
|
96673
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
96674
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96675
|
+
};
|
|
96390
96676
|
export declare type TrelloCreateCardInput = {
|
|
96391
96677
|
listId: Scalars['ID']['input'];
|
|
96392
96678
|
name: Scalars['String']['input'];
|
|
@@ -97374,6 +97660,7 @@ export declare type TrelloQueryApi = {
|
|
|
97374
97660
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
97375
97661
|
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
97376
97662
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
97663
|
+
enterprisesById?: Maybe<Array<Maybe<TrelloEnterprise>>>;
|
|
97377
97664
|
labelsById?: Maybe<Array<Maybe<TrelloLabel>>>;
|
|
97378
97665
|
list?: Maybe<TrelloList>;
|
|
97379
97666
|
listsById?: Maybe<Array<Maybe<TrelloList>>>;
|
|
@@ -97421,6 +97708,9 @@ export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
|
97421
97708
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
97422
97709
|
id: Scalars['ID']['input'];
|
|
97423
97710
|
};
|
|
97711
|
+
export declare type TrelloQueryApiEnterprisesByIdArgs = {
|
|
97712
|
+
ids: Array<Scalars['ID']['input']>;
|
|
97713
|
+
};
|
|
97424
97714
|
export declare type TrelloQueryApiLabelsByIdArgs = {
|
|
97425
97715
|
ids: Array<Scalars['ID']['input']>;
|
|
97426
97716
|
};
|
|
@@ -97752,6 +98042,44 @@ export declare type TrelloUpdateBoardViewerShowCompactMirrorCardPayload = Payloa
|
|
|
97752
98042
|
success: Scalars['Boolean']['output'];
|
|
97753
98043
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
97754
98044
|
};
|
|
98045
|
+
export declare type TrelloUpdateCardClosedAction = TrelloAction & TrelloCardActionData & {
|
|
98046
|
+
__typename?: 'TrelloUpdateCardClosedAction';
|
|
98047
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
98048
|
+
board?: Maybe<TrelloBoard>;
|
|
98049
|
+
card?: Maybe<TrelloCard>;
|
|
98050
|
+
creator?: Maybe<TrelloMember>;
|
|
98051
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
98052
|
+
displayEntities?: Maybe<TrelloUpdateCardClosedActionDisplayEntities>;
|
|
98053
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
98054
|
+
id: Scalars['ID']['output'];
|
|
98055
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
98056
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
98057
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
98058
|
+
};
|
|
98059
|
+
export declare type TrelloUpdateCardClosedActionDisplayEntities = {
|
|
98060
|
+
__typename?: 'TrelloUpdateCardClosedActionDisplayEntities';
|
|
98061
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
98062
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
98063
|
+
};
|
|
98064
|
+
export declare type TrelloUpdateCardCompleteAction = TrelloAction & TrelloCardActionData & {
|
|
98065
|
+
__typename?: 'TrelloUpdateCardCompleteAction';
|
|
98066
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
98067
|
+
board?: Maybe<TrelloBoard>;
|
|
98068
|
+
card?: Maybe<TrelloCard>;
|
|
98069
|
+
creator?: Maybe<TrelloMember>;
|
|
98070
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
98071
|
+
displayEntities?: Maybe<TrelloUpdateCardCompleteActionDisplayEntities>;
|
|
98072
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
98073
|
+
id: Scalars['ID']['output'];
|
|
98074
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
98075
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
98076
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
98077
|
+
};
|
|
98078
|
+
export declare type TrelloUpdateCardCompleteActionDisplayEntities = {
|
|
98079
|
+
__typename?: 'TrelloUpdateCardCompleteActionDisplayEntities';
|
|
98080
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
98081
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
98082
|
+
};
|
|
97755
98083
|
export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
|
|
97756
98084
|
__typename?: 'TrelloUpdateCardDueAction';
|
|
97757
98085
|
appCreator?: Maybe<TrelloAppCreator>;
|