@forge/cli-shared 5.3.1-next.1 → 5.3.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/out/graphql/graphql-types.d.ts +443 -234
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +112 -25
- package/package.json +2 -2
|
@@ -581,6 +581,7 @@ export declare enum ApiGroup {
|
|
|
581
581
|
ConfluenceAnalytics = "CONFLUENCE_ANALYTICS",
|
|
582
582
|
ConfluenceLegacy = "CONFLUENCE_LEGACY",
|
|
583
583
|
ConfluenceMutations = "CONFLUENCE_MUTATIONS",
|
|
584
|
+
ConfluencePages = "CONFLUENCE_PAGES",
|
|
584
585
|
ConfluencePageTree = "CONFLUENCE_PAGE_TREE",
|
|
585
586
|
ConfluenceSmarts = "CONFLUENCE_SMARTS",
|
|
586
587
|
ConfluenceTenant = "CONFLUENCE_TENANT",
|
|
@@ -2467,6 +2468,7 @@ export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
|
2467
2468
|
export declare type CcpEntitlementPreDunning = CommerceEntitlementPreDunning & {
|
|
2468
2469
|
__typename?: 'CcpEntitlementPreDunning';
|
|
2469
2470
|
firstPreDunningEndTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
2471
|
+
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
2470
2472
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
2471
2473
|
};
|
|
2472
2474
|
export declare enum CcpEntitlementPreDunningStatus {
|
|
@@ -2932,6 +2934,7 @@ export declare type CommerceEntitlementInfoHamsEntitlementArgs = {
|
|
|
2932
2934
|
};
|
|
2933
2935
|
export declare type CommerceEntitlementPreDunning = {
|
|
2934
2936
|
firstPreDunningEndTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
2937
|
+
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
2935
2938
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
2936
2939
|
};
|
|
2937
2940
|
export declare type CommerceExperienceCapability = {
|
|
@@ -7277,6 +7280,12 @@ export declare type ConfluenceLegacyContainerSummary = {
|
|
|
7277
7280
|
links?: Maybe<ConfluenceLegacyLinksContextBase>;
|
|
7278
7281
|
title?: Maybe<Scalars['String']['output']>;
|
|
7279
7282
|
};
|
|
7283
|
+
export declare enum ConfluenceLegacyContainerType {
|
|
7284
|
+
Blogpost = "BLOGPOST",
|
|
7285
|
+
Page = "PAGE",
|
|
7286
|
+
Space = "SPACE",
|
|
7287
|
+
Whiteboard = "WHITEBOARD"
|
|
7288
|
+
}
|
|
7280
7289
|
export declare type ConfluenceLegacyContent = {
|
|
7281
7290
|
__typename?: 'ConfluenceLegacyContent';
|
|
7282
7291
|
ancestors?: Maybe<Array<Maybe<ConfluenceLegacyContent>>>;
|
|
@@ -7429,16 +7438,6 @@ export declare type ConfluenceLegacyContentAnalyticsLastViewedAtByPageItem = {
|
|
|
7429
7438
|
contentId: Scalars['ID']['output'];
|
|
7430
7439
|
lastViewedAt: Scalars['String']['output'];
|
|
7431
7440
|
};
|
|
7432
|
-
export declare type ConfluenceLegacyContentAnalyticsPageViewInfo = {
|
|
7433
|
-
__typename?: 'ConfluenceLegacyContentAnalyticsPageViewInfo';
|
|
7434
|
-
lastVersionViewed: Scalars['Int']['output'];
|
|
7435
|
-
lastVersionViewedUrl?: Maybe<Scalars['String']['output']>;
|
|
7436
|
-
lastViewedAt: Scalars['String']['output'];
|
|
7437
|
-
user?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
7438
|
-
userId: Scalars['ID']['output'];
|
|
7439
|
-
userProfile?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
7440
|
-
views: Scalars['Int']['output'];
|
|
7441
|
-
};
|
|
7442
7441
|
export declare type ConfluenceLegacyContentAnalyticsTotalViewsByPage = {
|
|
7443
7442
|
__typename?: 'ConfluenceLegacyContentAnalyticsTotalViewsByPage';
|
|
7444
7443
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacyContentAnalyticsTotalViewsByPageItem>>>;
|
|
@@ -7456,11 +7455,6 @@ export declare type ConfluenceLegacyContentAnalyticsViews = {
|
|
|
7456
7455
|
__typename?: 'ConfluenceLegacyContentAnalyticsViews';
|
|
7457
7456
|
count: Scalars['Int']['output'];
|
|
7458
7457
|
};
|
|
7459
|
-
export declare type ConfluenceLegacyContentAnalyticsViewsByUser = {
|
|
7460
|
-
__typename?: 'ConfluenceLegacyContentAnalyticsViewsByUser';
|
|
7461
|
-
id: Scalars['ID']['output'];
|
|
7462
|
-
pageViews: Array<ConfluenceLegacyContentAnalyticsPageViewInfo>;
|
|
7463
|
-
};
|
|
7464
7458
|
export declare type ConfluenceLegacyContentBody = {
|
|
7465
7459
|
__typename?: 'ConfluenceLegacyContentBody';
|
|
7466
7460
|
content?: Maybe<ConfluenceLegacyContent>;
|
|
@@ -8252,15 +8246,6 @@ export declare type ConfluenceLegacyEditUpdate = ConfluenceLegacyAllUpdatesFeedE
|
|
|
8252
8246
|
user?: Maybe<ConfluenceLegacyPerson>;
|
|
8253
8247
|
version: Scalars['Int']['output'];
|
|
8254
8248
|
};
|
|
8255
|
-
export declare enum ConfluenceLegacyEdition {
|
|
8256
|
-
Free = "FREE",
|
|
8257
|
-
Premium = "PREMIUM",
|
|
8258
|
-
Standard = "STANDARD"
|
|
8259
|
-
}
|
|
8260
|
-
export declare type ConfluenceLegacyEditions = {
|
|
8261
|
-
__typename?: 'ConfluenceLegacyEditions';
|
|
8262
|
-
edition: ConfluenceLegacyEdition;
|
|
8263
|
-
};
|
|
8264
8249
|
export declare enum ConfluenceLegacyEditorConversionSetting {
|
|
8265
8250
|
None = "NONE",
|
|
8266
8251
|
Supported = "SUPPORTED"
|
|
@@ -9393,13 +9378,14 @@ export declare type ConfluenceLegacyPtPage = {
|
|
|
9393
9378
|
__typename?: 'ConfluenceLegacyPTPage';
|
|
9394
9379
|
ancestors?: Maybe<Array<Maybe<ConfluenceLegacyPtPage>>>;
|
|
9395
9380
|
children?: Maybe<ConfluenceLegacyPtPaginatedPageList>;
|
|
9396
|
-
content?: Maybe<ConfluenceLegacyContent>;
|
|
9397
9381
|
followingSiblings?: Maybe<ConfluenceLegacyPtPaginatedPageList>;
|
|
9398
9382
|
hasChildren: Scalars['Boolean']['output'];
|
|
9399
9383
|
hasInheritedRestrictions: Scalars['Boolean']['output'];
|
|
9400
9384
|
hasRestrictions: Scalars['Boolean']['output'];
|
|
9401
9385
|
id: Scalars['ID']['output'];
|
|
9386
|
+
mediaSession?: Maybe<ConfluenceLegacyContentMediaSession>;
|
|
9402
9387
|
nearestAncestors?: Maybe<ConfluenceLegacyPtPaginatedPageList>;
|
|
9388
|
+
page?: Maybe<ConfluenceLegacyPage>;
|
|
9403
9389
|
previousSiblings?: Maybe<ConfluenceLegacyPtPaginatedPageList>;
|
|
9404
9390
|
};
|
|
9405
9391
|
export declare type ConfluenceLegacyPtPageChildrenArgs = {
|
|
@@ -9626,10 +9612,6 @@ export declare enum ConfluenceLegacyPageStatusInput {
|
|
|
9626
9612
|
Current = "CURRENT",
|
|
9627
9613
|
Draft = "DRAFT"
|
|
9628
9614
|
}
|
|
9629
|
-
export declare type ConfluenceLegacyPageTreeCloudId = {
|
|
9630
|
-
__typename?: 'ConfluenceLegacyPageTreeCloudId';
|
|
9631
|
-
cloudId: Scalars['ID']['output'];
|
|
9632
|
-
};
|
|
9633
9615
|
export declare enum ConfluenceLegacyPageUpdateTrigger {
|
|
9634
9616
|
CreatePage = "CREATE_PAGE",
|
|
9635
9617
|
DiscardChanges = "DISCARD_CHANGES",
|
|
@@ -9828,20 +9810,6 @@ export declare type ConfluenceLegacyPaginatedSnippetList = {
|
|
|
9828
9810
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacySnippet>>>;
|
|
9829
9811
|
pageInfo?: Maybe<PageInfo>;
|
|
9830
9812
|
};
|
|
9831
|
-
export declare type ConfluenceLegacyPaginatedSpaceDumpPageList = {
|
|
9832
|
-
__typename?: 'ConfluenceLegacyPaginatedSpaceDumpPageList';
|
|
9833
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
9834
|
-
edges?: Maybe<Array<Maybe<ConfluenceLegacySpaceDumpPageEdge>>>;
|
|
9835
|
-
nodes?: Maybe<Array<Maybe<ConfluenceLegacySpaceDumpPage>>>;
|
|
9836
|
-
pageInfo?: Maybe<PageInfo>;
|
|
9837
|
-
};
|
|
9838
|
-
export declare type ConfluenceLegacyPaginatedSpaceDumpPageRestrictionList = {
|
|
9839
|
-
__typename?: 'ConfluenceLegacyPaginatedSpaceDumpPageRestrictionList';
|
|
9840
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
9841
|
-
edges?: Maybe<Array<Maybe<ConfluenceLegacySpaceDumpPageRestrictionEdge>>>;
|
|
9842
|
-
nodes?: Maybe<Array<Maybe<ConfluenceLegacySpaceDumpPageRestriction>>>;
|
|
9843
|
-
pageInfo?: Maybe<PageInfo>;
|
|
9844
|
-
};
|
|
9845
9813
|
export declare type ConfluenceLegacyPaginatedSpaceList = {
|
|
9846
9814
|
__typename?: 'ConfluenceLegacyPaginatedSpaceList';
|
|
9847
9815
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -10272,6 +10240,40 @@ export declare type ConfluenceLegacyQuickReloadComment = {
|
|
|
10272
10240
|
primaryActions: Array<Maybe<ConfluenceLegacyCommentUserAction>>;
|
|
10273
10241
|
secondaryActions: Array<Maybe<ConfluenceLegacyCommentUserAction>>;
|
|
10274
10242
|
};
|
|
10243
|
+
export declare type ConfluenceLegacyReactedUsersResponse = {
|
|
10244
|
+
__typename?: 'ConfluenceLegacyReactedUsersResponse';
|
|
10245
|
+
ari: Scalars['String']['output'];
|
|
10246
|
+
containerAri: Scalars['String']['output'];
|
|
10247
|
+
count: Scalars['Int']['output'];
|
|
10248
|
+
emojiId: Scalars['String']['output'];
|
|
10249
|
+
reacted: Scalars['Boolean']['output'];
|
|
10250
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacyUser>>>;
|
|
10251
|
+
};
|
|
10252
|
+
export declare enum ConfluenceLegacyReactionContentType {
|
|
10253
|
+
Blogpost = "BLOGPOST",
|
|
10254
|
+
Comment = "COMMENT",
|
|
10255
|
+
Page = "PAGE"
|
|
10256
|
+
}
|
|
10257
|
+
export declare type ConfluenceLegacyReactionsId = {
|
|
10258
|
+
containerId: Scalars['ID']['input'];
|
|
10259
|
+
containerType?: InputMaybe<Scalars['String']['input']>;
|
|
10260
|
+
contentId: Scalars['ID']['input'];
|
|
10261
|
+
contentType: Scalars['String']['input'];
|
|
10262
|
+
};
|
|
10263
|
+
export declare type ConfluenceLegacyReactionsSummaryForEmoji = {
|
|
10264
|
+
__typename?: 'ConfluenceLegacyReactionsSummaryForEmoji';
|
|
10265
|
+
count: Scalars['Int']['output'];
|
|
10266
|
+
emojiId: Scalars['String']['output'];
|
|
10267
|
+
id: Scalars['String']['output'];
|
|
10268
|
+
reacted: Scalars['Boolean']['output'];
|
|
10269
|
+
};
|
|
10270
|
+
export declare type ConfluenceLegacyReactionsSummaryResponse = {
|
|
10271
|
+
__typename?: 'ConfluenceLegacyReactionsSummaryResponse';
|
|
10272
|
+
ari: Scalars['String']['output'];
|
|
10273
|
+
containerAri: Scalars['String']['output'];
|
|
10274
|
+
reactionsCount: Scalars['Int']['output'];
|
|
10275
|
+
reactionsSummaryForEmoji: Array<Maybe<ConfluenceLegacyReactionsSummaryForEmoji>>;
|
|
10276
|
+
};
|
|
10275
10277
|
export declare type ConfluenceLegacyReattachInlineCommentInput = {
|
|
10276
10278
|
commentId: Scalars['ID']['input'];
|
|
10277
10279
|
containerId: Scalars['ID']['input'];
|
|
@@ -10475,6 +10477,12 @@ export declare enum ConfluenceLegacyRoleAssignmentPrincipalType {
|
|
|
10475
10477
|
Team = "TEAM",
|
|
10476
10478
|
User = "USER"
|
|
10477
10479
|
}
|
|
10480
|
+
export declare type ConfluenceLegacySaveReactionResponse = {
|
|
10481
|
+
__typename?: 'ConfluenceLegacySaveReactionResponse';
|
|
10482
|
+
ari: Scalars['String']['output'];
|
|
10483
|
+
containerAri: Scalars['String']['output'];
|
|
10484
|
+
emojiId: Scalars['String']['output'];
|
|
10485
|
+
};
|
|
10478
10486
|
export declare type ConfluenceLegacySchedulePublishInfo = {
|
|
10479
10487
|
__typename?: 'ConfluenceLegacySchedulePublishInfo';
|
|
10480
10488
|
date?: Maybe<Scalars['String']['output']>;
|
|
@@ -11047,50 +11055,6 @@ export declare type ConfluenceLegacySpaceDescriptions = {
|
|
|
11047
11055
|
view?: Maybe<ConfluenceLegacyFormattedBody>;
|
|
11048
11056
|
wiki?: Maybe<ConfluenceLegacyFormattedBody>;
|
|
11049
11057
|
};
|
|
11050
|
-
export declare type ConfluenceLegacySpaceDump = {
|
|
11051
|
-
__typename?: 'ConfluenceLegacySpaceDump';
|
|
11052
|
-
key: Scalars['String']['output'];
|
|
11053
|
-
pageRestrictions: ConfluenceLegacyPaginatedSpaceDumpPageRestrictionList;
|
|
11054
|
-
pages: ConfluenceLegacyPaginatedSpaceDumpPageList;
|
|
11055
|
-
};
|
|
11056
|
-
export declare type ConfluenceLegacySpaceDumpPageRestrictionsArgs = {
|
|
11057
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
11058
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
11059
|
-
};
|
|
11060
|
-
export declare type ConfluenceLegacySpaceDumpPagesArgs = {
|
|
11061
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
11062
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
11063
|
-
};
|
|
11064
|
-
export declare type ConfluenceLegacySpaceDumpPage = {
|
|
11065
|
-
__typename?: 'ConfluenceLegacySpaceDumpPage';
|
|
11066
|
-
creator?: Maybe<Scalars['String']['output']>;
|
|
11067
|
-
id: Scalars['String']['output'];
|
|
11068
|
-
parent?: Maybe<Scalars['String']['output']>;
|
|
11069
|
-
position?: Maybe<Scalars['Int']['output']>;
|
|
11070
|
-
status?: Maybe<Scalars['String']['output']>;
|
|
11071
|
-
};
|
|
11072
|
-
export declare type ConfluenceLegacySpaceDumpPageEdge = {
|
|
11073
|
-
__typename?: 'ConfluenceLegacySpaceDumpPageEdge';
|
|
11074
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
11075
|
-
node?: Maybe<ConfluenceLegacySpaceDumpPage>;
|
|
11076
|
-
};
|
|
11077
|
-
export declare type ConfluenceLegacySpaceDumpPageRestriction = {
|
|
11078
|
-
__typename?: 'ConfluenceLegacySpaceDumpPageRestriction';
|
|
11079
|
-
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
11080
|
-
pageId?: Maybe<Scalars['String']['output']>;
|
|
11081
|
-
type?: Maybe<ConfluenceLegacySpaceDumpPageRestrictionType>;
|
|
11082
|
-
users: Array<Maybe<Scalars['String']['output']>>;
|
|
11083
|
-
};
|
|
11084
|
-
export declare type ConfluenceLegacySpaceDumpPageRestrictionEdge = {
|
|
11085
|
-
__typename?: 'ConfluenceLegacySpaceDumpPageRestrictionEdge';
|
|
11086
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
11087
|
-
node?: Maybe<ConfluenceLegacySpaceDumpPageRestriction>;
|
|
11088
|
-
};
|
|
11089
|
-
export declare enum ConfluenceLegacySpaceDumpPageRestrictionType {
|
|
11090
|
-
Edit = "EDIT",
|
|
11091
|
-
Share = "SHARE",
|
|
11092
|
-
View = "VIEW"
|
|
11093
|
-
}
|
|
11094
11058
|
export declare type ConfluenceLegacySpaceEdge = {
|
|
11095
11059
|
__typename?: 'ConfluenceLegacySpaceEdge';
|
|
11096
11060
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -11624,10 +11588,6 @@ export declare type ConfluenceLegacyTemplateMigration = {
|
|
|
11624
11588
|
__typename?: 'ConfluenceLegacyTemplateMigration';
|
|
11625
11589
|
unsupportedTemplatesNames: Array<Maybe<Scalars['String']['output']>>;
|
|
11626
11590
|
};
|
|
11627
|
-
export declare type ConfluenceLegacyTemplatePropertySet = {
|
|
11628
|
-
__typename?: 'ConfluenceLegacyTemplatePropertySet';
|
|
11629
|
-
contentAppearance?: Maybe<ConfluenceLegacyTemplateContentAppearance>;
|
|
11630
|
-
};
|
|
11631
11591
|
export declare type ConfluenceLegacyTemplatePropertySetInput = {
|
|
11632
11592
|
contentAppearance?: InputMaybe<ConfluenceLegacyTemplateContentAppearance>;
|
|
11633
11593
|
};
|
|
@@ -12108,10 +12068,6 @@ export declare type ConfluenceLegacyUserWithRestrictionsEdge = {
|
|
|
12108
12068
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
12109
12069
|
node?: Maybe<ConfluenceLegacyUserWithRestrictions>;
|
|
12110
12070
|
};
|
|
12111
|
-
export declare type ConfluenceLegacyUsers = {
|
|
12112
|
-
__typename?: 'ConfluenceLegacyUsers';
|
|
12113
|
-
current?: Maybe<ConfluenceLegacyPerson>;
|
|
12114
|
-
};
|
|
12115
12071
|
export declare type ConfluenceLegacyUsersWithEffectiveRestrictions = {
|
|
12116
12072
|
__typename?: 'ConfluenceLegacyUsersWithEffectiveRestrictions';
|
|
12117
12073
|
directPermissions: Array<Maybe<ConfluenceLegacyContentPermissionType>>;
|
|
@@ -13955,6 +13911,7 @@ export declare enum ContentPlatformOperators {
|
|
|
13955
13911
|
}
|
|
13956
13912
|
export declare type ContentPlatformOrganization = {
|
|
13957
13913
|
__typename?: 'ContentPlatformOrganization';
|
|
13914
|
+
altDarkLogo?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
13958
13915
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
13959
13916
|
industry?: Maybe<Array<ContentPlatformTaxonomyIndustry>>;
|
|
13960
13917
|
logo?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
@@ -14295,6 +14252,7 @@ export declare type ContentPlatformTaxonomyTemplateType = {
|
|
|
14295
14252
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14296
14253
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
14297
14254
|
icon?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
14255
|
+
id: Scalars['String']['output'];
|
|
14298
14256
|
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
14299
14257
|
templateTypeName?: Maybe<Scalars['String']['output']>;
|
|
14300
14258
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -20603,6 +20561,11 @@ export declare type GraphCreateSprintRetrospectivePageInput = {
|
|
|
20603
20561
|
to: Scalars['ID']['input'];
|
|
20604
20562
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
20605
20563
|
};
|
|
20564
|
+
export declare enum GraphDataDepotApprovalStatus {
|
|
20565
|
+
Approved = "APPROVED",
|
|
20566
|
+
Needswork = "NEEDSWORK",
|
|
20567
|
+
Unapproved = "UNAPPROVED"
|
|
20568
|
+
}
|
|
20606
20569
|
export declare type GraphDataDepotBranch = {
|
|
20607
20570
|
__typename?: 'GraphDataDepotBranch';
|
|
20608
20571
|
branchId: Scalars['String']['output'];
|
|
@@ -20668,6 +20631,7 @@ export declare type GraphDataDepotChapter = {
|
|
|
20668
20631
|
};
|
|
20669
20632
|
export declare type GraphDataDepotCommit = {
|
|
20670
20633
|
__typename?: 'GraphDataDepotCommit';
|
|
20634
|
+
author: GraphDataDepotUser;
|
|
20671
20635
|
commitId: Scalars['String']['output'];
|
|
20672
20636
|
createdAt: Scalars['String']['output'];
|
|
20673
20637
|
displayId: Scalars['String']['output'];
|
|
@@ -20700,6 +20664,7 @@ export declare type GraphDataDepotDeployment = {
|
|
|
20700
20664
|
label?: Maybe<Scalars['String']['output']>;
|
|
20701
20665
|
pipeline: GraphDataDepotPipeline;
|
|
20702
20666
|
state: GraphDataDepotDeploymentState;
|
|
20667
|
+
triggeredBy?: Maybe<GraphDataDepotUser>;
|
|
20703
20668
|
url: Scalars['String']['output'];
|
|
20704
20669
|
};
|
|
20705
20670
|
export declare enum GraphDataDepotDeploymentState {
|
|
@@ -20711,12 +20676,38 @@ export declare enum GraphDataDepotDeploymentState {
|
|
|
20711
20676
|
Successful = "SUCCESSFUL",
|
|
20712
20677
|
Unknown = "UNKNOWN"
|
|
20713
20678
|
}
|
|
20679
|
+
export declare type GraphDataDepotDesign = {
|
|
20680
|
+
__typename?: 'GraphDataDepotDesign';
|
|
20681
|
+
displayName: Scalars['String']['output'];
|
|
20682
|
+
externalId: Scalars['String']['output'];
|
|
20683
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
20684
|
+
id: Scalars['ID']['output'];
|
|
20685
|
+
inspectUrl?: Maybe<Scalars['String']['output']>;
|
|
20686
|
+
liveEmbedUrl: Scalars['String']['output'];
|
|
20687
|
+
status: GraphDataDepotDesignStatus;
|
|
20688
|
+
type: GraphDataDepotDesignType;
|
|
20689
|
+
url: Scalars['String']['output'];
|
|
20690
|
+
};
|
|
20691
|
+
export declare enum GraphDataDepotDesignStatus {
|
|
20692
|
+
None = "NONE",
|
|
20693
|
+
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
20694
|
+
Unknown = "UNKNOWN"
|
|
20695
|
+
}
|
|
20696
|
+
export declare enum GraphDataDepotDesignType {
|
|
20697
|
+
Canvas = "CANVAS",
|
|
20698
|
+
File = "FILE",
|
|
20699
|
+
Group = "GROUP",
|
|
20700
|
+
Node = "NODE",
|
|
20701
|
+
Other = "OTHER",
|
|
20702
|
+
Prototype = "PROTOTYPE"
|
|
20703
|
+
}
|
|
20714
20704
|
export declare type GraphDataDepotEntities = {
|
|
20715
20705
|
__typename?: 'GraphDataDepotEntities';
|
|
20716
20706
|
branch: Array<GraphDataDepotBranch>;
|
|
20717
20707
|
buildInfo: Array<GraphDataDepotBuildInfo>;
|
|
20718
20708
|
commit: Array<GraphDataDepotCommit>;
|
|
20719
20709
|
deployment: Array<GraphDataDepotDeployment>;
|
|
20710
|
+
design: Array<GraphDataDepotDesign>;
|
|
20720
20711
|
featureFlag: Array<GraphDataDepotFeatureFlag>;
|
|
20721
20712
|
pullRequest: Array<GraphDataDepotPullRequest>;
|
|
20722
20713
|
remoteLink: Array<GraphDataDepotRemoteLink>;
|
|
@@ -20800,12 +20791,14 @@ export declare type GraphDataDepotPipeline = {
|
|
|
20800
20791
|
};
|
|
20801
20792
|
export declare type GraphDataDepotPullRequest = {
|
|
20802
20793
|
__typename?: 'GraphDataDepotPullRequest';
|
|
20794
|
+
author: GraphDataDepotUser;
|
|
20803
20795
|
commentCount: Scalars['Int']['output'];
|
|
20804
20796
|
destinationBranch?: Maybe<GraphDataDepotBranchReference>;
|
|
20805
20797
|
displayId: Scalars['String']['output'];
|
|
20806
20798
|
id: Scalars['ID']['output'];
|
|
20807
20799
|
pullRequestId: Scalars['String']['output'];
|
|
20808
20800
|
repositoryId: Scalars['String']['output'];
|
|
20801
|
+
reviewers: Array<GraphDataDepotReviewer>;
|
|
20809
20802
|
sourceBranch: GraphDataDepotBranchReference;
|
|
20810
20803
|
status: GraphDataDepotPullRequestStatus;
|
|
20811
20804
|
supportedActions?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -20830,7 +20823,9 @@ export declare type GraphDataDepotQueryEntitiesArgs = {
|
|
|
20830
20823
|
export declare type GraphDataDepotRemoteLink = {
|
|
20831
20824
|
__typename?: 'GraphDataDepotRemoteLink';
|
|
20832
20825
|
actionIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
20826
|
+
assignee?: Maybe<GraphDataDepotUser>;
|
|
20833
20827
|
attributeMap?: Maybe<Array<GraphDataDepotRemoteLinkAttributeTuple>>;
|
|
20828
|
+
author?: Maybe<GraphDataDepotUser>;
|
|
20834
20829
|
category?: Maybe<Scalars['String']['output']>;
|
|
20835
20830
|
description?: Maybe<Scalars['String']['output']>;
|
|
20836
20831
|
displayName: Scalars['String']['output'];
|
|
@@ -20850,6 +20845,11 @@ export declare type GraphDataDepotRemoteLinkStatus = {
|
|
|
20850
20845
|
appearance: Scalars['String']['output'];
|
|
20851
20846
|
label: Scalars['String']['output'];
|
|
20852
20847
|
};
|
|
20848
|
+
export declare type GraphDataDepotReviewer = {
|
|
20849
|
+
__typename?: 'GraphDataDepotReviewer';
|
|
20850
|
+
approvalStatus: GraphDataDepotApprovalStatus;
|
|
20851
|
+
user?: Maybe<GraphDataDepotUser>;
|
|
20852
|
+
};
|
|
20853
20853
|
export declare type GraphDataDepotTestInfo = {
|
|
20854
20854
|
__typename?: 'GraphDataDepotTestInfo';
|
|
20855
20855
|
numberFailed: Scalars['Int']['output'];
|
|
@@ -20863,10 +20863,16 @@ export declare type GraphDataDepotTrack = {
|
|
|
20863
20863
|
locale?: Maybe<Scalars['String']['output']>;
|
|
20864
20864
|
name?: Maybe<Scalars['String']['output']>;
|
|
20865
20865
|
};
|
|
20866
|
+
export declare type GraphDataDepotUser = {
|
|
20867
|
+
__typename?: 'GraphDataDepotUser';
|
|
20868
|
+
thirdPartyUser?: Maybe<ThirdPartyUser>;
|
|
20869
|
+
user?: Maybe<User>;
|
|
20870
|
+
};
|
|
20866
20871
|
export declare type GraphDataDepotVideo = {
|
|
20867
20872
|
__typename?: 'GraphDataDepotVideo';
|
|
20868
20873
|
chapters?: Maybe<Array<GraphDataDepotChapter>>;
|
|
20869
20874
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
20875
|
+
createdBy?: Maybe<GraphDataDepotUser>;
|
|
20870
20876
|
description?: Maybe<Scalars['String']['output']>;
|
|
20871
20877
|
displayName: Scalars['String']['output'];
|
|
20872
20878
|
durationInSeconds?: Maybe<Scalars['Long']['output']>;
|
|
@@ -20874,6 +20880,8 @@ export declare type GraphDataDepotVideo = {
|
|
|
20874
20880
|
externalId: Scalars['String']['output'];
|
|
20875
20881
|
height?: Maybe<Scalars['Long']['output']>;
|
|
20876
20882
|
id: Scalars['ID']['output'];
|
|
20883
|
+
lastUpdatedBy?: Maybe<GraphDataDepotUser>;
|
|
20884
|
+
owners?: Maybe<Array<GraphDataDepotUser>>;
|
|
20877
20885
|
textTracks?: Maybe<Array<GraphDataDepotTrack>>;
|
|
20878
20886
|
thumbnailUrl: Scalars['String']['output'];
|
|
20879
20887
|
url: Scalars['String']['output'];
|
|
@@ -23835,6 +23843,8 @@ export declare type GraphStore = {
|
|
|
23835
23843
|
shipit57IssueRecursiveLinksToPageInverse?: Maybe<GraphStoreSimplifiedShipit57IssueRecursiveLinksToPageInverseConnection>;
|
|
23836
23844
|
shipit57PullRequestLinksToPage?: Maybe<GraphStoreSimplifiedShipit57PullRequestLinksToPageConnection>;
|
|
23837
23845
|
shipit57PullRequestLinksToPageInverse?: Maybe<GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseConnection>;
|
|
23846
|
+
spaceAssociatedWithProject?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectConnection>;
|
|
23847
|
+
spaceAssociatedWithProjectInverse?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection>;
|
|
23838
23848
|
sprintAssociatedBuildInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
23839
23849
|
sprintAssociatedBuildRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
23840
23850
|
sprintAssociatedDeployment?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentConnection>;
|
|
@@ -25456,6 +25466,18 @@ export declare type GraphStoreShipit57PullRequestLinksToPageInverseArgs = {
|
|
|
25456
25466
|
id: Scalars['ID']['input'];
|
|
25457
25467
|
sort?: InputMaybe<GraphStoreShipit57PullRequestLinksToPageSortInput>;
|
|
25458
25468
|
};
|
|
25469
|
+
export declare type GraphStoreSpaceAssociatedWithProjectArgs = {
|
|
25470
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25471
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25472
|
+
id: Scalars['ID']['input'];
|
|
25473
|
+
sort?: InputMaybe<GraphStoreSpaceAssociatedWithProjectSortInput>;
|
|
25474
|
+
};
|
|
25475
|
+
export declare type GraphStoreSpaceAssociatedWithProjectInverseArgs = {
|
|
25476
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25477
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25478
|
+
id: Scalars['ID']['input'];
|
|
25479
|
+
sort?: InputMaybe<GraphStoreSpaceAssociatedWithProjectSortInput>;
|
|
25480
|
+
};
|
|
25459
25481
|
export declare type GraphStoreSprintAssociatedBuildInverseRelationshipArgs = {
|
|
25460
25482
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25461
25483
|
filter?: InputMaybe<GraphStoreSprintAssociatedBuildFilterInput>;
|
|
@@ -26738,6 +26760,20 @@ export declare type GraphStoreCreateProjectHasVersionRelationshipInput = {
|
|
|
26738
26760
|
to: Scalars['ID']['input'];
|
|
26739
26761
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
26740
26762
|
};
|
|
26763
|
+
export declare type GraphStoreCreateSpaceAssociatedWithProjectInput = {
|
|
26764
|
+
relationships: Array<GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput>;
|
|
26765
|
+
};
|
|
26766
|
+
export declare type GraphStoreCreateSpaceAssociatedWithProjectPayload = Payload & {
|
|
26767
|
+
__typename?: 'GraphStoreCreateSpaceAssociatedWithProjectPayload';
|
|
26768
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26769
|
+
success: Scalars['Boolean']['output'];
|
|
26770
|
+
};
|
|
26771
|
+
export declare type GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput = {
|
|
26772
|
+
from: Scalars['ID']['input'];
|
|
26773
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
26774
|
+
to: Scalars['ID']['input'];
|
|
26775
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
26776
|
+
};
|
|
26741
26777
|
export declare type GraphStoreCreateSprintRetrospectivePageInput = {
|
|
26742
26778
|
relationships: Array<GraphStoreCreateSprintRetrospectivePageRelationshipInput>;
|
|
26743
26779
|
};
|
|
@@ -27044,6 +27080,18 @@ export declare type GraphStoreDeleteProjectHasVersionRelationshipInput = {
|
|
|
27044
27080
|
from: Scalars['ID']['input'];
|
|
27045
27081
|
to: Scalars['ID']['input'];
|
|
27046
27082
|
};
|
|
27083
|
+
export declare type GraphStoreDeleteSpaceAssociatedWithProjectInput = {
|
|
27084
|
+
relationships: Array<GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput>;
|
|
27085
|
+
};
|
|
27086
|
+
export declare type GraphStoreDeleteSpaceAssociatedWithProjectPayload = Payload & {
|
|
27087
|
+
__typename?: 'GraphStoreDeleteSpaceAssociatedWithProjectPayload';
|
|
27088
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27089
|
+
success: Scalars['Boolean']['output'];
|
|
27090
|
+
};
|
|
27091
|
+
export declare type GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput = {
|
|
27092
|
+
from: Scalars['ID']['input'];
|
|
27093
|
+
to: Scalars['ID']['input'];
|
|
27094
|
+
};
|
|
27047
27095
|
export declare type GraphStoreDeleteSprintRetrospectivePageInput = {
|
|
27048
27096
|
relationships: Array<GraphStoreDeleteSprintRetrospectivePageRelationshipInput>;
|
|
27049
27097
|
};
|
|
@@ -30738,6 +30786,7 @@ export declare type GraphStoreMutation = {
|
|
|
30738
30786
|
createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
|
|
30739
30787
|
createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
|
|
30740
30788
|
createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
|
|
30789
|
+
createSpaceAssociatedWithProject?: Maybe<GraphStoreCreateSpaceAssociatedWithProjectPayload>;
|
|
30741
30790
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
30742
30791
|
createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
|
|
30743
30792
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
@@ -30759,6 +30808,7 @@ export declare type GraphStoreMutation = {
|
|
|
30759
30808
|
deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
|
|
30760
30809
|
deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
|
|
30761
30810
|
deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
|
|
30811
|
+
deleteSpaceAssociatedWithProject?: Maybe<GraphStoreDeleteSpaceAssociatedWithProjectPayload>;
|
|
30762
30812
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
30763
30813
|
deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
|
|
30764
30814
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
@@ -30811,6 +30861,9 @@ export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
|
|
|
30811
30861
|
export declare type GraphStoreMutationCreateProjectHasVersionArgs = {
|
|
30812
30862
|
input?: InputMaybe<GraphStoreCreateProjectHasVersionInput>;
|
|
30813
30863
|
};
|
|
30864
|
+
export declare type GraphStoreMutationCreateSpaceAssociatedWithProjectArgs = {
|
|
30865
|
+
input?: InputMaybe<GraphStoreCreateSpaceAssociatedWithProjectInput>;
|
|
30866
|
+
};
|
|
30814
30867
|
export declare type GraphStoreMutationCreateSprintRetrospectivePageArgs = {
|
|
30815
30868
|
input?: InputMaybe<GraphStoreCreateSprintRetrospectivePageInput>;
|
|
30816
30869
|
};
|
|
@@ -30874,6 +30927,9 @@ export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
|
|
|
30874
30927
|
export declare type GraphStoreMutationDeleteProjectHasVersionArgs = {
|
|
30875
30928
|
input?: InputMaybe<GraphStoreDeleteProjectHasVersionInput>;
|
|
30876
30929
|
};
|
|
30930
|
+
export declare type GraphStoreMutationDeleteSpaceAssociatedWithProjectArgs = {
|
|
30931
|
+
input?: InputMaybe<GraphStoreDeleteSpaceAssociatedWithProjectInput>;
|
|
30932
|
+
};
|
|
30877
30933
|
export declare type GraphStoreMutationDeleteSprintRetrospectivePageArgs = {
|
|
30878
30934
|
input?: InputMaybe<GraphStoreDeleteSprintRetrospectivePageInput>;
|
|
30879
30935
|
};
|
|
@@ -33335,6 +33391,38 @@ export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseEdg
|
|
|
33335
33391
|
};
|
|
33336
33392
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseUnion = DevOpsPullRequestDetails;
|
|
33337
33393
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageUnion = ConfluencePage;
|
|
33394
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo & HasTotal & {
|
|
33395
|
+
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectConnection';
|
|
33396
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectEdge>>>;
|
|
33397
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33398
|
+
pageInfo: PageInfo;
|
|
33399
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33400
|
+
};
|
|
33401
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
33402
|
+
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectEdge';
|
|
33403
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33404
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33405
|
+
id: Scalars['ID']['output'];
|
|
33406
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33407
|
+
node?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectUnion>;
|
|
33408
|
+
};
|
|
33409
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
33410
|
+
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection';
|
|
33411
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge>>>;
|
|
33412
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33413
|
+
pageInfo: PageInfo;
|
|
33414
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33415
|
+
};
|
|
33416
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge = {
|
|
33417
|
+
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge';
|
|
33418
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33419
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33420
|
+
id: Scalars['ID']['output'];
|
|
33421
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33422
|
+
node?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseUnion>;
|
|
33423
|
+
};
|
|
33424
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseUnion = ConfluenceSpace;
|
|
33425
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectUnion = JiraProject;
|
|
33338
33426
|
export declare type GraphStoreSimplifiedSprintAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
33339
33427
|
__typename?: 'GraphStoreSimplifiedSprintAssociatedDeploymentConnection';
|
|
33340
33428
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentEdge>>>;
|
|
@@ -33795,6 +33883,12 @@ export declare type GraphStoreSortInput = {
|
|
|
33795
33883
|
direction: SortDirection;
|
|
33796
33884
|
priority: Scalars['Int']['input'];
|
|
33797
33885
|
};
|
|
33886
|
+
export declare type GraphStoreSpaceAssociatedWithProjectSortInput = {
|
|
33887
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33888
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33889
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33890
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33891
|
+
};
|
|
33798
33892
|
export declare enum GraphStoreSprintAssociatedBuildBuildState {
|
|
33799
33893
|
Cancelled = "CANCELLED",
|
|
33800
33894
|
Failed = "FAILED",
|
|
@@ -34380,6 +34474,7 @@ export declare type HamsEntitlementMigrationEvaluation = {
|
|
|
34380
34474
|
export declare type HamsEntitlementPreDunning = CommerceEntitlementPreDunning & {
|
|
34381
34475
|
__typename?: 'HamsEntitlementPreDunning';
|
|
34382
34476
|
firstPreDunningEndTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
34477
|
+
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
34383
34478
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
34384
34479
|
};
|
|
34385
34480
|
export declare type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
@@ -35124,11 +35219,13 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
35124
35219
|
export declare type HelpLayoutAnnouncementInput = {
|
|
35125
35220
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
35126
35221
|
};
|
|
35127
|
-
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
35222
|
+
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutConnectElement | HelpLayoutEditorElement | HelpLayoutForgeElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
35128
35223
|
export declare type HelpLayoutAtomicElementInput = {
|
|
35129
35224
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
35225
|
+
connectInput?: InputMaybe<HelpLayoutConnectInput>;
|
|
35130
35226
|
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
35131
35227
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
35228
|
+
forgeInput?: InputMaybe<HelpLayoutForgeInput>;
|
|
35132
35229
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
35133
35230
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
35134
35231
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
@@ -35141,7 +35238,9 @@ export declare type HelpLayoutAtomicElementInput = {
|
|
|
35141
35238
|
};
|
|
35142
35239
|
export declare enum HelpLayoutAtomicElementKey {
|
|
35143
35240
|
Announcement = "ANNOUNCEMENT",
|
|
35241
|
+
Connect = "CONNECT",
|
|
35144
35242
|
Editor = "EDITOR",
|
|
35243
|
+
Forge = "FORGE",
|
|
35145
35244
|
Heading = "HEADING",
|
|
35146
35245
|
Hero = "HERO",
|
|
35147
35246
|
Image = "IMAGE",
|
|
@@ -35189,6 +35288,37 @@ export declare type HelpLayoutCompositeElementType = HelpLayoutElementType & {
|
|
|
35189
35288
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
35190
35289
|
key?: Maybe<HelpLayoutCompositeElementKey>;
|
|
35191
35290
|
};
|
|
35291
|
+
export declare type HelpLayoutConnectElement = HelpLayoutVisualEntity & Node & {
|
|
35292
|
+
__typename?: 'HelpLayoutConnectElement';
|
|
35293
|
+
connectElementPage: HelpLayoutConnectElementPages;
|
|
35294
|
+
connectElementType: HelpLayoutConnectElementType;
|
|
35295
|
+
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
35296
|
+
id: Scalars['ID']['output'];
|
|
35297
|
+
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
35298
|
+
};
|
|
35299
|
+
export declare enum HelpLayoutConnectElementPages {
|
|
35300
|
+
Approvals = "APPROVALS",
|
|
35301
|
+
CreateRequest = "CREATE_REQUEST",
|
|
35302
|
+
HelpCenter = "HELP_CENTER",
|
|
35303
|
+
MyRequest = "MY_REQUEST",
|
|
35304
|
+
Portal = "PORTAL",
|
|
35305
|
+
Profile = "PROFILE",
|
|
35306
|
+
ViewRequest = "VIEW_REQUEST"
|
|
35307
|
+
}
|
|
35308
|
+
export declare enum HelpLayoutConnectElementType {
|
|
35309
|
+
DetailsPanels = "detailsPanels",
|
|
35310
|
+
FooterPanels = "footerPanels",
|
|
35311
|
+
HeaderAndSubheaderPanels = "headerAndSubheaderPanels",
|
|
35312
|
+
HeaderPanels = "headerPanels",
|
|
35313
|
+
OptionPanels = "optionPanels",
|
|
35314
|
+
ProfilePagePanel = "profilePagePanel",
|
|
35315
|
+
PropertyPanels = "propertyPanels",
|
|
35316
|
+
RequestCreatePanel = "requestCreatePanel",
|
|
35317
|
+
SubheaderPanels = "subheaderPanels"
|
|
35318
|
+
}
|
|
35319
|
+
export declare type HelpLayoutConnectInput = {
|
|
35320
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
35321
|
+
};
|
|
35192
35322
|
export declare type HelpLayoutCreatePayload = Payload & {
|
|
35193
35323
|
__typename?: 'HelpLayoutCreatePayload';
|
|
35194
35324
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -35210,15 +35340,17 @@ export declare type HelpLayoutEditorInput = {
|
|
|
35210
35340
|
adf: Scalars['String']['input'];
|
|
35211
35341
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
35212
35342
|
};
|
|
35213
|
-
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
35343
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutConnectElement | HelpLayoutEditorElement | HelpLayoutForgeElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
35214
35344
|
export declare enum HelpLayoutElementCategory {
|
|
35215
35345
|
Basic = "BASIC",
|
|
35216
35346
|
Navigation = "NAVIGATION"
|
|
35217
35347
|
}
|
|
35218
35348
|
export declare type HelpLayoutElementInput = {
|
|
35219
35349
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
35350
|
+
connectInput?: InputMaybe<HelpLayoutConnectInput>;
|
|
35220
35351
|
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
35221
35352
|
elementTypeKey: HelpLayoutElementKey;
|
|
35353
|
+
forgeInput?: InputMaybe<HelpLayoutForgeInput>;
|
|
35222
35354
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
35223
35355
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
35224
35356
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
@@ -35232,7 +35364,9 @@ export declare type HelpLayoutElementInput = {
|
|
|
35232
35364
|
};
|
|
35233
35365
|
export declare enum HelpLayoutElementKey {
|
|
35234
35366
|
Announcement = "ANNOUNCEMENT",
|
|
35367
|
+
Connect = "CONNECT",
|
|
35235
35368
|
Editor = "EDITOR",
|
|
35369
|
+
Forge = "FORGE",
|
|
35236
35370
|
Heading = "HEADING",
|
|
35237
35371
|
Hero = "HERO",
|
|
35238
35372
|
Image = "IMAGE",
|
|
@@ -35252,6 +35386,30 @@ export declare type HelpLayoutElementType = {
|
|
|
35252
35386
|
export declare type HelpLayoutFilter = {
|
|
35253
35387
|
isEditMode?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35254
35388
|
};
|
|
35389
|
+
export declare type HelpLayoutForgeElement = HelpLayoutVisualEntity & Node & {
|
|
35390
|
+
__typename?: 'HelpLayoutForgeElement';
|
|
35391
|
+
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
35392
|
+
forgeElementPage: HelpLayoutForgeElementPages;
|
|
35393
|
+
forgeElementType: HelpLayoutForgeElementType;
|
|
35394
|
+
id: Scalars['ID']['output'];
|
|
35395
|
+
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
35396
|
+
};
|
|
35397
|
+
export declare enum HelpLayoutForgeElementPages {
|
|
35398
|
+
Approvals = "approvals",
|
|
35399
|
+
CreateRequest = "create_request",
|
|
35400
|
+
HelpCenter = "help_center",
|
|
35401
|
+
MyRequest = "my_request",
|
|
35402
|
+
Portal = "portal",
|
|
35403
|
+
Profile = "profile",
|
|
35404
|
+
ViewRequest = "view_request"
|
|
35405
|
+
}
|
|
35406
|
+
export declare enum HelpLayoutForgeElementType {
|
|
35407
|
+
Footer = "FOOTER",
|
|
35408
|
+
HeaderAndSubheader = "HEADER_AND_SUBHEADER"
|
|
35409
|
+
}
|
|
35410
|
+
export declare type HelpLayoutForgeInput = {
|
|
35411
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
35412
|
+
};
|
|
35255
35413
|
export declare type HelpLayoutHeadingAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
35256
35414
|
__typename?: 'HelpLayoutHeadingAtomicElement';
|
|
35257
35415
|
config?: Maybe<HelpLayoutHeadingAtomicElementConfig>;
|
|
@@ -39008,9 +39166,8 @@ export declare type JiraCreateApproverListFieldPayload = Payload & {
|
|
|
39008
39166
|
};
|
|
39009
39167
|
export declare type JiraCreateBoardFieldInput = {
|
|
39010
39168
|
issueTypes?: InputMaybe<Array<JiraIssueTypeInput>>;
|
|
39011
|
-
labels?: InputMaybe<Array<
|
|
39012
|
-
|
|
39013
|
-
teams?: InputMaybe<Array<JiraTeamFieldInput>>;
|
|
39169
|
+
labels?: InputMaybe<Array<JiraLabelsInput>>;
|
|
39170
|
+
teams?: InputMaybe<Array<JiraAtlassianTeamInput>>;
|
|
39014
39171
|
};
|
|
39015
39172
|
export declare type JiraCreateBoardInput = {
|
|
39016
39173
|
createBoardSource: JiraCreateBoardSource;
|
|
@@ -39062,10 +39219,12 @@ export declare type JiraCreateCustomFilterPayload = Payload & {
|
|
|
39062
39219
|
};
|
|
39063
39220
|
export declare type JiraCreateFormattingRuleInput = {
|
|
39064
39221
|
afterRuleId?: InputMaybe<Scalars['String']['input']>;
|
|
39065
|
-
|
|
39222
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
39066
39223
|
expression: JiraFormattingRuleExpressionInput;
|
|
39067
39224
|
formattingArea: JiraFormattingArea;
|
|
39068
|
-
|
|
39225
|
+
formattingColor?: InputMaybe<JiraColorInput>;
|
|
39226
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
39227
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
39069
39228
|
};
|
|
39070
39229
|
export declare type JiraCreateFormattingRulePayload = Payload & {
|
|
39071
39230
|
__typename?: 'JiraCreateFormattingRulePayload';
|
|
@@ -39405,7 +39564,7 @@ export declare type JiraDeleteCustomFilterPayload = Payload & {
|
|
|
39405
39564
|
success: Scalars['Boolean']['output'];
|
|
39406
39565
|
};
|
|
39407
39566
|
export declare type JiraDeleteFormattingRuleInput = {
|
|
39408
|
-
|
|
39567
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
39409
39568
|
ruleId: Scalars['ID']['input'];
|
|
39410
39569
|
};
|
|
39411
39570
|
export declare type JiraDeleteFormattingRulePayload = Payload & {
|
|
@@ -40367,6 +40526,7 @@ export declare type JiraFormattingRule = Node & {
|
|
|
40367
40526
|
color: JiraFormattingColor;
|
|
40368
40527
|
expression: JiraFormattingExpression;
|
|
40369
40528
|
formattingArea: JiraFormattingArea;
|
|
40529
|
+
formattingColor: JiraColor;
|
|
40370
40530
|
id: Scalars['ID']['output'];
|
|
40371
40531
|
};
|
|
40372
40532
|
export declare type JiraFormattingRuleConnection = HasPageInfo & {
|
|
@@ -41033,6 +41193,22 @@ export declare type JiraIssueConnectionPageCursorsArgs = {
|
|
|
41033
41193
|
maxCursors: Scalars['Int']['input'];
|
|
41034
41194
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
41035
41195
|
};
|
|
41196
|
+
export declare type JiraIssueCreateInput = {
|
|
41197
|
+
fields: JiraIssueFieldsInput;
|
|
41198
|
+
issueTypeId: Scalars['ID']['input'];
|
|
41199
|
+
projectId: Scalars['ID']['input'];
|
|
41200
|
+
rank?: InputMaybe<JiraIssueCreateRankInput>;
|
|
41201
|
+
};
|
|
41202
|
+
export declare type JiraIssueCreatePayload = Payload & {
|
|
41203
|
+
__typename?: 'JiraIssueCreatePayload';
|
|
41204
|
+
errors?: Maybe<Array<MutationError>>;
|
|
41205
|
+
issue?: Maybe<JiraIssue>;
|
|
41206
|
+
success: Scalars['Boolean']['output'];
|
|
41207
|
+
};
|
|
41208
|
+
export declare type JiraIssueCreateRankInput = {
|
|
41209
|
+
afterIssueId?: InputMaybe<Scalars['ID']['input']>;
|
|
41210
|
+
beforeIssueId?: InputMaybe<Scalars['ID']['input']>;
|
|
41211
|
+
};
|
|
41036
41212
|
export declare type JiraIssueCreatedStreamHubPayload = {
|
|
41037
41213
|
__typename?: 'JiraIssueCreatedStreamHubPayload';
|
|
41038
41214
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
@@ -41104,6 +41280,56 @@ export declare type JiraIssueEdge = {
|
|
|
41104
41280
|
cursor: Scalars['String']['output'];
|
|
41105
41281
|
node?: Maybe<JiraIssue>;
|
|
41106
41282
|
};
|
|
41283
|
+
export declare type JiraIssueExportError = {
|
|
41284
|
+
__typename?: 'JiraIssueExportError';
|
|
41285
|
+
displayMessage?: Maybe<Scalars['String']['output']>;
|
|
41286
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
41287
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
41288
|
+
};
|
|
41289
|
+
export declare type JiraIssueExportEvent = JiraIssueExportTaskCompleted | JiraIssueExportTaskProgress | JiraIssueExportTaskSubmissionFailed | JiraIssueExportTaskSubmitted | JiraIssueExportTaskTerminated;
|
|
41290
|
+
export declare type JiraIssueExportInput = {
|
|
41291
|
+
cloudId: Scalars['ID']['input'];
|
|
41292
|
+
exportType?: InputMaybe<JiraIssueExportType>;
|
|
41293
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
41294
|
+
jql?: InputMaybe<Scalars['String']['input']>;
|
|
41295
|
+
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
41296
|
+
modified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41297
|
+
};
|
|
41298
|
+
export declare type JiraIssueExportTask = {
|
|
41299
|
+
__typename?: 'JiraIssueExportTask';
|
|
41300
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
41301
|
+
};
|
|
41302
|
+
export declare type JiraIssueExportTaskCompleted = {
|
|
41303
|
+
__typename?: 'JiraIssueExportTaskCompleted';
|
|
41304
|
+
task?: Maybe<JiraIssueExportTask>;
|
|
41305
|
+
};
|
|
41306
|
+
export declare type JiraIssueExportTaskProgress = {
|
|
41307
|
+
__typename?: 'JiraIssueExportTaskProgress';
|
|
41308
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
41309
|
+
progress?: Maybe<Scalars['Int']['output']>;
|
|
41310
|
+
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
41311
|
+
status?: Maybe<JiraLongRunningTaskStatus>;
|
|
41312
|
+
task?: Maybe<JiraIssueExportTask>;
|
|
41313
|
+
};
|
|
41314
|
+
export declare type JiraIssueExportTaskSubmissionFailed = {
|
|
41315
|
+
__typename?: 'JiraIssueExportTaskSubmissionFailed';
|
|
41316
|
+
error?: Maybe<JiraIssueExportError>;
|
|
41317
|
+
};
|
|
41318
|
+
export declare type JiraIssueExportTaskSubmitted = {
|
|
41319
|
+
__typename?: 'JiraIssueExportTaskSubmitted';
|
|
41320
|
+
task?: Maybe<JiraIssueExportTask>;
|
|
41321
|
+
};
|
|
41322
|
+
export declare type JiraIssueExportTaskTerminated = {
|
|
41323
|
+
__typename?: 'JiraIssueExportTaskTerminated';
|
|
41324
|
+
error?: Maybe<JiraIssueExportError>;
|
|
41325
|
+
taskProgress?: Maybe<JiraIssueExportTaskProgress>;
|
|
41326
|
+
};
|
|
41327
|
+
export declare enum JiraIssueExportType {
|
|
41328
|
+
CsvAllFields = "CSV_ALL_FIELDS",
|
|
41329
|
+
CsvCurrentFields = "CSV_CURRENT_FIELDS",
|
|
41330
|
+
CsvWithBomAllFields = "CSV_WITH_BOM_ALL_FIELDS",
|
|
41331
|
+
CsvWithBomCurrentFields = "CSV_WITH_BOM_CURRENT_FIELDS"
|
|
41332
|
+
}
|
|
41107
41333
|
export declare type JiraIssueField = {
|
|
41108
41334
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
41109
41335
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -41747,6 +41973,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
41747
41973
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
41748
41974
|
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
41749
41975
|
JiraConnectNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
41976
|
+
JiraConnectTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
41750
41977
|
JiraDatePickerField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
41751
41978
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
41752
41979
|
JiraIssueLinkField?: InputMaybe<Array<JiraUpdateIssueLinkFieldInputForIssueTransitions>>;
|
|
@@ -42950,6 +43177,7 @@ export declare type JiraMutation = {
|
|
|
42950
43177
|
createCalendarIssue?: Maybe<JiraCreateCalendarIssuePayload>;
|
|
42951
43178
|
createCustomBackground?: Maybe<JiraCreateCustomBackgroundPayload>;
|
|
42952
43179
|
createFormattingRule?: Maybe<JiraCreateFormattingRulePayload>;
|
|
43180
|
+
createIssue?: Maybe<JiraIssueCreatePayload>;
|
|
42953
43181
|
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
42954
43182
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
42955
43183
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
@@ -43143,6 +43371,9 @@ export declare type JiraMutationCreateCustomBackgroundArgs = {
|
|
|
43143
43371
|
export declare type JiraMutationCreateFormattingRuleArgs = {
|
|
43144
43372
|
input: JiraCreateFormattingRuleInput;
|
|
43145
43373
|
};
|
|
43374
|
+
export declare type JiraMutationCreateIssueArgs = {
|
|
43375
|
+
input: JiraIssueCreateInput;
|
|
43376
|
+
};
|
|
43146
43377
|
export declare type JiraMutationCreateIssueLinksArgs = {
|
|
43147
43378
|
cloudId: Scalars['ID']['input'];
|
|
43148
43379
|
input: JiraBulkCreateIssueLinksInput;
|
|
@@ -43996,7 +44227,7 @@ export declare type JiraOrderDirection = {
|
|
|
43996
44227
|
};
|
|
43997
44228
|
export declare type JiraOrderFormattingRuleInput = {
|
|
43998
44229
|
afterRuleId?: InputMaybe<Scalars['ID']['input']>;
|
|
43999
|
-
|
|
44230
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
44000
44231
|
ruleId: Scalars['ID']['input'];
|
|
44001
44232
|
};
|
|
44002
44233
|
export declare type JiraOrderFormattingRulePayload = Payload & {
|
|
@@ -44477,6 +44708,7 @@ export declare type JiraProject = Node & {
|
|
|
44477
44708
|
category?: Maybe<JiraProjectCategory>;
|
|
44478
44709
|
classificationTags: Array<Scalars['String']['output']>;
|
|
44479
44710
|
cloudId: Scalars['ID']['output'];
|
|
44711
|
+
conditionalFormattingRules?: Maybe<JiraFormattingRuleConnection>;
|
|
44480
44712
|
confluenceSpaceRelationships?: Maybe<JiraProjectAndConfluenceSpaceRelationshipConnection>;
|
|
44481
44713
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
44482
44714
|
defaultNavigationItem?: Maybe<JiraNavigationItemResult>;
|
|
@@ -44551,6 +44783,10 @@ export declare type JiraProjectBoardsArgs = {
|
|
|
44551
44783
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44552
44784
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
44553
44785
|
};
|
|
44786
|
+
export declare type JiraProjectConditionalFormattingRulesArgs = {
|
|
44787
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
44788
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44789
|
+
};
|
|
44554
44790
|
export declare type JiraProjectConfluenceSpaceRelationshipsArgs = {
|
|
44555
44791
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
44556
44792
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -45321,6 +45557,7 @@ export declare type JiraQuery = {
|
|
|
45321
45557
|
issueHydrateByIssueIds?: Maybe<JiraIssueSearchByHydration>;
|
|
45322
45558
|
issueLinkTypes?: Maybe<JiraIssueLinkTypeConnection>;
|
|
45323
45559
|
issueNavigatorUserJQLHistory?: Maybe<JiraJqlHistoryConnection>;
|
|
45560
|
+
issueSearch?: Maybe<JiraIssueConnection>;
|
|
45324
45561
|
issueSearchByFilterId?: Maybe<JiraIssueSearchByFilterResult>;
|
|
45325
45562
|
issueSearchByJql?: Maybe<JiraIssueSearchByJqlResult>;
|
|
45326
45563
|
issueSearchStable?: Maybe<JiraIssueConnection>;
|
|
@@ -45763,6 +46000,16 @@ export declare type JiraQueryIssueNavigatorUserJqlHistoryArgs = {
|
|
|
45763
46000
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
45764
46001
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
45765
46002
|
};
|
|
46003
|
+
export declare type JiraQueryIssueSearchArgs = {
|
|
46004
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
46005
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
46006
|
+
cloudId: Scalars['ID']['input'];
|
|
46007
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46008
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
46009
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
46010
|
+
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
46011
|
+
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
46012
|
+
};
|
|
45766
46013
|
export declare type JiraQueryIssueSearchByFilterIdArgs = {
|
|
45767
46014
|
id: Scalars['ID']['input'];
|
|
45768
46015
|
};
|
|
@@ -48576,11 +48823,13 @@ export declare type JiraSubmitBulkOperationProgress = Node & {
|
|
|
48576
48823
|
};
|
|
48577
48824
|
export declare type JiraSubscription = {
|
|
48578
48825
|
__typename?: 'JiraSubscription';
|
|
48826
|
+
bulkOperationProgressSubscription?: Maybe<JiraIssueBulkOperationProgress>;
|
|
48579
48827
|
onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
|
|
48580
48828
|
onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
|
|
48581
48829
|
onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
|
|
48582
48830
|
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
48583
48831
|
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
48832
|
+
onIssueExported?: Maybe<JiraIssueExportEvent>;
|
|
48584
48833
|
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
48585
48834
|
onJwmFieldMutation?: Maybe<JiraJwmField>;
|
|
48586
48835
|
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
@@ -48589,6 +48838,10 @@ export declare type JiraSubscription = {
|
|
|
48589
48838
|
onProjectCleanupTaskStatusChange?: Maybe<JiraProjectCleanupTaskStatus>;
|
|
48590
48839
|
onSuggestedChildIssue?: Maybe<JiraOnSuggestedChildIssueResult>;
|
|
48591
48840
|
};
|
|
48841
|
+
export declare type JiraSubscriptionBulkOperationProgressSubscriptionArgs = {
|
|
48842
|
+
cloudId: Scalars['ID']['input'];
|
|
48843
|
+
taskId: Scalars['ID']['input'];
|
|
48844
|
+
};
|
|
48592
48845
|
export declare type JiraSubscriptionOnAttachmentCreatedByProjectsArgs = {
|
|
48593
48846
|
cloudId: Scalars['ID']['input'];
|
|
48594
48847
|
projectIds: Array<Scalars['String']['input']>;
|
|
@@ -48609,6 +48862,9 @@ export declare type JiraSubscriptionOnIssueDeletedByProjectArgs = {
|
|
|
48609
48862
|
cloudId: Scalars['ID']['input'];
|
|
48610
48863
|
projectId: Scalars['String']['input'];
|
|
48611
48864
|
};
|
|
48865
|
+
export declare type JiraSubscriptionOnIssueExportedArgs = {
|
|
48866
|
+
input: JiraIssueExportInput;
|
|
48867
|
+
};
|
|
48612
48868
|
export declare type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
|
|
48613
48869
|
cloudId: Scalars['ID']['input'];
|
|
48614
48870
|
projectId: Scalars['String']['input'];
|
|
@@ -49061,10 +49317,10 @@ export declare type JiraUpdateForgeObjectFieldInput = {
|
|
|
49061
49317
|
operation: JiraForgeObjectFieldOperationInput;
|
|
49062
49318
|
};
|
|
49063
49319
|
export declare type JiraUpdateFormattingRuleInput = {
|
|
49064
|
-
|
|
49320
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
49065
49321
|
expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
|
|
49066
49322
|
formatType?: InputMaybe<JiraFormattingArea>;
|
|
49067
|
-
|
|
49323
|
+
formattingColor?: InputMaybe<JiraColorInput>;
|
|
49068
49324
|
ruleId: Scalars['ID']['input'];
|
|
49069
49325
|
};
|
|
49070
49326
|
export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
@@ -51759,20 +52015,26 @@ export declare type LogQueryInput = {
|
|
|
51759
52015
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
51760
52016
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
51761
52017
|
};
|
|
52018
|
+
export declare enum LpCertStatus {
|
|
52019
|
+
Active = "ACTIVE",
|
|
52020
|
+
Expired = "EXPIRED"
|
|
52021
|
+
}
|
|
51762
52022
|
export declare type LpCertmetricsCertificate = {
|
|
51763
52023
|
__typename?: 'LpCertmetricsCertificate';
|
|
51764
52024
|
activeDate?: Maybe<Scalars['String']['output']>;
|
|
51765
52025
|
expireDate?: Maybe<Scalars['String']['output']>;
|
|
52026
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
51766
52027
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
51767
52028
|
name?: Maybe<Scalars['String']['output']>;
|
|
51768
52029
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
51769
52030
|
publicUrl?: Maybe<Scalars['String']['output']>;
|
|
51770
|
-
status?: Maybe<
|
|
52031
|
+
status?: Maybe<LpCertStatus>;
|
|
51771
52032
|
};
|
|
51772
52033
|
export declare type LpCertmetricsCertificateConnection = {
|
|
51773
52034
|
__typename?: 'LpCertmetricsCertificateConnection';
|
|
51774
52035
|
edges?: Maybe<Array<LpCertmetricsCertificateEdge>>;
|
|
51775
52036
|
pageInfo?: Maybe<LpPageInfo>;
|
|
52037
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
51776
52038
|
};
|
|
51777
52039
|
export declare type LpCertmetricsCertificateEdge = {
|
|
51778
52040
|
__typename?: 'LpCertmetricsCertificateEdge';
|
|
@@ -51781,20 +52043,28 @@ export declare type LpCertmetricsCertificateEdge = {
|
|
|
51781
52043
|
};
|
|
51782
52044
|
export declare type LpCourseProgress = {
|
|
51783
52045
|
__typename?: 'LpCourseProgress';
|
|
52046
|
+
completedDate?: Maybe<Scalars['String']['output']>;
|
|
51784
52047
|
courseId?: Maybe<Scalars['String']['output']>;
|
|
52048
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
51785
52049
|
lessons?: Maybe<Array<Maybe<LpLessonProgress>>>;
|
|
51786
|
-
status?: Maybe<
|
|
52050
|
+
status?: Maybe<LpCourseStatus>;
|
|
52051
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
51787
52052
|
};
|
|
51788
52053
|
export declare type LpCourseProgressConnection = {
|
|
51789
52054
|
__typename?: 'LpCourseProgressConnection';
|
|
51790
52055
|
edges?: Maybe<Array<LpCourseProgressEdge>>;
|
|
51791
52056
|
pageInfo?: Maybe<LpPageInfo>;
|
|
52057
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
51792
52058
|
};
|
|
51793
52059
|
export declare type LpCourseProgressEdge = {
|
|
51794
52060
|
__typename?: 'LpCourseProgressEdge';
|
|
51795
52061
|
cursor: Scalars['String']['output'];
|
|
51796
52062
|
node?: Maybe<LpCourseProgress>;
|
|
51797
52063
|
};
|
|
52064
|
+
export declare enum LpCourseStatus {
|
|
52065
|
+
Completed = "COMPLETED",
|
|
52066
|
+
InProgress = "IN_PROGRESS"
|
|
52067
|
+
}
|
|
51798
52068
|
export declare type LpLearner = Node & {
|
|
51799
52069
|
__typename?: 'LpLearner';
|
|
51800
52070
|
atlassianId: Scalars['String']['output'];
|
|
@@ -51807,13 +52077,14 @@ export declare type LpLearnerCertmetricsCertificatesArgs = {
|
|
|
51807
52077
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
51808
52078
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51809
52079
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52080
|
+
status?: InputMaybe<LpCertStatus>;
|
|
51810
52081
|
};
|
|
51811
52082
|
export declare type LpLearnerCoursesArgs = {
|
|
51812
52083
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
51813
52084
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
51814
52085
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51815
52086
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
51816
|
-
status?: InputMaybe<
|
|
52087
|
+
status?: InputMaybe<LpCourseStatus>;
|
|
51817
52088
|
};
|
|
51818
52089
|
export declare type LpLearnerData = {
|
|
51819
52090
|
__typename?: 'LpLearnerData';
|
|
@@ -53834,6 +54105,7 @@ export declare type Mutation = {
|
|
|
53834
54105
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacyAddDefaultExCoSpacePermissionsPayload>;
|
|
53835
54106
|
confluenceLegacy_addLabels?: Maybe<ConfluenceLegacyAddLabelsPayload>;
|
|
53836
54107
|
confluenceLegacy_addPublicLinkPermissions?: Maybe<ConfluenceLegacyAddPublicLinkPermissionsPayload>;
|
|
54108
|
+
confluenceLegacy_addReaction?: Maybe<ConfluenceLegacySaveReactionResponse>;
|
|
53837
54109
|
confluenceLegacy_archivePages?: Maybe<ConfluenceLegacyBulkArchivePagePayload>;
|
|
53838
54110
|
confluenceLegacy_attachDanglingComment?: Maybe<ConfluenceLegacyComment>;
|
|
53839
54111
|
confluenceLegacy_bulkArchivePages?: Maybe<ConfluenceLegacyBulkArchivePagePayload>;
|
|
@@ -53879,6 +54151,7 @@ export declare type Mutation = {
|
|
|
53879
54151
|
confluenceLegacy_deleteInlineComment?: Maybe<Scalars['Boolean']['output']>;
|
|
53880
54152
|
confluenceLegacy_deleteLabel?: Maybe<ConfluenceLegacyDeleteLabelPayload>;
|
|
53881
54153
|
confluenceLegacy_deletePages?: Maybe<ConfluenceLegacyDeletePagesPayload>;
|
|
54154
|
+
confluenceLegacy_deleteReaction?: Maybe<ConfluenceLegacySaveReactionResponse>;
|
|
53882
54155
|
confluenceLegacy_deleteRelation?: Maybe<ConfluenceLegacyDeleteRelationPayload>;
|
|
53883
54156
|
confluenceLegacy_deleteSpaceDefaultClassificationLevel?: Maybe<ConfluenceLegacyDeleteSpaceDefaultClassificationLevelPayload>;
|
|
53884
54157
|
confluenceLegacy_deleteSpaceRoles?: Maybe<ConfluenceLegacyDeleteSpaceRolesPayload>;
|
|
@@ -54179,6 +54452,13 @@ export declare type MutationConfluenceLegacy_AddLabelsArgs = {
|
|
|
54179
54452
|
export declare type MutationConfluenceLegacy_AddPublicLinkPermissionsArgs = {
|
|
54180
54453
|
input: ConfluenceLegacyAddPublicLinkPermissionsInput;
|
|
54181
54454
|
};
|
|
54455
|
+
export declare type MutationConfluenceLegacy_AddReactionArgs = {
|
|
54456
|
+
containerId: Scalars['String']['input'];
|
|
54457
|
+
containerType: ConfluenceLegacyContainerType;
|
|
54458
|
+
contentId: Scalars['String']['input'];
|
|
54459
|
+
contentType: ConfluenceLegacyReactionContentType;
|
|
54460
|
+
emojiId: Scalars['String']['input'];
|
|
54461
|
+
};
|
|
54182
54462
|
export declare type MutationConfluenceLegacy_ArchivePagesArgs = {
|
|
54183
54463
|
input: Array<InputMaybe<ConfluenceLegacyBulkArchivePagesInput>>;
|
|
54184
54464
|
};
|
|
@@ -54321,6 +54601,13 @@ export declare type MutationConfluenceLegacy_DeleteLabelArgs = {
|
|
|
54321
54601
|
export declare type MutationConfluenceLegacy_DeletePagesArgs = {
|
|
54322
54602
|
input: Array<InputMaybe<ConfluenceLegacyDeletePagesInput>>;
|
|
54323
54603
|
};
|
|
54604
|
+
export declare type MutationConfluenceLegacy_DeleteReactionArgs = {
|
|
54605
|
+
containerId: Scalars['String']['input'];
|
|
54606
|
+
containerType: ConfluenceLegacyContainerType;
|
|
54607
|
+
contentId: Scalars['String']['input'];
|
|
54608
|
+
contentType: ConfluenceLegacyReactionContentType;
|
|
54609
|
+
emojiId: Scalars['String']['input'];
|
|
54610
|
+
};
|
|
54324
54611
|
export declare type MutationConfluenceLegacy_DeleteRelationArgs = {
|
|
54325
54612
|
input: ConfluenceLegacyDeleteRelationInput;
|
|
54326
54613
|
};
|
|
@@ -57308,9 +57595,7 @@ export declare type Query = {
|
|
|
57308
57595
|
confluenceLegacy_classificationLevels?: Maybe<Array<ConfluenceLegacyContentDataClassificationLevel>>;
|
|
57309
57596
|
confluenceLegacy_cloudId?: Maybe<ConfluenceLegacyCloudId>;
|
|
57310
57597
|
confluenceLegacy_collabToken?: Maybe<ConfluenceLegacyCollabTokenResponse>;
|
|
57311
|
-
confluenceLegacy_comment?: Maybe<ConfluenceLegacyComment>;
|
|
57312
57598
|
confluenceLegacy_comments?: Maybe<ConfluenceLegacyPaginatedCommentList>;
|
|
57313
|
-
confluenceLegacy_confluenceEditions?: Maybe<ConfluenceLegacyEditions>;
|
|
57314
57599
|
confluenceLegacy_confluenceUsers?: Maybe<ConfluenceLegacyPaginatedPersonList>;
|
|
57315
57600
|
confluenceLegacy_contactAdminPageConfig?: Maybe<ConfluenceLegacycontactAdminPageConfig>;
|
|
57316
57601
|
confluenceLegacy_content?: Maybe<ConfluenceLegacyPaginatedContentListWithChild>;
|
|
@@ -57319,9 +57604,7 @@ export declare type Query = {
|
|
|
57319
57604
|
confluenceLegacy_contentAnalyticsViewedComments?: Maybe<ConfluenceLegacyViewedComments>;
|
|
57320
57605
|
confluenceLegacy_contentAnalyticsViewers?: Maybe<ConfluenceLegacyContentAnalyticsViewers>;
|
|
57321
57606
|
confluenceLegacy_contentAnalyticsViews?: Maybe<ConfluenceLegacyContentAnalyticsViews>;
|
|
57322
|
-
confluenceLegacy_contentAnalyticsViewsByUser?: Maybe<ConfluenceLegacyContentAnalyticsViewsByUser>;
|
|
57323
57607
|
confluenceLegacy_contentBody?: Maybe<ConfluenceLegacyContentBodyPerRepresentation>;
|
|
57324
|
-
confluenceLegacy_contentById?: Maybe<ConfluenceLegacyContent>;
|
|
57325
57608
|
confluenceLegacy_contentByState?: Maybe<ConfluenceLegacyPaginatedContentList>;
|
|
57326
57609
|
confluenceLegacy_contentContributors?: Maybe<ConfluenceLegacyContentContributors>;
|
|
57327
57610
|
confluenceLegacy_contentConverter?: Maybe<ConfluenceBody>;
|
|
@@ -57372,7 +57655,6 @@ export declare type Query = {
|
|
|
57372
57655
|
confluenceLegacy_globalContextContentCreationMetadata?: Maybe<ConfluenceLegacyContentCreationMetadata>;
|
|
57373
57656
|
confluenceLegacy_globalDescription?: Maybe<ConfluenceLegacyGlobalDescription>;
|
|
57374
57657
|
confluenceLegacy_globalOperations?: Maybe<Array<Maybe<ConfluenceLegacyOperationCheckResult>>>;
|
|
57375
|
-
confluenceLegacy_globalPageTemplateUser?: Maybe<ConfluenceLegacyGlobalPageTemplateUser>;
|
|
57376
57658
|
confluenceLegacy_globalSpaceConfiguration?: Maybe<ConfluenceLegacyGlobalSpaceConfiguration>;
|
|
57377
57659
|
confluenceLegacy_group?: Maybe<ConfluenceLegacyGroup>;
|
|
57378
57660
|
confluenceLegacy_groupCounts?: Maybe<ConfluenceLegacyGroupCountsResult>;
|
|
@@ -57409,13 +57691,9 @@ export declare type Query = {
|
|
|
57409
57691
|
confluenceLegacy_pageAnalyticsCount?: Maybe<ConfluenceLegacyPageAnalyticsCount>;
|
|
57410
57692
|
confluenceLegacy_pageAnalyticsTimeseriesCount?: Maybe<ConfluenceLegacyPageAnalyticsTimeseriesCount>;
|
|
57411
57693
|
confluenceLegacy_pageContextContentCreationMetadata?: Maybe<ConfluenceLegacyContentCreationMetadata>;
|
|
57412
|
-
confluenceLegacy_pageDump?: Maybe<ConfluenceLegacyPage>;
|
|
57413
|
-
confluenceLegacy_pageTreeCloudId?: Maybe<ConfluenceLegacyPageTreeCloudId>;
|
|
57414
|
-
confluenceLegacy_pageTreeVersion?: Maybe<Scalars['String']['output']>;
|
|
57415
57694
|
confluenceLegacy_pages?: Maybe<ConfluenceLegacyPaginatedPageList>;
|
|
57416
57695
|
confluenceLegacy_paywallContentToDisable?: Maybe<ConfluenceLegacyPaywallContentSingle>;
|
|
57417
57696
|
confluenceLegacy_paywallStatus?: Maybe<ConfluenceLegacyPaywallStatus>;
|
|
57418
|
-
confluenceLegacy_personalSpace?: Maybe<ConfluenceLegacySpace>;
|
|
57419
57697
|
confluenceLegacy_popularFeed?: Maybe<ConfluenceLegacyPaginatedPopularFeed>;
|
|
57420
57698
|
confluenceLegacy_ptpage?: Maybe<ConfluenceLegacyPtPage>;
|
|
57421
57699
|
confluenceLegacy_publicLinkOnboardingReference?: Maybe<ConfluenceLegacyPublicLinkOnboardingReference>;
|
|
@@ -57429,10 +57707,11 @@ export declare type Query = {
|
|
|
57429
57707
|
confluenceLegacy_publishConditions?: Maybe<Array<Maybe<ConfluenceLegacyPublishConditions>>>;
|
|
57430
57708
|
confluenceLegacy_pushNotificationSettings?: Maybe<ConfluenceLegacyPushNotificationSettings>;
|
|
57431
57709
|
confluenceLegacy_quickReload?: Maybe<ConfluenceLegacyQuickReload>;
|
|
57432
|
-
|
|
57710
|
+
confluenceLegacy_reactedUsers?: Maybe<ConfluenceLegacyReactedUsersResponse>;
|
|
57711
|
+
confluenceLegacy_reactionsSummary?: Maybe<ConfluenceLegacyReactionsSummaryResponse>;
|
|
57712
|
+
confluenceLegacy_reactionsSummaryList?: Maybe<Array<Maybe<ConfluenceLegacyReactionsSummaryResponse>>>;
|
|
57433
57713
|
confluenceLegacy_recentlyViewedSpaces?: Maybe<Array<Maybe<ConfluenceLegacySpace>>>;
|
|
57434
57714
|
confluenceLegacy_renderedContentDump?: Maybe<ConfluenceLegacyHtmlDocument>;
|
|
57435
|
-
confluenceLegacy_restrictingParentForContent?: Maybe<ConfluenceLegacyContent>;
|
|
57436
57715
|
confluenceLegacy_search?: Maybe<ConfluenceLegacyPaginatedSearchResultList>;
|
|
57437
57716
|
confluenceLegacy_searchTimeseriesCTR?: Maybe<ConfluenceLegacySearchTimeseriesCtr>;
|
|
57438
57717
|
confluenceLegacy_searchTimeseriesCount?: Maybe<ConfluenceLegacySearchTimeseriesCount>;
|
|
@@ -57449,7 +57728,6 @@ export declare type Query = {
|
|
|
57449
57728
|
confluenceLegacy_spaViewModel?: Maybe<ConfluenceLegacySpaViewModel>;
|
|
57450
57729
|
confluenceLegacy_space?: Maybe<ConfluenceLegacySpace>;
|
|
57451
57730
|
confluenceLegacy_spaceContextContentCreationMetadata?: Maybe<ConfluenceLegacyContentCreationMetadata>;
|
|
57452
|
-
confluenceLegacy_spaceDump?: Maybe<ConfluenceLegacySpaceDump>;
|
|
57453
57731
|
confluenceLegacy_spaceHomepage?: Maybe<ConfluenceLegacyContent>;
|
|
57454
57732
|
confluenceLegacy_spacePermissions?: Maybe<ConfluenceLegacySpacePermissions>;
|
|
57455
57733
|
confluenceLegacy_spacePermissionsAll?: Maybe<ConfluenceLegacySpacePermissionConnection>;
|
|
@@ -57470,7 +57748,6 @@ export declare type Query = {
|
|
|
57470
57748
|
confluenceLegacy_templateCategories?: Maybe<ConfluenceLegacyPaginatedTemplateCategoryList>;
|
|
57471
57749
|
confluenceLegacy_templateInfo?: Maybe<ConfluenceLegacyTemplateInfo>;
|
|
57472
57750
|
confluenceLegacy_templateMediaSession?: Maybe<ConfluenceLegacyTemplateMediaSession>;
|
|
57473
|
-
confluenceLegacy_templatePropertySetByTemplate?: Maybe<ConfluenceLegacyTemplatePropertySet>;
|
|
57474
57751
|
confluenceLegacy_templates?: Maybe<ConfluenceLegacyPaginatedContentTemplateList>;
|
|
57475
57752
|
confluenceLegacy_tenant?: Maybe<ConfluenceLegacyTenant>;
|
|
57476
57753
|
confluenceLegacy_tenantCloudId?: Maybe<ConfluenceLegacyTenantCloudId>;
|
|
@@ -57480,12 +57757,9 @@ export declare type Query = {
|
|
|
57480
57757
|
confluenceLegacy_topRelevantUsers?: Maybe<ConfluenceLegacyTopRelevantUsers>;
|
|
57481
57758
|
confluenceLegacy_totalSearchCTR?: Maybe<ConfluenceLegacyTotalSearchCtr>;
|
|
57482
57759
|
confluenceLegacy_traceTiming?: Maybe<ConfluenceLegacyTraceTiming>;
|
|
57483
|
-
confluenceLegacy_user?: Maybe<ConfluenceLegacyPerson>;
|
|
57484
57760
|
confluenceLegacy_userGroupSearch?: Maybe<ConfluenceLegacyUserAndGroupSearchResults>;
|
|
57485
57761
|
confluenceLegacy_userPreferences?: Maybe<ConfluenceLegacyUserPreferences>;
|
|
57486
|
-
confluenceLegacy_userProfile?: Maybe<ConfluenceLegacyPerson>;
|
|
57487
57762
|
confluenceLegacy_userWithContentRestrictions?: Maybe<ConfluenceLegacyUserWithRestrictions>;
|
|
57488
|
-
confluenceLegacy_users?: Maybe<ConfluenceLegacyUsers>;
|
|
57489
57763
|
confluenceLegacy_usersWithContentRestrictions?: Maybe<Array<Maybe<ConfluenceLegacyUserWithRestrictions>>>;
|
|
57490
57764
|
confluenceLegacy_validateConvertPageToLiveEdit?: Maybe<ConfluenceLegacyConvertPageToLiveEditValidationResult>;
|
|
57491
57765
|
confluenceLegacy_validatePageCopy?: Maybe<ConfluenceLegacyValidatePageCopyPayload>;
|
|
@@ -57843,9 +58117,6 @@ export declare type QueryConfluenceLegacy_CollabTokenArgs = {
|
|
|
57843
58117
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
57844
58118
|
id: Scalars['ID']['input'];
|
|
57845
58119
|
};
|
|
57846
|
-
export declare type QueryConfluenceLegacy_CommentArgs = {
|
|
57847
|
-
commentId: Scalars['ID']['input'];
|
|
57848
|
-
};
|
|
57849
58120
|
export declare type QueryConfluenceLegacy_CommentsArgs = {
|
|
57850
58121
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
57851
58122
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57861,9 +58132,6 @@ export declare type QueryConfluenceLegacy_CommentsArgs = {
|
|
|
57861
58132
|
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
|
|
57862
58133
|
type?: InputMaybe<Array<InputMaybe<ConfluenceLegacyCommentType>>>;
|
|
57863
58134
|
};
|
|
57864
|
-
export declare type QueryConfluenceLegacy_ConfluenceEditionsArgs = {
|
|
57865
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
57866
|
-
};
|
|
57867
58135
|
export declare type QueryConfluenceLegacy_ConfluenceUsersArgs = {
|
|
57868
58136
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
57869
58137
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -57909,17 +58177,9 @@ export declare type QueryConfluenceLegacy_ContentAnalyticsViewsArgs = {
|
|
|
57909
58177
|
contentId: Scalars['ID']['input'];
|
|
57910
58178
|
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
57911
58179
|
};
|
|
57912
|
-
export declare type QueryConfluenceLegacy_ContentAnalyticsViewsByUserArgs = {
|
|
57913
|
-
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
57914
|
-
contentId: Scalars['ID']['input'];
|
|
57915
|
-
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
57916
|
-
};
|
|
57917
58180
|
export declare type QueryConfluenceLegacy_ContentBodyArgs = {
|
|
57918
58181
|
id: Scalars['ID']['input'];
|
|
57919
58182
|
};
|
|
57920
|
-
export declare type QueryConfluenceLegacy_ContentByIdArgs = {
|
|
57921
|
-
id: Scalars['ID']['input'];
|
|
57922
|
-
};
|
|
57923
58183
|
export declare type QueryConfluenceLegacy_ContentByStateArgs = {
|
|
57924
58184
|
contentStateId: Scalars['Long']['input'];
|
|
57925
58185
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -58144,9 +58404,6 @@ export declare type QueryConfluenceLegacy_GetSummaryArgs = {
|
|
|
58144
58404
|
lastUpdatedTimeSeconds: Scalars['Long']['input'];
|
|
58145
58405
|
responseType?: InputMaybe<ConfluenceLegacyResponseType>;
|
|
58146
58406
|
};
|
|
58147
|
-
export declare type QueryConfluenceLegacy_GlobalPageTemplateUserArgs = {
|
|
58148
|
-
accountId: Scalars['String']['input'];
|
|
58149
|
-
};
|
|
58150
58407
|
export declare type QueryConfluenceLegacy_GroupArgs = {
|
|
58151
58408
|
groupId?: InputMaybe<Scalars['String']['input']>;
|
|
58152
58409
|
groupName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58247,17 +58504,6 @@ export declare type QueryConfluenceLegacy_PageAnalyticsTimeseriesCountArgs = {
|
|
|
58247
58504
|
export declare type QueryConfluenceLegacy_PageContextContentCreationMetadataArgs = {
|
|
58248
58505
|
contentId: Scalars['ID']['input'];
|
|
58249
58506
|
};
|
|
58250
|
-
export declare type QueryConfluenceLegacy_PageDumpArgs = {
|
|
58251
|
-
id: Scalars['ID']['input'];
|
|
58252
|
-
status?: InputMaybe<Scalars['String']['input']>;
|
|
58253
|
-
};
|
|
58254
|
-
export declare type QueryConfluenceLegacy_PageTreeCloudIdArgs = {
|
|
58255
|
-
cloudId: Scalars['ID']['input'];
|
|
58256
|
-
};
|
|
58257
|
-
export declare type QueryConfluenceLegacy_PageTreeVersionArgs = {
|
|
58258
|
-
pageId?: InputMaybe<Scalars['ID']['input']>;
|
|
58259
|
-
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
58260
|
-
};
|
|
58261
58507
|
export declare type QueryConfluenceLegacy_PagesArgs = {
|
|
58262
58508
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
58263
58509
|
pageId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -58273,10 +58519,6 @@ export declare type QueryConfluenceLegacy_PaywallContentToDisableArgs = {
|
|
|
58273
58519
|
export declare type QueryConfluenceLegacy_PaywallStatusArgs = {
|
|
58274
58520
|
id: Scalars['ID']['input'];
|
|
58275
58521
|
};
|
|
58276
|
-
export declare type QueryConfluenceLegacy_PersonalSpaceArgs = {
|
|
58277
|
-
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
58278
|
-
userKey?: InputMaybe<Scalars['String']['input']>;
|
|
58279
|
-
};
|
|
58280
58522
|
export declare type QueryConfluenceLegacy_PopularFeedArgs = {
|
|
58281
58523
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58282
58524
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -58332,8 +58574,21 @@ export declare type QueryConfluenceLegacy_QuickReloadArgs = {
|
|
|
58332
58574
|
pageId: Scalars['Long']['input'];
|
|
58333
58575
|
since: Scalars['Long']['input'];
|
|
58334
58576
|
};
|
|
58335
|
-
export declare type
|
|
58336
|
-
|
|
58577
|
+
export declare type QueryConfluenceLegacy_ReactedUsersArgs = {
|
|
58578
|
+
containerId: Scalars['String']['input'];
|
|
58579
|
+
containerType: ConfluenceLegacyContainerType;
|
|
58580
|
+
contentId: Scalars['String']['input'];
|
|
58581
|
+
contentType: ConfluenceLegacyReactionContentType;
|
|
58582
|
+
emojiId: Scalars['String']['input'];
|
|
58583
|
+
};
|
|
58584
|
+
export declare type QueryConfluenceLegacy_ReactionsSummaryArgs = {
|
|
58585
|
+
containerId: Scalars['ID']['input'];
|
|
58586
|
+
containerType?: InputMaybe<Scalars['String']['input']>;
|
|
58587
|
+
contentId: Scalars['ID']['input'];
|
|
58588
|
+
contentType: Scalars['String']['input'];
|
|
58589
|
+
};
|
|
58590
|
+
export declare type QueryConfluenceLegacy_ReactionsSummaryListArgs = {
|
|
58591
|
+
ids: Array<InputMaybe<ConfluenceLegacyReactionsId>>;
|
|
58337
58592
|
};
|
|
58338
58593
|
export declare type QueryConfluenceLegacy_RecentlyViewedSpacesArgs = {
|
|
58339
58594
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -58341,9 +58596,6 @@ export declare type QueryConfluenceLegacy_RecentlyViewedSpacesArgs = {
|
|
|
58341
58596
|
export declare type QueryConfluenceLegacy_RenderedContentDumpArgs = {
|
|
58342
58597
|
id: Scalars['ID']['input'];
|
|
58343
58598
|
};
|
|
58344
|
-
export declare type QueryConfluenceLegacy_RestrictingParentForContentArgs = {
|
|
58345
|
-
contentId: Scalars['ID']['input'];
|
|
58346
|
-
};
|
|
58347
58599
|
export declare type QueryConfluenceLegacy_SearchArgs = {
|
|
58348
58600
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58349
58601
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58429,9 +58681,6 @@ export declare type QueryConfluenceLegacy_SpaceArgs = {
|
|
|
58429
58681
|
export declare type QueryConfluenceLegacy_SpaceContextContentCreationMetadataArgs = {
|
|
58430
58682
|
spaceKey: Scalars['String']['input'];
|
|
58431
58683
|
};
|
|
58432
|
-
export declare type QueryConfluenceLegacy_SpaceDumpArgs = {
|
|
58433
|
-
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
58434
|
-
};
|
|
58435
58684
|
export declare type QueryConfluenceLegacy_SpaceHomepageArgs = {
|
|
58436
58685
|
spaceKey: Scalars['String']['input'];
|
|
58437
58686
|
version?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -58534,9 +58783,6 @@ export declare type QueryConfluenceLegacy_TemplateMediaSessionArgs = {
|
|
|
58534
58783
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
58535
58784
|
templateIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
58536
58785
|
};
|
|
58537
|
-
export declare type QueryConfluenceLegacy_TemplatePropertySetByTemplateArgs = {
|
|
58538
|
-
templateId: Scalars['String']['input'];
|
|
58539
|
-
};
|
|
58540
58786
|
export declare type QueryConfluenceLegacy_TemplatesArgs = {
|
|
58541
58787
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
58542
58788
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58578,20 +58824,11 @@ export declare type QueryConfluenceLegacy_TotalSearchCtrArgs = {
|
|
|
58578
58824
|
startTime: Scalars['String']['input'];
|
|
58579
58825
|
timezone: Scalars['String']['input'];
|
|
58580
58826
|
};
|
|
58581
|
-
export declare type QueryConfluenceLegacy_UserArgs = {
|
|
58582
|
-
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
58583
|
-
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
58584
|
-
key?: InputMaybe<Scalars['String']['input']>;
|
|
58585
|
-
username?: InputMaybe<Scalars['String']['input']>;
|
|
58586
|
-
};
|
|
58587
58827
|
export declare type QueryConfluenceLegacy_UserGroupSearchArgs = {
|
|
58588
58828
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
58589
58829
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
58590
58830
|
sitePermissionTypeFilter?: InputMaybe<ConfluenceLegacySitePermissionTypeFilter>;
|
|
58591
58831
|
};
|
|
58592
|
-
export declare type QueryConfluenceLegacy_UserProfileArgs = {
|
|
58593
|
-
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
58594
|
-
};
|
|
58595
58832
|
export declare type QueryConfluenceLegacy_UserWithContentRestrictionsArgs = {
|
|
58596
58833
|
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
58597
58834
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -60508,7 +60745,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
60508
60745
|
spacesFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
60509
60746
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60510
60747
|
};
|
|
60511
|
-
export declare type SearchConfluencePageBlogAttachment = SearchResult & {
|
|
60748
|
+
export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider & SearchResult & {
|
|
60512
60749
|
__typename?: 'SearchConfluencePageBlogAttachment';
|
|
60513
60750
|
confluenceEntity?: Maybe<SearchConfluenceEntity>;
|
|
60514
60751
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -60544,14 +60781,16 @@ export declare type SearchConfluenceRangeFilter = {
|
|
|
60544
60781
|
};
|
|
60545
60782
|
export declare type SearchConfluenceResultSpace = {
|
|
60546
60783
|
__typename?: 'SearchConfluenceResultSpace';
|
|
60784
|
+
alias?: Maybe<Scalars['String']['output']>;
|
|
60547
60785
|
id: Scalars['ID']['output'];
|
|
60548
60786
|
key?: Maybe<Scalars['String']['output']>;
|
|
60549
60787
|
name?: Maybe<Scalars['String']['output']>;
|
|
60550
60788
|
spaceId?: Maybe<Scalars['String']['output']>;
|
|
60551
60789
|
webUiLink?: Maybe<Scalars['String']['output']>;
|
|
60552
60790
|
};
|
|
60553
|
-
export declare type SearchConfluenceSpace = SearchResult & {
|
|
60791
|
+
export declare type SearchConfluenceSpace = SearchL2FeatureProvider & SearchResult & {
|
|
60554
60792
|
__typename?: 'SearchConfluenceSpace';
|
|
60793
|
+
alias?: Maybe<Scalars['String']['output']>;
|
|
60555
60794
|
description: Scalars['String']['output'];
|
|
60556
60795
|
entityId?: Maybe<Scalars['String']['output']>;
|
|
60557
60796
|
iconPath?: Maybe<Scalars['String']['output']>;
|
|
@@ -60658,6 +60897,9 @@ export declare type SearchL2Feature = {
|
|
|
60658
60897
|
key: Scalars['String']['output'];
|
|
60659
60898
|
value?: Maybe<Scalars['Float']['output']>;
|
|
60660
60899
|
};
|
|
60900
|
+
export declare type SearchL2FeatureProvider = {
|
|
60901
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60902
|
+
};
|
|
60661
60903
|
export declare type SearchProductCount = {
|
|
60662
60904
|
__typename?: 'SearchProductCount';
|
|
60663
60905
|
count: Scalars['Int']['output'];
|
|
@@ -60758,13 +61000,14 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
60758
61000
|
type: SearchResultType;
|
|
60759
61001
|
url: Scalars['URL']['output'];
|
|
60760
61002
|
};
|
|
60761
|
-
export declare type SearchResultGoogleDocument = SearchResult & {
|
|
61003
|
+
export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
|
|
60762
61004
|
__typename?: 'SearchResultGoogleDocument';
|
|
60763
61005
|
bodyText: Scalars['String']['output'];
|
|
60764
61006
|
description: Scalars['String']['output'];
|
|
60765
61007
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
60766
61008
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
60767
61009
|
id: Scalars['ID']['output'];
|
|
61010
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60768
61011
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60769
61012
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
60770
61013
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -60772,13 +61015,14 @@ export declare type SearchResultGoogleDocument = SearchResult & {
|
|
|
60772
61015
|
type: SearchResultType;
|
|
60773
61016
|
url: Scalars['URL']['output'];
|
|
60774
61017
|
};
|
|
60775
|
-
export declare type SearchResultGooglePresentation = SearchResult & {
|
|
61018
|
+
export declare type SearchResultGooglePresentation = SearchL2FeatureProvider & SearchResult & {
|
|
60776
61019
|
__typename?: 'SearchResultGooglePresentation';
|
|
60777
61020
|
bodyText: Scalars['String']['output'];
|
|
60778
61021
|
description: Scalars['String']['output'];
|
|
60779
61022
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
60780
61023
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
60781
61024
|
id: Scalars['ID']['output'];
|
|
61025
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60782
61026
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60783
61027
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
60784
61028
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -60786,13 +61030,14 @@ export declare type SearchResultGooglePresentation = SearchResult & {
|
|
|
60786
61030
|
type: SearchResultType;
|
|
60787
61031
|
url: Scalars['URL']['output'];
|
|
60788
61032
|
};
|
|
60789
|
-
export declare type SearchResultGoogleSpreadsheet = SearchResult & {
|
|
61033
|
+
export declare type SearchResultGoogleSpreadsheet = SearchL2FeatureProvider & SearchResult & {
|
|
60790
61034
|
__typename?: 'SearchResultGoogleSpreadsheet';
|
|
60791
61035
|
bodyText: Scalars['String']['output'];
|
|
60792
61036
|
description: Scalars['String']['output'];
|
|
60793
61037
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
60794
61038
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
60795
61039
|
id: Scalars['ID']['output'];
|
|
61040
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60796
61041
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60797
61042
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
60798
61043
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -60800,7 +61045,7 @@ export declare type SearchResultGoogleSpreadsheet = SearchResult & {
|
|
|
60800
61045
|
type: SearchResultType;
|
|
60801
61046
|
url: Scalars['URL']['output'];
|
|
60802
61047
|
};
|
|
60803
|
-
export declare type SearchResultGraphDocument = SearchResult & {
|
|
61048
|
+
export declare type SearchResultGraphDocument = SearchL2FeatureProvider & SearchResult & {
|
|
60804
61049
|
__typename?: 'SearchResultGraphDocument';
|
|
60805
61050
|
bodyText?: Maybe<Scalars['String']['output']>;
|
|
60806
61051
|
description: Scalars['String']['output'];
|
|
@@ -60809,6 +61054,7 @@ export declare type SearchResultGraphDocument = SearchResult & {
|
|
|
60809
61054
|
id: Scalars['ID']['output'];
|
|
60810
61055
|
initialContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
60811
61056
|
integrationId?: Maybe<Scalars['String']['output']>;
|
|
61057
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60812
61058
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60813
61059
|
owner?: Maybe<ThirdPartyUser>;
|
|
60814
61060
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
@@ -60942,13 +61188,14 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
60942
61188
|
export declare type SearchResultJiraProjectSocialSignalArgs = {
|
|
60943
61189
|
tenantId: Scalars['ID']['input'];
|
|
60944
61190
|
};
|
|
60945
|
-
export declare type SearchResultMicrosoftDocument = SearchResult & {
|
|
61191
|
+
export declare type SearchResultMicrosoftDocument = SearchL2FeatureProvider & SearchResult & {
|
|
60946
61192
|
__typename?: 'SearchResultMicrosoftDocument';
|
|
60947
61193
|
bodyText: Scalars['String']['output'];
|
|
60948
61194
|
description: Scalars['String']['output'];
|
|
60949
61195
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
60950
61196
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
60951
61197
|
id: Scalars['ID']['output'];
|
|
61198
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60952
61199
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60953
61200
|
permissionLevel?: Maybe<Scalars['String']['output']>;
|
|
60954
61201
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -60956,13 +61203,14 @@ export declare type SearchResultMicrosoftDocument = SearchResult & {
|
|
|
60956
61203
|
type: SearchResultType;
|
|
60957
61204
|
url: Scalars['URL']['output'];
|
|
60958
61205
|
};
|
|
60959
|
-
export declare type SearchResultSlackMessage = SearchResult & {
|
|
61206
|
+
export declare type SearchResultSlackMessage = SearchL2FeatureProvider & SearchResult & {
|
|
60960
61207
|
__typename?: 'SearchResultSlackMessage';
|
|
60961
61208
|
channelName?: Maybe<Scalars['String']['output']>;
|
|
60962
61209
|
description: Scalars['String']['output'];
|
|
60963
61210
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
60964
61211
|
id: Scalars['ID']['output'];
|
|
60965
61212
|
initialContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
61213
|
+
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
60966
61214
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
60967
61215
|
mentions?: Maybe<Array<ThirdPartyUser>>;
|
|
60968
61216
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -62115,10 +62363,16 @@ export declare type ShepherdSearchDetectionHighlight = {
|
|
|
62115
62363
|
__typename?: 'ShepherdSearchDetectionHighlight';
|
|
62116
62364
|
searchQueries: Array<ShepherdSearchQuery>;
|
|
62117
62365
|
};
|
|
62366
|
+
export declare enum ShepherdSearchOrigin {
|
|
62367
|
+
AdvancedSearch = "ADVANCED_SEARCH",
|
|
62368
|
+
Ai = "AI",
|
|
62369
|
+
QuickSearch = "QUICK_SEARCH"
|
|
62370
|
+
}
|
|
62118
62371
|
export declare type ShepherdSearchQuery = {
|
|
62119
62372
|
__typename?: 'ShepherdSearchQuery';
|
|
62120
62373
|
datetime: Scalars['DateTime']['output'];
|
|
62121
62374
|
query: Scalars['String']['output'];
|
|
62375
|
+
searchOrigin?: Maybe<ShepherdSearchOrigin>;
|
|
62122
62376
|
suspiciousSearchTerms?: Maybe<Array<ShepherdSuspiciousSearchTerm>>;
|
|
62123
62377
|
};
|
|
62124
62378
|
export declare type ShepherdSite = {
|
|
@@ -63374,6 +63628,7 @@ export declare type TeamQueryTeamSearchV2Args = {
|
|
|
63374
63628
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63375
63629
|
organizationId: Scalars['ID']['input'];
|
|
63376
63630
|
searchFields?: InputMaybe<Array<InputMaybe<TeamSearchField>>>;
|
|
63631
|
+
showEmptyTeams?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63377
63632
|
siteId: Scalars['String']['input'];
|
|
63378
63633
|
sortBy?: InputMaybe<Array<InputMaybe<TeamSort>>>;
|
|
63379
63634
|
};
|
|
@@ -64392,16 +64647,6 @@ export declare type TrelloBoardBackground = {
|
|
|
64392
64647
|
tile?: Maybe<Scalars['Boolean']['output']>;
|
|
64393
64648
|
topColor?: Maybe<Scalars['String']['output']>;
|
|
64394
64649
|
};
|
|
64395
|
-
export declare type TrelloBoardBackgroundUpdatedDeltas = {
|
|
64396
|
-
__typename?: 'TrelloBoardBackgroundUpdatedDeltas';
|
|
64397
|
-
bottomColor?: Maybe<Scalars['Boolean']['output']>;
|
|
64398
|
-
brightness?: Maybe<Scalars['Boolean']['output']>;
|
|
64399
|
-
color?: Maybe<Scalars['Boolean']['output']>;
|
|
64400
|
-
image?: Maybe<Scalars['Boolean']['output']>;
|
|
64401
|
-
imageScaled?: Maybe<Scalars['Boolean']['output']>;
|
|
64402
|
-
title?: Maybe<Scalars['Boolean']['output']>;
|
|
64403
|
-
topColor?: Maybe<Scalars['Boolean']['output']>;
|
|
64404
|
-
};
|
|
64405
64650
|
export declare type TrelloBoardBoardsLimits = {
|
|
64406
64651
|
__typename?: 'TrelloBoardBoardsLimits';
|
|
64407
64652
|
totalAccessRequestsPerBoard?: Maybe<TrelloLimitProps>;
|
|
@@ -64524,13 +64769,6 @@ export declare type TrelloBoardPrefs = {
|
|
|
64524
64769
|
switcherViews?: Maybe<Array<Maybe<TrelloSwitcherViewsInfo>>>;
|
|
64525
64770
|
voting?: Maybe<Scalars['String']['output']>;
|
|
64526
64771
|
};
|
|
64527
|
-
export declare type TrelloBoardPrefsUpdatedDeltas = {
|
|
64528
|
-
__typename?: 'TrelloBoardPrefsUpdatedDeltas';
|
|
64529
|
-
background?: Maybe<TrelloBoardBackgroundUpdatedDeltas>;
|
|
64530
|
-
canInvite?: Maybe<Scalars['Boolean']['output']>;
|
|
64531
|
-
hideVotes?: Maybe<Scalars['Boolean']['output']>;
|
|
64532
|
-
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
64533
|
-
};
|
|
64534
64772
|
export declare type TrelloBoardReactionsLimits = {
|
|
64535
64773
|
__typename?: 'TrelloBoardReactionsLimits';
|
|
64536
64774
|
perAction?: Maybe<TrelloLimitProps>;
|
|
@@ -64549,7 +64787,7 @@ export declare type TrelloBoardStickersLimits = {
|
|
|
64549
64787
|
};
|
|
64550
64788
|
export declare type TrelloBoardUpdated = {
|
|
64551
64789
|
__typename?: 'TrelloBoardUpdated';
|
|
64552
|
-
_deltas?: Maybe<
|
|
64790
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
64553
64791
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
64554
64792
|
id?: Maybe<Scalars['ID']['output']>;
|
|
64555
64793
|
lists?: Maybe<TrelloListUpdatedConnection>;
|
|
@@ -64557,13 +64795,6 @@ export declare type TrelloBoardUpdated = {
|
|
|
64557
64795
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
64558
64796
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
64559
64797
|
};
|
|
64560
|
-
export declare type TrelloBoardUpdatedDeltas = {
|
|
64561
|
-
__typename?: 'TrelloBoardUpdatedDeltas';
|
|
64562
|
-
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
64563
|
-
lists?: Maybe<TrelloListUpdatedConnectionDeltas>;
|
|
64564
|
-
name?: Maybe<Scalars['Boolean']['output']>;
|
|
64565
|
-
prefs?: Maybe<TrelloBoardPrefsUpdatedDeltas>;
|
|
64566
|
-
};
|
|
64567
64798
|
export declare type TrelloBoardViewer = {
|
|
64568
64799
|
__typename?: 'TrelloBoardViewer';
|
|
64569
64800
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -64784,17 +65015,6 @@ export declare type TrelloCardUpdatedConnection = {
|
|
|
64784
65015
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
64785
65016
|
nodes?: Maybe<Array<TrelloCardUpdated>>;
|
|
64786
65017
|
};
|
|
64787
|
-
export declare type TrelloCardUpdatedConnectionDeltas = {
|
|
64788
|
-
__typename?: 'TrelloCardUpdatedConnectionDeltas';
|
|
64789
|
-
nodes: Array<TrelloCardUpdatedDeltas>;
|
|
64790
|
-
};
|
|
64791
|
-
export declare type TrelloCardUpdatedDeltas = {
|
|
64792
|
-
__typename?: 'TrelloCardUpdatedDeltas';
|
|
64793
|
-
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
64794
|
-
description?: Maybe<Scalars['Boolean']['output']>;
|
|
64795
|
-
id?: Maybe<Scalars['Boolean']['output']>;
|
|
64796
|
-
name?: Maybe<Scalars['Boolean']['output']>;
|
|
64797
|
-
};
|
|
64798
65018
|
export declare type TrelloCardViewer = {
|
|
64799
65019
|
__typename?: 'TrelloCardViewer';
|
|
64800
65020
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -65044,19 +65264,6 @@ export declare type TrelloListUpdatedConnection = {
|
|
|
65044
65264
|
__typename?: 'TrelloListUpdatedConnection';
|
|
65045
65265
|
nodes?: Maybe<Array<TrelloListUpdated>>;
|
|
65046
65266
|
};
|
|
65047
|
-
export declare type TrelloListUpdatedConnectionDeltas = {
|
|
65048
|
-
__typename?: 'TrelloListUpdatedConnectionDeltas';
|
|
65049
|
-
nodes?: Maybe<Array<TrelloListUpdatedDeltas>>;
|
|
65050
|
-
};
|
|
65051
|
-
export declare type TrelloListUpdatedDeltas = {
|
|
65052
|
-
__typename?: 'TrelloListUpdatedDeltas';
|
|
65053
|
-
cards?: Maybe<TrelloCardUpdatedConnectionDeltas>;
|
|
65054
|
-
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
65055
|
-
id?: Maybe<Scalars['Boolean']['output']>;
|
|
65056
|
-
name?: Maybe<Scalars['Boolean']['output']>;
|
|
65057
|
-
position?: Maybe<Scalars['Boolean']['output']>;
|
|
65058
|
-
softLimit?: Maybe<Scalars['Boolean']['output']>;
|
|
65059
|
-
};
|
|
65060
65267
|
export declare type TrelloListViewer = {
|
|
65061
65268
|
__typename?: 'TrelloListViewer';
|
|
65062
65269
|
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -65436,6 +65643,7 @@ export declare type TrelloWatchCardPayload = Payload & {
|
|
|
65436
65643
|
};
|
|
65437
65644
|
export declare type TrelloWorkspace = Node & {
|
|
65438
65645
|
__typename?: 'TrelloWorkspace';
|
|
65646
|
+
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
65439
65647
|
description: Scalars['String']['output'];
|
|
65440
65648
|
displayName: Scalars['String']['output'];
|
|
65441
65649
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
@@ -66194,6 +66402,7 @@ export declare type UpdateComponentApiPayload = {
|
|
|
66194
66402
|
export declare type UpdateComponentApiUploadInput = {
|
|
66195
66403
|
componentId: Scalars['ID']['input'];
|
|
66196
66404
|
effectiveAt: Scalars['String']['input'];
|
|
66405
|
+
shouldDereference?: InputMaybe<Scalars['Boolean']['input']>;
|
|
66197
66406
|
tags: Array<Scalars['String']['input']>;
|
|
66198
66407
|
uploadId: Scalars['ID']['input'];
|
|
66199
66408
|
};
|