@forge/cli-shared 5.0.1-next.1 → 5.0.1-next.2
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.
|
@@ -1663,7 +1663,13 @@ export declare type AtlassianAccountUserExtendedProfile = {
|
|
|
1663
1663
|
jobTitle?: Maybe<Scalars['String']['output']>;
|
|
1664
1664
|
location?: Maybe<Scalars['String']['output']>;
|
|
1665
1665
|
organization?: Maybe<Scalars['String']['output']>;
|
|
1666
|
-
phoneNumbers?: Maybe<Array<Maybe<
|
|
1666
|
+
phoneNumbers?: Maybe<Array<Maybe<AtlassianAccountUserPhoneNumber>>>;
|
|
1667
|
+
teamType?: Maybe<Scalars['String']['output']>;
|
|
1668
|
+
};
|
|
1669
|
+
export declare type AtlassianAccountUserPhoneNumber = {
|
|
1670
|
+
__typename?: 'AtlassianAccountUserPhoneNumber';
|
|
1671
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
1672
|
+
value: Scalars['String']['output'];
|
|
1667
1673
|
};
|
|
1668
1674
|
export declare type AtlassianOAuthClient = {
|
|
1669
1675
|
__typename?: 'AtlassianOAuthClient';
|
|
@@ -6350,10 +6356,19 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
6350
6356
|
};
|
|
6351
6357
|
export declare type ConfluenceDatabase = {
|
|
6352
6358
|
__typename?: 'ConfluenceDatabase';
|
|
6359
|
+
author?: Maybe<ConfluenceUserInfo>;
|
|
6353
6360
|
databaseId: Scalars['ID']['output'];
|
|
6354
6361
|
id: Scalars['ID']['output'];
|
|
6362
|
+
links?: Maybe<ConfluenceDatabaseLinks>;
|
|
6363
|
+
owner?: Maybe<ConfluenceUserInfo>;
|
|
6364
|
+
space?: Maybe<ConfluenceSpace>;
|
|
6355
6365
|
title?: Maybe<Scalars['String']['output']>;
|
|
6356
6366
|
};
|
|
6367
|
+
export declare type ConfluenceDatabaseLinks = {
|
|
6368
|
+
__typename?: 'ConfluenceDatabaseLinks';
|
|
6369
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
6370
|
+
webUi?: Maybe<Scalars['String']['output']>;
|
|
6371
|
+
};
|
|
6357
6372
|
export declare type ConfluenceDeleteBlogPostPropertyInput = {
|
|
6358
6373
|
blogPostId: Scalars['ID']['input'];
|
|
6359
6374
|
key: Scalars['String']['input'];
|
|
@@ -6402,6 +6417,7 @@ export declare type ConfluenceEmbed = {
|
|
|
6402
6417
|
embedId: Scalars['ID']['output'];
|
|
6403
6418
|
id: Scalars['ID']['output'];
|
|
6404
6419
|
links?: Maybe<ConfluenceEmbedLinks>;
|
|
6420
|
+
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
6405
6421
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
6406
6422
|
space?: Maybe<ConfluenceSpace>;
|
|
6407
6423
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -7243,6 +7259,16 @@ export declare type ContentPlatformAnimatedTourCard = {
|
|
|
7243
7259
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7244
7260
|
};
|
|
7245
7261
|
export declare type ContentPlatformAnyContext = ContentPlatformContextApp | ContentPlatformContextProduct | ContentPlatformContextTheme;
|
|
7262
|
+
export declare type ContentPlatformArticleIntroduction = {
|
|
7263
|
+
__typename?: 'ContentPlatformArticleIntroduction';
|
|
7264
|
+
articleIntroductionAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7265
|
+
articleIntroductionDetails?: Maybe<Scalars['String']['output']>;
|
|
7266
|
+
articleIntroductionName?: Maybe<Scalars['String']['output']>;
|
|
7267
|
+
componentizedIntroduction?: Maybe<Array<ContentPlatformAssetComponentAndProTipComponentAndTextComponentAndCallToActionAndQuestionComponentAndTwitterComponentAndCallOutComponentUnion>>;
|
|
7268
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7269
|
+
embedLink?: Maybe<Scalars['String']['output']>;
|
|
7270
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7271
|
+
};
|
|
7246
7272
|
export declare type ContentPlatformAssetComponent = {
|
|
7247
7273
|
__typename?: 'ContentPlatformAssetComponent';
|
|
7248
7274
|
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
@@ -7296,6 +7322,7 @@ export declare type ContentPlatformCallToAction = {
|
|
|
7296
7322
|
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7297
7323
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7298
7324
|
dataBlueprintModule?: Maybe<Scalars['String']['output']>;
|
|
7325
|
+
product?: Maybe<Array<ContentPlatformProduct>>;
|
|
7299
7326
|
productLogo?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7300
7327
|
productName?: Maybe<Scalars['String']['output']>;
|
|
7301
7328
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -7479,6 +7506,26 @@ export declare type ContentPlatformFieldType = {
|
|
|
7479
7506
|
__typename?: 'ContentPlatformFieldType';
|
|
7480
7507
|
field: ContentPlatformFieldNames;
|
|
7481
7508
|
};
|
|
7509
|
+
export declare type ContentPlatformFullHubArticle = {
|
|
7510
|
+
__typename?: 'ContentPlatformFullHubArticle';
|
|
7511
|
+
articleIntroduction?: Maybe<Array<ContentPlatformArticleIntroduction>>;
|
|
7512
|
+
articleRef?: Maybe<ContentPlatformHubArticle>;
|
|
7513
|
+
articleSummary?: Maybe<Scalars['String']['output']>;
|
|
7514
|
+
author?: Maybe<ContentPlatformAuthor>;
|
|
7515
|
+
bodyTextContainer?: Maybe<Array<ContentPlatformSupportingConceptWrapper>>;
|
|
7516
|
+
contentHubSubscribe?: Maybe<Array<ContentPlatformSubscribeComponent>>;
|
|
7517
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7518
|
+
nextBestAction?: Maybe<Array<ContentPlatformHubArticleAndTutorialUnion>>;
|
|
7519
|
+
productDiscussedCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7520
|
+
relatedHub?: Maybe<Array<ContentPlatformTaxonomyContentHub>>;
|
|
7521
|
+
relatedProductFeatures?: Maybe<Array<ContentPlatformTaxonomyFeature>>;
|
|
7522
|
+
relatedTutorialCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7523
|
+
shareThisArticle?: Maybe<Array<ContentPlatformSocialMediaLink>>;
|
|
7524
|
+
subtitle?: Maybe<Scalars['String']['output']>;
|
|
7525
|
+
upNext?: Maybe<ContentPlatformHubArticleAndTutorialAndTopicOverviewUnion>;
|
|
7526
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7527
|
+
whitePaperCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
7528
|
+
};
|
|
7482
7529
|
export declare type ContentPlatformFullTutorial = {
|
|
7483
7530
|
__typename?: 'ContentPlatformFullTutorial';
|
|
7484
7531
|
author?: Maybe<ContentPlatformAuthor>;
|
|
@@ -7493,7 +7540,7 @@ export declare type ContentPlatformFullTutorial = {
|
|
|
7493
7540
|
shareThisTutorial?: Maybe<Array<ContentPlatformSocialMediaLink>>;
|
|
7494
7541
|
subtitle?: Maybe<Scalars['String']['output']>;
|
|
7495
7542
|
tutorialInstructions?: Maybe<Array<ContentPlatformTutorialInstructionsWrapper>>;
|
|
7496
|
-
tutorialIntroduction?: Maybe<ContentPlatformTutorialIntroduction
|
|
7543
|
+
tutorialIntroduction?: Maybe<Array<ContentPlatformTutorialIntroduction>>;
|
|
7497
7544
|
tutorialRef: ContentPlatformTutorial;
|
|
7498
7545
|
tutorialSummary?: Maybe<Scalars['String']['output']>;
|
|
7499
7546
|
upNext?: Maybe<ContentPlatformHubArticleAndTutorialAndTopicOverviewUnion>;
|
|
@@ -7513,6 +7560,16 @@ export declare type ContentPlatformHubArticle = {
|
|
|
7513
7560
|
export declare type ContentPlatformHubArticleAndTutorialAndProductFeatureAndFeaturedVideoUnion = ContentPlatformFeaturedVideo | ContentPlatformHubArticle | ContentPlatformProductFeature | ContentPlatformTutorial;
|
|
7514
7561
|
export declare type ContentPlatformHubArticleAndTutorialAndTopicOverviewUnion = ContentPlatformHubArticle | ContentPlatformTopicOverview | ContentPlatformTutorial;
|
|
7515
7562
|
export declare type ContentPlatformHubArticleAndTutorialUnion = ContentPlatformHubArticle | ContentPlatformTutorial;
|
|
7563
|
+
export declare type ContentPlatformHubArticleResultEdge = {
|
|
7564
|
+
__typename?: 'ContentPlatformHubArticleResultEdge';
|
|
7565
|
+
cursor: Scalars['String']['output'];
|
|
7566
|
+
node: ContentPlatformFullHubArticle;
|
|
7567
|
+
};
|
|
7568
|
+
export declare type ContentPlatformHubArticleSearchConnection = {
|
|
7569
|
+
__typename?: 'ContentPlatformHubArticleSearchConnection';
|
|
7570
|
+
edges: Array<ContentPlatformHubArticleResultEdge>;
|
|
7571
|
+
pageInfo: PageInfo;
|
|
7572
|
+
};
|
|
7516
7573
|
export declare type ContentPlatformImageAsset = {
|
|
7517
7574
|
__typename?: 'ContentPlatformImageAsset';
|
|
7518
7575
|
contentType: Scalars['String']['output'];
|
|
@@ -7808,7 +7865,7 @@ export declare type ContentPlatformSubscribeComponent = {
|
|
|
7808
7865
|
};
|
|
7809
7866
|
export declare type ContentPlatformSupportingConceptWrapper = {
|
|
7810
7867
|
__typename?: 'ContentPlatformSupportingConceptWrapper';
|
|
7811
|
-
contentComponents?: Maybe<Array<
|
|
7868
|
+
contentComponents?: Maybe<Array<ContentPlatformTextComponentAndAssetComponentAndProTipComponentAndTwitterComponentAndEmbeddedVideoAssetAndCallToActionAndCallOutComponentAndQuestionComponentUnion>>;
|
|
7812
7869
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7813
7870
|
name?: Maybe<Scalars['String']['output']>;
|
|
7814
7871
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -8028,7 +8085,7 @@ export declare type ContentPlatformTextComponent = {
|
|
|
8028
8085
|
name?: Maybe<Scalars['String']['output']>;
|
|
8029
8086
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8030
8087
|
};
|
|
8031
|
-
export declare type
|
|
8088
|
+
export declare type ContentPlatformTextComponentAndAssetComponentAndProTipComponentAndTwitterComponentAndEmbeddedVideoAssetAndCallToActionAndCallOutComponentAndQuestionComponentUnion = ContentPlatformAssetComponent | ContentPlatformCallOutComponent | ContentPlatformCallToAction | ContentPlatformEmbeddedVideoAsset | ContentPlatformProTipComponent | ContentPlatformQuestionComponent | ContentPlatformTextComponent | ContentPlatformTwitterComponent;
|
|
8032
8089
|
export declare type ContentPlatformTopicIntroduction = {
|
|
8033
8090
|
__typename?: 'ContentPlatformTopicIntroduction';
|
|
8034
8091
|
asset?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
@@ -27391,7 +27448,7 @@ export declare type HelpLayoutCreationInput = {
|
|
|
27391
27448
|
parentAri: Scalars['ID']['input'];
|
|
27392
27449
|
sections: Array<HelpLayoutSectionInput>;
|
|
27393
27450
|
};
|
|
27394
|
-
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
27451
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
27395
27452
|
export declare enum HelpLayoutElementCategory {
|
|
27396
27453
|
Basic = "BASIC",
|
|
27397
27454
|
Navigation = "NAVIGATION"
|
|
@@ -29704,6 +29761,7 @@ export declare type JiraAutodevJob = {
|
|
|
29704
29761
|
repoUrl?: Maybe<Scalars['String']['output']>;
|
|
29705
29762
|
state?: Maybe<JiraAutodevState>;
|
|
29706
29763
|
status?: Maybe<JiraAutodevStatus>;
|
|
29764
|
+
statusHistory?: Maybe<JiraAutodevStatusHistoryItemConnection>;
|
|
29707
29765
|
};
|
|
29708
29766
|
export declare type JiraAutodevJobConnection = {
|
|
29709
29767
|
__typename?: 'JiraAutodevJobConnection';
|
|
@@ -29760,6 +29818,23 @@ export declare enum JiraAutodevStatus {
|
|
|
29760
29818
|
InProgress = "IN_PROGRESS",
|
|
29761
29819
|
Pending = "PENDING"
|
|
29762
29820
|
}
|
|
29821
|
+
export declare type JiraAutodevStatusHistoryItem = {
|
|
29822
|
+
__typename?: 'JiraAutodevStatusHistoryItem';
|
|
29823
|
+
status?: Maybe<JiraAutodevStatus>;
|
|
29824
|
+
timestamp?: Maybe<Scalars['String']['output']>;
|
|
29825
|
+
workflowName?: Maybe<Scalars['String']['output']>;
|
|
29826
|
+
};
|
|
29827
|
+
export declare type JiraAutodevStatusHistoryItemConnection = {
|
|
29828
|
+
__typename?: 'JiraAutodevStatusHistoryItemConnection';
|
|
29829
|
+
edges?: Maybe<Array<Maybe<JiraAutodevStatusHistoryItemEdge>>>;
|
|
29830
|
+
nodes?: Maybe<Array<Maybe<JiraAutodevStatusHistoryItem>>>;
|
|
29831
|
+
pageInfo: PageInfo;
|
|
29832
|
+
};
|
|
29833
|
+
export declare type JiraAutodevStatusHistoryItemEdge = {
|
|
29834
|
+
__typename?: 'JiraAutodevStatusHistoryItemEdge';
|
|
29835
|
+
cursor: Scalars['String']['output'];
|
|
29836
|
+
node?: Maybe<JiraAutodevStatusHistoryItem>;
|
|
29837
|
+
};
|
|
29763
29838
|
export declare type JiraAutofixCreateJobPayload = Payload & {
|
|
29764
29839
|
__typename?: 'JiraAutofixCreateJobPayload';
|
|
29765
29840
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -29823,6 +29898,7 @@ export declare enum JiraBatchWindowPreference {
|
|
|
29823
29898
|
FifteenMinutes = "FIFTEEN_MINUTES",
|
|
29824
29899
|
FiveMinutes = "FIVE_MINUTES",
|
|
29825
29900
|
NoBatching = "NO_BATCHING",
|
|
29901
|
+
OncePerDay = "ONCE_PER_DAY",
|
|
29826
29902
|
OneDay = "ONE_DAY",
|
|
29827
29903
|
OneHour = "ONE_HOUR",
|
|
29828
29904
|
TenMinutes = "TEN_MINUTES",
|
|
@@ -29974,22 +30050,6 @@ export declare type JiraBulkTransitionEdge = {
|
|
|
29974
30050
|
cursor: Scalars['String']['output'];
|
|
29975
30051
|
node?: Maybe<JiraBulkTransition>;
|
|
29976
30052
|
};
|
|
29977
|
-
export declare type JiraBulkTransitionScreenConnection = {
|
|
29978
|
-
__typename?: 'JiraBulkTransitionScreenConnection';
|
|
29979
|
-
edges?: Maybe<Array<Maybe<JiraBulkTransitionScreenEdge>>>;
|
|
29980
|
-
errors?: Maybe<Array<QueryError>>;
|
|
29981
|
-
pageInfo: PageInfo;
|
|
29982
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
29983
|
-
};
|
|
29984
|
-
export declare type JiraBulkTransitionScreenEdge = {
|
|
29985
|
-
__typename?: 'JiraBulkTransitionScreenEdge';
|
|
29986
|
-
cursor: Scalars['String']['output'];
|
|
29987
|
-
node?: Maybe<Array<Maybe<JiraScreenTabLayout>>>;
|
|
29988
|
-
};
|
|
29989
|
-
export declare type JiraBulkTransitionScreenInput = {
|
|
29990
|
-
issueIds: Array<Scalars['ID']['input']>;
|
|
29991
|
-
transitionId: Scalars['Long']['input'];
|
|
29992
|
-
};
|
|
29993
30053
|
export declare type JiraBulkTransitionScreenLayout = Node & {
|
|
29994
30054
|
__typename?: 'JiraBulkTransitionScreenLayout';
|
|
29995
30055
|
comment?: Maybe<JiraRichTextField>;
|
|
@@ -30005,16 +30065,6 @@ export declare type JiraBulkTransitionScreenLayoutIssuesToBeEditedArgs = {
|
|
|
30005
30065
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30006
30066
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30007
30067
|
};
|
|
30008
|
-
export declare type JiraBulkTransitionScreenResponse = {
|
|
30009
|
-
__typename?: 'JiraBulkTransitionScreenResponse';
|
|
30010
|
-
bulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenConnection>;
|
|
30011
|
-
};
|
|
30012
|
-
export declare type JiraBulkTransitionScreenResponseBulkTransitionsScreenArgs = {
|
|
30013
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
30014
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
30015
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30016
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30017
|
-
};
|
|
30018
30068
|
export declare type JiraBulkTransitionsInput = {
|
|
30019
30069
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
30020
30070
|
transitionId: Scalars['String']['input'];
|
|
@@ -31042,6 +31092,12 @@ export declare type JiraCreatePlanPayload = Payload & {
|
|
|
31042
31092
|
plan?: Maybe<JiraPlan>;
|
|
31043
31093
|
success: Scalars['Boolean']['output'];
|
|
31044
31094
|
};
|
|
31095
|
+
export declare type JiraCreateProjectCleanupRecommendationsPayload = Payload & {
|
|
31096
|
+
__typename?: 'JiraCreateProjectCleanupRecommendationsPayload';
|
|
31097
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31098
|
+
recommendationsCreated?: Maybe<Scalars['Long']['output']>;
|
|
31099
|
+
success: Scalars['Boolean']['output'];
|
|
31100
|
+
};
|
|
31045
31101
|
export declare type JiraCreateReleaseNoteConfluencePageInput = {
|
|
31046
31102
|
appLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
31047
31103
|
excludeIssueKey?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31840,6 +31896,18 @@ export declare enum JiraFieldOptionIdsFilterOperation {
|
|
|
31840
31896
|
Allow = "ALLOW",
|
|
31841
31897
|
Exclude = "EXCLUDE"
|
|
31842
31898
|
}
|
|
31899
|
+
export declare type JiraFieldSetPreferences = {
|
|
31900
|
+
__typename?: 'JiraFieldSetPreferences';
|
|
31901
|
+
width?: Maybe<Scalars['Int']['output']>;
|
|
31902
|
+
};
|
|
31903
|
+
export declare type JiraFieldSetPreferencesMutationInput = {
|
|
31904
|
+
nodes?: InputMaybe<Array<JiraUpdateFieldSetPreferencesInput>>;
|
|
31905
|
+
};
|
|
31906
|
+
export declare type JiraFieldSetPreferencesUpdatePayload = Payload & {
|
|
31907
|
+
__typename?: 'JiraFieldSetPreferencesUpdatePayload';
|
|
31908
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31909
|
+
success: Scalars['Boolean']['output'];
|
|
31910
|
+
};
|
|
31843
31911
|
export declare type JiraFieldSetsMutationInput = {
|
|
31844
31912
|
replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
31845
31913
|
resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32461,7 +32529,6 @@ export declare type JiraIssue = Node & {
|
|
|
32461
32529
|
jiraCoverMedia?: Maybe<JiraBackground>;
|
|
32462
32530
|
key: Scalars['String']['output'];
|
|
32463
32531
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
32464
|
-
linkedDesigns?: Maybe<GraphJiraDesignConnection>;
|
|
32465
32532
|
mediaReadToken?: Maybe<JiraMediaReadToken>;
|
|
32466
32533
|
mediaUploadToken?: Maybe<JiraMediaUploadTokenResult>;
|
|
32467
32534
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
@@ -32566,10 +32633,6 @@ export declare type JiraIssueIssueLinksArgs = {
|
|
|
32566
32633
|
export declare type JiraIssueIssuePropertyByKeyArgs = {
|
|
32567
32634
|
key: Scalars['String']['input'];
|
|
32568
32635
|
};
|
|
32569
|
-
export declare type JiraIssueLinkedDesignsArgs = {
|
|
32570
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32571
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32572
|
-
};
|
|
32573
32636
|
export declare type JiraIssueMediaReadTokenArgs = {
|
|
32574
32637
|
maxTokenLength: Scalars['Int']['input'];
|
|
32575
32638
|
};
|
|
@@ -33348,6 +33411,7 @@ export declare type JiraIssueSearchFieldSet = {
|
|
|
33348
33411
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
33349
33412
|
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
33350
33413
|
fieldSetId?: Maybe<Scalars['String']['output']>;
|
|
33414
|
+
fieldSetPreferences?: Maybe<JiraFieldSetPreferences>;
|
|
33351
33415
|
fieldType?: Maybe<JiraFieldType>;
|
|
33352
33416
|
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
33353
33417
|
isSortable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -34665,6 +34729,7 @@ export declare type JiraMutation = {
|
|
|
34665
34729
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
34666
34730
|
createJwmOverview?: Maybe<JiraWorkManagementGiraCreateOverviewPayload>;
|
|
34667
34731
|
createLargeSolution?: Maybe<JiraCreateLargeSolutionPayload>;
|
|
34732
|
+
createProjectCleanupRecommendations?: Maybe<JiraCreateProjectCleanupRecommendationsPayload>;
|
|
34668
34733
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
34669
34734
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
34670
34735
|
createSafeGlobalData?: Maybe<JiraCreateSafeGlobalDataPayload>;
|
|
@@ -34774,6 +34839,7 @@ export declare type JiraMutation = {
|
|
|
34774
34839
|
updateTeamField?: Maybe<JiraTeamFieldPayload>;
|
|
34775
34840
|
updateTimeTrackingField?: Maybe<JiraTimeTrackingFieldPayload>;
|
|
34776
34841
|
updateUrlField?: Maybe<JiraUrlFieldPayload>;
|
|
34842
|
+
updateUserFieldSetPreferences?: Maybe<JiraFieldSetPreferencesUpdatePayload>;
|
|
34777
34843
|
updateUserNavigationConfiguration?: Maybe<JiraUserNavigationConfigurationPayload>;
|
|
34778
34844
|
updateVersionArchivedStatus?: Maybe<JiraUpdateVersionPayload>;
|
|
34779
34845
|
updateVersionDescription?: Maybe<JiraUpdateVersionPayload>;
|
|
@@ -34856,6 +34922,9 @@ export declare type JiraMutationCreateJwmOverviewArgs = {
|
|
|
34856
34922
|
export declare type JiraMutationCreateLargeSolutionArgs = {
|
|
34857
34923
|
input: JiraCreateLargeSolutionInput;
|
|
34858
34924
|
};
|
|
34925
|
+
export declare type JiraMutationCreateProjectCleanupRecommendationsArgs = {
|
|
34926
|
+
cloudId: Scalars['ID']['input'];
|
|
34927
|
+
};
|
|
34859
34928
|
export declare type JiraMutationCreateProjectShortcutArgs = {
|
|
34860
34929
|
input: JiraCreateShortcutInput;
|
|
34861
34930
|
};
|
|
@@ -35194,6 +35263,10 @@ export declare type JiraMutationUpdateTimeTrackingFieldArgs = {
|
|
|
35194
35263
|
export declare type JiraMutationUpdateUrlFieldArgs = {
|
|
35195
35264
|
input: JiraUpdateUrlFieldInput;
|
|
35196
35265
|
};
|
|
35266
|
+
export declare type JiraMutationUpdateUserFieldSetPreferencesArgs = {
|
|
35267
|
+
cloudId: Scalars['ID']['input'];
|
|
35268
|
+
fieldSetPreferencesInput: JiraFieldSetPreferencesMutationInput;
|
|
35269
|
+
};
|
|
35197
35270
|
export declare type JiraMutationUpdateUserNavigationConfigurationArgs = {
|
|
35198
35271
|
input: JiraUpdateUserNavigationConfigurationInput;
|
|
35199
35272
|
};
|
|
@@ -35342,6 +35415,7 @@ export declare type JiraNotificationGlobalPreference = {
|
|
|
35342
35415
|
export declare type JiraNotificationOptions = {
|
|
35343
35416
|
__typename?: 'JiraNotificationOptions';
|
|
35344
35417
|
batchWindow?: Maybe<JiraBatchWindowPreference>;
|
|
35418
|
+
dailyBatchLocalTime?: Maybe<Scalars['String']['output']>;
|
|
35345
35419
|
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
35346
35420
|
id: Scalars['ID']['output'];
|
|
35347
35421
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -36492,6 +36566,39 @@ export declare type JiraProjectCategoryEdge = {
|
|
|
36492
36566
|
export declare type JiraProjectCategoryFilterInput = {
|
|
36493
36567
|
categoryIds?: InputMaybe<Array<Scalars['Int']['input']>>;
|
|
36494
36568
|
};
|
|
36569
|
+
export declare type JiraProjectCleanupRecommendation = {
|
|
36570
|
+
__typename?: 'JiraProjectCleanupRecommendation';
|
|
36571
|
+
executedById?: Maybe<User>;
|
|
36572
|
+
executedGroupId?: Maybe<Scalars['String']['output']>;
|
|
36573
|
+
id: Scalars['ID']['output'];
|
|
36574
|
+
project?: Maybe<JiraProject>;
|
|
36575
|
+
projectCleanupAction?: Maybe<JiraProjectCleanupRecommendationAction>;
|
|
36576
|
+
recommendationId?: Maybe<Scalars['Long']['output']>;
|
|
36577
|
+
staleSince?: Maybe<Scalars['DateTime']['output']>;
|
|
36578
|
+
status?: Maybe<JiraResourceUsageRecommendationStatus>;
|
|
36579
|
+
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
36580
|
+
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
36581
|
+
};
|
|
36582
|
+
export declare enum JiraProjectCleanupRecommendationAction {
|
|
36583
|
+
Archive = "ARCHIVE",
|
|
36584
|
+
Trash = "TRASH"
|
|
36585
|
+
}
|
|
36586
|
+
export declare type JiraProjectCleanupRecommendationConnection = {
|
|
36587
|
+
__typename?: 'JiraProjectCleanupRecommendationConnection';
|
|
36588
|
+
edges?: Maybe<Array<Maybe<JiraProjectCleanupRecommendationEdge>>>;
|
|
36589
|
+
pageInfo: PageInfo;
|
|
36590
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36591
|
+
};
|
|
36592
|
+
export declare type JiraProjectCleanupRecommendationEdge = {
|
|
36593
|
+
__typename?: 'JiraProjectCleanupRecommendationEdge';
|
|
36594
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36595
|
+
node?: Maybe<JiraProjectCleanupRecommendation>;
|
|
36596
|
+
};
|
|
36597
|
+
export declare enum JiraProjectCleanupRecommendationStaleSince {
|
|
36598
|
+
OneYear = "ONE_YEAR",
|
|
36599
|
+
SixMonths = "SIX_MONTHS",
|
|
36600
|
+
TwoYears = "TWO_YEARS"
|
|
36601
|
+
}
|
|
36495
36602
|
export declare type JiraProjectConnection = HasPageInfo & HasTotal & {
|
|
36496
36603
|
__typename?: 'JiraProjectConnection';
|
|
36497
36604
|
edges?: Maybe<Array<Maybe<JiraProjectEdge>>>;
|
|
@@ -36691,7 +36798,7 @@ export declare type JiraProjectRoleActorLogTableEntryEdge = {
|
|
|
36691
36798
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
36692
36799
|
node?: Maybe<JiraProjectRoleActorLogTableEntry>;
|
|
36693
36800
|
};
|
|
36694
|
-
export declare type JiraProjectRoleActorRecommendation =
|
|
36801
|
+
export declare type JiraProjectRoleActorRecommendation = {
|
|
36695
36802
|
__typename?: 'JiraProjectRoleActorRecommendation';
|
|
36696
36803
|
executedBy?: Maybe<User>;
|
|
36697
36804
|
executedGroupId?: Maybe<Scalars['String']['output']>;
|
|
@@ -36884,7 +36991,6 @@ export declare type JiraQuery = {
|
|
|
36884
36991
|
issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
|
|
36885
36992
|
issueSearchViewResult?: Maybe<JiraIssueSearchViewResult>;
|
|
36886
36993
|
issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
36887
|
-
jiraBulkTransitionsScreen?: Maybe<JiraBulkTransitionScreenResponse>;
|
|
36888
36994
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
36889
36995
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
36890
36996
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
@@ -36929,6 +37035,7 @@ export declare type JiraQuery = {
|
|
|
36929
37035
|
permission?: Maybe<JiraPermission>;
|
|
36930
37036
|
permissionSchemeGrants?: Maybe<JiraPermissionGrantValueConnection>;
|
|
36931
37037
|
postIncidentReviewLinksByIds?: Maybe<Array<Maybe<JiraPostIncidentReviewLink>>>;
|
|
37038
|
+
projectCleanupRecommendations?: Maybe<JiraProjectCleanupRecommendationConnection>;
|
|
36932
37039
|
projectListViewTemplates?: Maybe<JiraProjectListViewTemplateConnection>;
|
|
36933
37040
|
projectRequestTypesFromTemplate?: Maybe<Array<JiraServiceManagementRequestTypeFromTemplate>>;
|
|
36934
37041
|
projectRoleActorLogTableEntries?: Maybe<JiraProjectRoleActorLogTableEntryConnection>;
|
|
@@ -37322,9 +37429,6 @@ export declare type JiraQueryIssuesByKeyArgs = {
|
|
|
37322
37429
|
cloudId: Scalars['ID']['input'];
|
|
37323
37430
|
keys: Array<Scalars['String']['input']>;
|
|
37324
37431
|
};
|
|
37325
|
-
export declare type JiraQueryJiraBulkTransitionsScreenArgs = {
|
|
37326
|
-
input: Array<JiraBulkTransitionScreenInput>;
|
|
37327
|
-
};
|
|
37328
37432
|
export declare type JiraQueryJiraBulkTransitionsScreenDetailsArgs = {
|
|
37329
37433
|
issueIds: Array<Scalars['ID']['input']>;
|
|
37330
37434
|
transitionId: Scalars['Int']['input'];
|
|
@@ -37521,6 +37625,16 @@ export declare type JiraQueryPermissionSchemeGrantsArgs = {
|
|
|
37521
37625
|
export declare type JiraQueryPostIncidentReviewLinksByIdsArgs = {
|
|
37522
37626
|
ids: Array<Scalars['ID']['input']>;
|
|
37523
37627
|
};
|
|
37628
|
+
export declare type JiraQueryProjectCleanupRecommendationsArgs = {
|
|
37629
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37630
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
37631
|
+
cloudId: Scalars['ID']['input'];
|
|
37632
|
+
emptyProjects?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37633
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37634
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37635
|
+
staleSince?: InputMaybe<JiraProjectCleanupRecommendationStaleSince>;
|
|
37636
|
+
statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
|
|
37637
|
+
};
|
|
37524
37638
|
export declare type JiraQueryProjectListViewTemplatesArgs = {
|
|
37525
37639
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37526
37640
|
cloudId: Scalars['ID']['input'];
|
|
@@ -37552,6 +37666,7 @@ export declare type JiraQueryRecentItemsArgs = {
|
|
|
37552
37666
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37553
37667
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
37554
37668
|
cloudId: Scalars['ID']['input'];
|
|
37669
|
+
filter?: InputMaybe<JiraRecentItemsFilter>;
|
|
37555
37670
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37556
37671
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37557
37672
|
types: Array<JiraSearchableEntityType>;
|
|
@@ -37764,9 +37879,14 @@ export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
|
|
|
37764
37879
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37765
37880
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37766
37881
|
};
|
|
37882
|
+
export declare type JiraRecentItemsFilter = {
|
|
37883
|
+
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
37884
|
+
types?: InputMaybe<Array<JiraSearchableEntityType>>;
|
|
37885
|
+
};
|
|
37767
37886
|
export declare enum JiraRecommendationCategory {
|
|
37768
37887
|
CustomField = "CUSTOM_FIELD",
|
|
37769
37888
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
37889
|
+
ProjectCleanup = "PROJECT_CLEANUP",
|
|
37770
37890
|
ProjectRoleActor = "PROJECT_ROLE_ACTOR"
|
|
37771
37891
|
}
|
|
37772
37892
|
export declare type JiraReleaseNotesConfiguration = {
|
|
@@ -38056,7 +38176,7 @@ export declare type JiraResolutionFieldPayload = Payload & {
|
|
|
38056
38176
|
export declare type JiraResolutionInput = {
|
|
38057
38177
|
resolutionId: Scalars['ID']['input'];
|
|
38058
38178
|
};
|
|
38059
|
-
export declare type JiraResourceUsageCustomFieldRecommendation =
|
|
38179
|
+
export declare type JiraResourceUsageCustomFieldRecommendation = {
|
|
38060
38180
|
__typename?: 'JiraResourceUsageCustomFieldRecommendation';
|
|
38061
38181
|
customFieldAction: JiraResourceUsageCustomFieldRecommendationAction;
|
|
38062
38182
|
customFieldDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -38083,7 +38203,7 @@ export declare type JiraResourceUsageCustomFieldRecommendationEdge = {
|
|
|
38083
38203
|
cursor: Scalars['String']['output'];
|
|
38084
38204
|
node?: Maybe<JiraResourceUsageCustomFieldRecommendation>;
|
|
38085
38205
|
};
|
|
38086
|
-
export declare type JiraResourceUsageMetric =
|
|
38206
|
+
export declare type JiraResourceUsageMetric = {
|
|
38087
38207
|
__typename?: 'JiraResourceUsageMetric';
|
|
38088
38208
|
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
38089
38209
|
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
@@ -40406,6 +40526,10 @@ export declare type JiraUpdateDateTimeFieldInput = {
|
|
|
40406
40526
|
id: Scalars['ID']['input'];
|
|
40407
40527
|
operation: JiraDateTimeFieldOperationInput;
|
|
40408
40528
|
};
|
|
40529
|
+
export declare type JiraUpdateFieldSetPreferencesInput = {
|
|
40530
|
+
fieldSetId: Scalars['String']['input'];
|
|
40531
|
+
width?: InputMaybe<Scalars['Int']['input']>;
|
|
40532
|
+
};
|
|
40409
40533
|
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
40410
40534
|
id: Scalars['ID']['input'];
|
|
40411
40535
|
operation: JiraForgeObjectFieldOperationInput;
|
|
@@ -40459,6 +40583,7 @@ export declare type JiraUpdateMultipleVersionPickerFieldInput = {
|
|
|
40459
40583
|
};
|
|
40460
40584
|
export declare type JiraUpdateNotificationOptionsInput = {
|
|
40461
40585
|
batchWindow?: InputMaybe<JiraBatchWindowPreference>;
|
|
40586
|
+
dailyBatchLocalTime?: InputMaybe<Scalars['String']['input']>;
|
|
40462
40587
|
emailMimeType?: InputMaybe<JiraEmailMimeType>;
|
|
40463
40588
|
isEmailNotificationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40464
40589
|
notifyOwnChangesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -41928,6 +42053,17 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
41928
42053
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
41929
42054
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
41930
42055
|
};
|
|
42056
|
+
export declare type JsmChatAddConversationInteractionInput = {
|
|
42057
|
+
authorId: Scalars['String']['input'];
|
|
42058
|
+
interactionType: JsmChatInteractionType;
|
|
42059
|
+
jiraFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
42060
|
+
selectedValue: Scalars['String']['input'];
|
|
42061
|
+
};
|
|
42062
|
+
export declare type JsmChatAddConversationInteractionPayload = Payload & {
|
|
42063
|
+
__typename?: 'JsmChatAddConversationInteractionPayload';
|
|
42064
|
+
errors?: Maybe<Array<MutationError>>;
|
|
42065
|
+
success: Scalars['Boolean']['output'];
|
|
42066
|
+
};
|
|
41931
42067
|
export declare enum JsmChatChannelExperienceId {
|
|
41932
42068
|
Helpcenter = "HELPCENTER",
|
|
41933
42069
|
Widget = "WIDGET"
|
|
@@ -41990,11 +42126,31 @@ export declare type JsmChatCreateCommentOutput = {
|
|
|
41990
42126
|
export declare type JsmChatCreateConversationInput = {
|
|
41991
42127
|
channelExperienceId: JsmChatChannelExperienceId;
|
|
41992
42128
|
conversationContextAri: Scalars['ID']['input'];
|
|
41993
|
-
|
|
42129
|
+
isTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42130
|
+
};
|
|
42131
|
+
export declare type JsmChatCreateConversationMessageInput = {
|
|
42132
|
+
authorId: Scalars['String']['input'];
|
|
42133
|
+
message: Scalars['String']['input'];
|
|
42134
|
+
};
|
|
42135
|
+
export declare type JsmChatCreateConversationMessagePayload = Payload & {
|
|
42136
|
+
__typename?: 'JsmChatCreateConversationMessagePayload';
|
|
42137
|
+
createConversationMessageResponse?: Maybe<JsmChatCreateConversationMessageResponse>;
|
|
42138
|
+
errors?: Maybe<Array<MutationError>>;
|
|
42139
|
+
success: Scalars['Boolean']['output'];
|
|
41994
42140
|
};
|
|
41995
|
-
export declare type
|
|
41996
|
-
__typename?: '
|
|
41997
|
-
|
|
42141
|
+
export declare type JsmChatCreateConversationMessageResponse = {
|
|
42142
|
+
__typename?: 'JsmChatCreateConversationMessageResponse';
|
|
42143
|
+
id: Scalars['ID']['output'];
|
|
42144
|
+
};
|
|
42145
|
+
export declare type JsmChatCreateConversationPayload = Payload & {
|
|
42146
|
+
__typename?: 'JsmChatCreateConversationPayload';
|
|
42147
|
+
createConversationResponse?: Maybe<JsmChatCreateConversationResponse>;
|
|
42148
|
+
errors?: Maybe<Array<MutationError>>;
|
|
42149
|
+
success: Scalars['Boolean']['output'];
|
|
42150
|
+
};
|
|
42151
|
+
export declare type JsmChatCreateConversationResponse = {
|
|
42152
|
+
__typename?: 'JsmChatCreateConversationResponse';
|
|
42153
|
+
id: Scalars['ID']['output'];
|
|
41998
42154
|
};
|
|
41999
42155
|
export declare type JsmChatDisconnectJiraProjectInput = {
|
|
42000
42156
|
activationId: Scalars['ID']['input'];
|
|
@@ -42024,6 +42180,11 @@ export declare type JsmChatInitializeNativeConfigResponse = {
|
|
|
42024
42180
|
connectedApp?: Maybe<JsmChatConnectedApps>;
|
|
42025
42181
|
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
42026
42182
|
};
|
|
42183
|
+
export declare enum JsmChatInteractionType {
|
|
42184
|
+
Buttons = "BUTTONS",
|
|
42185
|
+
Dropdown = "DROPDOWN",
|
|
42186
|
+
JiraField = "JIRA_FIELD"
|
|
42187
|
+
}
|
|
42027
42188
|
export declare enum JsmChatMessageSource {
|
|
42028
42189
|
Email = "EMAIL"
|
|
42029
42190
|
}
|
|
@@ -42064,9 +42225,11 @@ export declare type JsmChatMsTeamsUpdatedProjectSettings = {
|
|
|
42064
42225
|
};
|
|
42065
42226
|
export declare type JsmChatMutation = {
|
|
42066
42227
|
__typename?: 'JsmChatMutation';
|
|
42228
|
+
addConversationInteraction?: Maybe<JsmChatAddConversationInteractionPayload>;
|
|
42067
42229
|
createChannel: JsmChatCreateChannelOutput;
|
|
42068
42230
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
42069
|
-
createConversation
|
|
42231
|
+
createConversation?: Maybe<JsmChatCreateConversationPayload>;
|
|
42232
|
+
createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
|
|
42070
42233
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
42071
42234
|
disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
42072
42235
|
updateChannelSettings: JsmChatUpdateChannelSettingsOutput;
|
|
@@ -42074,6 +42237,11 @@ export declare type JsmChatMutation = {
|
|
|
42074
42237
|
updateMsTeamsProjectSettings: JsmChatUpdateMsTeamsProjectSettingsOutput;
|
|
42075
42238
|
updateProjectSettings?: Maybe<JsmChatUpdateProjectSettingsOutput>;
|
|
42076
42239
|
};
|
|
42240
|
+
export declare type JsmChatMutationAddConversationInteractionArgs = {
|
|
42241
|
+
conversationId: Scalars['ID']['input'];
|
|
42242
|
+
input: JsmChatAddConversationInteractionInput;
|
|
42243
|
+
workspaceAri: Scalars['ID']['input'];
|
|
42244
|
+
};
|
|
42077
42245
|
export declare type JsmChatMutationCreateChannelArgs = {
|
|
42078
42246
|
input?: InputMaybe<JsmChatCreateChannelInput>;
|
|
42079
42247
|
jiraProjectAri: Scalars['ID']['input'];
|
|
@@ -42084,7 +42252,12 @@ export declare type JsmChatMutationCreateCommentArgs = {
|
|
|
42084
42252
|
workspaceAri: Scalars['ID']['input'];
|
|
42085
42253
|
};
|
|
42086
42254
|
export declare type JsmChatMutationCreateConversationArgs = {
|
|
42087
|
-
input
|
|
42255
|
+
input: JsmChatCreateConversationInput;
|
|
42256
|
+
workspaceAri: Scalars['ID']['input'];
|
|
42257
|
+
};
|
|
42258
|
+
export declare type JsmChatMutationCreateConversationMessageArgs = {
|
|
42259
|
+
conversationId: Scalars['ID']['input'];
|
|
42260
|
+
input: JsmChatCreateConversationMessageInput;
|
|
42088
42261
|
workspaceAri: Scalars['ID']['input'];
|
|
42089
42262
|
};
|
|
42090
42263
|
export declare type JsmChatMutationDisconnectJiraProjectArgs = {
|
|
@@ -42273,6 +42446,8 @@ export declare type JswCardColor = Node & {
|
|
|
42273
42446
|
color: Scalars['String']['output'];
|
|
42274
42447
|
displayValue?: Maybe<Scalars['String']['output']>;
|
|
42275
42448
|
id: Scalars['ID']['output'];
|
|
42449
|
+
isGlobalColor?: Maybe<Scalars['Boolean']['output']>;
|
|
42450
|
+
isUsed?: Maybe<Scalars['Boolean']['output']>;
|
|
42276
42451
|
strategy?: Maybe<Scalars['String']['output']>;
|
|
42277
42452
|
value?: Maybe<Scalars['String']['output']>;
|
|
42278
42453
|
};
|
|
@@ -42323,6 +42498,24 @@ export declare type JswCurrentCardLayoutField = Node & {
|
|
|
42323
42498
|
isValid?: Maybe<Scalars['Boolean']['output']>;
|
|
42324
42499
|
name?: Maybe<Scalars['String']['output']>;
|
|
42325
42500
|
};
|
|
42501
|
+
export declare type JswCustomSwimlane = Node & {
|
|
42502
|
+
__typename?: 'JswCustomSwimlane';
|
|
42503
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42504
|
+
id: Scalars['ID']['output'];
|
|
42505
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
42506
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
42507
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
42508
|
+
};
|
|
42509
|
+
export declare type JswCustomSwimlaneConnection = {
|
|
42510
|
+
__typename?: 'JswCustomSwimlaneConnection';
|
|
42511
|
+
edges?: Maybe<Array<Maybe<JswCustomSwimlaneEdge>>>;
|
|
42512
|
+
pageInfo: PageInfo;
|
|
42513
|
+
};
|
|
42514
|
+
export declare type JswCustomSwimlaneEdge = {
|
|
42515
|
+
__typename?: 'JswCustomSwimlaneEdge';
|
|
42516
|
+
cursor: Scalars['String']['output'];
|
|
42517
|
+
node?: Maybe<JswCustomSwimlane>;
|
|
42518
|
+
};
|
|
42326
42519
|
export declare type JswMapOfStringToString = {
|
|
42327
42520
|
__typename?: 'JswMapOfStringToString';
|
|
42328
42521
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -43139,7 +43332,7 @@ export declare enum MarketplacePartnerSupportHolidayFrequency {
|
|
|
43139
43332
|
export declare type MarketplacePartnerTier = {
|
|
43140
43333
|
__typename?: 'MarketplacePartnerTier';
|
|
43141
43334
|
type: MarketplacePartnerTierType;
|
|
43142
|
-
updatedDate
|
|
43335
|
+
updatedDate?: Maybe<Scalars['String']['output']>;
|
|
43143
43336
|
};
|
|
43144
43337
|
export declare enum MarketplacePartnerTierType {
|
|
43145
43338
|
Gold = "GOLD",
|
|
@@ -43546,7 +43739,7 @@ export declare enum MembershipState {
|
|
|
43546
43739
|
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
43547
43740
|
}
|
|
43548
43741
|
export declare type MercuryAddWatcherToFocusAreaInput = {
|
|
43549
|
-
cloudId
|
|
43742
|
+
cloudId: Scalars['ID']['input'];
|
|
43550
43743
|
focusAreaId: Scalars['ID']['input'];
|
|
43551
43744
|
userId: Scalars['ID']['input'];
|
|
43552
43745
|
};
|
|
@@ -43575,8 +43768,31 @@ export declare enum MercuryAggregatedHeadcountSortField {
|
|
|
43575
43768
|
OpenPositions = "OPEN_POSITIONS",
|
|
43576
43769
|
TotalHeadcount = "TOTAL_HEADCOUNT"
|
|
43577
43770
|
}
|
|
43771
|
+
export declare type MercuryAggregatedPortfolioStatusCount = {
|
|
43772
|
+
__typename?: 'MercuryAggregatedPortfolioStatusCount';
|
|
43773
|
+
children: MercuryFocusAreaStatusCount;
|
|
43774
|
+
};
|
|
43775
|
+
export declare type MercuryComment = Node & {
|
|
43776
|
+
__typename?: 'MercuryComment';
|
|
43777
|
+
ari: Scalars['String']['output'];
|
|
43778
|
+
commentText?: Maybe<Scalars['String']['output']>;
|
|
43779
|
+
createdDate: Scalars['String']['output'];
|
|
43780
|
+
id: Scalars['ID']['output'];
|
|
43781
|
+
updatedDate: Scalars['String']['output'];
|
|
43782
|
+
};
|
|
43783
|
+
export declare type MercuryCommentConnection = {
|
|
43784
|
+
__typename?: 'MercuryCommentConnection';
|
|
43785
|
+
edges?: Maybe<Array<Maybe<MercuryCommentEdge>>>;
|
|
43786
|
+
pageInfo: PageInfo;
|
|
43787
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43788
|
+
};
|
|
43789
|
+
export declare type MercuryCommentEdge = {
|
|
43790
|
+
__typename?: 'MercuryCommentEdge';
|
|
43791
|
+
cursor: Scalars['String']['output'];
|
|
43792
|
+
node?: Maybe<MercuryComment>;
|
|
43793
|
+
};
|
|
43578
43794
|
export declare type MercuryCreateFocusAreaInput = {
|
|
43579
|
-
cloudId
|
|
43795
|
+
cloudId: Scalars['ID']['input'];
|
|
43580
43796
|
focusAreaTypeId: Scalars['ID']['input'];
|
|
43581
43797
|
name: Scalars['String']['input'];
|
|
43582
43798
|
parentFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -43587,42 +43803,32 @@ export declare type MercuryCreateFocusAreaPayload = Payload & {
|
|
|
43587
43803
|
errors?: Maybe<Array<MutationError>>;
|
|
43588
43804
|
success: Scalars['Boolean']['output'];
|
|
43589
43805
|
};
|
|
43590
|
-
export declare type
|
|
43591
|
-
|
|
43592
|
-
|
|
43593
|
-
|
|
43594
|
-
|
|
43595
|
-
|
|
43596
|
-
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|
|
43597
|
-
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
43598
|
-
targetDate?: InputMaybe<MercuryGoalTargetDateInput>;
|
|
43806
|
+
export declare type MercuryCreateFocusAreaStatusUpdateInput = {
|
|
43807
|
+
cloudId: Scalars['ID']['input'];
|
|
43808
|
+
focusAreaId: Scalars['ID']['input'];
|
|
43809
|
+
newTargetDate?: InputMaybe<MercuryFocusAreaTargetDateInput>;
|
|
43810
|
+
statusTransitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
43811
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
43599
43812
|
};
|
|
43600
|
-
export declare type
|
|
43601
|
-
__typename?: '
|
|
43813
|
+
export declare type MercuryCreateFocusAreaStatusUpdatePayload = Payload & {
|
|
43814
|
+
__typename?: 'MercuryCreateFocusAreaStatusUpdatePayload';
|
|
43815
|
+
createdFocusAreaUpdateStatus?: Maybe<MercuryFocusAreaStatusUpdate>;
|
|
43602
43816
|
errors?: Maybe<Array<MutationError>>;
|
|
43603
|
-
goal?: Maybe<MercuryGoal>;
|
|
43604
43817
|
success: Scalars['Boolean']['output'];
|
|
43605
43818
|
};
|
|
43606
|
-
export declare type
|
|
43607
|
-
|
|
43608
|
-
|
|
43609
|
-
|
|
43610
|
-
metricValue?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
43611
|
-
phase?: InputMaybe<MercuryGoalPhase>;
|
|
43612
|
-
score?: InputMaybe<Scalars['Int']['input']>;
|
|
43613
|
-
summary?: InputMaybe<Scalars['String']['input']>;
|
|
43614
|
-
targetDate?: InputMaybe<Scalars['Date']['input']>;
|
|
43615
|
-
targetDateType?: InputMaybe<MercuryGoalTargetDateType>;
|
|
43616
|
-
updateNotes?: InputMaybe<Array<InputMaybe<MercuryUpdateNoteInput>>>;
|
|
43819
|
+
export declare type MercuryCreatePortfolioFocusAreasInput = {
|
|
43820
|
+
cloudId: Scalars['ID']['input'];
|
|
43821
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43822
|
+
name: Scalars['String']['input'];
|
|
43617
43823
|
};
|
|
43618
|
-
export declare type
|
|
43619
|
-
__typename?: '
|
|
43824
|
+
export declare type MercuryCreatePortfolioPayload = Payload & {
|
|
43825
|
+
__typename?: 'MercuryCreatePortfolioPayload';
|
|
43826
|
+
createdPortfolio?: Maybe<MercuryPortfolio>;
|
|
43620
43827
|
errors?: Maybe<Array<MutationError>>;
|
|
43621
|
-
goalUpdate?: Maybe<MercuryGoalUpdate>;
|
|
43622
43828
|
success: Scalars['Boolean']['output'];
|
|
43623
43829
|
};
|
|
43624
43830
|
export declare type MercuryDeleteFocusAreaGoalLinkInput = {
|
|
43625
|
-
cloudId
|
|
43831
|
+
cloudId: Scalars['ID']['input'];
|
|
43626
43832
|
id: Scalars['ID']['input'];
|
|
43627
43833
|
};
|
|
43628
43834
|
export declare type MercuryDeleteFocusAreaGoalLinkPayload = Payload & {
|
|
@@ -43631,11 +43837,11 @@ export declare type MercuryDeleteFocusAreaGoalLinkPayload = Payload & {
|
|
|
43631
43837
|
success: Scalars['Boolean']['output'];
|
|
43632
43838
|
};
|
|
43633
43839
|
export declare type MercuryDeleteFocusAreaInput = {
|
|
43634
|
-
cloudId
|
|
43840
|
+
cloudId: Scalars['ID']['input'];
|
|
43635
43841
|
id: Scalars['ID']['input'];
|
|
43636
43842
|
};
|
|
43637
43843
|
export declare type MercuryDeleteFocusAreaLinkInput = {
|
|
43638
|
-
cloudId
|
|
43844
|
+
cloudId: Scalars['ID']['input'];
|
|
43639
43845
|
id: Scalars['ID']['input'];
|
|
43640
43846
|
};
|
|
43641
43847
|
export declare type MercuryDeleteFocusAreaLinkPayload = Payload & {
|
|
@@ -43648,8 +43854,17 @@ export declare type MercuryDeleteFocusAreaPayload = Payload & {
|
|
|
43648
43854
|
errors?: Maybe<Array<MutationError>>;
|
|
43649
43855
|
success: Scalars['Boolean']['output'];
|
|
43650
43856
|
};
|
|
43857
|
+
export declare type MercuryDeleteFocusAreaStatusUpdateInput = {
|
|
43858
|
+
cloudId: Scalars['ID']['input'];
|
|
43859
|
+
id: Scalars['ID']['input'];
|
|
43860
|
+
};
|
|
43861
|
+
export declare type MercuryDeleteFocusAreaStatusUpdatePayload = Payload & {
|
|
43862
|
+
__typename?: 'MercuryDeleteFocusAreaStatusUpdatePayload';
|
|
43863
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43864
|
+
success: Scalars['Boolean']['output'];
|
|
43865
|
+
};
|
|
43651
43866
|
export declare type MercuryDeletePortfolioFocusAreaLinkInput = {
|
|
43652
|
-
cloudId
|
|
43867
|
+
cloudId: Scalars['ID']['input'];
|
|
43653
43868
|
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43654
43869
|
portfolioId: Scalars['ID']['input'];
|
|
43655
43870
|
};
|
|
@@ -43658,20 +43873,13 @@ export declare type MercuryDeletePortfolioFocusAreaLinkPayload = Payload & {
|
|
|
43658
43873
|
errors?: Maybe<Array<MutationError>>;
|
|
43659
43874
|
success: Scalars['Boolean']['output'];
|
|
43660
43875
|
};
|
|
43661
|
-
export declare type
|
|
43662
|
-
|
|
43663
|
-
|
|
43664
|
-
goalStatus?: InputMaybe<MercuryGoalStatus>;
|
|
43665
|
-
metricTarget?: InputMaybe<MercuryMetricTargetInput>;
|
|
43666
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
43667
|
-
owner?: InputMaybe<Scalars['String']['input']>;
|
|
43668
|
-
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
43669
|
-
targetDate?: InputMaybe<MercuryGoalTargetDateInput>;
|
|
43876
|
+
export declare type MercuryDeletePortfolioInput = {
|
|
43877
|
+
cloudId: Scalars['ID']['input'];
|
|
43878
|
+
id: Scalars['ID']['input'];
|
|
43670
43879
|
};
|
|
43671
|
-
export declare type
|
|
43672
|
-
__typename?: '
|
|
43880
|
+
export declare type MercuryDeletePortfolioPayload = Payload & {
|
|
43881
|
+
__typename?: 'MercuryDeletePortfolioPayload';
|
|
43673
43882
|
errors?: Maybe<Array<MutationError>>;
|
|
43674
|
-
goal?: Maybe<MercuryGoal>;
|
|
43675
43883
|
success: Scalars['Boolean']['output'];
|
|
43676
43884
|
};
|
|
43677
43885
|
export declare type MercuryFocusArea = Node & {
|
|
@@ -43789,6 +43997,17 @@ export declare type MercuryFocusAreaStatus = {
|
|
|
43789
43997
|
key: Scalars['String']['output'];
|
|
43790
43998
|
order: Scalars['Int']['output'];
|
|
43791
43999
|
};
|
|
44000
|
+
export declare type MercuryFocusAreaStatusCount = {
|
|
44001
|
+
__typename?: 'MercuryFocusAreaStatusCount';
|
|
44002
|
+
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
44003
|
+
completed?: Maybe<Scalars['Int']['output']>;
|
|
44004
|
+
inProgress?: Maybe<Scalars['Int']['output']>;
|
|
44005
|
+
offTrack?: Maybe<Scalars['Int']['output']>;
|
|
44006
|
+
onTrack?: Maybe<Scalars['Int']['output']>;
|
|
44007
|
+
paused?: Maybe<Scalars['Int']['output']>;
|
|
44008
|
+
pending?: Maybe<Scalars['Int']['output']>;
|
|
44009
|
+
total?: Maybe<Scalars['Int']['output']>;
|
|
44010
|
+
};
|
|
43792
44011
|
export declare type MercuryFocusAreaStatusTransition = {
|
|
43793
44012
|
__typename?: 'MercuryFocusAreaStatusTransition';
|
|
43794
44013
|
health?: Maybe<MercuryFocusAreaHealth>;
|
|
@@ -43799,6 +44018,30 @@ export declare type MercuryFocusAreaStatusTransitions = {
|
|
|
43799
44018
|
__typename?: 'MercuryFocusAreaStatusTransitions';
|
|
43800
44019
|
available: Array<MercuryFocusAreaStatusTransition>;
|
|
43801
44020
|
};
|
|
44021
|
+
export declare type MercuryFocusAreaStatusUpdate = {
|
|
44022
|
+
__typename?: 'MercuryFocusAreaStatusUpdate';
|
|
44023
|
+
ari?: Maybe<Scalars['String']['output']>;
|
|
44024
|
+
comments?: Maybe<MercuryCommentConnection>;
|
|
44025
|
+
createdDate: Scalars['String']['output'];
|
|
44026
|
+
focusAreaId: Scalars['ID']['output'];
|
|
44027
|
+
id: Scalars['ID']['output'];
|
|
44028
|
+
newHealth?: Maybe<MercuryFocusAreaHealth>;
|
|
44029
|
+
newStatus?: Maybe<MercuryFocusAreaStatus>;
|
|
44030
|
+
newTargetDate?: Maybe<MercuryTargetDate>;
|
|
44031
|
+
previousHealth?: Maybe<MercuryFocusAreaHealth>;
|
|
44032
|
+
previousStatus?: Maybe<MercuryFocusAreaStatus>;
|
|
44033
|
+
previousTargetDate?: Maybe<MercuryTargetDate>;
|
|
44034
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
44035
|
+
updatedDate: Scalars['String']['output'];
|
|
44036
|
+
};
|
|
44037
|
+
export declare type MercuryFocusAreaStatusUpdateCommentsArgs = {
|
|
44038
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44039
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44040
|
+
};
|
|
44041
|
+
export declare type MercuryFocusAreaTargetDateInput = {
|
|
44042
|
+
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
44043
|
+
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
44044
|
+
};
|
|
43802
44045
|
export declare type MercuryFocusAreaTeamAllocationAggregation = Node & {
|
|
43803
44046
|
__typename?: 'MercuryFocusAreaTeamAllocationAggregation';
|
|
43804
44047
|
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -43834,65 +44077,12 @@ export declare type MercuryFocusAreaType = {
|
|
|
43834
44077
|
id: Scalars['ID']['output'];
|
|
43835
44078
|
name: Scalars['String']['output'];
|
|
43836
44079
|
};
|
|
43837
|
-
export declare type MercuryGoal = {
|
|
43838
|
-
__typename?: 'MercuryGoal';
|
|
43839
|
-
atlasGoal?: Maybe<TownsquareGoal>;
|
|
43840
|
-
atlasGoalAri: Scalars['String']['output'];
|
|
43841
|
-
atlasInternalId?: Maybe<Scalars['String']['output']>;
|
|
43842
|
-
goalType: MercuryGoalType;
|
|
43843
|
-
id: Scalars['ID']['output'];
|
|
43844
|
-
metric?: Maybe<MercuryMetric>;
|
|
43845
|
-
};
|
|
43846
44080
|
export declare type MercuryGoalAggregatedStatusCount = {
|
|
43847
44081
|
__typename?: 'MercuryGoalAggregatedStatusCount';
|
|
43848
44082
|
krAggregatedStatusCount?: Maybe<MercuryGoalsAggregatedStatusCount>;
|
|
43849
44083
|
latestGoalStatusUpdateDate?: Maybe<Scalars['DateTime']['output']>;
|
|
43850
44084
|
subGoalsAggregatedStatusCount?: Maybe<MercuryGoalsAggregatedStatusCount>;
|
|
43851
44085
|
};
|
|
43852
|
-
export declare type MercuryGoalConnection = {
|
|
43853
|
-
__typename?: 'MercuryGoalConnection';
|
|
43854
|
-
edges?: Maybe<Array<Maybe<MercuryGoalEdge>>>;
|
|
43855
|
-
pageInfo: PageInfo;
|
|
43856
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
43857
|
-
};
|
|
43858
|
-
export declare type MercuryGoalEdge = {
|
|
43859
|
-
__typename?: 'MercuryGoalEdge';
|
|
43860
|
-
cursor: Scalars['String']['output'];
|
|
43861
|
-
node?: Maybe<MercuryGoal>;
|
|
43862
|
-
};
|
|
43863
|
-
export declare type MercuryGoalMutationApi = {
|
|
43864
|
-
__typename?: 'MercuryGoalMutationApi';
|
|
43865
|
-
createGoal: MercuryCreateGoalPayload;
|
|
43866
|
-
createGoalUpdateWithMetric: MercuryCreateGoalUpdateWithMetricPayload;
|
|
43867
|
-
editGoal: MercuryEditGoalPayload;
|
|
43868
|
-
};
|
|
43869
|
-
export declare type MercuryGoalMutationApiCreateGoalArgs = {
|
|
43870
|
-
cloudId: Scalars['ID']['input'];
|
|
43871
|
-
input: MercuryCreateGoalInput;
|
|
43872
|
-
};
|
|
43873
|
-
export declare type MercuryGoalMutationApiCreateGoalUpdateWithMetricArgs = {
|
|
43874
|
-
cloudId: Scalars['ID']['input'];
|
|
43875
|
-
input: MercuryCreateGoalUpdateWithMetricInput;
|
|
43876
|
-
};
|
|
43877
|
-
export declare type MercuryGoalMutationApiEditGoalArgs = {
|
|
43878
|
-
cloudId: Scalars['ID']['input'];
|
|
43879
|
-
input: MercuryEditGoalInput;
|
|
43880
|
-
};
|
|
43881
|
-
export declare enum MercuryGoalPhase {
|
|
43882
|
-
Done = "DONE",
|
|
43883
|
-
InProgress = "IN_PROGRESS",
|
|
43884
|
-
Paused = "PAUSED",
|
|
43885
|
-
Pending = "PENDING"
|
|
43886
|
-
}
|
|
43887
|
-
export declare enum MercuryGoalStatus {
|
|
43888
|
-
AtRisk = "AT_RISK",
|
|
43889
|
-
Cancelled = "CANCELLED",
|
|
43890
|
-
Done = "DONE",
|
|
43891
|
-
OffTrack = "OFF_TRACK",
|
|
43892
|
-
OnTrack = "ON_TRACK",
|
|
43893
|
-
Paused = "PAUSED",
|
|
43894
|
-
Pending = "PENDING"
|
|
43895
|
-
}
|
|
43896
44086
|
export declare type MercuryGoalStatusCount = {
|
|
43897
44087
|
__typename?: 'MercuryGoalStatusCount';
|
|
43898
44088
|
atRisk?: Maybe<Scalars['Int']['output']>;
|
|
@@ -43904,25 +44094,6 @@ export declare type MercuryGoalStatusCount = {
|
|
|
43904
44094
|
pending?: Maybe<Scalars['Int']['output']>;
|
|
43905
44095
|
total?: Maybe<Scalars['Int']['output']>;
|
|
43906
44096
|
};
|
|
43907
|
-
export declare type MercuryGoalTargetDateInput = {
|
|
43908
|
-
date?: InputMaybe<Scalars['Date']['input']>;
|
|
43909
|
-
targetDateType?: InputMaybe<MercuryGoalTargetDateType>;
|
|
43910
|
-
};
|
|
43911
|
-
export declare enum MercuryGoalTargetDateType {
|
|
43912
|
-
Day = "DAY",
|
|
43913
|
-
Month = "MONTH",
|
|
43914
|
-
Quarter = "QUARTER"
|
|
43915
|
-
}
|
|
43916
|
-
export declare enum MercuryGoalType {
|
|
43917
|
-
Goal = "GOAL",
|
|
43918
|
-
KeyResult = "KEY_RESULT"
|
|
43919
|
-
}
|
|
43920
|
-
export declare type MercuryGoalUpdate = {
|
|
43921
|
-
__typename?: 'MercuryGoalUpdate';
|
|
43922
|
-
atlasGoalId: Scalars['ID']['output'];
|
|
43923
|
-
atlasGoalUpdateAri: Scalars['String']['output'];
|
|
43924
|
-
atlasGoalUpdateId: Scalars['ID']['output'];
|
|
43925
|
-
};
|
|
43926
44097
|
export declare type MercuryGoalsAggregatedStatusCount = {
|
|
43927
44098
|
__typename?: 'MercuryGoalsAggregatedStatusCount';
|
|
43928
44099
|
current?: Maybe<MercuryGoalStatusCount>;
|
|
@@ -43937,7 +44108,7 @@ export declare type MercuryHeadcountAggregation = {
|
|
|
43937
44108
|
};
|
|
43938
44109
|
export declare type MercuryLinkFocusAreasToFocusAreaInput = {
|
|
43939
44110
|
childFocusAreaIds: Array<Scalars['ID']['input']>;
|
|
43940
|
-
cloudId
|
|
44111
|
+
cloudId: Scalars['ID']['input'];
|
|
43941
44112
|
parentFocusAreaId: Scalars['ID']['input'];
|
|
43942
44113
|
};
|
|
43943
44114
|
export declare type MercuryLinkFocusAreasToFocusAreaPayload = Payload & {
|
|
@@ -43956,7 +44127,7 @@ export declare type MercuryLinkFocusAreasToGoalPayload = Payload & {
|
|
|
43956
44127
|
success: Scalars['Boolean']['output'];
|
|
43957
44128
|
};
|
|
43958
44129
|
export declare type MercuryLinkFocusAreasToPortfolioInput = {
|
|
43959
|
-
cloudId
|
|
44130
|
+
cloudId: Scalars['ID']['input'];
|
|
43960
44131
|
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
43961
44132
|
portfolioId: Scalars['ID']['input'];
|
|
43962
44133
|
};
|
|
@@ -43967,7 +44138,7 @@ export declare type MercuryLinkFocusAreasToPortfolioPayload = Payload & {
|
|
|
43967
44138
|
};
|
|
43968
44139
|
export declare type MercuryLinkGoalsToFocusAreaInput = {
|
|
43969
44140
|
atlasGoalIds: Array<Scalars['ID']['input']>;
|
|
43970
|
-
cloudId
|
|
44141
|
+
cloudId: Scalars['ID']['input'];
|
|
43971
44142
|
parentFocusAreaId: Scalars['ID']['input'];
|
|
43972
44143
|
};
|
|
43973
44144
|
export declare type MercuryLinkGoalsToFocusAreaPayload = Payload & {
|
|
@@ -43975,45 +44146,31 @@ export declare type MercuryLinkGoalsToFocusAreaPayload = Payload & {
|
|
|
43975
44146
|
errors?: Maybe<Array<MutationError>>;
|
|
43976
44147
|
success: Scalars['Boolean']['output'];
|
|
43977
44148
|
};
|
|
43978
|
-
export declare type MercuryMetric = {
|
|
43979
|
-
__typename?: 'MercuryMetric';
|
|
43980
|
-
metricType?: Maybe<MercuryMetricType>;
|
|
43981
|
-
scoring?: Maybe<MercuryMetricScoring>;
|
|
43982
|
-
};
|
|
43983
|
-
export declare type MercuryMetricScoring = {
|
|
43984
|
-
__typename?: 'MercuryMetricScoring';
|
|
43985
|
-
currentValue?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43986
|
-
startValue?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43987
|
-
targetValue?: Maybe<Scalars['BigDecimal']['output']>;
|
|
43988
|
-
};
|
|
43989
|
-
export declare type MercuryMetricTargetInput = {
|
|
43990
|
-
metricType?: InputMaybe<MercuryMetricType>;
|
|
43991
|
-
startValue?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
43992
|
-
targetValue?: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
43993
|
-
};
|
|
43994
|
-
export declare enum MercuryMetricType {
|
|
43995
|
-
Currency = "CURRENCY",
|
|
43996
|
-
Number = "NUMBER",
|
|
43997
|
-
Percentage = "PERCENTAGE"
|
|
43998
|
-
}
|
|
43999
44149
|
export declare type MercuryMutationApi = {
|
|
44000
44150
|
__typename?: 'MercuryMutationApi';
|
|
44001
44151
|
addWatcherToFocusArea?: Maybe<MercuryAddWatcherToFocusAreaPayload>;
|
|
44002
44152
|
createFocusArea?: Maybe<MercuryCreateFocusAreaPayload>;
|
|
44153
|
+
createFocusAreaStatusUpdate?: Maybe<MercuryCreateFocusAreaStatusUpdatePayload>;
|
|
44154
|
+
createPortfolioWithFocusAreas?: Maybe<MercuryCreatePortfolioPayload>;
|
|
44003
44155
|
deleteFocusArea?: Maybe<MercuryDeleteFocusAreaPayload>;
|
|
44004
44156
|
deleteFocusAreaGoalLink?: Maybe<MercuryDeleteFocusAreaGoalLinkPayload>;
|
|
44005
44157
|
deleteFocusAreaLink?: Maybe<MercuryDeleteFocusAreaLinkPayload>;
|
|
44158
|
+
deleteFocusAreaStatusUpdate?: Maybe<MercuryDeleteFocusAreaStatusUpdatePayload>;
|
|
44159
|
+
deletePortfolio?: Maybe<MercuryDeletePortfolioPayload>;
|
|
44006
44160
|
deletePortfolioFocusAreaLink?: Maybe<MercuryDeletePortfolioFocusAreaLinkPayload>;
|
|
44007
44161
|
linkFocusAreasToFocusArea?: Maybe<MercuryLinkFocusAreasToFocusAreaPayload>;
|
|
44008
44162
|
linkFocusAreasToGoal?: Maybe<MercuryLinkFocusAreasToGoalPayload>;
|
|
44009
44163
|
linkFocusAreasToPortfolio?: Maybe<MercuryLinkFocusAreasToPortfolioPayload>;
|
|
44010
44164
|
linkGoalsToFocusArea?: Maybe<MercuryLinkGoalsToFocusAreaPayload>;
|
|
44165
|
+
recreatePortfolioFocusAreas?: Maybe<MercuryUpdatePortfolioPayload>;
|
|
44011
44166
|
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
44012
44167
|
transitionFocusAreaStatus?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44013
44168
|
updateFocusAreaAboutContent?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44014
44169
|
updateFocusAreaName?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44015
44170
|
updateFocusAreaOwner?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44171
|
+
updateFocusAreaStatusUpdate?: Maybe<MercuryUpdateFocusAreaStatusUpdatePayload>;
|
|
44016
44172
|
updateFocusAreaTargetDate?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
44173
|
+
updatePortfolioName?: Maybe<MercuryUpdatePortfolioPayload>;
|
|
44017
44174
|
};
|
|
44018
44175
|
export declare type MercuryMutationApiAddWatcherToFocusAreaArgs = {
|
|
44019
44176
|
input: MercuryAddWatcherToFocusAreaInput;
|
|
@@ -44021,6 +44178,12 @@ export declare type MercuryMutationApiAddWatcherToFocusAreaArgs = {
|
|
|
44021
44178
|
export declare type MercuryMutationApiCreateFocusAreaArgs = {
|
|
44022
44179
|
input: MercuryCreateFocusAreaInput;
|
|
44023
44180
|
};
|
|
44181
|
+
export declare type MercuryMutationApiCreateFocusAreaStatusUpdateArgs = {
|
|
44182
|
+
input: MercuryCreateFocusAreaStatusUpdateInput;
|
|
44183
|
+
};
|
|
44184
|
+
export declare type MercuryMutationApiCreatePortfolioWithFocusAreasArgs = {
|
|
44185
|
+
input: MercuryCreatePortfolioFocusAreasInput;
|
|
44186
|
+
};
|
|
44024
44187
|
export declare type MercuryMutationApiDeleteFocusAreaArgs = {
|
|
44025
44188
|
input: MercuryDeleteFocusAreaInput;
|
|
44026
44189
|
};
|
|
@@ -44030,6 +44193,12 @@ export declare type MercuryMutationApiDeleteFocusAreaGoalLinkArgs = {
|
|
|
44030
44193
|
export declare type MercuryMutationApiDeleteFocusAreaLinkArgs = {
|
|
44031
44194
|
input: MercuryDeleteFocusAreaLinkInput;
|
|
44032
44195
|
};
|
|
44196
|
+
export declare type MercuryMutationApiDeleteFocusAreaStatusUpdateArgs = {
|
|
44197
|
+
input: MercuryDeleteFocusAreaStatusUpdateInput;
|
|
44198
|
+
};
|
|
44199
|
+
export declare type MercuryMutationApiDeletePortfolioArgs = {
|
|
44200
|
+
input: MercuryDeletePortfolioInput;
|
|
44201
|
+
};
|
|
44033
44202
|
export declare type MercuryMutationApiDeletePortfolioFocusAreaLinkArgs = {
|
|
44034
44203
|
input: MercuryDeletePortfolioFocusAreaLinkInput;
|
|
44035
44204
|
};
|
|
@@ -44045,6 +44214,9 @@ export declare type MercuryMutationApiLinkFocusAreasToPortfolioArgs = {
|
|
|
44045
44214
|
export declare type MercuryMutationApiLinkGoalsToFocusAreaArgs = {
|
|
44046
44215
|
input: MercuryLinkGoalsToFocusAreaInput;
|
|
44047
44216
|
};
|
|
44217
|
+
export declare type MercuryMutationApiRecreatePortfolioFocusAreasArgs = {
|
|
44218
|
+
input: MercuryRecreatePortfolioFocusAreasInput;
|
|
44219
|
+
};
|
|
44048
44220
|
export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
44049
44221
|
input: MercuryRemoveWatcherFromFocusAreaInput;
|
|
44050
44222
|
};
|
|
@@ -44060,9 +44232,63 @@ export declare type MercuryMutationApiUpdateFocusAreaNameArgs = {
|
|
|
44060
44232
|
export declare type MercuryMutationApiUpdateFocusAreaOwnerArgs = {
|
|
44061
44233
|
input: MercuryUpdateFocusAreaOwnerInput;
|
|
44062
44234
|
};
|
|
44235
|
+
export declare type MercuryMutationApiUpdateFocusAreaStatusUpdateArgs = {
|
|
44236
|
+
input: MercuryUpdateFocusAreaStatusUpdateInput;
|
|
44237
|
+
};
|
|
44063
44238
|
export declare type MercuryMutationApiUpdateFocusAreaTargetDateArgs = {
|
|
44064
44239
|
input: MercuryUpdateFocusAreaTargetDateInput;
|
|
44065
44240
|
};
|
|
44241
|
+
export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
|
|
44242
|
+
input: MercuryUpdatePortfolioNameInput;
|
|
44243
|
+
};
|
|
44244
|
+
export declare type MercuryPortfolio = Node & {
|
|
44245
|
+
__typename?: 'MercuryPortfolio';
|
|
44246
|
+
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedPortfolioStatusCount>;
|
|
44247
|
+
allocations?: Maybe<MercuryPortfolioAllocations>;
|
|
44248
|
+
funding?: Maybe<MercuryPortfolioFunding>;
|
|
44249
|
+
id: Scalars['ID']['output'];
|
|
44250
|
+
linkedFocusAreaGoalCount: Scalars['Int']['output'];
|
|
44251
|
+
linkedFocusAreaSummary?: Maybe<MercuryPortfolioFocusAreaSummary>;
|
|
44252
|
+
name: Scalars['String']['output'];
|
|
44253
|
+
};
|
|
44254
|
+
export declare type MercuryPortfolioAllocations = {
|
|
44255
|
+
__typename?: 'MercuryPortfolioAllocations';
|
|
44256
|
+
human?: Maybe<MercuryPortfolioHumanResourceAllocations>;
|
|
44257
|
+
};
|
|
44258
|
+
export declare type MercuryPortfolioBudgetAggregation = {
|
|
44259
|
+
__typename?: 'MercuryPortfolioBudgetAggregation';
|
|
44260
|
+
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44261
|
+
};
|
|
44262
|
+
export declare type MercuryPortfolioFocusAreaSummary = {
|
|
44263
|
+
__typename?: 'MercuryPortfolioFocusAreaSummary';
|
|
44264
|
+
focusAreaTypeBreakdown?: Maybe<Array<Maybe<MercuryPortfolioFocusAreaTypeBreakdown>>>;
|
|
44265
|
+
};
|
|
44266
|
+
export declare type MercuryPortfolioFocusAreaTypeBreakdown = {
|
|
44267
|
+
__typename?: 'MercuryPortfolioFocusAreaTypeBreakdown';
|
|
44268
|
+
count: Scalars['Int']['output'];
|
|
44269
|
+
focusAreaType: MercuryFocusAreaType;
|
|
44270
|
+
};
|
|
44271
|
+
export declare type MercuryPortfolioFunding = {
|
|
44272
|
+
__typename?: 'MercuryPortfolioFunding';
|
|
44273
|
+
aggregation?: Maybe<MercuryPortfolioFundingAggregation>;
|
|
44274
|
+
};
|
|
44275
|
+
export declare type MercuryPortfolioFundingAggregation = {
|
|
44276
|
+
__typename?: 'MercuryPortfolioFundingAggregation';
|
|
44277
|
+
budgetAggregation?: Maybe<MercuryPortfolioBudgetAggregation>;
|
|
44278
|
+
spendAggregation?: Maybe<MercuryPortfolioSpendAggregation>;
|
|
44279
|
+
};
|
|
44280
|
+
export declare type MercuryPortfolioHumanResourceAllocations = {
|
|
44281
|
+
__typename?: 'MercuryPortfolioHumanResourceAllocations';
|
|
44282
|
+
budgetedPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44283
|
+
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44284
|
+
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44285
|
+
totalAsPercentageOfBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44286
|
+
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44287
|
+
};
|
|
44288
|
+
export declare type MercuryPortfolioSpendAggregation = {
|
|
44289
|
+
__typename?: 'MercuryPortfolioSpendAggregation';
|
|
44290
|
+
aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44291
|
+
};
|
|
44066
44292
|
export declare type MercuryQueryApi = {
|
|
44067
44293
|
__typename?: 'MercuryQueryApi';
|
|
44068
44294
|
aggregatedHeadcounts?: Maybe<MercuryAggregatedHeadcountConnection>;
|
|
@@ -44071,53 +44297,66 @@ export declare type MercuryQueryApi = {
|
|
|
44071
44297
|
focusAreaStatusTransitions: Array<MercuryFocusAreaStatusTransition>;
|
|
44072
44298
|
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
44073
44299
|
focusAreaTypes: Array<MercuryFocusAreaType>;
|
|
44300
|
+
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
44074
44301
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
44075
44302
|
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
44076
44303
|
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
44077
44304
|
};
|
|
44078
44305
|
export declare type MercuryQueryApiAggregatedHeadcountsArgs = {
|
|
44079
44306
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
44080
|
-
cloudId
|
|
44307
|
+
cloudId: Scalars['ID']['input'];
|
|
44081
44308
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44082
44309
|
sort?: InputMaybe<Array<InputMaybe<MercuryAggregatedHeadcountSort>>>;
|
|
44083
44310
|
};
|
|
44084
44311
|
export declare type MercuryQueryApiFocusAreaArgs = {
|
|
44085
|
-
cloudId
|
|
44312
|
+
cloudId: Scalars['ID']['input'];
|
|
44086
44313
|
id: Scalars['ID']['input'];
|
|
44087
44314
|
};
|
|
44088
44315
|
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
44089
|
-
cloudId
|
|
44316
|
+
cloudId: Scalars['ID']['input'];
|
|
44090
44317
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
44091
44318
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaHierarchySort>>>;
|
|
44092
44319
|
};
|
|
44093
44320
|
export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
44094
|
-
cloudId
|
|
44321
|
+
cloudId: Scalars['ID']['input'];
|
|
44095
44322
|
};
|
|
44096
44323
|
export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
44097
44324
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
44098
|
-
cloudId
|
|
44325
|
+
cloudId: Scalars['ID']['input'];
|
|
44099
44326
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44100
44327
|
focusAreaId: Scalars['ID']['input'];
|
|
44101
44328
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
|
|
44102
44329
|
};
|
|
44103
44330
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
44104
|
-
cloudId
|
|
44331
|
+
cloudId: Scalars['ID']['input'];
|
|
44332
|
+
};
|
|
44333
|
+
export declare type MercuryQueryApiFocusAreasArgs = {
|
|
44334
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44335
|
+
cloudId: Scalars['ID']['input'];
|
|
44336
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44337
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
44338
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
44105
44339
|
};
|
|
44106
44340
|
export declare type MercuryQueryApiFocusAreasByArisArgs = {
|
|
44107
44341
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
44108
44342
|
};
|
|
44109
44343
|
export declare type MercuryQueryApiFocusAreasByCloudIdArgs = {
|
|
44110
44344
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
44111
|
-
cloudId
|
|
44345
|
+
cloudId: Scalars['String']['input'];
|
|
44112
44346
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44113
44347
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
44114
44348
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
44115
44349
|
};
|
|
44116
44350
|
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
44117
|
-
cloudId
|
|
44351
|
+
cloudId: Scalars['ID']['input'];
|
|
44352
|
+
};
|
|
44353
|
+
export declare type MercuryRecreatePortfolioFocusAreasInput = {
|
|
44354
|
+
cloudId: Scalars['ID']['input'];
|
|
44355
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
44356
|
+
id: Scalars['ID']['input'];
|
|
44118
44357
|
};
|
|
44119
44358
|
export declare type MercuryRemoveWatcherFromFocusAreaInput = {
|
|
44120
|
-
cloudId
|
|
44359
|
+
cloudId: Scalars['ID']['input'];
|
|
44121
44360
|
focusAreaId: Scalars['ID']['input'];
|
|
44122
44361
|
userId: Scalars['ID']['input'];
|
|
44123
44362
|
};
|
|
@@ -44126,6 +44365,11 @@ export declare type MercuryRemoveWatcherFromFocusAreaPayload = Payload & {
|
|
|
44126
44365
|
errors?: Maybe<Array<MutationError>>;
|
|
44127
44366
|
success: Scalars['Boolean']['output'];
|
|
44128
44367
|
};
|
|
44368
|
+
export declare type MercuryTargetDate = {
|
|
44369
|
+
__typename?: 'MercuryTargetDate';
|
|
44370
|
+
targetDate?: Maybe<Scalars['String']['output']>;
|
|
44371
|
+
targetDateType?: Maybe<MercuryTargetDateType>;
|
|
44372
|
+
};
|
|
44129
44373
|
export declare enum MercuryTargetDateType {
|
|
44130
44374
|
Day = "DAY",
|
|
44131
44375
|
Month = "MONTH",
|
|
@@ -44147,23 +44391,23 @@ export declare type MercuryTeamFocusAreaAllocation = Node & {
|
|
|
44147
44391
|
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
44148
44392
|
};
|
|
44149
44393
|
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
44150
|
-
cloudId
|
|
44394
|
+
cloudId: Scalars['ID']['input'];
|
|
44151
44395
|
id: Scalars['ID']['input'];
|
|
44152
44396
|
statusTransitionId: Scalars['ID']['input'];
|
|
44153
44397
|
};
|
|
44154
44398
|
export declare type MercuryUpdateFocusAreaAboutContentInput = {
|
|
44155
44399
|
aboutContent: Scalars['String']['input'];
|
|
44156
|
-
cloudId
|
|
44400
|
+
cloudId: Scalars['ID']['input'];
|
|
44157
44401
|
id: Scalars['ID']['input'];
|
|
44158
44402
|
};
|
|
44159
44403
|
export declare type MercuryUpdateFocusAreaNameInput = {
|
|
44160
|
-
cloudId
|
|
44404
|
+
cloudId: Scalars['ID']['input'];
|
|
44161
44405
|
id: Scalars['ID']['input'];
|
|
44162
44406
|
name: Scalars['String']['input'];
|
|
44163
44407
|
};
|
|
44164
44408
|
export declare type MercuryUpdateFocusAreaOwnerInput = {
|
|
44165
44409
|
aaid: Scalars['String']['input'];
|
|
44166
|
-
cloudId
|
|
44410
|
+
cloudId: Scalars['ID']['input'];
|
|
44167
44411
|
id: Scalars['ID']['input'];
|
|
44168
44412
|
};
|
|
44169
44413
|
export declare type MercuryUpdateFocusAreaPayload = Payload & {
|
|
@@ -44172,17 +44416,35 @@ export declare type MercuryUpdateFocusAreaPayload = Payload & {
|
|
|
44172
44416
|
success: Scalars['Boolean']['output'];
|
|
44173
44417
|
updatedFocusArea?: Maybe<MercuryFocusArea>;
|
|
44174
44418
|
};
|
|
44419
|
+
export declare type MercuryUpdateFocusAreaStatusUpdateInput = {
|
|
44420
|
+
cloudId: Scalars['ID']['input'];
|
|
44421
|
+
id: Scalars['ID']['input'];
|
|
44422
|
+
newTargetDate?: InputMaybe<MercuryFocusAreaTargetDateInput>;
|
|
44423
|
+
statusTransitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
44424
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
44425
|
+
};
|
|
44426
|
+
export declare type MercuryUpdateFocusAreaStatusUpdatePayload = Payload & {
|
|
44427
|
+
__typename?: 'MercuryUpdateFocusAreaStatusUpdatePayload';
|
|
44428
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44429
|
+
success: Scalars['Boolean']['output'];
|
|
44430
|
+
updatedFocusAreaStatusUpdate?: Maybe<MercuryFocusAreaStatusUpdate>;
|
|
44431
|
+
};
|
|
44175
44432
|
export declare type MercuryUpdateFocusAreaTargetDateInput = {
|
|
44176
|
-
cloudId
|
|
44433
|
+
cloudId: Scalars['ID']['input'];
|
|
44177
44434
|
id: Scalars['ID']['input'];
|
|
44178
44435
|
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
44179
44436
|
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
44180
44437
|
};
|
|
44181
|
-
export declare type
|
|
44182
|
-
|
|
44183
|
-
|
|
44184
|
-
|
|
44185
|
-
|
|
44438
|
+
export declare type MercuryUpdatePortfolioNameInput = {
|
|
44439
|
+
cloudId: Scalars['ID']['input'];
|
|
44440
|
+
id: Scalars['ID']['input'];
|
|
44441
|
+
name: Scalars['String']['input'];
|
|
44442
|
+
};
|
|
44443
|
+
export declare type MercuryUpdatePortfolioPayload = Payload & {
|
|
44444
|
+
__typename?: 'MercuryUpdatePortfolioPayload';
|
|
44445
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44446
|
+
success: Scalars['Boolean']['output'];
|
|
44447
|
+
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
44186
44448
|
};
|
|
44187
44449
|
export declare type Migration = {
|
|
44188
44450
|
__typename?: 'Migration';
|
|
@@ -44210,12 +44472,16 @@ export declare type MigrationEvent = {
|
|
|
44210
44472
|
statusMessage?: Maybe<Scalars['String']['output']>;
|
|
44211
44473
|
};
|
|
44212
44474
|
export declare enum MigrationEventStatus {
|
|
44475
|
+
Cancelled = "CANCELLED",
|
|
44476
|
+
Cancelling = "CANCELLING",
|
|
44213
44477
|
Failed = "FAILED",
|
|
44214
44478
|
Incomplete = "INCOMPLETE",
|
|
44215
44479
|
InProgress = "IN_PROGRESS",
|
|
44480
|
+
Paused = "PAUSED",
|
|
44216
44481
|
Ready = "READY",
|
|
44217
44482
|
Skipped = "SKIPPED",
|
|
44218
|
-
Success = "SUCCESS"
|
|
44483
|
+
Success = "SUCCESS",
|
|
44484
|
+
TimedOut = "TIMED_OUT"
|
|
44219
44485
|
}
|
|
44220
44486
|
export declare enum MigrationEventType {
|
|
44221
44487
|
Container = "CONTAINER",
|
|
@@ -44227,6 +44493,18 @@ export declare type MigrationKeys = {
|
|
|
44227
44493
|
confluence: Scalars['String']['output'];
|
|
44228
44494
|
jira: Scalars['String']['output'];
|
|
44229
44495
|
};
|
|
44496
|
+
export declare type MigrationProgressEvent = {
|
|
44497
|
+
__typename?: 'MigrationProgressEvent';
|
|
44498
|
+
businessStatus?: Maybe<MigrationEventStatus>;
|
|
44499
|
+
createdAtISO8601: Scalars['String']['output'];
|
|
44500
|
+
customBusinessStatus?: Maybe<Scalars['String']['output']>;
|
|
44501
|
+
eventId: Scalars['ID']['output'];
|
|
44502
|
+
eventSource: Scalars['String']['output'];
|
|
44503
|
+
eventType?: Maybe<MigrationEventType>;
|
|
44504
|
+
executionStatus?: Maybe<MigrationEventStatus>;
|
|
44505
|
+
migrationId: Scalars['ID']['output'];
|
|
44506
|
+
statusMessage?: Maybe<Scalars['String']['output']>;
|
|
44507
|
+
};
|
|
44230
44508
|
export declare type MigrationQuery = {
|
|
44231
44509
|
__typename?: 'MigrationQuery';
|
|
44232
44510
|
migration?: Maybe<Migration>;
|
|
@@ -44237,10 +44515,14 @@ export declare type MigrationQueryMigrationArgs = {
|
|
|
44237
44515
|
export declare type MigrationSubscription = {
|
|
44238
44516
|
__typename?: 'MigrationSubscription';
|
|
44239
44517
|
onMigrationEventCreated: MigrationEvent;
|
|
44518
|
+
onMigrationProgressEventCreated: MigrationProgressEvent;
|
|
44240
44519
|
};
|
|
44241
44520
|
export declare type MigrationSubscriptionOnMigrationEventCreatedArgs = {
|
|
44242
44521
|
migrationId: Scalars['ID']['input'];
|
|
44243
44522
|
};
|
|
44523
|
+
export declare type MigrationSubscriptionOnMigrationProgressEventCreatedArgs = {
|
|
44524
|
+
migrationId: Scalars['ID']['input'];
|
|
44525
|
+
};
|
|
44244
44526
|
export declare type MoveCardOutput = {
|
|
44245
44527
|
__typename?: 'MoveCardOutput';
|
|
44246
44528
|
clientMutationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -46520,6 +46802,7 @@ export declare type PolarisPlayContributionsBySubjectArgs = {
|
|
|
46520
46802
|
export declare type PolarisPlayContribution = {
|
|
46521
46803
|
__typename?: 'PolarisPlayContribution';
|
|
46522
46804
|
aaid: Scalars['String']['output'];
|
|
46805
|
+
account?: Maybe<User>;
|
|
46523
46806
|
amount?: Maybe<Scalars['Int']['output']>;
|
|
46524
46807
|
appearsIn?: Maybe<PolarisInsight>;
|
|
46525
46808
|
comment?: Maybe<PolarisComment>;
|
|
@@ -47084,6 +47367,8 @@ export declare type Query = {
|
|
|
47084
47367
|
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
47085
47368
|
extensionsEcho?: Maybe<Scalars['String']['output']>;
|
|
47086
47369
|
featureRelease?: Maybe<FeatureRelease>;
|
|
47370
|
+
fullHubArticle?: Maybe<ContentPlatformFullHubArticle>;
|
|
47371
|
+
fullHubArticles: ContentPlatformHubArticleSearchConnection;
|
|
47087
47372
|
fullTutorial?: Maybe<ContentPlatformFullTutorial>;
|
|
47088
47373
|
fullTutorials: ContentPlatformTutorialSearchConnection;
|
|
47089
47374
|
getKeywords?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -47396,6 +47681,13 @@ export declare type QueryExtensionContextsArgs = {
|
|
|
47396
47681
|
export declare type QueryExtensionsEchoArgs = {
|
|
47397
47682
|
text: Scalars['String']['input'];
|
|
47398
47683
|
};
|
|
47684
|
+
export declare type QueryFullHubArticleArgs = {
|
|
47685
|
+
id: Scalars['String']['input'];
|
|
47686
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
47687
|
+
};
|
|
47688
|
+
export declare type QueryFullHubArticlesArgs = {
|
|
47689
|
+
search: ContentPlatformSearchApIv2Query;
|
|
47690
|
+
};
|
|
47399
47691
|
export declare type QueryFullTutorialArgs = {
|
|
47400
47692
|
id: Scalars['String']['input'];
|
|
47401
47693
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -49048,8 +49340,11 @@ export declare type SearchConfluencePageBlogAttachment = SearchResult & {
|
|
|
49048
49340
|
iconCssClass?: Maybe<Scalars['String']['output']>;
|
|
49049
49341
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49050
49342
|
id: Scalars['ID']['output'];
|
|
49343
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
49051
49344
|
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
49345
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49052
49346
|
pageEntity?: Maybe<ConfluencePage>;
|
|
49347
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49053
49348
|
space?: Maybe<SearchConfluenceResultSpace>;
|
|
49054
49349
|
spaceEntity?: Maybe<ConfluenceSpace>;
|
|
49055
49350
|
title: Scalars['String']['output'];
|
|
@@ -49081,7 +49376,10 @@ export declare type SearchConfluenceSpace = SearchResult & {
|
|
|
49081
49376
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49082
49377
|
id: Scalars['ID']['output'];
|
|
49083
49378
|
key?: Maybe<Scalars['String']['output']>;
|
|
49379
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
49084
49380
|
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
49381
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49382
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49085
49383
|
spaceEntity?: Maybe<ConfluenceSpace>;
|
|
49086
49384
|
title: Scalars['String']['output'];
|
|
49087
49385
|
type: SearchResultType;
|
|
@@ -49098,6 +49396,7 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
49098
49396
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49099
49397
|
id: Scalars['ID']['output'];
|
|
49100
49398
|
lastModifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
49399
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49101
49400
|
title: Scalars['String']['output'];
|
|
49102
49401
|
type: SearchResultType;
|
|
49103
49402
|
url: Scalars['URL']['output'];
|
|
@@ -49162,6 +49461,11 @@ export declare type SearchJiraIssueFilter = {
|
|
|
49162
49461
|
export declare type SearchJiraProjectFilter = {
|
|
49163
49462
|
projectType?: InputMaybe<SearchProjectType>;
|
|
49164
49463
|
};
|
|
49464
|
+
export declare type SearchL2Feature = {
|
|
49465
|
+
__typename?: 'SearchL2Feature';
|
|
49466
|
+
key: Scalars['String']['output'];
|
|
49467
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
49468
|
+
};
|
|
49165
49469
|
export declare enum SearchProjectType {
|
|
49166
49470
|
Business = "business",
|
|
49167
49471
|
ProductDiscovery = "product_discovery",
|
|
@@ -49200,6 +49504,7 @@ export declare type SearchResult = {
|
|
|
49200
49504
|
description: Scalars['String']['output'];
|
|
49201
49505
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49202
49506
|
id: Scalars['ID']['output'];
|
|
49507
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49203
49508
|
title: Scalars['String']['output'];
|
|
49204
49509
|
type: SearchResultType;
|
|
49205
49510
|
url: Scalars['URL']['output'];
|
|
@@ -49210,6 +49515,8 @@ export declare type SearchResultAtlasGoal = SearchResult & {
|
|
|
49210
49515
|
goal?: Maybe<TownsquareGoal>;
|
|
49211
49516
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49212
49517
|
id: Scalars['ID']['output'];
|
|
49518
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49519
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49213
49520
|
title: Scalars['String']['output'];
|
|
49214
49521
|
type: SearchResultType;
|
|
49215
49522
|
url: Scalars['URL']['output'];
|
|
@@ -49219,7 +49526,9 @@ export declare type SearchResultAtlasProject = SearchResult & {
|
|
|
49219
49526
|
description: Scalars['String']['output'];
|
|
49220
49527
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49221
49528
|
id: Scalars['ID']['output'];
|
|
49529
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49222
49530
|
project?: Maybe<TownsquareProject>;
|
|
49531
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49223
49532
|
title: Scalars['String']['output'];
|
|
49224
49533
|
type: SearchResultType;
|
|
49225
49534
|
url: Scalars['URL']['output'];
|
|
@@ -49231,6 +49540,7 @@ export declare type SearchResultBitbucketRepository = SearchResult & {
|
|
|
49231
49540
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49232
49541
|
id: Scalars['ID']['output'];
|
|
49233
49542
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49543
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49234
49544
|
title: Scalars['String']['output'];
|
|
49235
49545
|
type: SearchResultType;
|
|
49236
49546
|
url: Scalars['URL']['output'];
|
|
@@ -49244,6 +49554,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
49244
49554
|
id: Scalars['ID']['output'];
|
|
49245
49555
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49246
49556
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
49557
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49247
49558
|
tier?: Maybe<Scalars['String']['output']>;
|
|
49248
49559
|
title: Scalars['String']['output'];
|
|
49249
49560
|
type: SearchResultType;
|
|
@@ -49258,6 +49569,7 @@ export declare type SearchResultGoogleDocument = SearchResult & {
|
|
|
49258
49569
|
id: Scalars['ID']['output'];
|
|
49259
49570
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49260
49571
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
49572
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49261
49573
|
title: Scalars['String']['output'];
|
|
49262
49574
|
type: SearchResultType;
|
|
49263
49575
|
url: Scalars['URL']['output'];
|
|
@@ -49271,6 +49583,7 @@ export declare type SearchResultGooglePresentation = SearchResult & {
|
|
|
49271
49583
|
id: Scalars['ID']['output'];
|
|
49272
49584
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49273
49585
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
49586
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49274
49587
|
title: Scalars['String']['output'];
|
|
49275
49588
|
type: SearchResultType;
|
|
49276
49589
|
url: Scalars['URL']['output'];
|
|
@@ -49284,6 +49597,7 @@ export declare type SearchResultGoogleSpreadsheet = SearchResult & {
|
|
|
49284
49597
|
id: Scalars['ID']['output'];
|
|
49285
49598
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49286
49599
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
49600
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49287
49601
|
title: Scalars['String']['output'];
|
|
49288
49602
|
type: SearchResultType;
|
|
49289
49603
|
url: Scalars['URL']['output'];
|
|
@@ -49320,7 +49634,9 @@ export declare type SearchResultJiraBoard = SearchResult & {
|
|
|
49320
49634
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49321
49635
|
id: Scalars['ID']['output'];
|
|
49322
49636
|
isSimpleBoard: Scalars['Boolean']['output'];
|
|
49637
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49323
49638
|
product: SearchBoardProductType;
|
|
49639
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49324
49640
|
title: Scalars['String']['output'];
|
|
49325
49641
|
type: SearchResultType;
|
|
49326
49642
|
url: Scalars['URL']['output'];
|
|
@@ -49344,6 +49660,8 @@ export declare type SearchResultJiraDashboard = SearchResult & {
|
|
|
49344
49660
|
description: Scalars['String']['output'];
|
|
49345
49661
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49346
49662
|
id: Scalars['ID']['output'];
|
|
49663
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49664
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49347
49665
|
title: Scalars['String']['output'];
|
|
49348
49666
|
type: SearchResultType;
|
|
49349
49667
|
url: Scalars['URL']['output'];
|
|
@@ -49354,6 +49672,8 @@ export declare type SearchResultJiraFilter = SearchResult & {
|
|
|
49354
49672
|
filter?: Maybe<JiraFilter>;
|
|
49355
49673
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49356
49674
|
id: Scalars['ID']['output'];
|
|
49675
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49676
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49357
49677
|
title: Scalars['String']['output'];
|
|
49358
49678
|
type: SearchResultType;
|
|
49359
49679
|
url: Scalars['URL']['output'];
|
|
@@ -49364,6 +49684,8 @@ export declare type SearchResultJiraIssue = SearchResult & {
|
|
|
49364
49684
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49365
49685
|
id: Scalars['ID']['output'];
|
|
49366
49686
|
issue?: Maybe<JiraIssue>;
|
|
49687
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49688
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49367
49689
|
status?: Maybe<SearchResultJiraIssueStatus>;
|
|
49368
49690
|
title: Scalars['String']['output'];
|
|
49369
49691
|
type: SearchResultType;
|
|
@@ -49389,10 +49711,12 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
49389
49711
|
favourite: Scalars['Boolean']['output'];
|
|
49390
49712
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49391
49713
|
id: Scalars['ID']['output'];
|
|
49714
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49392
49715
|
project?: Maybe<JiraProject>;
|
|
49393
49716
|
projectId: Scalars['String']['output'];
|
|
49394
49717
|
projectKey: Scalars['String']['output'];
|
|
49395
49718
|
projectType: SearchProjectType;
|
|
49719
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49396
49720
|
simplified: Scalars['Boolean']['output'];
|
|
49397
49721
|
title: Scalars['String']['output'];
|
|
49398
49722
|
type: SearchResultType;
|
|
@@ -49407,6 +49731,7 @@ export declare type SearchResultMicrosoftDocument = SearchResult & {
|
|
|
49407
49731
|
id: Scalars['ID']['output'];
|
|
49408
49732
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49409
49733
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
49734
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49410
49735
|
title: Scalars['String']['output'];
|
|
49411
49736
|
type: SearchResultType;
|
|
49412
49737
|
url: Scalars['URL']['output'];
|
|
@@ -49418,6 +49743,7 @@ export declare type SearchResultSlackMessage = SearchResult & {
|
|
|
49418
49743
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49419
49744
|
id: Scalars['ID']['output'];
|
|
49420
49745
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49746
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49421
49747
|
title: Scalars['String']['output'];
|
|
49422
49748
|
type: SearchResultType;
|
|
49423
49749
|
url: Scalars['URL']['output'];
|
|
@@ -49428,6 +49754,7 @@ export declare type SearchResultTrelloBoard = SearchResult & {
|
|
|
49428
49754
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49429
49755
|
id: Scalars['ID']['output'];
|
|
49430
49756
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49757
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49431
49758
|
title: Scalars['String']['output'];
|
|
49432
49759
|
type: SearchResultType;
|
|
49433
49760
|
url: Scalars['URL']['output'];
|
|
@@ -49440,6 +49767,7 @@ export declare type SearchResultTrelloCard = SearchResult & {
|
|
|
49440
49767
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49441
49768
|
id: Scalars['ID']['output'];
|
|
49442
49769
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
49770
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
49443
49771
|
title: Scalars['String']['output'];
|
|
49444
49772
|
type: SearchResultType;
|
|
49445
49773
|
url: Scalars['URL']['output'];
|
|
@@ -50918,6 +51246,7 @@ export declare type SoftwareBoard = {
|
|
|
50918
51246
|
cards?: Maybe<Array<Maybe<SoftwareCard>>>;
|
|
50919
51247
|
columnConfigs?: Maybe<ColumnsConfig>;
|
|
50920
51248
|
columns?: Maybe<Array<Maybe<Column>>>;
|
|
51249
|
+
customSwimlaneConfig?: Maybe<JswCustomSwimlaneConnection>;
|
|
50921
51250
|
editConfig?: Maybe<BoardEditConfig>;
|
|
50922
51251
|
hasClearedCards?: Maybe<Scalars['Boolean']['output']>;
|
|
50923
51252
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -50934,6 +51263,10 @@ export declare type SoftwareBoardCardsArgs = {
|
|
|
50934
51263
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
50935
51264
|
customFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
50936
51265
|
};
|
|
51266
|
+
export declare type SoftwareBoardCustomSwimlaneConfigArgs = {
|
|
51267
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
51268
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51269
|
+
};
|
|
50937
51270
|
export declare type SoftwareCard = {
|
|
50938
51271
|
__typename?: 'SoftwareCard';
|
|
50939
51272
|
activeSprint?: Maybe<Sprint>;
|
|
@@ -51167,6 +51500,15 @@ export declare type Subscription = {
|
|
|
51167
51500
|
testing?: Maybe<TestingSubscription>;
|
|
51168
51501
|
trello: TrelloSubscriptionApi;
|
|
51169
51502
|
};
|
|
51503
|
+
export declare type SupportInquiryEntitlement = {
|
|
51504
|
+
__typename?: 'SupportInquiryEntitlement';
|
|
51505
|
+
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
51506
|
+
entitlementId?: Maybe<Scalars['String']['output']>;
|
|
51507
|
+
productCatalogId?: Maybe<Scalars['String']['output']>;
|
|
51508
|
+
};
|
|
51509
|
+
export declare type SupportInquiryEntitlementQueryFilter = {
|
|
51510
|
+
productCatalogId?: InputMaybe<Scalars['String']['input']>;
|
|
51511
|
+
};
|
|
51170
51512
|
export declare type SupportInquiryUser = {
|
|
51171
51513
|
__typename?: 'SupportInquiryUser';
|
|
51172
51514
|
aaid: Scalars['String']['output'];
|
|
@@ -51176,8 +51518,12 @@ export declare type SupportInquiryUser = {
|
|
|
51176
51518
|
};
|
|
51177
51519
|
export declare type SupportInquiryUserContext = {
|
|
51178
51520
|
__typename?: 'SupportInquiryUserContext';
|
|
51521
|
+
supportEntitlements?: Maybe<Array<Maybe<SupportInquiryEntitlement>>>;
|
|
51179
51522
|
userDetails?: Maybe<SupportInquiryUser>;
|
|
51180
51523
|
};
|
|
51524
|
+
export declare type SupportInquiryUserContextSupportEntitlementsArgs = {
|
|
51525
|
+
filter?: InputMaybe<SupportInquiryEntitlementQueryFilter>;
|
|
51526
|
+
};
|
|
51181
51527
|
export declare type SupportRequest = {
|
|
51182
51528
|
__typename?: 'SupportRequest';
|
|
51183
51529
|
activities: SupportRequestActivities;
|
|
@@ -53876,6 +54222,20 @@ export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
|
53876
54222
|
totalLoginsRecorded?: Maybe<Scalars['String']['output']>;
|
|
53877
54223
|
totalPosts?: Maybe<Scalars['Int']['output']>;
|
|
53878
54224
|
};
|
|
54225
|
+
export declare type UnifiedGamification = UnifiedINode & {
|
|
54226
|
+
__typename?: 'UnifiedGamification';
|
|
54227
|
+
badges?: Maybe<Array<Maybe<UnifiedUGamificationBadgeResult>>>;
|
|
54228
|
+
id: Scalars['ID']['output'];
|
|
54229
|
+
};
|
|
54230
|
+
export declare type UnifiedGamificationBadge = UnifiedINode & {
|
|
54231
|
+
__typename?: 'UnifiedGamificationBadge';
|
|
54232
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
54233
|
+
id: Scalars['ID']['output'];
|
|
54234
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
54235
|
+
lastCompletedDate?: Maybe<Scalars['String']['output']>;
|
|
54236
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
54237
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
54238
|
+
};
|
|
53879
54239
|
export declare type UnifiedIConnection = {
|
|
53880
54240
|
edges?: Maybe<Array<Maybe<UnifiedIEdge>>>;
|
|
53881
54241
|
pageInfo: UnifiedPageInfo;
|
|
@@ -53934,6 +54294,7 @@ export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
|
53934
54294
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
53935
54295
|
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
53936
54296
|
forums?: Maybe<UnifiedUForumsResult>;
|
|
54297
|
+
gamification?: Maybe<UnifiedUGamificationResult>;
|
|
53937
54298
|
id: Scalars['ID']['output'];
|
|
53938
54299
|
learning?: Maybe<UnifiedULearningResult>;
|
|
53939
54300
|
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -54008,6 +54369,7 @@ export declare type UnifiedProfile = UnifiedINode & {
|
|
|
54008
54369
|
company?: Maybe<Scalars['String']['output']>;
|
|
54009
54370
|
forums?: Maybe<UnifiedUForumsResult>;
|
|
54010
54371
|
forumsId?: Maybe<Scalars['String']['output']>;
|
|
54372
|
+
gamification?: Maybe<UnifiedUGamificationResult>;
|
|
54011
54373
|
id: Scalars['ID']['output'];
|
|
54012
54374
|
learnId?: Maybe<Scalars['String']['output']>;
|
|
54013
54375
|
learning?: Maybe<UnifiedULearningResult>;
|
|
@@ -54022,24 +54384,6 @@ export declare type UnifiedProfile = UnifiedINode & {
|
|
|
54022
54384
|
xUrl?: Maybe<Scalars['String']['output']>;
|
|
54023
54385
|
youtubeUrl?: Maybe<Scalars['String']['output']>;
|
|
54024
54386
|
};
|
|
54025
|
-
export declare type UnifiedProfileFields = UnifiedINode & {
|
|
54026
|
-
__typename?: 'UnifiedProfileFields';
|
|
54027
|
-
bio?: Maybe<Scalars['String']['output']>;
|
|
54028
|
-
company?: Maybe<Scalars['String']['output']>;
|
|
54029
|
-
forumsId?: Maybe<Scalars['String']['output']>;
|
|
54030
|
-
id: Scalars['ID']['output'];
|
|
54031
|
-
learnId?: Maybe<Scalars['String']['output']>;
|
|
54032
|
-
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
54033
|
-
location?: Maybe<Scalars['String']['output']>;
|
|
54034
|
-
parentAccountInternalId?: Maybe<Scalars['String']['output']>;
|
|
54035
|
-
products?: Maybe<Scalars['String']['output']>;
|
|
54036
|
-
role?: Maybe<Scalars['String']['output']>;
|
|
54037
|
-
unifiedProfileInternalId?: Maybe<Scalars['ID']['output']>;
|
|
54038
|
-
unifiedProfileUsername?: Maybe<Scalars['String']['output']>;
|
|
54039
|
-
websiteUrl?: Maybe<Scalars['String']['output']>;
|
|
54040
|
-
xUrl?: Maybe<Scalars['String']['output']>;
|
|
54041
|
-
youtubeUrl?: Maybe<Scalars['String']['output']>;
|
|
54042
|
-
};
|
|
54043
54387
|
export declare type UnifiedProfileInput = {
|
|
54044
54388
|
bio?: InputMaybe<Scalars['String']['input']>;
|
|
54045
54389
|
company?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -54062,7 +54406,7 @@ export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
|
54062
54406
|
__typename?: 'UnifiedProfilePayload';
|
|
54063
54407
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
54064
54408
|
success: Scalars['Boolean']['output'];
|
|
54065
|
-
unifiedProfile?: Maybe<
|
|
54409
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
54066
54410
|
};
|
|
54067
54411
|
export declare type UnifiedQuery = {
|
|
54068
54412
|
__typename?: 'UnifiedQuery';
|
|
@@ -54120,6 +54464,8 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
54120
54464
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
54121
54465
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|
|
54122
54466
|
export declare type UnifiedUForumsSnapshotResult = UnifiedForumsSnapshot | UnifiedQueryError;
|
|
54467
|
+
export declare type UnifiedUGamificationBadgeResult = UnifiedGamificationBadge | UnifiedQueryError;
|
|
54468
|
+
export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQueryError;
|
|
54123
54469
|
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
54124
54470
|
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
54125
54471
|
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
@@ -55252,7 +55598,7 @@ export declare type WorkSuggestionsSuggestionsByProjectsArgs = {
|
|
|
55252
55598
|
cloudId: Scalars['ID']['input'];
|
|
55253
55599
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55254
55600
|
projectAris: Array<Scalars['ID']['input']>;
|
|
55255
|
-
|
|
55601
|
+
sprintAutoDiscoveryLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
55256
55602
|
};
|
|
55257
55603
|
export declare type WorkSuggestionsUserProfileByCloudIdArgs = {
|
|
55258
55604
|
cloudId: Scalars['ID']['input'];
|