@forge/cli-shared 5.0.0 → 5.0.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/out/graphql/graphql-types.d.ts +1330 -97
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +117 -13
- package/package.json +2 -2
|
@@ -143,10 +143,15 @@ export declare type ActionsActionTypeInput = {
|
|
|
143
143
|
__typename?: 'ActionsActionTypeInput';
|
|
144
144
|
default?: Maybe<Scalars['JSON']['output']>;
|
|
145
145
|
description?: Maybe<ActionsDescription>;
|
|
146
|
+
items?: Maybe<ActionsActionTypeInputItems>;
|
|
146
147
|
pattern?: Maybe<Scalars['String']['output']>;
|
|
147
148
|
required: Scalars['Boolean']['output'];
|
|
148
149
|
type: Scalars['String']['output'];
|
|
149
150
|
};
|
|
151
|
+
export declare type ActionsActionTypeInputItems = {
|
|
152
|
+
__typename?: 'ActionsActionTypeInputItems';
|
|
153
|
+
type: Scalars['String']['output'];
|
|
154
|
+
};
|
|
150
155
|
export declare type ActionsActionTypeInputTuple = {
|
|
151
156
|
__typename?: 'ActionsActionTypeInputTuple';
|
|
152
157
|
key: Scalars['String']['output'];
|
|
@@ -1450,6 +1455,11 @@ export declare type ArchivePolarisInsightsPayload = Payload & {
|
|
|
1450
1455
|
errors?: Maybe<Array<MutationError>>;
|
|
1451
1456
|
success: Scalars['Boolean']['output'];
|
|
1452
1457
|
};
|
|
1458
|
+
export declare enum ArchivedMode {
|
|
1459
|
+
ActiveOnly = "ACTIVE_ONLY",
|
|
1460
|
+
All = "ALL",
|
|
1461
|
+
ArchivedOnly = "ARCHIVED_ONLY"
|
|
1462
|
+
}
|
|
1453
1463
|
export declare type AriGraph = {
|
|
1454
1464
|
__typename?: 'AriGraph';
|
|
1455
1465
|
hasRelationship?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -1963,7 +1973,11 @@ export declare type BoardScope = Node & {
|
|
|
1963
1973
|
admins?: Maybe<Array<Maybe<Admin>>>;
|
|
1964
1974
|
backlog?: Maybe<Backlog>;
|
|
1965
1975
|
board?: Maybe<SoftwareBoard>;
|
|
1976
|
+
boardAdmins?: Maybe<JswBoardAdmins>;
|
|
1977
|
+
boardLocationModel?: Maybe<JswBoardLocationModel>;
|
|
1966
1978
|
canAdministerBoard?: Maybe<Scalars['Boolean']['output']>;
|
|
1979
|
+
cardColorConfig?: Maybe<JswCardColorConfig>;
|
|
1980
|
+
cardLayoutConfig?: Maybe<JswCardLayoutConfig>;
|
|
1967
1981
|
cardParents: Array<Maybe<CardParent>>;
|
|
1968
1982
|
cards: Array<Maybe<SoftwareCard>>;
|
|
1969
1983
|
currentUser: CurrentUser;
|
|
@@ -1977,13 +1991,19 @@ export declare type BoardScope = Node & {
|
|
|
1977
1991
|
issues?: Maybe<HydratingJiraIssueConnection>;
|
|
1978
1992
|
jql?: Maybe<Scalars['String']['output']>;
|
|
1979
1993
|
name?: Maybe<Scalars['String']['output']>;
|
|
1994
|
+
oldDoneIssuesCutOffConfig?: Maybe<JswOldDoneIssuesCutOffConfig>;
|
|
1980
1995
|
projectLocation: SoftwareProject;
|
|
1981
1996
|
reports?: Maybe<SoftwareReports>;
|
|
1997
|
+
savedFilterConfig?: Maybe<JswSavedFilterConfig>;
|
|
1998
|
+
showEpicAsPanel?: Maybe<Scalars['Boolean']['output']>;
|
|
1982
1999
|
sprint?: Maybe<Sprint>;
|
|
1983
2000
|
sprintWithStatistics?: Maybe<Array<Maybe<SprintWithStatistics>>>;
|
|
1984
2001
|
sprints?: Maybe<Array<Maybe<Sprint>>>;
|
|
1985
2002
|
startSprintPrototype?: Maybe<Sprint>;
|
|
2003
|
+
subqueryConfig?: Maybe<JswSubqueryConfig>;
|
|
2004
|
+
trackingStatistic?: Maybe<JswTrackingStatistic>;
|
|
1986
2005
|
userSwimlaneStrategy?: Maybe<SwimlaneStrategy>;
|
|
2006
|
+
workingDaysConfig?: Maybe<JswWorkingDaysConfig>;
|
|
1987
2007
|
};
|
|
1988
2008
|
export declare type BoardScopeCardsArgs = {
|
|
1989
2009
|
cardIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
@@ -7459,6 +7479,27 @@ export declare type ContentPlatformFieldType = {
|
|
|
7459
7479
|
__typename?: 'ContentPlatformFieldType';
|
|
7460
7480
|
field: ContentPlatformFieldNames;
|
|
7461
7481
|
};
|
|
7482
|
+
export declare type ContentPlatformFullTutorial = {
|
|
7483
|
+
__typename?: 'ContentPlatformFullTutorial';
|
|
7484
|
+
author?: Maybe<ContentPlatformAuthor>;
|
|
7485
|
+
beforeYouBegin?: Maybe<Array<ContentPlatformBeforeYouBeginComponent>>;
|
|
7486
|
+
contentHubSubscribe?: Maybe<Array<ContentPlatformSubscribeComponent>>;
|
|
7487
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7488
|
+
nextBestAction?: Maybe<Array<ContentPlatformHubArticleAndTutorialUnion>>;
|
|
7489
|
+
productDiscussedCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7490
|
+
relatedHub?: Maybe<Array<ContentPlatformTaxonomyContentHub>>;
|
|
7491
|
+
relatedProductFeatures?: Maybe<Array<ContentPlatformTaxonomyFeature>>;
|
|
7492
|
+
relatedTemplateCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7493
|
+
shareThisTutorial?: Maybe<Array<ContentPlatformSocialMediaLink>>;
|
|
7494
|
+
subtitle?: Maybe<Scalars['String']['output']>;
|
|
7495
|
+
tutorialInstructions?: Maybe<Array<ContentPlatformTutorialInstructionsWrapper>>;
|
|
7496
|
+
tutorialIntroduction?: Maybe<ContentPlatformTutorialIntroduction>;
|
|
7497
|
+
tutorialRef: ContentPlatformTutorial;
|
|
7498
|
+
tutorialSummary?: Maybe<Scalars['String']['output']>;
|
|
7499
|
+
upNext?: Maybe<ContentPlatformHubArticleAndTutorialAndTopicOverviewUnion>;
|
|
7500
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7501
|
+
whitePaperCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7502
|
+
};
|
|
7462
7503
|
export declare type ContentPlatformHubArticle = {
|
|
7463
7504
|
__typename?: 'ContentPlatformHubArticle';
|
|
7464
7505
|
articleBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
@@ -7469,6 +7510,9 @@ export declare type ContentPlatformHubArticle = {
|
|
|
7469
7510
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7470
7511
|
urlSlug: Scalars['String']['output'];
|
|
7471
7512
|
};
|
|
7513
|
+
export declare type ContentPlatformHubArticleAndTutorialAndProductFeatureAndFeaturedVideoUnion = ContentPlatformFeaturedVideo | ContentPlatformHubArticle | ContentPlatformProductFeature | ContentPlatformTutorial;
|
|
7514
|
+
export declare type ContentPlatformHubArticleAndTutorialAndTopicOverviewUnion = ContentPlatformHubArticle | ContentPlatformTopicOverview | ContentPlatformTutorial;
|
|
7515
|
+
export declare type ContentPlatformHubArticleAndTutorialUnion = ContentPlatformHubArticle | ContentPlatformTutorial;
|
|
7472
7516
|
export declare type ContentPlatformImageAsset = {
|
|
7473
7517
|
__typename?: 'ContentPlatformImageAsset';
|
|
7474
7518
|
contentType: Scalars['String']['output'];
|
|
@@ -7494,6 +7538,27 @@ export declare type ContentPlatformImageComponent = {
|
|
|
7494
7538
|
image: ContentPlatformImageAsset;
|
|
7495
7539
|
name: Scalars['String']['output'];
|
|
7496
7540
|
};
|
|
7541
|
+
export declare type ContentPlatformIpmImageModal = {
|
|
7542
|
+
__typename?: 'ContentPlatformIpmImageModal';
|
|
7543
|
+
body: Scalars['JSON']['output'];
|
|
7544
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7545
|
+
ctaButtonText?: Maybe<Scalars['String']['output']>;
|
|
7546
|
+
ctaButtonUrl?: Maybe<Scalars['String']['output']>;
|
|
7547
|
+
id: Scalars['String']['output'];
|
|
7548
|
+
image?: Maybe<Scalars['JSON']['output']>;
|
|
7549
|
+
title: Scalars['String']['output'];
|
|
7550
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7551
|
+
};
|
|
7552
|
+
export declare type ContentPlatformIpmImageModalResultEdge = {
|
|
7553
|
+
__typename?: 'ContentPlatformIpmImageModalResultEdge';
|
|
7554
|
+
cursor: Scalars['String']['output'];
|
|
7555
|
+
node: ContentPlatformIpmImageModal;
|
|
7556
|
+
};
|
|
7557
|
+
export declare type ContentPlatformIpmImageModalSearchConnection = {
|
|
7558
|
+
__typename?: 'ContentPlatformIpmImageModalSearchConnection';
|
|
7559
|
+
edges: Array<ContentPlatformIpmImageModalResultEdge>;
|
|
7560
|
+
pageInfo: PageInfo;
|
|
7561
|
+
};
|
|
7497
7562
|
export declare type ContentPlatformMarketplaceApp = {
|
|
7498
7563
|
__typename?: 'ContentPlatformMarketplaceApp';
|
|
7499
7564
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -7502,29 +7567,6 @@ export declare type ContentPlatformMarketplaceApp = {
|
|
|
7502
7567
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7503
7568
|
url: Scalars['String']['output'];
|
|
7504
7569
|
};
|
|
7505
|
-
export declare type ContentPlatformMicroHubArticle = {
|
|
7506
|
-
__typename?: 'ContentPlatformMicroHubArticle';
|
|
7507
|
-
articleBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7508
|
-
articleName?: Maybe<Scalars['String']['output']>;
|
|
7509
|
-
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7510
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
7511
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
7512
|
-
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7513
|
-
urlSlug: Scalars['String']['output'];
|
|
7514
|
-
};
|
|
7515
|
-
export declare type ContentPlatformMicroHubArticleAndMicroTutorialAndProductFeatureAndFeaturedVideoUnion = ContentPlatformFeaturedVideo | ContentPlatformHubArticle | ContentPlatformMicroHubArticle | ContentPlatformMicroTutorial | ContentPlatformProductFeature | ContentPlatformTutorial;
|
|
7516
|
-
export declare type ContentPlatformMicroHubArticleAndMicroTutorialAndTopicOverviewUnion = ContentPlatformHubArticle | ContentPlatformMicroHubArticle | ContentPlatformMicroTutorial | ContentPlatformTopicOverview | ContentPlatformTutorial;
|
|
7517
|
-
export declare type ContentPlatformMicroHubArticleAndMicroTutorialUnion = ContentPlatformHubArticle | ContentPlatformMicroHubArticle | ContentPlatformMicroTutorial | ContentPlatformTutorial;
|
|
7518
|
-
export declare type ContentPlatformMicroTutorial = {
|
|
7519
|
-
__typename?: 'ContentPlatformMicroTutorial';
|
|
7520
|
-
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7521
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
7522
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
7523
|
-
tutorialBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7524
|
-
tutorialName?: Maybe<Scalars['String']['output']>;
|
|
7525
|
-
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7526
|
-
urlSlug: Scalars['String']['output'];
|
|
7527
|
-
};
|
|
7528
7570
|
export declare enum ContentPlatformOperators {
|
|
7529
7571
|
All = "ALL",
|
|
7530
7572
|
Any = "ANY"
|
|
@@ -8003,16 +8045,16 @@ export declare type ContentPlatformTopicOverview = {
|
|
|
8003
8045
|
bodyTextContainer?: Maybe<Array<ContentPlatformSupportingConceptWrapper>>;
|
|
8004
8046
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8005
8047
|
description?: Maybe<Scalars['String']['output']>;
|
|
8006
|
-
featuredContentContainer?: Maybe<Array<
|
|
8048
|
+
featuredContentContainer?: Maybe<Array<ContentPlatformHubArticleAndTutorialAndProductFeatureAndFeaturedVideoUnion>>;
|
|
8007
8049
|
mainCallToAction?: Maybe<ContentPlatformCallToAction>;
|
|
8008
8050
|
name?: Maybe<Scalars['String']['output']>;
|
|
8009
|
-
nextBestAction: Array<
|
|
8051
|
+
nextBestAction: Array<ContentPlatformHubArticleAndTutorialUnion>;
|
|
8010
8052
|
relatedHub: Array<ContentPlatformTaxonomyContentHub>;
|
|
8011
8053
|
subtitle?: Maybe<Scalars['String']['output']>;
|
|
8012
8054
|
title: Scalars['String']['output'];
|
|
8013
8055
|
topicIntroduction?: Maybe<Array<ContentPlatformTopicIntroduction>>;
|
|
8014
8056
|
topicOverviewId: Scalars['String']['output'];
|
|
8015
|
-
upNextFooter?: Maybe<
|
|
8057
|
+
upNextFooter?: Maybe<ContentPlatformHubArticle>;
|
|
8016
8058
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8017
8059
|
urlSlug: Scalars['String']['output'];
|
|
8018
8060
|
};
|
|
@@ -8028,28 +8070,13 @@ export declare type ContentPlatformTopicOverviewResultEdge = {
|
|
|
8028
8070
|
};
|
|
8029
8071
|
export declare type ContentPlatformTutorial = {
|
|
8030
8072
|
__typename?: 'ContentPlatformTutorial';
|
|
8031
|
-
author?: Maybe<ContentPlatformAuthor>;
|
|
8032
|
-
beforeYouBegin?: Maybe<Array<ContentPlatformBeforeYouBeginComponent>>;
|
|
8033
|
-
contentHubSubscribe?: Maybe<Array<ContentPlatformSubscribeComponent>>;
|
|
8034
8073
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8035
8074
|
description?: Maybe<Scalars['String']['output']>;
|
|
8036
|
-
nextBestAction?: Maybe<Array<ContentPlatformMicroHubArticleAndMicroTutorialUnion>>;
|
|
8037
|
-
productDiscussedCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
8038
|
-
relatedHub?: Maybe<Array<ContentPlatformTaxonomyContentHub>>;
|
|
8039
|
-
relatedProductFeatures?: Maybe<Array<ContentPlatformTaxonomyFeature>>;
|
|
8040
|
-
relatedTemplateCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
8041
|
-
shareThisTutorial?: Maybe<Array<ContentPlatformSocialMediaLink>>;
|
|
8042
|
-
subtitle?: Maybe<Scalars['String']['output']>;
|
|
8043
8075
|
title?: Maybe<Scalars['String']['output']>;
|
|
8044
8076
|
tutorialBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
8045
|
-
tutorialInstructions?: Maybe<Array<ContentPlatformTutorialInstructionsWrapper>>;
|
|
8046
|
-
tutorialIntroduction?: Maybe<ContentPlatformTutorialIntroduction>;
|
|
8047
8077
|
tutorialName?: Maybe<Scalars['String']['output']>;
|
|
8048
|
-
tutorialSummary?: Maybe<Scalars['String']['output']>;
|
|
8049
|
-
upNext?: Maybe<ContentPlatformMicroHubArticleAndMicroTutorialAndTopicOverviewUnion>;
|
|
8050
8078
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8051
8079
|
urlSlug: Scalars['String']['output'];
|
|
8052
|
-
whitePaperCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
8053
8080
|
};
|
|
8054
8081
|
export declare type ContentPlatformTutorialInstructionsWrapper = {
|
|
8055
8082
|
__typename?: 'ContentPlatformTutorialInstructionsWrapper';
|
|
@@ -8062,7 +8089,7 @@ export declare type ContentPlatformTutorialIntroduction = {
|
|
|
8062
8089
|
__typename?: 'ContentPlatformTutorialIntroduction';
|
|
8063
8090
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8064
8091
|
embedLink?: Maybe<Scalars['String']['output']>;
|
|
8065
|
-
tutorialIntroductionAsset
|
|
8092
|
+
tutorialIntroductionAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
8066
8093
|
tutorialIntroductionDetails?: Maybe<Scalars['String']['output']>;
|
|
8067
8094
|
tutorialIntroductionName?: Maybe<Scalars['String']['output']>;
|
|
8068
8095
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -8070,7 +8097,7 @@ export declare type ContentPlatformTutorialIntroduction = {
|
|
|
8070
8097
|
export declare type ContentPlatformTutorialResultEdge = {
|
|
8071
8098
|
__typename?: 'ContentPlatformTutorialResultEdge';
|
|
8072
8099
|
cursor: Scalars['String']['output'];
|
|
8073
|
-
node:
|
|
8100
|
+
node: ContentPlatformFullTutorial;
|
|
8074
8101
|
};
|
|
8075
8102
|
export declare type ContentPlatformTutorialSearchConnection = {
|
|
8076
8103
|
__typename?: 'ContentPlatformTutorialSearchConnection';
|
|
@@ -8623,6 +8650,7 @@ export declare type CurrentEstimation = {
|
|
|
8623
8650
|
customFieldId?: Maybe<Scalars['String']['output']>;
|
|
8624
8651
|
estimationType?: Maybe<EstimationType>;
|
|
8625
8652
|
name?: Maybe<Scalars['String']['output']>;
|
|
8653
|
+
statisticFieldId?: Maybe<Scalars['String']['output']>;
|
|
8626
8654
|
};
|
|
8627
8655
|
export declare type CurrentUser = {
|
|
8628
8656
|
__typename?: 'CurrentUser';
|
|
@@ -9906,14 +9934,18 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
9906
9934
|
};
|
|
9907
9935
|
export declare type DevAiAutofixConfiguration = {
|
|
9908
9936
|
__typename?: 'DevAiAutofixConfiguration';
|
|
9937
|
+
autofixScans?: Maybe<DevAiAutofixScansConnection>;
|
|
9938
|
+
autofixTasks?: Maybe<DevAiAutofixTasksConnection>;
|
|
9909
9939
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
9910
9940
|
codeCoverageCommand?: Maybe<Scalars['String']['output']>;
|
|
9911
9941
|
codeCoverageReportPath?: Maybe<Scalars['String']['output']>;
|
|
9942
|
+
currentCoveragePercentage?: Maybe<Scalars['Int']['output']>;
|
|
9912
9943
|
id: Scalars['ID']['output'];
|
|
9913
9944
|
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
9914
9945
|
isScanning?: Maybe<Scalars['Boolean']['output']>;
|
|
9915
9946
|
lastScan?: Maybe<Scalars['DateTime']['output']>;
|
|
9916
9947
|
maxPrOpenCount?: Maybe<Scalars['Int']['output']>;
|
|
9948
|
+
nextScan?: Maybe<Scalars['DateTime']['output']>;
|
|
9917
9949
|
openPullRequestsCount?: Maybe<Scalars['Int']['output']>;
|
|
9918
9950
|
openPullRequestsUrl?: Maybe<Scalars['URL']['output']>;
|
|
9919
9951
|
primaryLanguage?: Maybe<Scalars['String']['output']>;
|
|
@@ -9923,6 +9955,21 @@ export declare type DevAiAutofixConfiguration = {
|
|
|
9923
9955
|
scanStartDate?: Maybe<Scalars['Date']['output']>;
|
|
9924
9956
|
targetCoveragePercentage?: Maybe<Scalars['Int']['output']>;
|
|
9925
9957
|
};
|
|
9958
|
+
export declare type DevAiAutofixConfigurationAutofixScansArgs = {
|
|
9959
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
9960
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
9961
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9962
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
9963
|
+
orderBy?: InputMaybe<DevAiAutofixScanOrderInput>;
|
|
9964
|
+
};
|
|
9965
|
+
export declare type DevAiAutofixConfigurationAutofixTasksArgs = {
|
|
9966
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
9967
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
9968
|
+
filter?: InputMaybe<DevAiAutofixTaskFilterInput>;
|
|
9969
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9970
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
9971
|
+
orderBy?: InputMaybe<DevAiAutofixTaskOrderInput>;
|
|
9972
|
+
};
|
|
9926
9973
|
export declare type DevAiAutofixConfigurationConnection = {
|
|
9927
9974
|
__typename?: 'DevAiAutofixConfigurationConnection';
|
|
9928
9975
|
edges?: Maybe<Array<Maybe<DevAiAutofixConfigurationEdge>>>;
|
|
@@ -9933,6 +9980,98 @@ export declare type DevAiAutofixConfigurationEdge = {
|
|
|
9933
9980
|
cursor: Scalars['String']['output'];
|
|
9934
9981
|
node?: Maybe<DevAiAutofixConfiguration>;
|
|
9935
9982
|
};
|
|
9983
|
+
export declare type DevAiAutofixScan = {
|
|
9984
|
+
__typename?: 'DevAiAutofixScan';
|
|
9985
|
+
id: Scalars['ID']['output'];
|
|
9986
|
+
progressPercentage?: Maybe<Scalars['Int']['output']>;
|
|
9987
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
9988
|
+
status?: Maybe<DevAiAutofixScanStatus>;
|
|
9989
|
+
};
|
|
9990
|
+
export declare type DevAiAutofixScanEdge = {
|
|
9991
|
+
__typename?: 'DevAiAutofixScanEdge';
|
|
9992
|
+
cursor: Scalars['String']['output'];
|
|
9993
|
+
node?: Maybe<DevAiAutofixScan>;
|
|
9994
|
+
};
|
|
9995
|
+
export declare type DevAiAutofixScanOrderInput = {
|
|
9996
|
+
order: SortDirection;
|
|
9997
|
+
sortByField: DevAiAutofixScanSortField;
|
|
9998
|
+
};
|
|
9999
|
+
export declare enum DevAiAutofixScanSortField {
|
|
10000
|
+
StartDate = "START_DATE"
|
|
10001
|
+
}
|
|
10002
|
+
export declare enum DevAiAutofixScanStatus {
|
|
10003
|
+
Completed = "COMPLETED",
|
|
10004
|
+
Failed = "FAILED",
|
|
10005
|
+
InProgress = "IN_PROGRESS"
|
|
10006
|
+
}
|
|
10007
|
+
export declare type DevAiAutofixScansConnection = {
|
|
10008
|
+
__typename?: 'DevAiAutofixScansConnection';
|
|
10009
|
+
edges?: Maybe<Array<Maybe<DevAiAutofixScanEdge>>>;
|
|
10010
|
+
pageInfo: PageInfo;
|
|
10011
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10012
|
+
};
|
|
10013
|
+
export declare type DevAiAutofixTask = {
|
|
10014
|
+
__typename?: 'DevAiAutofixTask';
|
|
10015
|
+
associatedPullRequest?: Maybe<Scalars['URL']['output']>;
|
|
10016
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
10017
|
+
id: Scalars['ID']['output'];
|
|
10018
|
+
newCoveragePercentage?: Maybe<Scalars['Int']['output']>;
|
|
10019
|
+
parentWorkflowRunDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
10020
|
+
parentWorkflowRunId?: Maybe<Scalars['ID']['output']>;
|
|
10021
|
+
previousCoveragePercentage?: Maybe<Scalars['Int']['output']>;
|
|
10022
|
+
primaryLanguage?: Maybe<Scalars['String']['output']>;
|
|
10023
|
+
sourceFilePath?: Maybe<Scalars['String']['output']>;
|
|
10024
|
+
taskStatusTemporary?: Maybe<Scalars['String']['output']>;
|
|
10025
|
+
testFilePath?: Maybe<Scalars['String']['output']>;
|
|
10026
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
10027
|
+
};
|
|
10028
|
+
export declare type DevAiAutofixTaskEdge = {
|
|
10029
|
+
__typename?: 'DevAiAutofixTaskEdge';
|
|
10030
|
+
cursor: Scalars['String']['output'];
|
|
10031
|
+
node?: Maybe<DevAiAutofixTask>;
|
|
10032
|
+
};
|
|
10033
|
+
export declare type DevAiAutofixTaskFilterInput = {
|
|
10034
|
+
primaryLanguage?: InputMaybe<Scalars['String']['input']>;
|
|
10035
|
+
status?: InputMaybe<Array<DevAiAutofixTaskStatus>>;
|
|
10036
|
+
};
|
|
10037
|
+
export declare type DevAiAutofixTaskOrderInput = {
|
|
10038
|
+
order: SortDirection;
|
|
10039
|
+
sortByField: DevAiAutofixTaskSortField;
|
|
10040
|
+
};
|
|
10041
|
+
export declare enum DevAiAutofixTaskSortField {
|
|
10042
|
+
CreatedAt = "CREATED_AT",
|
|
10043
|
+
Filename = "FILENAME",
|
|
10044
|
+
NewCoveragePercentage = "NEW_COVERAGE_PERCENTAGE",
|
|
10045
|
+
PreviousCoveragePercentage = "PREVIOUS_COVERAGE_PERCENTAGE",
|
|
10046
|
+
PrimaryLanguage = "PRIMARY_LANGUAGE",
|
|
10047
|
+
Status = "STATUS",
|
|
10048
|
+
UpdatedAt = "UPDATED_AT"
|
|
10049
|
+
}
|
|
10050
|
+
export declare enum DevAiAutofixTaskStatus {
|
|
10051
|
+
PrDeclined = "PR_DECLINED",
|
|
10052
|
+
PrMerged = "PR_MERGED",
|
|
10053
|
+
PrOpened = "PR_OPENED",
|
|
10054
|
+
WorkflowCancelled = "WORKFLOW_CANCELLED",
|
|
10055
|
+
WorkflowCompleted = "WORKFLOW_COMPLETED",
|
|
10056
|
+
WorkflowInprogress = "WORKFLOW_INPROGRESS",
|
|
10057
|
+
WorkflowPending = "WORKFLOW_PENDING"
|
|
10058
|
+
}
|
|
10059
|
+
export declare type DevAiAutofixTasksConnection = {
|
|
10060
|
+
__typename?: 'DevAiAutofixTasksConnection';
|
|
10061
|
+
edges?: Maybe<Array<Maybe<DevAiAutofixTaskEdge>>>;
|
|
10062
|
+
pageInfo: PageInfo;
|
|
10063
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10064
|
+
};
|
|
10065
|
+
export declare type DevAiCancelAutofixScanPayload = Payload & {
|
|
10066
|
+
__typename?: 'DevAiCancelAutofixScanPayload';
|
|
10067
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10068
|
+
scan?: Maybe<DevAiAutofixConfiguration>;
|
|
10069
|
+
success: Scalars['Boolean']['output'];
|
|
10070
|
+
};
|
|
10071
|
+
export declare type DevAiCancelRunningAutofixScanInput = {
|
|
10072
|
+
repoUrl: Scalars['URL']['input'];
|
|
10073
|
+
workspaceId: Scalars['ID']['input'];
|
|
10074
|
+
};
|
|
9936
10075
|
export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension & {
|
|
9937
10076
|
__typename?: 'DevAiGenericMutationErrorExtension';
|
|
9938
10077
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -9940,10 +10079,18 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
9940
10079
|
};
|
|
9941
10080
|
export declare type DevAiMutations = {
|
|
9942
10081
|
__typename?: 'DevAiMutations';
|
|
10082
|
+
cancelAutofixScan?: Maybe<DevAiCancelAutofixScanPayload>;
|
|
10083
|
+
runAutofixScan?: Maybe<DevAiTriggerAutofixScanPayload>;
|
|
9943
10084
|
setAutofixConfigurationForRepository?: Maybe<DevAiSetAutofixConfigurationForRepositoryPayload>;
|
|
9944
10085
|
setAutofixEnabledStateForRepository?: Maybe<DevAiSetIsAutofixEnabledForRepositoryPayload>;
|
|
9945
10086
|
triggerAutofixScan?: Maybe<DevAiTriggerAutofixScanPayload>;
|
|
9946
10087
|
};
|
|
10088
|
+
export declare type DevAiMutationsCancelAutofixScanArgs = {
|
|
10089
|
+
input: DevAiCancelRunningAutofixScanInput;
|
|
10090
|
+
};
|
|
10091
|
+
export declare type DevAiMutationsRunAutofixScanArgs = {
|
|
10092
|
+
input: DevAiRunAutofixScanInput;
|
|
10093
|
+
};
|
|
9947
10094
|
export declare type DevAiMutationsSetAutofixConfigurationForRepositoryArgs = {
|
|
9948
10095
|
input: DevAiSetAutofixConfigurationForRepositoryInput;
|
|
9949
10096
|
};
|
|
@@ -9953,6 +10100,11 @@ export declare type DevAiMutationsSetAutofixEnabledStateForRepositoryArgs = {
|
|
|
9953
10100
|
export declare type DevAiMutationsTriggerAutofixScanArgs = {
|
|
9954
10101
|
input: DevAiTriggerAutofixScanInput;
|
|
9955
10102
|
};
|
|
10103
|
+
export declare type DevAiRunAutofixScanInput = {
|
|
10104
|
+
repoUrl: Scalars['URL']['input'];
|
|
10105
|
+
restartIfCurrentlyRunning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10106
|
+
workspaceId: Scalars['ID']['input'];
|
|
10107
|
+
};
|
|
9956
10108
|
export declare enum DevAiScanIntervalUnit {
|
|
9957
10109
|
Days = "DAYS",
|
|
9958
10110
|
Months = "MONTHS",
|
|
@@ -9965,6 +10117,7 @@ export declare type DevAiSetAutofixConfigurationForRepositoryInput = {
|
|
|
9965
10117
|
maxPrOpenCount?: InputMaybe<Scalars['Int']['input']>;
|
|
9966
10118
|
primaryLanguage: Scalars['String']['input'];
|
|
9967
10119
|
repoUrl: Scalars['URL']['input'];
|
|
10120
|
+
runInitialScan?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9968
10121
|
scanIntervalFrequency?: InputMaybe<Scalars['Int']['input']>;
|
|
9969
10122
|
scanIntervalUnit?: InputMaybe<DevAiScanIntervalUnit>;
|
|
9970
10123
|
scanStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
@@ -10749,6 +10902,7 @@ export declare enum DevOpsProviderType {
|
|
|
10749
10902
|
Documentation = "DOCUMENTATION",
|
|
10750
10903
|
FeatureFlag = "FEATURE_FLAG",
|
|
10751
10904
|
Operations = "OPERATIONS",
|
|
10905
|
+
Project = "PROJECT",
|
|
10752
10906
|
RemoteLinks = "REMOTE_LINKS",
|
|
10753
10907
|
Security = "SECURITY"
|
|
10754
10908
|
}
|
|
@@ -11650,6 +11804,8 @@ export declare enum EcosystemAppsInstalledInContextsFilterType {
|
|
|
11650
11804
|
}
|
|
11651
11805
|
export declare type EcosystemAppsInstalledInContextsOptions = {
|
|
11652
11806
|
groupByBaseApp?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11807
|
+
shouldExcludeFirstPartyApps?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11808
|
+
shouldIncludePrivateApps?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11653
11809
|
};
|
|
11654
11810
|
export declare type EcosystemAppsInstalledInContextsOrderBy = {
|
|
11655
11811
|
direction: SortDirection;
|
|
@@ -27149,7 +27305,10 @@ export declare type HelpLayoutAnnouncementElement = HelpLayoutVisualEntity & Nod
|
|
|
27149
27305
|
__typename?: 'HelpLayoutAnnouncementElement';
|
|
27150
27306
|
data?: Maybe<HelpLayoutAnnouncementElementData>;
|
|
27151
27307
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27308
|
+
header?: Maybe<Scalars['String']['output']>;
|
|
27152
27309
|
id: Scalars['ID']['output'];
|
|
27310
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
27311
|
+
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
27153
27312
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27154
27313
|
};
|
|
27155
27314
|
export declare type HelpLayoutAnnouncementElementData = {
|
|
@@ -27271,7 +27430,9 @@ export declare type HelpLayoutHeadingAtomicElement = HelpLayoutVisualEntity & No
|
|
|
27271
27430
|
__typename?: 'HelpLayoutHeadingAtomicElement';
|
|
27272
27431
|
config?: Maybe<HelpLayoutHeadingAtomicElementConfig>;
|
|
27273
27432
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27433
|
+
headingType?: Maybe<HelpLayoutHeadingType>;
|
|
27274
27434
|
id: Scalars['ID']['output'];
|
|
27435
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
27275
27436
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27276
27437
|
};
|
|
27277
27438
|
export declare type HelpLayoutHeadingAtomicElementConfig = {
|
|
@@ -27296,7 +27457,9 @@ export declare type HelpLayoutHeroElement = HelpLayoutVisualEntity & Node & {
|
|
|
27296
27457
|
__typename?: 'HelpLayoutHeroElement';
|
|
27297
27458
|
data?: Maybe<HelpLayoutHeroElementData>;
|
|
27298
27459
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27460
|
+
homePageTitle?: Maybe<Scalars['String']['output']>;
|
|
27299
27461
|
id: Scalars['ID']['output'];
|
|
27462
|
+
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
27300
27463
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27301
27464
|
};
|
|
27302
27465
|
export declare type HelpLayoutHeroElementData = {
|
|
@@ -27314,10 +27477,17 @@ export declare enum HelpLayoutHorizontalAlignment {
|
|
|
27314
27477
|
}
|
|
27315
27478
|
export declare type HelpLayoutImageAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
27316
27479
|
__typename?: 'HelpLayoutImageAtomicElement';
|
|
27480
|
+
altText?: Maybe<Scalars['String']['output']>;
|
|
27317
27481
|
config?: Maybe<HelpLayoutImageAtomicElementConfig>;
|
|
27318
27482
|
data?: Maybe<HelpLayoutImageAtomicElementData>;
|
|
27319
27483
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27484
|
+
fileId?: Maybe<Scalars['String']['output']>;
|
|
27485
|
+
fit?: Maybe<Scalars['String']['output']>;
|
|
27320
27486
|
id: Scalars['ID']['output'];
|
|
27487
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
27488
|
+
position?: Maybe<Scalars['String']['output']>;
|
|
27489
|
+
scale?: Maybe<Scalars['Int']['output']>;
|
|
27490
|
+
size?: Maybe<Scalars['String']['output']>;
|
|
27321
27491
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27322
27492
|
};
|
|
27323
27493
|
export declare type HelpLayoutImageAtomicElementConfig = {
|
|
@@ -27386,6 +27556,7 @@ export declare type HelpLayoutMutationErrorExtension = MutationErrorExtension &
|
|
|
27386
27556
|
};
|
|
27387
27557
|
export declare type HelpLayoutParagraphAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
27388
27558
|
__typename?: 'HelpLayoutParagraphAtomicElement';
|
|
27559
|
+
adf?: Maybe<Scalars['String']['output']>;
|
|
27389
27560
|
config?: Maybe<HelpLayoutParagraphAtomicElementConfig>;
|
|
27390
27561
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27391
27562
|
id: Scalars['ID']['output'];
|
|
@@ -27417,6 +27588,7 @@ export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node
|
|
|
27417
27588
|
data?: Maybe<HelpLayoutPortalsListData>;
|
|
27418
27589
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27419
27590
|
id: Scalars['ID']['output'];
|
|
27591
|
+
portals?: Maybe<Array<Maybe<HelpLayoutPortalCard>>>;
|
|
27420
27592
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27421
27593
|
};
|
|
27422
27594
|
export declare type HelpLayoutPortalsListInput = {
|
|
@@ -27454,6 +27626,7 @@ export declare type HelpLayoutSearchAtomicElement = HelpLayoutVisualEntity & Nod
|
|
|
27454
27626
|
config?: Maybe<HelpLayoutSearchAtomicElementConfig>;
|
|
27455
27627
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27456
27628
|
id: Scalars['ID']['output'];
|
|
27629
|
+
placeHolderText?: Maybe<Scalars['String']['output']>;
|
|
27457
27630
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27458
27631
|
};
|
|
27459
27632
|
export declare type HelpLayoutSearchAtomicElementConfig = {
|
|
@@ -27489,6 +27662,7 @@ export declare type HelpLayoutSubsection = HelpLayoutVisualEntity & Node & {
|
|
|
27489
27662
|
config?: Maybe<HelpLayoutSubsectionConfig>;
|
|
27490
27663
|
elements?: Maybe<Array<Maybe<HelpLayoutElement>>>;
|
|
27491
27664
|
id: Scalars['ID']['output'];
|
|
27665
|
+
span?: Maybe<Scalars['Int']['output']>;
|
|
27492
27666
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27493
27667
|
};
|
|
27494
27668
|
export declare type HelpLayoutSubsectionConfig = {
|
|
@@ -27509,6 +27683,7 @@ export declare type HelpLayoutSuggestedRequestFormsListElement = HelpLayoutVisua
|
|
|
27509
27683
|
data?: Maybe<HelpLayoutSuggestedRequestFormsListElementData>;
|
|
27510
27684
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27511
27685
|
id: Scalars['ID']['output'];
|
|
27686
|
+
suggestedRequestTypes?: Maybe<Array<HelpLayoutRequestForm>>;
|
|
27512
27687
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27513
27688
|
};
|
|
27514
27689
|
export declare type HelpLayoutSuggestedRequestFormsListElementData = {
|
|
@@ -27536,6 +27711,7 @@ export declare type HelpLayoutTopicsListElement = HelpLayoutVisualEntity & Node
|
|
|
27536
27711
|
data?: Maybe<HelpLayoutTopicsListElementData>;
|
|
27537
27712
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27538
27713
|
id: Scalars['ID']['output'];
|
|
27714
|
+
topics?: Maybe<Array<HelpLayoutTopic>>;
|
|
27539
27715
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27540
27716
|
};
|
|
27541
27717
|
export declare type HelpLayoutTopicsListElementData = {
|
|
@@ -28941,6 +29117,7 @@ export declare enum JiraActionType {
|
|
|
28941
29117
|
CreateProject = "CREATE_PROJECT",
|
|
28942
29118
|
CreateTeamManagedProject = "CREATE_TEAM_MANAGED_PROJECT"
|
|
28943
29119
|
}
|
|
29120
|
+
export declare type JiraActiveBackgroundDetailsResult = JiraAttachmentBackground | JiraColorBackground | JiraGradientBackground | JiraMediaBackground | QueryError;
|
|
28944
29121
|
export declare type JiraAddIssuesToFixVersionInput = {
|
|
28945
29122
|
issueIds: Array<Scalars['ID']['input']>;
|
|
28946
29123
|
versionId: Scalars['ID']['input'];
|
|
@@ -29389,6 +29566,11 @@ export declare type JiraAttachmentMediaReadTokenArgs = {
|
|
|
29389
29566
|
durationInSeconds: Scalars['Int']['input'];
|
|
29390
29567
|
maxTokenLength: Scalars['Int']['input'];
|
|
29391
29568
|
};
|
|
29569
|
+
export declare type JiraAttachmentBackground = JiraBackground & {
|
|
29570
|
+
__typename?: 'JiraAttachmentBackground';
|
|
29571
|
+
attachment?: Maybe<JiraAttachment>;
|
|
29572
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
29573
|
+
};
|
|
29392
29574
|
export declare type JiraAttachmentConnection = {
|
|
29393
29575
|
__typename?: 'JiraAttachmentConnection';
|
|
29394
29576
|
edges?: Maybe<Array<Maybe<JiraAttachmentEdge>>>;
|
|
@@ -29620,6 +29802,15 @@ export declare type JiraAvatar = {
|
|
|
29620
29802
|
small?: Maybe<Scalars['String']['output']>;
|
|
29621
29803
|
xsmall?: Maybe<Scalars['String']['output']>;
|
|
29622
29804
|
};
|
|
29805
|
+
export declare type JiraBackground = {
|
|
29806
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
29807
|
+
};
|
|
29808
|
+
export declare enum JiraBackgroundType {
|
|
29809
|
+
Attachment = "ATTACHMENT",
|
|
29810
|
+
Color = "COLOR",
|
|
29811
|
+
Custom = "CUSTOM",
|
|
29812
|
+
Gradient = "GRADIENT"
|
|
29813
|
+
}
|
|
29623
29814
|
export declare type JiraBackgroundUploadToken = {
|
|
29624
29815
|
__typename?: 'JiraBackgroundUploadToken';
|
|
29625
29816
|
targetCollection?: Maybe<Scalars['String']['output']>;
|
|
@@ -29627,6 +29818,16 @@ export declare type JiraBackgroundUploadToken = {
|
|
|
29627
29818
|
tokenDurationInSeconds?: Maybe<Scalars['Long']['output']>;
|
|
29628
29819
|
};
|
|
29629
29820
|
export declare type JiraBackgroundUploadTokenResult = JiraBackgroundUploadToken | QueryError;
|
|
29821
|
+
export declare enum JiraBatchWindowPreference {
|
|
29822
|
+
DefaultBatching = "DEFAULT_BATCHING",
|
|
29823
|
+
FifteenMinutes = "FIFTEEN_MINUTES",
|
|
29824
|
+
FiveMinutes = "FIVE_MINUTES",
|
|
29825
|
+
NoBatching = "NO_BATCHING",
|
|
29826
|
+
OneDay = "ONE_DAY",
|
|
29827
|
+
OneHour = "ONE_HOUR",
|
|
29828
|
+
TenMinutes = "TEN_MINUTES",
|
|
29829
|
+
ThirtyMinutes = "THIRTY_MINUTES"
|
|
29830
|
+
}
|
|
29630
29831
|
export declare type JiraBitbucketDevOpsProvider = JiraDevOpsProvider & {
|
|
29631
29832
|
__typename?: 'JiraBitbucketDevOpsProvider';
|
|
29632
29833
|
capabilities?: Maybe<Array<Maybe<JiraDevOpsCapability>>>;
|
|
@@ -29721,7 +29922,6 @@ export declare type JiraBulkEditFieldsEdge = {
|
|
|
29721
29922
|
node?: Maybe<JiraBulkEditField>;
|
|
29722
29923
|
};
|
|
29723
29924
|
export declare type JiraBulkEditFieldsSearch = {
|
|
29724
|
-
displayDefaultFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29725
29925
|
searchByText?: InputMaybe<Scalars['String']['input']>;
|
|
29726
29926
|
};
|
|
29727
29927
|
export declare type JiraBulkEditInput = {
|
|
@@ -29847,10 +30047,12 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
|
29847
30047
|
};
|
|
29848
30048
|
export declare type JiraCalendar = {
|
|
29849
30049
|
__typename?: 'JiraCalendar';
|
|
30050
|
+
endDateField?: Maybe<JiraIssueField>;
|
|
29850
30051
|
issues?: Maybe<JiraIssueConnection>;
|
|
29851
30052
|
permissions?: Maybe<JiraCalendarPermissionConnection>;
|
|
29852
30053
|
projects?: Maybe<JiraProjectConnection>;
|
|
29853
30054
|
sprints?: Maybe<JiraSprintConnection>;
|
|
30055
|
+
startDateField?: Maybe<JiraIssueField>;
|
|
29854
30056
|
unscheduledIssues?: Maybe<JiraIssueConnection>;
|
|
29855
30057
|
versions?: Maybe<JiraVersionConnection>;
|
|
29856
30058
|
};
|
|
@@ -30441,6 +30643,11 @@ export declare type JiraColor = {
|
|
|
30441
30643
|
colorKey?: Maybe<Scalars['String']['output']>;
|
|
30442
30644
|
id?: Maybe<Scalars['ID']['output']>;
|
|
30443
30645
|
};
|
|
30646
|
+
export declare type JiraColorBackground = JiraBackground & {
|
|
30647
|
+
__typename?: 'JiraColorBackground';
|
|
30648
|
+
colorValue?: Maybe<Scalars['String']['output']>;
|
|
30649
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
30650
|
+
};
|
|
30444
30651
|
export declare type JiraColorField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
30445
30652
|
__typename?: 'JiraColorField';
|
|
30446
30653
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -30781,6 +30988,17 @@ export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
|
30781
30988
|
issue?: Maybe<JiraIssue>;
|
|
30782
30989
|
success: Scalars['Boolean']['output'];
|
|
30783
30990
|
};
|
|
30991
|
+
export declare type JiraCreateCustomBackgroundInput = {
|
|
30992
|
+
altText: Scalars['String']['input'];
|
|
30993
|
+
entityId: Scalars['ID']['input'];
|
|
30994
|
+
mediaApiFileId: Scalars['String']['input'];
|
|
30995
|
+
};
|
|
30996
|
+
export declare type JiraCreateCustomBackgroundPayload = Payload & {
|
|
30997
|
+
__typename?: 'JiraCreateCustomBackgroundPayload';
|
|
30998
|
+
background?: Maybe<JiraMediaBackground>;
|
|
30999
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31000
|
+
success: Scalars['Boolean']['output'];
|
|
31001
|
+
};
|
|
30784
31002
|
export declare type JiraCreateCustomFilterInput = {
|
|
30785
31003
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
30786
31004
|
editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
|
|
@@ -30864,6 +31082,30 @@ export declare type JiraCreateSimpleNavigationItemInput = {
|
|
|
30864
31082
|
scopeId: Scalars['ID']['input'];
|
|
30865
31083
|
typeKey: JiraNavigationItemTypeKey;
|
|
30866
31084
|
};
|
|
31085
|
+
export declare type JiraCustomBackground = {
|
|
31086
|
+
__typename?: 'JiraCustomBackground';
|
|
31087
|
+
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
31088
|
+
altText?: Maybe<Scalars['String']['output']>;
|
|
31089
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
31090
|
+
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
31091
|
+
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
31092
|
+
sourceIdentifier?: Maybe<Scalars['String']['output']>;
|
|
31093
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
31094
|
+
};
|
|
31095
|
+
export declare type JiraCustomBackgroundMediaReadTokenArgs = {
|
|
31096
|
+
durationInSeconds: Scalars['Int']['input'];
|
|
31097
|
+
};
|
|
31098
|
+
export declare type JiraCustomBackgroundConnection = {
|
|
31099
|
+
__typename?: 'JiraCustomBackgroundConnection';
|
|
31100
|
+
edges?: Maybe<Array<Maybe<JiraCustomBackgroundEdge>>>;
|
|
31101
|
+
pageInfo?: Maybe<PageInfo>;
|
|
31102
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31103
|
+
};
|
|
31104
|
+
export declare type JiraCustomBackgroundEdge = {
|
|
31105
|
+
__typename?: 'JiraCustomBackgroundEdge';
|
|
31106
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31107
|
+
node?: Maybe<JiraCustomBackground>;
|
|
31108
|
+
};
|
|
30867
31109
|
export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
30868
31110
|
__typename?: 'JiraCustomFilter';
|
|
30869
31111
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -31053,6 +31295,16 @@ export declare type JiraDefaultGrantTypeValue = Node & {
|
|
|
31053
31295
|
id: Scalars['ID']['output'];
|
|
31054
31296
|
name: Scalars['String']['output'];
|
|
31055
31297
|
};
|
|
31298
|
+
export declare type JiraDeleteCustomBackgroundInput = {
|
|
31299
|
+
cloudId: Scalars['ID']['input'];
|
|
31300
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
31301
|
+
};
|
|
31302
|
+
export declare type JiraDeleteCustomBackgroundPayload = Payload & {
|
|
31303
|
+
__typename?: 'JiraDeleteCustomBackgroundPayload';
|
|
31304
|
+
customBackgroundId?: Maybe<Scalars['ID']['output']>;
|
|
31305
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31306
|
+
success: Scalars['Boolean']['output'];
|
|
31307
|
+
};
|
|
31056
31308
|
export declare type JiraDeleteCustomFilterPayload = Payload & {
|
|
31057
31309
|
__typename?: 'JiraDeleteCustomFilterPayload';
|
|
31058
31310
|
deletedCustomFilterId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -31798,6 +32050,16 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
31798
32050
|
type: Scalars['String']['output'];
|
|
31799
32051
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
31800
32052
|
};
|
|
32053
|
+
export declare type JiraForgeObjectFieldOperationInput = {
|
|
32054
|
+
object?: InputMaybe<Scalars['String']['input']>;
|
|
32055
|
+
operation: JiraSingleValueFieldOperations;
|
|
32056
|
+
};
|
|
32057
|
+
export declare type JiraForgeObjectFieldPayload = Payload & {
|
|
32058
|
+
__typename?: 'JiraForgeObjectFieldPayload';
|
|
32059
|
+
errors?: Maybe<Array<MutationError>>;
|
|
32060
|
+
field?: Maybe<JiraForgeObjectField>;
|
|
32061
|
+
success: Scalars['Boolean']['output'];
|
|
32062
|
+
};
|
|
31801
32063
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
31802
32064
|
__typename?: 'JiraForgeStringField';
|
|
31803
32065
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -32009,6 +32271,11 @@ export declare type JiraGoalsFieldSelectedGoalsArgs = {
|
|
|
32009
32271
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32010
32272
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32011
32273
|
};
|
|
32274
|
+
export declare type JiraGradientBackground = JiraBackground & {
|
|
32275
|
+
__typename?: 'JiraGradientBackground';
|
|
32276
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
32277
|
+
gradientValue?: Maybe<Scalars['String']['output']>;
|
|
32278
|
+
};
|
|
32012
32279
|
export declare type JiraGrantTypeKey = {
|
|
32013
32280
|
__typename?: 'JiraGrantTypeKey';
|
|
32014
32281
|
key: JiraGrantTypeKeyEnum;
|
|
@@ -32190,6 +32457,7 @@ export declare type JiraIssue = Node & {
|
|
|
32190
32457
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
32191
32458
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
32192
32459
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
32460
|
+
jiraCoverMedia?: Maybe<JiraBackground>;
|
|
32193
32461
|
key: Scalars['String']['output'];
|
|
32194
32462
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
32195
32463
|
linkedDesigns?: Maybe<GraphJiraDesignConnection>;
|
|
@@ -32373,6 +32641,9 @@ export declare type JiraIssueBulkOperationProgress = {
|
|
|
32373
32641
|
bulkOperationFailures?: Maybe<JiraIssueBulkOperationFailureConnection>;
|
|
32374
32642
|
editedAccessibleIssues?: Maybe<JiraIssueConnection>;
|
|
32375
32643
|
editedInaccessibleIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
32644
|
+
failedAccessibleIssues?: Maybe<JiraIssueBulkOperationFailureConnection>;
|
|
32645
|
+
invalidOrInaccessibleIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
32646
|
+
processedAccessibleIssues?: Maybe<JiraIssueConnection>;
|
|
32376
32647
|
progress?: Maybe<Scalars['Long']['output']>;
|
|
32377
32648
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
32378
32649
|
status?: Maybe<JiraLongRunningTaskStatus>;
|
|
@@ -32394,6 +32665,18 @@ export declare type JiraIssueBulkOperationProgressEditedAccessibleIssuesArgs = {
|
|
|
32394
32665
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32395
32666
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32396
32667
|
};
|
|
32668
|
+
export declare type JiraIssueBulkOperationProgressFailedAccessibleIssuesArgs = {
|
|
32669
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32670
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32671
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32672
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32673
|
+
};
|
|
32674
|
+
export declare type JiraIssueBulkOperationProgressProcessedAccessibleIssuesArgs = {
|
|
32675
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32676
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32677
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32678
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32679
|
+
};
|
|
32397
32680
|
export declare type JiraIssueBulkOperationProgressSuccessfulIssuesArgs = {
|
|
32398
32681
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32399
32682
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -34051,6 +34334,11 @@ export declare type JiraMediaAttachmentFileEdge = {
|
|
|
34051
34334
|
cursor: Scalars['String']['output'];
|
|
34052
34335
|
node?: Maybe<JiraMediaAttachmentFile>;
|
|
34053
34336
|
};
|
|
34337
|
+
export declare type JiraMediaBackground = JiraBackground & {
|
|
34338
|
+
__typename?: 'JiraMediaBackground';
|
|
34339
|
+
customBackground?: Maybe<JiraCustomBackground>;
|
|
34340
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
34341
|
+
};
|
|
34054
34342
|
export declare type JiraMediaContext = {
|
|
34055
34343
|
__typename?: 'JiraMediaContext';
|
|
34056
34344
|
uploadToken?: Maybe<JiraMediaUploadTokenResult>;
|
|
@@ -34369,6 +34657,7 @@ export declare type JiraMutation = {
|
|
|
34369
34657
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
34370
34658
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
34371
34659
|
createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
|
|
34660
|
+
createCustomBackground?: Maybe<JiraCreateCustomBackgroundPayload>;
|
|
34372
34661
|
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
34373
34662
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
34374
34663
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
@@ -34380,6 +34669,7 @@ export declare type JiraMutation = {
|
|
|
34380
34669
|
createSafeGlobalData?: Maybe<JiraCreateSafeGlobalDataPayload>;
|
|
34381
34670
|
createSafePlan?: Maybe<JiraCreatePlanPayload>;
|
|
34382
34671
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
34672
|
+
deleteCustomBackground?: Maybe<JiraDeleteCustomBackgroundPayload>;
|
|
34383
34673
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
34384
34674
|
deleteIssueLink?: Maybe<JiraDeleteIssueLinkPayload>;
|
|
34385
34675
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
@@ -34410,6 +34700,7 @@ export declare type JiraMutation = {
|
|
|
34410
34700
|
moveJiraVersionToStart?: Maybe<JiraUpdateVersionPayload>;
|
|
34411
34701
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
34412
34702
|
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
34703
|
+
removeActiveBackground?: Maybe<JiraRemoveActiveBackgroundPayload>;
|
|
34413
34704
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
34414
34705
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
34415
34706
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -34427,15 +34718,18 @@ export declare type JiraMutation = {
|
|
|
34427
34718
|
sprintUpdate?: Maybe<JiraSprintMutationPayload>;
|
|
34428
34719
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
34429
34720
|
unlinkIssuesFromIncident?: Maybe<JiraUnlinkIssuesFromIncidentMutationPayload>;
|
|
34721
|
+
updateActiveBackground?: Maybe<JiraUpdateActiveBackgroundPayload>;
|
|
34430
34722
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
34431
34723
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
34432
34724
|
updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
|
|
34433
34725
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
34434
34726
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
34727
|
+
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
34435
34728
|
updateDataClassificationField?: Maybe<JiraDataClassificationFieldPayload>;
|
|
34436
34729
|
updateDateField?: Maybe<JiraDateFieldPayload>;
|
|
34437
34730
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
34438
34731
|
updateEntitlementField?: Maybe<JiraServiceManagementEntitlementFieldPayload>;
|
|
34732
|
+
updateForgeObjectField?: Maybe<JiraForgeObjectFieldPayload>;
|
|
34439
34733
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
34440
34734
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
34441
34735
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
@@ -34538,6 +34832,9 @@ export declare type JiraMutationCreateCalendarIssueArgs = {
|
|
|
34538
34832
|
startDateInput?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34539
34833
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
34540
34834
|
};
|
|
34835
|
+
export declare type JiraMutationCreateCustomBackgroundArgs = {
|
|
34836
|
+
input: JiraCreateCustomBackgroundInput;
|
|
34837
|
+
};
|
|
34541
34838
|
export declare type JiraMutationCreateIssueLinksArgs = {
|
|
34542
34839
|
cloudId: Scalars['ID']['input'];
|
|
34543
34840
|
input: JiraBulkCreateIssueLinksInput;
|
|
@@ -34573,6 +34870,9 @@ export declare type JiraMutationCreateSafePlanArgs = {
|
|
|
34573
34870
|
export declare type JiraMutationCreateSimpleNavigationItemArgs = {
|
|
34574
34871
|
input: JiraCreateSimpleNavigationItemInput;
|
|
34575
34872
|
};
|
|
34873
|
+
export declare type JiraMutationDeleteCustomBackgroundArgs = {
|
|
34874
|
+
input: JiraDeleteCustomBackgroundInput;
|
|
34875
|
+
};
|
|
34576
34876
|
export declare type JiraMutationDeleteGlobalPermissionGrantArgs = {
|
|
34577
34877
|
cloudId: Scalars['ID']['input'];
|
|
34578
34878
|
input: JiraGlobalPermissionDeleteGroupGrantInput;
|
|
@@ -34662,6 +34962,9 @@ export declare type JiraMutationRankIssuesArgs = {
|
|
|
34662
34962
|
export declare type JiraMutationRankNavigationItemArgs = {
|
|
34663
34963
|
input: JiraRankNavigationItemInput;
|
|
34664
34964
|
};
|
|
34965
|
+
export declare type JiraMutationRemoveActiveBackgroundArgs = {
|
|
34966
|
+
input: JiraRemoveActiveBackgroundInput;
|
|
34967
|
+
};
|
|
34665
34968
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
34666
34969
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
34667
34970
|
};
|
|
@@ -34721,6 +35024,9 @@ export declare type JiraMutationSubmitBulkOperationArgs = {
|
|
|
34721
35024
|
export declare type JiraMutationUnlinkIssuesFromIncidentArgs = {
|
|
34722
35025
|
input: JiraUnlinkIssuesFromIncidentMutationInput;
|
|
34723
35026
|
};
|
|
35027
|
+
export declare type JiraMutationUpdateActiveBackgroundArgs = {
|
|
35028
|
+
input: JiraUpdateBackgroundInput;
|
|
35029
|
+
};
|
|
34724
35030
|
export declare type JiraMutationUpdateAttachmentFieldArgs = {
|
|
34725
35031
|
input: JiraUpdateAttachmentFieldInput;
|
|
34726
35032
|
};
|
|
@@ -34736,6 +35042,9 @@ export declare type JiraMutationUpdateColorFieldArgs = {
|
|
|
34736
35042
|
export declare type JiraMutationUpdateComponentsFieldArgs = {
|
|
34737
35043
|
input: JiraUpdateComponentsFieldInput;
|
|
34738
35044
|
};
|
|
35045
|
+
export declare type JiraMutationUpdateCustomBackgroundArgs = {
|
|
35046
|
+
input: JiraUpdateCustomBackgroundInput;
|
|
35047
|
+
};
|
|
34739
35048
|
export declare type JiraMutationUpdateDataClassificationFieldArgs = {
|
|
34740
35049
|
input: JiraUpdateDataClassificationFieldInput;
|
|
34741
35050
|
};
|
|
@@ -34748,6 +35057,9 @@ export declare type JiraMutationUpdateDateTimeFieldArgs = {
|
|
|
34748
35057
|
export declare type JiraMutationUpdateEntitlementFieldArgs = {
|
|
34749
35058
|
input: JiraServiceManagementUpdateEntitlementFieldInput;
|
|
34750
35059
|
};
|
|
35060
|
+
export declare type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
35061
|
+
input: JiraUpdateForgeObjectFieldInput;
|
|
35062
|
+
};
|
|
34751
35063
|
export declare type JiraMutationUpdateGlobalNotificationOptionsArgs = {
|
|
34752
35064
|
cloudId: Scalars['ID']['input'];
|
|
34753
35065
|
input: JiraUpdateNotificationOptionsInput;
|
|
@@ -35028,6 +35340,7 @@ export declare type JiraNotificationGlobalPreference = {
|
|
|
35028
35340
|
};
|
|
35029
35341
|
export declare type JiraNotificationOptions = {
|
|
35030
35342
|
__typename?: 'JiraNotificationOptions';
|
|
35343
|
+
batchWindow?: Maybe<JiraBatchWindowPreference>;
|
|
35031
35344
|
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
35032
35345
|
id: Scalars['ID']['output'];
|
|
35033
35346
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -36493,6 +36806,7 @@ export declare enum JiraPullRequestState {
|
|
|
36493
36806
|
}
|
|
36494
36807
|
export declare type JiraQuery = {
|
|
36495
36808
|
__typename?: 'JiraQuery';
|
|
36809
|
+
activeBackgroundDetails?: Maybe<JiraActiveBackgroundDetailsResult>;
|
|
36496
36810
|
addableNavigationItemTypes?: Maybe<JiraNavigationItemTypeConnection>;
|
|
36497
36811
|
advancedRoadmapsNavigation?: Maybe<JiraAdvancedRoadmapsNavigation>;
|
|
36498
36812
|
allGrantTypeKeys?: Maybe<Array<JiraGrantTypeKey>>;
|
|
@@ -36515,6 +36829,7 @@ export declare type JiraQuery = {
|
|
|
36515
36829
|
bulkOperationsMetadata?: Maybe<JiraIssueBulkOperationsMetadata>;
|
|
36516
36830
|
canPerform?: Maybe<Scalars['Boolean']['output']>;
|
|
36517
36831
|
childIssuesLimit?: Maybe<Scalars['Long']['output']>;
|
|
36832
|
+
customBackgrounds?: Maybe<JiraCustomBackgroundConnection>;
|
|
36518
36833
|
deploymentsFeaturePrecondition?: Maybe<JiraDeploymentsFeaturePrecondition>;
|
|
36519
36834
|
deploymentsFeaturePreconditionByProjectKey?: Maybe<JiraDeploymentsFeaturePrecondition>;
|
|
36520
36835
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
@@ -36541,7 +36856,9 @@ export declare type JiraQuery = {
|
|
|
36541
36856
|
integerUserProperty?: Maybe<JiraEntityPropertyInt>;
|
|
36542
36857
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
36543
36858
|
isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36859
|
+
isJiraDefinitionsPermissionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36544
36860
|
isNaturalLanguageSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36861
|
+
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36545
36862
|
isSubtasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36546
36863
|
issue?: Maybe<JiraIssue>;
|
|
36547
36864
|
issueById?: Maybe<JiraIssue>;
|
|
@@ -36647,6 +36964,9 @@ export declare type JiraQuery = {
|
|
|
36647
36964
|
versionsForProjects?: Maybe<JiraVersionConnection>;
|
|
36648
36965
|
viewPermissionScheme?: Maybe<JiraPermissionSchemeViewResult>;
|
|
36649
36966
|
};
|
|
36967
|
+
export declare type JiraQueryActiveBackgroundDetailsArgs = {
|
|
36968
|
+
entityId: Scalars['ID']['input'];
|
|
36969
|
+
};
|
|
36650
36970
|
export declare type JiraQueryAddableNavigationItemTypesArgs = {
|
|
36651
36971
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36652
36972
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -36753,6 +37073,13 @@ export declare type JiraQueryCanPerformArgs = {
|
|
|
36753
37073
|
export declare type JiraQueryChildIssuesLimitArgs = {
|
|
36754
37074
|
cloudId: Scalars['ID']['input'];
|
|
36755
37075
|
};
|
|
37076
|
+
export declare type JiraQueryCustomBackgroundsArgs = {
|
|
37077
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37078
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
37079
|
+
cloudId: Scalars['ID']['input'];
|
|
37080
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37081
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37082
|
+
};
|
|
36756
37083
|
export declare type JiraQueryDeploymentsFeaturePreconditionArgs = {
|
|
36757
37084
|
projectId: Scalars['ID']['input'];
|
|
36758
37085
|
};
|
|
@@ -36887,9 +37214,15 @@ export declare type JiraQueryIsIssueViewEditorAiEnabledArgs = {
|
|
|
36887
37214
|
cloudId: Scalars['ID']['input'];
|
|
36888
37215
|
jiraProjectType: JiraProjectType;
|
|
36889
37216
|
};
|
|
37217
|
+
export declare type JiraQueryIsJiraDefinitionsPermissionsEnabledArgs = {
|
|
37218
|
+
cloudId: Scalars['ID']['input'];
|
|
37219
|
+
};
|
|
36890
37220
|
export declare type JiraQueryIsNaturalLanguageSearchEnabledArgs = {
|
|
36891
37221
|
cloudId: Scalars['ID']['input'];
|
|
36892
37222
|
};
|
|
37223
|
+
export declare type JiraQueryIsRovoEnabledArgs = {
|
|
37224
|
+
cloudId: Scalars['ID']['input'];
|
|
37225
|
+
};
|
|
36893
37226
|
export declare type JiraQueryIsSubtasksEnabledArgs = {
|
|
36894
37227
|
cloudId: Scalars['ID']['input'];
|
|
36895
37228
|
};
|
|
@@ -37577,6 +37910,14 @@ export declare type JiraReleasesTimeWindowInput = {
|
|
|
37577
37910
|
before: Scalars['DateTime']['input'];
|
|
37578
37911
|
};
|
|
37579
37912
|
export declare type JiraRemoteIssueLink = JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssueRemoteIssueLink | JiraWebRemoteIssueLink;
|
|
37913
|
+
export declare type JiraRemoveActiveBackgroundInput = {
|
|
37914
|
+
entityId: Scalars['ID']['input'];
|
|
37915
|
+
};
|
|
37916
|
+
export declare type JiraRemoveActiveBackgroundPayload = Payload & {
|
|
37917
|
+
__typename?: 'JiraRemoveActiveBackgroundPayload';
|
|
37918
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37919
|
+
success: Scalars['Boolean']['output'];
|
|
37920
|
+
};
|
|
37580
37921
|
export declare type JiraRemoveIssuesFromAllFixVersionsInput = {
|
|
37581
37922
|
issueIds: Array<Scalars['ID']['input']>;
|
|
37582
37923
|
};
|
|
@@ -39595,6 +39936,7 @@ export declare type JiraSubscription = {
|
|
|
39595
39936
|
__typename?: 'JiraSubscription';
|
|
39596
39937
|
onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
|
|
39597
39938
|
onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
|
|
39939
|
+
onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
|
|
39598
39940
|
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
39599
39941
|
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
39600
39942
|
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
@@ -39612,6 +39954,10 @@ export declare type JiraSubscriptionOnAttachmentDeletedByProjectsArgs = {
|
|
|
39612
39954
|
cloudId: Scalars['ID']['input'];
|
|
39613
39955
|
projectIds: Array<Scalars['String']['input']>;
|
|
39614
39956
|
};
|
|
39957
|
+
export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
|
|
39958
|
+
issueAri: Scalars['ID']['input'];
|
|
39959
|
+
jobId: Scalars['ID']['input'];
|
|
39960
|
+
};
|
|
39615
39961
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
39616
39962
|
cloudId: Scalars['ID']['input'];
|
|
39617
39963
|
projectId: Scalars['String']['input'];
|
|
@@ -39980,10 +40326,21 @@ export declare type JiraUnsupportedLanguageError = {
|
|
|
39980
40326
|
__typename?: 'JiraUnsupportedLanguageError';
|
|
39981
40327
|
message?: Maybe<Scalars['String']['output']>;
|
|
39982
40328
|
};
|
|
40329
|
+
export declare type JiraUpdateActiveBackgroundPayload = Payload & {
|
|
40330
|
+
__typename?: 'JiraUpdateActiveBackgroundPayload';
|
|
40331
|
+
background?: Maybe<JiraBackground>;
|
|
40332
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40333
|
+
success: Scalars['Boolean']['output'];
|
|
40334
|
+
};
|
|
39983
40335
|
export declare type JiraUpdateAttachmentFieldInput = {
|
|
39984
40336
|
id: Scalars['ID']['input'];
|
|
39985
40337
|
operation: JiraAttachmentFieldOperationInput;
|
|
39986
40338
|
};
|
|
40339
|
+
export declare type JiraUpdateBackgroundInput = {
|
|
40340
|
+
backgroundType: JiraBackgroundType;
|
|
40341
|
+
backgroundValue: Scalars['String']['input'];
|
|
40342
|
+
entityId: Scalars['ID']['input'];
|
|
40343
|
+
};
|
|
39987
40344
|
export declare type JiraUpdateCascadingSelectFieldInput = {
|
|
39988
40345
|
id: Scalars['ID']['input'];
|
|
39989
40346
|
operation: JiraCascadingSelectFieldOperationInput;
|
|
@@ -40000,6 +40357,17 @@ export declare type JiraUpdateComponentsFieldInput = {
|
|
|
40000
40357
|
id: Scalars['ID']['input'];
|
|
40001
40358
|
operations: Array<JiraComponentFieldOperationInput>;
|
|
40002
40359
|
};
|
|
40360
|
+
export declare type JiraUpdateCustomBackgroundInput = {
|
|
40361
|
+
altText: Scalars['String']['input'];
|
|
40362
|
+
cloudId: Scalars['ID']['input'];
|
|
40363
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
40364
|
+
};
|
|
40365
|
+
export declare type JiraUpdateCustomBackgroundPayload = Payload & {
|
|
40366
|
+
__typename?: 'JiraUpdateCustomBackgroundPayload';
|
|
40367
|
+
background?: Maybe<JiraCustomBackground>;
|
|
40368
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40369
|
+
success: Scalars['Boolean']['output'];
|
|
40370
|
+
};
|
|
40003
40371
|
export declare type JiraUpdateCustomFilterDetailsInput = {
|
|
40004
40372
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
40005
40373
|
editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
|
|
@@ -40035,6 +40403,10 @@ export declare type JiraUpdateDateTimeFieldInput = {
|
|
|
40035
40403
|
id: Scalars['ID']['input'];
|
|
40036
40404
|
operation: JiraDateTimeFieldOperationInput;
|
|
40037
40405
|
};
|
|
40406
|
+
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
40407
|
+
id: Scalars['ID']['input'];
|
|
40408
|
+
operation: JiraForgeObjectFieldOperationInput;
|
|
40409
|
+
};
|
|
40038
40410
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
40039
40411
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
40040
40412
|
};
|
|
@@ -40083,6 +40455,7 @@ export declare type JiraUpdateMultipleVersionPickerFieldInput = {
|
|
|
40083
40455
|
operations: Array<JiraMultipleVersionPickerFieldOperationInput>;
|
|
40084
40456
|
};
|
|
40085
40457
|
export declare type JiraUpdateNotificationOptionsInput = {
|
|
40458
|
+
batchWindow?: InputMaybe<JiraBatchWindowPreference>;
|
|
40086
40459
|
emailMimeType?: InputMaybe<JiraEmailMimeType>;
|
|
40087
40460
|
isEmailNotificationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40088
40461
|
notifyOwnChangesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -41550,6 +41923,10 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
41550
41923
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
41551
41924
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
41552
41925
|
};
|
|
41926
|
+
export declare enum JsmChatChannelExperienceId {
|
|
41927
|
+
Helpcenter = "HELPCENTER",
|
|
41928
|
+
Widget = "WIDGET"
|
|
41929
|
+
}
|
|
41553
41930
|
export declare type JsmChatChannelRequestTypeMapping = {
|
|
41554
41931
|
__typename?: 'JsmChatChannelRequestTypeMapping';
|
|
41555
41932
|
channelId: Scalars['ID']['output'];
|
|
@@ -41560,6 +41937,7 @@ export declare type JsmChatChannelRequestTypeMapping = {
|
|
|
41560
41937
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
41561
41938
|
requestTypes?: Maybe<Array<Maybe<JsmChatRequestTypesMappedResponse>>>;
|
|
41562
41939
|
settings?: Maybe<JsmChatChannelSettings>;
|
|
41940
|
+
teamName?: Maybe<Scalars['String']['output']>;
|
|
41563
41941
|
};
|
|
41564
41942
|
export declare type JsmChatChannelSettings = {
|
|
41565
41943
|
__typename?: 'JsmChatChannelSettings';
|
|
@@ -41604,6 +41982,15 @@ export declare type JsmChatCreateCommentOutput = {
|
|
|
41604
41982
|
message: Scalars['String']['output'];
|
|
41605
41983
|
status: Scalars['Boolean']['output'];
|
|
41606
41984
|
};
|
|
41985
|
+
export declare type JsmChatCreateConversationInput = {
|
|
41986
|
+
channelExperienceId: JsmChatChannelExperienceId;
|
|
41987
|
+
conversationContextAri: Scalars['ID']['input'];
|
|
41988
|
+
isVirtualAgentTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41989
|
+
};
|
|
41990
|
+
export declare type JsmChatCreateConversationOutput = {
|
|
41991
|
+
__typename?: 'JsmChatCreateConversationOutput';
|
|
41992
|
+
conversationId: Scalars['String']['output'];
|
|
41993
|
+
};
|
|
41607
41994
|
export declare type JsmChatDisconnectJiraProjectInput = {
|
|
41608
41995
|
activationId: Scalars['ID']['input'];
|
|
41609
41996
|
projectId: Scalars['ID']['input'];
|
|
@@ -41674,6 +42061,7 @@ export declare type JsmChatMutation = {
|
|
|
41674
42061
|
__typename?: 'JsmChatMutation';
|
|
41675
42062
|
createChannel: JsmChatCreateChannelOutput;
|
|
41676
42063
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
42064
|
+
createConversation: JsmChatCreateConversationOutput;
|
|
41677
42065
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
41678
42066
|
disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
41679
42067
|
updateChannelSettings: JsmChatUpdateChannelSettingsOutput;
|
|
@@ -41690,6 +42078,10 @@ export declare type JsmChatMutationCreateCommentArgs = {
|
|
|
41690
42078
|
jiraIssueAri: Scalars['ID']['input'];
|
|
41691
42079
|
workspaceAri: Scalars['ID']['input'];
|
|
41692
42080
|
};
|
|
42081
|
+
export declare type JsmChatMutationCreateConversationArgs = {
|
|
42082
|
+
input?: InputMaybe<JsmChatCreateConversationInput>;
|
|
42083
|
+
workspaceAri: Scalars['ID']['input'];
|
|
42084
|
+
};
|
|
41693
42085
|
export declare type JsmChatMutationDisconnectJiraProjectArgs = {
|
|
41694
42086
|
input: JsmChatDisconnectJiraProjectInput;
|
|
41695
42087
|
};
|
|
@@ -41835,6 +42227,102 @@ export declare type JsmChatUpdatedProjectSettings = {
|
|
|
41835
42227
|
requesterIssueClosedMessageDisabled: Scalars['Boolean']['input'];
|
|
41836
42228
|
requesterThreadMessageDisabled: Scalars['Boolean']['input'];
|
|
41837
42229
|
};
|
|
42230
|
+
export declare type JswAvailableCardLayoutField = Node & {
|
|
42231
|
+
__typename?: 'JswAvailableCardLayoutField';
|
|
42232
|
+
fieldId: Scalars['ID']['output'];
|
|
42233
|
+
id: Scalars['ID']['output'];
|
|
42234
|
+
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
42235
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42236
|
+
};
|
|
42237
|
+
export declare type JswAvailableCardLayoutFieldConnection = {
|
|
42238
|
+
__typename?: 'JswAvailableCardLayoutFieldConnection';
|
|
42239
|
+
edges?: Maybe<Array<Maybe<JswAvailableCardLayoutFieldEdge>>>;
|
|
42240
|
+
pageInfo: PageInfo;
|
|
42241
|
+
};
|
|
42242
|
+
export declare type JswAvailableCardLayoutFieldEdge = {
|
|
42243
|
+
__typename?: 'JswAvailableCardLayoutFieldEdge';
|
|
42244
|
+
cursor: Scalars['String']['output'];
|
|
42245
|
+
node?: Maybe<JswAvailableCardLayoutField>;
|
|
42246
|
+
};
|
|
42247
|
+
export declare type JswBoardAdmin = {
|
|
42248
|
+
__typename?: 'JswBoardAdmin';
|
|
42249
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42250
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42251
|
+
};
|
|
42252
|
+
export declare type JswBoardAdmins = {
|
|
42253
|
+
__typename?: 'JswBoardAdmins';
|
|
42254
|
+
groupKeys?: Maybe<Array<Maybe<JswBoardAdmin>>>;
|
|
42255
|
+
userKeys?: Maybe<Array<Maybe<JswBoardAdmin>>>;
|
|
42256
|
+
};
|
|
42257
|
+
export declare type JswBoardLocationModel = {
|
|
42258
|
+
__typename?: 'JswBoardLocationModel';
|
|
42259
|
+
avatarURI?: Maybe<Scalars['String']['output']>;
|
|
42260
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42261
|
+
projectId?: Maybe<Scalars['ID']['output']>;
|
|
42262
|
+
projectTypeKey?: Maybe<Scalars['String']['output']>;
|
|
42263
|
+
userLocationId?: Maybe<Scalars['ID']['output']>;
|
|
42264
|
+
};
|
|
42265
|
+
export declare type JswCardColor = Node & {
|
|
42266
|
+
__typename?: 'JswCardColor';
|
|
42267
|
+
canEdit: Scalars['Boolean']['output'];
|
|
42268
|
+
color: Scalars['String']['output'];
|
|
42269
|
+
displayValue?: Maybe<Scalars['String']['output']>;
|
|
42270
|
+
id: Scalars['ID']['output'];
|
|
42271
|
+
strategy?: Maybe<Scalars['String']['output']>;
|
|
42272
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42273
|
+
};
|
|
42274
|
+
export declare type JswCardColorConfig = {
|
|
42275
|
+
__typename?: 'JswCardColorConfig';
|
|
42276
|
+
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42277
|
+
cardColorStrategies?: Maybe<Array<Maybe<JswCardColorStrategy>>>;
|
|
42278
|
+
cardColorStrategy?: Maybe<Scalars['String']['output']>;
|
|
42279
|
+
};
|
|
42280
|
+
export declare type JswCardColorConfigCardColorStrategiesArgs = {
|
|
42281
|
+
strategies?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
42282
|
+
};
|
|
42283
|
+
export declare type JswCardColorConnection = {
|
|
42284
|
+
__typename?: 'JswCardColorConnection';
|
|
42285
|
+
edges?: Maybe<Array<Maybe<JswCardColorEdge>>>;
|
|
42286
|
+
pageInfo: PageInfo;
|
|
42287
|
+
};
|
|
42288
|
+
export declare type JswCardColorEdge = {
|
|
42289
|
+
__typename?: 'JswCardColorEdge';
|
|
42290
|
+
cursor: Scalars['String']['output'];
|
|
42291
|
+
node?: Maybe<JswCardColor>;
|
|
42292
|
+
};
|
|
42293
|
+
export declare type JswCardColorStrategy = {
|
|
42294
|
+
__typename?: 'JswCardColorStrategy';
|
|
42295
|
+
canEdit: Scalars['Boolean']['output'];
|
|
42296
|
+
cardColors?: Maybe<JswCardColorConnection>;
|
|
42297
|
+
id: Scalars['String']['output'];
|
|
42298
|
+
};
|
|
42299
|
+
export declare type JswCardColorStrategyCardColorsArgs = {
|
|
42300
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42301
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42302
|
+
};
|
|
42303
|
+
export declare type JswCardLayoutConfig = {
|
|
42304
|
+
__typename?: 'JswCardLayoutConfig';
|
|
42305
|
+
backlog?: Maybe<JswCardLayoutContainer>;
|
|
42306
|
+
board?: Maybe<JswCardLayoutContainer>;
|
|
42307
|
+
};
|
|
42308
|
+
export declare type JswCardLayoutContainer = {
|
|
42309
|
+
__typename?: 'JswCardLayoutContainer';
|
|
42310
|
+
availableFields?: Maybe<JswAvailableCardLayoutFieldConnection>;
|
|
42311
|
+
fields?: Maybe<Array<Maybe<JswCurrentCardLayoutField>>>;
|
|
42312
|
+
};
|
|
42313
|
+
export declare type JswCurrentCardLayoutField = Node & {
|
|
42314
|
+
__typename?: 'JswCurrentCardLayoutField';
|
|
42315
|
+
cardLayoutId: Scalars['ID']['output'];
|
|
42316
|
+
fieldId: Scalars['ID']['output'];
|
|
42317
|
+
id: Scalars['ID']['output'];
|
|
42318
|
+
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
42319
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42320
|
+
};
|
|
42321
|
+
export declare type JswMapOfStringToString = {
|
|
42322
|
+
__typename?: 'JswMapOfStringToString';
|
|
42323
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42324
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42325
|
+
};
|
|
41838
42326
|
export declare type JswMutation = {
|
|
41839
42327
|
__typename?: 'JswMutation';
|
|
41840
42328
|
deleteCard?: Maybe<DeleteCardOutput>;
|
|
@@ -41842,6 +42330,20 @@ export declare type JswMutation = {
|
|
|
41842
42330
|
export declare type JswMutationDeleteCardArgs = {
|
|
41843
42331
|
input?: InputMaybe<DeleteCardInput>;
|
|
41844
42332
|
};
|
|
42333
|
+
export declare type JswNonWorkingDayConfig = {
|
|
42334
|
+
__typename?: 'JswNonWorkingDayConfig';
|
|
42335
|
+
date?: Maybe<Scalars['Date']['output']>;
|
|
42336
|
+
};
|
|
42337
|
+
export declare type JswOldDoneIssuesCutOffConfig = {
|
|
42338
|
+
__typename?: 'JswOldDoneIssuesCutOffConfig';
|
|
42339
|
+
oldDoneIssuesCutoff?: Maybe<Scalars['String']['output']>;
|
|
42340
|
+
options?: Maybe<Array<Maybe<JswOldDoneIssuesCutoffOption>>>;
|
|
42341
|
+
};
|
|
42342
|
+
export declare type JswOldDoneIssuesCutoffOption = {
|
|
42343
|
+
__typename?: 'JswOldDoneIssuesCutoffOption';
|
|
42344
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
42345
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42346
|
+
};
|
|
41845
42347
|
export declare type JswQuery = {
|
|
41846
42348
|
__typename?: 'JswQuery';
|
|
41847
42349
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -41849,6 +42351,158 @@ export declare type JswQuery = {
|
|
|
41849
42351
|
export declare type JswQueryBoardScopeArgs = {
|
|
41850
42352
|
boardId: Scalars['ID']['input'];
|
|
41851
42353
|
};
|
|
42354
|
+
export declare type JswRegion = Node & {
|
|
42355
|
+
__typename?: 'JswRegion';
|
|
42356
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42357
|
+
id: Scalars['ID']['output'];
|
|
42358
|
+
};
|
|
42359
|
+
export declare type JswRegionConnection = {
|
|
42360
|
+
__typename?: 'JswRegionConnection';
|
|
42361
|
+
edges?: Maybe<Array<Maybe<JswRegionEdge>>>;
|
|
42362
|
+
pageInfo: PageInfo;
|
|
42363
|
+
};
|
|
42364
|
+
export declare type JswRegionEdge = {
|
|
42365
|
+
__typename?: 'JswRegionEdge';
|
|
42366
|
+
cursor: Scalars['String']['output'];
|
|
42367
|
+
node?: Maybe<JswRegion>;
|
|
42368
|
+
};
|
|
42369
|
+
export declare type JswSavedFilterConfig = {
|
|
42370
|
+
__typename?: 'JswSavedFilterConfig';
|
|
42371
|
+
canBeFixed?: Maybe<Scalars['Boolean']['output']>;
|
|
42372
|
+
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42373
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42374
|
+
editPermissionEntries?: Maybe<Array<Maybe<JswSavedFilterSharePermissionEntry>>>;
|
|
42375
|
+
editPermissions?: Maybe<Array<Maybe<JswSavedFilterPermissionEntry>>>;
|
|
42376
|
+
id: Scalars['ID']['output'];
|
|
42377
|
+
isOrderedByRank?: Maybe<Scalars['Boolean']['output']>;
|
|
42378
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42379
|
+
orderByWarnings?: Maybe<JswSavedFilterWarnings>;
|
|
42380
|
+
owner?: Maybe<JswSavedFilterOwner>;
|
|
42381
|
+
permissionEntries?: Maybe<Array<Maybe<JswSavedFilterPermissionEntry>>>;
|
|
42382
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
42383
|
+
queryProjects?: Maybe<JswSavedFilterQueryProjects>;
|
|
42384
|
+
sharePermissionEntries?: Maybe<Array<Maybe<JswSavedFilterSharePermissionEntry>>>;
|
|
42385
|
+
};
|
|
42386
|
+
export declare type JswSavedFilterOwner = {
|
|
42387
|
+
__typename?: 'JswSavedFilterOwner';
|
|
42388
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
42389
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42390
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42391
|
+
renderedLink?: Maybe<Scalars['String']['output']>;
|
|
42392
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
42393
|
+
};
|
|
42394
|
+
export declare type JswSavedFilterPermissionEntry = {
|
|
42395
|
+
__typename?: 'JswSavedFilterPermissionEntry';
|
|
42396
|
+
values?: Maybe<Array<Maybe<JswSavedFilterPermissionValue>>>;
|
|
42397
|
+
};
|
|
42398
|
+
export declare type JswSavedFilterPermissionValue = {
|
|
42399
|
+
__typename?: 'JswSavedFilterPermissionValue';
|
|
42400
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42401
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
42402
|
+
};
|
|
42403
|
+
export declare type JswSavedFilterQueryProjectEntry = {
|
|
42404
|
+
__typename?: 'JswSavedFilterQueryProjectEntry';
|
|
42405
|
+
canEditProject?: Maybe<Scalars['Boolean']['output']>;
|
|
42406
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42407
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42408
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42409
|
+
};
|
|
42410
|
+
export declare type JswSavedFilterQueryProjects = {
|
|
42411
|
+
__typename?: 'JswSavedFilterQueryProjects';
|
|
42412
|
+
displayMessage?: Maybe<Scalars['String']['output']>;
|
|
42413
|
+
isMaxSupportShowingProjectsReached?: Maybe<Scalars['Boolean']['output']>;
|
|
42414
|
+
isProjectsUnboundedInFilter?: Maybe<Scalars['Boolean']['output']>;
|
|
42415
|
+
projects?: Maybe<Array<Maybe<JswSavedFilterQueryProjectEntry>>>;
|
|
42416
|
+
projectsCount?: Maybe<Scalars['Int']['output']>;
|
|
42417
|
+
};
|
|
42418
|
+
export declare type JswSavedFilterSharePermissionEntry = {
|
|
42419
|
+
__typename?: 'JswSavedFilterSharePermissionEntry';
|
|
42420
|
+
group?: Maybe<JswSavedFilterSharePermissionValue>;
|
|
42421
|
+
project?: Maybe<JswSavedFilterSharePermissionProjectValue>;
|
|
42422
|
+
role?: Maybe<JswSavedFilterSharePermissionValue>;
|
|
42423
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
42424
|
+
user?: Maybe<JswSavedFilterSharePermissionUserValue>;
|
|
42425
|
+
};
|
|
42426
|
+
export declare type JswSavedFilterSharePermissionProjectValue = {
|
|
42427
|
+
__typename?: 'JswSavedFilterSharePermissionProjectValue';
|
|
42428
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42429
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42430
|
+
isSimple?: Maybe<Scalars['Boolean']['output']>;
|
|
42431
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42432
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42433
|
+
};
|
|
42434
|
+
export declare type JswSavedFilterSharePermissionUserValue = {
|
|
42435
|
+
__typename?: 'JswSavedFilterSharePermissionUserValue';
|
|
42436
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
42437
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42438
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42439
|
+
};
|
|
42440
|
+
export declare type JswSavedFilterSharePermissionValue = {
|
|
42441
|
+
__typename?: 'JswSavedFilterSharePermissionValue';
|
|
42442
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42443
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42444
|
+
};
|
|
42445
|
+
export declare type JswSavedFilterWarnings = {
|
|
42446
|
+
__typename?: 'JswSavedFilterWarnings';
|
|
42447
|
+
errorMessages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
42448
|
+
errors?: Maybe<Array<Maybe<JswMapOfStringToString>>>;
|
|
42449
|
+
};
|
|
42450
|
+
export declare type JswSubqueryConfig = {
|
|
42451
|
+
__typename?: 'JswSubqueryConfig';
|
|
42452
|
+
subqueries?: Maybe<Array<Maybe<JswSubqueryEntry>>>;
|
|
42453
|
+
};
|
|
42454
|
+
export declare type JswSubqueryEntry = {
|
|
42455
|
+
__typename?: 'JswSubqueryEntry';
|
|
42456
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42457
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
42458
|
+
};
|
|
42459
|
+
export declare type JswTimeZone = Node & {
|
|
42460
|
+
__typename?: 'JswTimeZone';
|
|
42461
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
42462
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42463
|
+
gmtOffset?: Maybe<Scalars['String']['output']>;
|
|
42464
|
+
id: Scalars['ID']['output'];
|
|
42465
|
+
regionKey?: Maybe<Scalars['String']['output']>;
|
|
42466
|
+
};
|
|
42467
|
+
export declare type JswTimeZoneConnection = {
|
|
42468
|
+
__typename?: 'JswTimeZoneConnection';
|
|
42469
|
+
edges?: Maybe<Array<Maybe<JswTimeZoneEdge>>>;
|
|
42470
|
+
pageInfo: PageInfo;
|
|
42471
|
+
};
|
|
42472
|
+
export declare type JswTimeZoneEdge = {
|
|
42473
|
+
__typename?: 'JswTimeZoneEdge';
|
|
42474
|
+
cursor: Scalars['String']['output'];
|
|
42475
|
+
node?: Maybe<JswTimeZone>;
|
|
42476
|
+
};
|
|
42477
|
+
export declare type JswTimeZoneEditModel = {
|
|
42478
|
+
__typename?: 'JswTimeZoneEditModel';
|
|
42479
|
+
currentTimeZoneId?: Maybe<Scalars['String']['output']>;
|
|
42480
|
+
regions?: Maybe<JswRegionConnection>;
|
|
42481
|
+
timeZones?: Maybe<JswTimeZoneConnection>;
|
|
42482
|
+
};
|
|
42483
|
+
export declare type JswTrackingStatistic = {
|
|
42484
|
+
__typename?: 'JswTrackingStatistic';
|
|
42485
|
+
customFieldId?: Maybe<Scalars['String']['output']>;
|
|
42486
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
42487
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42488
|
+
statisticFieldId?: Maybe<Scalars['String']['output']>;
|
|
42489
|
+
};
|
|
42490
|
+
export declare type JswWeekDaysConfig = {
|
|
42491
|
+
__typename?: 'JswWeekDaysConfig';
|
|
42492
|
+
friday?: Maybe<Scalars['Boolean']['output']>;
|
|
42493
|
+
monday?: Maybe<Scalars['Boolean']['output']>;
|
|
42494
|
+
saturday?: Maybe<Scalars['Boolean']['output']>;
|
|
42495
|
+
sunday?: Maybe<Scalars['Boolean']['output']>;
|
|
42496
|
+
thursday?: Maybe<Scalars['Boolean']['output']>;
|
|
42497
|
+
tuesday?: Maybe<Scalars['Boolean']['output']>;
|
|
42498
|
+
wednesday?: Maybe<Scalars['Boolean']['output']>;
|
|
42499
|
+
};
|
|
42500
|
+
export declare type JswWorkingDaysConfig = {
|
|
42501
|
+
__typename?: 'JswWorkingDaysConfig';
|
|
42502
|
+
nonWorkingDays?: Maybe<Array<Maybe<JswNonWorkingDayConfig>>>;
|
|
42503
|
+
timeZoneEditModel?: Maybe<JswTimeZoneEditModel>;
|
|
42504
|
+
weekDays?: Maybe<JswWeekDaysConfig>;
|
|
42505
|
+
};
|
|
41852
42506
|
export declare type KnowledgeBaseMutationApi = {
|
|
41853
42507
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
41854
42508
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
|
|
@@ -41894,6 +42548,11 @@ export declare type KnowledgeBaseSources = {
|
|
|
41894
42548
|
edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
|
|
41895
42549
|
totalCount: Scalars['Int']['output'];
|
|
41896
42550
|
};
|
|
42551
|
+
export declare type KnowledgeDiscoveryBookmark = {
|
|
42552
|
+
__typename?: 'KnowledgeDiscoveryBookmark';
|
|
42553
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
42554
|
+
};
|
|
42555
|
+
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
41897
42556
|
export declare type KnowledgeDiscoveryConfluenceBlogpost = KnowledgeDiscoveryEntity & {
|
|
41898
42557
|
__typename?: 'KnowledgeDiscoveryConfluenceBlogpost';
|
|
41899
42558
|
confluenceBlogpost?: Maybe<ConfluenceBlogPost>;
|
|
@@ -42001,6 +42660,7 @@ export declare type KnowledgeDiscoveryPageInfo = {
|
|
|
42001
42660
|
};
|
|
42002
42661
|
export declare type KnowledgeDiscoveryQueryApi = {
|
|
42003
42662
|
__typename?: 'KnowledgeDiscoveryQueryApi';
|
|
42663
|
+
bookmark?: Maybe<KnowledgeDiscoveryBookmarkResult>;
|
|
42004
42664
|
definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
|
|
42005
42665
|
definitionHistory?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
|
|
42006
42666
|
keyPhrases?: Maybe<KnowledgeDiscoveryKeyPhrasesResult>;
|
|
@@ -42008,6 +42668,11 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
42008
42668
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
42009
42669
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
42010
42670
|
};
|
|
42671
|
+
export declare type KnowledgeDiscoveryQueryApiBookmarkArgs = {
|
|
42672
|
+
cloudId: Scalars['String']['input'];
|
|
42673
|
+
keyPhrase: Scalars['String']['input'];
|
|
42674
|
+
workspaceId: Scalars['String']['input'];
|
|
42675
|
+
};
|
|
42011
42676
|
export declare type KnowledgeDiscoveryQueryApiDefinitionArgs = {
|
|
42012
42677
|
contentId: Scalars['String']['input'];
|
|
42013
42678
|
keyPhrase: Scalars['String']['input'];
|
|
@@ -42875,6 +43540,48 @@ export declare enum MembershipState {
|
|
|
42875
43540
|
Invited = "INVITED",
|
|
42876
43541
|
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
42877
43542
|
}
|
|
43543
|
+
export declare type MercuryAddWatcherToFocusAreaInput = {
|
|
43544
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43545
|
+
focusAreaId: Scalars['ID']['input'];
|
|
43546
|
+
userId: Scalars['ID']['input'];
|
|
43547
|
+
};
|
|
43548
|
+
export declare type MercuryAddWatcherToFocusAreaPayload = Payload & {
|
|
43549
|
+
__typename?: 'MercuryAddWatcherToFocusAreaPayload';
|
|
43550
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43551
|
+
success: Scalars['Boolean']['output'];
|
|
43552
|
+
};
|
|
43553
|
+
export declare type MercuryAggregatedHeadcountConnection = {
|
|
43554
|
+
__typename?: 'MercuryAggregatedHeadcountConnection';
|
|
43555
|
+
edges?: Maybe<Array<Maybe<MercuryAggregatedHeadcountEdge>>>;
|
|
43556
|
+
pageInfo: PageInfo;
|
|
43557
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43558
|
+
};
|
|
43559
|
+
export declare type MercuryAggregatedHeadcountEdge = {
|
|
43560
|
+
__typename?: 'MercuryAggregatedHeadcountEdge';
|
|
43561
|
+
cursor: Scalars['String']['output'];
|
|
43562
|
+
node?: Maybe<MercuryHeadcountAggregation>;
|
|
43563
|
+
};
|
|
43564
|
+
export declare type MercuryAggregatedHeadcountSort = {
|
|
43565
|
+
field?: InputMaybe<MercuryAggregatedHeadcountSortField>;
|
|
43566
|
+
order: SortOrder;
|
|
43567
|
+
};
|
|
43568
|
+
export declare enum MercuryAggregatedHeadcountSortField {
|
|
43569
|
+
FilledPositions = "FILLED_POSITIONS",
|
|
43570
|
+
OpenPositions = "OPEN_POSITIONS",
|
|
43571
|
+
TotalHeadcount = "TOTAL_HEADCOUNT"
|
|
43572
|
+
}
|
|
43573
|
+
export declare type MercuryCreateFocusAreaInput = {
|
|
43574
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43575
|
+
focusAreaTypeId: Scalars['ID']['input'];
|
|
43576
|
+
name: Scalars['String']['input'];
|
|
43577
|
+
parentFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
43578
|
+
};
|
|
43579
|
+
export declare type MercuryCreateFocusAreaPayload = Payload & {
|
|
43580
|
+
__typename?: 'MercuryCreateFocusAreaPayload';
|
|
43581
|
+
createdFocusArea?: Maybe<MercuryFocusArea>;
|
|
43582
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43583
|
+
success: Scalars['Boolean']['output'];
|
|
43584
|
+
};
|
|
42878
43585
|
export declare type MercuryCreateGoalInput = {
|
|
42879
43586
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
42880
43587
|
goalType?: InputMaybe<MercuryGoalType>;
|
|
@@ -42909,6 +43616,43 @@ export declare type MercuryCreateGoalUpdateWithMetricPayload = {
|
|
|
42909
43616
|
goalUpdate?: Maybe<MercuryGoalUpdate>;
|
|
42910
43617
|
success: Scalars['Boolean']['output'];
|
|
42911
43618
|
};
|
|
43619
|
+
export declare type MercuryDeleteFocusAreaGoalLinkInput = {
|
|
43620
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43621
|
+
id: Scalars['ID']['input'];
|
|
43622
|
+
};
|
|
43623
|
+
export declare type MercuryDeleteFocusAreaGoalLinkPayload = Payload & {
|
|
43624
|
+
__typename?: 'MercuryDeleteFocusAreaGoalLinkPayload';
|
|
43625
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43626
|
+
success: Scalars['Boolean']['output'];
|
|
43627
|
+
};
|
|
43628
|
+
export declare type MercuryDeleteFocusAreaInput = {
|
|
43629
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43630
|
+
id: Scalars['ID']['input'];
|
|
43631
|
+
};
|
|
43632
|
+
export declare type MercuryDeleteFocusAreaLinkInput = {
|
|
43633
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43634
|
+
id: Scalars['ID']['input'];
|
|
43635
|
+
};
|
|
43636
|
+
export declare type MercuryDeleteFocusAreaLinkPayload = Payload & {
|
|
43637
|
+
__typename?: 'MercuryDeleteFocusAreaLinkPayload';
|
|
43638
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43639
|
+
success: Scalars['Boolean']['output'];
|
|
43640
|
+
};
|
|
43641
|
+
export declare type MercuryDeleteFocusAreaPayload = Payload & {
|
|
43642
|
+
__typename?: 'MercuryDeleteFocusAreaPayload';
|
|
43643
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43644
|
+
success: Scalars['Boolean']['output'];
|
|
43645
|
+
};
|
|
43646
|
+
export declare type MercuryDeletePortfolioFocusAreaLinkInput = {
|
|
43647
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43648
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43649
|
+
portfolioId: Scalars['ID']['input'];
|
|
43650
|
+
};
|
|
43651
|
+
export declare type MercuryDeletePortfolioFocusAreaLinkPayload = Payload & {
|
|
43652
|
+
__typename?: 'MercuryDeletePortfolioFocusAreaLinkPayload';
|
|
43653
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43654
|
+
success: Scalars['Boolean']['output'];
|
|
43655
|
+
};
|
|
42912
43656
|
export declare type MercuryEditGoalInput = {
|
|
42913
43657
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
42914
43658
|
goalAri: Scalars['String']['input'];
|
|
@@ -42985,6 +43729,22 @@ export declare enum MercuryFocusAreaHealthColor {
|
|
|
42985
43729
|
Red = "RED",
|
|
42986
43730
|
Yellow = "YELLOW"
|
|
42987
43731
|
}
|
|
43732
|
+
export declare type MercuryFocusAreaHierarchyNode = {
|
|
43733
|
+
__typename?: 'MercuryFocusAreaHierarchyNode';
|
|
43734
|
+
children?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
43735
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
43736
|
+
};
|
|
43737
|
+
export declare type MercuryFocusAreaHierarchyNodeChildrenArgs = {
|
|
43738
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaHierarchySort>>>;
|
|
43739
|
+
};
|
|
43740
|
+
export declare type MercuryFocusAreaHierarchySort = {
|
|
43741
|
+
field?: InputMaybe<MercuryFocusAreaHierarchySortField>;
|
|
43742
|
+
order: SortOrder;
|
|
43743
|
+
};
|
|
43744
|
+
export declare enum MercuryFocusAreaHierarchySortField {
|
|
43745
|
+
HierarchyLevel = "HIERARCHY_LEVEL",
|
|
43746
|
+
Name = "NAME"
|
|
43747
|
+
}
|
|
42988
43748
|
export declare type MercuryFocusAreaLink = Node & {
|
|
42989
43749
|
__typename?: 'MercuryFocusAreaLink';
|
|
42990
43750
|
childFocusAreaId: Scalars['String']['output'];
|
|
@@ -43034,6 +43794,35 @@ export declare type MercuryFocusAreaStatusTransitions = {
|
|
|
43034
43794
|
__typename?: 'MercuryFocusAreaStatusTransitions';
|
|
43035
43795
|
available: Array<MercuryFocusAreaStatusTransition>;
|
|
43036
43796
|
};
|
|
43797
|
+
export declare type MercuryFocusAreaTeamAllocationAggregation = Node & {
|
|
43798
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregation';
|
|
43799
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43800
|
+
id: Scalars['ID']['output'];
|
|
43801
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43802
|
+
team: MercuryTeam;
|
|
43803
|
+
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43804
|
+
};
|
|
43805
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationConnection = {
|
|
43806
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregationConnection';
|
|
43807
|
+
edges?: Maybe<Array<Maybe<MercuryFocusAreaTeamAllocationAggregationEdge>>>;
|
|
43808
|
+
pageInfo: PageInfo;
|
|
43809
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43810
|
+
};
|
|
43811
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationEdge = {
|
|
43812
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregationEdge';
|
|
43813
|
+
cursor: Scalars['String']['output'];
|
|
43814
|
+
node?: Maybe<MercuryFocusAreaTeamAllocationAggregation>;
|
|
43815
|
+
};
|
|
43816
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationSort = {
|
|
43817
|
+
field?: InputMaybe<MercuryFocusAreaTeamAllocationAggregationSortField>;
|
|
43818
|
+
order: SortOrder;
|
|
43819
|
+
};
|
|
43820
|
+
export declare enum MercuryFocusAreaTeamAllocationAggregationSortField {
|
|
43821
|
+
FilledPositions = "FILLED_POSITIONS",
|
|
43822
|
+
OpenPositions = "OPEN_POSITIONS",
|
|
43823
|
+
TeamName = "TEAM_NAME",
|
|
43824
|
+
TotalPositions = "TOTAL_POSITIONS"
|
|
43825
|
+
}
|
|
43037
43826
|
export declare type MercuryFocusAreaType = {
|
|
43038
43827
|
__typename?: 'MercuryFocusAreaType';
|
|
43039
43828
|
hierarchyLevel: Scalars['Int']['output'];
|
|
@@ -43134,6 +43923,53 @@ export declare type MercuryGoalsAggregatedStatusCount = {
|
|
|
43134
43923
|
current?: Maybe<MercuryGoalStatusCount>;
|
|
43135
43924
|
previous?: Maybe<MercuryGoalStatusCount>;
|
|
43136
43925
|
};
|
|
43926
|
+
export declare type MercuryHeadcountAggregation = {
|
|
43927
|
+
__typename?: 'MercuryHeadcountAggregation';
|
|
43928
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43929
|
+
focusArea: MercuryFocusArea;
|
|
43930
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43931
|
+
totalHeadcount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43932
|
+
};
|
|
43933
|
+
export declare type MercuryLinkFocusAreasToFocusAreaInput = {
|
|
43934
|
+
childFocusAreaIds: Array<Scalars['ID']['input']>;
|
|
43935
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43936
|
+
parentFocusAreaId: Scalars['ID']['input'];
|
|
43937
|
+
};
|
|
43938
|
+
export declare type MercuryLinkFocusAreasToFocusAreaPayload = Payload & {
|
|
43939
|
+
__typename?: 'MercuryLinkFocusAreasToFocusAreaPayload';
|
|
43940
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43941
|
+
success: Scalars['Boolean']['output'];
|
|
43942
|
+
};
|
|
43943
|
+
export declare type MercuryLinkFocusAreasToGoalInput = {
|
|
43944
|
+
atlasGoalId: Scalars['ID']['input'];
|
|
43945
|
+
cloudId: Scalars['ID']['input'];
|
|
43946
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43947
|
+
};
|
|
43948
|
+
export declare type MercuryLinkFocusAreasToGoalPayload = Payload & {
|
|
43949
|
+
__typename?: 'MercuryLinkFocusAreasToGoalPayload';
|
|
43950
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43951
|
+
success: Scalars['Boolean']['output'];
|
|
43952
|
+
};
|
|
43953
|
+
export declare type MercuryLinkFocusAreasToPortfolioInput = {
|
|
43954
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43955
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43956
|
+
portfolioId: Scalars['ID']['input'];
|
|
43957
|
+
};
|
|
43958
|
+
export declare type MercuryLinkFocusAreasToPortfolioPayload = Payload & {
|
|
43959
|
+
__typename?: 'MercuryLinkFocusAreasToPortfolioPayload';
|
|
43960
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43961
|
+
success: Scalars['Boolean']['output'];
|
|
43962
|
+
};
|
|
43963
|
+
export declare type MercuryLinkGoalsToFocusAreaInput = {
|
|
43964
|
+
atlasGoalIds: Array<Scalars['ID']['input']>;
|
|
43965
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43966
|
+
parentFocusAreaId: Scalars['ID']['input'];
|
|
43967
|
+
};
|
|
43968
|
+
export declare type MercuryLinkGoalsToFocusAreaPayload = Payload & {
|
|
43969
|
+
__typename?: 'MercuryLinkGoalsToFocusAreaPayload';
|
|
43970
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43971
|
+
success: Scalars['Boolean']['output'];
|
|
43972
|
+
};
|
|
43137
43973
|
export declare type MercuryMetric = {
|
|
43138
43974
|
__typename?: 'MercuryMetric';
|
|
43139
43975
|
metricType?: Maybe<MercuryMetricType>;
|
|
@@ -43155,21 +43991,110 @@ export declare enum MercuryMetricType {
|
|
|
43155
43991
|
Number = "NUMBER",
|
|
43156
43992
|
Percentage = "PERCENTAGE"
|
|
43157
43993
|
}
|
|
43994
|
+
export declare type MercuryMutationApi = {
|
|
43995
|
+
__typename?: 'MercuryMutationApi';
|
|
43996
|
+
addWatcherToFocusArea?: Maybe<MercuryAddWatcherToFocusAreaPayload>;
|
|
43997
|
+
createFocusArea?: Maybe<MercuryCreateFocusAreaPayload>;
|
|
43998
|
+
deleteFocusArea?: Maybe<MercuryDeleteFocusAreaPayload>;
|
|
43999
|
+
deleteFocusAreaGoalLink?: Maybe<MercuryDeleteFocusAreaGoalLinkPayload>;
|
|
44000
|
+
deleteFocusAreaLink?: Maybe<MercuryDeleteFocusAreaLinkPayload>;
|
|
44001
|
+
deletePortfolioFocusAreaLink?: Maybe<MercuryDeletePortfolioFocusAreaLinkPayload>;
|
|
44002
|
+
linkFocusAreasToFocusArea?: Maybe<MercuryLinkFocusAreasToFocusAreaPayload>;
|
|
44003
|
+
linkFocusAreasToGoal?: Maybe<MercuryLinkFocusAreasToGoalPayload>;
|
|
44004
|
+
linkFocusAreasToPortfolio?: Maybe<MercuryLinkFocusAreasToPortfolioPayload>;
|
|
44005
|
+
linkGoalsToFocusArea?: Maybe<MercuryLinkGoalsToFocusAreaPayload>;
|
|
44006
|
+
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
44007
|
+
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44008
|
+
updateFocusAreaAboutContent?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44009
|
+
updateFocusAreaName?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44010
|
+
updateFocusAreaOwner?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44011
|
+
updateFocusAreaTargetDate?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44012
|
+
};
|
|
44013
|
+
export declare type MercuryMutationApiAddWatcherToFocusAreaArgs = {
|
|
44014
|
+
input: MercuryAddWatcherToFocusAreaInput;
|
|
44015
|
+
};
|
|
44016
|
+
export declare type MercuryMutationApiCreateFocusAreaArgs = {
|
|
44017
|
+
input: MercuryCreateFocusAreaInput;
|
|
44018
|
+
};
|
|
44019
|
+
export declare type MercuryMutationApiDeleteFocusAreaArgs = {
|
|
44020
|
+
input: MercuryDeleteFocusAreaInput;
|
|
44021
|
+
};
|
|
44022
|
+
export declare type MercuryMutationApiDeleteFocusAreaGoalLinkArgs = {
|
|
44023
|
+
input: MercuryDeleteFocusAreaGoalLinkInput;
|
|
44024
|
+
};
|
|
44025
|
+
export declare type MercuryMutationApiDeleteFocusAreaLinkArgs = {
|
|
44026
|
+
input: MercuryDeleteFocusAreaLinkInput;
|
|
44027
|
+
};
|
|
44028
|
+
export declare type MercuryMutationApiDeletePortfolioFocusAreaLinkArgs = {
|
|
44029
|
+
input: MercuryDeletePortfolioFocusAreaLinkInput;
|
|
44030
|
+
};
|
|
44031
|
+
export declare type MercuryMutationApiLinkFocusAreasToFocusAreaArgs = {
|
|
44032
|
+
input: MercuryLinkFocusAreasToFocusAreaInput;
|
|
44033
|
+
};
|
|
44034
|
+
export declare type MercuryMutationApiLinkFocusAreasToGoalArgs = {
|
|
44035
|
+
input: MercuryLinkFocusAreasToGoalInput;
|
|
44036
|
+
};
|
|
44037
|
+
export declare type MercuryMutationApiLinkFocusAreasToPortfolioArgs = {
|
|
44038
|
+
input: MercuryLinkFocusAreasToPortfolioInput;
|
|
44039
|
+
};
|
|
44040
|
+
export declare type MercuryMutationApiLinkGoalsToFocusAreaArgs = {
|
|
44041
|
+
input: MercuryLinkGoalsToFocusAreaInput;
|
|
44042
|
+
};
|
|
44043
|
+
export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
44044
|
+
input: MercuryRemoveWatcherFromFocusAreaInput;
|
|
44045
|
+
};
|
|
44046
|
+
export declare type MercuryMutationApiTransitionFocusAreaStatusArgs = {
|
|
44047
|
+
input: MercuryTransitionFocusAreaStatusInput;
|
|
44048
|
+
};
|
|
44049
|
+
export declare type MercuryMutationApiUpdateFocusAreaAboutContentArgs = {
|
|
44050
|
+
input: MercuryUpdateFocusAreaAboutContentInput;
|
|
44051
|
+
};
|
|
44052
|
+
export declare type MercuryMutationApiUpdateFocusAreaNameArgs = {
|
|
44053
|
+
input: MercuryUpdateFocusAreaNameInput;
|
|
44054
|
+
};
|
|
44055
|
+
export declare type MercuryMutationApiUpdateFocusAreaOwnerArgs = {
|
|
44056
|
+
input: MercuryUpdateFocusAreaOwnerInput;
|
|
44057
|
+
};
|
|
44058
|
+
export declare type MercuryMutationApiUpdateFocusAreaTargetDateArgs = {
|
|
44059
|
+
input: MercuryUpdateFocusAreaTargetDateInput;
|
|
44060
|
+
};
|
|
43158
44061
|
export declare type MercuryQueryApi = {
|
|
43159
44062
|
__typename?: 'MercuryQueryApi';
|
|
44063
|
+
aggregatedHeadcounts?: Maybe<MercuryAggregatedHeadcountConnection>;
|
|
43160
44064
|
focusArea: MercuryFocusArea;
|
|
44065
|
+
focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
43161
44066
|
focusAreaStatusTransitions: Array<MercuryFocusAreaStatusTransition>;
|
|
44067
|
+
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
43162
44068
|
focusAreaTypes: Array<MercuryFocusAreaType>;
|
|
43163
44069
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
43164
44070
|
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
44071
|
+
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
44072
|
+
};
|
|
44073
|
+
export declare type MercuryQueryApiAggregatedHeadcountsArgs = {
|
|
44074
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44075
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44076
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44077
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryAggregatedHeadcountSort>>>;
|
|
43165
44078
|
};
|
|
43166
44079
|
export declare type MercuryQueryApiFocusAreaArgs = {
|
|
43167
44080
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43168
44081
|
id: Scalars['ID']['input'];
|
|
43169
44082
|
};
|
|
44083
|
+
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
44084
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44085
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
44086
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaHierarchySort>>>;
|
|
44087
|
+
};
|
|
43170
44088
|
export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
43171
44089
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43172
44090
|
};
|
|
44091
|
+
export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
44092
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44093
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44094
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44095
|
+
focusAreaId: Scalars['ID']['input'];
|
|
44096
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
|
|
44097
|
+
};
|
|
43173
44098
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
43174
44099
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43175
44100
|
};
|
|
@@ -43183,6 +44108,71 @@ export declare type MercuryQueryApiFocusAreasByCloudIdArgs = {
|
|
|
43183
44108
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
43184
44109
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
43185
44110
|
};
|
|
44111
|
+
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
44112
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44113
|
+
};
|
|
44114
|
+
export declare type MercuryRemoveWatcherFromFocusAreaInput = {
|
|
44115
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44116
|
+
focusAreaId: Scalars['ID']['input'];
|
|
44117
|
+
userId: Scalars['ID']['input'];
|
|
44118
|
+
};
|
|
44119
|
+
export declare type MercuryRemoveWatcherFromFocusAreaPayload = Payload & {
|
|
44120
|
+
__typename?: 'MercuryRemoveWatcherFromFocusAreaPayload';
|
|
44121
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44122
|
+
success: Scalars['Boolean']['output'];
|
|
44123
|
+
};
|
|
44124
|
+
export declare enum MercuryTargetDateType {
|
|
44125
|
+
Day = "DAY",
|
|
44126
|
+
Month = "MONTH",
|
|
44127
|
+
Quarter = "QUARTER"
|
|
44128
|
+
}
|
|
44129
|
+
export declare type MercuryTeam = Node & {
|
|
44130
|
+
__typename?: 'MercuryTeam';
|
|
44131
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44132
|
+
id: Scalars['ID']['output'];
|
|
44133
|
+
name: Scalars['String']['output'];
|
|
44134
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44135
|
+
teamFocusAreaAllocations?: Maybe<Array<MercuryTeamFocusAreaAllocation>>;
|
|
44136
|
+
};
|
|
44137
|
+
export declare type MercuryTeamFocusAreaAllocation = Node & {
|
|
44138
|
+
__typename?: 'MercuryTeamFocusAreaAllocation';
|
|
44139
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44140
|
+
focusArea: MercuryFocusArea;
|
|
44141
|
+
id: Scalars['ID']['output'];
|
|
44142
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44143
|
+
};
|
|
44144
|
+
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
44145
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44146
|
+
id: Scalars['ID']['input'];
|
|
44147
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
44148
|
+
};
|
|
44149
|
+
export declare type MercuryUpdateFocusAreaAboutContentInput = {
|
|
44150
|
+
aboutContent: Scalars['String']['input'];
|
|
44151
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44152
|
+
id: Scalars['ID']['input'];
|
|
44153
|
+
};
|
|
44154
|
+
export declare type MercuryUpdateFocusAreaNameInput = {
|
|
44155
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44156
|
+
id: Scalars['ID']['input'];
|
|
44157
|
+
name: Scalars['String']['input'];
|
|
44158
|
+
};
|
|
44159
|
+
export declare type MercuryUpdateFocusAreaOwnerInput = {
|
|
44160
|
+
aaid: Scalars['String']['input'];
|
|
44161
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44162
|
+
id: Scalars['ID']['input'];
|
|
44163
|
+
};
|
|
44164
|
+
export declare type MercuryUpdateFocusAreaPayload = Payload & {
|
|
44165
|
+
__typename?: 'MercuryUpdateFocusAreaPayload';
|
|
44166
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44167
|
+
success: Scalars['Boolean']['output'];
|
|
44168
|
+
updatedFocusArea?: Maybe<MercuryFocusArea>;
|
|
44169
|
+
};
|
|
44170
|
+
export declare type MercuryUpdateFocusAreaTargetDateInput = {
|
|
44171
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44172
|
+
id: Scalars['ID']['input'];
|
|
44173
|
+
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
44174
|
+
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
44175
|
+
};
|
|
43186
44176
|
export declare type MercuryUpdateNoteInput = {
|
|
43187
44177
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43188
44178
|
summary: Scalars['String']['input'];
|
|
@@ -43194,12 +44184,39 @@ export declare type Migration = {
|
|
|
43194
44184
|
estimation?: Maybe<MigrationEstimation>;
|
|
43195
44185
|
id: Scalars['ID']['output'];
|
|
43196
44186
|
};
|
|
44187
|
+
export declare type MigrationCatalogueQuery = {
|
|
44188
|
+
__typename?: 'MigrationCatalogueQuery';
|
|
44189
|
+
migrationId: Scalars['ID']['output'];
|
|
44190
|
+
};
|
|
43197
44191
|
export declare type MigrationEstimation = {
|
|
43198
44192
|
__typename?: 'MigrationEstimation';
|
|
43199
44193
|
lower: Scalars['Float']['output'];
|
|
43200
44194
|
middle: Scalars['Float']['output'];
|
|
43201
44195
|
upper: Scalars['Float']['output'];
|
|
43202
44196
|
};
|
|
44197
|
+
export declare type MigrationEvent = {
|
|
44198
|
+
__typename?: 'MigrationEvent';
|
|
44199
|
+
createdAtISO8601: Scalars['String']['output'];
|
|
44200
|
+
eventId: Scalars['ID']['output'];
|
|
44201
|
+
eventSource: Scalars['String']['output'];
|
|
44202
|
+
eventType: MigrationEventType;
|
|
44203
|
+
migrationId: Scalars['ID']['output'];
|
|
44204
|
+
status: MigrationEventStatus;
|
|
44205
|
+
statusMessage?: Maybe<Scalars['String']['output']>;
|
|
44206
|
+
};
|
|
44207
|
+
export declare enum MigrationEventStatus {
|
|
44208
|
+
Failed = "FAILED",
|
|
44209
|
+
Incomplete = "INCOMPLETE",
|
|
44210
|
+
InProgress = "IN_PROGRESS",
|
|
44211
|
+
Ready = "READY",
|
|
44212
|
+
Skipped = "SKIPPED",
|
|
44213
|
+
Success = "SUCCESS"
|
|
44214
|
+
}
|
|
44215
|
+
export declare enum MigrationEventType {
|
|
44216
|
+
Container = "CONTAINER",
|
|
44217
|
+
Migration = "MIGRATION",
|
|
44218
|
+
Transfer = "TRANSFER"
|
|
44219
|
+
}
|
|
43203
44220
|
export declare type MigrationKeys = {
|
|
43204
44221
|
__typename?: 'MigrationKeys';
|
|
43205
44222
|
confluence: Scalars['String']['output'];
|
|
@@ -43212,6 +44229,13 @@ export declare type MigrationQuery = {
|
|
|
43212
44229
|
export declare type MigrationQueryMigrationArgs = {
|
|
43213
44230
|
migrationId: Scalars['ID']['input'];
|
|
43214
44231
|
};
|
|
44232
|
+
export declare type MigrationSubscription = {
|
|
44233
|
+
__typename?: 'MigrationSubscription';
|
|
44234
|
+
onMigrationEventCreated: MigrationEvent;
|
|
44235
|
+
};
|
|
44236
|
+
export declare type MigrationSubscriptionOnMigrationEventCreatedArgs = {
|
|
44237
|
+
migrationId: Scalars['ID']['input'];
|
|
44238
|
+
};
|
|
43215
44239
|
export declare type MoveCardOutput = {
|
|
43216
44240
|
__typename?: 'MoveCardOutput';
|
|
43217
44241
|
clientMutationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -43334,7 +44358,7 @@ export declare type Mutation = {
|
|
|
43334
44358
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
43335
44359
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
43336
44360
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
43337
|
-
|
|
44361
|
+
mercury?: Maybe<MercuryMutationApi>;
|
|
43338
44362
|
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
43339
44363
|
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
43340
44364
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
@@ -45536,6 +46560,9 @@ export declare type PolarisProject = {
|
|
|
45536
46560
|
views: Array<PolarisView>;
|
|
45537
46561
|
viewsets?: Maybe<Array<PolarisViewSet>>;
|
|
45538
46562
|
};
|
|
46563
|
+
export declare type PolarisProjectInsightsArgs = {
|
|
46564
|
+
archivedMode?: InputMaybe<ArchivedMode>;
|
|
46565
|
+
};
|
|
45539
46566
|
export declare type PolarisProjectPlayArgs = {
|
|
45540
46567
|
id: Scalars['ID']['input'];
|
|
45541
46568
|
};
|
|
@@ -46049,6 +47076,8 @@ export declare type Query = {
|
|
|
46049
47076
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
46050
47077
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
46051
47078
|
featureRelease?: Maybe<FeatureRelease>;
|
|
47079
|
+
fullTutorial?: Maybe<ContentPlatformFullTutorial>;
|
|
47080
|
+
fullTutorials: ContentPlatformTutorialSearchConnection;
|
|
46052
47081
|
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
46053
47082
|
graphStore?: Maybe<GraphStore>;
|
|
46054
47083
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
@@ -46058,6 +47087,8 @@ export declare type Query = {
|
|
|
46058
47087
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
46059
47088
|
insights?: Maybe<Insights>;
|
|
46060
47089
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
47090
|
+
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
47091
|
+
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
46061
47092
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
46062
47093
|
jira?: Maybe<JiraQuery>;
|
|
46063
47094
|
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
|
|
@@ -46085,6 +47116,7 @@ export declare type Query = {
|
|
|
46085
47116
|
me: AuthenticationContext;
|
|
46086
47117
|
mercury?: Maybe<MercuryQueryApi>;
|
|
46087
47118
|
migration: MigrationQuery;
|
|
47119
|
+
migrationCatalogue: MigrationCatalogueQuery;
|
|
46088
47120
|
myMarketplaceApps?: Maybe<MarketplaceAppConnection>;
|
|
46089
47121
|
nlpSearch?: Maybe<NlpSearchResponse>;
|
|
46090
47122
|
node?: Maybe<Node>;
|
|
@@ -46124,8 +47156,8 @@ export declare type Query = {
|
|
|
46124
47156
|
signup?: Maybe<SignupQueryApi>;
|
|
46125
47157
|
smarts?: Maybe<SmartsQueryApi>;
|
|
46126
47158
|
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
47159
|
+
suggest?: Maybe<QuerySuggestionApi>;
|
|
46127
47160
|
suggestions?: Maybe<AutoSuggestionApi>;
|
|
46128
|
-
supportInquiry?: Maybe<SupportInquiryApi>;
|
|
46129
47161
|
surfacePlatform: SurfacePlatformQueryApi;
|
|
46130
47162
|
team?: Maybe<TeamQuery>;
|
|
46131
47163
|
template?: Maybe<ContentPlatformTemplate>;
|
|
@@ -46138,10 +47170,9 @@ export declare type Query = {
|
|
|
46138
47170
|
topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
|
|
46139
47171
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
46140
47172
|
trello: TrelloQueryApi;
|
|
46141
|
-
tutorial?: Maybe<ContentPlatformTutorial>;
|
|
46142
|
-
tutorials: ContentPlatformTutorialSearchConnection;
|
|
46143
47173
|
unified?: Maybe<UnifiedQuery>;
|
|
46144
47174
|
user?: Maybe<User>;
|
|
47175
|
+
userContext?: Maybe<SupportInquiryUserContext>;
|
|
46145
47176
|
users?: Maybe<Array<User>>;
|
|
46146
47177
|
virtualAgent?: Maybe<VirtualAgentQueryApi>;
|
|
46147
47178
|
webTriggerUrlsByAppContext?: Maybe<Array<WebTriggerUrl>>;
|
|
@@ -46357,6 +47388,13 @@ export declare type QueryExtensionContextsArgs = {
|
|
|
46357
47388
|
export declare type QueryExtensionsEchoArgs = {
|
|
46358
47389
|
text: Scalars['String']['input'];
|
|
46359
47390
|
};
|
|
47391
|
+
export declare type QueryFullTutorialArgs = {
|
|
47392
|
+
id: Scalars['String']['input'];
|
|
47393
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47394
|
+
};
|
|
47395
|
+
export declare type QueryFullTutorialsArgs = {
|
|
47396
|
+
search: ContentPlatformSearchApIv2Query;
|
|
47397
|
+
};
|
|
46360
47398
|
export declare type QueryGetKeywordsArgs = {
|
|
46361
47399
|
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
46362
47400
|
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
|
|
@@ -46376,6 +47414,13 @@ export declare type QueryHelpObjectStoreArgs = {
|
|
|
46376
47414
|
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
46377
47415
|
appId: Scalars['ID']['input'];
|
|
46378
47416
|
};
|
|
47417
|
+
export declare type QueryIpmImageModalArgs = {
|
|
47418
|
+
id: Scalars['String']['input'];
|
|
47419
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47420
|
+
};
|
|
47421
|
+
export declare type QueryIpmImageModalsArgs = {
|
|
47422
|
+
search: ContentPlatformSearchApIv2Query;
|
|
47423
|
+
};
|
|
46379
47424
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
46380
47425
|
cloudId: Scalars['String']['input'];
|
|
46381
47426
|
};
|
|
@@ -46578,13 +47623,6 @@ export declare type QueryTopicOverviewArgs = {
|
|
|
46578
47623
|
export declare type QueryTopicOverviewsArgs = {
|
|
46579
47624
|
search: ContentPlatformSearchApIv2Query;
|
|
46580
47625
|
};
|
|
46581
|
-
export declare type QueryTutorialArgs = {
|
|
46582
|
-
id: Scalars['String']['input'];
|
|
46583
|
-
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
46584
|
-
};
|
|
46585
|
-
export declare type QueryTutorialsArgs = {
|
|
46586
|
-
search: ContentPlatformSearchApIv2Query;
|
|
46587
|
-
};
|
|
46588
47626
|
export declare type QueryUserArgs = {
|
|
46589
47627
|
accountId: Scalars['ID']['input'];
|
|
46590
47628
|
};
|
|
@@ -46606,6 +47644,37 @@ export declare type QueryErrorExtension = {
|
|
|
46606
47644
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
46607
47645
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
46608
47646
|
};
|
|
47647
|
+
export declare type QuerySuggestionApi = {
|
|
47648
|
+
__typename?: 'QuerySuggestionAPI';
|
|
47649
|
+
suggest?: Maybe<QuerySuggestionItemConnection>;
|
|
47650
|
+
};
|
|
47651
|
+
export declare type QuerySuggestionApiSuggestArgs = {
|
|
47652
|
+
analytics?: InputMaybe<QuerySuggestionAnalyticsInput>;
|
|
47653
|
+
experience?: InputMaybe<Scalars['String']['input']>;
|
|
47654
|
+
filters: QuerySuggestionFilterInput;
|
|
47655
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
47656
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
47657
|
+
};
|
|
47658
|
+
export declare type QuerySuggestionAnalyticsInput = {
|
|
47659
|
+
queryVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
47660
|
+
searchReferrerId?: InputMaybe<Scalars['String']['input']>;
|
|
47661
|
+
searchSessionId?: InputMaybe<Scalars['String']['input']>;
|
|
47662
|
+
sourceProduct?: InputMaybe<Scalars['String']['input']>;
|
|
47663
|
+
};
|
|
47664
|
+
export declare type QuerySuggestionFilterInput = {
|
|
47665
|
+
entities: Array<Scalars['String']['input']>;
|
|
47666
|
+
locations: Array<Scalars['String']['input']>;
|
|
47667
|
+
};
|
|
47668
|
+
export declare type QuerySuggestionItemConnection = {
|
|
47669
|
+
__typename?: 'QuerySuggestionItemConnection';
|
|
47670
|
+
nodes?: Maybe<Array<Maybe<QuerySuggestionResultNode>>>;
|
|
47671
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47672
|
+
};
|
|
47673
|
+
export declare type QuerySuggestionResultNode = {
|
|
47674
|
+
__typename?: 'QuerySuggestionResultNode';
|
|
47675
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
47676
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
47677
|
+
};
|
|
46609
47678
|
export declare type QuotaInfo = {
|
|
46610
47679
|
__typename?: 'QuotaInfo';
|
|
46611
47680
|
contextAri: Scalars['ID']['output'];
|
|
@@ -48027,6 +49096,7 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
48027
49096
|
};
|
|
48028
49097
|
export declare type SearchExperimentContextInput = {
|
|
48029
49098
|
experimentId?: InputMaybe<Scalars['String']['input']>;
|
|
49099
|
+
shadowExperimentId?: InputMaybe<Scalars['String']['input']>;
|
|
48030
49100
|
};
|
|
48031
49101
|
export declare type SearchExternalContainerFilter = {
|
|
48032
49102
|
type: Scalars['String']['input'];
|
|
@@ -48217,6 +49287,7 @@ export declare type SearchResultGraphDocument = SearchResult & {
|
|
|
48217
49287
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
48218
49288
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
48219
49289
|
id: Scalars['ID']['output'];
|
|
49290
|
+
initialContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
48220
49291
|
integrationId?: Maybe<Scalars['String']['output']>;
|
|
48221
49292
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
48222
49293
|
owner?: Maybe<ThirdPartyUser>;
|
|
@@ -49846,6 +50917,7 @@ export declare type SoftwareBoard = {
|
|
|
49846
50917
|
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
49847
50918
|
name?: Maybe<Scalars['String']['output']>;
|
|
49848
50919
|
rankCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
50920
|
+
showDaysInColumn?: Maybe<Scalars['Boolean']['output']>;
|
|
49849
50921
|
swimlaneStrategy?: Maybe<SwimlaneStrategy>;
|
|
49850
50922
|
swimlanes: Array<Maybe<Swimlane>>;
|
|
49851
50923
|
userSwimlanes: Array<Maybe<Swimlane>>;
|
|
@@ -50081,22 +51153,22 @@ export declare type Subscription = {
|
|
|
50081
51153
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
50082
51154
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
50083
51155
|
jira?: Maybe<JiraSubscription>;
|
|
51156
|
+
migration: MigrationSubscription;
|
|
50084
51157
|
sandbox: SandboxSubscription;
|
|
50085
51158
|
signup: SignupSubscriptionApi;
|
|
50086
51159
|
testing?: Maybe<TestingSubscription>;
|
|
50087
51160
|
trello: TrelloSubscriptionApi;
|
|
50088
51161
|
};
|
|
50089
|
-
export declare type
|
|
50090
|
-
__typename?: '
|
|
50091
|
-
|
|
50092
|
-
|
|
50093
|
-
|
|
50094
|
-
|
|
51162
|
+
export declare type SupportInquiryUser = {
|
|
51163
|
+
__typename?: 'SupportInquiryUser';
|
|
51164
|
+
aaid: Scalars['String']['output'];
|
|
51165
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
51166
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
51167
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
50095
51168
|
};
|
|
50096
|
-
export declare type
|
|
50097
|
-
__typename?: '
|
|
50098
|
-
|
|
50099
|
-
squadName?: Maybe<Scalars['String']['output']>;
|
|
51169
|
+
export declare type SupportInquiryUserContext = {
|
|
51170
|
+
__typename?: 'SupportInquiryUserContext';
|
|
51171
|
+
userDetails?: Maybe<SupportInquiryUser>;
|
|
50100
51172
|
};
|
|
50101
51173
|
export declare type SupportRequest = {
|
|
50102
51174
|
__typename?: 'SupportRequest';
|
|
@@ -50662,6 +51734,7 @@ export declare type TeamQueryTeamSearchV2Args = {
|
|
|
50662
51734
|
filter?: InputMaybe<TeamSearchFilter>;
|
|
50663
51735
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50664
51736
|
organizationId: Scalars['ID']['input'];
|
|
51737
|
+
searchFields?: InputMaybe<Array<InputMaybe<TeamSearchField>>>;
|
|
50665
51738
|
siteId: Scalars['String']['input'];
|
|
50666
51739
|
sortBy?: InputMaybe<Array<InputMaybe<TeamSort>>>;
|
|
50667
51740
|
};
|
|
@@ -50680,6 +51753,10 @@ export declare type TeamRoleAssignmentsConnection = {
|
|
|
50680
51753
|
nodes?: Maybe<Array<Maybe<TeamPrincipal>>>;
|
|
50681
51754
|
pageInfo: PageInfo;
|
|
50682
51755
|
};
|
|
51756
|
+
export declare enum TeamSearchField {
|
|
51757
|
+
Description = "DESCRIPTION",
|
|
51758
|
+
Name = "NAME"
|
|
51759
|
+
}
|
|
50683
51760
|
export declare type TeamSearchFilter = {
|
|
50684
51761
|
membership?: InputMaybe<TeamMembershipFilter>;
|
|
50685
51762
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52745,24 +53822,39 @@ export declare type UnassignIssueParentOutput = MutationResponse & {
|
|
|
52745
53822
|
};
|
|
52746
53823
|
export declare type UnifiedAccount = UnifiedINode & {
|
|
52747
53824
|
__typename?: 'UnifiedAccount';
|
|
52748
|
-
aaid?: Maybe<Scalars['String']['output']>;
|
|
52749
|
-
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
52750
53825
|
id: Scalars['ID']['output'];
|
|
52751
|
-
|
|
52752
|
-
|
|
52753
|
-
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
53826
|
+
linkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
53827
|
+
parentAccount?: Maybe<UnifiedParentAccount>;
|
|
52754
53828
|
};
|
|
52755
|
-
export declare type UnifiedAtlassianProduct = {
|
|
53829
|
+
export declare type UnifiedAtlassianProduct = UnifiedINode & {
|
|
52756
53830
|
__typename?: 'UnifiedAtlassianProduct';
|
|
53831
|
+
id: Scalars['ID']['output'];
|
|
52757
53832
|
title?: Maybe<Scalars['String']['output']>;
|
|
52758
53833
|
type?: Maybe<Scalars['String']['output']>;
|
|
52759
53834
|
viewHref?: Maybe<Scalars['String']['output']>;
|
|
52760
53835
|
};
|
|
52761
|
-
export declare type
|
|
52762
|
-
__typename?: '
|
|
53836
|
+
export declare type UnifiedAtlassianProductConnection = UnifiedIConnection & {
|
|
53837
|
+
__typename?: 'UnifiedAtlassianProductConnection';
|
|
53838
|
+
edges?: Maybe<Array<Maybe<UnifiedAtlassianProductEdge>>>;
|
|
53839
|
+
pageInfo: UnifiedPageInfo;
|
|
53840
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53841
|
+
};
|
|
53842
|
+
export declare type UnifiedAtlassianProductEdge = UnifiedIEdge & {
|
|
53843
|
+
__typename?: 'UnifiedAtlassianProductEdge';
|
|
53844
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53845
|
+
node?: Maybe<UnifiedAtlassianProduct>;
|
|
53846
|
+
};
|
|
53847
|
+
export declare type UnifiedForums = UnifiedINode & {
|
|
53848
|
+
__typename?: 'UnifiedForums';
|
|
53849
|
+
id: Scalars['ID']['output'];
|
|
53850
|
+
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
53851
|
+
};
|
|
53852
|
+
export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
53853
|
+
__typename?: 'UnifiedForumsSnapshot';
|
|
52763
53854
|
acceptedAnswersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52764
53855
|
answersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52765
53856
|
badgesEarned?: Maybe<Scalars['Int']['output']>;
|
|
53857
|
+
id: Scalars['ID']['output'];
|
|
52766
53858
|
kudosGiven?: Maybe<Scalars['Int']['output']>;
|
|
52767
53859
|
kudosReceived?: Maybe<Scalars['Int']['output']>;
|
|
52768
53860
|
lastPostTime?: Maybe<Scalars['String']['output']>;
|
|
@@ -52776,33 +53868,81 @@ export declare type UnifiedForumSnapshot = {
|
|
|
52776
53868
|
totalLoginsRecorded?: Maybe<Scalars['String']['output']>;
|
|
52777
53869
|
totalPosts?: Maybe<Scalars['Int']['output']>;
|
|
52778
53870
|
};
|
|
53871
|
+
export declare type UnifiedIConnection = {
|
|
53872
|
+
edges?: Maybe<Array<Maybe<UnifiedIEdge>>>;
|
|
53873
|
+
pageInfo: UnifiedPageInfo;
|
|
53874
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53875
|
+
};
|
|
53876
|
+
export declare type UnifiedIEdge = {
|
|
53877
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53878
|
+
node?: Maybe<UnifiedINode>;
|
|
53879
|
+
};
|
|
52779
53880
|
export declare type UnifiedINode = {
|
|
52780
53881
|
id: Scalars['ID']['output'];
|
|
52781
53882
|
};
|
|
52782
|
-
export declare type
|
|
53883
|
+
export declare type UnifiedIQueryError = {
|
|
53884
|
+
extensions?: Maybe<Array<UnifiedQueryErrorExtension>>;
|
|
53885
|
+
identifier?: Maybe<Scalars['ID']['output']>;
|
|
53886
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
53887
|
+
};
|
|
53888
|
+
export declare type UnifiedLearning = UnifiedINode & {
|
|
53889
|
+
__typename?: 'UnifiedLearning';
|
|
53890
|
+
certifications?: Maybe<UnifiedULearningCertificationResult>;
|
|
53891
|
+
id: Scalars['ID']['output'];
|
|
53892
|
+
recentCourses?: Maybe<UnifiedURecentCourseResult>;
|
|
53893
|
+
};
|
|
53894
|
+
export declare type UnifiedLearningCertificationsArgs = {
|
|
53895
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
53896
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53897
|
+
};
|
|
53898
|
+
export declare type UnifiedLearningRecentCoursesArgs = {
|
|
53899
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
53900
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53901
|
+
};
|
|
53902
|
+
export declare type UnifiedLearningCertification = UnifiedINode & {
|
|
52783
53903
|
__typename?: 'UnifiedLearningCertification';
|
|
52784
53904
|
activeDate?: Maybe<Scalars['String']['output']>;
|
|
52785
53905
|
expireDate?: Maybe<Scalars['String']['output']>;
|
|
53906
|
+
id: Scalars['ID']['output'];
|
|
52786
53907
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
52787
53908
|
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
52788
53909
|
name?: Maybe<Scalars['String']['output']>;
|
|
52789
53910
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
52790
53911
|
status?: Maybe<Scalars['String']['output']>;
|
|
52791
53912
|
};
|
|
53913
|
+
export declare type UnifiedLearningCertificationConnection = UnifiedIConnection & {
|
|
53914
|
+
__typename?: 'UnifiedLearningCertificationConnection';
|
|
53915
|
+
edges?: Maybe<Array<Maybe<UnifiedLearningCertificationEdge>>>;
|
|
53916
|
+
pageInfo: UnifiedPageInfo;
|
|
53917
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53918
|
+
};
|
|
53919
|
+
export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
53920
|
+
__typename?: 'UnifiedLearningCertificationEdge';
|
|
53921
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53922
|
+
node?: Maybe<UnifiedLearningCertification>;
|
|
53923
|
+
};
|
|
52792
53924
|
export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
52793
53925
|
__typename?: 'UnifiedLinkedAccount';
|
|
52794
53926
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
52795
53927
|
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
53928
|
+
forums?: Maybe<UnifiedUForumsResult>;
|
|
52796
53929
|
id: Scalars['ID']['output'];
|
|
53930
|
+
learning?: Maybe<UnifiedULearningResult>;
|
|
52797
53931
|
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52798
53932
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52799
53933
|
};
|
|
53934
|
+
export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
|
|
53935
|
+
__typename?: 'UnifiedLinkedAccountPayload';
|
|
53936
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
53937
|
+
success: Scalars['Boolean']['output'];
|
|
53938
|
+
unifiedLinkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
53939
|
+
};
|
|
52800
53940
|
export declare type UnifiedMutation = {
|
|
52801
53941
|
__typename?: 'UnifiedMutation';
|
|
52802
|
-
createLinkedAccount?: Maybe<
|
|
52803
|
-
createParentAccount?: Maybe<
|
|
52804
|
-
createUnifiedSystem?: Maybe<
|
|
52805
|
-
updateUnifiedProfile?: Maybe<
|
|
53942
|
+
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
|
|
53943
|
+
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
|
|
53944
|
+
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
53945
|
+
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
52806
53946
|
};
|
|
52807
53947
|
export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
52808
53948
|
aaid: Scalars['String']['input'];
|
|
@@ -52821,25 +53961,70 @@ export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
|
52821
53961
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
52822
53962
|
unifiedProfileInput?: InputMaybe<UnifiedProfileInput>;
|
|
52823
53963
|
};
|
|
53964
|
+
export declare type UnifiedMutationError = {
|
|
53965
|
+
__typename?: 'UnifiedMutationError';
|
|
53966
|
+
extensions?: Maybe<UnifiedMutationErrorExtension>;
|
|
53967
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
53968
|
+
};
|
|
53969
|
+
export declare type UnifiedMutationErrorExtension = {
|
|
53970
|
+
__typename?: 'UnifiedMutationErrorExtension';
|
|
53971
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
53972
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
53973
|
+
};
|
|
53974
|
+
export declare type UnifiedPageInfo = {
|
|
53975
|
+
__typename?: 'UnifiedPageInfo';
|
|
53976
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
53977
|
+
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
53978
|
+
hasPreviousPage?: Maybe<Scalars['Boolean']['output']>;
|
|
53979
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
53980
|
+
};
|
|
52824
53981
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
52825
53982
|
__typename?: 'UnifiedParentAccount';
|
|
52826
53983
|
id: Scalars['ID']['output'];
|
|
52827
53984
|
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
52828
53985
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52829
53986
|
};
|
|
53987
|
+
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|
|
53988
|
+
__typename?: 'UnifiedParentAccountPayload';
|
|
53989
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
53990
|
+
success: Scalars['Boolean']['output'];
|
|
53991
|
+
unifiedParentAccount?: Maybe<UnifiedParentAccount>;
|
|
53992
|
+
};
|
|
53993
|
+
export declare type UnifiedPayload = {
|
|
53994
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
53995
|
+
success: Scalars['Boolean']['output'];
|
|
53996
|
+
};
|
|
52830
53997
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
52831
53998
|
__typename?: 'UnifiedProfile';
|
|
52832
53999
|
bio?: Maybe<Scalars['String']['output']>;
|
|
52833
54000
|
company?: Maybe<Scalars['String']['output']>;
|
|
54001
|
+
forums?: Maybe<UnifiedUForumsResult>;
|
|
54002
|
+
forumsId?: Maybe<Scalars['String']['output']>;
|
|
54003
|
+
id: Scalars['ID']['output'];
|
|
54004
|
+
learnId?: Maybe<Scalars['String']['output']>;
|
|
54005
|
+
learning?: Maybe<UnifiedULearningResult>;
|
|
54006
|
+
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
54007
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
54008
|
+
parentAccountInternalId?: Maybe<Scalars['String']['output']>;
|
|
54009
|
+
products?: Maybe<Scalars['String']['output']>;
|
|
54010
|
+
role?: Maybe<Scalars['String']['output']>;
|
|
54011
|
+
unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
|
|
54012
|
+
unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
|
|
54013
|
+
websiteUrl?: Maybe<Scalars['String']['output']>;
|
|
54014
|
+
xUrl?: Maybe<Scalars['String']['output']>;
|
|
54015
|
+
youtubeUrl?: Maybe<Scalars['String']['output']>;
|
|
54016
|
+
};
|
|
54017
|
+
export declare type UnifiedProfileFields = UnifiedINode & {
|
|
54018
|
+
__typename?: 'UnifiedProfileFields';
|
|
54019
|
+
bio?: Maybe<Scalars['String']['output']>;
|
|
54020
|
+
company?: Maybe<Scalars['String']['output']>;
|
|
52834
54021
|
forumsId?: Maybe<Scalars['String']['output']>;
|
|
52835
54022
|
id: Scalars['ID']['output'];
|
|
52836
54023
|
learnId?: Maybe<Scalars['String']['output']>;
|
|
52837
54024
|
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
52838
54025
|
location?: Maybe<Scalars['String']['output']>;
|
|
52839
54026
|
parentAccountInternalId?: Maybe<Scalars['String']['output']>;
|
|
52840
|
-
photoUrl?: Maybe<Scalars['String']['output']>;
|
|
52841
54027
|
products?: Maybe<Scalars['String']['output']>;
|
|
52842
|
-
publicName?: Maybe<Scalars['String']['output']>;
|
|
52843
54028
|
role?: Maybe<Scalars['String']['output']>;
|
|
52844
54029
|
unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52845
54030
|
unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
|
|
@@ -52856,9 +54041,7 @@ export declare type UnifiedProfileInput = {
|
|
|
52856
54041
|
linkedinUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52857
54042
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
52858
54043
|
parentAccountInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
52859
|
-
photoUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52860
54044
|
products?: InputMaybe<Scalars['String']['input']>;
|
|
52861
|
-
publicName?: InputMaybe<Scalars['String']['input']>;
|
|
52862
54045
|
role?: InputMaybe<Scalars['String']['input']>;
|
|
52863
54046
|
unifiedProfileInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
52864
54047
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52867,26 +54050,24 @@ export declare type UnifiedProfileInput = {
|
|
|
52867
54050
|
xUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52868
54051
|
youtubeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52869
54052
|
};
|
|
54053
|
+
export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
54054
|
+
__typename?: 'UnifiedProfilePayload';
|
|
54055
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
54056
|
+
success: Scalars['Boolean']['output'];
|
|
54057
|
+
unifiedProfile?: Maybe<UnifiedProfileFields>;
|
|
54058
|
+
};
|
|
52870
54059
|
export declare type UnifiedQuery = {
|
|
52871
54060
|
__typename?: 'UnifiedQuery';
|
|
52872
|
-
atlassianProducts?: Maybe<
|
|
52873
|
-
forumSnapshot?: Maybe<UnifiedForumSnapshot>;
|
|
52874
|
-
learningCertications?: Maybe<Array<Maybe<UnifiedLearningCertification>>>;
|
|
54061
|
+
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
52875
54062
|
node?: Maybe<UnifiedINode>;
|
|
52876
|
-
unifiedAccount?: Maybe<
|
|
52877
|
-
unifiedAccounts?: Maybe<Array<Maybe<
|
|
52878
|
-
unifiedProfile?: Maybe<
|
|
52879
|
-
unifiedProfiles?: Maybe<Array<Maybe<
|
|
54063
|
+
unifiedAccount?: Maybe<UnifiedUAccountResult>;
|
|
54064
|
+
unifiedAccounts?: Maybe<Array<Maybe<UnifiedUAccountResult>>>;
|
|
54065
|
+
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
54066
|
+
unifiedProfiles?: Maybe<Array<Maybe<UnifiedUProfileResult>>>;
|
|
52880
54067
|
};
|
|
52881
54068
|
export declare type UnifiedQueryAtlassianProductsArgs = {
|
|
52882
|
-
|
|
52883
|
-
|
|
52884
|
-
export declare type UnifiedQueryForumSnapshotArgs = {
|
|
52885
|
-
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52886
|
-
};
|
|
52887
|
-
export declare type UnifiedQueryLearningCerticationsArgs = {
|
|
52888
|
-
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52889
|
-
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
54069
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54070
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52890
54071
|
};
|
|
52891
54072
|
export declare type UnifiedQueryNodeArgs = {
|
|
52892
54073
|
id: Scalars['ID']['input'];
|
|
@@ -52898,6 +54079,43 @@ export declare type UnifiedQueryUnifiedProfileArgs = {
|
|
|
52898
54079
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52899
54080
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52900
54081
|
};
|
|
54082
|
+
export declare type UnifiedQueryError = UnifiedIQueryError & {
|
|
54083
|
+
__typename?: 'UnifiedQueryError';
|
|
54084
|
+
extensions?: Maybe<Array<UnifiedQueryErrorExtension>>;
|
|
54085
|
+
identifier?: Maybe<Scalars['ID']['output']>;
|
|
54086
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
54087
|
+
};
|
|
54088
|
+
export declare type UnifiedQueryErrorExtension = {
|
|
54089
|
+
__typename?: 'UnifiedQueryErrorExtension';
|
|
54090
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
54091
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
54092
|
+
};
|
|
54093
|
+
export declare type UnifiedRecentCourse = UnifiedINode & {
|
|
54094
|
+
__typename?: 'UnifiedRecentCourse';
|
|
54095
|
+
activeDate?: Maybe<Scalars['String']['output']>;
|
|
54096
|
+
courseName?: Maybe<Scalars['String']['output']>;
|
|
54097
|
+
id: Scalars['ID']['output'];
|
|
54098
|
+
src?: Maybe<Scalars['String']['output']>;
|
|
54099
|
+
};
|
|
54100
|
+
export declare type UnifiedRecentCourseConnection = UnifiedIConnection & {
|
|
54101
|
+
__typename?: 'UnifiedRecentCourseConnection';
|
|
54102
|
+
edges?: Maybe<Array<Maybe<UnifiedRecentCourseEdge>>>;
|
|
54103
|
+
pageInfo: UnifiedPageInfo;
|
|
54104
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54105
|
+
};
|
|
54106
|
+
export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
54107
|
+
__typename?: 'UnifiedRecentCourseEdge';
|
|
54108
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54109
|
+
node?: Maybe<UnifiedRecentCourse>;
|
|
54110
|
+
};
|
|
54111
|
+
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
54112
|
+
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
54113
|
+
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|
|
54114
|
+
export declare type UnifiedUForumsSnapshotResult = UnifiedForumsSnapshot | UnifiedQueryError;
|
|
54115
|
+
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
54116
|
+
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
54117
|
+
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
54118
|
+
export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;
|
|
52901
54119
|
export declare type UnlinkExternalSourceInput = {
|
|
52902
54120
|
cloudId: Scalars['ID']['input'];
|
|
52903
54121
|
ecosystemAppId: Scalars['ID']['input'];
|
|
@@ -54058,7 +55276,11 @@ export declare enum WorkSuggestionsApprovalStatus {
|
|
|
54058
55276
|
}
|
|
54059
55277
|
export declare type WorkSuggestionsBlockedIssue = {
|
|
54060
55278
|
__typename?: 'WorkSuggestionsBlockedIssue';
|
|
55279
|
+
assignee?: Maybe<WorkSuggestionsJiraAssignee>;
|
|
55280
|
+
issueIconUrl?: Maybe<Scalars['String']['output']>;
|
|
54061
55281
|
issueKey: Scalars['String']['output'];
|
|
55282
|
+
priority?: Maybe<WorkSuggestionsJiraPriority>;
|
|
55283
|
+
storyPoints?: Maybe<Scalars['Float']['output']>;
|
|
54062
55284
|
title: Scalars['String']['output'];
|
|
54063
55285
|
};
|
|
54064
55286
|
export declare type WorkSuggestionsBlockingIssueTask = WorkSuggestionsCommon & {
|
|
@@ -54136,6 +55358,17 @@ export declare enum WorkSuggestionsEnvironmentType {
|
|
|
54136
55358
|
Testing = "TESTING",
|
|
54137
55359
|
Unmapped = "UNMAPPED"
|
|
54138
55360
|
}
|
|
55361
|
+
export declare type WorkSuggestionsJiraAssignee = {
|
|
55362
|
+
__typename?: 'WorkSuggestionsJiraAssignee';
|
|
55363
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55364
|
+
pictureUrl?: Maybe<Scalars['String']['output']>;
|
|
55365
|
+
};
|
|
55366
|
+
export declare type WorkSuggestionsJiraPriority = {
|
|
55367
|
+
__typename?: 'WorkSuggestionsJiraPriority';
|
|
55368
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55369
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55370
|
+
sequence?: Maybe<Scalars['Int']['output']>;
|
|
55371
|
+
};
|
|
54139
55372
|
export declare type WorkSuggestionsMutation = {
|
|
54140
55373
|
__typename?: 'WorkSuggestionsMutation';
|
|
54141
55374
|
purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
|