@forge/cli-shared 8.7.1-next.0 → 8.7.1-next.0-experimental-3cf1031
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.
|
@@ -542,6 +542,16 @@ export declare type AvpDeleteChartPayload = Payload & {
|
|
|
542
542
|
errors?: Maybe<Array<MutationError>>;
|
|
543
543
|
success: Scalars['Boolean']['output'];
|
|
544
544
|
};
|
|
545
|
+
export declare type AvpDeleteDashboardFilterInput = {
|
|
546
|
+
dashboardAri: Scalars['ID']['input'];
|
|
547
|
+
name: Scalars['String']['input'];
|
|
548
|
+
};
|
|
549
|
+
export declare type AvpDeleteDashboardFilterPayload = Payload & {
|
|
550
|
+
__typename?: 'AVPDeleteDashboardFilterPayload';
|
|
551
|
+
canvasLayout?: Maybe<AvpDashboardCanvasLayout>;
|
|
552
|
+
errors?: Maybe<Array<MutationError>>;
|
|
553
|
+
success: Scalars['Boolean']['output'];
|
|
554
|
+
};
|
|
545
555
|
export declare type AvpEnvVar = {
|
|
546
556
|
__typename?: 'AVPEnvVar';
|
|
547
557
|
chartId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2375,9 +2385,11 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
2375
2385
|
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
2376
2386
|
creator?: Maybe<User>;
|
|
2377
2387
|
creatorType?: Maybe<Scalars['String']['output']>;
|
|
2388
|
+
deactivated?: Maybe<Scalars['Boolean']['output']>;
|
|
2378
2389
|
description?: Maybe<Scalars['String']['output']>;
|
|
2379
2390
|
etag?: Maybe<Scalars['String']['output']>;
|
|
2380
2391
|
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
2392
|
+
forgeCreator?: Maybe<Scalars['String']['output']>;
|
|
2381
2393
|
icon?: Maybe<Scalars['String']['output']>;
|
|
2382
2394
|
id: Scalars['ID']['output'];
|
|
2383
2395
|
identityAccountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -5025,6 +5037,90 @@ export declare type AssetsDmDataSourceMappingObjectAttributeModel = {
|
|
|
5025
5037
|
name: Scalars['String']['output'];
|
|
5026
5038
|
objectAttributeId: Scalars['String']['output'];
|
|
5027
5039
|
};
|
|
5040
|
+
export declare type AssetsDmDataSourceMergeDataSourceDetails = {
|
|
5041
|
+
__typename?: 'AssetsDMDataSourceMergeDataSourceDetails';
|
|
5042
|
+
dataSourceId: Scalars['String']['output'];
|
|
5043
|
+
dataSourceTypeId: Scalars['String']['output'];
|
|
5044
|
+
enabled: Scalars['Boolean']['output'];
|
|
5045
|
+
lastCleansedDate: Scalars['String']['output'];
|
|
5046
|
+
lastFunctionsChangedDate: Scalars['String']['output'];
|
|
5047
|
+
lastImportedDated: Scalars['String']['output'];
|
|
5048
|
+
lastMappingsChangedDate: Scalars['String']['output'];
|
|
5049
|
+
lastSuccessfulCleansedDate: Scalars['String']['output'];
|
|
5050
|
+
lastSuccessfulImportedDate: Scalars['String']['output'];
|
|
5051
|
+
name: Scalars['String']['output'];
|
|
5052
|
+
objectId: Scalars['String']['output'];
|
|
5053
|
+
postCleansingCount: Scalars['Int']['output'];
|
|
5054
|
+
preCleansingCount: Scalars['Int']['output'];
|
|
5055
|
+
priority: Scalars['Int']['output'];
|
|
5056
|
+
refreshGap: Scalars['Int']['output'];
|
|
5057
|
+
status: Scalars['Int']['output'];
|
|
5058
|
+
tableId: Scalars['String']['output'];
|
|
5059
|
+
tableName: Scalars['String']['output'];
|
|
5060
|
+
tenantId: Scalars['String']['output'];
|
|
5061
|
+
};
|
|
5062
|
+
export declare type AssetsDmDataSourceMergeGetByObjectIdData = {
|
|
5063
|
+
__typename?: 'AssetsDMDataSourceMergeGetByObjectIdData';
|
|
5064
|
+
dataSources: Scalars['String']['output'];
|
|
5065
|
+
endTime: Scalars['String']['output'];
|
|
5066
|
+
hasError: Scalars['Boolean']['output'];
|
|
5067
|
+
importExecutiveId: Scalars['String']['output'];
|
|
5068
|
+
initialScore: Scalars['Int']['output'];
|
|
5069
|
+
isStoppedByShutdown: Scalars['Boolean']['output'];
|
|
5070
|
+
message: Scalars['String']['output'];
|
|
5071
|
+
objectId: Scalars['String']['output'];
|
|
5072
|
+
processedDataSourceId?: Maybe<Scalars['String']['output']>;
|
|
5073
|
+
score: Scalars['Int']['output'];
|
|
5074
|
+
startTime: Scalars['String']['output'];
|
|
5075
|
+
step: Scalars['Int']['output'];
|
|
5076
|
+
stepDuration: Scalars['String']['output'];
|
|
5077
|
+
tenantId: Scalars['String']['output'];
|
|
5078
|
+
};
|
|
5079
|
+
export declare type AssetsDmDataSourceMergeGetByObjectIdResponse = {
|
|
5080
|
+
__typename?: 'AssetsDMDataSourceMergeGetByObjectIdResponse';
|
|
5081
|
+
data: Array<AssetsDmDataSourceMergeGetByObjectIdData>;
|
|
5082
|
+
dataSources: Scalars['String']['output'];
|
|
5083
|
+
endTime: Scalars['String']['output'];
|
|
5084
|
+
hasError: Scalars['Boolean']['output'];
|
|
5085
|
+
importExecutiveId: Scalars['String']['output'];
|
|
5086
|
+
initialScore: Scalars['Int']['output'];
|
|
5087
|
+
isStoppedByShutdown: Scalars['Boolean']['output'];
|
|
5088
|
+
lastSuccessfulStepIfo?: Maybe<Scalars['String']['output']>;
|
|
5089
|
+
message: Scalars['String']['output'];
|
|
5090
|
+
objectId: Scalars['String']['output'];
|
|
5091
|
+
score: Scalars['Int']['output'];
|
|
5092
|
+
startTime: Scalars['String']['output'];
|
|
5093
|
+
step: Scalars['Int']['output'];
|
|
5094
|
+
tenantId: Scalars['String']['output'];
|
|
5095
|
+
};
|
|
5096
|
+
export declare type AssetsDmDataSourceMergeObjectAttribute = {
|
|
5097
|
+
__typename?: 'AssetsDMDataSourceMergeObjectAttribute';
|
|
5098
|
+
dataType: Scalars['Int']['output'];
|
|
5099
|
+
hasPriority: Scalars['Boolean']['output'];
|
|
5100
|
+
importanceCode: Scalars['Int']['output'];
|
|
5101
|
+
isInSnapshot: Scalars['Boolean']['output'];
|
|
5102
|
+
isMapped: Scalars['Boolean']['output'];
|
|
5103
|
+
isNormal: Scalars['Boolean']['output'];
|
|
5104
|
+
isPrimaryKey: Scalars['Boolean']['output'];
|
|
5105
|
+
isReportSafe: Scalars['Boolean']['output'];
|
|
5106
|
+
isSecondaryKey: Scalars['Boolean']['output'];
|
|
5107
|
+
name: Scalars['String']['output'];
|
|
5108
|
+
objectAttributeId: Scalars['String']['output'];
|
|
5109
|
+
objectId: Scalars['String']['output'];
|
|
5110
|
+
viewOrder: Scalars['Int']['output'];
|
|
5111
|
+
};
|
|
5112
|
+
export declare type AssetsDmDataSourceMergeObjectForImportInfo = {
|
|
5113
|
+
__typename?: 'AssetsDMDataSourceMergeObjectForImportInfo';
|
|
5114
|
+
allowDuplicates: Scalars['Boolean']['output'];
|
|
5115
|
+
computedIssuesCount: Scalars['Int']['output'];
|
|
5116
|
+
dataSources: Array<AssetsDmDataSourceMergeDataSourceDetails>;
|
|
5117
|
+
name: Scalars['String']['output'];
|
|
5118
|
+
objectAttributes: Array<AssetsDmDataSourceMergeObjectAttribute>;
|
|
5119
|
+
objectId: Scalars['String']['output'];
|
|
5120
|
+
selectedDataSources: Array<AssetsDmDataSourceMergeDataSourceDetails>;
|
|
5121
|
+
tenantId: Scalars['String']['output'];
|
|
5122
|
+
uniqueRecordsCount: Scalars['Int']['output'];
|
|
5123
|
+
};
|
|
5028
5124
|
export declare type AssetsDmDataSourceMergeResponse = {
|
|
5029
5125
|
__typename?: 'AssetsDMDataSourceMergeResponse';
|
|
5030
5126
|
cleansedDataCount: Scalars['Int']['output'];
|
|
@@ -14740,6 +14836,14 @@ export declare type ConfluenceBasicSpaceRole = {
|
|
|
14740
14836
|
name: Scalars['String']['output'];
|
|
14741
14837
|
type: SpaceRoleType;
|
|
14742
14838
|
};
|
|
14839
|
+
export declare type ConfluenceBatchFollowTeammatesInput = {
|
|
14840
|
+
numFollowers?: InputMaybe<Scalars['Int']['input']>;
|
|
14841
|
+
};
|
|
14842
|
+
export declare type ConfluenceBatchFollowTeammatesPayload = Payload & {
|
|
14843
|
+
__typename?: 'ConfluenceBatchFollowTeammatesPayload';
|
|
14844
|
+
errors?: Maybe<Array<MutationError>>;
|
|
14845
|
+
success: Scalars['Boolean']['output'];
|
|
14846
|
+
};
|
|
14743
14847
|
export declare type ConfluenceBlockedAccessAssignableSpaceRole = {
|
|
14744
14848
|
__typename?: 'ConfluenceBlockedAccessAssignableSpaceRole';
|
|
14745
14849
|
roleDescription: Scalars['String']['output'];
|
|
@@ -15213,6 +15317,18 @@ export declare type ConfluenceContentAnalyticsCountUserByContentType = {
|
|
|
15213
15317
|
nodes: Array<ConfluenceCountGroupByContentItem>;
|
|
15214
15318
|
pageInfo: GroupByPageInfo;
|
|
15215
15319
|
};
|
|
15320
|
+
export declare type ConfluenceContentBlueprintSpec = {
|
|
15321
|
+
__typename?: 'ConfluenceContentBlueprintSpec';
|
|
15322
|
+
blueprintId?: Maybe<Scalars['String']['output']>;
|
|
15323
|
+
contentTemplateId?: Maybe<Scalars['String']['output']>;
|
|
15324
|
+
context?: Maybe<Array<Maybe<KeyValueHierarchyMap>>>;
|
|
15325
|
+
links?: Maybe<LinksContextBase>;
|
|
15326
|
+
};
|
|
15327
|
+
export declare type ConfluenceContentBlueprintSpecInput = {
|
|
15328
|
+
blueprintId?: InputMaybe<Scalars['String']['input']>;
|
|
15329
|
+
context?: InputMaybe<ConfluenceTemplateInfoInput>;
|
|
15330
|
+
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
15331
|
+
};
|
|
15216
15332
|
export declare type ConfluenceContentBody = {
|
|
15217
15333
|
__typename?: 'ConfluenceContentBody';
|
|
15218
15334
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -18154,6 +18270,30 @@ export declare type ConfluenceTeamPresenceSpaceSettings = {
|
|
|
18154
18270
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
18155
18271
|
isEnabledOnContentViewForSite: Scalars['Boolean']['output'];
|
|
18156
18272
|
};
|
|
18273
|
+
export declare type ConfluenceTemplateInfoInput = {
|
|
18274
|
+
author?: InputMaybe<Scalars['String']['input']>;
|
|
18275
|
+
blueprintModuleCompleteKey?: InputMaybe<Scalars['String']['input']>;
|
|
18276
|
+
categoryIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
18277
|
+
contentBlueprintId?: InputMaybe<Scalars['String']['input']>;
|
|
18278
|
+
currentDateLozenge?: InputMaybe<Scalars['String']['input']>;
|
|
18279
|
+
darkModeIconURL?: InputMaybe<Scalars['String']['input']>;
|
|
18280
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
18281
|
+
hasGlobalBlueprintContent?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18282
|
+
hasWizard?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18283
|
+
iconURL?: InputMaybe<Scalars['String']['input']>;
|
|
18284
|
+
isFavourite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18285
|
+
isNew?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18286
|
+
isPromoted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18287
|
+
itemModuleCompleteKey?: InputMaybe<Scalars['String']['input']>;
|
|
18288
|
+
keywords?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
18289
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
18290
|
+
recommendationRank?: InputMaybe<Scalars['Int']['input']>;
|
|
18291
|
+
spaceId?: InputMaybe<Scalars['Int']['input']>;
|
|
18292
|
+
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
18293
|
+
styleClass?: InputMaybe<Scalars['String']['input']>;
|
|
18294
|
+
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
18295
|
+
templateType?: InputMaybe<Scalars['String']['input']>;
|
|
18296
|
+
};
|
|
18157
18297
|
export declare type ConfluenceTemplates = {
|
|
18158
18298
|
__typename?: 'ConfluenceTemplates';
|
|
18159
18299
|
globalPageTemplates?: Maybe<Array<Maybe<ConfluenceGlobalPageTemplate>>>;
|
|
@@ -18587,6 +18727,19 @@ export declare type ConfluenceUpdateIndexingLanguageConfigurationPayload = Paylo
|
|
|
18587
18727
|
errors?: Maybe<Array<MutationError>>;
|
|
18588
18728
|
success: Scalars['Boolean']['output'];
|
|
18589
18729
|
};
|
|
18730
|
+
export declare type ConfluenceUpdateInstanceInput = {
|
|
18731
|
+
contentBlueprintSpec: ConfluenceContentBlueprintSpecInput;
|
|
18732
|
+
contentStatus: GraphQlContentStatus;
|
|
18733
|
+
nextVersion: Scalars['Int']['input'];
|
|
18734
|
+
};
|
|
18735
|
+
export declare type ConfluenceUpdateInstancePayload = Payload & {
|
|
18736
|
+
__typename?: 'ConfluenceUpdateInstancePayload';
|
|
18737
|
+
content?: Maybe<Content>;
|
|
18738
|
+
contentBlueprintSpec?: Maybe<ConfluenceContentBlueprintSpec>;
|
|
18739
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18740
|
+
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
18741
|
+
success: Scalars['Boolean']['output'];
|
|
18742
|
+
};
|
|
18590
18743
|
export declare type ConfluenceUpdateLoomEntryPointsConfigurationInput = {
|
|
18591
18744
|
isEnabled: Scalars['Boolean']['input'];
|
|
18592
18745
|
};
|
|
@@ -18824,6 +18977,7 @@ export declare type ConfluenceUpdateValueBlogPostPropertyPayload = Payload & {
|
|
|
18824
18977
|
export declare type ConfluenceUpdateValuePagePropertyInput = {
|
|
18825
18978
|
key: Scalars['String']['input'];
|
|
18826
18979
|
pageId: Scalars['ID']['input'];
|
|
18980
|
+
useSameVersion?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18827
18981
|
value: Scalars['String']['input'];
|
|
18828
18982
|
};
|
|
18829
18983
|
export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
@@ -28915,6 +29069,7 @@ export declare type ExternalProject = Node & {
|
|
|
28915
29069
|
provider?: Maybe<ExternalProvider>;
|
|
28916
29070
|
resolution?: Maybe<Scalars['String']['output']>;
|
|
28917
29071
|
status?: Maybe<Scalars['String']['output']>;
|
|
29072
|
+
statusCategory?: Maybe<Scalars['String']['output']>;
|
|
28918
29073
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
28919
29074
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
28920
29075
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -31761,7 +31916,7 @@ export declare type GraphIntegrationActionDirectoryItem = {
|
|
|
31761
31916
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
31762
31917
|
id: Scalars['ID']['output'];
|
|
31763
31918
|
name: Scalars['String']['output'];
|
|
31764
|
-
tags: Array<
|
|
31919
|
+
tags: Array<GraphIntegrationDirectoryFilterDimension>;
|
|
31765
31920
|
};
|
|
31766
31921
|
export declare type GraphIntegrationAddTwgCapabilityContainerInput = {
|
|
31767
31922
|
contextAri: Scalars['ID']['input'];
|
|
@@ -31985,7 +32140,7 @@ export declare type GraphIntegrationMcpServer = {
|
|
|
31985
32140
|
displayName: Scalars['String']['output'];
|
|
31986
32141
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
31987
32142
|
id: Scalars['ID']['output'];
|
|
31988
|
-
tags: Array<
|
|
32143
|
+
tags: Array<GraphIntegrationDirectoryFilterDimension>;
|
|
31989
32144
|
tools?: Maybe<GraphIntegrationMcpToolNodeConnection>;
|
|
31990
32145
|
};
|
|
31991
32146
|
export declare type GraphIntegrationMcpServerToolsArgs = {
|
|
@@ -32012,7 +32167,7 @@ export declare type GraphIntegrationMcpTool = {
|
|
|
32012
32167
|
mcpServer: GraphIntegrationMcpServer;
|
|
32013
32168
|
name: Scalars['String']['output'];
|
|
32014
32169
|
status?: Maybe<GraphIntegrationStatus>;
|
|
32015
|
-
tags: Array<
|
|
32170
|
+
tags: Array<GraphIntegrationDirectoryFilterDimension>;
|
|
32016
32171
|
};
|
|
32017
32172
|
export declare type GraphIntegrationMcpToolNode = Node & {
|
|
32018
32173
|
__typename?: 'GraphIntegrationMcpToolNode';
|
|
@@ -63319,7 +63474,7 @@ export declare type JiraBoardViewUnmappedStatusesArgs = {
|
|
|
63319
63474
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63320
63475
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63321
63476
|
};
|
|
63322
|
-
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
63477
|
+
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & Node & {
|
|
63323
63478
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
63324
63479
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
63325
63480
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -63342,7 +63497,7 @@ export declare type JiraBoardViewCardOptionEdge = {
|
|
|
63342
63497
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
63343
63498
|
node?: Maybe<JiraBoardViewCardOption>;
|
|
63344
63499
|
};
|
|
63345
|
-
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
63500
|
+
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & Node & {
|
|
63346
63501
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
63347
63502
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
63348
63503
|
category?: Maybe<JiraOption>;
|
|
@@ -63409,7 +63564,7 @@ export declare type JiraBoardViewInput = {
|
|
|
63409
63564
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
63410
63565
|
};
|
|
63411
63566
|
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout;
|
|
63412
|
-
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
63567
|
+
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & Node & {
|
|
63413
63568
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
63414
63569
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
63415
63570
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -63439,7 +63594,7 @@ export declare type JiraBoardViewStatusAssociatedIssueTypesArgs = {
|
|
|
63439
63594
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63440
63595
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63441
63596
|
};
|
|
63442
|
-
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
63597
|
+
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
63443
63598
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
63444
63599
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
63445
63600
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68221,6 +68376,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
68221
68376
|
summarisedFeatureFlags?: Maybe<DevOpsSummarisedFeatureFlags>;
|
|
68222
68377
|
summary?: Maybe<Scalars['String']['output']>;
|
|
68223
68378
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
68379
|
+
timeOriginalEstimateField?: Maybe<JiraOriginalTimeEstimateField>;
|
|
68224
68380
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
68225
68381
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
68226
68382
|
votesField?: Maybe<JiraVotesField>;
|
|
@@ -68456,6 +68612,20 @@ export declare type JiraIssueAndProject = {
|
|
|
68456
68612
|
issueId: Scalars['ID']['output'];
|
|
68457
68613
|
projectId: Scalars['ID']['output'];
|
|
68458
68614
|
};
|
|
68615
|
+
export declare type JiraIssueArchiveAsyncErrorExtension = MutationErrorExtension & {
|
|
68616
|
+
__typename?: 'JiraIssueArchiveAsyncErrorExtension';
|
|
68617
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
68618
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
68619
|
+
};
|
|
68620
|
+
export declare type JiraIssueArchiveAsyncInput = {
|
|
68621
|
+
jql: Scalars['String']['input'];
|
|
68622
|
+
};
|
|
68623
|
+
export declare type JiraIssueArchiveAsyncPayload = Payload & {
|
|
68624
|
+
__typename?: 'JiraIssueArchiveAsyncPayload';
|
|
68625
|
+
errors?: Maybe<Array<MutationError>>;
|
|
68626
|
+
success: Scalars['Boolean']['output'];
|
|
68627
|
+
taskId?: Maybe<Scalars['String']['output']>;
|
|
68628
|
+
};
|
|
68459
68629
|
export declare type JiraIssueArchiveErrorExtension = MutationErrorExtension & {
|
|
68460
68630
|
__typename?: 'JiraIssueArchiveErrorExtension';
|
|
68461
68631
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -70377,6 +70547,7 @@ export declare type JiraJourneyParentIssueInput = {
|
|
|
70377
70547
|
};
|
|
70378
70548
|
export declare type JiraJourneyParentIssueTriggerConfiguration = {
|
|
70379
70549
|
__typename?: 'JiraJourneyParentIssueTriggerConfiguration';
|
|
70550
|
+
conditions?: Maybe<JiraJourneyItemConditions>;
|
|
70380
70551
|
type?: Maybe<JiraJourneyTriggerType>;
|
|
70381
70552
|
};
|
|
70382
70553
|
export declare type JiraJourneyParentIssueTriggerConfigurationInput = {
|
|
@@ -71828,6 +71999,7 @@ export declare type JiraMutation = {
|
|
|
71828
71999
|
updateJiraJourneyItem?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
71829
72000
|
updateJiraJourneyName?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
71830
72001
|
updateJiraJourneyParentIssueConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
72002
|
+
updateJiraJourneyParentTriggerConditions?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
71831
72003
|
updateJiraJourneyTriggerConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
71832
72004
|
updateJiraJourneyWorkItemConditions?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
71833
72005
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
@@ -72438,6 +72610,10 @@ export declare type JiraMutationUpdateJiraJourneyParentIssueConfigurationArgs =
|
|
|
72438
72610
|
cloudId: Scalars['ID']['input'];
|
|
72439
72611
|
input: JiraUpdateJourneyParentIssueConfigurationInput;
|
|
72440
72612
|
};
|
|
72613
|
+
export declare type JiraMutationUpdateJiraJourneyParentTriggerConditionsArgs = {
|
|
72614
|
+
cloudId: Scalars['ID']['input'];
|
|
72615
|
+
input: JiraUpdateJourneyParentTriggerConditionsInput;
|
|
72616
|
+
};
|
|
72441
72617
|
export declare type JiraMutationUpdateJiraJourneyTriggerConfigurationArgs = {
|
|
72442
72618
|
cloudId: Scalars['ID']['input'];
|
|
72443
72619
|
input: JiraUpdateJourneyTriggerConfigurationInput;
|
|
@@ -79895,6 +80071,7 @@ export declare type JiraSuggestion = {
|
|
|
79895
80071
|
export declare type JiraSuggestionAction = {
|
|
79896
80072
|
__typename?: 'JiraSuggestionAction';
|
|
79897
80073
|
default?: Maybe<Scalars['Boolean']['output']>;
|
|
80074
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
79898
80075
|
id?: Maybe<Scalars['String']['output']>;
|
|
79899
80076
|
inputSchema?: Maybe<JiraSuggestionActionInputSchema>;
|
|
79900
80077
|
type?: Maybe<JiraSuggestionActionType>;
|
|
@@ -80613,6 +80790,12 @@ export declare type JiraUpdateJourneyParentIssueConfigurationInput = {
|
|
|
80613
80790
|
parentIssue?: InputMaybe<JiraJourneyParentIssueInput>;
|
|
80614
80791
|
version: Scalars['Long']['input'];
|
|
80615
80792
|
};
|
|
80793
|
+
export declare type JiraUpdateJourneyParentTriggerConditionsInput = {
|
|
80794
|
+
conditions: JiraJourneyItemConditionsInput;
|
|
80795
|
+
etag: Scalars['String']['input'];
|
|
80796
|
+
journeyId: Scalars['ID']['input'];
|
|
80797
|
+
journeyVersion: Scalars['Long']['input'];
|
|
80798
|
+
};
|
|
80616
80799
|
export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
80617
80800
|
etag?: InputMaybe<Scalars['String']['input']>;
|
|
80618
80801
|
id: Scalars['ID']['input'];
|
|
@@ -86070,19 +86253,41 @@ export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
|
86070
86253
|
tagLine?: InputMaybe<Scalars['String']['input']>;
|
|
86071
86254
|
youtubeId?: InputMaybe<Scalars['String']['input']>;
|
|
86072
86255
|
};
|
|
86256
|
+
export declare type MarketplaceConsoleMakerContactCreateInput = {
|
|
86257
|
+
contactPayload: MarketplaceConsoleMakerContactPayload;
|
|
86258
|
+
email: Scalars['String']['input'];
|
|
86259
|
+
partnerId: Scalars['ID']['input'];
|
|
86260
|
+
};
|
|
86261
|
+
export declare type MarketplaceConsoleMakerContactDeleteInput = {
|
|
86262
|
+
accountId: Scalars['ID']['input'];
|
|
86263
|
+
partnerId: Scalars['ID']['input'];
|
|
86264
|
+
};
|
|
86265
|
+
export declare type MarketplaceConsoleMakerContactPayload = {
|
|
86266
|
+
permissions: Array<Scalars['String']['input']>;
|
|
86267
|
+
roles: Array<Scalars['String']['input']>;
|
|
86268
|
+
};
|
|
86269
|
+
export declare type MarketplaceConsoleMakerContactResponse = MarketplaceConsoleKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
86270
|
+
export declare type MarketplaceConsoleMakerContactUpdateInput = {
|
|
86271
|
+
accountId: Scalars['ID']['input'];
|
|
86272
|
+
contactPayload: MarketplaceConsoleMakerContactPayload;
|
|
86273
|
+
partnerId: Scalars['ID']['input'];
|
|
86274
|
+
};
|
|
86073
86275
|
export declare type MarketplaceConsoleMutationApi = {
|
|
86074
86276
|
__typename?: 'MarketplaceConsoleMutationApi';
|
|
86075
86277
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
86076
86278
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
86077
86279
|
createAppSoftwareVersion?: Maybe<MarketplaceConsoleCreateAppSoftwareVersionMutationOutput>;
|
|
86078
86280
|
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
|
|
86281
|
+
createMakerContact?: Maybe<MarketplaceConsoleMakerContactResponse>;
|
|
86079
86282
|
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationOutput>;
|
|
86080
86283
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
86081
86284
|
deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
|
|
86285
|
+
deleteMakerContact?: Maybe<MarketplaceConsoleMakerContactResponse>;
|
|
86082
86286
|
editAppVersion?: Maybe<MarketplaceConsoleEditVersionMutationResponse>;
|
|
86083
86287
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
86084
86288
|
makeAppVersionPublic?: Maybe<MarketplaceConsoleMakeAppVersionPublicMutationOutput>;
|
|
86085
86289
|
updateAppDetails?: Maybe<MarketplaceConsoleUpdateAppDetailsResponse>;
|
|
86290
|
+
updateMakerContact?: Maybe<MarketplaceConsoleMakerContactResponse>;
|
|
86086
86291
|
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
86087
86292
|
};
|
|
86088
86293
|
export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
@@ -86100,6 +86305,9 @@ export declare type MarketplaceConsoleMutationApiCreateAppSoftwareVersionArgs =
|
|
|
86100
86305
|
export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
86101
86306
|
product: MarketplaceConsoleEditionsInput;
|
|
86102
86307
|
};
|
|
86308
|
+
export declare type MarketplaceConsoleMutationApiCreateMakerContactArgs = {
|
|
86309
|
+
input: MarketplaceConsoleMakerContactCreateInput;
|
|
86310
|
+
};
|
|
86103
86311
|
export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
|
|
86104
86312
|
appKey: Scalars['ID']['input'];
|
|
86105
86313
|
cloudComplianceBoundaries?: InputMaybe<Array<MarketplaceConsoleCloudComplianceBoundary>>;
|
|
@@ -86112,6 +86320,9 @@ export declare type MarketplaceConsoleMutationApiDeleteAppSoftwareTokenArgs = {
|
|
|
86112
86320
|
export declare type MarketplaceConsoleMutationApiDeleteAppVersionArgs = {
|
|
86113
86321
|
deleteVersion: MarketplaceConsoleAppVersionDeleteRequestInput;
|
|
86114
86322
|
};
|
|
86323
|
+
export declare type MarketplaceConsoleMutationApiDeleteMakerContactArgs = {
|
|
86324
|
+
input: MarketplaceConsoleMakerContactDeleteInput;
|
|
86325
|
+
};
|
|
86115
86326
|
export declare type MarketplaceConsoleMutationApiEditAppVersionArgs = {
|
|
86116
86327
|
editAppVersionRequest: MarketplaceConsoleEditAppVersionRequest;
|
|
86117
86328
|
};
|
|
@@ -86125,6 +86336,9 @@ export declare type MarketplaceConsoleMutationApiMakeAppVersionPublicArgs = {
|
|
|
86125
86336
|
export declare type MarketplaceConsoleMutationApiUpdateAppDetailsArgs = {
|
|
86126
86337
|
updateAppDetailsRequest: MarketplaceConsoleUpdateAppDetailsRequest;
|
|
86127
86338
|
};
|
|
86339
|
+
export declare type MarketplaceConsoleMutationApiUpdateMakerContactArgs = {
|
|
86340
|
+
input: MarketplaceConsoleMakerContactUpdateInput;
|
|
86341
|
+
};
|
|
86128
86342
|
export declare type MarketplaceConsoleMutationApiValidateArtifactUrlArgs = {
|
|
86129
86343
|
url: Scalars['String']['input'];
|
|
86130
86344
|
};
|
|
@@ -88349,6 +88563,14 @@ export declare type MercuryDeleteStrategicEventCommentPayload = Payload & {
|
|
|
88349
88563
|
errors?: Maybe<Array<MutationError>>;
|
|
88350
88564
|
success: Scalars['Boolean']['output'];
|
|
88351
88565
|
};
|
|
88566
|
+
export declare type MercuryDeleteStrategicEventInput = {
|
|
88567
|
+
id: Scalars['ID']['input'];
|
|
88568
|
+
};
|
|
88569
|
+
export declare type MercuryDeleteStrategicEventPayload = Payload & {
|
|
88570
|
+
__typename?: 'MercuryDeleteStrategicEventPayload';
|
|
88571
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88572
|
+
success: Scalars['Boolean']['output'];
|
|
88573
|
+
};
|
|
88352
88574
|
export declare enum MercuryEntityType {
|
|
88353
88575
|
ChangeProposal = "CHANGE_PROPOSAL",
|
|
88354
88576
|
Comment = "COMMENT",
|
|
@@ -89718,6 +89940,7 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
89718
89940
|
deleteChangeProposalComment?: Maybe<MercuryDeleteChangeProposalCommentPayload>;
|
|
89719
89941
|
deleteChangeProposalsView?: Maybe<MercuryDeleteChangeProposalsViewPayload>;
|
|
89720
89942
|
deleteChanges?: Maybe<MercuryDeleteChangesPayload>;
|
|
89943
|
+
deleteStrategicEvent?: Maybe<MercuryDeleteStrategicEventPayload>;
|
|
89721
89944
|
deleteStrategicEventComment?: Maybe<MercuryDeleteStrategicEventCommentPayload>;
|
|
89722
89945
|
linkGoalsToChangeProposal?: Maybe<MercuryLinkGoalsToChangeProposalPayload>;
|
|
89723
89946
|
moveChanges?: Maybe<MercuryMoveChangesPayload>;
|
|
@@ -89777,6 +90000,9 @@ export declare type MercuryStrategicEventsMutationApiDeleteChangeProposalsViewAr
|
|
|
89777
90000
|
export declare type MercuryStrategicEventsMutationApiDeleteChangesArgs = {
|
|
89778
90001
|
input?: InputMaybe<MercuryDeleteChangesInput>;
|
|
89779
90002
|
};
|
|
90003
|
+
export declare type MercuryStrategicEventsMutationApiDeleteStrategicEventArgs = {
|
|
90004
|
+
input: MercuryDeleteStrategicEventInput;
|
|
90005
|
+
};
|
|
89780
90006
|
export declare type MercuryStrategicEventsMutationApiDeleteStrategicEventCommentArgs = {
|
|
89781
90007
|
input: MercuryDeleteStrategicEventCommentInput;
|
|
89782
90008
|
};
|
|
@@ -90641,6 +90867,7 @@ export declare type Mutation = {
|
|
|
90641
90867
|
avp_createDashboard?: Maybe<AvpCreateDashboardPayload>;
|
|
90642
90868
|
avp_createDashboardFilter?: Maybe<AvpCreateDashboardFilterPayload>;
|
|
90643
90869
|
avp_deleteChart?: Maybe<AvpDeleteChartPayload>;
|
|
90870
|
+
avp_deleteDashboardFilter?: Maybe<AvpDeleteDashboardFilterPayload>;
|
|
90644
90871
|
avp_moveCanvasElement?: Maybe<AvpMoveCanvasElementPayload>;
|
|
90645
90872
|
avp_moveCanvasElementToNewRow?: Maybe<AvpMoveCanvasElementToNewRowPayload>;
|
|
90646
90873
|
avp_moveDashboardRow?: Maybe<AvpMoveDashboardRowPayload>;
|
|
@@ -90675,6 +90902,7 @@ export declare type Mutation = {
|
|
|
90675
90902
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
90676
90903
|
confluence_acceptAnswer?: Maybe<ConfluenceAcceptAnswerPayload>;
|
|
90677
90904
|
confluence_addReaction?: Maybe<ConfluenceReactionPayload>;
|
|
90905
|
+
confluence_batchFollowTeammates?: Maybe<ConfluenceBatchFollowTeammatesPayload>;
|
|
90678
90906
|
confluence_bulkNestedConvertToLiveDocs?: Maybe<ConfluenceBulkNestedConvertToLiveDocsPayload>;
|
|
90679
90907
|
confluence_convertNote?: Maybe<ConfluenceConvertNotePayload>;
|
|
90680
90908
|
confluence_copyNote?: Maybe<ConfluenceCopyNotePayload>;
|
|
@@ -90737,6 +90965,7 @@ export declare type Mutation = {
|
|
|
90737
90965
|
confluence_updateCustomContentPermissions?: Maybe<ConfluenceUpdateCustomContentPermissionsPayload>;
|
|
90738
90966
|
confluence_updateCustomRole?: Maybe<ConfluenceUpdateCustomRolePayload>;
|
|
90739
90967
|
confluence_updateDefaultTitleEmoji?: Maybe<ConfluenceUpdateDefaultTitleEmojiPayload>;
|
|
90968
|
+
confluence_updateInstance?: Maybe<ConfluenceUpdateInstancePayload>;
|
|
90740
90969
|
confluence_updateNav4OptIn?: Maybe<ConfluenceUpdateNav4OptInPayload>;
|
|
90741
90970
|
confluence_updateQuestion?: Maybe<ConfluenceUpdateQuestionPayload>;
|
|
90742
90971
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
@@ -90948,6 +91177,7 @@ export declare type Mutation = {
|
|
|
90948
91177
|
jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
90949
91178
|
jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
|
|
90950
91179
|
jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
|
|
91180
|
+
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
90951
91181
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
90952
91182
|
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
90953
91183
|
jira_createBoardViewStatusColumn?: Maybe<JiraCreateBoardViewStatusColumnPayload>;
|
|
@@ -91617,6 +91847,9 @@ export declare type MutationAvp_CreateDashboardFilterArgs = {
|
|
|
91617
91847
|
export declare type MutationAvp_DeleteChartArgs = {
|
|
91618
91848
|
input: AvpDeleteChartInput;
|
|
91619
91849
|
};
|
|
91850
|
+
export declare type MutationAvp_DeleteDashboardFilterArgs = {
|
|
91851
|
+
input: AvpDeleteDashboardFilterInput;
|
|
91852
|
+
};
|
|
91620
91853
|
export declare type MutationAvp_MoveCanvasElementArgs = {
|
|
91621
91854
|
input: AvpMoveCanvasElementInput;
|
|
91622
91855
|
};
|
|
@@ -91723,6 +91956,10 @@ export declare type MutationConfluence_AddReactionArgs = {
|
|
|
91723
91956
|
cloudId: Scalars['ID']['input'];
|
|
91724
91957
|
input: ConfluenceReactionInput;
|
|
91725
91958
|
};
|
|
91959
|
+
export declare type MutationConfluence_BatchFollowTeammatesArgs = {
|
|
91960
|
+
cloudId: Scalars['ID']['input'];
|
|
91961
|
+
input: ConfluenceBatchFollowTeammatesInput;
|
|
91962
|
+
};
|
|
91726
91963
|
export declare type MutationConfluence_BulkNestedConvertToLiveDocsArgs = {
|
|
91727
91964
|
cloudId: Scalars['ID']['input'];
|
|
91728
91965
|
input: Array<InputMaybe<NestedPageInput>>;
|
|
@@ -91968,6 +92205,11 @@ export declare type MutationConfluence_UpdateDefaultTitleEmojiArgs = {
|
|
|
91968
92205
|
cloudId: Scalars['ID']['input'];
|
|
91969
92206
|
input: ConfluenceUpdateDefaultTitleEmojiInput;
|
|
91970
92207
|
};
|
|
92208
|
+
export declare type MutationConfluence_UpdateInstanceArgs = {
|
|
92209
|
+
expand?: InputMaybe<Scalars['String']['input']>;
|
|
92210
|
+
input: ConfluenceUpdateInstanceInput;
|
|
92211
|
+
pageAri: Scalars['ID']['input'];
|
|
92212
|
+
};
|
|
91971
92213
|
export declare type MutationConfluence_UpdateNav4OptInArgs = {
|
|
91972
92214
|
cloudId: Scalars['ID']['input'];
|
|
91973
92215
|
input: ConfluenceUpdateNav4OptInInput;
|
|
@@ -92671,6 +92913,10 @@ export declare type MutationJira_ApplySuggestionActionsArgs = {
|
|
|
92671
92913
|
export declare type MutationJira_ArchiveIssueArgs = {
|
|
92672
92914
|
input: JiraIssueArchiveInput;
|
|
92673
92915
|
};
|
|
92916
|
+
export declare type MutationJira_ArchiveIssueAsyncArgs = {
|
|
92917
|
+
cloudId: Scalars['ID']['input'];
|
|
92918
|
+
input: JiraIssueArchiveAsyncInput;
|
|
92919
|
+
};
|
|
92674
92920
|
export declare type MutationJira_AssociateProjectToFieldSchemeArgs = {
|
|
92675
92921
|
cloudId: Scalars['ID']['input'];
|
|
92676
92922
|
input: JiraAssociateProjectToFieldSchemeInput;
|
|
@@ -96056,6 +96302,7 @@ export declare type PolarisValueRule = {
|
|
|
96056
96302
|
export declare type PolarisView = {
|
|
96057
96303
|
__typename?: 'PolarisView';
|
|
96058
96304
|
comments?: Maybe<Array<PolarisComment>>;
|
|
96305
|
+
connectionsFilter?: Maybe<Array<PolarisViewFilter>>;
|
|
96059
96306
|
containsArchived: Scalars['Boolean']['output'];
|
|
96060
96307
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
96061
96308
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -96067,6 +96314,7 @@ export declare type PolarisView = {
|
|
|
96067
96314
|
filterGroups?: Maybe<Array<PolarisViewFilterGroup>>;
|
|
96068
96315
|
groupBy?: Maybe<PolarisIdeaField>;
|
|
96069
96316
|
groupValues?: Maybe<Array<PolarisGroupValue>>;
|
|
96317
|
+
groupsFilter?: Maybe<Array<PolarisViewFilter>>;
|
|
96070
96318
|
hidden?: Maybe<Array<PolarisIdeaField>>;
|
|
96071
96319
|
hideEmptyColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
96072
96320
|
hideEmptyGroups?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -96079,6 +96327,8 @@ export declare type PolarisView = {
|
|
|
96079
96327
|
name: Scalars['String']['output'];
|
|
96080
96328
|
projectId: Scalars['Int']['output'];
|
|
96081
96329
|
rank: Scalars['Int']['output'];
|
|
96330
|
+
showConnectionsMatchingColumn?: Maybe<Scalars['Boolean']['output']>;
|
|
96331
|
+
showConnectionsMatchingGroup?: Maybe<Scalars['Boolean']['output']>;
|
|
96082
96332
|
sort?: Maybe<Array<PolarisSortField>>;
|
|
96083
96333
|
sortMode: PolarisViewSortMode;
|
|
96084
96334
|
tableColumnSizes?: Maybe<Array<PolarisViewTableColumnSize>>;
|
|
@@ -96088,6 +96338,7 @@ export declare type PolarisView = {
|
|
|
96088
96338
|
uuid: Scalars['ID']['output'];
|
|
96089
96339
|
verticalGroupBy?: Maybe<PolarisIdeaField>;
|
|
96090
96340
|
verticalGroupValues?: Maybe<Array<PolarisGroupValue>>;
|
|
96341
|
+
verticalGroupsFilter?: Maybe<Array<PolarisViewFilter>>;
|
|
96091
96342
|
viewSetId: Scalars['ID']['output'];
|
|
96092
96343
|
visualizationType: PolarisVisualizationType;
|
|
96093
96344
|
whiteboardConfig?: Maybe<PolarisWhiteboardConfig>;
|
|
@@ -96709,6 +96960,8 @@ export declare type Query = {
|
|
|
96709
96960
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
96710
96961
|
assetsDM_dataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
96711
96962
|
assetsDM_dataSourceMerge?: Maybe<AssetsDmDataSourceMergeResponse>;
|
|
96963
|
+
assetsDM_dataSourceMergeGetByObjectId?: Maybe<AssetsDmDataSourceMergeGetByObjectIdResponse>;
|
|
96964
|
+
assetsDM_dataSourceMergeGetObjectsForImport?: Maybe<Array<AssetsDmDataSourceMergeObjectForImportInfo>>;
|
|
96712
96965
|
assetsDM_dataSourceTransform?: Maybe<AssetsDmDataSourceTransform>;
|
|
96713
96966
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
96714
96967
|
assetsDM_getCleansingExecutive?: Maybe<AssetsDmDataSourceCleansingCleansingExecutive>;
|
|
@@ -97107,7 +97360,6 @@ export declare type Query = {
|
|
|
97107
97360
|
jira_backlog?: Maybe<JiraBacklog>;
|
|
97108
97361
|
jira_backlogView?: Maybe<JiraBacklogView>;
|
|
97109
97362
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
97110
|
-
jira_boardViewCellsByIds?: Maybe<Array<Maybe<JiraBoardViewCell>>>;
|
|
97111
97363
|
jira_boardsByIds?: Maybe<Array<Maybe<JiraBoard>>>;
|
|
97112
97364
|
jira_categoryField?: Maybe<JiraJqlField>;
|
|
97113
97365
|
jira_creatableGlobalCustomFieldTypes?: Maybe<JiraCustomFieldTypeConnection>;
|
|
@@ -97362,12 +97614,14 @@ export declare type Query = {
|
|
|
97362
97614
|
stakeholderComms_getStakeholderGroupsWithStakeholders?: Maybe<StakeholderCommsStakeholderGroupAndStakeholdersConnection>;
|
|
97363
97615
|
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
97364
97616
|
stakeholderComms_getStakeholdersByAssignmentV2?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
97617
|
+
stakeholderComms_getStakeholdersbyAri?: Maybe<Array<Maybe<StakeholderCommsSimplifiedStakeholder>>>;
|
|
97365
97618
|
stakeholderComms_getWorkspaceAriMappingByCustomDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
97366
97619
|
stakeholderComms_getWorkspaceAriMappingByPageId?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
97367
97620
|
stakeholderComms_getWorkspaceAriMappingByStatuspageDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
97368
97621
|
stakeholderComms_isPageNameUnique?: Maybe<Scalars['Boolean']['output']>;
|
|
97369
97622
|
stakeholderComms_isStakeholderGroupNameUnique?: Maybe<Scalars['Boolean']['output']>;
|
|
97370
97623
|
stakeholderComms_listStakeholders?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
97624
|
+
stakeholderComms_unifiedSearch?: Maybe<StakeholderCommsUnifiedSearchResults>;
|
|
97371
97625
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
97372
97626
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
97373
97627
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
@@ -97872,6 +98126,16 @@ export declare type QueryAssetsDm_DataSourceMergeArgs = {
|
|
|
97872
98126
|
jobId: Scalars['ID']['input'];
|
|
97873
98127
|
workspaceId: Scalars['ID']['input'];
|
|
97874
98128
|
};
|
|
98129
|
+
export declare type QueryAssetsDm_DataSourceMergeGetByObjectIdArgs = {
|
|
98130
|
+
cloudId: Scalars['ID']['input'];
|
|
98131
|
+
objectId: Scalars['ID']['input'];
|
|
98132
|
+
workspaceId: Scalars['ID']['input'];
|
|
98133
|
+
};
|
|
98134
|
+
export declare type QueryAssetsDm_DataSourceMergeGetObjectsForImportArgs = {
|
|
98135
|
+
cloudId: Scalars['ID']['input'];
|
|
98136
|
+
dataSourceId: Scalars['ID']['input'];
|
|
98137
|
+
workspaceId: Scalars['ID']['input'];
|
|
98138
|
+
};
|
|
97875
98139
|
export declare type QueryAssetsDm_DataSourceTransformArgs = {
|
|
97876
98140
|
cloudID: Scalars['ID']['input'];
|
|
97877
98141
|
dataSourceId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -99578,14 +99842,12 @@ export declare type QueryJiraAlignAgg_ProjectsByArisArgs = {
|
|
|
99578
99842
|
export declare type QueryJiraAlignAgg_SearchProjectsArgs = {
|
|
99579
99843
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
99580
99844
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
99581
|
-
id: Scalars['ID']['input'];
|
|
99582
99845
|
instanceId: Scalars['ID']['input'];
|
|
99583
99846
|
projectType: JiraAlignAggProjectType;
|
|
99584
99847
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
99585
99848
|
};
|
|
99586
99849
|
export declare type QueryJiraAlignAgg_SitesByOrgIdArgs = {
|
|
99587
99850
|
env: Scalars['String']['input'];
|
|
99588
|
-
id: Scalars['ID']['input'];
|
|
99589
99851
|
orgId: Scalars['String']['input'];
|
|
99590
99852
|
};
|
|
99591
99853
|
export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
@@ -99603,9 +99865,6 @@ export declare type QueryJira_BacklogViewArgs = {
|
|
|
99603
99865
|
export declare type QueryJira_BoardViewArgs = {
|
|
99604
99866
|
input: JiraBoardViewInput;
|
|
99605
99867
|
};
|
|
99606
|
-
export declare type QueryJira_BoardViewCellsByIdsArgs = {
|
|
99607
|
-
ids: Array<Scalars['ID']['input']>;
|
|
99608
|
-
};
|
|
99609
99868
|
export declare type QueryJira_BoardsByIdsArgs = {
|
|
99610
99869
|
ids: Array<Scalars['ID']['input']>;
|
|
99611
99870
|
};
|
|
@@ -100533,6 +100792,9 @@ export declare type QueryStakeholderComms_GetStakeholdersByAssignmentArgs = {
|
|
|
100533
100792
|
export declare type QueryStakeholderComms_GetStakeholdersByAssignmentV2Args = {
|
|
100534
100793
|
stakeholderConnectionInput: StakeholderCommsStakeholderConnectionInput;
|
|
100535
100794
|
};
|
|
100795
|
+
export declare type QueryStakeholderComms_GetStakeholdersbyAriArgs = {
|
|
100796
|
+
stakeholderAris: Array<Scalars['String']['input']>;
|
|
100797
|
+
};
|
|
100536
100798
|
export declare type QueryStakeholderComms_GetWorkspaceAriMappingByCustomDomainArgs = {
|
|
100537
100799
|
customDomain: Scalars['String']['input'];
|
|
100538
100800
|
};
|
|
@@ -100557,6 +100819,9 @@ export declare type QueryStakeholderComms_ListStakeholdersArgs = {
|
|
|
100557
100819
|
order?: InputMaybe<StakeholderCommsStakeholderConnectionOrder>;
|
|
100558
100820
|
search?: InputMaybe<StakeholderCommsStakeholderConnectionSearch>;
|
|
100559
100821
|
};
|
|
100822
|
+
export declare type QueryStakeholderComms_UnifiedSearchArgs = {
|
|
100823
|
+
input: StakeholderCommsUnifiedSearchInput;
|
|
100824
|
+
};
|
|
100560
100825
|
export declare type QueryStalePagesArgs = {
|
|
100561
100826
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
100562
100827
|
includePagesWithChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -124107,6 +124372,7 @@ export declare type SpfAsk = Node & {
|
|
|
124107
124372
|
updatedBy?: Maybe<User>;
|
|
124108
124373
|
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
124109
124374
|
updates?: Maybe<SpfAskUpdateConnection>;
|
|
124375
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
124110
124376
|
};
|
|
124111
124377
|
export declare type SpfAskActivitiesArgs = {
|
|
124112
124378
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -124256,6 +124522,7 @@ export declare type SpfAskComment = Node & {
|
|
|
124256
124522
|
parentComment?: Maybe<SpfAskComment>;
|
|
124257
124523
|
replies?: Maybe<SpfAskCommentConnection>;
|
|
124258
124524
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
124525
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
124259
124526
|
};
|
|
124260
124527
|
export declare type SpfAskCommentRepliesArgs = {
|
|
124261
124528
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -125127,6 +125394,19 @@ export declare type StakeholderCommsResendInviteResponse = {
|
|
|
125127
125394
|
export declare enum StakeholderCommsSearchField {
|
|
125128
125395
|
EmailId = "EMAIL_ID"
|
|
125129
125396
|
}
|
|
125397
|
+
export declare enum StakeholderCommsSearchFilterType {
|
|
125398
|
+
Groups = "GROUPS",
|
|
125399
|
+
Teams = "TEAMS",
|
|
125400
|
+
Users = "USERS"
|
|
125401
|
+
}
|
|
125402
|
+
export declare type StakeholderCommsSearchResult = {
|
|
125403
|
+
__typename?: 'StakeholderCommsSearchResult';
|
|
125404
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
125405
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
125406
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
125407
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
125408
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
125409
|
+
};
|
|
125130
125410
|
export declare type StakeholderCommsSeoConfigInput = {
|
|
125131
125411
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
125132
125412
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -125140,6 +125420,13 @@ export declare type StakeholderCommsSeoConfigType = {
|
|
|
125140
125420
|
keywords?: Maybe<Scalars['String']['output']>;
|
|
125141
125421
|
title?: Maybe<Scalars['String']['output']>;
|
|
125142
125422
|
};
|
|
125423
|
+
export declare type StakeholderCommsSimplifiedStakeholder = {
|
|
125424
|
+
__typename?: 'StakeholderCommsSimplifiedStakeholder';
|
|
125425
|
+
ari?: Maybe<Scalars['String']['output']>;
|
|
125426
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
125427
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
125428
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
125429
|
+
};
|
|
125143
125430
|
export declare type StakeholderCommsStakeholder = {
|
|
125144
125431
|
__typename?: 'StakeholderCommsStakeholder';
|
|
125145
125432
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
@@ -125311,6 +125598,17 @@ export declare enum StakeholderCommsStakeholderType {
|
|
|
125311
125598
|
Internal = "INTERNAL",
|
|
125312
125599
|
Team = "TEAM"
|
|
125313
125600
|
}
|
|
125601
|
+
export declare type StakeholderCommsUnifiedSearchInput = {
|
|
125602
|
+
filters?: InputMaybe<Array<InputMaybe<StakeholderCommsSearchFilterType>>>;
|
|
125603
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
125604
|
+
organizationId: Scalars['String']['input'];
|
|
125605
|
+
searchString: Scalars['String']['input'];
|
|
125606
|
+
};
|
|
125607
|
+
export declare type StakeholderCommsUnifiedSearchResults = {
|
|
125608
|
+
__typename?: 'StakeholderCommsUnifiedSearchResults';
|
|
125609
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
125610
|
+
results?: Maybe<Array<Maybe<StakeholderCommsSearchResult>>>;
|
|
125611
|
+
};
|
|
125314
125612
|
export declare type StakeholderCommsUpdatePageInputType = {
|
|
125315
125613
|
activityScore?: InputMaybe<Scalars['Int']['input']>;
|
|
125316
125614
|
allowPageSubscribers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -127298,6 +127596,10 @@ export declare type TownsquareGoalUpdatesArgs = {
|
|
|
127298
127596
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
127299
127597
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
127300
127598
|
};
|
|
127599
|
+
export declare type TownsquareGoalWatchersArgs = {
|
|
127600
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
127601
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
127602
|
+
};
|
|
127301
127603
|
export declare type TownsquareGoalConnection = {
|
|
127302
127604
|
__typename?: 'TownsquareGoalConnection';
|
|
127303
127605
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -131001,6 +131303,7 @@ export declare type TrelloMutationApi = {
|
|
|
131001
131303
|
removeMemberFromCard?: Maybe<TrelloRemoveMemberFromCardPayload>;
|
|
131002
131304
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
131003
131305
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
131306
|
+
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
131004
131307
|
submitCardBatchToBoard?: Maybe<TrelloCardBatchJobPayload>;
|
|
131005
131308
|
unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
|
|
131006
131309
|
unwatchCard?: Maybe<TrelloWatchCardPayload>;
|
|
@@ -131090,6 +131393,9 @@ export declare type TrelloMutationApiRemoveMemberFromWorkspaceArgs = {
|
|
|
131090
131393
|
export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
131091
131394
|
input: TrelloRemoveWorkspaceTagFromBoardInput;
|
|
131092
131395
|
};
|
|
131396
|
+
export declare type TrelloMutationApiSmartScheduleCardsArgs = {
|
|
131397
|
+
input: TrelloSmartScheduleCardsInput;
|
|
131398
|
+
};
|
|
131093
131399
|
export declare type TrelloMutationApiSubmitCardBatchToBoardArgs = {
|
|
131094
131400
|
input: TrelloCardBatchSpecificationInput;
|
|
131095
131401
|
};
|
|
@@ -131648,7 +131954,6 @@ export declare type TrelloQueryApi = {
|
|
|
131648
131954
|
providerCalendarById?: Maybe<TrelloPlannerProviderCalendar>;
|
|
131649
131955
|
providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
131650
131956
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
131651
|
-
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
131652
131957
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
131653
131958
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
131654
131959
|
templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
|
|
@@ -131757,9 +132062,6 @@ export declare type TrelloQueryApiProviderPlannerCalendarsByAccountIdArgs = {
|
|
|
131757
132062
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
131758
132063
|
ids: Array<Scalars['ID']['input']>;
|
|
131759
132064
|
};
|
|
131760
|
-
export declare type TrelloQueryApiSmartScheduleCardsArgs = {
|
|
131761
|
-
input: TrelloSmartScheduleCardsInput;
|
|
131762
|
-
};
|
|
131763
132065
|
export declare type TrelloQueryApiTemplateGalleryArgs = {
|
|
131764
132066
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131765
132067
|
filter?: InputMaybe<TrelloTemplateGalleryFilterInput>;
|
|
@@ -132967,6 +133269,9 @@ export declare type UnifiedCommunityPayload = UnifiedPayload & {
|
|
|
132967
133269
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
132968
133270
|
forumsProfile?: Maybe<UnifiedForumsAccount>;
|
|
132969
133271
|
gamificationProfile?: Maybe<UnifiedGamificationProfile>;
|
|
133272
|
+
isNewForumsProfile?: Maybe<Scalars['Boolean']['output']>;
|
|
133273
|
+
isNewGamificationProfile?: Maybe<Scalars['Boolean']['output']>;
|
|
133274
|
+
isNewProfile?: Maybe<Scalars['Boolean']['output']>;
|
|
132970
133275
|
success: Scalars['Boolean']['output'];
|
|
132971
133276
|
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
132972
133277
|
};
|
|
@@ -134423,6 +134728,7 @@ export declare type UpdatePolarisViewArrangementInfoPayload = Payload & {
|
|
|
134423
134728
|
success: Scalars['Boolean']['output'];
|
|
134424
134729
|
};
|
|
134425
134730
|
export declare type UpdatePolarisViewInput = {
|
|
134731
|
+
connectionsFilter?: InputMaybe<Array<PolarisViewFilterInput>>;
|
|
134426
134732
|
description?: InputMaybe<Scalars['JSON']['input']>;
|
|
134427
134733
|
emoji?: InputMaybe<Scalars['String']['input']>;
|
|
134428
134734
|
enabledAutoSave?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -134432,6 +134738,7 @@ export declare type UpdatePolarisViewInput = {
|
|
|
134432
134738
|
filterGroups?: InputMaybe<Array<PolarisViewFilterGroupInput>>;
|
|
134433
134739
|
groupBy?: InputMaybe<Scalars['ID']['input']>;
|
|
134434
134740
|
groupValues?: InputMaybe<Array<PolarisGroupValueInput>>;
|
|
134741
|
+
groupsFilter?: InputMaybe<Array<PolarisViewFilterInput>>;
|
|
134435
134742
|
hidden?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
134436
134743
|
hideEmptyColumns?: InputMaybe<Scalars['Boolean']['input']>;
|
|
134437
134744
|
hideEmptyGroups?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -134440,6 +134747,8 @@ export declare type UpdatePolarisViewInput = {
|
|
|
134440
134747
|
layoutType?: InputMaybe<PolarisViewLayoutType>;
|
|
134441
134748
|
matrixConfig?: InputMaybe<UpdatePolarisMatrixConfig>;
|
|
134442
134749
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
134750
|
+
showConnectionsMatchingColumn?: InputMaybe<Scalars['Boolean']['input']>;
|
|
134751
|
+
showConnectionsMatchingGroup?: InputMaybe<Scalars['Boolean']['input']>;
|
|
134443
134752
|
sort?: InputMaybe<Array<PolarisSortFieldInput>>;
|
|
134444
134753
|
sortMode?: InputMaybe<PolarisViewSortMode>;
|
|
134445
134754
|
tableColumnSizes?: InputMaybe<Array<PolarisViewTableColumnSizeInput>>;
|
|
@@ -134447,6 +134756,7 @@ export declare type UpdatePolarisViewInput = {
|
|
|
134447
134756
|
userJql?: InputMaybe<Scalars['String']['input']>;
|
|
134448
134757
|
verticalGroupBy?: InputMaybe<Scalars['ID']['input']>;
|
|
134449
134758
|
verticalGroupValues?: InputMaybe<Array<PolarisGroupValueInput>>;
|
|
134759
|
+
verticalGroupsFilter?: InputMaybe<Array<PolarisViewFilterInput>>;
|
|
134450
134760
|
view?: InputMaybe<Scalars['ID']['input']>;
|
|
134451
134761
|
whiteboardConfig?: InputMaybe<UpdatePolarisWhiteboardConfig>;
|
|
134452
134762
|
};
|