@forge/cli-shared 5.0.0 → 5.0.1-next.1
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 +15 -0
- package/out/graphql/graphql-types.d.ts +1338 -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 = {
|
|
@@ -29792,6 +29992,7 @@ export declare type JiraBulkTransitionScreenInput = {
|
|
|
29792
29992
|
};
|
|
29793
29993
|
export declare type JiraBulkTransitionScreenLayout = Node & {
|
|
29794
29994
|
__typename?: 'JiraBulkTransitionScreenLayout';
|
|
29995
|
+
comment?: Maybe<JiraRichTextField>;
|
|
29795
29996
|
content?: Maybe<JiraScreenTabLayout>;
|
|
29796
29997
|
id: Scalars['ID']['output'];
|
|
29797
29998
|
issues: Array<JiraIssue>;
|
|
@@ -29847,10 +30048,12 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
|
29847
30048
|
};
|
|
29848
30049
|
export declare type JiraCalendar = {
|
|
29849
30050
|
__typename?: 'JiraCalendar';
|
|
30051
|
+
endDateField?: Maybe<JiraIssueField>;
|
|
29850
30052
|
issues?: Maybe<JiraIssueConnection>;
|
|
29851
30053
|
permissions?: Maybe<JiraCalendarPermissionConnection>;
|
|
29852
30054
|
projects?: Maybe<JiraProjectConnection>;
|
|
29853
30055
|
sprints?: Maybe<JiraSprintConnection>;
|
|
30056
|
+
startDateField?: Maybe<JiraIssueField>;
|
|
29854
30057
|
unscheduledIssues?: Maybe<JiraIssueConnection>;
|
|
29855
30058
|
versions?: Maybe<JiraVersionConnection>;
|
|
29856
30059
|
};
|
|
@@ -30441,6 +30644,11 @@ export declare type JiraColor = {
|
|
|
30441
30644
|
colorKey?: Maybe<Scalars['String']['output']>;
|
|
30442
30645
|
id?: Maybe<Scalars['ID']['output']>;
|
|
30443
30646
|
};
|
|
30647
|
+
export declare type JiraColorBackground = JiraBackground & {
|
|
30648
|
+
__typename?: 'JiraColorBackground';
|
|
30649
|
+
colorValue?: Maybe<Scalars['String']['output']>;
|
|
30650
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
30651
|
+
};
|
|
30444
30652
|
export declare type JiraColorField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
30445
30653
|
__typename?: 'JiraColorField';
|
|
30446
30654
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -30781,6 +30989,17 @@ export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
|
30781
30989
|
issue?: Maybe<JiraIssue>;
|
|
30782
30990
|
success: Scalars['Boolean']['output'];
|
|
30783
30991
|
};
|
|
30992
|
+
export declare type JiraCreateCustomBackgroundInput = {
|
|
30993
|
+
altText: Scalars['String']['input'];
|
|
30994
|
+
entityId: Scalars['ID']['input'];
|
|
30995
|
+
mediaApiFileId: Scalars['String']['input'];
|
|
30996
|
+
};
|
|
30997
|
+
export declare type JiraCreateCustomBackgroundPayload = Payload & {
|
|
30998
|
+
__typename?: 'JiraCreateCustomBackgroundPayload';
|
|
30999
|
+
background?: Maybe<JiraMediaBackground>;
|
|
31000
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31001
|
+
success: Scalars['Boolean']['output'];
|
|
31002
|
+
};
|
|
30784
31003
|
export declare type JiraCreateCustomFilterInput = {
|
|
30785
31004
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
30786
31005
|
editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
|
|
@@ -30864,6 +31083,30 @@ export declare type JiraCreateSimpleNavigationItemInput = {
|
|
|
30864
31083
|
scopeId: Scalars['ID']['input'];
|
|
30865
31084
|
typeKey: JiraNavigationItemTypeKey;
|
|
30866
31085
|
};
|
|
31086
|
+
export declare type JiraCustomBackground = {
|
|
31087
|
+
__typename?: 'JiraCustomBackground';
|
|
31088
|
+
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
31089
|
+
altText?: Maybe<Scalars['String']['output']>;
|
|
31090
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
31091
|
+
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
31092
|
+
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
31093
|
+
sourceIdentifier?: Maybe<Scalars['String']['output']>;
|
|
31094
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
31095
|
+
};
|
|
31096
|
+
export declare type JiraCustomBackgroundMediaReadTokenArgs = {
|
|
31097
|
+
durationInSeconds: Scalars['Int']['input'];
|
|
31098
|
+
};
|
|
31099
|
+
export declare type JiraCustomBackgroundConnection = {
|
|
31100
|
+
__typename?: 'JiraCustomBackgroundConnection';
|
|
31101
|
+
edges?: Maybe<Array<Maybe<JiraCustomBackgroundEdge>>>;
|
|
31102
|
+
pageInfo?: Maybe<PageInfo>;
|
|
31103
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31104
|
+
};
|
|
31105
|
+
export declare type JiraCustomBackgroundEdge = {
|
|
31106
|
+
__typename?: 'JiraCustomBackgroundEdge';
|
|
31107
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31108
|
+
node?: Maybe<JiraCustomBackground>;
|
|
31109
|
+
};
|
|
30867
31110
|
export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
30868
31111
|
__typename?: 'JiraCustomFilter';
|
|
30869
31112
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -31053,6 +31296,16 @@ export declare type JiraDefaultGrantTypeValue = Node & {
|
|
|
31053
31296
|
id: Scalars['ID']['output'];
|
|
31054
31297
|
name: Scalars['String']['output'];
|
|
31055
31298
|
};
|
|
31299
|
+
export declare type JiraDeleteCustomBackgroundInput = {
|
|
31300
|
+
cloudId: Scalars['ID']['input'];
|
|
31301
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
31302
|
+
};
|
|
31303
|
+
export declare type JiraDeleteCustomBackgroundPayload = Payload & {
|
|
31304
|
+
__typename?: 'JiraDeleteCustomBackgroundPayload';
|
|
31305
|
+
customBackgroundId?: Maybe<Scalars['ID']['output']>;
|
|
31306
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31307
|
+
success: Scalars['Boolean']['output'];
|
|
31308
|
+
};
|
|
31056
31309
|
export declare type JiraDeleteCustomFilterPayload = Payload & {
|
|
31057
31310
|
__typename?: 'JiraDeleteCustomFilterPayload';
|
|
31058
31311
|
deletedCustomFilterId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -31798,6 +32051,16 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
31798
32051
|
type: Scalars['String']['output'];
|
|
31799
32052
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
31800
32053
|
};
|
|
32054
|
+
export declare type JiraForgeObjectFieldOperationInput = {
|
|
32055
|
+
object?: InputMaybe<Scalars['String']['input']>;
|
|
32056
|
+
operation: JiraSingleValueFieldOperations;
|
|
32057
|
+
};
|
|
32058
|
+
export declare type JiraForgeObjectFieldPayload = Payload & {
|
|
32059
|
+
__typename?: 'JiraForgeObjectFieldPayload';
|
|
32060
|
+
errors?: Maybe<Array<MutationError>>;
|
|
32061
|
+
field?: Maybe<JiraForgeObjectField>;
|
|
32062
|
+
success: Scalars['Boolean']['output'];
|
|
32063
|
+
};
|
|
31801
32064
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
31802
32065
|
__typename?: 'JiraForgeStringField';
|
|
31803
32066
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -32009,6 +32272,11 @@ export declare type JiraGoalsFieldSelectedGoalsArgs = {
|
|
|
32009
32272
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32010
32273
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32011
32274
|
};
|
|
32275
|
+
export declare type JiraGradientBackground = JiraBackground & {
|
|
32276
|
+
__typename?: 'JiraGradientBackground';
|
|
32277
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
32278
|
+
gradientValue?: Maybe<Scalars['String']['output']>;
|
|
32279
|
+
};
|
|
32012
32280
|
export declare type JiraGrantTypeKey = {
|
|
32013
32281
|
__typename?: 'JiraGrantTypeKey';
|
|
32014
32282
|
key: JiraGrantTypeKeyEnum;
|
|
@@ -32190,6 +32458,7 @@ export declare type JiraIssue = Node & {
|
|
|
32190
32458
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
32191
32459
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
32192
32460
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
32461
|
+
jiraCoverMedia?: Maybe<JiraBackground>;
|
|
32193
32462
|
key: Scalars['String']['output'];
|
|
32194
32463
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
32195
32464
|
linkedDesigns?: Maybe<GraphJiraDesignConnection>;
|
|
@@ -32373,6 +32642,9 @@ export declare type JiraIssueBulkOperationProgress = {
|
|
|
32373
32642
|
bulkOperationFailures?: Maybe<JiraIssueBulkOperationFailureConnection>;
|
|
32374
32643
|
editedAccessibleIssues?: Maybe<JiraIssueConnection>;
|
|
32375
32644
|
editedInaccessibleIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
32645
|
+
failedAccessibleIssues?: Maybe<JiraIssueBulkOperationFailureConnection>;
|
|
32646
|
+
invalidOrInaccessibleIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
32647
|
+
processedAccessibleIssues?: Maybe<JiraIssueConnection>;
|
|
32376
32648
|
progress?: Maybe<Scalars['Long']['output']>;
|
|
32377
32649
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
32378
32650
|
status?: Maybe<JiraLongRunningTaskStatus>;
|
|
@@ -32394,6 +32666,18 @@ export declare type JiraIssueBulkOperationProgressEditedAccessibleIssuesArgs = {
|
|
|
32394
32666
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32395
32667
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32396
32668
|
};
|
|
32669
|
+
export declare type JiraIssueBulkOperationProgressFailedAccessibleIssuesArgs = {
|
|
32670
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32671
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32672
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32673
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32674
|
+
};
|
|
32675
|
+
export declare type JiraIssueBulkOperationProgressProcessedAccessibleIssuesArgs = {
|
|
32676
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32677
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32678
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32679
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32680
|
+
};
|
|
32397
32681
|
export declare type JiraIssueBulkOperationProgressSuccessfulIssuesArgs = {
|
|
32398
32682
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32399
32683
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -34051,6 +34335,11 @@ export declare type JiraMediaAttachmentFileEdge = {
|
|
|
34051
34335
|
cursor: Scalars['String']['output'];
|
|
34052
34336
|
node?: Maybe<JiraMediaAttachmentFile>;
|
|
34053
34337
|
};
|
|
34338
|
+
export declare type JiraMediaBackground = JiraBackground & {
|
|
34339
|
+
__typename?: 'JiraMediaBackground';
|
|
34340
|
+
customBackground?: Maybe<JiraCustomBackground>;
|
|
34341
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
34342
|
+
};
|
|
34054
34343
|
export declare type JiraMediaContext = {
|
|
34055
34344
|
__typename?: 'JiraMediaContext';
|
|
34056
34345
|
uploadToken?: Maybe<JiraMediaUploadTokenResult>;
|
|
@@ -34369,6 +34658,7 @@ export declare type JiraMutation = {
|
|
|
34369
34658
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
34370
34659
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
34371
34660
|
createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
|
|
34661
|
+
createCustomBackground?: Maybe<JiraCreateCustomBackgroundPayload>;
|
|
34372
34662
|
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
34373
34663
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
34374
34664
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
@@ -34380,6 +34670,7 @@ export declare type JiraMutation = {
|
|
|
34380
34670
|
createSafeGlobalData?: Maybe<JiraCreateSafeGlobalDataPayload>;
|
|
34381
34671
|
createSafePlan?: Maybe<JiraCreatePlanPayload>;
|
|
34382
34672
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
34673
|
+
deleteCustomBackground?: Maybe<JiraDeleteCustomBackgroundPayload>;
|
|
34383
34674
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
34384
34675
|
deleteIssueLink?: Maybe<JiraDeleteIssueLinkPayload>;
|
|
34385
34676
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
@@ -34410,6 +34701,7 @@ export declare type JiraMutation = {
|
|
|
34410
34701
|
moveJiraVersionToStart?: Maybe<JiraUpdateVersionPayload>;
|
|
34411
34702
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
34412
34703
|
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
34704
|
+
removeActiveBackground?: Maybe<JiraRemoveActiveBackgroundPayload>;
|
|
34413
34705
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
34414
34706
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
34415
34707
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -34427,15 +34719,18 @@ export declare type JiraMutation = {
|
|
|
34427
34719
|
sprintUpdate?: Maybe<JiraSprintMutationPayload>;
|
|
34428
34720
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
34429
34721
|
unlinkIssuesFromIncident?: Maybe<JiraUnlinkIssuesFromIncidentMutationPayload>;
|
|
34722
|
+
updateActiveBackground?: Maybe<JiraUpdateActiveBackgroundPayload>;
|
|
34430
34723
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
34431
34724
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
34432
34725
|
updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
|
|
34433
34726
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
34434
34727
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
34728
|
+
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
34435
34729
|
updateDataClassificationField?: Maybe<JiraDataClassificationFieldPayload>;
|
|
34436
34730
|
updateDateField?: Maybe<JiraDateFieldPayload>;
|
|
34437
34731
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
34438
34732
|
updateEntitlementField?: Maybe<JiraServiceManagementEntitlementFieldPayload>;
|
|
34733
|
+
updateForgeObjectField?: Maybe<JiraForgeObjectFieldPayload>;
|
|
34439
34734
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
34440
34735
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
34441
34736
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
@@ -34538,6 +34833,9 @@ export declare type JiraMutationCreateCalendarIssueArgs = {
|
|
|
34538
34833
|
startDateInput?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34539
34834
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
34540
34835
|
};
|
|
34836
|
+
export declare type JiraMutationCreateCustomBackgroundArgs = {
|
|
34837
|
+
input: JiraCreateCustomBackgroundInput;
|
|
34838
|
+
};
|
|
34541
34839
|
export declare type JiraMutationCreateIssueLinksArgs = {
|
|
34542
34840
|
cloudId: Scalars['ID']['input'];
|
|
34543
34841
|
input: JiraBulkCreateIssueLinksInput;
|
|
@@ -34573,6 +34871,9 @@ export declare type JiraMutationCreateSafePlanArgs = {
|
|
|
34573
34871
|
export declare type JiraMutationCreateSimpleNavigationItemArgs = {
|
|
34574
34872
|
input: JiraCreateSimpleNavigationItemInput;
|
|
34575
34873
|
};
|
|
34874
|
+
export declare type JiraMutationDeleteCustomBackgroundArgs = {
|
|
34875
|
+
input: JiraDeleteCustomBackgroundInput;
|
|
34876
|
+
};
|
|
34576
34877
|
export declare type JiraMutationDeleteGlobalPermissionGrantArgs = {
|
|
34577
34878
|
cloudId: Scalars['ID']['input'];
|
|
34578
34879
|
input: JiraGlobalPermissionDeleteGroupGrantInput;
|
|
@@ -34662,6 +34963,9 @@ export declare type JiraMutationRankIssuesArgs = {
|
|
|
34662
34963
|
export declare type JiraMutationRankNavigationItemArgs = {
|
|
34663
34964
|
input: JiraRankNavigationItemInput;
|
|
34664
34965
|
};
|
|
34966
|
+
export declare type JiraMutationRemoveActiveBackgroundArgs = {
|
|
34967
|
+
input: JiraRemoveActiveBackgroundInput;
|
|
34968
|
+
};
|
|
34665
34969
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
34666
34970
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
34667
34971
|
};
|
|
@@ -34721,6 +35025,9 @@ export declare type JiraMutationSubmitBulkOperationArgs = {
|
|
|
34721
35025
|
export declare type JiraMutationUnlinkIssuesFromIncidentArgs = {
|
|
34722
35026
|
input: JiraUnlinkIssuesFromIncidentMutationInput;
|
|
34723
35027
|
};
|
|
35028
|
+
export declare type JiraMutationUpdateActiveBackgroundArgs = {
|
|
35029
|
+
input: JiraUpdateBackgroundInput;
|
|
35030
|
+
};
|
|
34724
35031
|
export declare type JiraMutationUpdateAttachmentFieldArgs = {
|
|
34725
35032
|
input: JiraUpdateAttachmentFieldInput;
|
|
34726
35033
|
};
|
|
@@ -34736,6 +35043,9 @@ export declare type JiraMutationUpdateColorFieldArgs = {
|
|
|
34736
35043
|
export declare type JiraMutationUpdateComponentsFieldArgs = {
|
|
34737
35044
|
input: JiraUpdateComponentsFieldInput;
|
|
34738
35045
|
};
|
|
35046
|
+
export declare type JiraMutationUpdateCustomBackgroundArgs = {
|
|
35047
|
+
input: JiraUpdateCustomBackgroundInput;
|
|
35048
|
+
};
|
|
34739
35049
|
export declare type JiraMutationUpdateDataClassificationFieldArgs = {
|
|
34740
35050
|
input: JiraUpdateDataClassificationFieldInput;
|
|
34741
35051
|
};
|
|
@@ -34748,6 +35058,9 @@ export declare type JiraMutationUpdateDateTimeFieldArgs = {
|
|
|
34748
35058
|
export declare type JiraMutationUpdateEntitlementFieldArgs = {
|
|
34749
35059
|
input: JiraServiceManagementUpdateEntitlementFieldInput;
|
|
34750
35060
|
};
|
|
35061
|
+
export declare type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
35062
|
+
input: JiraUpdateForgeObjectFieldInput;
|
|
35063
|
+
};
|
|
34751
35064
|
export declare type JiraMutationUpdateGlobalNotificationOptionsArgs = {
|
|
34752
35065
|
cloudId: Scalars['ID']['input'];
|
|
34753
35066
|
input: JiraUpdateNotificationOptionsInput;
|
|
@@ -35028,11 +35341,14 @@ export declare type JiraNotificationGlobalPreference = {
|
|
|
35028
35341
|
};
|
|
35029
35342
|
export declare type JiraNotificationOptions = {
|
|
35030
35343
|
__typename?: 'JiraNotificationOptions';
|
|
35344
|
+
batchWindow?: Maybe<JiraBatchWindowPreference>;
|
|
35031
35345
|
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
35032
35346
|
id: Scalars['ID']['output'];
|
|
35033
35347
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
35034
35348
|
isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35035
35349
|
notifyOwnChangesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35350
|
+
notifyWhenRoleAssigneeEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35351
|
+
notifyWhenRoleReporterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35036
35352
|
};
|
|
35037
35353
|
export declare type JiraNotificationPreference = {
|
|
35038
35354
|
__typename?: 'JiraNotificationPreference';
|
|
@@ -36493,6 +36809,7 @@ export declare enum JiraPullRequestState {
|
|
|
36493
36809
|
}
|
|
36494
36810
|
export declare type JiraQuery = {
|
|
36495
36811
|
__typename?: 'JiraQuery';
|
|
36812
|
+
activeBackgroundDetails?: Maybe<JiraActiveBackgroundDetailsResult>;
|
|
36496
36813
|
addableNavigationItemTypes?: Maybe<JiraNavigationItemTypeConnection>;
|
|
36497
36814
|
advancedRoadmapsNavigation?: Maybe<JiraAdvancedRoadmapsNavigation>;
|
|
36498
36815
|
allGrantTypeKeys?: Maybe<Array<JiraGrantTypeKey>>;
|
|
@@ -36515,6 +36832,7 @@ export declare type JiraQuery = {
|
|
|
36515
36832
|
bulkOperationsMetadata?: Maybe<JiraIssueBulkOperationsMetadata>;
|
|
36516
36833
|
canPerform?: Maybe<Scalars['Boolean']['output']>;
|
|
36517
36834
|
childIssuesLimit?: Maybe<Scalars['Long']['output']>;
|
|
36835
|
+
customBackgrounds?: Maybe<JiraCustomBackgroundConnection>;
|
|
36518
36836
|
deploymentsFeaturePrecondition?: Maybe<JiraDeploymentsFeaturePrecondition>;
|
|
36519
36837
|
deploymentsFeaturePreconditionByProjectKey?: Maybe<JiraDeploymentsFeaturePrecondition>;
|
|
36520
36838
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
@@ -36541,7 +36859,9 @@ export declare type JiraQuery = {
|
|
|
36541
36859
|
integerUserProperty?: Maybe<JiraEntityPropertyInt>;
|
|
36542
36860
|
isAiEnabledForIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
36543
36861
|
isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36862
|
+
isJiraDefinitionsPermissionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36544
36863
|
isNaturalLanguageSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36864
|
+
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36545
36865
|
isSubtasksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36546
36866
|
issue?: Maybe<JiraIssue>;
|
|
36547
36867
|
issueById?: Maybe<JiraIssue>;
|
|
@@ -36647,6 +36967,9 @@ export declare type JiraQuery = {
|
|
|
36647
36967
|
versionsForProjects?: Maybe<JiraVersionConnection>;
|
|
36648
36968
|
viewPermissionScheme?: Maybe<JiraPermissionSchemeViewResult>;
|
|
36649
36969
|
};
|
|
36970
|
+
export declare type JiraQueryActiveBackgroundDetailsArgs = {
|
|
36971
|
+
entityId: Scalars['ID']['input'];
|
|
36972
|
+
};
|
|
36650
36973
|
export declare type JiraQueryAddableNavigationItemTypesArgs = {
|
|
36651
36974
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36652
36975
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -36753,6 +37076,13 @@ export declare type JiraQueryCanPerformArgs = {
|
|
|
36753
37076
|
export declare type JiraQueryChildIssuesLimitArgs = {
|
|
36754
37077
|
cloudId: Scalars['ID']['input'];
|
|
36755
37078
|
};
|
|
37079
|
+
export declare type JiraQueryCustomBackgroundsArgs = {
|
|
37080
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37081
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
37082
|
+
cloudId: Scalars['ID']['input'];
|
|
37083
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37084
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37085
|
+
};
|
|
36756
37086
|
export declare type JiraQueryDeploymentsFeaturePreconditionArgs = {
|
|
36757
37087
|
projectId: Scalars['ID']['input'];
|
|
36758
37088
|
};
|
|
@@ -36887,9 +37217,15 @@ export declare type JiraQueryIsIssueViewEditorAiEnabledArgs = {
|
|
|
36887
37217
|
cloudId: Scalars['ID']['input'];
|
|
36888
37218
|
jiraProjectType: JiraProjectType;
|
|
36889
37219
|
};
|
|
37220
|
+
export declare type JiraQueryIsJiraDefinitionsPermissionsEnabledArgs = {
|
|
37221
|
+
cloudId: Scalars['ID']['input'];
|
|
37222
|
+
};
|
|
36890
37223
|
export declare type JiraQueryIsNaturalLanguageSearchEnabledArgs = {
|
|
36891
37224
|
cloudId: Scalars['ID']['input'];
|
|
36892
37225
|
};
|
|
37226
|
+
export declare type JiraQueryIsRovoEnabledArgs = {
|
|
37227
|
+
cloudId: Scalars['ID']['input'];
|
|
37228
|
+
};
|
|
36893
37229
|
export declare type JiraQueryIsSubtasksEnabledArgs = {
|
|
36894
37230
|
cloudId: Scalars['ID']['input'];
|
|
36895
37231
|
};
|
|
@@ -37577,6 +37913,14 @@ export declare type JiraReleasesTimeWindowInput = {
|
|
|
37577
37913
|
before: Scalars['DateTime']['input'];
|
|
37578
37914
|
};
|
|
37579
37915
|
export declare type JiraRemoteIssueLink = JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssueRemoteIssueLink | JiraWebRemoteIssueLink;
|
|
37916
|
+
export declare type JiraRemoveActiveBackgroundInput = {
|
|
37917
|
+
entityId: Scalars['ID']['input'];
|
|
37918
|
+
};
|
|
37919
|
+
export declare type JiraRemoveActiveBackgroundPayload = Payload & {
|
|
37920
|
+
__typename?: 'JiraRemoveActiveBackgroundPayload';
|
|
37921
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37922
|
+
success: Scalars['Boolean']['output'];
|
|
37923
|
+
};
|
|
37580
37924
|
export declare type JiraRemoveIssuesFromAllFixVersionsInput = {
|
|
37581
37925
|
issueIds: Array<Scalars['ID']['input']>;
|
|
37582
37926
|
};
|
|
@@ -39595,6 +39939,7 @@ export declare type JiraSubscription = {
|
|
|
39595
39939
|
__typename?: 'JiraSubscription';
|
|
39596
39940
|
onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
|
|
39597
39941
|
onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
|
|
39942
|
+
onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
|
|
39598
39943
|
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
39599
39944
|
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
39600
39945
|
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
@@ -39612,6 +39957,10 @@ export declare type JiraSubscriptionOnAttachmentDeletedByProjectsArgs = {
|
|
|
39612
39957
|
cloudId: Scalars['ID']['input'];
|
|
39613
39958
|
projectIds: Array<Scalars['String']['input']>;
|
|
39614
39959
|
};
|
|
39960
|
+
export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
|
|
39961
|
+
issueAri: Scalars['ID']['input'];
|
|
39962
|
+
jobId: Scalars['ID']['input'];
|
|
39963
|
+
};
|
|
39615
39964
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
39616
39965
|
cloudId: Scalars['ID']['input'];
|
|
39617
39966
|
projectId: Scalars['String']['input'];
|
|
@@ -39980,10 +40329,21 @@ export declare type JiraUnsupportedLanguageError = {
|
|
|
39980
40329
|
__typename?: 'JiraUnsupportedLanguageError';
|
|
39981
40330
|
message?: Maybe<Scalars['String']['output']>;
|
|
39982
40331
|
};
|
|
40332
|
+
export declare type JiraUpdateActiveBackgroundPayload = Payload & {
|
|
40333
|
+
__typename?: 'JiraUpdateActiveBackgroundPayload';
|
|
40334
|
+
background?: Maybe<JiraBackground>;
|
|
40335
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40336
|
+
success: Scalars['Boolean']['output'];
|
|
40337
|
+
};
|
|
39983
40338
|
export declare type JiraUpdateAttachmentFieldInput = {
|
|
39984
40339
|
id: Scalars['ID']['input'];
|
|
39985
40340
|
operation: JiraAttachmentFieldOperationInput;
|
|
39986
40341
|
};
|
|
40342
|
+
export declare type JiraUpdateBackgroundInput = {
|
|
40343
|
+
backgroundType: JiraBackgroundType;
|
|
40344
|
+
backgroundValue: Scalars['String']['input'];
|
|
40345
|
+
entityId: Scalars['ID']['input'];
|
|
40346
|
+
};
|
|
39987
40347
|
export declare type JiraUpdateCascadingSelectFieldInput = {
|
|
39988
40348
|
id: Scalars['ID']['input'];
|
|
39989
40349
|
operation: JiraCascadingSelectFieldOperationInput;
|
|
@@ -40000,6 +40360,17 @@ export declare type JiraUpdateComponentsFieldInput = {
|
|
|
40000
40360
|
id: Scalars['ID']['input'];
|
|
40001
40361
|
operations: Array<JiraComponentFieldOperationInput>;
|
|
40002
40362
|
};
|
|
40363
|
+
export declare type JiraUpdateCustomBackgroundInput = {
|
|
40364
|
+
altText: Scalars['String']['input'];
|
|
40365
|
+
cloudId: Scalars['ID']['input'];
|
|
40366
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
40367
|
+
};
|
|
40368
|
+
export declare type JiraUpdateCustomBackgroundPayload = Payload & {
|
|
40369
|
+
__typename?: 'JiraUpdateCustomBackgroundPayload';
|
|
40370
|
+
background?: Maybe<JiraCustomBackground>;
|
|
40371
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40372
|
+
success: Scalars['Boolean']['output'];
|
|
40373
|
+
};
|
|
40003
40374
|
export declare type JiraUpdateCustomFilterDetailsInput = {
|
|
40004
40375
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
40005
40376
|
editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
|
|
@@ -40035,6 +40406,10 @@ export declare type JiraUpdateDateTimeFieldInput = {
|
|
|
40035
40406
|
id: Scalars['ID']['input'];
|
|
40036
40407
|
operation: JiraDateTimeFieldOperationInput;
|
|
40037
40408
|
};
|
|
40409
|
+
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
40410
|
+
id: Scalars['ID']['input'];
|
|
40411
|
+
operation: JiraForgeObjectFieldOperationInput;
|
|
40412
|
+
};
|
|
40038
40413
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
40039
40414
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
40040
40415
|
};
|
|
@@ -40083,9 +40458,12 @@ export declare type JiraUpdateMultipleVersionPickerFieldInput = {
|
|
|
40083
40458
|
operations: Array<JiraMultipleVersionPickerFieldOperationInput>;
|
|
40084
40459
|
};
|
|
40085
40460
|
export declare type JiraUpdateNotificationOptionsInput = {
|
|
40461
|
+
batchWindow?: InputMaybe<JiraBatchWindowPreference>;
|
|
40086
40462
|
emailMimeType?: InputMaybe<JiraEmailMimeType>;
|
|
40087
40463
|
isEmailNotificationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40088
40464
|
notifyOwnChangesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40465
|
+
notifyWhenRoleAssigneeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40466
|
+
notifyWhenRoleReporterEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40089
40467
|
};
|
|
40090
40468
|
export declare type JiraUpdateNotificationOptionsPayload = Payload & {
|
|
40091
40469
|
__typename?: 'JiraUpdateNotificationOptionsPayload';
|
|
@@ -41550,6 +41928,10 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
41550
41928
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
41551
41929
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
41552
41930
|
};
|
|
41931
|
+
export declare enum JsmChatChannelExperienceId {
|
|
41932
|
+
Helpcenter = "HELPCENTER",
|
|
41933
|
+
Widget = "WIDGET"
|
|
41934
|
+
}
|
|
41553
41935
|
export declare type JsmChatChannelRequestTypeMapping = {
|
|
41554
41936
|
__typename?: 'JsmChatChannelRequestTypeMapping';
|
|
41555
41937
|
channelId: Scalars['ID']['output'];
|
|
@@ -41560,6 +41942,7 @@ export declare type JsmChatChannelRequestTypeMapping = {
|
|
|
41560
41942
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
41561
41943
|
requestTypes?: Maybe<Array<Maybe<JsmChatRequestTypesMappedResponse>>>;
|
|
41562
41944
|
settings?: Maybe<JsmChatChannelSettings>;
|
|
41945
|
+
teamName?: Maybe<Scalars['String']['output']>;
|
|
41563
41946
|
};
|
|
41564
41947
|
export declare type JsmChatChannelSettings = {
|
|
41565
41948
|
__typename?: 'JsmChatChannelSettings';
|
|
@@ -41604,6 +41987,15 @@ export declare type JsmChatCreateCommentOutput = {
|
|
|
41604
41987
|
message: Scalars['String']['output'];
|
|
41605
41988
|
status: Scalars['Boolean']['output'];
|
|
41606
41989
|
};
|
|
41990
|
+
export declare type JsmChatCreateConversationInput = {
|
|
41991
|
+
channelExperienceId: JsmChatChannelExperienceId;
|
|
41992
|
+
conversationContextAri: Scalars['ID']['input'];
|
|
41993
|
+
isVirtualAgentTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41994
|
+
};
|
|
41995
|
+
export declare type JsmChatCreateConversationOutput = {
|
|
41996
|
+
__typename?: 'JsmChatCreateConversationOutput';
|
|
41997
|
+
conversationId: Scalars['String']['output'];
|
|
41998
|
+
};
|
|
41607
41999
|
export declare type JsmChatDisconnectJiraProjectInput = {
|
|
41608
42000
|
activationId: Scalars['ID']['input'];
|
|
41609
42001
|
projectId: Scalars['ID']['input'];
|
|
@@ -41674,6 +42066,7 @@ export declare type JsmChatMutation = {
|
|
|
41674
42066
|
__typename?: 'JsmChatMutation';
|
|
41675
42067
|
createChannel: JsmChatCreateChannelOutput;
|
|
41676
42068
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
42069
|
+
createConversation: JsmChatCreateConversationOutput;
|
|
41677
42070
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
41678
42071
|
disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
41679
42072
|
updateChannelSettings: JsmChatUpdateChannelSettingsOutput;
|
|
@@ -41690,6 +42083,10 @@ export declare type JsmChatMutationCreateCommentArgs = {
|
|
|
41690
42083
|
jiraIssueAri: Scalars['ID']['input'];
|
|
41691
42084
|
workspaceAri: Scalars['ID']['input'];
|
|
41692
42085
|
};
|
|
42086
|
+
export declare type JsmChatMutationCreateConversationArgs = {
|
|
42087
|
+
input?: InputMaybe<JsmChatCreateConversationInput>;
|
|
42088
|
+
workspaceAri: Scalars['ID']['input'];
|
|
42089
|
+
};
|
|
41693
42090
|
export declare type JsmChatMutationDisconnectJiraProjectArgs = {
|
|
41694
42091
|
input: JsmChatDisconnectJiraProjectInput;
|
|
41695
42092
|
};
|
|
@@ -41835,6 +42232,102 @@ export declare type JsmChatUpdatedProjectSettings = {
|
|
|
41835
42232
|
requesterIssueClosedMessageDisabled: Scalars['Boolean']['input'];
|
|
41836
42233
|
requesterThreadMessageDisabled: Scalars['Boolean']['input'];
|
|
41837
42234
|
};
|
|
42235
|
+
export declare type JswAvailableCardLayoutField = Node & {
|
|
42236
|
+
__typename?: 'JswAvailableCardLayoutField';
|
|
42237
|
+
fieldId: Scalars['ID']['output'];
|
|
42238
|
+
id: Scalars['ID']['output'];
|
|
42239
|
+
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
42240
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42241
|
+
};
|
|
42242
|
+
export declare type JswAvailableCardLayoutFieldConnection = {
|
|
42243
|
+
__typename?: 'JswAvailableCardLayoutFieldConnection';
|
|
42244
|
+
edges?: Maybe<Array<Maybe<JswAvailableCardLayoutFieldEdge>>>;
|
|
42245
|
+
pageInfo: PageInfo;
|
|
42246
|
+
};
|
|
42247
|
+
export declare type JswAvailableCardLayoutFieldEdge = {
|
|
42248
|
+
__typename?: 'JswAvailableCardLayoutFieldEdge';
|
|
42249
|
+
cursor: Scalars['String']['output'];
|
|
42250
|
+
node?: Maybe<JswAvailableCardLayoutField>;
|
|
42251
|
+
};
|
|
42252
|
+
export declare type JswBoardAdmin = {
|
|
42253
|
+
__typename?: 'JswBoardAdmin';
|
|
42254
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42255
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42256
|
+
};
|
|
42257
|
+
export declare type JswBoardAdmins = {
|
|
42258
|
+
__typename?: 'JswBoardAdmins';
|
|
42259
|
+
groupKeys?: Maybe<Array<Maybe<JswBoardAdmin>>>;
|
|
42260
|
+
userKeys?: Maybe<Array<Maybe<JswBoardAdmin>>>;
|
|
42261
|
+
};
|
|
42262
|
+
export declare type JswBoardLocationModel = {
|
|
42263
|
+
__typename?: 'JswBoardLocationModel';
|
|
42264
|
+
avatarURI?: Maybe<Scalars['String']['output']>;
|
|
42265
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42266
|
+
projectId?: Maybe<Scalars['ID']['output']>;
|
|
42267
|
+
projectTypeKey?: Maybe<Scalars['String']['output']>;
|
|
42268
|
+
userLocationId?: Maybe<Scalars['ID']['output']>;
|
|
42269
|
+
};
|
|
42270
|
+
export declare type JswCardColor = Node & {
|
|
42271
|
+
__typename?: 'JswCardColor';
|
|
42272
|
+
canEdit: Scalars['Boolean']['output'];
|
|
42273
|
+
color: Scalars['String']['output'];
|
|
42274
|
+
displayValue?: Maybe<Scalars['String']['output']>;
|
|
42275
|
+
id: Scalars['ID']['output'];
|
|
42276
|
+
strategy?: Maybe<Scalars['String']['output']>;
|
|
42277
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42278
|
+
};
|
|
42279
|
+
export declare type JswCardColorConfig = {
|
|
42280
|
+
__typename?: 'JswCardColorConfig';
|
|
42281
|
+
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42282
|
+
cardColorStrategies?: Maybe<Array<Maybe<JswCardColorStrategy>>>;
|
|
42283
|
+
cardColorStrategy?: Maybe<Scalars['String']['output']>;
|
|
42284
|
+
};
|
|
42285
|
+
export declare type JswCardColorConfigCardColorStrategiesArgs = {
|
|
42286
|
+
strategies?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
42287
|
+
};
|
|
42288
|
+
export declare type JswCardColorConnection = {
|
|
42289
|
+
__typename?: 'JswCardColorConnection';
|
|
42290
|
+
edges?: Maybe<Array<Maybe<JswCardColorEdge>>>;
|
|
42291
|
+
pageInfo: PageInfo;
|
|
42292
|
+
};
|
|
42293
|
+
export declare type JswCardColorEdge = {
|
|
42294
|
+
__typename?: 'JswCardColorEdge';
|
|
42295
|
+
cursor: Scalars['String']['output'];
|
|
42296
|
+
node?: Maybe<JswCardColor>;
|
|
42297
|
+
};
|
|
42298
|
+
export declare type JswCardColorStrategy = {
|
|
42299
|
+
__typename?: 'JswCardColorStrategy';
|
|
42300
|
+
canEdit: Scalars['Boolean']['output'];
|
|
42301
|
+
cardColors?: Maybe<JswCardColorConnection>;
|
|
42302
|
+
id: Scalars['String']['output'];
|
|
42303
|
+
};
|
|
42304
|
+
export declare type JswCardColorStrategyCardColorsArgs = {
|
|
42305
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
42306
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42307
|
+
};
|
|
42308
|
+
export declare type JswCardLayoutConfig = {
|
|
42309
|
+
__typename?: 'JswCardLayoutConfig';
|
|
42310
|
+
backlog?: Maybe<JswCardLayoutContainer>;
|
|
42311
|
+
board?: Maybe<JswCardLayoutContainer>;
|
|
42312
|
+
};
|
|
42313
|
+
export declare type JswCardLayoutContainer = {
|
|
42314
|
+
__typename?: 'JswCardLayoutContainer';
|
|
42315
|
+
availableFields?: Maybe<JswAvailableCardLayoutFieldConnection>;
|
|
42316
|
+
fields?: Maybe<Array<Maybe<JswCurrentCardLayoutField>>>;
|
|
42317
|
+
};
|
|
42318
|
+
export declare type JswCurrentCardLayoutField = Node & {
|
|
42319
|
+
__typename?: 'JswCurrentCardLayoutField';
|
|
42320
|
+
cardLayoutId: Scalars['ID']['output'];
|
|
42321
|
+
fieldId: Scalars['ID']['output'];
|
|
42322
|
+
id: Scalars['ID']['output'];
|
|
42323
|
+
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
42324
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42325
|
+
};
|
|
42326
|
+
export declare type JswMapOfStringToString = {
|
|
42327
|
+
__typename?: 'JswMapOfStringToString';
|
|
42328
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42329
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42330
|
+
};
|
|
41838
42331
|
export declare type JswMutation = {
|
|
41839
42332
|
__typename?: 'JswMutation';
|
|
41840
42333
|
deleteCard?: Maybe<DeleteCardOutput>;
|
|
@@ -41842,6 +42335,20 @@ export declare type JswMutation = {
|
|
|
41842
42335
|
export declare type JswMutationDeleteCardArgs = {
|
|
41843
42336
|
input?: InputMaybe<DeleteCardInput>;
|
|
41844
42337
|
};
|
|
42338
|
+
export declare type JswNonWorkingDayConfig = {
|
|
42339
|
+
__typename?: 'JswNonWorkingDayConfig';
|
|
42340
|
+
date?: Maybe<Scalars['Date']['output']>;
|
|
42341
|
+
};
|
|
42342
|
+
export declare type JswOldDoneIssuesCutOffConfig = {
|
|
42343
|
+
__typename?: 'JswOldDoneIssuesCutOffConfig';
|
|
42344
|
+
oldDoneIssuesCutoff?: Maybe<Scalars['String']['output']>;
|
|
42345
|
+
options?: Maybe<Array<Maybe<JswOldDoneIssuesCutoffOption>>>;
|
|
42346
|
+
};
|
|
42347
|
+
export declare type JswOldDoneIssuesCutoffOption = {
|
|
42348
|
+
__typename?: 'JswOldDoneIssuesCutoffOption';
|
|
42349
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
42350
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
42351
|
+
};
|
|
41845
42352
|
export declare type JswQuery = {
|
|
41846
42353
|
__typename?: 'JswQuery';
|
|
41847
42354
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -41849,6 +42356,158 @@ export declare type JswQuery = {
|
|
|
41849
42356
|
export declare type JswQueryBoardScopeArgs = {
|
|
41850
42357
|
boardId: Scalars['ID']['input'];
|
|
41851
42358
|
};
|
|
42359
|
+
export declare type JswRegion = Node & {
|
|
42360
|
+
__typename?: 'JswRegion';
|
|
42361
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42362
|
+
id: Scalars['ID']['output'];
|
|
42363
|
+
};
|
|
42364
|
+
export declare type JswRegionConnection = {
|
|
42365
|
+
__typename?: 'JswRegionConnection';
|
|
42366
|
+
edges?: Maybe<Array<Maybe<JswRegionEdge>>>;
|
|
42367
|
+
pageInfo: PageInfo;
|
|
42368
|
+
};
|
|
42369
|
+
export declare type JswRegionEdge = {
|
|
42370
|
+
__typename?: 'JswRegionEdge';
|
|
42371
|
+
cursor: Scalars['String']['output'];
|
|
42372
|
+
node?: Maybe<JswRegion>;
|
|
42373
|
+
};
|
|
42374
|
+
export declare type JswSavedFilterConfig = {
|
|
42375
|
+
__typename?: 'JswSavedFilterConfig';
|
|
42376
|
+
canBeFixed?: Maybe<Scalars['Boolean']['output']>;
|
|
42377
|
+
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42378
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42379
|
+
editPermissionEntries?: Maybe<Array<Maybe<JswSavedFilterSharePermissionEntry>>>;
|
|
42380
|
+
editPermissions?: Maybe<Array<Maybe<JswSavedFilterPermissionEntry>>>;
|
|
42381
|
+
id: Scalars['ID']['output'];
|
|
42382
|
+
isOrderedByRank?: Maybe<Scalars['Boolean']['output']>;
|
|
42383
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42384
|
+
orderByWarnings?: Maybe<JswSavedFilterWarnings>;
|
|
42385
|
+
owner?: Maybe<JswSavedFilterOwner>;
|
|
42386
|
+
permissionEntries?: Maybe<Array<Maybe<JswSavedFilterPermissionEntry>>>;
|
|
42387
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
42388
|
+
queryProjects?: Maybe<JswSavedFilterQueryProjects>;
|
|
42389
|
+
sharePermissionEntries?: Maybe<Array<Maybe<JswSavedFilterSharePermissionEntry>>>;
|
|
42390
|
+
};
|
|
42391
|
+
export declare type JswSavedFilterOwner = {
|
|
42392
|
+
__typename?: 'JswSavedFilterOwner';
|
|
42393
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
42394
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42395
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42396
|
+
renderedLink?: Maybe<Scalars['String']['output']>;
|
|
42397
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
42398
|
+
};
|
|
42399
|
+
export declare type JswSavedFilterPermissionEntry = {
|
|
42400
|
+
__typename?: 'JswSavedFilterPermissionEntry';
|
|
42401
|
+
values?: Maybe<Array<Maybe<JswSavedFilterPermissionValue>>>;
|
|
42402
|
+
};
|
|
42403
|
+
export declare type JswSavedFilterPermissionValue = {
|
|
42404
|
+
__typename?: 'JswSavedFilterPermissionValue';
|
|
42405
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42406
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
42407
|
+
};
|
|
42408
|
+
export declare type JswSavedFilterQueryProjectEntry = {
|
|
42409
|
+
__typename?: 'JswSavedFilterQueryProjectEntry';
|
|
42410
|
+
canEditProject?: Maybe<Scalars['Boolean']['output']>;
|
|
42411
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42412
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42413
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42414
|
+
};
|
|
42415
|
+
export declare type JswSavedFilterQueryProjects = {
|
|
42416
|
+
__typename?: 'JswSavedFilterQueryProjects';
|
|
42417
|
+
displayMessage?: Maybe<Scalars['String']['output']>;
|
|
42418
|
+
isMaxSupportShowingProjectsReached?: Maybe<Scalars['Boolean']['output']>;
|
|
42419
|
+
isProjectsUnboundedInFilter?: Maybe<Scalars['Boolean']['output']>;
|
|
42420
|
+
projects?: Maybe<Array<Maybe<JswSavedFilterQueryProjectEntry>>>;
|
|
42421
|
+
projectsCount?: Maybe<Scalars['Int']['output']>;
|
|
42422
|
+
};
|
|
42423
|
+
export declare type JswSavedFilterSharePermissionEntry = {
|
|
42424
|
+
__typename?: 'JswSavedFilterSharePermissionEntry';
|
|
42425
|
+
group?: Maybe<JswSavedFilterSharePermissionValue>;
|
|
42426
|
+
project?: Maybe<JswSavedFilterSharePermissionProjectValue>;
|
|
42427
|
+
role?: Maybe<JswSavedFilterSharePermissionValue>;
|
|
42428
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
42429
|
+
user?: Maybe<JswSavedFilterSharePermissionUserValue>;
|
|
42430
|
+
};
|
|
42431
|
+
export declare type JswSavedFilterSharePermissionProjectValue = {
|
|
42432
|
+
__typename?: 'JswSavedFilterSharePermissionProjectValue';
|
|
42433
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42434
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42435
|
+
isSimple?: Maybe<Scalars['Boolean']['output']>;
|
|
42436
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
42437
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42438
|
+
};
|
|
42439
|
+
export declare type JswSavedFilterSharePermissionUserValue = {
|
|
42440
|
+
__typename?: 'JswSavedFilterSharePermissionUserValue';
|
|
42441
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
42442
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
42443
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42444
|
+
};
|
|
42445
|
+
export declare type JswSavedFilterSharePermissionValue = {
|
|
42446
|
+
__typename?: 'JswSavedFilterSharePermissionValue';
|
|
42447
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42448
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42449
|
+
};
|
|
42450
|
+
export declare type JswSavedFilterWarnings = {
|
|
42451
|
+
__typename?: 'JswSavedFilterWarnings';
|
|
42452
|
+
errorMessages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
42453
|
+
errors?: Maybe<Array<Maybe<JswMapOfStringToString>>>;
|
|
42454
|
+
};
|
|
42455
|
+
export declare type JswSubqueryConfig = {
|
|
42456
|
+
__typename?: 'JswSubqueryConfig';
|
|
42457
|
+
subqueries?: Maybe<Array<Maybe<JswSubqueryEntry>>>;
|
|
42458
|
+
};
|
|
42459
|
+
export declare type JswSubqueryEntry = {
|
|
42460
|
+
__typename?: 'JswSubqueryEntry';
|
|
42461
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
42462
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
42463
|
+
};
|
|
42464
|
+
export declare type JswTimeZone = Node & {
|
|
42465
|
+
__typename?: 'JswTimeZone';
|
|
42466
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
42467
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
42468
|
+
gmtOffset?: Maybe<Scalars['String']['output']>;
|
|
42469
|
+
id: Scalars['ID']['output'];
|
|
42470
|
+
regionKey?: Maybe<Scalars['String']['output']>;
|
|
42471
|
+
};
|
|
42472
|
+
export declare type JswTimeZoneConnection = {
|
|
42473
|
+
__typename?: 'JswTimeZoneConnection';
|
|
42474
|
+
edges?: Maybe<Array<Maybe<JswTimeZoneEdge>>>;
|
|
42475
|
+
pageInfo: PageInfo;
|
|
42476
|
+
};
|
|
42477
|
+
export declare type JswTimeZoneEdge = {
|
|
42478
|
+
__typename?: 'JswTimeZoneEdge';
|
|
42479
|
+
cursor: Scalars['String']['output'];
|
|
42480
|
+
node?: Maybe<JswTimeZone>;
|
|
42481
|
+
};
|
|
42482
|
+
export declare type JswTimeZoneEditModel = {
|
|
42483
|
+
__typename?: 'JswTimeZoneEditModel';
|
|
42484
|
+
currentTimeZoneId?: Maybe<Scalars['String']['output']>;
|
|
42485
|
+
regions?: Maybe<JswRegionConnection>;
|
|
42486
|
+
timeZones?: Maybe<JswTimeZoneConnection>;
|
|
42487
|
+
};
|
|
42488
|
+
export declare type JswTrackingStatistic = {
|
|
42489
|
+
__typename?: 'JswTrackingStatistic';
|
|
42490
|
+
customFieldId?: Maybe<Scalars['String']['output']>;
|
|
42491
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
42492
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42493
|
+
statisticFieldId?: Maybe<Scalars['String']['output']>;
|
|
42494
|
+
};
|
|
42495
|
+
export declare type JswWeekDaysConfig = {
|
|
42496
|
+
__typename?: 'JswWeekDaysConfig';
|
|
42497
|
+
friday?: Maybe<Scalars['Boolean']['output']>;
|
|
42498
|
+
monday?: Maybe<Scalars['Boolean']['output']>;
|
|
42499
|
+
saturday?: Maybe<Scalars['Boolean']['output']>;
|
|
42500
|
+
sunday?: Maybe<Scalars['Boolean']['output']>;
|
|
42501
|
+
thursday?: Maybe<Scalars['Boolean']['output']>;
|
|
42502
|
+
tuesday?: Maybe<Scalars['Boolean']['output']>;
|
|
42503
|
+
wednesday?: Maybe<Scalars['Boolean']['output']>;
|
|
42504
|
+
};
|
|
42505
|
+
export declare type JswWorkingDaysConfig = {
|
|
42506
|
+
__typename?: 'JswWorkingDaysConfig';
|
|
42507
|
+
nonWorkingDays?: Maybe<Array<Maybe<JswNonWorkingDayConfig>>>;
|
|
42508
|
+
timeZoneEditModel?: Maybe<JswTimeZoneEditModel>;
|
|
42509
|
+
weekDays?: Maybe<JswWeekDaysConfig>;
|
|
42510
|
+
};
|
|
41852
42511
|
export declare type KnowledgeBaseMutationApi = {
|
|
41853
42512
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
41854
42513
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseMutationResponse>;
|
|
@@ -41894,6 +42553,11 @@ export declare type KnowledgeBaseSources = {
|
|
|
41894
42553
|
edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
|
|
41895
42554
|
totalCount: Scalars['Int']['output'];
|
|
41896
42555
|
};
|
|
42556
|
+
export declare type KnowledgeDiscoveryBookmark = {
|
|
42557
|
+
__typename?: 'KnowledgeDiscoveryBookmark';
|
|
42558
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
42559
|
+
};
|
|
42560
|
+
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
41897
42561
|
export declare type KnowledgeDiscoveryConfluenceBlogpost = KnowledgeDiscoveryEntity & {
|
|
41898
42562
|
__typename?: 'KnowledgeDiscoveryConfluenceBlogpost';
|
|
41899
42563
|
confluenceBlogpost?: Maybe<ConfluenceBlogPost>;
|
|
@@ -42001,6 +42665,7 @@ export declare type KnowledgeDiscoveryPageInfo = {
|
|
|
42001
42665
|
};
|
|
42002
42666
|
export declare type KnowledgeDiscoveryQueryApi = {
|
|
42003
42667
|
__typename?: 'KnowledgeDiscoveryQueryApi';
|
|
42668
|
+
bookmark?: Maybe<KnowledgeDiscoveryBookmarkResult>;
|
|
42004
42669
|
definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
|
|
42005
42670
|
definitionHistory?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
|
|
42006
42671
|
keyPhrases?: Maybe<KnowledgeDiscoveryKeyPhrasesResult>;
|
|
@@ -42008,6 +42673,11 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
42008
42673
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
42009
42674
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
42010
42675
|
};
|
|
42676
|
+
export declare type KnowledgeDiscoveryQueryApiBookmarkArgs = {
|
|
42677
|
+
cloudId: Scalars['String']['input'];
|
|
42678
|
+
keyPhrase: Scalars['String']['input'];
|
|
42679
|
+
workspaceId: Scalars['String']['input'];
|
|
42680
|
+
};
|
|
42011
42681
|
export declare type KnowledgeDiscoveryQueryApiDefinitionArgs = {
|
|
42012
42682
|
contentId: Scalars['String']['input'];
|
|
42013
42683
|
keyPhrase: Scalars['String']['input'];
|
|
@@ -42875,6 +43545,48 @@ export declare enum MembershipState {
|
|
|
42875
43545
|
Invited = "INVITED",
|
|
42876
43546
|
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
42877
43547
|
}
|
|
43548
|
+
export declare type MercuryAddWatcherToFocusAreaInput = {
|
|
43549
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43550
|
+
focusAreaId: Scalars['ID']['input'];
|
|
43551
|
+
userId: Scalars['ID']['input'];
|
|
43552
|
+
};
|
|
43553
|
+
export declare type MercuryAddWatcherToFocusAreaPayload = Payload & {
|
|
43554
|
+
__typename?: 'MercuryAddWatcherToFocusAreaPayload';
|
|
43555
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43556
|
+
success: Scalars['Boolean']['output'];
|
|
43557
|
+
};
|
|
43558
|
+
export declare type MercuryAggregatedHeadcountConnection = {
|
|
43559
|
+
__typename?: 'MercuryAggregatedHeadcountConnection';
|
|
43560
|
+
edges?: Maybe<Array<Maybe<MercuryAggregatedHeadcountEdge>>>;
|
|
43561
|
+
pageInfo: PageInfo;
|
|
43562
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43563
|
+
};
|
|
43564
|
+
export declare type MercuryAggregatedHeadcountEdge = {
|
|
43565
|
+
__typename?: 'MercuryAggregatedHeadcountEdge';
|
|
43566
|
+
cursor: Scalars['String']['output'];
|
|
43567
|
+
node?: Maybe<MercuryHeadcountAggregation>;
|
|
43568
|
+
};
|
|
43569
|
+
export declare type MercuryAggregatedHeadcountSort = {
|
|
43570
|
+
field?: InputMaybe<MercuryAggregatedHeadcountSortField>;
|
|
43571
|
+
order: SortOrder;
|
|
43572
|
+
};
|
|
43573
|
+
export declare enum MercuryAggregatedHeadcountSortField {
|
|
43574
|
+
FilledPositions = "FILLED_POSITIONS",
|
|
43575
|
+
OpenPositions = "OPEN_POSITIONS",
|
|
43576
|
+
TotalHeadcount = "TOTAL_HEADCOUNT"
|
|
43577
|
+
}
|
|
43578
|
+
export declare type MercuryCreateFocusAreaInput = {
|
|
43579
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43580
|
+
focusAreaTypeId: Scalars['ID']['input'];
|
|
43581
|
+
name: Scalars['String']['input'];
|
|
43582
|
+
parentFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
43583
|
+
};
|
|
43584
|
+
export declare type MercuryCreateFocusAreaPayload = Payload & {
|
|
43585
|
+
__typename?: 'MercuryCreateFocusAreaPayload';
|
|
43586
|
+
createdFocusArea?: Maybe<MercuryFocusArea>;
|
|
43587
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43588
|
+
success: Scalars['Boolean']['output'];
|
|
43589
|
+
};
|
|
42878
43590
|
export declare type MercuryCreateGoalInput = {
|
|
42879
43591
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
42880
43592
|
goalType?: InputMaybe<MercuryGoalType>;
|
|
@@ -42909,6 +43621,43 @@ export declare type MercuryCreateGoalUpdateWithMetricPayload = {
|
|
|
42909
43621
|
goalUpdate?: Maybe<MercuryGoalUpdate>;
|
|
42910
43622
|
success: Scalars['Boolean']['output'];
|
|
42911
43623
|
};
|
|
43624
|
+
export declare type MercuryDeleteFocusAreaGoalLinkInput = {
|
|
43625
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43626
|
+
id: Scalars['ID']['input'];
|
|
43627
|
+
};
|
|
43628
|
+
export declare type MercuryDeleteFocusAreaGoalLinkPayload = Payload & {
|
|
43629
|
+
__typename?: 'MercuryDeleteFocusAreaGoalLinkPayload';
|
|
43630
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43631
|
+
success: Scalars['Boolean']['output'];
|
|
43632
|
+
};
|
|
43633
|
+
export declare type MercuryDeleteFocusAreaInput = {
|
|
43634
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43635
|
+
id: Scalars['ID']['input'];
|
|
43636
|
+
};
|
|
43637
|
+
export declare type MercuryDeleteFocusAreaLinkInput = {
|
|
43638
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43639
|
+
id: Scalars['ID']['input'];
|
|
43640
|
+
};
|
|
43641
|
+
export declare type MercuryDeleteFocusAreaLinkPayload = Payload & {
|
|
43642
|
+
__typename?: 'MercuryDeleteFocusAreaLinkPayload';
|
|
43643
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43644
|
+
success: Scalars['Boolean']['output'];
|
|
43645
|
+
};
|
|
43646
|
+
export declare type MercuryDeleteFocusAreaPayload = Payload & {
|
|
43647
|
+
__typename?: 'MercuryDeleteFocusAreaPayload';
|
|
43648
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43649
|
+
success: Scalars['Boolean']['output'];
|
|
43650
|
+
};
|
|
43651
|
+
export declare type MercuryDeletePortfolioFocusAreaLinkInput = {
|
|
43652
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43653
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43654
|
+
portfolioId: Scalars['ID']['input'];
|
|
43655
|
+
};
|
|
43656
|
+
export declare type MercuryDeletePortfolioFocusAreaLinkPayload = Payload & {
|
|
43657
|
+
__typename?: 'MercuryDeletePortfolioFocusAreaLinkPayload';
|
|
43658
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43659
|
+
success: Scalars['Boolean']['output'];
|
|
43660
|
+
};
|
|
42912
43661
|
export declare type MercuryEditGoalInput = {
|
|
42913
43662
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
42914
43663
|
goalAri: Scalars['String']['input'];
|
|
@@ -42985,6 +43734,22 @@ export declare enum MercuryFocusAreaHealthColor {
|
|
|
42985
43734
|
Red = "RED",
|
|
42986
43735
|
Yellow = "YELLOW"
|
|
42987
43736
|
}
|
|
43737
|
+
export declare type MercuryFocusAreaHierarchyNode = {
|
|
43738
|
+
__typename?: 'MercuryFocusAreaHierarchyNode';
|
|
43739
|
+
children?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
43740
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
43741
|
+
};
|
|
43742
|
+
export declare type MercuryFocusAreaHierarchyNodeChildrenArgs = {
|
|
43743
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaHierarchySort>>>;
|
|
43744
|
+
};
|
|
43745
|
+
export declare type MercuryFocusAreaHierarchySort = {
|
|
43746
|
+
field?: InputMaybe<MercuryFocusAreaHierarchySortField>;
|
|
43747
|
+
order: SortOrder;
|
|
43748
|
+
};
|
|
43749
|
+
export declare enum MercuryFocusAreaHierarchySortField {
|
|
43750
|
+
HierarchyLevel = "HIERARCHY_LEVEL",
|
|
43751
|
+
Name = "NAME"
|
|
43752
|
+
}
|
|
42988
43753
|
export declare type MercuryFocusAreaLink = Node & {
|
|
42989
43754
|
__typename?: 'MercuryFocusAreaLink';
|
|
42990
43755
|
childFocusAreaId: Scalars['String']['output'];
|
|
@@ -43034,6 +43799,35 @@ export declare type MercuryFocusAreaStatusTransitions = {
|
|
|
43034
43799
|
__typename?: 'MercuryFocusAreaStatusTransitions';
|
|
43035
43800
|
available: Array<MercuryFocusAreaStatusTransition>;
|
|
43036
43801
|
};
|
|
43802
|
+
export declare type MercuryFocusAreaTeamAllocationAggregation = Node & {
|
|
43803
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregation';
|
|
43804
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43805
|
+
id: Scalars['ID']['output'];
|
|
43806
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43807
|
+
team: MercuryTeam;
|
|
43808
|
+
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43809
|
+
};
|
|
43810
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationConnection = {
|
|
43811
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregationConnection';
|
|
43812
|
+
edges?: Maybe<Array<Maybe<MercuryFocusAreaTeamAllocationAggregationEdge>>>;
|
|
43813
|
+
pageInfo: PageInfo;
|
|
43814
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43815
|
+
};
|
|
43816
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationEdge = {
|
|
43817
|
+
__typename?: 'MercuryFocusAreaTeamAllocationAggregationEdge';
|
|
43818
|
+
cursor: Scalars['String']['output'];
|
|
43819
|
+
node?: Maybe<MercuryFocusAreaTeamAllocationAggregation>;
|
|
43820
|
+
};
|
|
43821
|
+
export declare type MercuryFocusAreaTeamAllocationAggregationSort = {
|
|
43822
|
+
field?: InputMaybe<MercuryFocusAreaTeamAllocationAggregationSortField>;
|
|
43823
|
+
order: SortOrder;
|
|
43824
|
+
};
|
|
43825
|
+
export declare enum MercuryFocusAreaTeamAllocationAggregationSortField {
|
|
43826
|
+
FilledPositions = "FILLED_POSITIONS",
|
|
43827
|
+
OpenPositions = "OPEN_POSITIONS",
|
|
43828
|
+
TeamName = "TEAM_NAME",
|
|
43829
|
+
TotalPositions = "TOTAL_POSITIONS"
|
|
43830
|
+
}
|
|
43037
43831
|
export declare type MercuryFocusAreaType = {
|
|
43038
43832
|
__typename?: 'MercuryFocusAreaType';
|
|
43039
43833
|
hierarchyLevel: Scalars['Int']['output'];
|
|
@@ -43134,6 +43928,53 @@ export declare type MercuryGoalsAggregatedStatusCount = {
|
|
|
43134
43928
|
current?: Maybe<MercuryGoalStatusCount>;
|
|
43135
43929
|
previous?: Maybe<MercuryGoalStatusCount>;
|
|
43136
43930
|
};
|
|
43931
|
+
export declare type MercuryHeadcountAggregation = {
|
|
43932
|
+
__typename?: 'MercuryHeadcountAggregation';
|
|
43933
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43934
|
+
focusArea: MercuryFocusArea;
|
|
43935
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43936
|
+
totalHeadcount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43937
|
+
};
|
|
43938
|
+
export declare type MercuryLinkFocusAreasToFocusAreaInput = {
|
|
43939
|
+
childFocusAreaIds: Array<Scalars['ID']['input']>;
|
|
43940
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43941
|
+
parentFocusAreaId: Scalars['ID']['input'];
|
|
43942
|
+
};
|
|
43943
|
+
export declare type MercuryLinkFocusAreasToFocusAreaPayload = Payload & {
|
|
43944
|
+
__typename?: 'MercuryLinkFocusAreasToFocusAreaPayload';
|
|
43945
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43946
|
+
success: Scalars['Boolean']['output'];
|
|
43947
|
+
};
|
|
43948
|
+
export declare type MercuryLinkFocusAreasToGoalInput = {
|
|
43949
|
+
atlasGoalId: Scalars['ID']['input'];
|
|
43950
|
+
cloudId: Scalars['ID']['input'];
|
|
43951
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43952
|
+
};
|
|
43953
|
+
export declare type MercuryLinkFocusAreasToGoalPayload = Payload & {
|
|
43954
|
+
__typename?: 'MercuryLinkFocusAreasToGoalPayload';
|
|
43955
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43956
|
+
success: Scalars['Boolean']['output'];
|
|
43957
|
+
};
|
|
43958
|
+
export declare type MercuryLinkFocusAreasToPortfolioInput = {
|
|
43959
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43960
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43961
|
+
portfolioId: Scalars['ID']['input'];
|
|
43962
|
+
};
|
|
43963
|
+
export declare type MercuryLinkFocusAreasToPortfolioPayload = Payload & {
|
|
43964
|
+
__typename?: 'MercuryLinkFocusAreasToPortfolioPayload';
|
|
43965
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43966
|
+
success: Scalars['Boolean']['output'];
|
|
43967
|
+
};
|
|
43968
|
+
export declare type MercuryLinkGoalsToFocusAreaInput = {
|
|
43969
|
+
atlasGoalIds: Array<Scalars['ID']['input']>;
|
|
43970
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43971
|
+
parentFocusAreaId: Scalars['ID']['input'];
|
|
43972
|
+
};
|
|
43973
|
+
export declare type MercuryLinkGoalsToFocusAreaPayload = Payload & {
|
|
43974
|
+
__typename?: 'MercuryLinkGoalsToFocusAreaPayload';
|
|
43975
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43976
|
+
success: Scalars['Boolean']['output'];
|
|
43977
|
+
};
|
|
43137
43978
|
export declare type MercuryMetric = {
|
|
43138
43979
|
__typename?: 'MercuryMetric';
|
|
43139
43980
|
metricType?: Maybe<MercuryMetricType>;
|
|
@@ -43155,21 +43996,110 @@ export declare enum MercuryMetricType {
|
|
|
43155
43996
|
Number = "NUMBER",
|
|
43156
43997
|
Percentage = "PERCENTAGE"
|
|
43157
43998
|
}
|
|
43999
|
+
export declare type MercuryMutationApi = {
|
|
44000
|
+
__typename?: 'MercuryMutationApi';
|
|
44001
|
+
addWatcherToFocusArea?: Maybe<MercuryAddWatcherToFocusAreaPayload>;
|
|
44002
|
+
createFocusArea?: Maybe<MercuryCreateFocusAreaPayload>;
|
|
44003
|
+
deleteFocusArea?: Maybe<MercuryDeleteFocusAreaPayload>;
|
|
44004
|
+
deleteFocusAreaGoalLink?: Maybe<MercuryDeleteFocusAreaGoalLinkPayload>;
|
|
44005
|
+
deleteFocusAreaLink?: Maybe<MercuryDeleteFocusAreaLinkPayload>;
|
|
44006
|
+
deletePortfolioFocusAreaLink?: Maybe<MercuryDeletePortfolioFocusAreaLinkPayload>;
|
|
44007
|
+
linkFocusAreasToFocusArea?: Maybe<MercuryLinkFocusAreasToFocusAreaPayload>;
|
|
44008
|
+
linkFocusAreasToGoal?: Maybe<MercuryLinkFocusAreasToGoalPayload>;
|
|
44009
|
+
linkFocusAreasToPortfolio?: Maybe<MercuryLinkFocusAreasToPortfolioPayload>;
|
|
44010
|
+
linkGoalsToFocusArea?: Maybe<MercuryLinkGoalsToFocusAreaPayload>;
|
|
44011
|
+
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
44012
|
+
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44013
|
+
updateFocusAreaAboutContent?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44014
|
+
updateFocusAreaName?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44015
|
+
updateFocusAreaOwner?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44016
|
+
updateFocusAreaTargetDate?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44017
|
+
};
|
|
44018
|
+
export declare type MercuryMutationApiAddWatcherToFocusAreaArgs = {
|
|
44019
|
+
input: MercuryAddWatcherToFocusAreaInput;
|
|
44020
|
+
};
|
|
44021
|
+
export declare type MercuryMutationApiCreateFocusAreaArgs = {
|
|
44022
|
+
input: MercuryCreateFocusAreaInput;
|
|
44023
|
+
};
|
|
44024
|
+
export declare type MercuryMutationApiDeleteFocusAreaArgs = {
|
|
44025
|
+
input: MercuryDeleteFocusAreaInput;
|
|
44026
|
+
};
|
|
44027
|
+
export declare type MercuryMutationApiDeleteFocusAreaGoalLinkArgs = {
|
|
44028
|
+
input: MercuryDeleteFocusAreaGoalLinkInput;
|
|
44029
|
+
};
|
|
44030
|
+
export declare type MercuryMutationApiDeleteFocusAreaLinkArgs = {
|
|
44031
|
+
input: MercuryDeleteFocusAreaLinkInput;
|
|
44032
|
+
};
|
|
44033
|
+
export declare type MercuryMutationApiDeletePortfolioFocusAreaLinkArgs = {
|
|
44034
|
+
input: MercuryDeletePortfolioFocusAreaLinkInput;
|
|
44035
|
+
};
|
|
44036
|
+
export declare type MercuryMutationApiLinkFocusAreasToFocusAreaArgs = {
|
|
44037
|
+
input: MercuryLinkFocusAreasToFocusAreaInput;
|
|
44038
|
+
};
|
|
44039
|
+
export declare type MercuryMutationApiLinkFocusAreasToGoalArgs = {
|
|
44040
|
+
input: MercuryLinkFocusAreasToGoalInput;
|
|
44041
|
+
};
|
|
44042
|
+
export declare type MercuryMutationApiLinkFocusAreasToPortfolioArgs = {
|
|
44043
|
+
input: MercuryLinkFocusAreasToPortfolioInput;
|
|
44044
|
+
};
|
|
44045
|
+
export declare type MercuryMutationApiLinkGoalsToFocusAreaArgs = {
|
|
44046
|
+
input: MercuryLinkGoalsToFocusAreaInput;
|
|
44047
|
+
};
|
|
44048
|
+
export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
44049
|
+
input: MercuryRemoveWatcherFromFocusAreaInput;
|
|
44050
|
+
};
|
|
44051
|
+
export declare type MercuryMutationApiTransitionFocusAreaStatusArgs = {
|
|
44052
|
+
input: MercuryTransitionFocusAreaStatusInput;
|
|
44053
|
+
};
|
|
44054
|
+
export declare type MercuryMutationApiUpdateFocusAreaAboutContentArgs = {
|
|
44055
|
+
input: MercuryUpdateFocusAreaAboutContentInput;
|
|
44056
|
+
};
|
|
44057
|
+
export declare type MercuryMutationApiUpdateFocusAreaNameArgs = {
|
|
44058
|
+
input: MercuryUpdateFocusAreaNameInput;
|
|
44059
|
+
};
|
|
44060
|
+
export declare type MercuryMutationApiUpdateFocusAreaOwnerArgs = {
|
|
44061
|
+
input: MercuryUpdateFocusAreaOwnerInput;
|
|
44062
|
+
};
|
|
44063
|
+
export declare type MercuryMutationApiUpdateFocusAreaTargetDateArgs = {
|
|
44064
|
+
input: MercuryUpdateFocusAreaTargetDateInput;
|
|
44065
|
+
};
|
|
43158
44066
|
export declare type MercuryQueryApi = {
|
|
43159
44067
|
__typename?: 'MercuryQueryApi';
|
|
44068
|
+
aggregatedHeadcounts?: Maybe<MercuryAggregatedHeadcountConnection>;
|
|
43160
44069
|
focusArea: MercuryFocusArea;
|
|
44070
|
+
focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
43161
44071
|
focusAreaStatusTransitions: Array<MercuryFocusAreaStatusTransition>;
|
|
44072
|
+
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
43162
44073
|
focusAreaTypes: Array<MercuryFocusAreaType>;
|
|
43163
44074
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
43164
44075
|
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
44076
|
+
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
44077
|
+
};
|
|
44078
|
+
export declare type MercuryQueryApiAggregatedHeadcountsArgs = {
|
|
44079
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44080
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44081
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44082
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryAggregatedHeadcountSort>>>;
|
|
43165
44083
|
};
|
|
43166
44084
|
export declare type MercuryQueryApiFocusAreaArgs = {
|
|
43167
44085
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43168
44086
|
id: Scalars['ID']['input'];
|
|
43169
44087
|
};
|
|
44088
|
+
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
44089
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44090
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
44091
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaHierarchySort>>>;
|
|
44092
|
+
};
|
|
43170
44093
|
export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
43171
44094
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43172
44095
|
};
|
|
44096
|
+
export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
44097
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44098
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44099
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44100
|
+
focusAreaId: Scalars['ID']['input'];
|
|
44101
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
|
|
44102
|
+
};
|
|
43173
44103
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
43174
44104
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
43175
44105
|
};
|
|
@@ -43183,6 +44113,71 @@ export declare type MercuryQueryApiFocusAreasByCloudIdArgs = {
|
|
|
43183
44113
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
43184
44114
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
43185
44115
|
};
|
|
44116
|
+
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
44117
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44118
|
+
};
|
|
44119
|
+
export declare type MercuryRemoveWatcherFromFocusAreaInput = {
|
|
44120
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44121
|
+
focusAreaId: Scalars['ID']['input'];
|
|
44122
|
+
userId: Scalars['ID']['input'];
|
|
44123
|
+
};
|
|
44124
|
+
export declare type MercuryRemoveWatcherFromFocusAreaPayload = Payload & {
|
|
44125
|
+
__typename?: 'MercuryRemoveWatcherFromFocusAreaPayload';
|
|
44126
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44127
|
+
success: Scalars['Boolean']['output'];
|
|
44128
|
+
};
|
|
44129
|
+
export declare enum MercuryTargetDateType {
|
|
44130
|
+
Day = "DAY",
|
|
44131
|
+
Month = "MONTH",
|
|
44132
|
+
Quarter = "QUARTER"
|
|
44133
|
+
}
|
|
44134
|
+
export declare type MercuryTeam = Node & {
|
|
44135
|
+
__typename?: 'MercuryTeam';
|
|
44136
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44137
|
+
id: Scalars['ID']['output'];
|
|
44138
|
+
name: Scalars['String']['output'];
|
|
44139
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44140
|
+
teamFocusAreaAllocations?: Maybe<Array<MercuryTeamFocusAreaAllocation>>;
|
|
44141
|
+
};
|
|
44142
|
+
export declare type MercuryTeamFocusAreaAllocation = Node & {
|
|
44143
|
+
__typename?: 'MercuryTeamFocusAreaAllocation';
|
|
44144
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44145
|
+
focusArea: MercuryFocusArea;
|
|
44146
|
+
id: Scalars['ID']['output'];
|
|
44147
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44148
|
+
};
|
|
44149
|
+
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
44150
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44151
|
+
id: Scalars['ID']['input'];
|
|
44152
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
44153
|
+
};
|
|
44154
|
+
export declare type MercuryUpdateFocusAreaAboutContentInput = {
|
|
44155
|
+
aboutContent: Scalars['String']['input'];
|
|
44156
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44157
|
+
id: Scalars['ID']['input'];
|
|
44158
|
+
};
|
|
44159
|
+
export declare type MercuryUpdateFocusAreaNameInput = {
|
|
44160
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44161
|
+
id: Scalars['ID']['input'];
|
|
44162
|
+
name: Scalars['String']['input'];
|
|
44163
|
+
};
|
|
44164
|
+
export declare type MercuryUpdateFocusAreaOwnerInput = {
|
|
44165
|
+
aaid: Scalars['String']['input'];
|
|
44166
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44167
|
+
id: Scalars['ID']['input'];
|
|
44168
|
+
};
|
|
44169
|
+
export declare type MercuryUpdateFocusAreaPayload = Payload & {
|
|
44170
|
+
__typename?: 'MercuryUpdateFocusAreaPayload';
|
|
44171
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44172
|
+
success: Scalars['Boolean']['output'];
|
|
44173
|
+
updatedFocusArea?: Maybe<MercuryFocusArea>;
|
|
44174
|
+
};
|
|
44175
|
+
export declare type MercuryUpdateFocusAreaTargetDateInput = {
|
|
44176
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44177
|
+
id: Scalars['ID']['input'];
|
|
44178
|
+
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
44179
|
+
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
44180
|
+
};
|
|
43186
44181
|
export declare type MercuryUpdateNoteInput = {
|
|
43187
44182
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43188
44183
|
summary: Scalars['String']['input'];
|
|
@@ -43194,12 +44189,39 @@ export declare type Migration = {
|
|
|
43194
44189
|
estimation?: Maybe<MigrationEstimation>;
|
|
43195
44190
|
id: Scalars['ID']['output'];
|
|
43196
44191
|
};
|
|
44192
|
+
export declare type MigrationCatalogueQuery = {
|
|
44193
|
+
__typename?: 'MigrationCatalogueQuery';
|
|
44194
|
+
migrationId: Scalars['ID']['output'];
|
|
44195
|
+
};
|
|
43197
44196
|
export declare type MigrationEstimation = {
|
|
43198
44197
|
__typename?: 'MigrationEstimation';
|
|
43199
44198
|
lower: Scalars['Float']['output'];
|
|
43200
44199
|
middle: Scalars['Float']['output'];
|
|
43201
44200
|
upper: Scalars['Float']['output'];
|
|
43202
44201
|
};
|
|
44202
|
+
export declare type MigrationEvent = {
|
|
44203
|
+
__typename?: 'MigrationEvent';
|
|
44204
|
+
createdAtISO8601: Scalars['String']['output'];
|
|
44205
|
+
eventId: Scalars['ID']['output'];
|
|
44206
|
+
eventSource: Scalars['String']['output'];
|
|
44207
|
+
eventType: MigrationEventType;
|
|
44208
|
+
migrationId: Scalars['ID']['output'];
|
|
44209
|
+
status: MigrationEventStatus;
|
|
44210
|
+
statusMessage?: Maybe<Scalars['String']['output']>;
|
|
44211
|
+
};
|
|
44212
|
+
export declare enum MigrationEventStatus {
|
|
44213
|
+
Failed = "FAILED",
|
|
44214
|
+
Incomplete = "INCOMPLETE",
|
|
44215
|
+
InProgress = "IN_PROGRESS",
|
|
44216
|
+
Ready = "READY",
|
|
44217
|
+
Skipped = "SKIPPED",
|
|
44218
|
+
Success = "SUCCESS"
|
|
44219
|
+
}
|
|
44220
|
+
export declare enum MigrationEventType {
|
|
44221
|
+
Container = "CONTAINER",
|
|
44222
|
+
Migration = "MIGRATION",
|
|
44223
|
+
Transfer = "TRANSFER"
|
|
44224
|
+
}
|
|
43203
44225
|
export declare type MigrationKeys = {
|
|
43204
44226
|
__typename?: 'MigrationKeys';
|
|
43205
44227
|
confluence: Scalars['String']['output'];
|
|
@@ -43212,6 +44234,13 @@ export declare type MigrationQuery = {
|
|
|
43212
44234
|
export declare type MigrationQueryMigrationArgs = {
|
|
43213
44235
|
migrationId: Scalars['ID']['input'];
|
|
43214
44236
|
};
|
|
44237
|
+
export declare type MigrationSubscription = {
|
|
44238
|
+
__typename?: 'MigrationSubscription';
|
|
44239
|
+
onMigrationEventCreated: MigrationEvent;
|
|
44240
|
+
};
|
|
44241
|
+
export declare type MigrationSubscriptionOnMigrationEventCreatedArgs = {
|
|
44242
|
+
migrationId: Scalars['ID']['input'];
|
|
44243
|
+
};
|
|
43215
44244
|
export declare type MoveCardOutput = {
|
|
43216
44245
|
__typename?: 'MoveCardOutput';
|
|
43217
44246
|
clientMutationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -43334,7 +44363,7 @@ export declare type Mutation = {
|
|
|
43334
44363
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
43335
44364
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
43336
44365
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
43337
|
-
|
|
44366
|
+
mercury?: Maybe<MercuryMutationApi>;
|
|
43338
44367
|
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
43339
44368
|
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
43340
44369
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
@@ -45536,9 +46565,15 @@ export declare type PolarisProject = {
|
|
|
45536
46565
|
views: Array<PolarisView>;
|
|
45537
46566
|
viewsets?: Maybe<Array<PolarisViewSet>>;
|
|
45538
46567
|
};
|
|
46568
|
+
export declare type PolarisProjectInsightsArgs = {
|
|
46569
|
+
archivedMode?: InputMaybe<ArchivedMode>;
|
|
46570
|
+
};
|
|
45539
46571
|
export declare type PolarisProjectPlayArgs = {
|
|
45540
46572
|
id: Scalars['ID']['input'];
|
|
45541
46573
|
};
|
|
46574
|
+
export declare type PolarisProjectSnippetProvidersArgs = {
|
|
46575
|
+
archivedMode?: InputMaybe<ArchivedMode>;
|
|
46576
|
+
};
|
|
45542
46577
|
export declare type PolarisProjectTemplate = {
|
|
45543
46578
|
__typename?: 'PolarisProjectTemplate';
|
|
45544
46579
|
ideas?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -46049,6 +47084,8 @@ export declare type Query = {
|
|
|
46049
47084
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
46050
47085
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
46051
47086
|
featureRelease?: Maybe<FeatureRelease>;
|
|
47087
|
+
fullTutorial?: Maybe<ContentPlatformFullTutorial>;
|
|
47088
|
+
fullTutorials: ContentPlatformTutorialSearchConnection;
|
|
46052
47089
|
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
46053
47090
|
graphStore?: Maybe<GraphStore>;
|
|
46054
47091
|
growthRecommendations?: Maybe<GrowthRecQuery>;
|
|
@@ -46058,6 +47095,8 @@ export declare type Query = {
|
|
|
46058
47095
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
46059
47096
|
insights?: Maybe<Insights>;
|
|
46060
47097
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
47098
|
+
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
47099
|
+
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
46061
47100
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
46062
47101
|
jira?: Maybe<JiraQuery>;
|
|
46063
47102
|
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
|
|
@@ -46085,6 +47124,7 @@ export declare type Query = {
|
|
|
46085
47124
|
me: AuthenticationContext;
|
|
46086
47125
|
mercury?: Maybe<MercuryQueryApi>;
|
|
46087
47126
|
migration: MigrationQuery;
|
|
47127
|
+
migrationCatalogue: MigrationCatalogueQuery;
|
|
46088
47128
|
myMarketplaceApps?: Maybe<MarketplaceAppConnection>;
|
|
46089
47129
|
nlpSearch?: Maybe<NlpSearchResponse>;
|
|
46090
47130
|
node?: Maybe<Node>;
|
|
@@ -46124,8 +47164,8 @@ export declare type Query = {
|
|
|
46124
47164
|
signup?: Maybe<SignupQueryApi>;
|
|
46125
47165
|
smarts?: Maybe<SmartsQueryApi>;
|
|
46126
47166
|
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
47167
|
+
suggest?: Maybe<QuerySuggestionApi>;
|
|
46127
47168
|
suggestions?: Maybe<AutoSuggestionApi>;
|
|
46128
|
-
supportInquiry?: Maybe<SupportInquiryApi>;
|
|
46129
47169
|
surfacePlatform: SurfacePlatformQueryApi;
|
|
46130
47170
|
team?: Maybe<TeamQuery>;
|
|
46131
47171
|
template?: Maybe<ContentPlatformTemplate>;
|
|
@@ -46138,10 +47178,9 @@ export declare type Query = {
|
|
|
46138
47178
|
topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
|
|
46139
47179
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
46140
47180
|
trello: TrelloQueryApi;
|
|
46141
|
-
tutorial?: Maybe<ContentPlatformTutorial>;
|
|
46142
|
-
tutorials: ContentPlatformTutorialSearchConnection;
|
|
46143
47181
|
unified?: Maybe<UnifiedQuery>;
|
|
46144
47182
|
user?: Maybe<User>;
|
|
47183
|
+
userContext?: Maybe<SupportInquiryUserContext>;
|
|
46145
47184
|
users?: Maybe<Array<User>>;
|
|
46146
47185
|
virtualAgent?: Maybe<VirtualAgentQueryApi>;
|
|
46147
47186
|
webTriggerUrlsByAppContext?: Maybe<Array<WebTriggerUrl>>;
|
|
@@ -46357,6 +47396,13 @@ export declare type QueryExtensionContextsArgs = {
|
|
|
46357
47396
|
export declare type QueryExtensionsEchoArgs = {
|
|
46358
47397
|
text: Scalars['String']['input'];
|
|
46359
47398
|
};
|
|
47399
|
+
export declare type QueryFullTutorialArgs = {
|
|
47400
|
+
id: Scalars['String']['input'];
|
|
47401
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47402
|
+
};
|
|
47403
|
+
export declare type QueryFullTutorialsArgs = {
|
|
47404
|
+
search: ContentPlatformSearchApIv2Query;
|
|
47405
|
+
};
|
|
46360
47406
|
export declare type QueryGetKeywordsArgs = {
|
|
46361
47407
|
entityAri?: InputMaybe<Scalars['String']['input']>;
|
|
46362
47408
|
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
|
|
@@ -46376,6 +47422,13 @@ export declare type QueryHelpObjectStoreArgs = {
|
|
|
46376
47422
|
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
46377
47423
|
appId: Scalars['ID']['input'];
|
|
46378
47424
|
};
|
|
47425
|
+
export declare type QueryIpmImageModalArgs = {
|
|
47426
|
+
id: Scalars['String']['input'];
|
|
47427
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47428
|
+
};
|
|
47429
|
+
export declare type QueryIpmImageModalsArgs = {
|
|
47430
|
+
search: ContentPlatformSearchApIv2Query;
|
|
47431
|
+
};
|
|
46379
47432
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
46380
47433
|
cloudId: Scalars['String']['input'];
|
|
46381
47434
|
};
|
|
@@ -46578,13 +47631,6 @@ export declare type QueryTopicOverviewArgs = {
|
|
|
46578
47631
|
export declare type QueryTopicOverviewsArgs = {
|
|
46579
47632
|
search: ContentPlatformSearchApIv2Query;
|
|
46580
47633
|
};
|
|
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
47634
|
export declare type QueryUserArgs = {
|
|
46589
47635
|
accountId: Scalars['ID']['input'];
|
|
46590
47636
|
};
|
|
@@ -46606,6 +47652,37 @@ export declare type QueryErrorExtension = {
|
|
|
46606
47652
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
46607
47653
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
46608
47654
|
};
|
|
47655
|
+
export declare type QuerySuggestionApi = {
|
|
47656
|
+
__typename?: 'QuerySuggestionAPI';
|
|
47657
|
+
suggest?: Maybe<QuerySuggestionItemConnection>;
|
|
47658
|
+
};
|
|
47659
|
+
export declare type QuerySuggestionApiSuggestArgs = {
|
|
47660
|
+
analytics?: InputMaybe<QuerySuggestionAnalyticsInput>;
|
|
47661
|
+
experience?: InputMaybe<Scalars['String']['input']>;
|
|
47662
|
+
filters: QuerySuggestionFilterInput;
|
|
47663
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
47664
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
47665
|
+
};
|
|
47666
|
+
export declare type QuerySuggestionAnalyticsInput = {
|
|
47667
|
+
queryVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
47668
|
+
searchReferrerId?: InputMaybe<Scalars['String']['input']>;
|
|
47669
|
+
searchSessionId?: InputMaybe<Scalars['String']['input']>;
|
|
47670
|
+
sourceProduct?: InputMaybe<Scalars['String']['input']>;
|
|
47671
|
+
};
|
|
47672
|
+
export declare type QuerySuggestionFilterInput = {
|
|
47673
|
+
entities: Array<Scalars['String']['input']>;
|
|
47674
|
+
locations: Array<Scalars['String']['input']>;
|
|
47675
|
+
};
|
|
47676
|
+
export declare type QuerySuggestionItemConnection = {
|
|
47677
|
+
__typename?: 'QuerySuggestionItemConnection';
|
|
47678
|
+
nodes?: Maybe<Array<Maybe<QuerySuggestionResultNode>>>;
|
|
47679
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47680
|
+
};
|
|
47681
|
+
export declare type QuerySuggestionResultNode = {
|
|
47682
|
+
__typename?: 'QuerySuggestionResultNode';
|
|
47683
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
47684
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
47685
|
+
};
|
|
46609
47686
|
export declare type QuotaInfo = {
|
|
46610
47687
|
__typename?: 'QuotaInfo';
|
|
46611
47688
|
contextAri: Scalars['ID']['output'];
|
|
@@ -48027,6 +49104,7 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
48027
49104
|
};
|
|
48028
49105
|
export declare type SearchExperimentContextInput = {
|
|
48029
49106
|
experimentId?: InputMaybe<Scalars['String']['input']>;
|
|
49107
|
+
shadowExperimentId?: InputMaybe<Scalars['String']['input']>;
|
|
48030
49108
|
};
|
|
48031
49109
|
export declare type SearchExternalContainerFilter = {
|
|
48032
49110
|
type: Scalars['String']['input'];
|
|
@@ -48217,6 +49295,7 @@ export declare type SearchResultGraphDocument = SearchResult & {
|
|
|
48217
49295
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
48218
49296
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
48219
49297
|
id: Scalars['ID']['output'];
|
|
49298
|
+
initialContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
48220
49299
|
integrationId?: Maybe<Scalars['String']['output']>;
|
|
48221
49300
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
48222
49301
|
owner?: Maybe<ThirdPartyUser>;
|
|
@@ -49846,6 +50925,7 @@ export declare type SoftwareBoard = {
|
|
|
49846
50925
|
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
49847
50926
|
name?: Maybe<Scalars['String']['output']>;
|
|
49848
50927
|
rankCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
50928
|
+
showDaysInColumn?: Maybe<Scalars['Boolean']['output']>;
|
|
49849
50929
|
swimlaneStrategy?: Maybe<SwimlaneStrategy>;
|
|
49850
50930
|
swimlanes: Array<Maybe<Swimlane>>;
|
|
49851
50931
|
userSwimlanes: Array<Maybe<Swimlane>>;
|
|
@@ -50081,22 +51161,22 @@ export declare type Subscription = {
|
|
|
50081
51161
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
50082
51162
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
50083
51163
|
jira?: Maybe<JiraSubscription>;
|
|
51164
|
+
migration: MigrationSubscription;
|
|
50084
51165
|
sandbox: SandboxSubscription;
|
|
50085
51166
|
signup: SignupSubscriptionApi;
|
|
50086
51167
|
testing?: Maybe<TestingSubscription>;
|
|
50087
51168
|
trello: TrelloSubscriptionApi;
|
|
50088
51169
|
};
|
|
50089
|
-
export declare type
|
|
50090
|
-
__typename?: '
|
|
50091
|
-
|
|
50092
|
-
|
|
50093
|
-
|
|
50094
|
-
|
|
51170
|
+
export declare type SupportInquiryUser = {
|
|
51171
|
+
__typename?: 'SupportInquiryUser';
|
|
51172
|
+
aaid: Scalars['String']['output'];
|
|
51173
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
51174
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
51175
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
50095
51176
|
};
|
|
50096
|
-
export declare type
|
|
50097
|
-
__typename?: '
|
|
50098
|
-
|
|
50099
|
-
squadName?: Maybe<Scalars['String']['output']>;
|
|
51177
|
+
export declare type SupportInquiryUserContext = {
|
|
51178
|
+
__typename?: 'SupportInquiryUserContext';
|
|
51179
|
+
userDetails?: Maybe<SupportInquiryUser>;
|
|
50100
51180
|
};
|
|
50101
51181
|
export declare type SupportRequest = {
|
|
50102
51182
|
__typename?: 'SupportRequest';
|
|
@@ -50662,6 +51742,7 @@ export declare type TeamQueryTeamSearchV2Args = {
|
|
|
50662
51742
|
filter?: InputMaybe<TeamSearchFilter>;
|
|
50663
51743
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50664
51744
|
organizationId: Scalars['ID']['input'];
|
|
51745
|
+
searchFields?: InputMaybe<Array<InputMaybe<TeamSearchField>>>;
|
|
50665
51746
|
siteId: Scalars['String']['input'];
|
|
50666
51747
|
sortBy?: InputMaybe<Array<InputMaybe<TeamSort>>>;
|
|
50667
51748
|
};
|
|
@@ -50680,6 +51761,10 @@ export declare type TeamRoleAssignmentsConnection = {
|
|
|
50680
51761
|
nodes?: Maybe<Array<Maybe<TeamPrincipal>>>;
|
|
50681
51762
|
pageInfo: PageInfo;
|
|
50682
51763
|
};
|
|
51764
|
+
export declare enum TeamSearchField {
|
|
51765
|
+
Description = "DESCRIPTION",
|
|
51766
|
+
Name = "NAME"
|
|
51767
|
+
}
|
|
50683
51768
|
export declare type TeamSearchFilter = {
|
|
50684
51769
|
membership?: InputMaybe<TeamMembershipFilter>;
|
|
50685
51770
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52745,24 +53830,39 @@ export declare type UnassignIssueParentOutput = MutationResponse & {
|
|
|
52745
53830
|
};
|
|
52746
53831
|
export declare type UnifiedAccount = UnifiedINode & {
|
|
52747
53832
|
__typename?: 'UnifiedAccount';
|
|
52748
|
-
aaid?: Maybe<Scalars['String']['output']>;
|
|
52749
|
-
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
52750
53833
|
id: Scalars['ID']['output'];
|
|
52751
|
-
|
|
52752
|
-
|
|
52753
|
-
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
53834
|
+
linkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
53835
|
+
parentAccount?: Maybe<UnifiedParentAccount>;
|
|
52754
53836
|
};
|
|
52755
|
-
export declare type UnifiedAtlassianProduct = {
|
|
53837
|
+
export declare type UnifiedAtlassianProduct = UnifiedINode & {
|
|
52756
53838
|
__typename?: 'UnifiedAtlassianProduct';
|
|
53839
|
+
id: Scalars['ID']['output'];
|
|
52757
53840
|
title?: Maybe<Scalars['String']['output']>;
|
|
52758
53841
|
type?: Maybe<Scalars['String']['output']>;
|
|
52759
53842
|
viewHref?: Maybe<Scalars['String']['output']>;
|
|
52760
53843
|
};
|
|
52761
|
-
export declare type
|
|
52762
|
-
__typename?: '
|
|
53844
|
+
export declare type UnifiedAtlassianProductConnection = UnifiedIConnection & {
|
|
53845
|
+
__typename?: 'UnifiedAtlassianProductConnection';
|
|
53846
|
+
edges?: Maybe<Array<Maybe<UnifiedAtlassianProductEdge>>>;
|
|
53847
|
+
pageInfo: UnifiedPageInfo;
|
|
53848
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53849
|
+
};
|
|
53850
|
+
export declare type UnifiedAtlassianProductEdge = UnifiedIEdge & {
|
|
53851
|
+
__typename?: 'UnifiedAtlassianProductEdge';
|
|
53852
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53853
|
+
node?: Maybe<UnifiedAtlassianProduct>;
|
|
53854
|
+
};
|
|
53855
|
+
export declare type UnifiedForums = UnifiedINode & {
|
|
53856
|
+
__typename?: 'UnifiedForums';
|
|
53857
|
+
id: Scalars['ID']['output'];
|
|
53858
|
+
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
53859
|
+
};
|
|
53860
|
+
export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
53861
|
+
__typename?: 'UnifiedForumsSnapshot';
|
|
52763
53862
|
acceptedAnswersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52764
53863
|
answersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52765
53864
|
badgesEarned?: Maybe<Scalars['Int']['output']>;
|
|
53865
|
+
id: Scalars['ID']['output'];
|
|
52766
53866
|
kudosGiven?: Maybe<Scalars['Int']['output']>;
|
|
52767
53867
|
kudosReceived?: Maybe<Scalars['Int']['output']>;
|
|
52768
53868
|
lastPostTime?: Maybe<Scalars['String']['output']>;
|
|
@@ -52776,33 +53876,81 @@ export declare type UnifiedForumSnapshot = {
|
|
|
52776
53876
|
totalLoginsRecorded?: Maybe<Scalars['String']['output']>;
|
|
52777
53877
|
totalPosts?: Maybe<Scalars['Int']['output']>;
|
|
52778
53878
|
};
|
|
53879
|
+
export declare type UnifiedIConnection = {
|
|
53880
|
+
edges?: Maybe<Array<Maybe<UnifiedIEdge>>>;
|
|
53881
|
+
pageInfo: UnifiedPageInfo;
|
|
53882
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53883
|
+
};
|
|
53884
|
+
export declare type UnifiedIEdge = {
|
|
53885
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53886
|
+
node?: Maybe<UnifiedINode>;
|
|
53887
|
+
};
|
|
52779
53888
|
export declare type UnifiedINode = {
|
|
52780
53889
|
id: Scalars['ID']['output'];
|
|
52781
53890
|
};
|
|
52782
|
-
export declare type
|
|
53891
|
+
export declare type UnifiedIQueryError = {
|
|
53892
|
+
extensions?: Maybe<Array<UnifiedQueryErrorExtension>>;
|
|
53893
|
+
identifier?: Maybe<Scalars['ID']['output']>;
|
|
53894
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
53895
|
+
};
|
|
53896
|
+
export declare type UnifiedLearning = UnifiedINode & {
|
|
53897
|
+
__typename?: 'UnifiedLearning';
|
|
53898
|
+
certifications?: Maybe<UnifiedULearningCertificationResult>;
|
|
53899
|
+
id: Scalars['ID']['output'];
|
|
53900
|
+
recentCourses?: Maybe<UnifiedURecentCourseResult>;
|
|
53901
|
+
};
|
|
53902
|
+
export declare type UnifiedLearningCertificationsArgs = {
|
|
53903
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
53904
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53905
|
+
};
|
|
53906
|
+
export declare type UnifiedLearningRecentCoursesArgs = {
|
|
53907
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
53908
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
53909
|
+
};
|
|
53910
|
+
export declare type UnifiedLearningCertification = UnifiedINode & {
|
|
52783
53911
|
__typename?: 'UnifiedLearningCertification';
|
|
52784
53912
|
activeDate?: Maybe<Scalars['String']['output']>;
|
|
52785
53913
|
expireDate?: Maybe<Scalars['String']['output']>;
|
|
53914
|
+
id: Scalars['ID']['output'];
|
|
52786
53915
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
52787
53916
|
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
52788
53917
|
name?: Maybe<Scalars['String']['output']>;
|
|
52789
53918
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
52790
53919
|
status?: Maybe<Scalars['String']['output']>;
|
|
52791
53920
|
};
|
|
53921
|
+
export declare type UnifiedLearningCertificationConnection = UnifiedIConnection & {
|
|
53922
|
+
__typename?: 'UnifiedLearningCertificationConnection';
|
|
53923
|
+
edges?: Maybe<Array<Maybe<UnifiedLearningCertificationEdge>>>;
|
|
53924
|
+
pageInfo: UnifiedPageInfo;
|
|
53925
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
53926
|
+
};
|
|
53927
|
+
export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
53928
|
+
__typename?: 'UnifiedLearningCertificationEdge';
|
|
53929
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53930
|
+
node?: Maybe<UnifiedLearningCertification>;
|
|
53931
|
+
};
|
|
52792
53932
|
export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
52793
53933
|
__typename?: 'UnifiedLinkedAccount';
|
|
52794
53934
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
52795
53935
|
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
53936
|
+
forums?: Maybe<UnifiedUForumsResult>;
|
|
52796
53937
|
id: Scalars['ID']['output'];
|
|
53938
|
+
learning?: Maybe<UnifiedULearningResult>;
|
|
52797
53939
|
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52798
53940
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52799
53941
|
};
|
|
53942
|
+
export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
|
|
53943
|
+
__typename?: 'UnifiedLinkedAccountPayload';
|
|
53944
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
53945
|
+
success: Scalars['Boolean']['output'];
|
|
53946
|
+
unifiedLinkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
53947
|
+
};
|
|
52800
53948
|
export declare type UnifiedMutation = {
|
|
52801
53949
|
__typename?: 'UnifiedMutation';
|
|
52802
|
-
createLinkedAccount?: Maybe<
|
|
52803
|
-
createParentAccount?: Maybe<
|
|
52804
|
-
createUnifiedSystem?: Maybe<
|
|
52805
|
-
updateUnifiedProfile?: Maybe<
|
|
53950
|
+
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
|
|
53951
|
+
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
|
|
53952
|
+
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
53953
|
+
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
52806
53954
|
};
|
|
52807
53955
|
export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
52808
53956
|
aaid: Scalars['String']['input'];
|
|
@@ -52821,25 +53969,70 @@ export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
|
52821
53969
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
52822
53970
|
unifiedProfileInput?: InputMaybe<UnifiedProfileInput>;
|
|
52823
53971
|
};
|
|
53972
|
+
export declare type UnifiedMutationError = {
|
|
53973
|
+
__typename?: 'UnifiedMutationError';
|
|
53974
|
+
extensions?: Maybe<UnifiedMutationErrorExtension>;
|
|
53975
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
53976
|
+
};
|
|
53977
|
+
export declare type UnifiedMutationErrorExtension = {
|
|
53978
|
+
__typename?: 'UnifiedMutationErrorExtension';
|
|
53979
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
53980
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
53981
|
+
};
|
|
53982
|
+
export declare type UnifiedPageInfo = {
|
|
53983
|
+
__typename?: 'UnifiedPageInfo';
|
|
53984
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
53985
|
+
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
53986
|
+
hasPreviousPage?: Maybe<Scalars['Boolean']['output']>;
|
|
53987
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
53988
|
+
};
|
|
52824
53989
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
52825
53990
|
__typename?: 'UnifiedParentAccount';
|
|
52826
53991
|
id: Scalars['ID']['output'];
|
|
52827
53992
|
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
52828
53993
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52829
53994
|
};
|
|
53995
|
+
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|
|
53996
|
+
__typename?: 'UnifiedParentAccountPayload';
|
|
53997
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
53998
|
+
success: Scalars['Boolean']['output'];
|
|
53999
|
+
unifiedParentAccount?: Maybe<UnifiedParentAccount>;
|
|
54000
|
+
};
|
|
54001
|
+
export declare type UnifiedPayload = {
|
|
54002
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
54003
|
+
success: Scalars['Boolean']['output'];
|
|
54004
|
+
};
|
|
52830
54005
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
52831
54006
|
__typename?: 'UnifiedProfile';
|
|
52832
54007
|
bio?: Maybe<Scalars['String']['output']>;
|
|
52833
54008
|
company?: Maybe<Scalars['String']['output']>;
|
|
54009
|
+
forums?: Maybe<UnifiedUForumsResult>;
|
|
54010
|
+
forumsId?: Maybe<Scalars['String']['output']>;
|
|
54011
|
+
id: Scalars['ID']['output'];
|
|
54012
|
+
learnId?: Maybe<Scalars['String']['output']>;
|
|
54013
|
+
learning?: Maybe<UnifiedULearningResult>;
|
|
54014
|
+
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
54015
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
54016
|
+
parentAccountInternalId?: Maybe<Scalars['String']['output']>;
|
|
54017
|
+
products?: Maybe<Scalars['String']['output']>;
|
|
54018
|
+
role?: Maybe<Scalars['String']['output']>;
|
|
54019
|
+
unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
|
|
54020
|
+
unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
|
|
54021
|
+
websiteUrl?: Maybe<Scalars['String']['output']>;
|
|
54022
|
+
xUrl?: Maybe<Scalars['String']['output']>;
|
|
54023
|
+
youtubeUrl?: Maybe<Scalars['String']['output']>;
|
|
54024
|
+
};
|
|
54025
|
+
export declare type UnifiedProfileFields = UnifiedINode & {
|
|
54026
|
+
__typename?: 'UnifiedProfileFields';
|
|
54027
|
+
bio?: Maybe<Scalars['String']['output']>;
|
|
54028
|
+
company?: Maybe<Scalars['String']['output']>;
|
|
52834
54029
|
forumsId?: Maybe<Scalars['String']['output']>;
|
|
52835
54030
|
id: Scalars['ID']['output'];
|
|
52836
54031
|
learnId?: Maybe<Scalars['String']['output']>;
|
|
52837
54032
|
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
52838
54033
|
location?: Maybe<Scalars['String']['output']>;
|
|
52839
54034
|
parentAccountInternalId?: Maybe<Scalars['String']['output']>;
|
|
52840
|
-
photoUrl?: Maybe<Scalars['String']['output']>;
|
|
52841
54035
|
products?: Maybe<Scalars['String']['output']>;
|
|
52842
|
-
publicName?: Maybe<Scalars['String']['output']>;
|
|
52843
54036
|
role?: Maybe<Scalars['String']['output']>;
|
|
52844
54037
|
unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52845
54038
|
unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
|
|
@@ -52856,9 +54049,7 @@ export declare type UnifiedProfileInput = {
|
|
|
52856
54049
|
linkedinUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52857
54050
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
52858
54051
|
parentAccountInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
52859
|
-
photoUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52860
54052
|
products?: InputMaybe<Scalars['String']['input']>;
|
|
52861
|
-
publicName?: InputMaybe<Scalars['String']['input']>;
|
|
52862
54053
|
role?: InputMaybe<Scalars['String']['input']>;
|
|
52863
54054
|
unifiedProfileInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
52864
54055
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52867,26 +54058,24 @@ export declare type UnifiedProfileInput = {
|
|
|
52867
54058
|
xUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52868
54059
|
youtubeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52869
54060
|
};
|
|
54061
|
+
export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
54062
|
+
__typename?: 'UnifiedProfilePayload';
|
|
54063
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
54064
|
+
success: Scalars['Boolean']['output'];
|
|
54065
|
+
unifiedProfile?: Maybe<UnifiedProfileFields>;
|
|
54066
|
+
};
|
|
52870
54067
|
export declare type UnifiedQuery = {
|
|
52871
54068
|
__typename?: 'UnifiedQuery';
|
|
52872
|
-
atlassianProducts?: Maybe<
|
|
52873
|
-
forumSnapshot?: Maybe<UnifiedForumSnapshot>;
|
|
52874
|
-
learningCertications?: Maybe<Array<Maybe<UnifiedLearningCertification>>>;
|
|
54069
|
+
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
52875
54070
|
node?: Maybe<UnifiedINode>;
|
|
52876
|
-
unifiedAccount?: Maybe<
|
|
52877
|
-
unifiedAccounts?: Maybe<Array<Maybe<
|
|
52878
|
-
unifiedProfile?: Maybe<
|
|
52879
|
-
unifiedProfiles?: Maybe<Array<Maybe<
|
|
54071
|
+
unifiedAccount?: Maybe<UnifiedUAccountResult>;
|
|
54072
|
+
unifiedAccounts?: Maybe<Array<Maybe<UnifiedUAccountResult>>>;
|
|
54073
|
+
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
54074
|
+
unifiedProfiles?: Maybe<Array<Maybe<UnifiedUProfileResult>>>;
|
|
52880
54075
|
};
|
|
52881
54076
|
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']>;
|
|
54077
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54078
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52890
54079
|
};
|
|
52891
54080
|
export declare type UnifiedQueryNodeArgs = {
|
|
52892
54081
|
id: Scalars['ID']['input'];
|
|
@@ -52898,6 +54087,43 @@ export declare type UnifiedQueryUnifiedProfileArgs = {
|
|
|
52898
54087
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52899
54088
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52900
54089
|
};
|
|
54090
|
+
export declare type UnifiedQueryError = UnifiedIQueryError & {
|
|
54091
|
+
__typename?: 'UnifiedQueryError';
|
|
54092
|
+
extensions?: Maybe<Array<UnifiedQueryErrorExtension>>;
|
|
54093
|
+
identifier?: Maybe<Scalars['ID']['output']>;
|
|
54094
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
54095
|
+
};
|
|
54096
|
+
export declare type UnifiedQueryErrorExtension = {
|
|
54097
|
+
__typename?: 'UnifiedQueryErrorExtension';
|
|
54098
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
54099
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
54100
|
+
};
|
|
54101
|
+
export declare type UnifiedRecentCourse = UnifiedINode & {
|
|
54102
|
+
__typename?: 'UnifiedRecentCourse';
|
|
54103
|
+
activeDate?: Maybe<Scalars['String']['output']>;
|
|
54104
|
+
courseName?: Maybe<Scalars['String']['output']>;
|
|
54105
|
+
id: Scalars['ID']['output'];
|
|
54106
|
+
src?: Maybe<Scalars['String']['output']>;
|
|
54107
|
+
};
|
|
54108
|
+
export declare type UnifiedRecentCourseConnection = UnifiedIConnection & {
|
|
54109
|
+
__typename?: 'UnifiedRecentCourseConnection';
|
|
54110
|
+
edges?: Maybe<Array<Maybe<UnifiedRecentCourseEdge>>>;
|
|
54111
|
+
pageInfo: UnifiedPageInfo;
|
|
54112
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54113
|
+
};
|
|
54114
|
+
export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
54115
|
+
__typename?: 'UnifiedRecentCourseEdge';
|
|
54116
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54117
|
+
node?: Maybe<UnifiedRecentCourse>;
|
|
54118
|
+
};
|
|
54119
|
+
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
54120
|
+
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
54121
|
+
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|
|
54122
|
+
export declare type UnifiedUForumsSnapshotResult = UnifiedForumsSnapshot | UnifiedQueryError;
|
|
54123
|
+
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
54124
|
+
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
54125
|
+
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
54126
|
+
export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;
|
|
52901
54127
|
export declare type UnlinkExternalSourceInput = {
|
|
52902
54128
|
cloudId: Scalars['ID']['input'];
|
|
52903
54129
|
ecosystemAppId: Scalars['ID']['input'];
|
|
@@ -54058,7 +55284,11 @@ export declare enum WorkSuggestionsApprovalStatus {
|
|
|
54058
55284
|
}
|
|
54059
55285
|
export declare type WorkSuggestionsBlockedIssue = {
|
|
54060
55286
|
__typename?: 'WorkSuggestionsBlockedIssue';
|
|
55287
|
+
assignee?: Maybe<WorkSuggestionsJiraAssignee>;
|
|
55288
|
+
issueIconUrl?: Maybe<Scalars['String']['output']>;
|
|
54061
55289
|
issueKey: Scalars['String']['output'];
|
|
55290
|
+
priority?: Maybe<WorkSuggestionsJiraPriority>;
|
|
55291
|
+
storyPoints?: Maybe<Scalars['Float']['output']>;
|
|
54062
55292
|
title: Scalars['String']['output'];
|
|
54063
55293
|
};
|
|
54064
55294
|
export declare type WorkSuggestionsBlockingIssueTask = WorkSuggestionsCommon & {
|
|
@@ -54136,6 +55366,17 @@ export declare enum WorkSuggestionsEnvironmentType {
|
|
|
54136
55366
|
Testing = "TESTING",
|
|
54137
55367
|
Unmapped = "UNMAPPED"
|
|
54138
55368
|
}
|
|
55369
|
+
export declare type WorkSuggestionsJiraAssignee = {
|
|
55370
|
+
__typename?: 'WorkSuggestionsJiraAssignee';
|
|
55371
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55372
|
+
pictureUrl?: Maybe<Scalars['String']['output']>;
|
|
55373
|
+
};
|
|
55374
|
+
export declare type WorkSuggestionsJiraPriority = {
|
|
55375
|
+
__typename?: 'WorkSuggestionsJiraPriority';
|
|
55376
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55377
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55378
|
+
sequence?: Maybe<Scalars['Int']['output']>;
|
|
55379
|
+
};
|
|
54139
55380
|
export declare type WorkSuggestionsMutation = {
|
|
54140
55381
|
__typename?: 'WorkSuggestionsMutation';
|
|
54141
55382
|
purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
|