@forge/cli-shared 8.6.0-next.2 → 8.7.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2245,6 +2245,7 @@ export declare type AgentStudioAgentPermissions = {
|
|
|
2245
2245
|
canArchive: Scalars['Boolean']['output'];
|
|
2246
2246
|
canDelete: Scalars['Boolean']['output'];
|
|
2247
2247
|
canEdit: Scalars['Boolean']['output'];
|
|
2248
|
+
canManage: Scalars['Boolean']['output'];
|
|
2248
2249
|
};
|
|
2249
2250
|
export declare type AgentStudioAgentQueryInput = {
|
|
2250
2251
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2328,6 +2329,25 @@ export declare type AgentStudioConnectedChannels = {
|
|
|
2328
2329
|
__typename?: 'AgentStudioConnectedChannels';
|
|
2329
2330
|
channels?: Maybe<Array<AgentStudioChannel>>;
|
|
2330
2331
|
};
|
|
2332
|
+
export declare type AgentStudioConversationReport = {
|
|
2333
|
+
__typename?: 'AgentStudioConversationReport';
|
|
2334
|
+
agentId: Scalars['ID']['output'];
|
|
2335
|
+
deflections?: Maybe<Array<AgentStudioConversationReportCount>>;
|
|
2336
|
+
handoffs?: Maybe<Array<AgentStudioConversationReportCount>>;
|
|
2337
|
+
period?: Maybe<AgentStudioConversationReportPeriod>;
|
|
2338
|
+
uniqueConversations?: Maybe<Array<AgentStudioConversationReportCount>>;
|
|
2339
|
+
uniqueUsers?: Maybe<Array<AgentStudioConversationReportCount>>;
|
|
2340
|
+
};
|
|
2341
|
+
export declare type AgentStudioConversationReportByAgentIdResult = AgentStudioConversationReport | QueryError;
|
|
2342
|
+
export declare type AgentStudioConversationReportCount = {
|
|
2343
|
+
__typename?: 'AgentStudioConversationReportCount';
|
|
2344
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
2345
|
+
startAt?: Maybe<Scalars['String']['output']>;
|
|
2346
|
+
};
|
|
2347
|
+
export declare enum AgentStudioConversationReportPeriod {
|
|
2348
|
+
Daily = "DAILY",
|
|
2349
|
+
Monthly = "MONTHLY"
|
|
2350
|
+
}
|
|
2331
2351
|
export declare type AgentStudioConversationStarterSuggestions = {
|
|
2332
2352
|
__typename?: 'AgentStudioConversationStarterSuggestions';
|
|
2333
2353
|
suggestions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -8146,6 +8166,9 @@ export declare enum ChannelPlatformChannelType {
|
|
|
8146
8166
|
Ticket = "TICKET",
|
|
8147
8167
|
Voice = "VOICE"
|
|
8148
8168
|
}
|
|
8169
|
+
export declare type ChannelPlatformChatRequestDetailsRequest = {
|
|
8170
|
+
conversationId?: InputMaybe<Scalars['String']['input']>;
|
|
8171
|
+
};
|
|
8149
8172
|
export declare type ChannelPlatformConnectDetails = {
|
|
8150
8173
|
__typename?: 'ChannelPlatformConnectDetails';
|
|
8151
8174
|
instanceCcpUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -8177,6 +8200,10 @@ export declare enum ChannelPlatformContactState {
|
|
|
8177
8200
|
Initialized = "INITIALIZED",
|
|
8178
8201
|
Unassigned = "UNASSIGNED"
|
|
8179
8202
|
}
|
|
8203
|
+
export declare type ChannelPlatformCustomerConversationsResponse = {
|
|
8204
|
+
__typename?: 'ChannelPlatformCustomerConversationsResponse';
|
|
8205
|
+
conversations?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
8206
|
+
};
|
|
8180
8207
|
export declare type ChannelPlatformEventRelayRequest = {
|
|
8181
8208
|
channelType?: InputMaybe<ChannelPlatformChannelType>;
|
|
8182
8209
|
conversationId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -15109,6 +15136,7 @@ export declare type ConfluenceCustomContentPermissionGroupPrincipal = Confluence
|
|
|
15109
15136
|
__typename?: 'ConfluenceCustomContentPermissionGroupPrincipal';
|
|
15110
15137
|
displayName: Scalars['String']['output'];
|
|
15111
15138
|
principalId: Scalars['ID']['output'];
|
|
15139
|
+
usageType: ConfluenceGroupUsageType;
|
|
15112
15140
|
};
|
|
15113
15141
|
export declare type ConfluenceCustomContentPermissionGuestPrincipal = ConfluenceCustomContentPermissionPrincipal & {
|
|
15114
15142
|
__typename?: 'ConfluenceCustomContentPermissionGuestPrincipal';
|
|
@@ -15459,6 +15487,11 @@ export declare type ConfluenceExpandTypeFromJira = {
|
|
|
15459
15487
|
__typename?: 'ConfluenceExpandTypeFromJira';
|
|
15460
15488
|
confluenceExpandTypeFromJira?: Maybe<Scalars['String']['output']>;
|
|
15461
15489
|
};
|
|
15490
|
+
export declare type ConfluenceExperimentInitAiFirstCreationPayload = {
|
|
15491
|
+
__typename?: 'ConfluenceExperimentInitAiFirstCreationPayload';
|
|
15492
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15493
|
+
success: Scalars['Boolean']['output'];
|
|
15494
|
+
};
|
|
15462
15495
|
export declare type ConfluenceExperimentInitModernizePayload = {
|
|
15463
15496
|
__typename?: 'ConfluenceExperimentInitModernizePayload';
|
|
15464
15497
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -15512,6 +15545,7 @@ export declare type ConfluenceExtensionSpecificContext = {
|
|
|
15512
15545
|
appVersion: Scalars['String']['input'];
|
|
15513
15546
|
context: ConfluenceForgePayloadContext;
|
|
15514
15547
|
extensionId: Scalars['String']['input'];
|
|
15548
|
+
installationId?: InputMaybe<Scalars['String']['input']>;
|
|
15515
15549
|
};
|
|
15516
15550
|
export declare enum ConfluenceExtensionVisibilityControlMechanism {
|
|
15517
15551
|
AppAccessRules = "APP_ACCESS_RULES",
|
|
@@ -15614,23 +15648,37 @@ export declare type ConfluenceForgeExtension = {
|
|
|
15614
15648
|
userAccess?: Maybe<ConfluenceUserAccess>;
|
|
15615
15649
|
};
|
|
15616
15650
|
export declare type ConfluenceForgeExtensionData = {
|
|
15651
|
+
autoConvertLink?: InputMaybe<Scalars['String']['input']>;
|
|
15652
|
+
config?: InputMaybe<Scalars['String']['input']>;
|
|
15617
15653
|
content?: InputMaybe<ConfluenceForgeExtensionDataContent>;
|
|
15618
15654
|
isConfig?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15655
|
+
isEditing?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15656
|
+
location?: InputMaybe<Scalars['String']['input']>;
|
|
15657
|
+
macro?: InputMaybe<ConfluenceForgeExtensionDataMacro>;
|
|
15658
|
+
references?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
15659
|
+
selectedText?: InputMaybe<Scalars['String']['input']>;
|
|
15619
15660
|
space?: InputMaybe<ConfluenceForgeExtensionDataSpace>;
|
|
15620
15661
|
type: Scalars['String']['input'];
|
|
15621
15662
|
};
|
|
15622
15663
|
export declare type ConfluenceForgeExtensionDataContent = {
|
|
15623
15664
|
id: Scalars['ID']['input'];
|
|
15665
|
+
subtype?: InputMaybe<Scalars['String']['input']>;
|
|
15624
15666
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
15625
15667
|
};
|
|
15668
|
+
export declare type ConfluenceForgeExtensionDataMacro = {
|
|
15669
|
+
body?: InputMaybe<Scalars['String']['input']>;
|
|
15670
|
+
};
|
|
15626
15671
|
export declare type ConfluenceForgeExtensionDataSpace = {
|
|
15627
|
-
id?: InputMaybe<Scalars['
|
|
15672
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
15628
15673
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
15629
15674
|
};
|
|
15630
15675
|
export declare type ConfluenceForgePayloadContext = {
|
|
15676
|
+
environmentId?: InputMaybe<Scalars['String']['input']>;
|
|
15677
|
+
environmentType?: InputMaybe<Scalars['String']['input']>;
|
|
15631
15678
|
extension: ConfluenceForgeExtensionData;
|
|
15632
15679
|
localId?: InputMaybe<Scalars['String']['input']>;
|
|
15633
15680
|
moduleKey?: InputMaybe<Scalars['String']['input']>;
|
|
15681
|
+
siteUrl?: InputMaybe<Scalars['String']['input']>;
|
|
15634
15682
|
};
|
|
15635
15683
|
export declare type ConfluenceFormattingSettings = {
|
|
15636
15684
|
__typename?: 'ConfluenceFormattingSettings';
|
|
@@ -15675,6 +15723,10 @@ export declare type ConfluenceGlobalPageTemplate = {
|
|
|
15675
15723
|
lastUpdater?: Maybe<ConfluenceUser>;
|
|
15676
15724
|
name?: Maybe<Scalars['String']['output']>;
|
|
15677
15725
|
};
|
|
15726
|
+
export declare enum ConfluenceGraphQlContentMode {
|
|
15727
|
+
Dense = "DENSE",
|
|
15728
|
+
Standard = "STANDARD"
|
|
15729
|
+
}
|
|
15678
15730
|
export declare enum ConfluenceGraphQlDefaultTitleEmoji {
|
|
15679
15731
|
LivePageDefault = "LIVE_PAGE_DEFAULT",
|
|
15680
15732
|
None = "NONE"
|
|
@@ -17680,6 +17732,18 @@ export declare type ConfluenceUpdateContentAccessRequestPayload = Payload & {
|
|
|
17680
17732
|
errors: Array<MutationError>;
|
|
17681
17733
|
success: Scalars['Boolean']['output'];
|
|
17682
17734
|
};
|
|
17735
|
+
export declare type ConfluenceUpdateContentModeInput = {
|
|
17736
|
+
contentId: Scalars['ID']['input'];
|
|
17737
|
+
contentMode: ConfluenceGraphQlContentMode;
|
|
17738
|
+
contentStatus?: InputMaybe<ConfluenceMutationContentStatus>;
|
|
17739
|
+
};
|
|
17740
|
+
export declare type ConfluenceUpdateContentModePayload = {
|
|
17741
|
+
__typename?: 'ConfluenceUpdateContentModePayload';
|
|
17742
|
+
contentId: Scalars['String']['output'];
|
|
17743
|
+
contentMode?: Maybe<ConfluenceGraphQlContentMode>;
|
|
17744
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17745
|
+
success: Scalars['Boolean']['output'];
|
|
17746
|
+
};
|
|
17683
17747
|
export declare type ConfluenceUpdateCurrentBlogPostInput = {
|
|
17684
17748
|
body?: InputMaybe<ConfluenceContentBodyInput>;
|
|
17685
17749
|
id: Scalars['ID']['input'];
|
|
@@ -18732,6 +18796,7 @@ export declare type ContentHistory = {
|
|
|
18732
18796
|
__typename?: 'ContentHistory';
|
|
18733
18797
|
by: Person;
|
|
18734
18798
|
collaborators?: Maybe<ContributorUsers>;
|
|
18799
|
+
editorVersion?: Maybe<Scalars['String']['output']>;
|
|
18735
18800
|
friendlyWhen: Scalars['String']['output'];
|
|
18736
18801
|
message: Scalars['String']['output'];
|
|
18737
18802
|
minorEdit: Scalars['Boolean']['output'];
|
|
@@ -20699,6 +20764,15 @@ export declare type CplsContributorWorkEdge = {
|
|
|
20699
20764
|
cursor: Scalars['String']['output'];
|
|
20700
20765
|
node?: Maybe<CplsWorkData>;
|
|
20701
20766
|
};
|
|
20767
|
+
export declare type CplsCreateCustomContributionTargetInput = {
|
|
20768
|
+
cloudId: Scalars['ID']['input'];
|
|
20769
|
+
name: Scalars['String']['input'];
|
|
20770
|
+
};
|
|
20771
|
+
export declare type CplsCreateCustomContributionTargetPayload = {
|
|
20772
|
+
__typename?: 'CplsCreateCustomContributionTargetPayload';
|
|
20773
|
+
errors: Array<MutationError>;
|
|
20774
|
+
node?: Maybe<CplsCustomContributionTarget>;
|
|
20775
|
+
};
|
|
20702
20776
|
export declare type CplsCustomContributionTarget = {
|
|
20703
20777
|
__typename?: 'CplsCustomContributionTarget';
|
|
20704
20778
|
id: Scalars['ID']['output'];
|
|
@@ -20731,6 +20805,16 @@ export declare type CplsTimeCell = {
|
|
|
20731
20805
|
export declare enum CplsTimeScaleType {
|
|
20732
20806
|
Weekly = "WEEKLY"
|
|
20733
20807
|
}
|
|
20808
|
+
export declare type CplsUpdateCustomContributionTargetInput = {
|
|
20809
|
+
cloudId: Scalars['ID']['input'];
|
|
20810
|
+
id: Scalars['ID']['input'];
|
|
20811
|
+
name: Scalars['String']['input'];
|
|
20812
|
+
};
|
|
20813
|
+
export declare type CplsUpdateCustomContributionTargetPayload = {
|
|
20814
|
+
__typename?: 'CplsUpdateCustomContributionTargetPayload';
|
|
20815
|
+
errors: Array<MutationError>;
|
|
20816
|
+
success: Scalars['Boolean']['output'];
|
|
20817
|
+
};
|
|
20734
20818
|
export declare type CplsViewSettings = {
|
|
20735
20819
|
__typename?: 'CplsViewSettings';
|
|
20736
20820
|
alwaysShowNumbersInGraph: Scalars['Boolean']['output'];
|
|
@@ -21650,6 +21734,17 @@ export declare type CsmAiByodContents = {
|
|
|
21650
21734
|
contents: Array<Maybe<CsmAiByodContent>>;
|
|
21651
21735
|
};
|
|
21652
21736
|
export declare type CsmAiByodContentsResult = CsmAiByodContents | QueryError;
|
|
21737
|
+
export declare type CsmAiByodKnowledgeFilter = {
|
|
21738
|
+
__typename?: 'CsmAiByodKnowledgeFilter';
|
|
21739
|
+
byodSources?: Maybe<Array<CsmAiByodSource>>;
|
|
21740
|
+
};
|
|
21741
|
+
export declare type CsmAiByodSource = {
|
|
21742
|
+
__typename?: 'CsmAiByodSource';
|
|
21743
|
+
datasourceId: Scalars['String']['output'];
|
|
21744
|
+
integrationId: Scalars['String']['output'];
|
|
21745
|
+
workspaceName: Scalars['String']['output'];
|
|
21746
|
+
workspaceUrl: Scalars['String']['output'];
|
|
21747
|
+
};
|
|
21653
21748
|
export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
|
|
21654
21749
|
export declare type CsmAiConfluenceKnowledgeFilter = {
|
|
21655
21750
|
__typename?: 'CsmAiConfluenceKnowledgeFilter';
|
|
@@ -21760,7 +21855,7 @@ export declare type CsmAiKnowledgeCollection = {
|
|
|
21760
21855
|
sources?: Maybe<Array<CsmAiKnowledgeSource>>;
|
|
21761
21856
|
};
|
|
21762
21857
|
export declare type CsmAiKnowledgeCollectionResult = CsmAiKnowledgeCollection | QueryError;
|
|
21763
|
-
export declare type CsmAiKnowledgeFilter = CsmAiConfluenceKnowledgeFilter;
|
|
21858
|
+
export declare type CsmAiKnowledgeFilter = CsmAiByodKnowledgeFilter | CsmAiConfluenceKnowledgeFilter;
|
|
21764
21859
|
export declare type CsmAiKnowledgeSource = {
|
|
21765
21860
|
__typename?: 'CsmAiKnowledgeSource';
|
|
21766
21861
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -24574,6 +24669,7 @@ export declare enum DevAiRovoDevSessionStatus {
|
|
|
24574
24669
|
AgentWorking = "AGENT_WORKING",
|
|
24575
24670
|
Archived = "ARCHIVED",
|
|
24576
24671
|
Cloning = "CLONING",
|
|
24672
|
+
Deleted = "DELETED",
|
|
24577
24673
|
Failed = "FAILED",
|
|
24578
24674
|
Initialising = "INITIALISING",
|
|
24579
24675
|
InProgress = "IN_PROGRESS",
|
|
@@ -26297,6 +26393,7 @@ export declare enum DocumentRepresentation {
|
|
|
26297
26393
|
}
|
|
26298
26394
|
export declare type DraftContentProperties = {
|
|
26299
26395
|
__typename?: 'DraftContentProperties';
|
|
26396
|
+
contentMode?: Maybe<Scalars['String']['output']>;
|
|
26300
26397
|
coverPictureWidth?: Maybe<Scalars['String']['output']>;
|
|
26301
26398
|
generatedBy?: Maybe<Scalars['String']['output']>;
|
|
26302
26399
|
};
|
|
@@ -30856,6 +30953,15 @@ export declare type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
30856
30953
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
30857
30954
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
30858
30955
|
};
|
|
30956
|
+
export declare type GraphIntegrationActionDirectoryItem = {
|
|
30957
|
+
__typename?: 'GraphIntegrationActionDirectoryItem';
|
|
30958
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
30959
|
+
displayName: Scalars['String']['output'];
|
|
30960
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
30961
|
+
id: Scalars['ID']['output'];
|
|
30962
|
+
name: Scalars['String']['output'];
|
|
30963
|
+
tags: Array<Scalars['String']['output']>;
|
|
30964
|
+
};
|
|
30859
30965
|
export declare type GraphIntegrationAddTwgCapabilityContainerInput = {
|
|
30860
30966
|
contextAri: Scalars['ID']['input'];
|
|
30861
30967
|
productAri: Scalars['ID']['input'];
|
|
@@ -30924,7 +31030,7 @@ export declare type GraphIntegrationDirectoryFilterDimensionEdge = {
|
|
|
30924
31030
|
cursor: Scalars['String']['output'];
|
|
30925
31031
|
node?: Maybe<GraphIntegrationDirectoryFilterDimension>;
|
|
30926
31032
|
};
|
|
30927
|
-
export declare type GraphIntegrationDirectoryItem = GraphIntegrationMcpServer | GraphIntegrationMcpTool;
|
|
31033
|
+
export declare type GraphIntegrationDirectoryItem = GraphIntegrationActionDirectoryItem | GraphIntegrationMcpServer | GraphIntegrationMcpTool;
|
|
30928
31034
|
export declare type GraphIntegrationDirectoryItemConnection = {
|
|
30929
31035
|
__typename?: 'GraphIntegrationDirectoryItemConnection';
|
|
30930
31036
|
edges: Array<GraphIntegrationDirectoryItemEdge>;
|
|
@@ -30937,6 +31043,7 @@ export declare type GraphIntegrationDirectoryItemEdge = {
|
|
|
30937
31043
|
node?: Maybe<GraphIntegrationDirectoryItem>;
|
|
30938
31044
|
};
|
|
30939
31045
|
export declare enum GraphIntegrationDirectoryItemType {
|
|
31046
|
+
Action = "ACTION",
|
|
30940
31047
|
McpServer = "MCP_SERVER",
|
|
30941
31048
|
McpTool = "MCP_TOOL"
|
|
30942
31049
|
}
|
|
@@ -31074,6 +31181,7 @@ export declare type GraphIntegrationMcpServer = {
|
|
|
31074
31181
|
displayName: Scalars['String']['output'];
|
|
31075
31182
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
31076
31183
|
id: Scalars['ID']['output'];
|
|
31184
|
+
tags: Array<Scalars['String']['output']>;
|
|
31077
31185
|
};
|
|
31078
31186
|
export declare type GraphIntegrationMcpServerNode = Node & {
|
|
31079
31187
|
__typename?: 'GraphIntegrationMcpServerNode';
|
|
@@ -31090,6 +31198,7 @@ export declare type GraphIntegrationMcpTool = {
|
|
|
31090
31198
|
mcpServer: GraphIntegrationMcpServer;
|
|
31091
31199
|
name: Scalars['String']['output'];
|
|
31092
31200
|
status?: Maybe<GraphIntegrationStatus>;
|
|
31201
|
+
tags: Array<Scalars['String']['output']>;
|
|
31093
31202
|
};
|
|
31094
31203
|
export declare type GraphIntegrationRemoveTwgCapabilityContainerInput = {
|
|
31095
31204
|
contextAri: Scalars['ID']['input'];
|
|
@@ -56788,12 +56897,17 @@ export declare enum GrowthUnifiedProfileEnterpriseAccountStatus {
|
|
|
56788
56897
|
Silver = "SILVER"
|
|
56789
56898
|
}
|
|
56790
56899
|
export declare type GrowthUnifiedProfileEntitlementContextTrialInput = {
|
|
56900
|
+
hadPaymentDetails?: InputMaybe<Scalars['Boolean']['input']>;
|
|
56901
|
+
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
56791
56902
|
trialEndTimeStamp?: InputMaybe<Scalars['Float']['input']>;
|
|
56792
56903
|
trialTrigger?: InputMaybe<GrowthUnifiedProfileTrialTrigger>;
|
|
56793
56904
|
trialType?: InputMaybe<GrowthUnifiedProfileTrialType>;
|
|
56794
56905
|
};
|
|
56795
56906
|
export declare type GrowthUnifiedProfileEntitlementContextTrialResult = {
|
|
56796
56907
|
__typename?: 'GrowthUnifiedProfileEntitlementContextTrialResult';
|
|
56908
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
56909
|
+
hadPaymentDetails?: Maybe<Scalars['Boolean']['output']>;
|
|
56910
|
+
offeringId?: Maybe<Scalars['String']['output']>;
|
|
56797
56911
|
trialEndTimeStamp?: Maybe<Scalars['Float']['output']>;
|
|
56798
56912
|
trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
|
|
56799
56913
|
trialType?: Maybe<GrowthUnifiedProfileTrialType>;
|
|
@@ -56803,6 +56917,10 @@ export declare type GrowthUnifiedProfileEntitlementProfileResult = {
|
|
|
56803
56917
|
entitlementId: Scalars['ID']['output'];
|
|
56804
56918
|
firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
|
|
56805
56919
|
lastKnownTrial?: Maybe<GrowthUnifiedProfileEntitlementContextTrialResult>;
|
|
56920
|
+
paidFeatureUsage: Array<GrowthUnifiedProfilePaidFeatureUsageResult>;
|
|
56921
|
+
};
|
|
56922
|
+
export declare type GrowthUnifiedProfileEntitlementProfileResultPaidFeatureUsageArgs = {
|
|
56923
|
+
filter?: InputMaybe<GrowthUnifiedProfilePaidFeatureUsageFilterInput>;
|
|
56806
56924
|
};
|
|
56807
56925
|
export declare enum GrowthUnifiedProfileEntityType {
|
|
56808
56926
|
AjsAnonymousUser = "AJS_ANONYMOUS_USER",
|
|
@@ -56814,6 +56932,10 @@ export declare enum GrowthUnifiedProfileEntryType {
|
|
|
56814
56932
|
Existing = "EXISTING",
|
|
56815
56933
|
New = "NEW"
|
|
56816
56934
|
}
|
|
56935
|
+
export declare enum GrowthUnifiedProfileFeatureType {
|
|
56936
|
+
Stateful = "STATEFUL",
|
|
56937
|
+
Stateless = "STATELESS"
|
|
56938
|
+
}
|
|
56817
56939
|
export declare type GrowthUnifiedProfileFunctionalOnboardingResult = {
|
|
56818
56940
|
__typename?: 'GrowthUnifiedProfileFunctionalOnboardingResult';
|
|
56819
56941
|
coreActions: Scalars['Boolean']['output'];
|
|
@@ -56910,6 +57032,17 @@ export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
|
|
|
56910
57032
|
teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
|
|
56911
57033
|
template?: InputMaybe<Scalars['String']['input']>;
|
|
56912
57034
|
};
|
|
57035
|
+
export declare type GrowthUnifiedProfileLinkEngagementSeries = {
|
|
57036
|
+
__typename?: 'GrowthUnifiedProfileLinkEngagementSeries';
|
|
57037
|
+
data?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkEngagementSeriesData>>>;
|
|
57038
|
+
date?: Maybe<Scalars['String']['output']>;
|
|
57039
|
+
};
|
|
57040
|
+
export declare type GrowthUnifiedProfileLinkEngagementSeriesData = {
|
|
57041
|
+
__typename?: 'GrowthUnifiedProfileLinkEngagementSeriesData';
|
|
57042
|
+
step?: Maybe<Scalars['Int']['output']>;
|
|
57043
|
+
total?: Maybe<Scalars['Int']['output']>;
|
|
57044
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
57045
|
+
};
|
|
56913
57046
|
export declare type GrowthUnifiedProfileLinkedEntities = {
|
|
56914
57047
|
__typename?: 'GrowthUnifiedProfileLinkedEntities';
|
|
56915
57048
|
entityType?: Maybe<GrowthUnifiedProfileEntityType>;
|
|
@@ -56981,6 +57114,16 @@ export declare type GrowthUnifiedProfilePaidChannelContextByProduct = {
|
|
|
56981
57114
|
jwm?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
|
|
56982
57115
|
trello?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
|
|
56983
57116
|
};
|
|
57117
|
+
export declare type GrowthUnifiedProfilePaidFeatureUsageFilterInput = {
|
|
57118
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
57119
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
57120
|
+
};
|
|
57121
|
+
export declare type GrowthUnifiedProfilePaidFeatureUsageResult = {
|
|
57122
|
+
__typename?: 'GrowthUnifiedProfilePaidFeatureUsageResult';
|
|
57123
|
+
featureName: Scalars['String']['output'];
|
|
57124
|
+
featureSupportedEdition: Array<GrowthUnifiedProfileProductEdition>;
|
|
57125
|
+
featureType: GrowthUnifiedProfileFeatureType;
|
|
57126
|
+
};
|
|
56984
57127
|
export declare enum GrowthUnifiedProfileProduct {
|
|
56985
57128
|
Compass = "compass",
|
|
56986
57129
|
Confluence = "confluence",
|
|
@@ -57081,6 +57224,7 @@ export declare type GrowthUnifiedProfileSiteOnboardingInsightsResult = {
|
|
|
57081
57224
|
earliestDataDate?: Maybe<Scalars['String']['output']>;
|
|
57082
57225
|
engagementsSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileEngagementsSeries>>>;
|
|
57083
57226
|
latestDataDate?: Maybe<Scalars['String']['output']>;
|
|
57227
|
+
linkEngagementSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkEngagementSeries>>>;
|
|
57084
57228
|
rollingInterval: Scalars['String']['output'];
|
|
57085
57229
|
tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
57086
57230
|
totalCompletions?: Maybe<Scalars['Int']['output']>;
|
|
@@ -60361,6 +60505,16 @@ export declare type JiraAddAttachmentPayload = {
|
|
|
60361
60505
|
errors?: Maybe<Array<MutationError>>;
|
|
60362
60506
|
success: Scalars['Boolean']['output'];
|
|
60363
60507
|
};
|
|
60508
|
+
export declare type JiraAddAttachmentsInput = {
|
|
60509
|
+
fileIds: Array<Scalars['String']['input']>;
|
|
60510
|
+
issueId: Scalars['ID']['input'];
|
|
60511
|
+
};
|
|
60512
|
+
export declare type JiraAddAttachmentsPayload = Payload & {
|
|
60513
|
+
__typename?: 'JiraAddAttachmentsPayload';
|
|
60514
|
+
attachments?: Maybe<Array<Maybe<JiraAttachment>>>;
|
|
60515
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60516
|
+
success: Scalars['Boolean']['output'];
|
|
60517
|
+
};
|
|
60364
60518
|
export declare type JiraAddCommentInput = {
|
|
60365
60519
|
content: JiraAdfInput;
|
|
60366
60520
|
issueId: Scalars['ID']['input'];
|
|
@@ -61886,6 +62040,21 @@ export declare type JiraBoardReportCategoriesArgs = {
|
|
|
61886
62040
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61887
62041
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61888
62042
|
};
|
|
62043
|
+
export declare type JiraBoardCardCoverMediaField = JiraIssueField & Node & {
|
|
62044
|
+
__typename?: 'JiraBoardCardCoverMediaField';
|
|
62045
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
62046
|
+
coverMedia?: Maybe<JiraBackground>;
|
|
62047
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
62048
|
+
fieldId: Scalars['String']['output'];
|
|
62049
|
+
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
62050
|
+
id: Scalars['ID']['output'];
|
|
62051
|
+
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
62052
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
62053
|
+
isSearchableInJql?: Maybe<Scalars['Boolean']['output']>;
|
|
62054
|
+
issue?: Maybe<JiraIssue>;
|
|
62055
|
+
name: Scalars['String']['output'];
|
|
62056
|
+
type: Scalars['String']['output'];
|
|
62057
|
+
};
|
|
61889
62058
|
export declare type JiraBoardConnection = {
|
|
61890
62059
|
__typename?: 'JiraBoardConnection';
|
|
61891
62060
|
edges?: Maybe<Array<Maybe<JiraBoardEdge>>>;
|
|
@@ -66916,6 +67085,21 @@ export declare type JiraIssueAndProject = {
|
|
|
66916
67085
|
issueId: Scalars['ID']['output'];
|
|
66917
67086
|
projectId: Scalars['ID']['output'];
|
|
66918
67087
|
};
|
|
67088
|
+
export declare type JiraIssueArchiveErrorExtension = MutationErrorExtension & {
|
|
67089
|
+
__typename?: 'JiraIssueArchiveErrorExtension';
|
|
67090
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
67091
|
+
failedIssueIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
67092
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
67093
|
+
};
|
|
67094
|
+
export declare type JiraIssueArchiveInput = {
|
|
67095
|
+
ids: Array<Scalars['ID']['input']>;
|
|
67096
|
+
};
|
|
67097
|
+
export declare type JiraIssueArchivePayload = Payload & {
|
|
67098
|
+
__typename?: 'JiraIssueArchivePayload';
|
|
67099
|
+
errors?: Maybe<Array<MutationError>>;
|
|
67100
|
+
issueCount?: Maybe<Scalars['Int']['output']>;
|
|
67101
|
+
success: Scalars['Boolean']['output'];
|
|
67102
|
+
};
|
|
66919
67103
|
export declare type JiraIssueAttachmentFilterInput = {
|
|
66920
67104
|
mimeTypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
66921
67105
|
};
|
|
@@ -68558,6 +68742,21 @@ export declare type JiraIssueTypeInput = {
|
|
|
68558
68742
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
68559
68743
|
issueTypeId: Scalars['ID']['input'];
|
|
68560
68744
|
};
|
|
68745
|
+
export declare type JiraIssueUnarchiveErrorExtension = MutationErrorExtension & {
|
|
68746
|
+
__typename?: 'JiraIssueUnarchiveErrorExtension';
|
|
68747
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
68748
|
+
failedIssueIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
68749
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
68750
|
+
};
|
|
68751
|
+
export declare type JiraIssueUnarchiveInput = {
|
|
68752
|
+
ids: Array<Scalars['ID']['input']>;
|
|
68753
|
+
};
|
|
68754
|
+
export declare type JiraIssueUnarchivePayload = Payload & {
|
|
68755
|
+
__typename?: 'JiraIssueUnarchivePayload';
|
|
68756
|
+
errors?: Maybe<Array<MutationError>>;
|
|
68757
|
+
issueCount?: Maybe<Scalars['Int']['output']>;
|
|
68758
|
+
success: Scalars['Boolean']['output'];
|
|
68759
|
+
};
|
|
68561
68760
|
export declare type JiraIssueUpdatedStreamHubPayload = {
|
|
68562
68761
|
__typename?: 'JiraIssueUpdatedStreamHubPayload';
|
|
68563
68762
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
@@ -70054,6 +70253,7 @@ export declare type JiraMutation = {
|
|
|
70054
70253
|
__typename?: 'JiraMutation';
|
|
70055
70254
|
activitySortOrder?: Maybe<JiraActivitySortOrderPayload>;
|
|
70056
70255
|
addAttachment?: Maybe<JiraAddAttachmentPayload>;
|
|
70256
|
+
addAttachments?: Maybe<JiraAddAttachmentsPayload>;
|
|
70057
70257
|
addComment?: Maybe<JiraAddCommentPayload>;
|
|
70058
70258
|
addFieldsToProject?: Maybe<JiraAddFieldsToProjectPayload>;
|
|
70059
70259
|
addIssuesToFixVersion?: Maybe<JiraAddIssuesToFixVersionPayload>;
|
|
@@ -70285,6 +70485,9 @@ export declare type JiraMutationActivitySortOrderArgs = {
|
|
|
70285
70485
|
export declare type JiraMutationAddAttachmentArgs = {
|
|
70286
70486
|
input: JiraAddAttachmentInput;
|
|
70287
70487
|
};
|
|
70488
|
+
export declare type JiraMutationAddAttachmentsArgs = {
|
|
70489
|
+
input: JiraAddAttachmentsInput;
|
|
70490
|
+
};
|
|
70288
70491
|
export declare type JiraMutationAddCommentArgs = {
|
|
70289
70492
|
input: JiraAddCommentInput;
|
|
70290
70493
|
};
|
|
@@ -78222,7 +78425,6 @@ export declare enum JiraSuggestionType {
|
|
|
78222
78425
|
}
|
|
78223
78426
|
export declare type JiraSuggestionsByContextInput = {
|
|
78224
78427
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78225
|
-
cloudId: Scalars['ID']['input'];
|
|
78226
78428
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78227
78429
|
id: Scalars['ID']['input'];
|
|
78228
78430
|
status?: InputMaybe<Array<JiraSuggestionStatus>>;
|
|
@@ -82457,6 +82659,7 @@ export declare type KnowledgeDiscoveryQuerySuggestion = {
|
|
|
82457
82659
|
type: KnowledgeDiscoveryQuerySuggestionType;
|
|
82458
82660
|
};
|
|
82459
82661
|
export declare enum KnowledgeDiscoveryQuerySuggestionType {
|
|
82662
|
+
AssignedItems = "ASSIGNED_ITEMS",
|
|
82460
82663
|
TicketAssignee = "TICKET_ASSIGNEE",
|
|
82461
82664
|
TicketDueDate = "TICKET_DUE_DATE",
|
|
82462
82665
|
TicketStatus = "TICKET_STATUS"
|
|
@@ -86015,26 +86218,6 @@ export declare type MercuryAggregatedFocusAreaStatusCount = {
|
|
|
86015
86218
|
current: MercuryFocusAreaStatusCount;
|
|
86016
86219
|
subtree: MercuryFocusAreaStatusCount;
|
|
86017
86220
|
};
|
|
86018
|
-
export declare type MercuryAggregatedHeadcountConnection = {
|
|
86019
|
-
__typename?: 'MercuryAggregatedHeadcountConnection';
|
|
86020
|
-
edges?: Maybe<Array<Maybe<MercuryAggregatedHeadcountEdge>>>;
|
|
86021
|
-
pageInfo: PageInfo;
|
|
86022
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
86023
|
-
};
|
|
86024
|
-
export declare type MercuryAggregatedHeadcountEdge = {
|
|
86025
|
-
__typename?: 'MercuryAggregatedHeadcountEdge';
|
|
86026
|
-
cursor: Scalars['String']['output'];
|
|
86027
|
-
node?: Maybe<MercuryHeadcountAggregation>;
|
|
86028
|
-
};
|
|
86029
|
-
export declare type MercuryAggregatedHeadcountSort = {
|
|
86030
|
-
field?: InputMaybe<MercuryAggregatedHeadcountSortField>;
|
|
86031
|
-
order: SortOrder;
|
|
86032
|
-
};
|
|
86033
|
-
export declare enum MercuryAggregatedHeadcountSortField {
|
|
86034
|
-
FilledPositions = "FILLED_POSITIONS",
|
|
86035
|
-
OpenPositions = "OPEN_POSITIONS",
|
|
86036
|
-
TotalHeadcount = "TOTAL_HEADCOUNT"
|
|
86037
|
-
}
|
|
86038
86221
|
export declare type MercuryAggregatedPortfolioStatusCount = {
|
|
86039
86222
|
__typename?: 'MercuryAggregatedPortfolioStatusCount';
|
|
86040
86223
|
children: MercuryFocusAreaStatusCount;
|
|
@@ -86287,6 +86470,7 @@ export declare type MercuryChangeProposalsView = MercuryView & Node & {
|
|
|
86287
86470
|
name: Scalars['String']['output'];
|
|
86288
86471
|
priorities?: Maybe<MercuryChangeProposalRankConnection>;
|
|
86289
86472
|
settings?: Maybe<Array<Maybe<MercuryViewSetting>>>;
|
|
86473
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
86290
86474
|
updatedBy?: Maybe<User>;
|
|
86291
86475
|
updatedDate?: Maybe<Scalars['String']['output']>;
|
|
86292
86476
|
};
|
|
@@ -86681,7 +86865,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
86681
86865
|
__typename?: 'MercuryFocusArea';
|
|
86682
86866
|
aboutContent: MercuryFocusAreaAbout;
|
|
86683
86867
|
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedFocusAreaStatusCount>;
|
|
86684
|
-
allocations?: Maybe<MercuryFocusAreaAllocations>;
|
|
86685
86868
|
archived: Scalars['Boolean']['output'];
|
|
86686
86869
|
ari: Scalars['String']['output'];
|
|
86687
86870
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
@@ -86693,7 +86876,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
86693
86876
|
focusAreaType: MercuryFocusAreaType;
|
|
86694
86877
|
funding?: Maybe<MercuryFunding>;
|
|
86695
86878
|
goalLinks?: Maybe<MercuryFocusAreaGoalLinks>;
|
|
86696
|
-
headcountAggregation?: Maybe<MercuryHeadcountAggregation>;
|
|
86697
86879
|
health?: Maybe<MercuryFocusAreaHealth>;
|
|
86698
86880
|
icon: MercuryFocusAreaIcon;
|
|
86699
86881
|
id: Scalars['ID']['output'];
|
|
@@ -86706,7 +86888,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
86706
86888
|
statusTransitions: MercuryFocusAreaStatusTransitions;
|
|
86707
86889
|
subFocusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
86708
86890
|
targetDate?: Maybe<MercuryTargetDate>;
|
|
86709
|
-
teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
86710
86891
|
updatedDate: Scalars['String']['output'];
|
|
86711
86892
|
url?: Maybe<Scalars['String']['output']>;
|
|
86712
86893
|
uuid: Scalars['UUID']['output'];
|
|
@@ -86725,11 +86906,6 @@ export declare type MercuryFocusAreaSubFocusAreasArgs = {
|
|
|
86725
86906
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
86726
86907
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
86727
86908
|
};
|
|
86728
|
-
export declare type MercuryFocusAreaTeamAllocationsArgs = {
|
|
86729
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
86730
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86731
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
|
|
86732
|
-
};
|
|
86733
86909
|
export declare type MercuryFocusAreaWatchersArgs = {
|
|
86734
86910
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86735
86911
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -86764,10 +86940,6 @@ export declare type MercuryFocusAreaActivityHistory = Node & {
|
|
|
86764
86940
|
export declare type MercuryFocusAreaActivitySort = {
|
|
86765
86941
|
order: SortOrder;
|
|
86766
86942
|
};
|
|
86767
|
-
export declare type MercuryFocusAreaAllocations = {
|
|
86768
|
-
__typename?: 'MercuryFocusAreaAllocations';
|
|
86769
|
-
human?: Maybe<MercuryHumanResourcesAllocation>;
|
|
86770
|
-
};
|
|
86771
86943
|
export declare type MercuryFocusAreaChangeRequirements = {
|
|
86772
86944
|
__typename?: 'MercuryFocusAreaChangeRequirements';
|
|
86773
86945
|
changeProposalId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -86990,35 +87162,6 @@ export declare type MercuryFocusAreaTargetDateInput = {
|
|
|
86990
87162
|
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
86991
87163
|
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
86992
87164
|
};
|
|
86993
|
-
export declare type MercuryFocusAreaTeamAllocationAggregation = Node & {
|
|
86994
|
-
__typename?: 'MercuryFocusAreaTeamAllocationAggregation';
|
|
86995
|
-
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
86996
|
-
id: Scalars['ID']['output'];
|
|
86997
|
-
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
86998
|
-
team: MercuryTeam;
|
|
86999
|
-
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87000
|
-
};
|
|
87001
|
-
export declare type MercuryFocusAreaTeamAllocationAggregationConnection = {
|
|
87002
|
-
__typename?: 'MercuryFocusAreaTeamAllocationAggregationConnection';
|
|
87003
|
-
edges?: Maybe<Array<Maybe<MercuryFocusAreaTeamAllocationAggregationEdge>>>;
|
|
87004
|
-
pageInfo: PageInfo;
|
|
87005
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
87006
|
-
};
|
|
87007
|
-
export declare type MercuryFocusAreaTeamAllocationAggregationEdge = {
|
|
87008
|
-
__typename?: 'MercuryFocusAreaTeamAllocationAggregationEdge';
|
|
87009
|
-
cursor: Scalars['String']['output'];
|
|
87010
|
-
node?: Maybe<MercuryFocusAreaTeamAllocationAggregation>;
|
|
87011
|
-
};
|
|
87012
|
-
export declare type MercuryFocusAreaTeamAllocationAggregationSort = {
|
|
87013
|
-
field?: InputMaybe<MercuryFocusAreaTeamAllocationAggregationSortField>;
|
|
87014
|
-
order: SortOrder;
|
|
87015
|
-
};
|
|
87016
|
-
export declare enum MercuryFocusAreaTeamAllocationAggregationSortField {
|
|
87017
|
-
FilledPositions = "FILLED_POSITIONS",
|
|
87018
|
-
OpenPositions = "OPEN_POSITIONS",
|
|
87019
|
-
TeamName = "TEAM_NAME",
|
|
87020
|
-
TotalPositions = "TOTAL_POSITIONS"
|
|
87021
|
-
}
|
|
87022
87165
|
export declare type MercuryFocusAreaType = {
|
|
87023
87166
|
__typename?: 'MercuryFocusAreaType';
|
|
87024
87167
|
ari: Scalars['String']['output'];
|
|
@@ -87082,21 +87225,6 @@ export declare type MercuryGoalsAggregatedStatusCount = {
|
|
|
87082
87225
|
current?: Maybe<MercuryGoalStatusCount>;
|
|
87083
87226
|
previous?: Maybe<MercuryGoalStatusCount>;
|
|
87084
87227
|
};
|
|
87085
|
-
export declare type MercuryHeadcountAggregation = {
|
|
87086
|
-
__typename?: 'MercuryHeadcountAggregation';
|
|
87087
|
-
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87088
|
-
focusArea: MercuryFocusArea;
|
|
87089
|
-
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87090
|
-
totalHeadcount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87091
|
-
};
|
|
87092
|
-
export declare type MercuryHumanResourcesAllocation = {
|
|
87093
|
-
__typename?: 'MercuryHumanResourcesAllocation';
|
|
87094
|
-
budgetedPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87095
|
-
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87096
|
-
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87097
|
-
totalAsPercentageOfBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87098
|
-
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
87099
|
-
};
|
|
87100
87228
|
export declare type MercuryImpactedPositionSummaryByChangeProposalStatus = {
|
|
87101
87229
|
__typename?: 'MercuryImpactedPositionSummaryByChangeProposalStatus';
|
|
87102
87230
|
countByStatus?: Maybe<Array<Maybe<MercuryPositionCountByStatus>>>;
|
|
@@ -87743,7 +87871,6 @@ export declare type MercuryPublishFocusAreaPayload = Payload & {
|
|
|
87743
87871
|
};
|
|
87744
87872
|
export declare type MercuryQueryApi = {
|
|
87745
87873
|
__typename?: 'MercuryQueryApi';
|
|
87746
|
-
aggregatedHeadcounts?: Maybe<MercuryAggregatedHeadcountConnection>;
|
|
87747
87874
|
aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
|
|
87748
87875
|
aiFocusAreaWorkContextData?: Maybe<MercuryFocusAreaWorkContext>;
|
|
87749
87876
|
comments?: Maybe<MercuryCommentConnection>;
|
|
@@ -87753,7 +87880,6 @@ export declare type MercuryQueryApi = {
|
|
|
87753
87880
|
focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
87754
87881
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
87755
87882
|
focusAreaStatusUpdatesByAris?: Maybe<Array<MercuryFocusAreaStatusUpdate>>;
|
|
87756
|
-
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
87757
87883
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
87758
87884
|
focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
|
|
87759
87885
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
@@ -87767,16 +87893,8 @@ export declare type MercuryQueryApi = {
|
|
|
87767
87893
|
myPreferences?: Maybe<Array<MercuryPreference>>;
|
|
87768
87894
|
portfoliosByAris?: Maybe<Array<MercuryPortfolio>>;
|
|
87769
87895
|
searchFocusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
87770
|
-
team?: Maybe<MercuryTeam>;
|
|
87771
|
-
teams?: Maybe<MercuryTeamConnection>;
|
|
87772
87896
|
workspaceContext: MercuryWorkspaceContext;
|
|
87773
87897
|
};
|
|
87774
|
-
export declare type MercuryQueryApiAggregatedHeadcountsArgs = {
|
|
87775
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
87776
|
-
cloudId: Scalars['ID']['input'];
|
|
87777
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87778
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryAggregatedHeadcountSort>>>;
|
|
87779
|
-
};
|
|
87780
87898
|
export declare type MercuryQueryApiAiFocusAreaSummaryArgs = {
|
|
87781
87899
|
cloudId: Scalars['ID']['input'];
|
|
87782
87900
|
id: Scalars['ID']['input'];
|
|
@@ -87818,13 +87936,6 @@ export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
|
87818
87936
|
export declare type MercuryQueryApiFocusAreaStatusUpdatesByArisArgs = {
|
|
87819
87937
|
aris: Array<Scalars['ID']['input']>;
|
|
87820
87938
|
};
|
|
87821
|
-
export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
|
|
87822
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
87823
|
-
cloudId: Scalars['ID']['input'];
|
|
87824
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87825
|
-
focusAreaId: Scalars['ID']['input'];
|
|
87826
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
|
|
87827
|
-
};
|
|
87828
87939
|
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
87829
87940
|
cloudId: Scalars['ID']['input'];
|
|
87830
87941
|
};
|
|
@@ -87881,17 +87992,6 @@ export declare type MercuryQueryApiSearchFocusAreaActivityHistoryArgs = {
|
|
|
87881
87992
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
87882
87993
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
87883
87994
|
};
|
|
87884
|
-
export declare type MercuryQueryApiTeamArgs = {
|
|
87885
|
-
cloudId: Scalars['ID']['input'];
|
|
87886
|
-
id: Scalars['ID']['input'];
|
|
87887
|
-
};
|
|
87888
|
-
export declare type MercuryQueryApiTeamsArgs = {
|
|
87889
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
87890
|
-
cloudId: Scalars['ID']['input'];
|
|
87891
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87892
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
87893
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryTeamSort>>>;
|
|
87894
|
-
};
|
|
87895
87995
|
export declare type MercuryQueryApiWorkspaceContextArgs = {
|
|
87896
87996
|
cloudId: Scalars['ID']['input'];
|
|
87897
87997
|
};
|
|
@@ -88391,63 +88491,6 @@ export declare enum MercuryTargetDateType {
|
|
|
88391
88491
|
Month = "MONTH",
|
|
88392
88492
|
Quarter = "QUARTER"
|
|
88393
88493
|
}
|
|
88394
|
-
export declare type MercuryTeam = Node & {
|
|
88395
|
-
__typename?: 'MercuryTeam';
|
|
88396
|
-
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88397
|
-
id: Scalars['ID']['output'];
|
|
88398
|
-
name: Scalars['String']['output'];
|
|
88399
|
-
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88400
|
-
teamFocusAreaAllocations: MercuryTeamFocusAreaAllocationConnection;
|
|
88401
|
-
};
|
|
88402
|
-
export declare type MercuryTeamTeamFocusAreaAllocationsArgs = {
|
|
88403
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
88404
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88405
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryTeamFocusAreaAllocationsSort>>>;
|
|
88406
|
-
};
|
|
88407
|
-
export declare type MercuryTeamConnection = {
|
|
88408
|
-
__typename?: 'MercuryTeamConnection';
|
|
88409
|
-
edges?: Maybe<Array<Maybe<MercuryTeamEdge>>>;
|
|
88410
|
-
pageInfo: PageInfo;
|
|
88411
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88412
|
-
};
|
|
88413
|
-
export declare type MercuryTeamEdge = {
|
|
88414
|
-
__typename?: 'MercuryTeamEdge';
|
|
88415
|
-
cursor: Scalars['String']['output'];
|
|
88416
|
-
node?: Maybe<MercuryTeam>;
|
|
88417
|
-
};
|
|
88418
|
-
export declare type MercuryTeamFocusAreaAllocation = Node & {
|
|
88419
|
-
__typename?: 'MercuryTeamFocusAreaAllocation';
|
|
88420
|
-
filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88421
|
-
focusArea: MercuryFocusArea;
|
|
88422
|
-
id: Scalars['ID']['output'];
|
|
88423
|
-
openPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88424
|
-
};
|
|
88425
|
-
export declare type MercuryTeamFocusAreaAllocationConnection = {
|
|
88426
|
-
__typename?: 'MercuryTeamFocusAreaAllocationConnection';
|
|
88427
|
-
edges?: Maybe<Array<Maybe<MercuryTeamFocusAreaAllocationEdge>>>;
|
|
88428
|
-
pageInfo: PageInfo;
|
|
88429
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88430
|
-
};
|
|
88431
|
-
export declare type MercuryTeamFocusAreaAllocationEdge = {
|
|
88432
|
-
__typename?: 'MercuryTeamFocusAreaAllocationEdge';
|
|
88433
|
-
cursor: Scalars['String']['output'];
|
|
88434
|
-
node?: Maybe<MercuryTeamFocusAreaAllocation>;
|
|
88435
|
-
};
|
|
88436
|
-
export declare enum MercuryTeamFocusAreaAllocationSortField {
|
|
88437
|
-
FilledPositions = "FILLED_POSITIONS",
|
|
88438
|
-
OpenPositions = "OPEN_POSITIONS"
|
|
88439
|
-
}
|
|
88440
|
-
export declare type MercuryTeamFocusAreaAllocationsSort = {
|
|
88441
|
-
field?: InputMaybe<MercuryTeamFocusAreaAllocationSortField>;
|
|
88442
|
-
order: SortOrder;
|
|
88443
|
-
};
|
|
88444
|
-
export declare type MercuryTeamSort = {
|
|
88445
|
-
field?: InputMaybe<MercuryTeamSortField>;
|
|
88446
|
-
order: SortOrder;
|
|
88447
|
-
};
|
|
88448
|
-
export declare enum MercuryTeamSortField {
|
|
88449
|
-
Name = "NAME"
|
|
88450
|
-
}
|
|
88451
88494
|
export declare type MercuryTransitionChangeProposalPayload = Payload & {
|
|
88452
88495
|
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
88453
88496
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -89131,6 +89174,7 @@ export declare type Mutation = {
|
|
|
89131
89174
|
confluence_deleteSubCalendarPrivateUrl?: Maybe<ConfluenceDeleteSubCalendarPrivateUrlPayload>;
|
|
89132
89175
|
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
89133
89176
|
confluence_deleteTopic?: Maybe<ConfluenceDeleteTopicPayload>;
|
|
89177
|
+
confluence_experimentInitAiFirstCreation?: Maybe<ConfluenceExperimentInitAiFirstCreationPayload>;
|
|
89134
89178
|
confluence_experimentInitModernize?: Maybe<ConfluenceExperimentInitModernizePayload>;
|
|
89135
89179
|
confluence_generateForgeContextToken?: Maybe<ConfluenceForgeContextTokenPayload>;
|
|
89136
89180
|
confluence_insertOfflineVersion?: Maybe<ConfluenceInsertOfflineVersionPayload>;
|
|
@@ -89153,6 +89197,7 @@ export declare type Mutation = {
|
|
|
89153
89197
|
confluence_updateCalendarPermissions?: Maybe<ConfluenceUpdateCalendarPermissionPayload>;
|
|
89154
89198
|
confluence_updateCalendarView?: Maybe<ConfluenceUpdateCalendarViewPayload>;
|
|
89155
89199
|
confluence_updateContentAccessRequest?: Maybe<ConfluenceUpdateContentAccessRequestPayload>;
|
|
89200
|
+
confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
|
|
89156
89201
|
confluence_updateCustomContentPermissions?: Maybe<ConfluenceUpdateCustomContentPermissionsPayload>;
|
|
89157
89202
|
confluence_updateCustomRole?: Maybe<ConfluenceUpdateCustomRolePayload>;
|
|
89158
89203
|
confluence_updateDefaultTitleEmoji?: Maybe<ConfluenceUpdateDefaultTitleEmojiPayload>;
|
|
@@ -89177,8 +89222,10 @@ export declare type Mutation = {
|
|
|
89177
89222
|
cpls_addContributions: CplsAddContributionsPayload;
|
|
89178
89223
|
cpls_addContributorScopeAssociation: CplsAddContributorScopeAssociationPayload;
|
|
89179
89224
|
cpls_addContributorWorkAssociation: CplsAddContributorWorkAssociationPayload;
|
|
89225
|
+
cpls_createCustomContributionTarget: CplsCreateCustomContributionTargetPayload;
|
|
89180
89226
|
cpls_deleteContributorScopeAssociation: CplsDeleteContributorScopeAssociationPayload;
|
|
89181
89227
|
cpls_deleteContributorWorkAssociation: CplsDeleteContributorWorkAssociationPayload;
|
|
89228
|
+
cpls_updateCustomContributionTarget: CplsUpdateCustomContributionTargetPayload;
|
|
89182
89229
|
createAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
89183
89230
|
createApp?: Maybe<CreateAppResponse>;
|
|
89184
89231
|
createAppContainer?: Maybe<CreateAppContainerPayload>;
|
|
@@ -89363,6 +89410,7 @@ export declare type Mutation = {
|
|
|
89363
89410
|
jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
|
|
89364
89411
|
jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
89365
89412
|
jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
|
|
89413
|
+
jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
|
|
89366
89414
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
89367
89415
|
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
89368
89416
|
jira_createBoardViewStatusColumn?: Maybe<JiraCreateBoardViewStatusColumnPayload>;
|
|
@@ -89415,6 +89463,7 @@ export declare type Mutation = {
|
|
|
89415
89463
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
89416
89464
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
89417
89465
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
89466
|
+
jira_unarchiveIssue?: Maybe<JiraIssueUnarchivePayload>;
|
|
89418
89467
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
89419
89468
|
jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
|
|
89420
89469
|
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
@@ -89563,6 +89612,7 @@ export declare type Mutation = {
|
|
|
89563
89612
|
setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
89564
89613
|
setTaskStatus?: Maybe<GraphQlMutationResponse>;
|
|
89565
89614
|
setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
89615
|
+
settings_updateCreationSettings?: Maybe<SettingsCreationSettings>;
|
|
89566
89616
|
settings_updateNavigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
|
|
89567
89617
|
shardedGraphStore?: Maybe<ShardedGraphStoreMutation>;
|
|
89568
89618
|
shareResource?: Maybe<ShareResourcePayload>;
|
|
@@ -90148,6 +90198,9 @@ export declare type MutationConfluence_DeleteTopicArgs = {
|
|
|
90148
90198
|
cloudId: Scalars['ID']['input'];
|
|
90149
90199
|
input: ConfluenceDeleteTopicInput;
|
|
90150
90200
|
};
|
|
90201
|
+
export declare type MutationConfluence_ExperimentInitAiFirstCreationArgs = {
|
|
90202
|
+
cloudId: Scalars['ID']['input'];
|
|
90203
|
+
};
|
|
90151
90204
|
export declare type MutationConfluence_ExperimentInitModernizeArgs = {
|
|
90152
90205
|
cloudId: Scalars['ID']['input'];
|
|
90153
90206
|
};
|
|
@@ -90236,6 +90289,10 @@ export declare type MutationConfluence_UpdateContentAccessRequestArgs = {
|
|
|
90236
90289
|
cloudId: Scalars['ID']['input'];
|
|
90237
90290
|
updateContentAccessRequestInput: ConfluenceUpdateContentAccessRequestInput;
|
|
90238
90291
|
};
|
|
90292
|
+
export declare type MutationConfluence_UpdateContentModeArgs = {
|
|
90293
|
+
cloudId: Scalars['ID']['input'];
|
|
90294
|
+
input: ConfluenceUpdateContentModeInput;
|
|
90295
|
+
};
|
|
90239
90296
|
export declare type MutationConfluence_UpdateCustomContentPermissionsArgs = {
|
|
90240
90297
|
cloudId: Scalars['ID']['input'];
|
|
90241
90298
|
input: ConfluenceUpdateCustomContentPermissionsInput;
|
|
@@ -90325,12 +90382,18 @@ export declare type MutationCpls_AddContributorScopeAssociationArgs = {
|
|
|
90325
90382
|
export declare type MutationCpls_AddContributorWorkAssociationArgs = {
|
|
90326
90383
|
input: CplsAddContributorWorkAssociationInput;
|
|
90327
90384
|
};
|
|
90385
|
+
export declare type MutationCpls_CreateCustomContributionTargetArgs = {
|
|
90386
|
+
input: CplsCreateCustomContributionTargetInput;
|
|
90387
|
+
};
|
|
90328
90388
|
export declare type MutationCpls_DeleteContributorScopeAssociationArgs = {
|
|
90329
90389
|
input: CplsDeleteContributorScopeAssociationInput;
|
|
90330
90390
|
};
|
|
90331
90391
|
export declare type MutationCpls_DeleteContributorWorkAssociationArgs = {
|
|
90332
90392
|
input: CplsDeleteContributorWorkAssociationInput;
|
|
90333
90393
|
};
|
|
90394
|
+
export declare type MutationCpls_UpdateCustomContributionTargetArgs = {
|
|
90395
|
+
input: CplsUpdateCustomContributionTargetInput;
|
|
90396
|
+
};
|
|
90334
90397
|
export declare type MutationCreateAdminAnnouncementBannerArgs = {
|
|
90335
90398
|
announcementBanner: ConfluenceCreateAdminAnnouncementBannerInput;
|
|
90336
90399
|
};
|
|
@@ -90939,6 +91002,9 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
|
|
|
90939
91002
|
export declare type MutationJira_ApplySuggestionActionsArgs = {
|
|
90940
91003
|
input: Array<JiraApplySuggestionActionInput>;
|
|
90941
91004
|
};
|
|
91005
|
+
export declare type MutationJira_ArchiveIssueArgs = {
|
|
91006
|
+
input: JiraIssueArchiveInput;
|
|
91007
|
+
};
|
|
90942
91008
|
export declare type MutationJira_AssociateProjectToFieldSchemeArgs = {
|
|
90943
91009
|
cloudId: Scalars['ID']['input'];
|
|
90944
91010
|
input: JiraAssociateProjectToFieldSchemeInput;
|
|
@@ -91107,6 +91173,9 @@ export declare type MutationJira_TrashGlobalCustomFieldsArgs = {
|
|
|
91107
91173
|
cloudId: Scalars['ID']['input'];
|
|
91108
91174
|
input: JiraTrashGlobalCustomFieldsInput;
|
|
91109
91175
|
};
|
|
91176
|
+
export declare type MutationJira_UnarchiveIssueArgs = {
|
|
91177
|
+
input: JiraIssueUnarchiveInput;
|
|
91178
|
+
};
|
|
91110
91179
|
export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs = {
|
|
91111
91180
|
cloudId: Scalars['ID']['input'];
|
|
91112
91181
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
@@ -91560,6 +91629,9 @@ export declare type MutationSetTaskStatusArgs = {
|
|
|
91560
91629
|
export declare type MutationSetUserSwimlaneStrategyArgs = {
|
|
91561
91630
|
input?: InputMaybe<SetSwimlaneStrategyInput>;
|
|
91562
91631
|
};
|
|
91632
|
+
export declare type MutationSettings_UpdateCreationSettingsArgs = {
|
|
91633
|
+
input: SettingsCreationSettingsInput;
|
|
91634
|
+
};
|
|
91563
91635
|
export declare type MutationSettings_UpdateNavigationCustomisationArgs = {
|
|
91564
91636
|
input: SettingsNavigationCustomisationInput;
|
|
91565
91637
|
};
|
|
@@ -93746,27 +93818,28 @@ export declare enum Platform {
|
|
|
93746
93818
|
Web = "WEB"
|
|
93747
93819
|
}
|
|
93748
93820
|
export declare enum PlaybookTemplateCategory {
|
|
93749
|
-
DevOps = "DEV_OPS",
|
|
93750
93821
|
Hrsm = "HRSM",
|
|
93751
|
-
|
|
93752
|
-
|
|
93753
|
-
SecOps = "SEC_OPS"
|
|
93822
|
+
Itsm = "ITSM",
|
|
93823
|
+
ItOperations = "IT_OPERATIONS"
|
|
93754
93824
|
}
|
|
93755
93825
|
export declare enum PlaybookTemplateColor {
|
|
93756
93826
|
Blue = "BLUE",
|
|
93757
93827
|
Gray = "GRAY",
|
|
93758
93828
|
Green = "GREEN",
|
|
93829
|
+
Lime = "LIME",
|
|
93830
|
+
Magenta = "MAGENTA",
|
|
93831
|
+
Orange = "ORANGE",
|
|
93759
93832
|
Purple = "PURPLE",
|
|
93833
|
+
Teal = "TEAL",
|
|
93760
93834
|
Yellow = "YELLOW"
|
|
93761
93835
|
}
|
|
93762
93836
|
export declare enum PlaybookTemplateIcon {
|
|
93763
|
-
|
|
93764
|
-
|
|
93765
|
-
|
|
93766
|
-
|
|
93767
|
-
|
|
93768
|
-
|
|
93769
|
-
SpotGeneralSearchErrorIcon = "SPOT_GENERAL_SEARCH_ERROR_ICON"
|
|
93837
|
+
ChangeManagement_4Icon = "CHANGE_MANAGEMENT_4_ICON",
|
|
93838
|
+
Chat_5Icon = "CHAT_5_ICON",
|
|
93839
|
+
DataPrivacyIcon = "DATA_PRIVACY_ICON",
|
|
93840
|
+
OnboardingIcon = "ONBOARDING_ICON",
|
|
93841
|
+
RainstormIncidentIcon = "RAINSTORM_INCIDENT_ICON",
|
|
93842
|
+
RefreshUpdateIcon = "REFRESH_UPDATE_ICON"
|
|
93770
93843
|
}
|
|
93771
93844
|
export declare type PokemonEntity = {
|
|
93772
93845
|
__typename?: 'PokemonEntity';
|
|
@@ -94735,6 +94808,7 @@ export declare type PublishConditionsDialog = {
|
|
|
94735
94808
|
};
|
|
94736
94809
|
export declare type PublishedContentProperties = {
|
|
94737
94810
|
__typename?: 'PublishedContentProperties';
|
|
94811
|
+
contentMode?: Maybe<Scalars['String']['output']>;
|
|
94738
94812
|
coverPictureWidth?: Maybe<Scalars['String']['output']>;
|
|
94739
94813
|
defaultTitleEmoji?: Maybe<Scalars['String']['output']>;
|
|
94740
94814
|
externalVersionId?: Maybe<Scalars['String']['output']>;
|
|
@@ -94840,6 +94914,7 @@ export declare type Query = {
|
|
|
94840
94914
|
agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
|
|
94841
94915
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
94842
94916
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
94917
|
+
agentStudio_conversationReportByAgentId?: Maybe<AgentStudioConversationReportByAgentIdResult>;
|
|
94843
94918
|
agentStudio_getAgentActorRoles?: Maybe<AgentStudioActorRoles>;
|
|
94844
94919
|
agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
|
|
94845
94920
|
agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
|
|
@@ -94927,11 +95002,13 @@ export declare type Query = {
|
|
|
94927
95002
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
94928
95003
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
94929
95004
|
ccp?: Maybe<CcpQueryApi>;
|
|
95005
|
+
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
94930
95006
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
94931
95007
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
94932
95008
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
94933
95009
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
94934
95010
|
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
95011
|
+
channelPlatform_getCustomerConversations?: Maybe<ChannelPlatformCustomerConversationsResponse>;
|
|
94935
95012
|
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
|
|
94936
95013
|
channelPlatform_getQuickResponse?: Maybe<ChannelPlatformQuickResponse>;
|
|
94937
95014
|
channelPlatform_getSurveyLink?: Maybe<ChannelPlatformSurveyLinkResponse>;
|
|
@@ -95468,6 +95545,7 @@ export declare type Query = {
|
|
|
95468
95545
|
searchTimeseriesCount?: Maybe<SearchTimeseriesCount>;
|
|
95469
95546
|
searchesByTerm?: Maybe<SearchesByTerm>;
|
|
95470
95547
|
searchesWithZeroCTR?: Maybe<SearchesWithZeroCtr>;
|
|
95548
|
+
settings_creationSettings?: Maybe<SettingsCreationSettings>;
|
|
95471
95549
|
settings_navigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
|
|
95472
95550
|
shardedGraphStore?: Maybe<ShardedGraphStore>;
|
|
95473
95551
|
shepherd?: Maybe<ShepherdQuery>;
|
|
@@ -95715,6 +95793,13 @@ export declare type QueryAgentAi_SummarizeIssueArgs = {
|
|
|
95715
95793
|
export declare type QueryAgentStudio_AgentByIdArgs = {
|
|
95716
95794
|
id: Scalars['ID']['input'];
|
|
95717
95795
|
};
|
|
95796
|
+
export declare type QueryAgentStudio_ConversationReportByAgentIdArgs = {
|
|
95797
|
+
cloudId: Scalars['String']['input'];
|
|
95798
|
+
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
95799
|
+
id: Scalars['ID']['input'];
|
|
95800
|
+
period?: InputMaybe<AgentStudioConversationReportPeriod>;
|
|
95801
|
+
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
95802
|
+
};
|
|
95718
95803
|
export declare type QueryAgentStudio_GetAgentActorRolesArgs = {
|
|
95719
95804
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
95720
95805
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -96131,6 +96216,9 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
96131
96216
|
originalContentVersion: Scalars['Int']['input'];
|
|
96132
96217
|
revisedContentVersion: Scalars['Int']['input'];
|
|
96133
96218
|
};
|
|
96219
|
+
export declare type QueryChannelPlatform_ChatRequestDetailsArgs = {
|
|
96220
|
+
request?: InputMaybe<ChannelPlatformChatRequestDetailsRequest>;
|
|
96221
|
+
};
|
|
96134
96222
|
export declare type QueryChannelPlatform_EvaluateChannelAvailabilityArgs = {
|
|
96135
96223
|
request?: InputMaybe<ChannelPlatformChannelAvailabilityRequestInput>;
|
|
96136
96224
|
};
|
|
@@ -98331,6 +98419,10 @@ export declare type QuerySearchesWithZeroCtrArgs = {
|
|
|
98331
98419
|
timezone: Scalars['String']['input'];
|
|
98332
98420
|
toDate: Scalars['String']['input'];
|
|
98333
98421
|
};
|
|
98422
|
+
export declare type QuerySettings_CreationSettingsArgs = {
|
|
98423
|
+
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
98424
|
+
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
98425
|
+
};
|
|
98334
98426
|
export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
98335
98427
|
entityAri?: InputMaybe<Scalars['ID']['input']>;
|
|
98336
98428
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -98956,6 +99048,7 @@ export declare enum RadarEntityType {
|
|
|
98956
99048
|
FocusArea = "focusArea",
|
|
98957
99049
|
Position = "position",
|
|
98958
99050
|
Proposal = "proposal",
|
|
99051
|
+
ProposedMovement = "proposedMovement",
|
|
98959
99052
|
Team = "team",
|
|
98960
99053
|
Worker = "worker"
|
|
98961
99054
|
}
|
|
@@ -99335,6 +99428,7 @@ export declare type RadarWorkspace = {
|
|
|
99335
99428
|
id: Scalars['ID']['output'];
|
|
99336
99429
|
positionFields: Array<RadarFieldDefinition>;
|
|
99337
99430
|
proposalFields: Array<RadarFieldDefinition>;
|
|
99431
|
+
proposedMovementFields: Array<RadarFieldDefinition>;
|
|
99338
99432
|
settings: RadarSettings;
|
|
99339
99433
|
teamFields: Array<RadarFieldDefinition>;
|
|
99340
99434
|
userContext?: Maybe<RadarUserContext>;
|
|
@@ -99347,6 +99441,7 @@ export declare type RadarWorktypeAllocation = {
|
|
|
99347
99441
|
__typename?: 'RadarWorktypeAllocation';
|
|
99348
99442
|
ctb?: Maybe<Scalars['Int']['output']>;
|
|
99349
99443
|
id: Scalars['ID']['output'];
|
|
99444
|
+
organisationARI: Scalars['ID']['output'];
|
|
99350
99445
|
organisationId: Scalars['ID']['output'];
|
|
99351
99446
|
positionCount?: Maybe<Scalars['Int']['output']>;
|
|
99352
99447
|
productivity?: Maybe<Scalars['Int']['output']>;
|
|
@@ -101142,6 +101237,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
101142
101237
|
creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
101143
101238
|
isVerified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
101144
101239
|
labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
101240
|
+
mentions?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
101145
101241
|
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
101146
101242
|
pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
101147
101243
|
range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
|
|
@@ -102256,6 +102352,42 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
|
|
|
102256
102352
|
strategy: SwimlaneStrategy;
|
|
102257
102353
|
success: Scalars['Boolean']['output'];
|
|
102258
102354
|
};
|
|
102355
|
+
export declare type SettingsCreationProperty = {
|
|
102356
|
+
__typename?: 'SettingsCreationProperty';
|
|
102357
|
+
key?: Maybe<Scalars['ID']['output']>;
|
|
102358
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
102359
|
+
};
|
|
102360
|
+
export declare type SettingsCreationPropertyConnection = {
|
|
102361
|
+
__typename?: 'SettingsCreationPropertyConnection';
|
|
102362
|
+
edges?: Maybe<Array<SettingsCreationPropertyEdge>>;
|
|
102363
|
+
nodes?: Maybe<Array<Maybe<SettingsCreationProperty>>>;
|
|
102364
|
+
pageInfo: PageInfo;
|
|
102365
|
+
};
|
|
102366
|
+
export declare type SettingsCreationPropertyEdge = {
|
|
102367
|
+
__typename?: 'SettingsCreationPropertyEdge';
|
|
102368
|
+
cursor: Scalars['String']['output'];
|
|
102369
|
+
node?: Maybe<SettingsCreationProperty>;
|
|
102370
|
+
};
|
|
102371
|
+
export declare type SettingsCreationPropertyInput = {
|
|
102372
|
+
key: Scalars['ID']['input'];
|
|
102373
|
+
value: Scalars['String']['input'];
|
|
102374
|
+
};
|
|
102375
|
+
export declare type SettingsCreationSettings = {
|
|
102376
|
+
__typename?: 'SettingsCreationSettings';
|
|
102377
|
+
autoApply?: Maybe<Scalars['Boolean']['output']>;
|
|
102378
|
+
id: Scalars['ID']['output'];
|
|
102379
|
+
properties?: Maybe<SettingsCreationPropertyConnection>;
|
|
102380
|
+
};
|
|
102381
|
+
export declare type SettingsCreationSettingsPropertiesArgs = {
|
|
102382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102383
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102384
|
+
};
|
|
102385
|
+
export declare type SettingsCreationSettingsInput = {
|
|
102386
|
+
autoApply?: InputMaybe<Scalars['Boolean']['input']>;
|
|
102387
|
+
ownerAri: Scalars['ID']['input'];
|
|
102388
|
+
properties?: InputMaybe<Array<SettingsCreationPropertyInput>>;
|
|
102389
|
+
tenantId: Scalars['ID']['input'];
|
|
102390
|
+
};
|
|
102259
102391
|
export declare type SettingsDisplayProperty = {
|
|
102260
102392
|
__typename?: 'SettingsDisplayProperty';
|
|
102261
102393
|
key?: Maybe<Scalars['ID']['output']>;
|
|
@@ -126931,6 +127063,14 @@ export declare type TrelloBaseBoardPrefs = {
|
|
|
126931
127063
|
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|
|
126932
127064
|
background?: Maybe<TrelloBoardBackground>;
|
|
126933
127065
|
};
|
|
127066
|
+
export declare type TrelloBaseBoardUpdated = {
|
|
127067
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
127068
|
+
enterprise?: Maybe<TrelloEnterprise>;
|
|
127069
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
127070
|
+
lists?: Maybe<TrelloListUpdatedConnection>;
|
|
127071
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
127072
|
+
workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
|
|
127073
|
+
};
|
|
126934
127074
|
export declare type TrelloBaseCard = {
|
|
126935
127075
|
actions?: Maybe<TrelloCardActionConnection>;
|
|
126936
127076
|
attachments?: Maybe<TrelloAttachmentConnection>;
|
|
@@ -126970,6 +127110,7 @@ export declare type TrelloBaseCardAttachmentsArgs = {
|
|
|
126970
127110
|
};
|
|
126971
127111
|
export declare type TrelloBaseCardChecklistsArgs = {
|
|
126972
127112
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
127113
|
+
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
126973
127114
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126974
127115
|
};
|
|
126975
127116
|
export declare type TrelloBoard = Node & {
|
|
@@ -127218,11 +127359,22 @@ export declare type TrelloBoardRestrictions = {
|
|
|
127218
127359
|
private?: Maybe<Scalars['String']['output']>;
|
|
127219
127360
|
public?: Maybe<Scalars['String']['output']>;
|
|
127220
127361
|
};
|
|
127362
|
+
export declare type TrelloBoardStarConnectionUpdated = {
|
|
127363
|
+
__typename?: 'TrelloBoardStarConnectionUpdated';
|
|
127364
|
+
edges?: Maybe<Array<TrelloBoardStarUpdatedEdge>>;
|
|
127365
|
+
};
|
|
127366
|
+
export declare type TrelloBoardStarUpdatedEdge = {
|
|
127367
|
+
__typename?: 'TrelloBoardStarUpdatedEdge';
|
|
127368
|
+
boardObjectId: Scalars['String']['output'];
|
|
127369
|
+
id: Scalars['ID']['output'];
|
|
127370
|
+
objectId: Scalars['String']['output'];
|
|
127371
|
+
position: Scalars['Float']['output'];
|
|
127372
|
+
};
|
|
127221
127373
|
export declare type TrelloBoardStickersLimits = {
|
|
127222
127374
|
__typename?: 'TrelloBoardStickersLimits';
|
|
127223
127375
|
perCard?: Maybe<TrelloLimitProps>;
|
|
127224
127376
|
};
|
|
127225
|
-
export declare type TrelloBoardUpdated = {
|
|
127377
|
+
export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
|
|
127226
127378
|
__typename?: 'TrelloBoardUpdated';
|
|
127227
127379
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
127228
127380
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -127340,6 +127492,7 @@ export declare type TrelloCardAttachmentsArgs = {
|
|
|
127340
127492
|
};
|
|
127341
127493
|
export declare type TrelloCardChecklistsArgs = {
|
|
127342
127494
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
127495
|
+
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
127343
127496
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
127344
127497
|
};
|
|
127345
127498
|
export declare type TrelloCardCustomFieldItemsArgs = {
|
|
@@ -128303,6 +128456,7 @@ export declare type TrelloInboxCardAttachmentsArgs = {
|
|
|
128303
128456
|
};
|
|
128304
128457
|
export declare type TrelloInboxCardChecklistsArgs = {
|
|
128305
128458
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
128459
|
+
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
128306
128460
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
128307
128461
|
};
|
|
128308
128462
|
export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
|
|
@@ -128310,7 +128464,7 @@ export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
|
|
|
128310
128464
|
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|
|
128311
128465
|
background?: Maybe<TrelloBoardBackground>;
|
|
128312
128466
|
};
|
|
128313
|
-
export declare type TrelloInboxUpdated = {
|
|
128467
|
+
export declare type TrelloInboxUpdated = TrelloBaseBoardUpdated & {
|
|
128314
128468
|
__typename?: 'TrelloInboxUpdated';
|
|
128315
128469
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
128316
128470
|
board: TrelloBoardUpdated;
|
|
@@ -128556,6 +128710,7 @@ export declare type TrelloMemberPrefs = {
|
|
|
128556
128710
|
export declare type TrelloMemberUpdated = {
|
|
128557
128711
|
__typename?: 'TrelloMemberUpdated';
|
|
128558
128712
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
128713
|
+
boardStars?: Maybe<TrelloBoardStarConnectionUpdated>;
|
|
128559
128714
|
boards?: Maybe<TrelloBoardConnectionUpdated>;
|
|
128560
128715
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
128561
128716
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -129590,6 +129745,7 @@ export declare type TrelloSubscriptionApi = {
|
|
|
129590
129745
|
onBoardCardSetUpdated?: Maybe<TrelloBoardUpdated>;
|
|
129591
129746
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
129592
129747
|
onCardBatchUpdated?: Maybe<TrelloCardBatch>;
|
|
129748
|
+
onInboxUpdated?: Maybe<TrelloInboxUpdated>;
|
|
129593
129749
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
129594
129750
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
129595
129751
|
};
|
|
@@ -129604,6 +129760,9 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
129604
129760
|
export declare type TrelloSubscriptionApiOnCardBatchUpdatedArgs = {
|
|
129605
129761
|
id: Scalars['ID']['input'];
|
|
129606
129762
|
};
|
|
129763
|
+
export declare type TrelloSubscriptionApiOnInboxUpdatedArgs = {
|
|
129764
|
+
memberId: Scalars['ID']['input'];
|
|
129765
|
+
};
|
|
129607
129766
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
129608
129767
|
id: Scalars['ID']['input'];
|
|
129609
129768
|
};
|