@forge/cli-shared 8.10.0-next.11 → 8.10.0-next.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/graphql/graphql-types.d.ts +411 -19
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +49 -25
- package/out/ui/text.d.ts +5 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -0
- package/package.json +1 -1
|
@@ -16092,7 +16092,7 @@ export declare type ConfluenceContentBodyInput = {
|
|
|
16092
16092
|
export declare type ConfluenceContentDirectRestrictions = {
|
|
16093
16093
|
__typename?: 'ConfluenceContentDirectRestrictions';
|
|
16094
16094
|
applied?: Maybe<ConfluenceDirectRestrictionsApplied>;
|
|
16095
|
-
|
|
16095
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16096
16096
|
};
|
|
16097
16097
|
export declare type ConfluenceContentGeneralAccess = {
|
|
16098
16098
|
__typename?: 'ConfluenceContentGeneralAccess';
|
|
@@ -16169,6 +16169,18 @@ export declare type ConfluenceContentNativeProperties = {
|
|
|
16169
16169
|
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
16170
16170
|
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
16171
16171
|
};
|
|
16172
|
+
export declare type ConfluenceContentPermissions = {
|
|
16173
|
+
__typename?: 'ConfluenceContentPermissions';
|
|
16174
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16175
|
+
confluencePrincipalsConnection: ConfluencePrincipalsConnection;
|
|
16176
|
+
contentId: Scalars['ID']['output'];
|
|
16177
|
+
generalAccess: ConfluenceContentGeneralAccess;
|
|
16178
|
+
permissions?: Maybe<ConfluencePrincipalsConnection>;
|
|
16179
|
+
};
|
|
16180
|
+
export declare type ConfluenceContentPermissionsPermissionsArgs = {
|
|
16181
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16182
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16183
|
+
};
|
|
16172
16184
|
export declare enum ConfluenceContentPosition {
|
|
16173
16185
|
After = "AFTER",
|
|
16174
16186
|
Append = "APPEND",
|
|
@@ -18000,6 +18012,24 @@ export declare enum ConfluenceNbmCategoryTypes {
|
|
|
18000
18012
|
Unknown = "UNKNOWN",
|
|
18001
18013
|
Unverified = "UNVERIFIED"
|
|
18002
18014
|
}
|
|
18015
|
+
export declare type ConfluenceNbmChainsForTransformationConnection = {
|
|
18016
|
+
__typename?: 'ConfluenceNbmChainsForTransformationConnection';
|
|
18017
|
+
edges?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationEdge>>>;
|
|
18018
|
+
nodes?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationNode>>>;
|
|
18019
|
+
pageInfo: ConfluencePageInfo;
|
|
18020
|
+
};
|
|
18021
|
+
export declare type ConfluenceNbmChainsForTransformationEdge = {
|
|
18022
|
+
__typename?: 'ConfluenceNbmChainsForTransformationEdge';
|
|
18023
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
18024
|
+
node?: Maybe<ConfluenceNbmChainsForTransformationNode>;
|
|
18025
|
+
};
|
|
18026
|
+
export declare type ConfluenceNbmChainsForTransformationNode = {
|
|
18027
|
+
__typename?: 'ConfluenceNbmChainsForTransformationNode';
|
|
18028
|
+
affectedPages?: Maybe<Scalars['Int']['output']>;
|
|
18029
|
+
brokenPageId?: Maybe<Scalars['ID']['output']>;
|
|
18030
|
+
chain: Scalars['String']['output'];
|
|
18031
|
+
suggestion?: Maybe<Scalars['String']['output']>;
|
|
18032
|
+
};
|
|
18003
18033
|
export declare type ConfluenceNbmPageInfo = {
|
|
18004
18034
|
__typename?: 'ConfluenceNbmPageInfo';
|
|
18005
18035
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -18141,6 +18171,12 @@ export declare enum ConfluenceNbmTransformationStatus {
|
|
|
18141
18171
|
Pending = "PENDING",
|
|
18142
18172
|
Running = "RUNNING"
|
|
18143
18173
|
}
|
|
18174
|
+
export declare type ConfluenceNbmTransformer = {
|
|
18175
|
+
__typename?: 'ConfluenceNbmTransformer';
|
|
18176
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
18177
|
+
name: Scalars['String']['output'];
|
|
18178
|
+
transformedChain?: Maybe<Scalars['String']['output']>;
|
|
18179
|
+
};
|
|
18144
18180
|
export declare enum ConfluenceNbmVerificationAiState {
|
|
18145
18181
|
Broken = "BROKEN",
|
|
18146
18182
|
Unknown = "UNKNOWN",
|
|
@@ -18600,11 +18636,24 @@ export declare type ConfluencePendingAccessRequest = {
|
|
|
18600
18636
|
__typename?: 'ConfluencePendingAccessRequest';
|
|
18601
18637
|
isPendingAccessRequestExists?: Maybe<Scalars['Boolean']['output']>;
|
|
18602
18638
|
};
|
|
18639
|
+
export declare enum ConfluencePermission {
|
|
18640
|
+
Edit = "EDIT",
|
|
18641
|
+
View = "VIEW"
|
|
18642
|
+
}
|
|
18603
18643
|
export declare enum ConfluencePermissionTypeAssignabilityCode {
|
|
18604
18644
|
AnonymousAssignable = "ANONYMOUS_ASSIGNABLE",
|
|
18605
18645
|
Assignable = "ASSIGNABLE",
|
|
18606
18646
|
GuestAssignable = "GUEST_ASSIGNABLE"
|
|
18607
18647
|
}
|
|
18648
|
+
export declare type ConfluencePermissionsSummary = {
|
|
18649
|
+
__typename?: 'ConfluencePermissionsSummary';
|
|
18650
|
+
limit: Scalars['Int']['output'];
|
|
18651
|
+
remainingSlots: Scalars['Int']['output'];
|
|
18652
|
+
totalCount: Scalars['Int']['output'];
|
|
18653
|
+
totalGroups: Scalars['Int']['output'];
|
|
18654
|
+
totalTeams: Scalars['Int']['output'];
|
|
18655
|
+
totalUsers: Scalars['Int']['output'];
|
|
18656
|
+
};
|
|
18608
18657
|
export declare type ConfluencePerson = {
|
|
18609
18658
|
__typename?: 'ConfluencePerson';
|
|
18610
18659
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -18671,10 +18720,29 @@ export declare enum ConfluencePolicyEnabledStatus {
|
|
|
18671
18720
|
Enabled = "ENABLED",
|
|
18672
18721
|
UndeterminedDueToInternalError = "UNDETERMINED_DUE_TO_INTERNAL_ERROR"
|
|
18673
18722
|
}
|
|
18723
|
+
export declare type ConfluencePrincipal = {
|
|
18724
|
+
__typename?: 'ConfluencePrincipal';
|
|
18725
|
+
avatar?: Maybe<Scalars['String']['output']>;
|
|
18726
|
+
displayName: Scalars['String']['output'];
|
|
18727
|
+
effectivePermission: ConfluencePermission;
|
|
18728
|
+
explicitPermission: ConfluencePermission;
|
|
18729
|
+
hasSpaceEditPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18730
|
+
hasSpaceViewPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18731
|
+
principalId: Scalars['ID']['output'];
|
|
18732
|
+
principalType: ConfluencePrincipalType;
|
|
18733
|
+
restrictingContent?: Maybe<ConfluenceRestrictingContent>;
|
|
18734
|
+
sitePermissionType?: Maybe<SitePermissionType>;
|
|
18735
|
+
usageType?: Maybe<ConfluenceGroupUsageType>;
|
|
18736
|
+
};
|
|
18674
18737
|
export declare enum ConfluencePrincipalType {
|
|
18675
18738
|
Group = "GROUP",
|
|
18676
18739
|
User = "USER"
|
|
18677
18740
|
}
|
|
18741
|
+
export declare type ConfluencePrincipalsConnection = {
|
|
18742
|
+
__typename?: 'ConfluencePrincipalsConnection';
|
|
18743
|
+
nodes: Array<Maybe<ConfluencePrincipal>>;
|
|
18744
|
+
pageInfo: ConfluencePageInfo;
|
|
18745
|
+
};
|
|
18678
18746
|
export declare type ConfluencePrivacyMode = {
|
|
18679
18747
|
__typename?: 'ConfluencePrivacyMode';
|
|
18680
18748
|
isPrivacyModeEnabled: Scalars['Boolean']['output'];
|
|
@@ -19156,6 +19224,16 @@ export declare type ConfluenceRestoreContentVersionPayload = {
|
|
|
19156
19224
|
success: Scalars['Boolean']['output'];
|
|
19157
19225
|
version: Version;
|
|
19158
19226
|
};
|
|
19227
|
+
export declare type ConfluenceRestrictingContent = {
|
|
19228
|
+
__typename?: 'ConfluenceRestrictingContent';
|
|
19229
|
+
id: Scalars['ID']['output'];
|
|
19230
|
+
links?: Maybe<ConfluenceRestrictingContentLinks>;
|
|
19231
|
+
};
|
|
19232
|
+
export declare type ConfluenceRestrictingContentLinks = {
|
|
19233
|
+
__typename?: 'ConfluenceRestrictingContentLinks';
|
|
19234
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
19235
|
+
webui?: Maybe<Scalars['String']['output']>;
|
|
19236
|
+
};
|
|
19159
19237
|
export declare type ConfluenceRestriction = {
|
|
19160
19238
|
__typename?: 'ConfluenceRestriction';
|
|
19161
19239
|
principalId: Scalars['ID']['output'];
|
|
@@ -19172,12 +19250,6 @@ export declare type ConfluenceRestrictionsResult = {
|
|
|
19172
19250
|
__typename?: 'ConfluenceRestrictionsResult';
|
|
19173
19251
|
restrictions: Array<Maybe<ConfluenceRestriction>>;
|
|
19174
19252
|
};
|
|
19175
|
-
export declare type ConfluenceRestrictionsSummary = {
|
|
19176
|
-
__typename?: 'ConfluenceRestrictionsSummary';
|
|
19177
|
-
limit?: Maybe<Scalars['Int']['output']>;
|
|
19178
|
-
remainingSlots?: Maybe<Scalars['Int']['output']>;
|
|
19179
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
19180
|
-
};
|
|
19181
19253
|
export declare enum ConfluenceRoleAssignabilityCode {
|
|
19182
19254
|
Assignable = "ASSIGNABLE",
|
|
19183
19255
|
DefaultRoleAssignmentNotSupported = "DEFAULT_ROLE_ASSIGNMENT_NOT_SUPPORTED",
|
|
@@ -33887,6 +33959,23 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
33887
33959
|
McpServer = "MCP_SERVER",
|
|
33888
33960
|
McpTool = "MCP_TOOL"
|
|
33889
33961
|
}
|
|
33962
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
|
|
33963
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
|
|
33964
|
+
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge>>;
|
|
33965
|
+
error?: Maybe<QueryError>;
|
|
33966
|
+
nodes?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>>;
|
|
33967
|
+
pageInfo: PageInfo;
|
|
33968
|
+
};
|
|
33969
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge = {
|
|
33970
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge';
|
|
33971
|
+
cursor: Scalars['String']['output'];
|
|
33972
|
+
node?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>;
|
|
33973
|
+
};
|
|
33974
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
33975
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode';
|
|
33976
|
+
displayName: Scalars['String']['output'];
|
|
33977
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
33978
|
+
};
|
|
33890
33979
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
33891
33980
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
33892
33981
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
@@ -34630,7 +34719,8 @@ export declare type GraphQlSpaceShortcutsInput = {
|
|
|
34630
34719
|
};
|
|
34631
34720
|
export declare enum GraphQlTemplateContentAppearance {
|
|
34632
34721
|
Default = "DEFAULT",
|
|
34633
|
-
FullWidth = "FULL_WIDTH"
|
|
34722
|
+
FullWidth = "FULL_WIDTH",
|
|
34723
|
+
Max = "MAX"
|
|
34634
34724
|
}
|
|
34635
34725
|
export declare type GraphQlUserAndGroupSearchResults = {
|
|
34636
34726
|
__typename?: 'GraphQLUserAndGroupSearchResults';
|
|
@@ -62346,16 +62436,7 @@ export declare enum HelpCenterPortalsType {
|
|
|
62346
62436
|
Hidden = "HIDDEN",
|
|
62347
62437
|
Visible = "VISIBLE"
|
|
62348
62438
|
}
|
|
62349
|
-
export declare type HelpCenterProductEntityConnection =
|
|
62350
|
-
__typename?: 'HelpCenterProductEntityConnection';
|
|
62351
|
-
edges?: Maybe<Array<HelpCenterProductEntityEdge>>;
|
|
62352
|
-
pageInfo: PageInfo;
|
|
62353
|
-
};
|
|
62354
|
-
export declare type HelpCenterProductEntityEdge = {
|
|
62355
|
-
__typename?: 'HelpCenterProductEntityEdge';
|
|
62356
|
-
cursor: Scalars['String']['output'];
|
|
62357
|
-
node?: Maybe<HelpCenterHubProductEntityData>;
|
|
62358
|
-
};
|
|
62439
|
+
export declare type HelpCenterProductEntityConnection = HelpObjectStoreProductEntityConnection | QueryError;
|
|
62359
62440
|
export declare type HelpCenterProductEntityFilterCriteria = {
|
|
62360
62441
|
__typename?: 'HelpCenterProductEntityFilterCriteria';
|
|
62361
62442
|
after?: Maybe<Scalars['String']['output']>;
|
|
@@ -62382,6 +62463,8 @@ export declare type HelpCenterProductEntityRequestInput = {
|
|
|
62382
62463
|
type: HelpCenterProductEntityType;
|
|
62383
62464
|
};
|
|
62384
62465
|
export declare enum HelpCenterProductEntityType {
|
|
62466
|
+
JsmExtResources = "JSM_EXT_RESOURCES",
|
|
62467
|
+
JsmKbArticles = "JSM_KB_ARTICLES",
|
|
62385
62468
|
JsmRequestTypes = "JSM_REQUEST_TYPES",
|
|
62386
62469
|
KnowledgeCards = "KNOWLEDGE_CARDS"
|
|
62387
62470
|
}
|
|
@@ -87115,6 +87198,16 @@ export declare type JsmChannelsExperienceConfiguration = {
|
|
|
87115
87198
|
filter?: Maybe<JsmChannelsFilterConfiguration>;
|
|
87116
87199
|
isEnabled: Scalars['Boolean']['output'];
|
|
87117
87200
|
};
|
|
87201
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsQueryPayload = {
|
|
87202
|
+
__typename?: 'JsmChannelsExperienceConfigurationByProjectIdsQueryPayload';
|
|
87203
|
+
projectExperienceConfiguration: Array<JsmChannelsExperienceConfigurationForProject>;
|
|
87204
|
+
};
|
|
87205
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsResult = JsmChannelsExperienceConfigurationByProjectIdsQueryPayload | QueryError;
|
|
87206
|
+
export declare type JsmChannelsExperienceConfigurationForProject = {
|
|
87207
|
+
__typename?: 'JsmChannelsExperienceConfigurationForProject';
|
|
87208
|
+
projectId: Scalars['String']['output'];
|
|
87209
|
+
requestTypes?: Maybe<Array<JsmChannelsRequestTypeStatus>>;
|
|
87210
|
+
};
|
|
87118
87211
|
export declare type JsmChannelsExperienceConfigurationInput = {
|
|
87119
87212
|
filter?: InputMaybe<JsmChannelsFilterConfigurationInput>;
|
|
87120
87213
|
isEnabled: Scalars['Boolean']['input'];
|
|
@@ -87210,6 +87303,17 @@ export declare enum JsmChannelsPlanNodeType {
|
|
|
87210
87303
|
Condition = "CONDITION",
|
|
87211
87304
|
Step = "STEP"
|
|
87212
87305
|
}
|
|
87306
|
+
export declare type JsmChannelsProjectQueryFilter = {
|
|
87307
|
+
projectId: Scalars['String']['input'];
|
|
87308
|
+
requestTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
87309
|
+
};
|
|
87310
|
+
export declare enum JsmChannelsRequestTypeAgentStatus {
|
|
87311
|
+
Assistive = "ASSISTIVE",
|
|
87312
|
+
Autonomous = "AUTONOMOUS",
|
|
87313
|
+
Disabled = "DISABLED",
|
|
87314
|
+
Smart = "SMART",
|
|
87315
|
+
Supervised = "SUPERVISED"
|
|
87316
|
+
}
|
|
87213
87317
|
export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
87214
87318
|
Assistive = "ASSISTIVE",
|
|
87215
87319
|
Autonomous = "AUTONOMOUS",
|
|
@@ -87217,6 +87321,11 @@ export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
|
87217
87321
|
Smart = "SMART",
|
|
87218
87322
|
Supervised = "SUPERVISED"
|
|
87219
87323
|
}
|
|
87324
|
+
export declare type JsmChannelsRequestTypeStatus = {
|
|
87325
|
+
__typename?: 'JsmChannelsRequestTypeStatus';
|
|
87326
|
+
id: Scalars['String']['output'];
|
|
87327
|
+
status: JsmChannelsRequestTypeAgentStatus;
|
|
87328
|
+
};
|
|
87220
87329
|
export declare type JsmChannelsRequestTypes = {
|
|
87221
87330
|
__typename?: 'JsmChannelsRequestTypes';
|
|
87222
87331
|
id: Scalars['String']['output'];
|
|
@@ -88225,6 +88334,15 @@ export declare type KitsuneFeedback = KitsuneNode & {
|
|
|
88225
88334
|
export declare type KitsuneNode = {
|
|
88226
88335
|
_id: Scalars['ID']['output'];
|
|
88227
88336
|
};
|
|
88337
|
+
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
88338
|
+
__typename?: 'KnowledgeBaseAccessibleLinkedSourceResult';
|
|
88339
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88340
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88341
|
+
sourceContainerName?: Maybe<Scalars['String']['output']>;
|
|
88342
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88343
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88344
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88345
|
+
};
|
|
88228
88346
|
export declare type KnowledgeBaseAgentArticleSearchConnection = {
|
|
88229
88347
|
__typename?: 'KnowledgeBaseAgentArticleSearchConnection';
|
|
88230
88348
|
edges?: Maybe<Array<KnowledgeBaseArticleEdge>>;
|
|
@@ -88311,6 +88429,16 @@ export declare type KnowledgeBaseCategoryDetail = {
|
|
|
88311
88429
|
id?: Maybe<Scalars['String']['output']>;
|
|
88312
88430
|
name?: Maybe<Scalars['String']['output']>;
|
|
88313
88431
|
};
|
|
88432
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatus = {
|
|
88433
|
+
__typename?: 'KnowledgeBaseConfluenceServerLinkStatus';
|
|
88434
|
+
isConfluenceServerLinked: Scalars['Boolean']['output'];
|
|
88435
|
+
};
|
|
88436
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatusResponse = KnowledgeBaseConfluenceServerLinkStatus | QueryError;
|
|
88437
|
+
export declare type KnowledgeBaseConfluenceSpaceSuggestions = KnowledgeBaseSourceSuggestionInterface & {
|
|
88438
|
+
__typename?: 'KnowledgeBaseConfluenceSpaceSuggestions';
|
|
88439
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88440
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88441
|
+
};
|
|
88314
88442
|
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
88315
88443
|
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
88316
88444
|
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
@@ -88334,18 +88462,51 @@ export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
88334
88462
|
pageInfo: PageInfo;
|
|
88335
88463
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88336
88464
|
};
|
|
88465
|
+
export declare type KnowledgeBaseInaccessibleLinkedSource = {
|
|
88466
|
+
__typename?: 'KnowledgeBaseInaccessibleLinkedSource';
|
|
88467
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88468
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88469
|
+
};
|
|
88337
88470
|
export declare type KnowledgeBaseLinkResponse = {
|
|
88338
88471
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
88339
88472
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
88340
88473
|
mutationError?: Maybe<MutationError>;
|
|
88341
88474
|
success: Scalars['Boolean']['output'];
|
|
88342
88475
|
};
|
|
88476
|
+
export declare type KnowledgeBaseLinkSourceResult = {
|
|
88477
|
+
__typename?: 'KnowledgeBaseLinkSourceResult';
|
|
88478
|
+
mutationError?: Maybe<MutationError>;
|
|
88479
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88480
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88481
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88482
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88483
|
+
};
|
|
88484
|
+
export declare type KnowledgeBaseLinkSourcesResponse = {
|
|
88485
|
+
__typename?: 'KnowledgeBaseLinkSourcesResponse';
|
|
88486
|
+
linkSourceResults?: Maybe<Array<KnowledgeBaseLinkSourceResult>>;
|
|
88487
|
+
};
|
|
88488
|
+
export declare type KnowledgeBaseLinkedSource = {
|
|
88489
|
+
__typename?: 'KnowledgeBaseLinkedSource';
|
|
88490
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
88491
|
+
permissions?: Maybe<KnowledgeBaseSourcePermissionsResponse>;
|
|
88492
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88493
|
+
sourceId?: Maybe<Scalars['ID']['output']>;
|
|
88494
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88495
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88496
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
88497
|
+
};
|
|
88343
88498
|
export declare type KnowledgeBaseLinkedSourceTypes = {
|
|
88344
88499
|
__typename?: 'KnowledgeBaseLinkedSourceTypes';
|
|
88345
88500
|
linkedSourceTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
88346
88501
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88347
88502
|
};
|
|
88348
88503
|
export declare type KnowledgeBaseLinkedSourceTypesResponse = KnowledgeBaseLinkedSourceTypes | QueryError;
|
|
88504
|
+
export declare type KnowledgeBaseLinkedSources = {
|
|
88505
|
+
__typename?: 'KnowledgeBaseLinkedSources';
|
|
88506
|
+
inaccessibleLinkedSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88507
|
+
linkedSources?: Maybe<Array<KnowledgeBaseLinkedSource>>;
|
|
88508
|
+
};
|
|
88509
|
+
export declare type KnowledgeBaseLinkedSourcesResponse = KnowledgeBaseLinkedSources | QueryError;
|
|
88349
88510
|
export declare type KnowledgeBaseMutationApi = {
|
|
88350
88511
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
88351
88512
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseLinkResponse>;
|
|
@@ -88362,6 +88523,11 @@ export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
|
88362
88523
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
88363
88524
|
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88364
88525
|
};
|
|
88526
|
+
export declare type KnowledgeBasePermissionUpdateRequest = {
|
|
88527
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88528
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88529
|
+
viewPermission?: InputMaybe<Scalars['String']['input']>;
|
|
88530
|
+
};
|
|
88365
88531
|
export declare type KnowledgeBaseQueryApi = {
|
|
88366
88532
|
__typename?: 'KnowledgeBaseQueryApi';
|
|
88367
88533
|
knowledgeBase?: Maybe<KnowledgeBaseResponse>;
|
|
@@ -88397,7 +88563,37 @@ export declare type KnowledgeBaseSourceEdge = {
|
|
|
88397
88563
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
88398
88564
|
node: KnowledgeBaseSource;
|
|
88399
88565
|
};
|
|
88566
|
+
export declare type KnowledgeBaseSourceInput = {
|
|
88567
|
+
metadata?: InputMaybe<KnowledgeBaseSourceMetadataInput>;
|
|
88568
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88569
|
+
sourceContainerARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88570
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88571
|
+
};
|
|
88572
|
+
export declare type KnowledgeBaseSourceMetadataInput = {
|
|
88573
|
+
applicationIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
88574
|
+
};
|
|
88575
|
+
export declare type KnowledgeBaseSourcePermissionDetailV2 = {
|
|
88576
|
+
__typename?: 'KnowledgeBaseSourcePermissionDetailV2';
|
|
88577
|
+
currentPermission?: Maybe<Scalars['String']['output']>;
|
|
88578
|
+
invalidPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88579
|
+
validPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88580
|
+
};
|
|
88400
88581
|
export declare type KnowledgeBaseSourcePermissions = KnowledgeBaseSpacePermissionQueryError | KnowledgeBaseSpacePermissionResponse;
|
|
88582
|
+
export declare type KnowledgeBaseSourcePermissionsResponse = {
|
|
88583
|
+
__typename?: 'KnowledgeBaseSourcePermissionsResponse';
|
|
88584
|
+
editPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88585
|
+
viewPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88586
|
+
};
|
|
88587
|
+
export declare type KnowledgeBaseSourceSuggestion = KnowledgeBaseConfluenceSpaceSuggestions | KnowledgeBaseThirdPartySuggestion;
|
|
88588
|
+
export declare type KnowledgeBaseSourceSuggestionInterface = {
|
|
88589
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88590
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88591
|
+
};
|
|
88592
|
+
export declare type KnowledgeBaseSourceSuggestions = {
|
|
88593
|
+
__typename?: 'KnowledgeBaseSourceSuggestions';
|
|
88594
|
+
sourceSuggestions?: Maybe<Array<KnowledgeBaseSourceSuggestion>>;
|
|
88595
|
+
};
|
|
88596
|
+
export declare type KnowledgeBaseSourceSuggestionsResponse = KnowledgeBaseSourceSuggestions | QueryError;
|
|
88401
88597
|
export declare enum KnowledgeBaseSourceVisibility {
|
|
88402
88598
|
External = "EXTERNAL",
|
|
88403
88599
|
Internal = "INTERNAL"
|
|
@@ -88445,6 +88641,12 @@ export declare type KnowledgeBaseSpacePermissionUpdateViewInput = {
|
|
|
88445
88641
|
spaceAri: Scalars['ID']['input'];
|
|
88446
88642
|
viewPermission?: InputMaybe<KnowledgeBaseSpacePermissionType>;
|
|
88447
88643
|
};
|
|
88644
|
+
export declare type KnowledgeBaseSuggestionFilters = {
|
|
88645
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
88646
|
+
sourceSystemCloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
88647
|
+
sourceType?: InputMaybe<Scalars['String']['input']>;
|
|
88648
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88649
|
+
};
|
|
88448
88650
|
export declare type KnowledgeBaseThirdPartyArticle = {
|
|
88449
88651
|
__typename?: 'KnowledgeBaseThirdPartyArticle';
|
|
88450
88652
|
id: Scalars['ID']['output'];
|
|
@@ -88463,11 +88665,43 @@ export declare type KnowledgeBaseThirdPartyConnection = {
|
|
|
88463
88665
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseThirdPartyArticle>>>;
|
|
88464
88666
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88465
88667
|
};
|
|
88668
|
+
export declare type KnowledgeBaseThirdPartySuggestion = KnowledgeBaseSourceSuggestionInterface & {
|
|
88669
|
+
__typename?: 'KnowledgeBaseThirdPartySuggestion';
|
|
88670
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
88671
|
+
parentName?: Maybe<Scalars['String']['output']>;
|
|
88672
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88673
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88674
|
+
};
|
|
88466
88675
|
export declare type KnowledgeBaseUnlinkResponse = {
|
|
88467
88676
|
__typename?: 'KnowledgeBaseUnlinkResponse';
|
|
88468
88677
|
mutationError?: Maybe<MutationError>;
|
|
88469
88678
|
success: Scalars['Boolean']['output'];
|
|
88470
88679
|
};
|
|
88680
|
+
export declare type KnowledgeBaseUnlinkSourceInput = {
|
|
88681
|
+
linkedSourceId?: InputMaybe<Scalars['ID']['input']>;
|
|
88682
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88683
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88684
|
+
};
|
|
88685
|
+
export declare type KnowledgeBaseUnlinkSourceResult = {
|
|
88686
|
+
__typename?: 'KnowledgeBaseUnlinkSourceResult';
|
|
88687
|
+
linkedSourceId?: Maybe<Scalars['ID']['output']>;
|
|
88688
|
+
mutationError?: Maybe<MutationError>;
|
|
88689
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88690
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88691
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88692
|
+
};
|
|
88693
|
+
export declare type KnowledgeBaseUnlinkSourcesResponse = {
|
|
88694
|
+
__typename?: 'KnowledgeBaseUnlinkSourcesResponse';
|
|
88695
|
+
unlinkSourceResults?: Maybe<Array<KnowledgeBaseUnlinkSourceResult>>;
|
|
88696
|
+
};
|
|
88697
|
+
export declare type KnowledgeBaseUpdateSourceViewPermissionResponse = KnowledgeBaseSourcePermissionsResponse | MutationError;
|
|
88698
|
+
export declare type KnowledgeBaseUserCapabilities = {
|
|
88699
|
+
__typename?: 'KnowledgeBaseUserCapabilities';
|
|
88700
|
+
editableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88701
|
+
inaccessibleSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88702
|
+
readableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88703
|
+
};
|
|
88704
|
+
export declare type KnowledgeBaseUserCapabilitiesResponse = KnowledgeBaseUserCapabilities | QueryError;
|
|
88471
88705
|
export declare type KnowledgeDiscoveryAdminhubBookmark = {
|
|
88472
88706
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmark';
|
|
88473
88707
|
id: Scalars['ID']['output'];
|
|
@@ -89452,6 +89686,25 @@ export declare type LinksSelf = {
|
|
|
89452
89686
|
__typename?: 'LinksSelf';
|
|
89453
89687
|
self?: Maybe<Scalars['String']['output']>;
|
|
89454
89688
|
};
|
|
89689
|
+
export declare enum LiveChatEventType {
|
|
89690
|
+
ChatClosed = "CHAT_CLOSED",
|
|
89691
|
+
ParticipantJoined = "PARTICIPANT_JOINED",
|
|
89692
|
+
ParticipantLeft = "PARTICIPANT_LEFT",
|
|
89693
|
+
SystemMessage = "SYSTEM_MESSAGE",
|
|
89694
|
+
UserMessage = "USER_MESSAGE"
|
|
89695
|
+
}
|
|
89696
|
+
export declare type LiveChatUpdate = {
|
|
89697
|
+
__typename?: 'LiveChatUpdate';
|
|
89698
|
+
adf: Scalars['String']['output'];
|
|
89699
|
+
eventType: LiveChatEventType;
|
|
89700
|
+
senderAccountId?: Maybe<Scalars['String']['output']>;
|
|
89701
|
+
};
|
|
89702
|
+
export declare type LiveChatUpdateInput = {
|
|
89703
|
+
adf: Scalars['String']['input'];
|
|
89704
|
+
chatAri: Scalars['ID']['input'];
|
|
89705
|
+
eventType: LiveChatEventType;
|
|
89706
|
+
senderAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
89707
|
+
};
|
|
89455
89708
|
export declare type LocalStorage = {
|
|
89456
89709
|
__typename?: 'LocalStorage';
|
|
89457
89710
|
booleanValues: Array<Maybe<LocalStorageBooleanPair>>;
|
|
@@ -97153,6 +97406,7 @@ export declare type Mutation = {
|
|
|
97153
97406
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
97154
97407
|
goals_setWatchingTeam?: Maybe<TownsquareGoalsSetWatchingTeamPayload>;
|
|
97155
97408
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
97409
|
+
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
97156
97410
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
97157
97411
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
97158
97412
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -97289,8 +97543,12 @@ export declare type Mutation = {
|
|
|
97289
97543
|
kitsune_suggestSnippets?: Maybe<Array<Maybe<Array<Maybe<KitsuneChunk>>>>>;
|
|
97290
97544
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
97291
97545
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
97546
|
+
knowledgeBase_linkSources?: Maybe<KnowledgeBaseLinkSourcesResponse>;
|
|
97547
|
+
knowledgeBase_unlinkSources?: Maybe<KnowledgeBaseUnlinkSourcesResponse>;
|
|
97548
|
+
knowledgeBase_updateSourceViewPermission?: Maybe<KnowledgeBaseUpdateSourceViewPermissionResponse>;
|
|
97292
97549
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
97293
97550
|
likeContent?: Maybe<LikeContentPayload>;
|
|
97551
|
+
liveChat_sendUpdate?: Maybe<LiveChatUpdate>;
|
|
97294
97552
|
loom_acceptOrganizationInvite?: Maybe<LoomAcceptOrganizationInvitation>;
|
|
97295
97553
|
loom_joinWorkspace?: Maybe<LoomJoinWorkspace>;
|
|
97296
97554
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
@@ -97344,6 +97602,7 @@ export declare type Mutation = {
|
|
|
97344
97602
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
97345
97603
|
projects_createRisk?: Maybe<TownsquareProjectsCreateRiskPayload>;
|
|
97346
97604
|
projects_createUpdate?: Maybe<TownsquareProjectsCreateUpdatePayload>;
|
|
97605
|
+
projects_deleteComment?: Maybe<TownsquareProjectsDeleteCommentPayload>;
|
|
97347
97606
|
projects_deleteDecision?: Maybe<TownsquareProjectsDeleteDecisionPayload>;
|
|
97348
97607
|
projects_deleteLatestUpdate?: Maybe<TownsquareProjectsDeleteLatestUpdatePayload>;
|
|
97349
97608
|
projects_deleteLearning?: Maybe<TownsquareProjectsDeleteLearningPayload>;
|
|
@@ -99076,6 +99335,9 @@ export declare type MutationGoals_SetWatchingTeamArgs = {
|
|
|
99076
99335
|
export declare type MutationGoals_ShareGoalArgs = {
|
|
99077
99336
|
input: TownsquareGoalsShareGoalInput;
|
|
99078
99337
|
};
|
|
99338
|
+
export declare type MutationGoals_ShareUpdateArgs = {
|
|
99339
|
+
input: TownsquareGoalsShareUpdateInput;
|
|
99340
|
+
};
|
|
99079
99341
|
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
99080
99342
|
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
99081
99343
|
};
|
|
@@ -99501,9 +99763,27 @@ export declare type MutationKnowledgeBaseSpacePermission_UpdateViewArgs = {
|
|
|
99501
99763
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
99502
99764
|
input: KnowledgeBaseSpacePermissionUpdateViewInput;
|
|
99503
99765
|
};
|
|
99766
|
+
export declare type MutationKnowledgeBase_LinkSourcesArgs = {
|
|
99767
|
+
cloudId: Scalars['ID']['input'];
|
|
99768
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99769
|
+
sources?: InputMaybe<Array<KnowledgeBaseSourceInput>>;
|
|
99770
|
+
};
|
|
99771
|
+
export declare type MutationKnowledgeBase_UnlinkSourcesArgs = {
|
|
99772
|
+
cloudId: Scalars['ID']['input'];
|
|
99773
|
+
linkedSources?: InputMaybe<Array<KnowledgeBaseUnlinkSourceInput>>;
|
|
99774
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99775
|
+
};
|
|
99776
|
+
export declare type MutationKnowledgeBase_UpdateSourceViewPermissionArgs = {
|
|
99777
|
+
cloudId: Scalars['ID']['input'];
|
|
99778
|
+
permissionUpdateRequest?: InputMaybe<KnowledgeBasePermissionUpdateRequest>;
|
|
99779
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99780
|
+
};
|
|
99504
99781
|
export declare type MutationLikeContentArgs = {
|
|
99505
99782
|
input: LikeContentInput;
|
|
99506
99783
|
};
|
|
99784
|
+
export declare type MutationLiveChat_SendUpdateArgs = {
|
|
99785
|
+
liveChatUpdateInput: LiveChatUpdateInput;
|
|
99786
|
+
};
|
|
99507
99787
|
export declare type MutationLoom_AcceptOrganizationInviteArgs = {
|
|
99508
99788
|
inviteLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
99509
99789
|
orgToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -99641,6 +99921,9 @@ export declare type MutationProjects_CreateRiskArgs = {
|
|
|
99641
99921
|
export declare type MutationProjects_CreateUpdateArgs = {
|
|
99642
99922
|
input?: InputMaybe<TownsquareProjectsCreateUpdateInput>;
|
|
99643
99923
|
};
|
|
99924
|
+
export declare type MutationProjects_DeleteCommentArgs = {
|
|
99925
|
+
input: TownsquareProjectsDeleteCommentInput;
|
|
99926
|
+
};
|
|
99644
99927
|
export declare type MutationProjects_DeleteDecisionArgs = {
|
|
99645
99928
|
input: TownsquareProjectsDeleteDecisionInput;
|
|
99646
99929
|
};
|
|
@@ -103482,6 +103765,7 @@ export declare type Query = {
|
|
|
103482
103765
|
confluence_contentAISummaries?: Maybe<Array<Maybe<ConfluenceContentAiSummaryResponse>>>;
|
|
103483
103766
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
103484
103767
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
103768
|
+
confluence_contentPermissions?: Maybe<ConfluenceContentPermissions>;
|
|
103485
103769
|
confluence_contentReactionsSummary?: Maybe<ConfluenceReactionSummary>;
|
|
103486
103770
|
confluence_contentSmartLinksForDraft?: Maybe<PaginatedSmartLinkList>;
|
|
103487
103771
|
confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
@@ -103518,6 +103802,8 @@ export declare type Query = {
|
|
|
103518
103802
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
103519
103803
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
103520
103804
|
confluence_mediaTokenData?: Maybe<ConfluenceMediaTokenData>;
|
|
103805
|
+
confluence_nbmChainsForTransformation?: Maybe<ConfluenceNbmChainsForTransformationConnection>;
|
|
103806
|
+
confluence_nbmEligibleTransformersForChain?: Maybe<Array<Maybe<ConfluenceNbmTransformer>>>;
|
|
103521
103807
|
confluence_nbmPerfReportList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103522
103808
|
confluence_nbmScanList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103523
103809
|
confluence_nbmScanResult?: Maybe<ConfluenceNbmScanResult>;
|
|
@@ -103750,6 +104036,7 @@ export declare type Query = {
|
|
|
103750
104036
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
103751
104037
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
103752
104038
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
104039
|
+
graphIntegration_mcpAdminManagementCuratedMcpServerTemplates?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection>;
|
|
103753
104040
|
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
103754
104041
|
graphIntegration_mcpAdminManagementMcpServerMetaData?: Maybe<GraphIntegrationMcpAdminManagementMcpServerMetaData>;
|
|
103755
104042
|
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
@@ -103845,6 +104132,7 @@ export declare type Query = {
|
|
|
103845
104132
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
103846
104133
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
103847
104134
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
104135
|
+
jsmChannels_getExperienceConfigurationByProjectIds: JsmChannelsExperienceConfigurationByProjectIdsResult;
|
|
103848
104136
|
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
103849
104137
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
103850
104138
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
@@ -103855,8 +104143,12 @@ export declare type Query = {
|
|
|
103855
104143
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
103856
104144
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
103857
104145
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
104146
|
+
knowledgeBase_confluenceServerLinkStatus?: Maybe<KnowledgeBaseConfluenceServerLinkStatusResponse>;
|
|
103858
104147
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
104148
|
+
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
103859
104149
|
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
104150
|
+
knowledgeBase_sourceSuggestions?: Maybe<KnowledgeBaseSourceSuggestionsResponse>;
|
|
104151
|
+
knowledgeBase_userCapabilities?: Maybe<KnowledgeBaseUserCapabilitiesResponse>;
|
|
103860
104152
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
103861
104153
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
103862
104154
|
latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
|
|
@@ -103865,6 +104157,7 @@ export declare type Query = {
|
|
|
103865
104157
|
linksIncomingToJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103866
104158
|
linksOutgoingFromConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103867
104159
|
linksOutgoingFromJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
104160
|
+
liveChat_dummy?: Maybe<Scalars['String']['output']>;
|
|
103868
104161
|
localStorage?: Maybe<LocalStorage>;
|
|
103869
104162
|
logAccessByContexts?: Maybe<Array<InstallationContextWithInstallationIdResponse>>;
|
|
103870
104163
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
@@ -104121,6 +104414,7 @@ export declare type Query = {
|
|
|
104121
104414
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
104122
104415
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
104123
104416
|
supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
|
|
104417
|
+
supportInquiry_channelsIdentityHashByClientName?: Maybe<Scalars['String']['output']>;
|
|
104124
104418
|
supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
|
|
104125
104419
|
team?: Maybe<TeamQuery>;
|
|
104126
104420
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
@@ -105151,6 +105445,10 @@ export declare type QueryConfluence_ContentAnalyticsCountUserByContentTypeArgs =
|
|
|
105151
105445
|
startTime: Scalars['String']['input'];
|
|
105152
105446
|
subType?: InputMaybe<Scalars['String']['input']>;
|
|
105153
105447
|
};
|
|
105448
|
+
export declare type QueryConfluence_ContentPermissionsArgs = {
|
|
105449
|
+
cloudId: Scalars['ID']['input'];
|
|
105450
|
+
contentId: Scalars['ID']['input'];
|
|
105451
|
+
};
|
|
105154
105452
|
export declare type QueryConfluence_ContentReactionsSummaryArgs = {
|
|
105155
105453
|
cloudId: Scalars['ID']['input'];
|
|
105156
105454
|
contentId: Scalars['ID']['input'];
|
|
@@ -105321,6 +105619,16 @@ export declare type QueryConfluence_MacrosByIdsArgs = {
|
|
|
105321
105619
|
export declare type QueryConfluence_MediaTokenDataArgs = {
|
|
105322
105620
|
noteId: Scalars['ID']['input'];
|
|
105323
105621
|
};
|
|
105622
|
+
export declare type QueryConfluence_NbmChainsForTransformationArgs = {
|
|
105623
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
105624
|
+
cloudId: Scalars['ID']['input'];
|
|
105625
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105626
|
+
scanId: Scalars['ID']['input'];
|
|
105627
|
+
};
|
|
105628
|
+
export declare type QueryConfluence_NbmEligibleTransformersForChainArgs = {
|
|
105629
|
+
chain: Scalars['String']['input'];
|
|
105630
|
+
cloudId: Scalars['ID']['input'];
|
|
105631
|
+
};
|
|
105324
105632
|
export declare type QueryConfluence_NbmPerfReportListArgs = {
|
|
105325
105633
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105326
105634
|
cloudId: Scalars['ID']['input'];
|
|
@@ -106380,6 +106688,11 @@ export declare type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
106380
106688
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
106381
106689
|
surface?: InputMaybe<GraphIntegrationSurface>;
|
|
106382
106690
|
};
|
|
106691
|
+
export declare type QueryGraphIntegration_McpAdminManagementCuratedMcpServerTemplatesArgs = {
|
|
106692
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
106693
|
+
cloudId: Scalars['ID']['input'];
|
|
106694
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
106695
|
+
};
|
|
106383
106696
|
export declare type QueryGraphIntegration_McpAdminManagementMcpServerArgs = {
|
|
106384
106697
|
cloudId: Scalars['ID']['input'];
|
|
106385
106698
|
serverId: Scalars['ID']['input'];
|
|
@@ -106718,6 +107031,11 @@ export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdArgs =
|
|
|
106718
107031
|
experience: JsmChannelsExperience;
|
|
106719
107032
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106720
107033
|
};
|
|
107034
|
+
export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdsArgs = {
|
|
107035
|
+
currentProjectAri: Scalars['ID']['input'];
|
|
107036
|
+
experience?: InputMaybe<JsmChannelsExperience>;
|
|
107037
|
+
projectQueryFilters: Array<JsmChannelsProjectQueryFilter>;
|
|
107038
|
+
};
|
|
106721
107039
|
export declare type QueryJsmChannels_GetResolutionPlanGraphArgs = {
|
|
106722
107040
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106723
107041
|
planID: Scalars['ID']['input'];
|
|
@@ -106746,12 +107064,29 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
106746
107064
|
export declare type QueryKnowledgeBase_AgentSearchArgs = {
|
|
106747
107065
|
searchInput?: InputMaybe<KnowledgeBaseAgentArticleSearchInput>;
|
|
106748
107066
|
};
|
|
107067
|
+
export declare type QueryKnowledgeBase_ConfluenceServerLinkStatusArgs = {
|
|
107068
|
+
cloudId: Scalars['ID']['input'];
|
|
107069
|
+
projectIdentifier: Scalars['String']['input'];
|
|
107070
|
+
};
|
|
106749
107071
|
export declare type QueryKnowledgeBase_GetLinkedSourceTypesArgs = {
|
|
106750
107072
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
106751
107073
|
};
|
|
107074
|
+
export declare type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
107075
|
+
cloudId: Scalars['ID']['input'];
|
|
107076
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107077
|
+
};
|
|
106752
107078
|
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
106753
107079
|
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
106754
107080
|
};
|
|
107081
|
+
export declare type QueryKnowledgeBase_SourceSuggestionsArgs = {
|
|
107082
|
+
cloudId: Scalars['ID']['input'];
|
|
107083
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107084
|
+
suggestionFilters?: InputMaybe<KnowledgeBaseSuggestionFilters>;
|
|
107085
|
+
};
|
|
107086
|
+
export declare type QueryKnowledgeBase_UserCapabilitiesArgs = {
|
|
107087
|
+
cloudId: Scalars['ID']['input'];
|
|
107088
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107089
|
+
};
|
|
106755
107090
|
export declare type QueryLabelSearchArgs = {
|
|
106756
107091
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
106757
107092
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -107693,6 +108028,9 @@ export declare type QuerySuggestedSpacesArgs = {
|
|
|
107693
108028
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
107694
108029
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
107695
108030
|
};
|
|
108031
|
+
export declare type QuerySupportInquiry_ChannelsIdentityHashByClientNameArgs = {
|
|
108032
|
+
request?: InputMaybe<SupportInquiryChannelPlatformIdentityHashRequest>;
|
|
108033
|
+
};
|
|
107696
108034
|
export declare type QueryTeamLabelsArgs = {
|
|
107697
108035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107698
108036
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -111346,6 +111684,7 @@ export declare type SearchThirdPartyMetadata = {
|
|
|
111346
111684
|
workspaceUrl?: Maybe<Scalars['String']['output']>;
|
|
111347
111685
|
};
|
|
111348
111686
|
export declare type SearchThirdPartyProduct = {
|
|
111687
|
+
connectionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111349
111688
|
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111350
111689
|
containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111351
111690
|
datasourceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -133316,6 +133655,7 @@ export declare type Subscription = {
|
|
|
133316
133655
|
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
133317
133656
|
jsmChannels_onServiceAgentResolutionStateByTicketIdUpdate: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
133318
133657
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
133658
|
+
liveChat_updates?: Maybe<LiveChatUpdate>;
|
|
133319
133659
|
mercury?: Maybe<MercurySubscriptionApi>;
|
|
133320
133660
|
migration: MigrationSubscription;
|
|
133321
133661
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
@@ -133375,6 +133715,9 @@ export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicke
|
|
|
133375
133715
|
jiraProjectAri: Scalars['ID']['input'];
|
|
133376
133716
|
workItemId: Scalars['ID']['input'];
|
|
133377
133717
|
};
|
|
133718
|
+
export declare type SubscriptionLiveChat_UpdatesArgs = {
|
|
133719
|
+
chatAri: Scalars['ID']['input'];
|
|
133720
|
+
};
|
|
133378
133721
|
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssesmentOnUpdateArgs = {
|
|
133379
133722
|
changeRequestId: Scalars['ID']['input'];
|
|
133380
133723
|
};
|
|
@@ -133400,6 +133743,9 @@ export declare type SuperBatchWebResourcesV2 = {
|
|
|
133400
133743
|
tags?: Maybe<WebResourceTagsV2>;
|
|
133401
133744
|
uris?: Maybe<WebResourceUrisV2>;
|
|
133402
133745
|
};
|
|
133746
|
+
export declare type SupportInquiryChannelPlatformIdentityHashRequest = {
|
|
133747
|
+
clientName?: InputMaybe<Scalars['String']['input']>;
|
|
133748
|
+
};
|
|
133403
133749
|
export declare type SupportInquiryEntitlement = {
|
|
133404
133750
|
__typename?: 'SupportInquiryEntitlement';
|
|
133405
133751
|
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -135201,6 +135547,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
135201
135547
|
url?: Maybe<Scalars['String']['output']>;
|
|
135202
135548
|
uuid: Scalars['String']['output'];
|
|
135203
135549
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
135550
|
+
workItems?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
135204
135551
|
};
|
|
135205
135552
|
export declare type TownsquareGoalCommentsArgs = {
|
|
135206
135553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -135277,6 +135624,10 @@ export declare type TownsquareGoalWatchersArgs = {
|
|
|
135277
135624
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
135278
135625
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135279
135626
|
};
|
|
135627
|
+
export declare type TownsquareGoalWorkItemsArgs = {
|
|
135628
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135629
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135630
|
+
};
|
|
135280
135631
|
export declare type TownsquareGoalCapabilities = {
|
|
135281
135632
|
__typename?: 'TownsquareGoalCapabilities';
|
|
135282
135633
|
canAddJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -135790,6 +136141,7 @@ export declare type TownsquareGoalsLinkWorkItemPayload = {
|
|
|
135790
136141
|
errors?: Maybe<Array<MutationError>>;
|
|
135791
136142
|
goal?: Maybe<TownsquareGoal>;
|
|
135792
136143
|
success: Scalars['Boolean']['output'];
|
|
136144
|
+
workItem?: Maybe<JiraIssue>;
|
|
135793
136145
|
};
|
|
135794
136146
|
export declare type TownsquareGoalsRemoveGoalTeamLinkInput = {
|
|
135795
136147
|
goalId: Scalars['ID']['input'];
|
|
@@ -135848,6 +136200,17 @@ export declare type TownsquareGoalsShareGoalPayload = {
|
|
|
135848
136200
|
success: Scalars['Boolean']['output'];
|
|
135849
136201
|
usersAdded?: Maybe<Array<User>>;
|
|
135850
136202
|
};
|
|
136203
|
+
export declare type TownsquareGoalsShareUpdateInput = {
|
|
136204
|
+
recipientAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
136205
|
+
recipientEmailAddress?: InputMaybe<Scalars['String']['input']>;
|
|
136206
|
+
updateId: Scalars['ID']['input'];
|
|
136207
|
+
};
|
|
136208
|
+
export declare type TownsquareGoalsShareUpdatePayload = {
|
|
136209
|
+
__typename?: 'TownsquareGoalsShareUpdatePayload';
|
|
136210
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136211
|
+
isShared: Scalars['Boolean']['output'];
|
|
136212
|
+
success: Scalars['Boolean']['output'];
|
|
136213
|
+
};
|
|
135851
136214
|
export declare type TownsquareGoalsUnlinkWorkItemInput = {
|
|
135852
136215
|
goalId: Scalars['ID']['input'];
|
|
135853
136216
|
workItemId: Scalars['ID']['input'];
|
|
@@ -136598,6 +136961,15 @@ export declare type TownsquareProjectsCreateUpdatePayload = {
|
|
|
136598
136961
|
success: Scalars['Boolean']['output'];
|
|
136599
136962
|
update?: Maybe<TownsquareProjectUpdate>;
|
|
136600
136963
|
};
|
|
136964
|
+
export declare type TownsquareProjectsDeleteCommentInput = {
|
|
136965
|
+
commentId: Scalars['ID']['input'];
|
|
136966
|
+
};
|
|
136967
|
+
export declare type TownsquareProjectsDeleteCommentPayload = {
|
|
136968
|
+
__typename?: 'TownsquareProjectsDeleteCommentPayload';
|
|
136969
|
+
deletedCommentId?: Maybe<Scalars['ID']['output']>;
|
|
136970
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136971
|
+
success: Scalars['Boolean']['output'];
|
|
136972
|
+
};
|
|
136601
136973
|
export declare type TownsquareProjectsDeleteDecisionInput = {
|
|
136602
136974
|
decisionId: Scalars['ID']['input'];
|
|
136603
136975
|
};
|
|
@@ -137905,6 +138277,10 @@ export declare type TrelloBoardListsLimits = {
|
|
|
137905
138277
|
openPerBoard?: Maybe<TrelloLimitProps>;
|
|
137906
138278
|
totalPerBoard?: Maybe<TrelloLimitProps>;
|
|
137907
138279
|
};
|
|
138280
|
+
export declare type TrelloBoardMembershipDeleted = {
|
|
138281
|
+
__typename?: 'TrelloBoardMembershipDeleted';
|
|
138282
|
+
objectId: Scalars['ID']['output'];
|
|
138283
|
+
};
|
|
137908
138284
|
export declare type TrelloBoardMembershipEdge = {
|
|
137909
138285
|
__typename?: 'TrelloBoardMembershipEdge';
|
|
137910
138286
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -138040,6 +138416,7 @@ export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
|
|
|
138040
138416
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
138041
138417
|
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
138042
138418
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
138419
|
+
onMembersDeleted?: Maybe<Array<TrelloBoardMembershipDeleted>>;
|
|
138043
138420
|
powerUpData?: Maybe<TrelloPowerUpDataConnectionUpdated>;
|
|
138044
138421
|
powerUps?: Maybe<TrelloBoardPowerUpConnectionUpdated>;
|
|
138045
138422
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
@@ -139673,6 +140050,8 @@ export declare type TrelloMutationApi = {
|
|
|
139673
140050
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
139674
140051
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
139675
140052
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
140053
|
+
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
140054
|
+
sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
139676
140055
|
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
139677
140056
|
smartScheduleCardsWithSmartSelection?: Maybe<TrelloProposedSmartSchedule>;
|
|
139678
140057
|
sortInboxCards?: Maybe<TrelloSortInboxCardsPayload>;
|
|
@@ -139795,6 +140174,9 @@ export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
|
139795
140174
|
export declare type TrelloMutationApiResetCardCoverArgs = {
|
|
139796
140175
|
input: TrelloResetCardCoverInput;
|
|
139797
140176
|
};
|
|
140177
|
+
export declare type TrelloMutationApiSendBoardEmailKeyMessageArgs = {
|
|
140178
|
+
input?: InputMaybe<TrelloSendBoardEmailKeyInput>;
|
|
140179
|
+
};
|
|
139798
140180
|
export declare type TrelloMutationApiSmartScheduleCardsArgs = {
|
|
139799
140181
|
input: TrelloSmartScheduleCardsInput;
|
|
139800
140182
|
};
|
|
@@ -139887,7 +140269,6 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
139887
140269
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
139888
140270
|
};
|
|
139889
140271
|
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
139890
|
-
reason?: InputMaybe<Scalars['String']['input']>;
|
|
139891
140272
|
resolution: Scalars['String']['input'];
|
|
139892
140273
|
};
|
|
139893
140274
|
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
@@ -140755,6 +141136,15 @@ export declare type TrelloScaleProps = {
|
|
|
140755
141136
|
url?: Maybe<Scalars['URL']['output']>;
|
|
140756
141137
|
width?: Maybe<Scalars['Int']['output']>;
|
|
140757
141138
|
};
|
|
141139
|
+
export declare type TrelloSendBoardEmailKeyInput = {
|
|
141140
|
+
boardId: Scalars['ID']['input'];
|
|
141141
|
+
};
|
|
141142
|
+
export declare type TrelloSendBoardEmailKeyMessagePayload = Payload & {
|
|
141143
|
+
__typename?: 'TrelloSendBoardEmailKeyMessagePayload';
|
|
141144
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
141145
|
+
errors?: Maybe<Array<MutationError>>;
|
|
141146
|
+
success: Scalars['Boolean']['output'];
|
|
141147
|
+
};
|
|
140758
141148
|
export declare type TrelloSmartScheduleCardsInput = {
|
|
140759
141149
|
cardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
140760
141150
|
endDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -143692,6 +144082,7 @@ export declare type UserOnboardingState = {
|
|
|
143692
144082
|
export declare type UserPreferences = {
|
|
143693
144083
|
__typename?: 'UserPreferences';
|
|
143694
144084
|
confluenceEditorSettings?: Maybe<ConfluenceEditorSettings>;
|
|
144085
|
+
contextualEmojiOptOut?: Maybe<Scalars['Boolean']['output']>;
|
|
143695
144086
|
endOfPageRecommendationsOptInStatus: Scalars['String']['output'];
|
|
143696
144087
|
favouriteTemplateEntityIds: Array<Maybe<Scalars['String']['output']>>;
|
|
143697
144088
|
feedRecommendedUserSettingsDismissTimestamp: Scalars['String']['output'];
|
|
@@ -143743,6 +144134,7 @@ export declare type UserPreferencesInput = {
|
|
|
143743
144134
|
addUserSpaceNotifiedChangeBoardingOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143744
144135
|
addUserSpaceNotifiedOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143745
144136
|
confluenceEditorSettingsInput?: InputMaybe<ConfluenceEditorSettingsInput>;
|
|
144137
|
+
contextualEmojiOptOut?: InputMaybe<Scalars['Boolean']['input']>;
|
|
143746
144138
|
endOfPageRecommendationsOptInStatus?: InputMaybe<Scalars['String']['input']>;
|
|
143747
144139
|
feedRecommendedUserSettingsDismissTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
143748
144140
|
feedTab?: InputMaybe<Scalars['String']['input']>;
|