@forge/cli-shared 8.10.0-next.11 → 8.10.0-next.12-experimental-f76634b
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 +35 -0
- package/out/graphql/graphql-types.d.ts +488 -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 +15 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +15 -0
- package/package.json +2 -2
|
@@ -16030,6 +16030,7 @@ export declare type ConfluenceContentAccessRequest = {
|
|
|
16030
16030
|
__typename?: 'ConfluenceContentAccessRequest';
|
|
16031
16031
|
accessRequestedAaid: Scalars['ID']['output'];
|
|
16032
16032
|
contentId: Scalars['ID']['output'];
|
|
16033
|
+
creationDateTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
16033
16034
|
creatorAaid?: Maybe<Scalars['ID']['output']>;
|
|
16034
16035
|
id: Scalars['ID']['output'];
|
|
16035
16036
|
lastModifierAaid?: Maybe<Scalars['ID']['output']>;
|
|
@@ -16092,7 +16093,7 @@ export declare type ConfluenceContentBodyInput = {
|
|
|
16092
16093
|
export declare type ConfluenceContentDirectRestrictions = {
|
|
16093
16094
|
__typename?: 'ConfluenceContentDirectRestrictions';
|
|
16094
16095
|
applied?: Maybe<ConfluenceDirectRestrictionsApplied>;
|
|
16095
|
-
|
|
16096
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16096
16097
|
};
|
|
16097
16098
|
export declare type ConfluenceContentGeneralAccess = {
|
|
16098
16099
|
__typename?: 'ConfluenceContentGeneralAccess';
|
|
@@ -16169,6 +16170,18 @@ export declare type ConfluenceContentNativeProperties = {
|
|
|
16169
16170
|
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
16170
16171
|
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
16171
16172
|
};
|
|
16173
|
+
export declare type ConfluenceContentPermissions = {
|
|
16174
|
+
__typename?: 'ConfluenceContentPermissions';
|
|
16175
|
+
confluencePermissionsSummary: ConfluencePermissionsSummary;
|
|
16176
|
+
confluencePrincipalsConnection: ConfluencePrincipalsConnection;
|
|
16177
|
+
contentId: Scalars['ID']['output'];
|
|
16178
|
+
generalAccess: ConfluenceContentGeneralAccess;
|
|
16179
|
+
permissions?: Maybe<ConfluencePrincipalsConnection>;
|
|
16180
|
+
};
|
|
16181
|
+
export declare type ConfluenceContentPermissionsPermissionsArgs = {
|
|
16182
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16183
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16184
|
+
};
|
|
16172
16185
|
export declare enum ConfluenceContentPosition {
|
|
16173
16186
|
After = "AFTER",
|
|
16174
16187
|
Append = "APPEND",
|
|
@@ -18000,6 +18013,24 @@ export declare enum ConfluenceNbmCategoryTypes {
|
|
|
18000
18013
|
Unknown = "UNKNOWN",
|
|
18001
18014
|
Unverified = "UNVERIFIED"
|
|
18002
18015
|
}
|
|
18016
|
+
export declare type ConfluenceNbmChainsForTransformationConnection = {
|
|
18017
|
+
__typename?: 'ConfluenceNbmChainsForTransformationConnection';
|
|
18018
|
+
edges?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationEdge>>>;
|
|
18019
|
+
nodes?: Maybe<Array<Maybe<ConfluenceNbmChainsForTransformationNode>>>;
|
|
18020
|
+
pageInfo: ConfluencePageInfo;
|
|
18021
|
+
};
|
|
18022
|
+
export declare type ConfluenceNbmChainsForTransformationEdge = {
|
|
18023
|
+
__typename?: 'ConfluenceNbmChainsForTransformationEdge';
|
|
18024
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
18025
|
+
node?: Maybe<ConfluenceNbmChainsForTransformationNode>;
|
|
18026
|
+
};
|
|
18027
|
+
export declare type ConfluenceNbmChainsForTransformationNode = {
|
|
18028
|
+
__typename?: 'ConfluenceNbmChainsForTransformationNode';
|
|
18029
|
+
affectedPages?: Maybe<Scalars['Int']['output']>;
|
|
18030
|
+
brokenPageId?: Maybe<Scalars['ID']['output']>;
|
|
18031
|
+
chain: Scalars['String']['output'];
|
|
18032
|
+
suggestion?: Maybe<Scalars['String']['output']>;
|
|
18033
|
+
};
|
|
18003
18034
|
export declare type ConfluenceNbmPageInfo = {
|
|
18004
18035
|
__typename?: 'ConfluenceNbmPageInfo';
|
|
18005
18036
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -18141,6 +18172,12 @@ export declare enum ConfluenceNbmTransformationStatus {
|
|
|
18141
18172
|
Pending = "PENDING",
|
|
18142
18173
|
Running = "RUNNING"
|
|
18143
18174
|
}
|
|
18175
|
+
export declare type ConfluenceNbmTransformer = {
|
|
18176
|
+
__typename?: 'ConfluenceNbmTransformer';
|
|
18177
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
18178
|
+
name: Scalars['String']['output'];
|
|
18179
|
+
transformedChain?: Maybe<Scalars['String']['output']>;
|
|
18180
|
+
};
|
|
18144
18181
|
export declare enum ConfluenceNbmVerificationAiState {
|
|
18145
18182
|
Broken = "BROKEN",
|
|
18146
18183
|
Unknown = "UNKNOWN",
|
|
@@ -18600,11 +18637,24 @@ export declare type ConfluencePendingAccessRequest = {
|
|
|
18600
18637
|
__typename?: 'ConfluencePendingAccessRequest';
|
|
18601
18638
|
isPendingAccessRequestExists?: Maybe<Scalars['Boolean']['output']>;
|
|
18602
18639
|
};
|
|
18640
|
+
export declare enum ConfluencePermission {
|
|
18641
|
+
Edit = "EDIT",
|
|
18642
|
+
View = "VIEW"
|
|
18643
|
+
}
|
|
18603
18644
|
export declare enum ConfluencePermissionTypeAssignabilityCode {
|
|
18604
18645
|
AnonymousAssignable = "ANONYMOUS_ASSIGNABLE",
|
|
18605
18646
|
Assignable = "ASSIGNABLE",
|
|
18606
18647
|
GuestAssignable = "GUEST_ASSIGNABLE"
|
|
18607
18648
|
}
|
|
18649
|
+
export declare type ConfluencePermissionsSummary = {
|
|
18650
|
+
__typename?: 'ConfluencePermissionsSummary';
|
|
18651
|
+
limit: Scalars['Int']['output'];
|
|
18652
|
+
remainingSlots: Scalars['Int']['output'];
|
|
18653
|
+
totalCount: Scalars['Int']['output'];
|
|
18654
|
+
totalGroups: Scalars['Int']['output'];
|
|
18655
|
+
totalTeams: Scalars['Int']['output'];
|
|
18656
|
+
totalUsers: Scalars['Int']['output'];
|
|
18657
|
+
};
|
|
18608
18658
|
export declare type ConfluencePerson = {
|
|
18609
18659
|
__typename?: 'ConfluencePerson';
|
|
18610
18660
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -18671,10 +18721,29 @@ export declare enum ConfluencePolicyEnabledStatus {
|
|
|
18671
18721
|
Enabled = "ENABLED",
|
|
18672
18722
|
UndeterminedDueToInternalError = "UNDETERMINED_DUE_TO_INTERNAL_ERROR"
|
|
18673
18723
|
}
|
|
18724
|
+
export declare type ConfluencePrincipal = {
|
|
18725
|
+
__typename?: 'ConfluencePrincipal';
|
|
18726
|
+
avatar?: Maybe<Scalars['String']['output']>;
|
|
18727
|
+
displayName: Scalars['String']['output'];
|
|
18728
|
+
effectivePermission: ConfluencePermission;
|
|
18729
|
+
explicitPermission: ConfluencePermission;
|
|
18730
|
+
hasSpaceEditPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18731
|
+
hasSpaceViewPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
18732
|
+
principalId: Scalars['ID']['output'];
|
|
18733
|
+
principalType: ConfluencePrincipalType;
|
|
18734
|
+
restrictingContent?: Maybe<ConfluenceRestrictingContent>;
|
|
18735
|
+
sitePermissionType?: Maybe<SitePermissionType>;
|
|
18736
|
+
usageType?: Maybe<ConfluenceGroupUsageType>;
|
|
18737
|
+
};
|
|
18674
18738
|
export declare enum ConfluencePrincipalType {
|
|
18675
18739
|
Group = "GROUP",
|
|
18676
18740
|
User = "USER"
|
|
18677
18741
|
}
|
|
18742
|
+
export declare type ConfluencePrincipalsConnection = {
|
|
18743
|
+
__typename?: 'ConfluencePrincipalsConnection';
|
|
18744
|
+
nodes: Array<Maybe<ConfluencePrincipal>>;
|
|
18745
|
+
pageInfo: ConfluencePageInfo;
|
|
18746
|
+
};
|
|
18678
18747
|
export declare type ConfluencePrivacyMode = {
|
|
18679
18748
|
__typename?: 'ConfluencePrivacyMode';
|
|
18680
18749
|
isPrivacyModeEnabled: Scalars['Boolean']['output'];
|
|
@@ -19156,6 +19225,16 @@ export declare type ConfluenceRestoreContentVersionPayload = {
|
|
|
19156
19225
|
success: Scalars['Boolean']['output'];
|
|
19157
19226
|
version: Version;
|
|
19158
19227
|
};
|
|
19228
|
+
export declare type ConfluenceRestrictingContent = {
|
|
19229
|
+
__typename?: 'ConfluenceRestrictingContent';
|
|
19230
|
+
id: Scalars['ID']['output'];
|
|
19231
|
+
links?: Maybe<ConfluenceRestrictingContentLinks>;
|
|
19232
|
+
};
|
|
19233
|
+
export declare type ConfluenceRestrictingContentLinks = {
|
|
19234
|
+
__typename?: 'ConfluenceRestrictingContentLinks';
|
|
19235
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
19236
|
+
webui?: Maybe<Scalars['String']['output']>;
|
|
19237
|
+
};
|
|
19159
19238
|
export declare type ConfluenceRestriction = {
|
|
19160
19239
|
__typename?: 'ConfluenceRestriction';
|
|
19161
19240
|
principalId: Scalars['ID']['output'];
|
|
@@ -19172,12 +19251,6 @@ export declare type ConfluenceRestrictionsResult = {
|
|
|
19172
19251
|
__typename?: 'ConfluenceRestrictionsResult';
|
|
19173
19252
|
restrictions: Array<Maybe<ConfluenceRestriction>>;
|
|
19174
19253
|
};
|
|
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
19254
|
export declare enum ConfluenceRoleAssignabilityCode {
|
|
19182
19255
|
Assignable = "ASSIGNABLE",
|
|
19183
19256
|
DefaultRoleAssignmentNotSupported = "DEFAULT_ROLE_ASSIGNMENT_NOT_SUPPORTED",
|
|
@@ -33887,6 +33960,23 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
33887
33960
|
McpServer = "MCP_SERVER",
|
|
33888
33961
|
McpTool = "MCP_TOOL"
|
|
33889
33962
|
}
|
|
33963
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
|
|
33964
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
|
|
33965
|
+
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge>>;
|
|
33966
|
+
error?: Maybe<QueryError>;
|
|
33967
|
+
nodes?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>>;
|
|
33968
|
+
pageInfo: PageInfo;
|
|
33969
|
+
};
|
|
33970
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge = {
|
|
33971
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge';
|
|
33972
|
+
cursor: Scalars['String']['output'];
|
|
33973
|
+
node?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode>;
|
|
33974
|
+
};
|
|
33975
|
+
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
33976
|
+
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode';
|
|
33977
|
+
displayName: Scalars['String']['output'];
|
|
33978
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
33979
|
+
};
|
|
33890
33980
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
33891
33981
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
33892
33982
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
@@ -34630,7 +34720,8 @@ export declare type GraphQlSpaceShortcutsInput = {
|
|
|
34630
34720
|
};
|
|
34631
34721
|
export declare enum GraphQlTemplateContentAppearance {
|
|
34632
34722
|
Default = "DEFAULT",
|
|
34633
|
-
FullWidth = "FULL_WIDTH"
|
|
34723
|
+
FullWidth = "FULL_WIDTH",
|
|
34724
|
+
Max = "MAX"
|
|
34634
34725
|
}
|
|
34635
34726
|
export declare type GraphQlUserAndGroupSearchResults = {
|
|
34636
34727
|
__typename?: 'GraphQLUserAndGroupSearchResults';
|
|
@@ -62346,16 +62437,7 @@ export declare enum HelpCenterPortalsType {
|
|
|
62346
62437
|
Hidden = "HIDDEN",
|
|
62347
62438
|
Visible = "VISIBLE"
|
|
62348
62439
|
}
|
|
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
|
-
};
|
|
62440
|
+
export declare type HelpCenterProductEntityConnection = HelpObjectStoreProductEntityConnection | QueryError;
|
|
62359
62441
|
export declare type HelpCenterProductEntityFilterCriteria = {
|
|
62360
62442
|
__typename?: 'HelpCenterProductEntityFilterCriteria';
|
|
62361
62443
|
after?: Maybe<Scalars['String']['output']>;
|
|
@@ -62382,6 +62464,8 @@ export declare type HelpCenterProductEntityRequestInput = {
|
|
|
62382
62464
|
type: HelpCenterProductEntityType;
|
|
62383
62465
|
};
|
|
62384
62466
|
export declare enum HelpCenterProductEntityType {
|
|
62467
|
+
JsmExtResources = "JSM_EXT_RESOURCES",
|
|
62468
|
+
JsmKbArticles = "JSM_KB_ARTICLES",
|
|
62385
62469
|
JsmRequestTypes = "JSM_REQUEST_TYPES",
|
|
62386
62470
|
KnowledgeCards = "KNOWLEDGE_CARDS"
|
|
62387
62471
|
}
|
|
@@ -74754,6 +74838,13 @@ export declare type JiraJqlFunction = {
|
|
|
74754
74838
|
isList?: Maybe<Scalars['Boolean']['output']>;
|
|
74755
74839
|
value?: Maybe<Scalars['String']['output']>;
|
|
74756
74840
|
};
|
|
74841
|
+
export declare type JiraJqlFunctionFieldValue = JiraJqlFieldValue & {
|
|
74842
|
+
__typename?: 'JiraJqlFunctionFieldValue';
|
|
74843
|
+
displayName: Scalars['String']['output'];
|
|
74844
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
74845
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
74846
|
+
jqlTerm: Scalars['String']['output'];
|
|
74847
|
+
};
|
|
74757
74848
|
export declare type JiraJqlFunctionProcessingStatus = {
|
|
74758
74849
|
__typename?: 'JiraJqlFunctionProcessingStatus';
|
|
74759
74850
|
app?: Maybe<Scalars['String']['output']>;
|
|
@@ -87115,6 +87206,16 @@ export declare type JsmChannelsExperienceConfiguration = {
|
|
|
87115
87206
|
filter?: Maybe<JsmChannelsFilterConfiguration>;
|
|
87116
87207
|
isEnabled: Scalars['Boolean']['output'];
|
|
87117
87208
|
};
|
|
87209
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsQueryPayload = {
|
|
87210
|
+
__typename?: 'JsmChannelsExperienceConfigurationByProjectIdsQueryPayload';
|
|
87211
|
+
projectExperienceConfiguration: Array<JsmChannelsExperienceConfigurationForProject>;
|
|
87212
|
+
};
|
|
87213
|
+
export declare type JsmChannelsExperienceConfigurationByProjectIdsResult = JsmChannelsExperienceConfigurationByProjectIdsQueryPayload | QueryError;
|
|
87214
|
+
export declare type JsmChannelsExperienceConfigurationForProject = {
|
|
87215
|
+
__typename?: 'JsmChannelsExperienceConfigurationForProject';
|
|
87216
|
+
projectId: Scalars['String']['output'];
|
|
87217
|
+
requestTypes?: Maybe<Array<JsmChannelsRequestTypeStatus>>;
|
|
87218
|
+
};
|
|
87118
87219
|
export declare type JsmChannelsExperienceConfigurationInput = {
|
|
87119
87220
|
filter?: InputMaybe<JsmChannelsFilterConfigurationInput>;
|
|
87120
87221
|
isEnabled: Scalars['Boolean']['input'];
|
|
@@ -87210,6 +87311,17 @@ export declare enum JsmChannelsPlanNodeType {
|
|
|
87210
87311
|
Condition = "CONDITION",
|
|
87211
87312
|
Step = "STEP"
|
|
87212
87313
|
}
|
|
87314
|
+
export declare type JsmChannelsProjectQueryFilter = {
|
|
87315
|
+
projectId: Scalars['String']['input'];
|
|
87316
|
+
requestTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
87317
|
+
};
|
|
87318
|
+
export declare enum JsmChannelsRequestTypeAgentStatus {
|
|
87319
|
+
Assistive = "ASSISTIVE",
|
|
87320
|
+
Autonomous = "AUTONOMOUS",
|
|
87321
|
+
Disabled = "DISABLED",
|
|
87322
|
+
Smart = "SMART",
|
|
87323
|
+
Supervised = "SUPERVISED"
|
|
87324
|
+
}
|
|
87213
87325
|
export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
87214
87326
|
Assistive = "ASSISTIVE",
|
|
87215
87327
|
Autonomous = "AUTONOMOUS",
|
|
@@ -87217,6 +87329,11 @@ export declare enum JsmChannelsRequestTypeExecutionMode {
|
|
|
87217
87329
|
Smart = "SMART",
|
|
87218
87330
|
Supervised = "SUPERVISED"
|
|
87219
87331
|
}
|
|
87332
|
+
export declare type JsmChannelsRequestTypeStatus = {
|
|
87333
|
+
__typename?: 'JsmChannelsRequestTypeStatus';
|
|
87334
|
+
id: Scalars['String']['output'];
|
|
87335
|
+
status: JsmChannelsRequestTypeAgentStatus;
|
|
87336
|
+
};
|
|
87220
87337
|
export declare type JsmChannelsRequestTypes = {
|
|
87221
87338
|
__typename?: 'JsmChannelsRequestTypes';
|
|
87222
87339
|
id: Scalars['String']['output'];
|
|
@@ -88225,6 +88342,15 @@ export declare type KitsuneFeedback = KitsuneNode & {
|
|
|
88225
88342
|
export declare type KitsuneNode = {
|
|
88226
88343
|
_id: Scalars['ID']['output'];
|
|
88227
88344
|
};
|
|
88345
|
+
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
88346
|
+
__typename?: 'KnowledgeBaseAccessibleLinkedSourceResult';
|
|
88347
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88348
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88349
|
+
sourceContainerName?: Maybe<Scalars['String']['output']>;
|
|
88350
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88351
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88352
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88353
|
+
};
|
|
88228
88354
|
export declare type KnowledgeBaseAgentArticleSearchConnection = {
|
|
88229
88355
|
__typename?: 'KnowledgeBaseAgentArticleSearchConnection';
|
|
88230
88356
|
edges?: Maybe<Array<KnowledgeBaseArticleEdge>>;
|
|
@@ -88311,6 +88437,16 @@ export declare type KnowledgeBaseCategoryDetail = {
|
|
|
88311
88437
|
id?: Maybe<Scalars['String']['output']>;
|
|
88312
88438
|
name?: Maybe<Scalars['String']['output']>;
|
|
88313
88439
|
};
|
|
88440
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatus = {
|
|
88441
|
+
__typename?: 'KnowledgeBaseConfluenceServerLinkStatus';
|
|
88442
|
+
isConfluenceServerLinked: Scalars['Boolean']['output'];
|
|
88443
|
+
};
|
|
88444
|
+
export declare type KnowledgeBaseConfluenceServerLinkStatusResponse = KnowledgeBaseConfluenceServerLinkStatus | QueryError;
|
|
88445
|
+
export declare type KnowledgeBaseConfluenceSpaceSuggestions = KnowledgeBaseSourceSuggestionInterface & {
|
|
88446
|
+
__typename?: 'KnowledgeBaseConfluenceSpaceSuggestions';
|
|
88447
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88448
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88449
|
+
};
|
|
88314
88450
|
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
88315
88451
|
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
88316
88452
|
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
@@ -88334,18 +88470,51 @@ export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
88334
88470
|
pageInfo: PageInfo;
|
|
88335
88471
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88336
88472
|
};
|
|
88473
|
+
export declare type KnowledgeBaseInaccessibleLinkedSource = {
|
|
88474
|
+
__typename?: 'KnowledgeBaseInaccessibleLinkedSource';
|
|
88475
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88476
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88477
|
+
};
|
|
88337
88478
|
export declare type KnowledgeBaseLinkResponse = {
|
|
88338
88479
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
88339
88480
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
88340
88481
|
mutationError?: Maybe<MutationError>;
|
|
88341
88482
|
success: Scalars['Boolean']['output'];
|
|
88342
88483
|
};
|
|
88484
|
+
export declare type KnowledgeBaseLinkSourceResult = {
|
|
88485
|
+
__typename?: 'KnowledgeBaseLinkSourceResult';
|
|
88486
|
+
mutationError?: Maybe<MutationError>;
|
|
88487
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88488
|
+
sourceContainerARI?: Maybe<Scalars['ID']['output']>;
|
|
88489
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88490
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88491
|
+
};
|
|
88492
|
+
export declare type KnowledgeBaseLinkSourcesResponse = {
|
|
88493
|
+
__typename?: 'KnowledgeBaseLinkSourcesResponse';
|
|
88494
|
+
linkSourceResults?: Maybe<Array<KnowledgeBaseLinkSourceResult>>;
|
|
88495
|
+
};
|
|
88496
|
+
export declare type KnowledgeBaseLinkedSource = {
|
|
88497
|
+
__typename?: 'KnowledgeBaseLinkedSource';
|
|
88498
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
88499
|
+
permissions?: Maybe<KnowledgeBaseSourcePermissionsResponse>;
|
|
88500
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88501
|
+
sourceId?: Maybe<Scalars['ID']['output']>;
|
|
88502
|
+
sourceType?: Maybe<Scalars['String']['output']>;
|
|
88503
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88504
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
88505
|
+
};
|
|
88343
88506
|
export declare type KnowledgeBaseLinkedSourceTypes = {
|
|
88344
88507
|
__typename?: 'KnowledgeBaseLinkedSourceTypes';
|
|
88345
88508
|
linkedSourceTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
88346
88509
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88347
88510
|
};
|
|
88348
88511
|
export declare type KnowledgeBaseLinkedSourceTypesResponse = KnowledgeBaseLinkedSourceTypes | QueryError;
|
|
88512
|
+
export declare type KnowledgeBaseLinkedSources = {
|
|
88513
|
+
__typename?: 'KnowledgeBaseLinkedSources';
|
|
88514
|
+
inaccessibleLinkedSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88515
|
+
linkedSources?: Maybe<Array<KnowledgeBaseLinkedSource>>;
|
|
88516
|
+
};
|
|
88517
|
+
export declare type KnowledgeBaseLinkedSourcesResponse = KnowledgeBaseLinkedSources | QueryError;
|
|
88349
88518
|
export declare type KnowledgeBaseMutationApi = {
|
|
88350
88519
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
88351
88520
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseLinkResponse>;
|
|
@@ -88362,6 +88531,11 @@ export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
|
88362
88531
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
88363
88532
|
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88364
88533
|
};
|
|
88534
|
+
export declare type KnowledgeBasePermissionUpdateRequest = {
|
|
88535
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88536
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88537
|
+
viewPermission?: InputMaybe<Scalars['String']['input']>;
|
|
88538
|
+
};
|
|
88365
88539
|
export declare type KnowledgeBaseQueryApi = {
|
|
88366
88540
|
__typename?: 'KnowledgeBaseQueryApi';
|
|
88367
88541
|
knowledgeBase?: Maybe<KnowledgeBaseResponse>;
|
|
@@ -88397,7 +88571,37 @@ export declare type KnowledgeBaseSourceEdge = {
|
|
|
88397
88571
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
88398
88572
|
node: KnowledgeBaseSource;
|
|
88399
88573
|
};
|
|
88574
|
+
export declare type KnowledgeBaseSourceInput = {
|
|
88575
|
+
metadata?: InputMaybe<KnowledgeBaseSourceMetadataInput>;
|
|
88576
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88577
|
+
sourceContainerARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88578
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88579
|
+
};
|
|
88580
|
+
export declare type KnowledgeBaseSourceMetadataInput = {
|
|
88581
|
+
applicationIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
88582
|
+
};
|
|
88583
|
+
export declare type KnowledgeBaseSourcePermissionDetailV2 = {
|
|
88584
|
+
__typename?: 'KnowledgeBaseSourcePermissionDetailV2';
|
|
88585
|
+
currentPermission?: Maybe<Scalars['String']['output']>;
|
|
88586
|
+
invalidPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88587
|
+
validPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
88588
|
+
};
|
|
88400
88589
|
export declare type KnowledgeBaseSourcePermissions = KnowledgeBaseSpacePermissionQueryError | KnowledgeBaseSpacePermissionResponse;
|
|
88590
|
+
export declare type KnowledgeBaseSourcePermissionsResponse = {
|
|
88591
|
+
__typename?: 'KnowledgeBaseSourcePermissionsResponse';
|
|
88592
|
+
editPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88593
|
+
viewPermission?: Maybe<KnowledgeBaseSourcePermissionDetailV2>;
|
|
88594
|
+
};
|
|
88595
|
+
export declare type KnowledgeBaseSourceSuggestion = KnowledgeBaseConfluenceSpaceSuggestions | KnowledgeBaseThirdPartySuggestion;
|
|
88596
|
+
export declare type KnowledgeBaseSourceSuggestionInterface = {
|
|
88597
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88598
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88599
|
+
};
|
|
88600
|
+
export declare type KnowledgeBaseSourceSuggestions = {
|
|
88601
|
+
__typename?: 'KnowledgeBaseSourceSuggestions';
|
|
88602
|
+
sourceSuggestions?: Maybe<Array<KnowledgeBaseSourceSuggestion>>;
|
|
88603
|
+
};
|
|
88604
|
+
export declare type KnowledgeBaseSourceSuggestionsResponse = KnowledgeBaseSourceSuggestions | QueryError;
|
|
88401
88605
|
export declare enum KnowledgeBaseSourceVisibility {
|
|
88402
88606
|
External = "EXTERNAL",
|
|
88403
88607
|
Internal = "INTERNAL"
|
|
@@ -88445,6 +88649,12 @@ export declare type KnowledgeBaseSpacePermissionUpdateViewInput = {
|
|
|
88445
88649
|
spaceAri: Scalars['ID']['input'];
|
|
88446
88650
|
viewPermission?: InputMaybe<KnowledgeBaseSpacePermissionType>;
|
|
88447
88651
|
};
|
|
88652
|
+
export declare type KnowledgeBaseSuggestionFilters = {
|
|
88653
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
88654
|
+
sourceSystemCloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
88655
|
+
sourceType?: InputMaybe<Scalars['String']['input']>;
|
|
88656
|
+
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
88657
|
+
};
|
|
88448
88658
|
export declare type KnowledgeBaseThirdPartyArticle = {
|
|
88449
88659
|
__typename?: 'KnowledgeBaseThirdPartyArticle';
|
|
88450
88660
|
id: Scalars['ID']['output'];
|
|
@@ -88463,11 +88673,43 @@ export declare type KnowledgeBaseThirdPartyConnection = {
|
|
|
88463
88673
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseThirdPartyArticle>>>;
|
|
88464
88674
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
88465
88675
|
};
|
|
88676
|
+
export declare type KnowledgeBaseThirdPartySuggestion = KnowledgeBaseSourceSuggestionInterface & {
|
|
88677
|
+
__typename?: 'KnowledgeBaseThirdPartySuggestion';
|
|
88678
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
88679
|
+
parentName?: Maybe<Scalars['String']['output']>;
|
|
88680
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88681
|
+
sourceName?: Maybe<Scalars['String']['output']>;
|
|
88682
|
+
};
|
|
88466
88683
|
export declare type KnowledgeBaseUnlinkResponse = {
|
|
88467
88684
|
__typename?: 'KnowledgeBaseUnlinkResponse';
|
|
88468
88685
|
mutationError?: Maybe<MutationError>;
|
|
88469
88686
|
success: Scalars['Boolean']['output'];
|
|
88470
88687
|
};
|
|
88688
|
+
export declare type KnowledgeBaseUnlinkSourceInput = {
|
|
88689
|
+
linkedSourceId?: InputMaybe<Scalars['ID']['input']>;
|
|
88690
|
+
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
88691
|
+
visibility?: InputMaybe<Scalars['String']['input']>;
|
|
88692
|
+
};
|
|
88693
|
+
export declare type KnowledgeBaseUnlinkSourceResult = {
|
|
88694
|
+
__typename?: 'KnowledgeBaseUnlinkSourceResult';
|
|
88695
|
+
linkedSourceId?: Maybe<Scalars['ID']['output']>;
|
|
88696
|
+
mutationError?: Maybe<MutationError>;
|
|
88697
|
+
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
88698
|
+
sourceVisibility?: Maybe<Scalars['String']['output']>;
|
|
88699
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
88700
|
+
};
|
|
88701
|
+
export declare type KnowledgeBaseUnlinkSourcesResponse = {
|
|
88702
|
+
__typename?: 'KnowledgeBaseUnlinkSourcesResponse';
|
|
88703
|
+
unlinkSourceResults?: Maybe<Array<KnowledgeBaseUnlinkSourceResult>>;
|
|
88704
|
+
};
|
|
88705
|
+
export declare type KnowledgeBaseUpdateSourceViewPermissionResponse = KnowledgeBaseSourcePermissionsResponse | MutationError;
|
|
88706
|
+
export declare type KnowledgeBaseUserCapabilities = {
|
|
88707
|
+
__typename?: 'KnowledgeBaseUserCapabilities';
|
|
88708
|
+
editableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88709
|
+
inaccessibleSources?: Maybe<Array<KnowledgeBaseInaccessibleLinkedSource>>;
|
|
88710
|
+
readableSources?: Maybe<Array<KnowledgeBaseAccessibleLinkedSourceResult>>;
|
|
88711
|
+
};
|
|
88712
|
+
export declare type KnowledgeBaseUserCapabilitiesResponse = KnowledgeBaseUserCapabilities | QueryError;
|
|
88471
88713
|
export declare type KnowledgeDiscoveryAdminhubBookmark = {
|
|
88472
88714
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmark';
|
|
88473
88715
|
id: Scalars['ID']['output'];
|
|
@@ -89452,6 +89694,25 @@ export declare type LinksSelf = {
|
|
|
89452
89694
|
__typename?: 'LinksSelf';
|
|
89453
89695
|
self?: Maybe<Scalars['String']['output']>;
|
|
89454
89696
|
};
|
|
89697
|
+
export declare enum LiveChatEventType {
|
|
89698
|
+
ChatClosed = "CHAT_CLOSED",
|
|
89699
|
+
ParticipantJoined = "PARTICIPANT_JOINED",
|
|
89700
|
+
ParticipantLeft = "PARTICIPANT_LEFT",
|
|
89701
|
+
SystemMessage = "SYSTEM_MESSAGE",
|
|
89702
|
+
UserMessage = "USER_MESSAGE"
|
|
89703
|
+
}
|
|
89704
|
+
export declare type LiveChatUpdate = {
|
|
89705
|
+
__typename?: 'LiveChatUpdate';
|
|
89706
|
+
adf: Scalars['String']['output'];
|
|
89707
|
+
eventType: LiveChatEventType;
|
|
89708
|
+
senderAccountId?: Maybe<Scalars['String']['output']>;
|
|
89709
|
+
};
|
|
89710
|
+
export declare type LiveChatUpdateInput = {
|
|
89711
|
+
adf: Scalars['String']['input'];
|
|
89712
|
+
chatAri: Scalars['ID']['input'];
|
|
89713
|
+
eventType: LiveChatEventType;
|
|
89714
|
+
senderAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
89715
|
+
};
|
|
89455
89716
|
export declare type LocalStorage = {
|
|
89456
89717
|
__typename?: 'LocalStorage';
|
|
89457
89718
|
booleanValues: Array<Maybe<LocalStorageBooleanPair>>;
|
|
@@ -97153,6 +97414,7 @@ export declare type Mutation = {
|
|
|
97153
97414
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
97154
97415
|
goals_setWatchingTeam?: Maybe<TownsquareGoalsSetWatchingTeamPayload>;
|
|
97155
97416
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
97417
|
+
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
97156
97418
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
97157
97419
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
97158
97420
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -97289,8 +97551,12 @@ export declare type Mutation = {
|
|
|
97289
97551
|
kitsune_suggestSnippets?: Maybe<Array<Maybe<Array<Maybe<KitsuneChunk>>>>>;
|
|
97290
97552
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
97291
97553
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
97554
|
+
knowledgeBase_linkSources?: Maybe<KnowledgeBaseLinkSourcesResponse>;
|
|
97555
|
+
knowledgeBase_unlinkSources?: Maybe<KnowledgeBaseUnlinkSourcesResponse>;
|
|
97556
|
+
knowledgeBase_updateSourceViewPermission?: Maybe<KnowledgeBaseUpdateSourceViewPermissionResponse>;
|
|
97292
97557
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
97293
97558
|
likeContent?: Maybe<LikeContentPayload>;
|
|
97559
|
+
liveChat_sendUpdate?: Maybe<LiveChatUpdate>;
|
|
97294
97560
|
loom_acceptOrganizationInvite?: Maybe<LoomAcceptOrganizationInvitation>;
|
|
97295
97561
|
loom_joinWorkspace?: Maybe<LoomJoinWorkspace>;
|
|
97296
97562
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
@@ -97344,6 +97610,7 @@ export declare type Mutation = {
|
|
|
97344
97610
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
97345
97611
|
projects_createRisk?: Maybe<TownsquareProjectsCreateRiskPayload>;
|
|
97346
97612
|
projects_createUpdate?: Maybe<TownsquareProjectsCreateUpdatePayload>;
|
|
97613
|
+
projects_deleteComment?: Maybe<TownsquareProjectsDeleteCommentPayload>;
|
|
97347
97614
|
projects_deleteDecision?: Maybe<TownsquareProjectsDeleteDecisionPayload>;
|
|
97348
97615
|
projects_deleteLatestUpdate?: Maybe<TownsquareProjectsDeleteLatestUpdatePayload>;
|
|
97349
97616
|
projects_deleteLearning?: Maybe<TownsquareProjectsDeleteLearningPayload>;
|
|
@@ -99076,6 +99343,9 @@ export declare type MutationGoals_SetWatchingTeamArgs = {
|
|
|
99076
99343
|
export declare type MutationGoals_ShareGoalArgs = {
|
|
99077
99344
|
input: TownsquareGoalsShareGoalInput;
|
|
99078
99345
|
};
|
|
99346
|
+
export declare type MutationGoals_ShareUpdateArgs = {
|
|
99347
|
+
input: TownsquareGoalsShareUpdateInput;
|
|
99348
|
+
};
|
|
99079
99349
|
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
99080
99350
|
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
99081
99351
|
};
|
|
@@ -99501,9 +99771,27 @@ export declare type MutationKnowledgeBaseSpacePermission_UpdateViewArgs = {
|
|
|
99501
99771
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
99502
99772
|
input: KnowledgeBaseSpacePermissionUpdateViewInput;
|
|
99503
99773
|
};
|
|
99774
|
+
export declare type MutationKnowledgeBase_LinkSourcesArgs = {
|
|
99775
|
+
cloudId: Scalars['ID']['input'];
|
|
99776
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99777
|
+
sources?: InputMaybe<Array<KnowledgeBaseSourceInput>>;
|
|
99778
|
+
};
|
|
99779
|
+
export declare type MutationKnowledgeBase_UnlinkSourcesArgs = {
|
|
99780
|
+
cloudId: Scalars['ID']['input'];
|
|
99781
|
+
linkedSources?: InputMaybe<Array<KnowledgeBaseUnlinkSourceInput>>;
|
|
99782
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99783
|
+
};
|
|
99784
|
+
export declare type MutationKnowledgeBase_UpdateSourceViewPermissionArgs = {
|
|
99785
|
+
cloudId: Scalars['ID']['input'];
|
|
99786
|
+
permissionUpdateRequest?: InputMaybe<KnowledgeBasePermissionUpdateRequest>;
|
|
99787
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
99788
|
+
};
|
|
99504
99789
|
export declare type MutationLikeContentArgs = {
|
|
99505
99790
|
input: LikeContentInput;
|
|
99506
99791
|
};
|
|
99792
|
+
export declare type MutationLiveChat_SendUpdateArgs = {
|
|
99793
|
+
liveChatUpdateInput: LiveChatUpdateInput;
|
|
99794
|
+
};
|
|
99507
99795
|
export declare type MutationLoom_AcceptOrganizationInviteArgs = {
|
|
99508
99796
|
inviteLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
99509
99797
|
orgToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -99641,6 +99929,9 @@ export declare type MutationProjects_CreateRiskArgs = {
|
|
|
99641
99929
|
export declare type MutationProjects_CreateUpdateArgs = {
|
|
99642
99930
|
input?: InputMaybe<TownsquareProjectsCreateUpdateInput>;
|
|
99643
99931
|
};
|
|
99932
|
+
export declare type MutationProjects_DeleteCommentArgs = {
|
|
99933
|
+
input: TownsquareProjectsDeleteCommentInput;
|
|
99934
|
+
};
|
|
99644
99935
|
export declare type MutationProjects_DeleteDecisionArgs = {
|
|
99645
99936
|
input: TownsquareProjectsDeleteDecisionInput;
|
|
99646
99937
|
};
|
|
@@ -103434,6 +103725,24 @@ export declare type Query = {
|
|
|
103434
103725
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
103435
103726
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
103436
103727
|
ccp?: Maybe<CcpQueryApi>;
|
|
103728
|
+
ccp_catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
103729
|
+
ccp_entitlement?: Maybe<CcpEntitlement>;
|
|
103730
|
+
ccp_entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
103731
|
+
ccp_entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
103732
|
+
ccp_experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
103733
|
+
ccp_invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
103734
|
+
ccp_offering?: Maybe<CcpOffering>;
|
|
103735
|
+
ccp_offeringRelationshipTemplates?: Maybe<Array<Maybe<CcpOfferingRelationshipTemplate>>>;
|
|
103736
|
+
ccp_offerings?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
103737
|
+
ccp_paymentMethods?: Maybe<Array<Maybe<CcpPaymentMethod>>>;
|
|
103738
|
+
ccp_pricingPlan?: Maybe<CcpPricingPlan>;
|
|
103739
|
+
ccp_pricingPlans?: Maybe<Array<Maybe<CcpPricingPlan>>>;
|
|
103740
|
+
ccp_product?: Maybe<CcpProduct>;
|
|
103741
|
+
ccp_promotions?: Maybe<Array<Maybe<CcpPromotion>>>;
|
|
103742
|
+
ccp_quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
103743
|
+
ccp_shipToParties?: Maybe<Array<Maybe<CcpShipToParty>>>;
|
|
103744
|
+
ccp_transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
103745
|
+
ccp_transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
103437
103746
|
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
103438
103747
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
103439
103748
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
@@ -103482,6 +103791,7 @@ export declare type Query = {
|
|
|
103482
103791
|
confluence_contentAISummaries?: Maybe<Array<Maybe<ConfluenceContentAiSummaryResponse>>>;
|
|
103483
103792
|
confluence_contentAccessRequestByStatus?: Maybe<ConfluenceContentAccessRequestConnection>;
|
|
103484
103793
|
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
103794
|
+
confluence_contentPermissions?: Maybe<ConfluenceContentPermissions>;
|
|
103485
103795
|
confluence_contentReactionsSummary?: Maybe<ConfluenceReactionSummary>;
|
|
103486
103796
|
confluence_contentSmartLinksForDraft?: Maybe<PaginatedSmartLinkList>;
|
|
103487
103797
|
confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
@@ -103518,6 +103828,8 @@ export declare type Query = {
|
|
|
103518
103828
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
103519
103829
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
103520
103830
|
confluence_mediaTokenData?: Maybe<ConfluenceMediaTokenData>;
|
|
103831
|
+
confluence_nbmChainsForTransformation?: Maybe<ConfluenceNbmChainsForTransformationConnection>;
|
|
103832
|
+
confluence_nbmEligibleTransformersForChain?: Maybe<Array<Maybe<ConfluenceNbmTransformer>>>;
|
|
103521
103833
|
confluence_nbmPerfReportList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103522
103834
|
confluence_nbmScanList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103523
103835
|
confluence_nbmScanResult?: Maybe<ConfluenceNbmScanResult>;
|
|
@@ -103750,6 +104062,7 @@ export declare type Query = {
|
|
|
103750
104062
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
103751
104063
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
103752
104064
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
104065
|
+
graphIntegration_mcpAdminManagementCuratedMcpServerTemplates?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection>;
|
|
103753
104066
|
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
103754
104067
|
graphIntegration_mcpAdminManagementMcpServerMetaData?: Maybe<GraphIntegrationMcpAdminManagementMcpServerMetaData>;
|
|
103755
104068
|
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
@@ -103845,6 +104158,7 @@ export declare type Query = {
|
|
|
103845
104158
|
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
103846
104159
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
103847
104160
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
104161
|
+
jsmChannels_getExperienceConfigurationByProjectIds: JsmChannelsExperienceConfigurationByProjectIdsResult;
|
|
103848
104162
|
jsmChannels_getResolutionPlanGraph?: Maybe<JsmChannelsResolutionPlanGraphResult>;
|
|
103849
104163
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
103850
104164
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
@@ -103855,8 +104169,12 @@ export declare type Query = {
|
|
|
103855
104169
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
103856
104170
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
103857
104171
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
104172
|
+
knowledgeBase_confluenceServerLinkStatus?: Maybe<KnowledgeBaseConfluenceServerLinkStatusResponse>;
|
|
103858
104173
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
104174
|
+
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
103859
104175
|
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
104176
|
+
knowledgeBase_sourceSuggestions?: Maybe<KnowledgeBaseSourceSuggestionsResponse>;
|
|
104177
|
+
knowledgeBase_userCapabilities?: Maybe<KnowledgeBaseUserCapabilitiesResponse>;
|
|
103860
104178
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
103861
104179
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
103862
104180
|
latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
|
|
@@ -103865,6 +104183,7 @@ export declare type Query = {
|
|
|
103865
104183
|
linksIncomingToJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103866
104184
|
linksOutgoingFromConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
103867
104185
|
linksOutgoingFromJiraIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
104186
|
+
liveChat_dummy?: Maybe<Scalars['String']['output']>;
|
|
103868
104187
|
localStorage?: Maybe<LocalStorage>;
|
|
103869
104188
|
logAccessByContexts?: Maybe<Array<InstallationContextWithInstallationIdResponse>>;
|
|
103870
104189
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
@@ -104121,6 +104440,7 @@ export declare type Query = {
|
|
|
104121
104440
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
104122
104441
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
104123
104442
|
supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
|
|
104443
|
+
supportInquiry_channelsIdentityHashByClientName?: Maybe<Scalars['String']['output']>;
|
|
104124
104444
|
supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
|
|
104125
104445
|
team?: Maybe<TeamQuery>;
|
|
104126
104446
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
@@ -104953,6 +105273,57 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
104953
105273
|
originalContentVersion: Scalars['Int']['input'];
|
|
104954
105274
|
revisedContentVersion: Scalars['Int']['input'];
|
|
104955
105275
|
};
|
|
105276
|
+
export declare type QueryCcp_CatalogAccountsArgs = {
|
|
105277
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105278
|
+
};
|
|
105279
|
+
export declare type QueryCcp_EntitlementArgs = {
|
|
105280
|
+
id: Scalars['ID']['input'];
|
|
105281
|
+
};
|
|
105282
|
+
export declare type QueryCcp_EntitlementTemplatesArgs = {
|
|
105283
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105284
|
+
};
|
|
105285
|
+
export declare type QueryCcp_EntitlementsArgs = {
|
|
105286
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105287
|
+
};
|
|
105288
|
+
export declare type QueryCcp_InvoiceGroupsArgs = {
|
|
105289
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105290
|
+
};
|
|
105291
|
+
export declare type QueryCcp_OfferingArgs = {
|
|
105292
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
105293
|
+
};
|
|
105294
|
+
export declare type QueryCcp_OfferingRelationshipTemplatesArgs = {
|
|
105295
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105296
|
+
};
|
|
105297
|
+
export declare type QueryCcp_OfferingsArgs = {
|
|
105298
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105299
|
+
};
|
|
105300
|
+
export declare type QueryCcp_PaymentMethodsArgs = {
|
|
105301
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105302
|
+
};
|
|
105303
|
+
export declare type QueryCcp_PricingPlanArgs = {
|
|
105304
|
+
id: Scalars['ID']['input'];
|
|
105305
|
+
};
|
|
105306
|
+
export declare type QueryCcp_PricingPlansArgs = {
|
|
105307
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105308
|
+
};
|
|
105309
|
+
export declare type QueryCcp_ProductArgs = {
|
|
105310
|
+
id: Scalars['ID']['input'];
|
|
105311
|
+
};
|
|
105312
|
+
export declare type QueryCcp_PromotionsArgs = {
|
|
105313
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105314
|
+
};
|
|
105315
|
+
export declare type QueryCcp_QuotesArgs = {
|
|
105316
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105317
|
+
};
|
|
105318
|
+
export declare type QueryCcp_ShipToPartiesArgs = {
|
|
105319
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105320
|
+
};
|
|
105321
|
+
export declare type QueryCcp_TransactionAccountArgs = {
|
|
105322
|
+
id: Scalars['ID']['input'];
|
|
105323
|
+
};
|
|
105324
|
+
export declare type QueryCcp_TransactionAccountsArgs = {
|
|
105325
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105326
|
+
};
|
|
104956
105327
|
export declare type QueryChannelPlatform_ChatRequestDetailsArgs = {
|
|
104957
105328
|
request?: InputMaybe<ChannelPlatformChatRequestDetailsRequest>;
|
|
104958
105329
|
};
|
|
@@ -105151,6 +105522,10 @@ export declare type QueryConfluence_ContentAnalyticsCountUserByContentTypeArgs =
|
|
|
105151
105522
|
startTime: Scalars['String']['input'];
|
|
105152
105523
|
subType?: InputMaybe<Scalars['String']['input']>;
|
|
105153
105524
|
};
|
|
105525
|
+
export declare type QueryConfluence_ContentPermissionsArgs = {
|
|
105526
|
+
cloudId: Scalars['ID']['input'];
|
|
105527
|
+
contentId: Scalars['ID']['input'];
|
|
105528
|
+
};
|
|
105154
105529
|
export declare type QueryConfluence_ContentReactionsSummaryArgs = {
|
|
105155
105530
|
cloudId: Scalars['ID']['input'];
|
|
105156
105531
|
contentId: Scalars['ID']['input'];
|
|
@@ -105321,6 +105696,16 @@ export declare type QueryConfluence_MacrosByIdsArgs = {
|
|
|
105321
105696
|
export declare type QueryConfluence_MediaTokenDataArgs = {
|
|
105322
105697
|
noteId: Scalars['ID']['input'];
|
|
105323
105698
|
};
|
|
105699
|
+
export declare type QueryConfluence_NbmChainsForTransformationArgs = {
|
|
105700
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
105701
|
+
cloudId: Scalars['ID']['input'];
|
|
105702
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105703
|
+
scanId: Scalars['ID']['input'];
|
|
105704
|
+
};
|
|
105705
|
+
export declare type QueryConfluence_NbmEligibleTransformersForChainArgs = {
|
|
105706
|
+
chain: Scalars['String']['input'];
|
|
105707
|
+
cloudId: Scalars['ID']['input'];
|
|
105708
|
+
};
|
|
105324
105709
|
export declare type QueryConfluence_NbmPerfReportListArgs = {
|
|
105325
105710
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105326
105711
|
cloudId: Scalars['ID']['input'];
|
|
@@ -106380,6 +106765,11 @@ export declare type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
106380
106765
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
106381
106766
|
surface?: InputMaybe<GraphIntegrationSurface>;
|
|
106382
106767
|
};
|
|
106768
|
+
export declare type QueryGraphIntegration_McpAdminManagementCuratedMcpServerTemplatesArgs = {
|
|
106769
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
106770
|
+
cloudId: Scalars['ID']['input'];
|
|
106771
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
106772
|
+
};
|
|
106383
106773
|
export declare type QueryGraphIntegration_McpAdminManagementMcpServerArgs = {
|
|
106384
106774
|
cloudId: Scalars['ID']['input'];
|
|
106385
106775
|
serverId: Scalars['ID']['input'];
|
|
@@ -106718,6 +107108,11 @@ export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdArgs =
|
|
|
106718
107108
|
experience: JsmChannelsExperience;
|
|
106719
107109
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106720
107110
|
};
|
|
107111
|
+
export declare type QueryJsmChannels_GetExperienceConfigurationByProjectIdsArgs = {
|
|
107112
|
+
currentProjectAri: Scalars['ID']['input'];
|
|
107113
|
+
experience?: InputMaybe<JsmChannelsExperience>;
|
|
107114
|
+
projectQueryFilters: Array<JsmChannelsProjectQueryFilter>;
|
|
107115
|
+
};
|
|
106721
107116
|
export declare type QueryJsmChannels_GetResolutionPlanGraphArgs = {
|
|
106722
107117
|
jiraProjectAri: Scalars['ID']['input'];
|
|
106723
107118
|
planID: Scalars['ID']['input'];
|
|
@@ -106746,12 +107141,29 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
106746
107141
|
export declare type QueryKnowledgeBase_AgentSearchArgs = {
|
|
106747
107142
|
searchInput?: InputMaybe<KnowledgeBaseAgentArticleSearchInput>;
|
|
106748
107143
|
};
|
|
107144
|
+
export declare type QueryKnowledgeBase_ConfluenceServerLinkStatusArgs = {
|
|
107145
|
+
cloudId: Scalars['ID']['input'];
|
|
107146
|
+
projectIdentifier: Scalars['String']['input'];
|
|
107147
|
+
};
|
|
106749
107148
|
export declare type QueryKnowledgeBase_GetLinkedSourceTypesArgs = {
|
|
106750
107149
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
106751
107150
|
};
|
|
107151
|
+
export declare type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
107152
|
+
cloudId: Scalars['ID']['input'];
|
|
107153
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107154
|
+
};
|
|
106752
107155
|
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
106753
107156
|
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
106754
107157
|
};
|
|
107158
|
+
export declare type QueryKnowledgeBase_SourceSuggestionsArgs = {
|
|
107159
|
+
cloudId: Scalars['ID']['input'];
|
|
107160
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107161
|
+
suggestionFilters?: InputMaybe<KnowledgeBaseSuggestionFilters>;
|
|
107162
|
+
};
|
|
107163
|
+
export declare type QueryKnowledgeBase_UserCapabilitiesArgs = {
|
|
107164
|
+
cloudId: Scalars['ID']['input'];
|
|
107165
|
+
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
107166
|
+
};
|
|
106755
107167
|
export declare type QueryLabelSearchArgs = {
|
|
106756
107168
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
106757
107169
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -107693,6 +108105,9 @@ export declare type QuerySuggestedSpacesArgs = {
|
|
|
107693
108105
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
107694
108106
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
107695
108107
|
};
|
|
108108
|
+
export declare type QuerySupportInquiry_ChannelsIdentityHashByClientNameArgs = {
|
|
108109
|
+
request?: InputMaybe<SupportInquiryChannelPlatformIdentityHashRequest>;
|
|
108110
|
+
};
|
|
107696
108111
|
export declare type QueryTeamLabelsArgs = {
|
|
107697
108112
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107698
108113
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -111346,6 +111761,7 @@ export declare type SearchThirdPartyMetadata = {
|
|
|
111346
111761
|
workspaceUrl?: Maybe<Scalars['String']['output']>;
|
|
111347
111762
|
};
|
|
111348
111763
|
export declare type SearchThirdPartyProduct = {
|
|
111764
|
+
connectionIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111349
111765
|
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111350
111766
|
containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
111351
111767
|
datasourceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -133316,6 +133732,7 @@ export declare type Subscription = {
|
|
|
133316
133732
|
jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
|
|
133317
133733
|
jsmChannels_onServiceAgentResolutionStateByTicketIdUpdate: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
133318
133734
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
133735
|
+
liveChat_updates?: Maybe<LiveChatUpdate>;
|
|
133319
133736
|
mercury?: Maybe<MercurySubscriptionApi>;
|
|
133320
133737
|
migration: MigrationSubscription;
|
|
133321
133738
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
@@ -133375,6 +133792,9 @@ export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicke
|
|
|
133375
133792
|
jiraProjectAri: Scalars['ID']['input'];
|
|
133376
133793
|
workItemId: Scalars['ID']['input'];
|
|
133377
133794
|
};
|
|
133795
|
+
export declare type SubscriptionLiveChat_UpdatesArgs = {
|
|
133796
|
+
chatAri: Scalars['ID']['input'];
|
|
133797
|
+
};
|
|
133378
133798
|
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssesmentOnUpdateArgs = {
|
|
133379
133799
|
changeRequestId: Scalars['ID']['input'];
|
|
133380
133800
|
};
|
|
@@ -133400,6 +133820,9 @@ export declare type SuperBatchWebResourcesV2 = {
|
|
|
133400
133820
|
tags?: Maybe<WebResourceTagsV2>;
|
|
133401
133821
|
uris?: Maybe<WebResourceUrisV2>;
|
|
133402
133822
|
};
|
|
133823
|
+
export declare type SupportInquiryChannelPlatformIdentityHashRequest = {
|
|
133824
|
+
clientName?: InputMaybe<Scalars['String']['input']>;
|
|
133825
|
+
};
|
|
133403
133826
|
export declare type SupportInquiryEntitlement = {
|
|
133404
133827
|
__typename?: 'SupportInquiryEntitlement';
|
|
133405
133828
|
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -135201,6 +135624,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
135201
135624
|
url?: Maybe<Scalars['String']['output']>;
|
|
135202
135625
|
uuid: Scalars['String']['output'];
|
|
135203
135626
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
135627
|
+
workItems?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
135204
135628
|
};
|
|
135205
135629
|
export declare type TownsquareGoalCommentsArgs = {
|
|
135206
135630
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -135277,6 +135701,10 @@ export declare type TownsquareGoalWatchersArgs = {
|
|
|
135277
135701
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
135278
135702
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135279
135703
|
};
|
|
135704
|
+
export declare type TownsquareGoalWorkItemsArgs = {
|
|
135705
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135706
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135707
|
+
};
|
|
135280
135708
|
export declare type TownsquareGoalCapabilities = {
|
|
135281
135709
|
__typename?: 'TownsquareGoalCapabilities';
|
|
135282
135710
|
canAddJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -135790,6 +136218,7 @@ export declare type TownsquareGoalsLinkWorkItemPayload = {
|
|
|
135790
136218
|
errors?: Maybe<Array<MutationError>>;
|
|
135791
136219
|
goal?: Maybe<TownsquareGoal>;
|
|
135792
136220
|
success: Scalars['Boolean']['output'];
|
|
136221
|
+
workItem?: Maybe<JiraIssue>;
|
|
135793
136222
|
};
|
|
135794
136223
|
export declare type TownsquareGoalsRemoveGoalTeamLinkInput = {
|
|
135795
136224
|
goalId: Scalars['ID']['input'];
|
|
@@ -135848,6 +136277,17 @@ export declare type TownsquareGoalsShareGoalPayload = {
|
|
|
135848
136277
|
success: Scalars['Boolean']['output'];
|
|
135849
136278
|
usersAdded?: Maybe<Array<User>>;
|
|
135850
136279
|
};
|
|
136280
|
+
export declare type TownsquareGoalsShareUpdateInput = {
|
|
136281
|
+
recipientAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
136282
|
+
recipientEmailAddress?: InputMaybe<Scalars['String']['input']>;
|
|
136283
|
+
updateId: Scalars['ID']['input'];
|
|
136284
|
+
};
|
|
136285
|
+
export declare type TownsquareGoalsShareUpdatePayload = {
|
|
136286
|
+
__typename?: 'TownsquareGoalsShareUpdatePayload';
|
|
136287
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136288
|
+
isShared: Scalars['Boolean']['output'];
|
|
136289
|
+
success: Scalars['Boolean']['output'];
|
|
136290
|
+
};
|
|
135851
136291
|
export declare type TownsquareGoalsUnlinkWorkItemInput = {
|
|
135852
136292
|
goalId: Scalars['ID']['input'];
|
|
135853
136293
|
workItemId: Scalars['ID']['input'];
|
|
@@ -136598,6 +137038,15 @@ export declare type TownsquareProjectsCreateUpdatePayload = {
|
|
|
136598
137038
|
success: Scalars['Boolean']['output'];
|
|
136599
137039
|
update?: Maybe<TownsquareProjectUpdate>;
|
|
136600
137040
|
};
|
|
137041
|
+
export declare type TownsquareProjectsDeleteCommentInput = {
|
|
137042
|
+
commentId: Scalars['ID']['input'];
|
|
137043
|
+
};
|
|
137044
|
+
export declare type TownsquareProjectsDeleteCommentPayload = {
|
|
137045
|
+
__typename?: 'TownsquareProjectsDeleteCommentPayload';
|
|
137046
|
+
deletedCommentId?: Maybe<Scalars['ID']['output']>;
|
|
137047
|
+
errors?: Maybe<Array<MutationError>>;
|
|
137048
|
+
success: Scalars['Boolean']['output'];
|
|
137049
|
+
};
|
|
136601
137050
|
export declare type TownsquareProjectsDeleteDecisionInput = {
|
|
136602
137051
|
decisionId: Scalars['ID']['input'];
|
|
136603
137052
|
};
|
|
@@ -137905,6 +138354,10 @@ export declare type TrelloBoardListsLimits = {
|
|
|
137905
138354
|
openPerBoard?: Maybe<TrelloLimitProps>;
|
|
137906
138355
|
totalPerBoard?: Maybe<TrelloLimitProps>;
|
|
137907
138356
|
};
|
|
138357
|
+
export declare type TrelloBoardMembershipDeleted = {
|
|
138358
|
+
__typename?: 'TrelloBoardMembershipDeleted';
|
|
138359
|
+
objectId: Scalars['ID']['output'];
|
|
138360
|
+
};
|
|
137908
138361
|
export declare type TrelloBoardMembershipEdge = {
|
|
137909
138362
|
__typename?: 'TrelloBoardMembershipEdge';
|
|
137910
138363
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -138040,6 +138493,7 @@ export declare type TrelloBoardUpdated = TrelloBaseBoardUpdated & {
|
|
|
138040
138493
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
138041
138494
|
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
138042
138495
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
138496
|
+
onMembersDeleted?: Maybe<Array<TrelloBoardMembershipDeleted>>;
|
|
138043
138497
|
powerUpData?: Maybe<TrelloPowerUpDataConnectionUpdated>;
|
|
138044
138498
|
powerUps?: Maybe<TrelloBoardPowerUpConnectionUpdated>;
|
|
138045
138499
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
@@ -139673,6 +140127,8 @@ export declare type TrelloMutationApi = {
|
|
|
139673
140127
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
139674
140128
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
139675
140129
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
140130
|
+
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
140131
|
+
sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
139676
140132
|
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
139677
140133
|
smartScheduleCardsWithSmartSelection?: Maybe<TrelloProposedSmartSchedule>;
|
|
139678
140134
|
sortInboxCards?: Maybe<TrelloSortInboxCardsPayload>;
|
|
@@ -139795,6 +140251,9 @@ export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
|
139795
140251
|
export declare type TrelloMutationApiResetCardCoverArgs = {
|
|
139796
140252
|
input: TrelloResetCardCoverInput;
|
|
139797
140253
|
};
|
|
140254
|
+
export declare type TrelloMutationApiSendBoardEmailKeyMessageArgs = {
|
|
140255
|
+
input?: InputMaybe<TrelloSendBoardEmailKeyInput>;
|
|
140256
|
+
};
|
|
139798
140257
|
export declare type TrelloMutationApiSmartScheduleCardsArgs = {
|
|
139799
140258
|
input: TrelloSmartScheduleCardsInput;
|
|
139800
140259
|
};
|
|
@@ -139887,7 +140346,6 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
139887
140346
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
139888
140347
|
};
|
|
139889
140348
|
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
139890
|
-
reason?: InputMaybe<Scalars['String']['input']>;
|
|
139891
140349
|
resolution: Scalars['String']['input'];
|
|
139892
140350
|
};
|
|
139893
140351
|
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
@@ -140755,6 +141213,15 @@ export declare type TrelloScaleProps = {
|
|
|
140755
141213
|
url?: Maybe<Scalars['URL']['output']>;
|
|
140756
141214
|
width?: Maybe<Scalars['Int']['output']>;
|
|
140757
141215
|
};
|
|
141216
|
+
export declare type TrelloSendBoardEmailKeyInput = {
|
|
141217
|
+
boardId: Scalars['ID']['input'];
|
|
141218
|
+
};
|
|
141219
|
+
export declare type TrelloSendBoardEmailKeyMessagePayload = Payload & {
|
|
141220
|
+
__typename?: 'TrelloSendBoardEmailKeyMessagePayload';
|
|
141221
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
141222
|
+
errors?: Maybe<Array<MutationError>>;
|
|
141223
|
+
success: Scalars['Boolean']['output'];
|
|
141224
|
+
};
|
|
140758
141225
|
export declare type TrelloSmartScheduleCardsInput = {
|
|
140759
141226
|
cardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
140760
141227
|
endDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -143692,6 +144159,7 @@ export declare type UserOnboardingState = {
|
|
|
143692
144159
|
export declare type UserPreferences = {
|
|
143693
144160
|
__typename?: 'UserPreferences';
|
|
143694
144161
|
confluenceEditorSettings?: Maybe<ConfluenceEditorSettings>;
|
|
144162
|
+
contextualEmojiOptOut?: Maybe<Scalars['Boolean']['output']>;
|
|
143695
144163
|
endOfPageRecommendationsOptInStatus: Scalars['String']['output'];
|
|
143696
144164
|
favouriteTemplateEntityIds: Array<Maybe<Scalars['String']['output']>>;
|
|
143697
144165
|
feedRecommendedUserSettingsDismissTimestamp: Scalars['String']['output'];
|
|
@@ -143743,6 +144211,7 @@ export declare type UserPreferencesInput = {
|
|
|
143743
144211
|
addUserSpaceNotifiedChangeBoardingOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143744
144212
|
addUserSpaceNotifiedOfExternalCollab?: InputMaybe<Scalars['String']['input']>;
|
|
143745
144213
|
confluenceEditorSettingsInput?: InputMaybe<ConfluenceEditorSettingsInput>;
|
|
144214
|
+
contextualEmojiOptOut?: InputMaybe<Scalars['Boolean']['input']>;
|
|
143746
144215
|
endOfPageRecommendationsOptInStatus?: InputMaybe<Scalars['String']['input']>;
|
|
143747
144216
|
feedRecommendedUserSettingsDismissTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
143748
144217
|
feedTab?: InputMaybe<Scalars['String']['input']>;
|