@forge/cli-shared 8.6.0 → 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.
@@ -2329,6 +2329,25 @@ export declare type AgentStudioConnectedChannels = {
2329
2329
  __typename?: 'AgentStudioConnectedChannels';
2330
2330
  channels?: Maybe<Array<AgentStudioChannel>>;
2331
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
+ }
2332
2351
  export declare type AgentStudioConversationStarterSuggestions = {
2333
2352
  __typename?: 'AgentStudioConversationStarterSuggestions';
2334
2353
  suggestions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
@@ -8181,6 +8200,10 @@ export declare enum ChannelPlatformContactState {
8181
8200
  Initialized = "INITIALIZED",
8182
8201
  Unassigned = "UNASSIGNED"
8183
8202
  }
8203
+ export declare type ChannelPlatformCustomerConversationsResponse = {
8204
+ __typename?: 'ChannelPlatformCustomerConversationsResponse';
8205
+ conversations?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
8206
+ };
8184
8207
  export declare type ChannelPlatformEventRelayRequest = {
8185
8208
  channelType?: InputMaybe<ChannelPlatformChannelType>;
8186
8209
  conversationId?: InputMaybe<Scalars['String']['input']>;
@@ -8206,10 +8229,6 @@ export declare type ChannelPlatformGetChannelTokenResponse = {
8206
8229
  participantToken?: Maybe<Scalars['String']['output']>;
8207
8230
  region?: Maybe<Scalars['String']['output']>;
8208
8231
  };
8209
- export declare type ChannelPlatformGetContactIdResponse = {
8210
- __typename?: 'ChannelPlatformGetContactIdResponse';
8211
- conversationId?: Maybe<Scalars['String']['output']>;
8212
- };
8213
8232
  export declare type ChannelPlatformListQuickResponsesResult = {
8214
8233
  __typename?: 'ChannelPlatformListQuickResponsesResult';
8215
8234
  nextToken?: Maybe<Scalars['String']['output']>;
@@ -15117,6 +15136,7 @@ export declare type ConfluenceCustomContentPermissionGroupPrincipal = Confluence
15117
15136
  __typename?: 'ConfluenceCustomContentPermissionGroupPrincipal';
15118
15137
  displayName: Scalars['String']['output'];
15119
15138
  principalId: Scalars['ID']['output'];
15139
+ usageType: ConfluenceGroupUsageType;
15120
15140
  };
15121
15141
  export declare type ConfluenceCustomContentPermissionGuestPrincipal = ConfluenceCustomContentPermissionPrincipal & {
15122
15142
  __typename?: 'ConfluenceCustomContentPermissionGuestPrincipal';
@@ -15467,6 +15487,11 @@ export declare type ConfluenceExpandTypeFromJira = {
15467
15487
  __typename?: 'ConfluenceExpandTypeFromJira';
15468
15488
  confluenceExpandTypeFromJira?: Maybe<Scalars['String']['output']>;
15469
15489
  };
15490
+ export declare type ConfluenceExperimentInitAiFirstCreationPayload = {
15491
+ __typename?: 'ConfluenceExperimentInitAiFirstCreationPayload';
15492
+ errors?: Maybe<Array<MutationError>>;
15493
+ success: Scalars['Boolean']['output'];
15494
+ };
15470
15495
  export declare type ConfluenceExperimentInitModernizePayload = {
15471
15496
  __typename?: 'ConfluenceExperimentInitModernizePayload';
15472
15497
  errors?: Maybe<Array<MutationError>>;
@@ -15520,6 +15545,7 @@ export declare type ConfluenceExtensionSpecificContext = {
15520
15545
  appVersion: Scalars['String']['input'];
15521
15546
  context: ConfluenceForgePayloadContext;
15522
15547
  extensionId: Scalars['String']['input'];
15548
+ installationId?: InputMaybe<Scalars['String']['input']>;
15523
15549
  };
15524
15550
  export declare enum ConfluenceExtensionVisibilityControlMechanism {
15525
15551
  AppAccessRules = "APP_ACCESS_RULES",
@@ -15622,23 +15648,37 @@ export declare type ConfluenceForgeExtension = {
15622
15648
  userAccess?: Maybe<ConfluenceUserAccess>;
15623
15649
  };
15624
15650
  export declare type ConfluenceForgeExtensionData = {
15651
+ autoConvertLink?: InputMaybe<Scalars['String']['input']>;
15652
+ config?: InputMaybe<Scalars['String']['input']>;
15625
15653
  content?: InputMaybe<ConfluenceForgeExtensionDataContent>;
15626
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']>;
15627
15660
  space?: InputMaybe<ConfluenceForgeExtensionDataSpace>;
15628
15661
  type: Scalars['String']['input'];
15629
15662
  };
15630
15663
  export declare type ConfluenceForgeExtensionDataContent = {
15631
15664
  id: Scalars['ID']['input'];
15665
+ subtype?: InputMaybe<Scalars['String']['input']>;
15632
15666
  type?: InputMaybe<Scalars['String']['input']>;
15633
15667
  };
15668
+ export declare type ConfluenceForgeExtensionDataMacro = {
15669
+ body?: InputMaybe<Scalars['String']['input']>;
15670
+ };
15634
15671
  export declare type ConfluenceForgeExtensionDataSpace = {
15635
- id?: InputMaybe<Scalars['Long']['input']>;
15672
+ id?: InputMaybe<Scalars['String']['input']>;
15636
15673
  key?: InputMaybe<Scalars['String']['input']>;
15637
15674
  };
15638
15675
  export declare type ConfluenceForgePayloadContext = {
15676
+ environmentId?: InputMaybe<Scalars['String']['input']>;
15677
+ environmentType?: InputMaybe<Scalars['String']['input']>;
15639
15678
  extension: ConfluenceForgeExtensionData;
15640
15679
  localId?: InputMaybe<Scalars['String']['input']>;
15641
15680
  moduleKey?: InputMaybe<Scalars['String']['input']>;
15681
+ siteUrl?: InputMaybe<Scalars['String']['input']>;
15642
15682
  };
15643
15683
  export declare type ConfluenceFormattingSettings = {
15644
15684
  __typename?: 'ConfluenceFormattingSettings';
@@ -15683,6 +15723,10 @@ export declare type ConfluenceGlobalPageTemplate = {
15683
15723
  lastUpdater?: Maybe<ConfluenceUser>;
15684
15724
  name?: Maybe<Scalars['String']['output']>;
15685
15725
  };
15726
+ export declare enum ConfluenceGraphQlContentMode {
15727
+ Dense = "DENSE",
15728
+ Standard = "STANDARD"
15729
+ }
15686
15730
  export declare enum ConfluenceGraphQlDefaultTitleEmoji {
15687
15731
  LivePageDefault = "LIVE_PAGE_DEFAULT",
15688
15732
  None = "NONE"
@@ -17688,6 +17732,18 @@ export declare type ConfluenceUpdateContentAccessRequestPayload = Payload & {
17688
17732
  errors: Array<MutationError>;
17689
17733
  success: Scalars['Boolean']['output'];
17690
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
+ };
17691
17747
  export declare type ConfluenceUpdateCurrentBlogPostInput = {
17692
17748
  body?: InputMaybe<ConfluenceContentBodyInput>;
17693
17749
  id: Scalars['ID']['input'];
@@ -18740,6 +18796,7 @@ export declare type ContentHistory = {
18740
18796
  __typename?: 'ContentHistory';
18741
18797
  by: Person;
18742
18798
  collaborators?: Maybe<ContributorUsers>;
18799
+ editorVersion?: Maybe<Scalars['String']['output']>;
18743
18800
  friendlyWhen: Scalars['String']['output'];
18744
18801
  message: Scalars['String']['output'];
18745
18802
  minorEdit: Scalars['Boolean']['output'];
@@ -21677,6 +21734,17 @@ export declare type CsmAiByodContents = {
21677
21734
  contents: Array<Maybe<CsmAiByodContent>>;
21678
21735
  };
21679
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
+ };
21680
21748
  export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
21681
21749
  export declare type CsmAiConfluenceKnowledgeFilter = {
21682
21750
  __typename?: 'CsmAiConfluenceKnowledgeFilter';
@@ -21787,7 +21855,7 @@ export declare type CsmAiKnowledgeCollection = {
21787
21855
  sources?: Maybe<Array<CsmAiKnowledgeSource>>;
21788
21856
  };
21789
21857
  export declare type CsmAiKnowledgeCollectionResult = CsmAiKnowledgeCollection | QueryError;
21790
- export declare type CsmAiKnowledgeFilter = CsmAiConfluenceKnowledgeFilter;
21858
+ export declare type CsmAiKnowledgeFilter = CsmAiByodKnowledgeFilter | CsmAiConfluenceKnowledgeFilter;
21791
21859
  export declare type CsmAiKnowledgeSource = {
21792
21860
  __typename?: 'CsmAiKnowledgeSource';
21793
21861
  enabled?: Maybe<Scalars['Boolean']['output']>;
@@ -26325,6 +26393,7 @@ export declare enum DocumentRepresentation {
26325
26393
  }
26326
26394
  export declare type DraftContentProperties = {
26327
26395
  __typename?: 'DraftContentProperties';
26396
+ contentMode?: Maybe<Scalars['String']['output']>;
26328
26397
  coverPictureWidth?: Maybe<Scalars['String']['output']>;
26329
26398
  generatedBy?: Maybe<Scalars['String']['output']>;
26330
26399
  };
@@ -30884,6 +30953,15 @@ export declare type GraphIncidentLinkedJswIssueRelationshipEdge = {
30884
30953
  cursor?: Maybe<Scalars['String']['output']>;
30885
30954
  node: GraphIncidentLinkedJswIssueRelationship;
30886
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
+ };
30887
30965
  export declare type GraphIntegrationAddTwgCapabilityContainerInput = {
30888
30966
  contextAri: Scalars['ID']['input'];
30889
30967
  productAri: Scalars['ID']['input'];
@@ -30952,7 +31030,7 @@ export declare type GraphIntegrationDirectoryFilterDimensionEdge = {
30952
31030
  cursor: Scalars['String']['output'];
30953
31031
  node?: Maybe<GraphIntegrationDirectoryFilterDimension>;
30954
31032
  };
30955
- export declare type GraphIntegrationDirectoryItem = GraphIntegrationMcpServer | GraphIntegrationMcpTool;
31033
+ export declare type GraphIntegrationDirectoryItem = GraphIntegrationActionDirectoryItem | GraphIntegrationMcpServer | GraphIntegrationMcpTool;
30956
31034
  export declare type GraphIntegrationDirectoryItemConnection = {
30957
31035
  __typename?: 'GraphIntegrationDirectoryItemConnection';
30958
31036
  edges: Array<GraphIntegrationDirectoryItemEdge>;
@@ -30965,6 +31043,7 @@ export declare type GraphIntegrationDirectoryItemEdge = {
30965
31043
  node?: Maybe<GraphIntegrationDirectoryItem>;
30966
31044
  };
30967
31045
  export declare enum GraphIntegrationDirectoryItemType {
31046
+ Action = "ACTION",
30968
31047
  McpServer = "MCP_SERVER",
30969
31048
  McpTool = "MCP_TOOL"
30970
31049
  }
@@ -31102,6 +31181,7 @@ export declare type GraphIntegrationMcpServer = {
31102
31181
  displayName: Scalars['String']['output'];
31103
31182
  iconUrl?: Maybe<Scalars['String']['output']>;
31104
31183
  id: Scalars['ID']['output'];
31184
+ tags: Array<Scalars['String']['output']>;
31105
31185
  };
31106
31186
  export declare type GraphIntegrationMcpServerNode = Node & {
31107
31187
  __typename?: 'GraphIntegrationMcpServerNode';
@@ -31118,6 +31198,7 @@ export declare type GraphIntegrationMcpTool = {
31118
31198
  mcpServer: GraphIntegrationMcpServer;
31119
31199
  name: Scalars['String']['output'];
31120
31200
  status?: Maybe<GraphIntegrationStatus>;
31201
+ tags: Array<Scalars['String']['output']>;
31121
31202
  };
31122
31203
  export declare type GraphIntegrationRemoveTwgCapabilityContainerInput = {
31123
31204
  contextAri: Scalars['ID']['input'];
@@ -56816,12 +56897,17 @@ export declare enum GrowthUnifiedProfileEnterpriseAccountStatus {
56816
56897
  Silver = "SILVER"
56817
56898
  }
56818
56899
  export declare type GrowthUnifiedProfileEntitlementContextTrialInput = {
56900
+ hadPaymentDetails?: InputMaybe<Scalars['Boolean']['input']>;
56901
+ offeringId?: InputMaybe<Scalars['String']['input']>;
56819
56902
  trialEndTimeStamp?: InputMaybe<Scalars['Float']['input']>;
56820
56903
  trialTrigger?: InputMaybe<GrowthUnifiedProfileTrialTrigger>;
56821
56904
  trialType?: InputMaybe<GrowthUnifiedProfileTrialType>;
56822
56905
  };
56823
56906
  export declare type GrowthUnifiedProfileEntitlementContextTrialResult = {
56824
56907
  __typename?: 'GrowthUnifiedProfileEntitlementContextTrialResult';
56908
+ createdAt?: Maybe<Scalars['Float']['output']>;
56909
+ hadPaymentDetails?: Maybe<Scalars['Boolean']['output']>;
56910
+ offeringId?: Maybe<Scalars['String']['output']>;
56825
56911
  trialEndTimeStamp?: Maybe<Scalars['Float']['output']>;
56826
56912
  trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
56827
56913
  trialType?: Maybe<GrowthUnifiedProfileTrialType>;
@@ -56831,6 +56917,10 @@ export declare type GrowthUnifiedProfileEntitlementProfileResult = {
56831
56917
  entitlementId: Scalars['ID']['output'];
56832
56918
  firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
56833
56919
  lastKnownTrial?: Maybe<GrowthUnifiedProfileEntitlementContextTrialResult>;
56920
+ paidFeatureUsage: Array<GrowthUnifiedProfilePaidFeatureUsageResult>;
56921
+ };
56922
+ export declare type GrowthUnifiedProfileEntitlementProfileResultPaidFeatureUsageArgs = {
56923
+ filter?: InputMaybe<GrowthUnifiedProfilePaidFeatureUsageFilterInput>;
56834
56924
  };
56835
56925
  export declare enum GrowthUnifiedProfileEntityType {
56836
56926
  AjsAnonymousUser = "AJS_ANONYMOUS_USER",
@@ -56842,6 +56932,10 @@ export declare enum GrowthUnifiedProfileEntryType {
56842
56932
  Existing = "EXISTING",
56843
56933
  New = "NEW"
56844
56934
  }
56935
+ export declare enum GrowthUnifiedProfileFeatureType {
56936
+ Stateful = "STATEFUL",
56937
+ Stateless = "STATELESS"
56938
+ }
56845
56939
  export declare type GrowthUnifiedProfileFunctionalOnboardingResult = {
56846
56940
  __typename?: 'GrowthUnifiedProfileFunctionalOnboardingResult';
56847
56941
  coreActions: Scalars['Boolean']['output'];
@@ -56938,6 +57032,17 @@ export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
56938
57032
  teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
56939
57033
  template?: InputMaybe<Scalars['String']['input']>;
56940
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
+ };
56941
57046
  export declare type GrowthUnifiedProfileLinkedEntities = {
56942
57047
  __typename?: 'GrowthUnifiedProfileLinkedEntities';
56943
57048
  entityType?: Maybe<GrowthUnifiedProfileEntityType>;
@@ -57009,6 +57114,16 @@ export declare type GrowthUnifiedProfilePaidChannelContextByProduct = {
57009
57114
  jwm?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
57010
57115
  trello?: Maybe<GrowthUnifiedProfilePaidChannelContext>;
57011
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
+ };
57012
57127
  export declare enum GrowthUnifiedProfileProduct {
57013
57128
  Compass = "compass",
57014
57129
  Confluence = "confluence",
@@ -57109,6 +57224,7 @@ export declare type GrowthUnifiedProfileSiteOnboardingInsightsResult = {
57109
57224
  earliestDataDate?: Maybe<Scalars['String']['output']>;
57110
57225
  engagementsSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileEngagementsSeries>>>;
57111
57226
  latestDataDate?: Maybe<Scalars['String']['output']>;
57227
+ linkEngagementSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkEngagementSeries>>>;
57112
57228
  rollingInterval: Scalars['String']['output'];
57113
57229
  tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
57114
57230
  totalCompletions?: Maybe<Scalars['Int']['output']>;
@@ -61924,6 +62040,21 @@ export declare type JiraBoardReportCategoriesArgs = {
61924
62040
  first?: InputMaybe<Scalars['Int']['input']>;
61925
62041
  last?: InputMaybe<Scalars['Int']['input']>;
61926
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
+ };
61927
62058
  export declare type JiraBoardConnection = {
61928
62059
  __typename?: 'JiraBoardConnection';
61929
62060
  edges?: Maybe<Array<Maybe<JiraBoardEdge>>>;
@@ -66954,6 +67085,21 @@ export declare type JiraIssueAndProject = {
66954
67085
  issueId: Scalars['ID']['output'];
66955
67086
  projectId: Scalars['ID']['output'];
66956
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
+ };
66957
67103
  export declare type JiraIssueAttachmentFilterInput = {
66958
67104
  mimeTypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
66959
67105
  };
@@ -68596,6 +68742,21 @@ export declare type JiraIssueTypeInput = {
68596
68742
  id?: InputMaybe<Scalars['ID']['input']>;
68597
68743
  issueTypeId: Scalars['ID']['input'];
68598
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
+ };
68599
68760
  export declare type JiraIssueUpdatedStreamHubPayload = {
68600
68761
  __typename?: 'JiraIssueUpdatedStreamHubPayload';
68601
68762
  resource?: Maybe<Scalars['ID']['output']>;
@@ -78264,7 +78425,6 @@ export declare enum JiraSuggestionType {
78264
78425
  }
78265
78426
  export declare type JiraSuggestionsByContextInput = {
78266
78427
  after?: InputMaybe<Scalars['String']['input']>;
78267
- cloudId: Scalars['ID']['input'];
78268
78428
  first?: InputMaybe<Scalars['Int']['input']>;
78269
78429
  id: Scalars['ID']['input'];
78270
78430
  status?: InputMaybe<Array<JiraSuggestionStatus>>;
@@ -82499,6 +82659,7 @@ export declare type KnowledgeDiscoveryQuerySuggestion = {
82499
82659
  type: KnowledgeDiscoveryQuerySuggestionType;
82500
82660
  };
82501
82661
  export declare enum KnowledgeDiscoveryQuerySuggestionType {
82662
+ AssignedItems = "ASSIGNED_ITEMS",
82502
82663
  TicketAssignee = "TICKET_ASSIGNEE",
82503
82664
  TicketDueDate = "TICKET_DUE_DATE",
82504
82665
  TicketStatus = "TICKET_STATUS"
@@ -86057,26 +86218,6 @@ export declare type MercuryAggregatedFocusAreaStatusCount = {
86057
86218
  current: MercuryFocusAreaStatusCount;
86058
86219
  subtree: MercuryFocusAreaStatusCount;
86059
86220
  };
86060
- export declare type MercuryAggregatedHeadcountConnection = {
86061
- __typename?: 'MercuryAggregatedHeadcountConnection';
86062
- edges?: Maybe<Array<Maybe<MercuryAggregatedHeadcountEdge>>>;
86063
- pageInfo: PageInfo;
86064
- totalCount?: Maybe<Scalars['Int']['output']>;
86065
- };
86066
- export declare type MercuryAggregatedHeadcountEdge = {
86067
- __typename?: 'MercuryAggregatedHeadcountEdge';
86068
- cursor: Scalars['String']['output'];
86069
- node?: Maybe<MercuryHeadcountAggregation>;
86070
- };
86071
- export declare type MercuryAggregatedHeadcountSort = {
86072
- field?: InputMaybe<MercuryAggregatedHeadcountSortField>;
86073
- order: SortOrder;
86074
- };
86075
- export declare enum MercuryAggregatedHeadcountSortField {
86076
- FilledPositions = "FILLED_POSITIONS",
86077
- OpenPositions = "OPEN_POSITIONS",
86078
- TotalHeadcount = "TOTAL_HEADCOUNT"
86079
- }
86080
86221
  export declare type MercuryAggregatedPortfolioStatusCount = {
86081
86222
  __typename?: 'MercuryAggregatedPortfolioStatusCount';
86082
86223
  children: MercuryFocusAreaStatusCount;
@@ -86329,6 +86470,7 @@ export declare type MercuryChangeProposalsView = MercuryView & Node & {
86329
86470
  name: Scalars['String']['output'];
86330
86471
  priorities?: Maybe<MercuryChangeProposalRankConnection>;
86331
86472
  settings?: Maybe<Array<Maybe<MercuryViewSetting>>>;
86473
+ strategicEvent?: Maybe<MercuryStrategicEvent>;
86332
86474
  updatedBy?: Maybe<User>;
86333
86475
  updatedDate?: Maybe<Scalars['String']['output']>;
86334
86476
  };
@@ -86723,7 +86865,6 @@ export declare type MercuryFocusArea = Node & {
86723
86865
  __typename?: 'MercuryFocusArea';
86724
86866
  aboutContent: MercuryFocusAreaAbout;
86725
86867
  aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedFocusAreaStatusCount>;
86726
- allocations?: Maybe<MercuryFocusAreaAllocations>;
86727
86868
  archived: Scalars['Boolean']['output'];
86728
86869
  ari: Scalars['String']['output'];
86729
86870
  changeSummary?: Maybe<MercuryChangeSummary>;
@@ -86735,7 +86876,6 @@ export declare type MercuryFocusArea = Node & {
86735
86876
  focusAreaType: MercuryFocusAreaType;
86736
86877
  funding?: Maybe<MercuryFunding>;
86737
86878
  goalLinks?: Maybe<MercuryFocusAreaGoalLinks>;
86738
- headcountAggregation?: Maybe<MercuryHeadcountAggregation>;
86739
86879
  health?: Maybe<MercuryFocusAreaHealth>;
86740
86880
  icon: MercuryFocusAreaIcon;
86741
86881
  id: Scalars['ID']['output'];
@@ -86748,7 +86888,6 @@ export declare type MercuryFocusArea = Node & {
86748
86888
  statusTransitions: MercuryFocusAreaStatusTransitions;
86749
86889
  subFocusAreas?: Maybe<MercuryFocusAreaConnection>;
86750
86890
  targetDate?: Maybe<MercuryTargetDate>;
86751
- teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
86752
86891
  updatedDate: Scalars['String']['output'];
86753
86892
  url?: Maybe<Scalars['String']['output']>;
86754
86893
  uuid: Scalars['UUID']['output'];
@@ -86767,11 +86906,6 @@ export declare type MercuryFocusAreaSubFocusAreasArgs = {
86767
86906
  q?: InputMaybe<Scalars['String']['input']>;
86768
86907
  sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
86769
86908
  };
86770
- export declare type MercuryFocusAreaTeamAllocationsArgs = {
86771
- after?: InputMaybe<Scalars['String']['input']>;
86772
- first?: InputMaybe<Scalars['Int']['input']>;
86773
- sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
86774
- };
86775
86909
  export declare type MercuryFocusAreaWatchersArgs = {
86776
86910
  after?: InputMaybe<Scalars['String']['input']>;
86777
86911
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -86806,10 +86940,6 @@ export declare type MercuryFocusAreaActivityHistory = Node & {
86806
86940
  export declare type MercuryFocusAreaActivitySort = {
86807
86941
  order: SortOrder;
86808
86942
  };
86809
- export declare type MercuryFocusAreaAllocations = {
86810
- __typename?: 'MercuryFocusAreaAllocations';
86811
- human?: Maybe<MercuryHumanResourcesAllocation>;
86812
- };
86813
86943
  export declare type MercuryFocusAreaChangeRequirements = {
86814
86944
  __typename?: 'MercuryFocusAreaChangeRequirements';
86815
86945
  changeProposalId?: Maybe<Scalars['ID']['output']>;
@@ -87032,35 +87162,6 @@ export declare type MercuryFocusAreaTargetDateInput = {
87032
87162
  targetDate?: InputMaybe<Scalars['String']['input']>;
87033
87163
  targetDateType?: InputMaybe<MercuryTargetDateType>;
87034
87164
  };
87035
- export declare type MercuryFocusAreaTeamAllocationAggregation = Node & {
87036
- __typename?: 'MercuryFocusAreaTeamAllocationAggregation';
87037
- filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
87038
- id: Scalars['ID']['output'];
87039
- openPositions?: Maybe<Scalars['BigDecimal']['output']>;
87040
- team: MercuryTeam;
87041
- totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
87042
- };
87043
- export declare type MercuryFocusAreaTeamAllocationAggregationConnection = {
87044
- __typename?: 'MercuryFocusAreaTeamAllocationAggregationConnection';
87045
- edges?: Maybe<Array<Maybe<MercuryFocusAreaTeamAllocationAggregationEdge>>>;
87046
- pageInfo: PageInfo;
87047
- totalCount?: Maybe<Scalars['Int']['output']>;
87048
- };
87049
- export declare type MercuryFocusAreaTeamAllocationAggregationEdge = {
87050
- __typename?: 'MercuryFocusAreaTeamAllocationAggregationEdge';
87051
- cursor: Scalars['String']['output'];
87052
- node?: Maybe<MercuryFocusAreaTeamAllocationAggregation>;
87053
- };
87054
- export declare type MercuryFocusAreaTeamAllocationAggregationSort = {
87055
- field?: InputMaybe<MercuryFocusAreaTeamAllocationAggregationSortField>;
87056
- order: SortOrder;
87057
- };
87058
- export declare enum MercuryFocusAreaTeamAllocationAggregationSortField {
87059
- FilledPositions = "FILLED_POSITIONS",
87060
- OpenPositions = "OPEN_POSITIONS",
87061
- TeamName = "TEAM_NAME",
87062
- TotalPositions = "TOTAL_POSITIONS"
87063
- }
87064
87165
  export declare type MercuryFocusAreaType = {
87065
87166
  __typename?: 'MercuryFocusAreaType';
87066
87167
  ari: Scalars['String']['output'];
@@ -87124,21 +87225,6 @@ export declare type MercuryGoalsAggregatedStatusCount = {
87124
87225
  current?: Maybe<MercuryGoalStatusCount>;
87125
87226
  previous?: Maybe<MercuryGoalStatusCount>;
87126
87227
  };
87127
- export declare type MercuryHeadcountAggregation = {
87128
- __typename?: 'MercuryHeadcountAggregation';
87129
- filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
87130
- focusArea: MercuryFocusArea;
87131
- openPositions?: Maybe<Scalars['BigDecimal']['output']>;
87132
- totalHeadcount?: Maybe<Scalars['BigDecimal']['output']>;
87133
- };
87134
- export declare type MercuryHumanResourcesAllocation = {
87135
- __typename?: 'MercuryHumanResourcesAllocation';
87136
- budgetedPositions?: Maybe<Scalars['BigDecimal']['output']>;
87137
- filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
87138
- openPositions?: Maybe<Scalars['BigDecimal']['output']>;
87139
- totalAsPercentageOfBudget?: Maybe<Scalars['BigDecimal']['output']>;
87140
- totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
87141
- };
87142
87228
  export declare type MercuryImpactedPositionSummaryByChangeProposalStatus = {
87143
87229
  __typename?: 'MercuryImpactedPositionSummaryByChangeProposalStatus';
87144
87230
  countByStatus?: Maybe<Array<Maybe<MercuryPositionCountByStatus>>>;
@@ -87785,7 +87871,6 @@ export declare type MercuryPublishFocusAreaPayload = Payload & {
87785
87871
  };
87786
87872
  export declare type MercuryQueryApi = {
87787
87873
  __typename?: 'MercuryQueryApi';
87788
- aggregatedHeadcounts?: Maybe<MercuryAggregatedHeadcountConnection>;
87789
87874
  aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
87790
87875
  aiFocusAreaWorkContextData?: Maybe<MercuryFocusAreaWorkContext>;
87791
87876
  comments?: Maybe<MercuryCommentConnection>;
@@ -87795,7 +87880,6 @@ export declare type MercuryQueryApi = {
87795
87880
  focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
87796
87881
  focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
87797
87882
  focusAreaStatusUpdatesByAris?: Maybe<Array<MercuryFocusAreaStatusUpdate>>;
87798
- focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
87799
87883
  focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
87800
87884
  focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
87801
87885
  focusAreas?: Maybe<MercuryFocusAreaConnection>;
@@ -87809,16 +87893,8 @@ export declare type MercuryQueryApi = {
87809
87893
  myPreferences?: Maybe<Array<MercuryPreference>>;
87810
87894
  portfoliosByAris?: Maybe<Array<MercuryPortfolio>>;
87811
87895
  searchFocusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
87812
- team?: Maybe<MercuryTeam>;
87813
- teams?: Maybe<MercuryTeamConnection>;
87814
87896
  workspaceContext: MercuryWorkspaceContext;
87815
87897
  };
87816
- export declare type MercuryQueryApiAggregatedHeadcountsArgs = {
87817
- after?: InputMaybe<Scalars['String']['input']>;
87818
- cloudId: Scalars['ID']['input'];
87819
- first?: InputMaybe<Scalars['Int']['input']>;
87820
- sort?: InputMaybe<Array<InputMaybe<MercuryAggregatedHeadcountSort>>>;
87821
- };
87822
87898
  export declare type MercuryQueryApiAiFocusAreaSummaryArgs = {
87823
87899
  cloudId: Scalars['ID']['input'];
87824
87900
  id: Scalars['ID']['input'];
@@ -87860,13 +87936,6 @@ export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
87860
87936
  export declare type MercuryQueryApiFocusAreaStatusUpdatesByArisArgs = {
87861
87937
  aris: Array<Scalars['ID']['input']>;
87862
87938
  };
87863
- export declare type MercuryQueryApiFocusAreaTeamAllocationsArgs = {
87864
- after?: InputMaybe<Scalars['String']['input']>;
87865
- cloudId: Scalars['ID']['input'];
87866
- first?: InputMaybe<Scalars['Int']['input']>;
87867
- focusAreaId: Scalars['ID']['input'];
87868
- sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
87869
- };
87870
87939
  export declare type MercuryQueryApiFocusAreaTypesArgs = {
87871
87940
  cloudId: Scalars['ID']['input'];
87872
87941
  };
@@ -87923,17 +87992,6 @@ export declare type MercuryQueryApiSearchFocusAreaActivityHistoryArgs = {
87923
87992
  q?: InputMaybe<Scalars['String']['input']>;
87924
87993
  sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
87925
87994
  };
87926
- export declare type MercuryQueryApiTeamArgs = {
87927
- cloudId: Scalars['ID']['input'];
87928
- id: Scalars['ID']['input'];
87929
- };
87930
- export declare type MercuryQueryApiTeamsArgs = {
87931
- after?: InputMaybe<Scalars['String']['input']>;
87932
- cloudId: Scalars['ID']['input'];
87933
- first?: InputMaybe<Scalars['Int']['input']>;
87934
- q?: InputMaybe<Scalars['String']['input']>;
87935
- sort?: InputMaybe<Array<InputMaybe<MercuryTeamSort>>>;
87936
- };
87937
87995
  export declare type MercuryQueryApiWorkspaceContextArgs = {
87938
87996
  cloudId: Scalars['ID']['input'];
87939
87997
  };
@@ -88433,63 +88491,6 @@ export declare enum MercuryTargetDateType {
88433
88491
  Month = "MONTH",
88434
88492
  Quarter = "QUARTER"
88435
88493
  }
88436
- export declare type MercuryTeam = Node & {
88437
- __typename?: 'MercuryTeam';
88438
- filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
88439
- id: Scalars['ID']['output'];
88440
- name: Scalars['String']['output'];
88441
- openPositions?: Maybe<Scalars['BigDecimal']['output']>;
88442
- teamFocusAreaAllocations: MercuryTeamFocusAreaAllocationConnection;
88443
- };
88444
- export declare type MercuryTeamTeamFocusAreaAllocationsArgs = {
88445
- after?: InputMaybe<Scalars['String']['input']>;
88446
- first?: InputMaybe<Scalars['Int']['input']>;
88447
- sort?: InputMaybe<Array<InputMaybe<MercuryTeamFocusAreaAllocationsSort>>>;
88448
- };
88449
- export declare type MercuryTeamConnection = {
88450
- __typename?: 'MercuryTeamConnection';
88451
- edges?: Maybe<Array<Maybe<MercuryTeamEdge>>>;
88452
- pageInfo: PageInfo;
88453
- totalCount?: Maybe<Scalars['Int']['output']>;
88454
- };
88455
- export declare type MercuryTeamEdge = {
88456
- __typename?: 'MercuryTeamEdge';
88457
- cursor: Scalars['String']['output'];
88458
- node?: Maybe<MercuryTeam>;
88459
- };
88460
- export declare type MercuryTeamFocusAreaAllocation = Node & {
88461
- __typename?: 'MercuryTeamFocusAreaAllocation';
88462
- filledPositions?: Maybe<Scalars['BigDecimal']['output']>;
88463
- focusArea: MercuryFocusArea;
88464
- id: Scalars['ID']['output'];
88465
- openPositions?: Maybe<Scalars['BigDecimal']['output']>;
88466
- };
88467
- export declare type MercuryTeamFocusAreaAllocationConnection = {
88468
- __typename?: 'MercuryTeamFocusAreaAllocationConnection';
88469
- edges?: Maybe<Array<Maybe<MercuryTeamFocusAreaAllocationEdge>>>;
88470
- pageInfo: PageInfo;
88471
- totalCount?: Maybe<Scalars['Int']['output']>;
88472
- };
88473
- export declare type MercuryTeamFocusAreaAllocationEdge = {
88474
- __typename?: 'MercuryTeamFocusAreaAllocationEdge';
88475
- cursor: Scalars['String']['output'];
88476
- node?: Maybe<MercuryTeamFocusAreaAllocation>;
88477
- };
88478
- export declare enum MercuryTeamFocusAreaAllocationSortField {
88479
- FilledPositions = "FILLED_POSITIONS",
88480
- OpenPositions = "OPEN_POSITIONS"
88481
- }
88482
- export declare type MercuryTeamFocusAreaAllocationsSort = {
88483
- field?: InputMaybe<MercuryTeamFocusAreaAllocationSortField>;
88484
- order: SortOrder;
88485
- };
88486
- export declare type MercuryTeamSort = {
88487
- field?: InputMaybe<MercuryTeamSortField>;
88488
- order: SortOrder;
88489
- };
88490
- export declare enum MercuryTeamSortField {
88491
- Name = "NAME"
88492
- }
88493
88494
  export declare type MercuryTransitionChangeProposalPayload = Payload & {
88494
88495
  __typename?: 'MercuryTransitionChangeProposalPayload';
88495
88496
  errors?: Maybe<Array<MutationError>>;
@@ -89173,6 +89174,7 @@ export declare type Mutation = {
89173
89174
  confluence_deleteSubCalendarPrivateUrl?: Maybe<ConfluenceDeleteSubCalendarPrivateUrlPayload>;
89174
89175
  confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
89175
89176
  confluence_deleteTopic?: Maybe<ConfluenceDeleteTopicPayload>;
89177
+ confluence_experimentInitAiFirstCreation?: Maybe<ConfluenceExperimentInitAiFirstCreationPayload>;
89176
89178
  confluence_experimentInitModernize?: Maybe<ConfluenceExperimentInitModernizePayload>;
89177
89179
  confluence_generateForgeContextToken?: Maybe<ConfluenceForgeContextTokenPayload>;
89178
89180
  confluence_insertOfflineVersion?: Maybe<ConfluenceInsertOfflineVersionPayload>;
@@ -89195,6 +89197,7 @@ export declare type Mutation = {
89195
89197
  confluence_updateCalendarPermissions?: Maybe<ConfluenceUpdateCalendarPermissionPayload>;
89196
89198
  confluence_updateCalendarView?: Maybe<ConfluenceUpdateCalendarViewPayload>;
89197
89199
  confluence_updateContentAccessRequest?: Maybe<ConfluenceUpdateContentAccessRequestPayload>;
89200
+ confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
89198
89201
  confluence_updateCustomContentPermissions?: Maybe<ConfluenceUpdateCustomContentPermissionsPayload>;
89199
89202
  confluence_updateCustomRole?: Maybe<ConfluenceUpdateCustomRolePayload>;
89200
89203
  confluence_updateDefaultTitleEmoji?: Maybe<ConfluenceUpdateDefaultTitleEmojiPayload>;
@@ -89407,6 +89410,7 @@ export declare type Mutation = {
89407
89410
  jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
89408
89411
  jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
89409
89412
  jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
89413
+ jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
89410
89414
  jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
89411
89415
  jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
89412
89416
  jira_createBoardViewStatusColumn?: Maybe<JiraCreateBoardViewStatusColumnPayload>;
@@ -89459,6 +89463,7 @@ export declare type Mutation = {
89459
89463
  jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
89460
89464
  jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
89461
89465
  jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
89466
+ jira_unarchiveIssue?: Maybe<JiraIssueUnarchivePayload>;
89462
89467
  jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
89463
89468
  jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
89464
89469
  jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
@@ -89607,6 +89612,7 @@ export declare type Mutation = {
89607
89612
  setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
89608
89613
  setTaskStatus?: Maybe<GraphQlMutationResponse>;
89609
89614
  setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
89615
+ settings_updateCreationSettings?: Maybe<SettingsCreationSettings>;
89610
89616
  settings_updateNavigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
89611
89617
  shardedGraphStore?: Maybe<ShardedGraphStoreMutation>;
89612
89618
  shareResource?: Maybe<ShareResourcePayload>;
@@ -90192,6 +90198,9 @@ export declare type MutationConfluence_DeleteTopicArgs = {
90192
90198
  cloudId: Scalars['ID']['input'];
90193
90199
  input: ConfluenceDeleteTopicInput;
90194
90200
  };
90201
+ export declare type MutationConfluence_ExperimentInitAiFirstCreationArgs = {
90202
+ cloudId: Scalars['ID']['input'];
90203
+ };
90195
90204
  export declare type MutationConfluence_ExperimentInitModernizeArgs = {
90196
90205
  cloudId: Scalars['ID']['input'];
90197
90206
  };
@@ -90280,6 +90289,10 @@ export declare type MutationConfluence_UpdateContentAccessRequestArgs = {
90280
90289
  cloudId: Scalars['ID']['input'];
90281
90290
  updateContentAccessRequestInput: ConfluenceUpdateContentAccessRequestInput;
90282
90291
  };
90292
+ export declare type MutationConfluence_UpdateContentModeArgs = {
90293
+ cloudId: Scalars['ID']['input'];
90294
+ input: ConfluenceUpdateContentModeInput;
90295
+ };
90283
90296
  export declare type MutationConfluence_UpdateCustomContentPermissionsArgs = {
90284
90297
  cloudId: Scalars['ID']['input'];
90285
90298
  input: ConfluenceUpdateCustomContentPermissionsInput;
@@ -90989,6 +91002,9 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
90989
91002
  export declare type MutationJira_ApplySuggestionActionsArgs = {
90990
91003
  input: Array<JiraApplySuggestionActionInput>;
90991
91004
  };
91005
+ export declare type MutationJira_ArchiveIssueArgs = {
91006
+ input: JiraIssueArchiveInput;
91007
+ };
90992
91008
  export declare type MutationJira_AssociateProjectToFieldSchemeArgs = {
90993
91009
  cloudId: Scalars['ID']['input'];
90994
91010
  input: JiraAssociateProjectToFieldSchemeInput;
@@ -91157,6 +91173,9 @@ export declare type MutationJira_TrashGlobalCustomFieldsArgs = {
91157
91173
  cloudId: Scalars['ID']['input'];
91158
91174
  input: JiraTrashGlobalCustomFieldsInput;
91159
91175
  };
91176
+ export declare type MutationJira_UnarchiveIssueArgs = {
91177
+ input: JiraIssueUnarchiveInput;
91178
+ };
91160
91179
  export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs = {
91161
91180
  cloudId: Scalars['ID']['input'];
91162
91181
  input: JiraFieldToFieldConfigSchemeAssociationsInput;
@@ -91610,6 +91629,9 @@ export declare type MutationSetTaskStatusArgs = {
91610
91629
  export declare type MutationSetUserSwimlaneStrategyArgs = {
91611
91630
  input?: InputMaybe<SetSwimlaneStrategyInput>;
91612
91631
  };
91632
+ export declare type MutationSettings_UpdateCreationSettingsArgs = {
91633
+ input: SettingsCreationSettingsInput;
91634
+ };
91613
91635
  export declare type MutationSettings_UpdateNavigationCustomisationArgs = {
91614
91636
  input: SettingsNavigationCustomisationInput;
91615
91637
  };
@@ -94786,6 +94808,7 @@ export declare type PublishConditionsDialog = {
94786
94808
  };
94787
94809
  export declare type PublishedContentProperties = {
94788
94810
  __typename?: 'PublishedContentProperties';
94811
+ contentMode?: Maybe<Scalars['String']['output']>;
94789
94812
  coverPictureWidth?: Maybe<Scalars['String']['output']>;
94790
94813
  defaultTitleEmoji?: Maybe<Scalars['String']['output']>;
94791
94814
  externalVersionId?: Maybe<Scalars['String']['output']>;
@@ -94891,6 +94914,7 @@ export declare type Query = {
94891
94914
  agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
94892
94915
  agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
94893
94916
  agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
94917
+ agentStudio_conversationReportByAgentId?: Maybe<AgentStudioConversationReportByAgentIdResult>;
94894
94918
  agentStudio_getAgentActorRoles?: Maybe<AgentStudioActorRoles>;
94895
94919
  agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
94896
94920
  agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
@@ -94984,7 +95008,7 @@ export declare type Query = {
94984
95008
  channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
94985
95009
  channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
94986
95010
  channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
94987
- channelPlatform_getConversationId?: Maybe<ChannelPlatformGetContactIdResponse>;
95011
+ channelPlatform_getCustomerConversations?: Maybe<ChannelPlatformCustomerConversationsResponse>;
94988
95012
  channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
94989
95013
  channelPlatform_getQuickResponse?: Maybe<ChannelPlatformQuickResponse>;
94990
95014
  channelPlatform_getSurveyLink?: Maybe<ChannelPlatformSurveyLinkResponse>;
@@ -95521,6 +95545,7 @@ export declare type Query = {
95521
95545
  searchTimeseriesCount?: Maybe<SearchTimeseriesCount>;
95522
95546
  searchesByTerm?: Maybe<SearchesByTerm>;
95523
95547
  searchesWithZeroCTR?: Maybe<SearchesWithZeroCtr>;
95548
+ settings_creationSettings?: Maybe<SettingsCreationSettings>;
95524
95549
  settings_navigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
95525
95550
  shardedGraphStore?: Maybe<ShardedGraphStore>;
95526
95551
  shepherd?: Maybe<ShepherdQuery>;
@@ -95768,6 +95793,13 @@ export declare type QueryAgentAi_SummarizeIssueArgs = {
95768
95793
  export declare type QueryAgentStudio_AgentByIdArgs = {
95769
95794
  id: Scalars['ID']['input'];
95770
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
+ };
95771
95803
  export declare type QueryAgentStudio_GetAgentActorRolesArgs = {
95772
95804
  after?: InputMaybe<Scalars['String']['input']>;
95773
95805
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -98387,6 +98419,10 @@ export declare type QuerySearchesWithZeroCtrArgs = {
98387
98419
  timezone: Scalars['String']['input'];
98388
98420
  toDate: Scalars['String']['input'];
98389
98421
  };
98422
+ export declare type QuerySettings_CreationSettingsArgs = {
98423
+ ownerAri?: InputMaybe<Scalars['ID']['input']>;
98424
+ tenantId?: InputMaybe<Scalars['ID']['input']>;
98425
+ };
98390
98426
  export declare type QuerySettings_NavigationCustomisationArgs = {
98391
98427
  entityAri?: InputMaybe<Scalars['ID']['input']>;
98392
98428
  ownerAri?: InputMaybe<Scalars['ID']['input']>;
@@ -99012,6 +99048,7 @@ export declare enum RadarEntityType {
99012
99048
  FocusArea = "focusArea",
99013
99049
  Position = "position",
99014
99050
  Proposal = "proposal",
99051
+ ProposedMovement = "proposedMovement",
99015
99052
  Team = "team",
99016
99053
  Worker = "worker"
99017
99054
  }
@@ -99391,6 +99428,7 @@ export declare type RadarWorkspace = {
99391
99428
  id: Scalars['ID']['output'];
99392
99429
  positionFields: Array<RadarFieldDefinition>;
99393
99430
  proposalFields: Array<RadarFieldDefinition>;
99431
+ proposedMovementFields: Array<RadarFieldDefinition>;
99394
99432
  settings: RadarSettings;
99395
99433
  teamFields: Array<RadarFieldDefinition>;
99396
99434
  userContext?: Maybe<RadarUserContext>;
@@ -99403,6 +99441,7 @@ export declare type RadarWorktypeAllocation = {
99403
99441
  __typename?: 'RadarWorktypeAllocation';
99404
99442
  ctb?: Maybe<Scalars['Int']['output']>;
99405
99443
  id: Scalars['ID']['output'];
99444
+ organisationARI: Scalars['ID']['output'];
99406
99445
  organisationId: Scalars['ID']['output'];
99407
99446
  positionCount?: Maybe<Scalars['Int']['output']>;
99408
99447
  productivity?: Maybe<Scalars['Int']['output']>;
@@ -101198,6 +101237,7 @@ export declare type SearchConfluenceFilter = {
101198
101237
  creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
101199
101238
  isVerified?: InputMaybe<Scalars['Boolean']['input']>;
101200
101239
  labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
101240
+ mentions?: InputMaybe<Array<Scalars['String']['input']>>;
101201
101241
  owners?: InputMaybe<Array<Scalars['String']['input']>>;
101202
101242
  pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
101203
101243
  range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
@@ -102312,6 +102352,42 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
102312
102352
  strategy: SwimlaneStrategy;
102313
102353
  success: Scalars['Boolean']['output'];
102314
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
+ };
102315
102391
  export declare type SettingsDisplayProperty = {
102316
102392
  __typename?: 'SettingsDisplayProperty';
102317
102393
  key?: Maybe<Scalars['ID']['output']>;
@@ -126987,6 +127063,14 @@ export declare type TrelloBaseBoardPrefs = {
126987
127063
  autoArchive?: Maybe<Scalars['Boolean']['output']>;
126988
127064
  background?: Maybe<TrelloBoardBackground>;
126989
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
+ };
126990
127074
  export declare type TrelloBaseCard = {
126991
127075
  actions?: Maybe<TrelloCardActionConnection>;
126992
127076
  attachments?: Maybe<TrelloAttachmentConnection>;
@@ -127026,6 +127110,7 @@ export declare type TrelloBaseCardAttachmentsArgs = {
127026
127110
  };
127027
127111
  export declare type TrelloBaseCardChecklistsArgs = {
127028
127112
  after?: InputMaybe<Scalars['String']['input']>;
127113
+ checklistId?: InputMaybe<Scalars['ID']['input']>;
127029
127114
  first?: InputMaybe<Scalars['Int']['input']>;
127030
127115
  };
127031
127116
  export declare type TrelloBoard = Node & {
@@ -127274,11 +127359,22 @@ export declare type TrelloBoardRestrictions = {
127274
127359
  private?: Maybe<Scalars['String']['output']>;
127275
127360
  public?: Maybe<Scalars['String']['output']>;
127276
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
+ };
127277
127373
  export declare type TrelloBoardStickersLimits = {
127278
127374
  __typename?: 'TrelloBoardStickersLimits';
127279
127375
  perCard?: Maybe<TrelloLimitProps>;
127280
127376
  };
127281
- export declare type TrelloBoardUpdated = {
127377
+ export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
127282
127378
  __typename?: 'TrelloBoardUpdated';
127283
127379
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
127284
127380
  closed?: Maybe<Scalars['Boolean']['output']>;
@@ -127396,6 +127492,7 @@ export declare type TrelloCardAttachmentsArgs = {
127396
127492
  };
127397
127493
  export declare type TrelloCardChecklistsArgs = {
127398
127494
  after?: InputMaybe<Scalars['String']['input']>;
127495
+ checklistId?: InputMaybe<Scalars['ID']['input']>;
127399
127496
  first?: InputMaybe<Scalars['Int']['input']>;
127400
127497
  };
127401
127498
  export declare type TrelloCardCustomFieldItemsArgs = {
@@ -128359,6 +128456,7 @@ export declare type TrelloInboxCardAttachmentsArgs = {
128359
128456
  };
128360
128457
  export declare type TrelloInboxCardChecklistsArgs = {
128361
128458
  after?: InputMaybe<Scalars['String']['input']>;
128459
+ checklistId?: InputMaybe<Scalars['ID']['input']>;
128362
128460
  first?: InputMaybe<Scalars['Int']['input']>;
128363
128461
  };
128364
128462
  export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
@@ -128366,7 +128464,7 @@ export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
128366
128464
  autoArchive?: Maybe<Scalars['Boolean']['output']>;
128367
128465
  background?: Maybe<TrelloBoardBackground>;
128368
128466
  };
128369
- export declare type TrelloInboxUpdated = {
128467
+ export declare type TrelloInboxUpdated = TrelloBaseBoardUpdated & {
128370
128468
  __typename?: 'TrelloInboxUpdated';
128371
128469
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
128372
128470
  board: TrelloBoardUpdated;
@@ -128612,6 +128710,7 @@ export declare type TrelloMemberPrefs = {
128612
128710
  export declare type TrelloMemberUpdated = {
128613
128711
  __typename?: 'TrelloMemberUpdated';
128614
128712
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
128713
+ boardStars?: Maybe<TrelloBoardStarConnectionUpdated>;
128615
128714
  boards?: Maybe<TrelloBoardConnectionUpdated>;
128616
128715
  fullName?: Maybe<Scalars['String']['output']>;
128617
128716
  id?: Maybe<Scalars['ID']['output']>;
@@ -129646,6 +129745,7 @@ export declare type TrelloSubscriptionApi = {
129646
129745
  onBoardCardSetUpdated?: Maybe<TrelloBoardUpdated>;
129647
129746
  onBoardUpdated?: Maybe<TrelloBoardUpdated>;
129648
129747
  onCardBatchUpdated?: Maybe<TrelloCardBatch>;
129748
+ onInboxUpdated?: Maybe<TrelloInboxUpdated>;
129649
129749
  onMemberUpdated?: Maybe<TrelloMemberUpdated>;
129650
129750
  onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
129651
129751
  };
@@ -129660,6 +129760,9 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
129660
129760
  export declare type TrelloSubscriptionApiOnCardBatchUpdatedArgs = {
129661
129761
  id: Scalars['ID']['input'];
129662
129762
  };
129763
+ export declare type TrelloSubscriptionApiOnInboxUpdatedArgs = {
129764
+ memberId: Scalars['ID']['input'];
129765
+ };
129663
129766
  export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
129664
129767
  id: Scalars['ID']['input'];
129665
129768
  };