@forge/cli-shared 5.2.1-next.0 → 5.2.1-next.0-experimental-95c622a
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 +8 -0
- package/out/graphql/graphql-types.d.ts +2366 -35
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +265 -14
- package/package.json +2 -2
|
@@ -218,6 +218,7 @@ export declare type ActionsDescription = {
|
|
|
218
218
|
default: Scalars['String']['output'];
|
|
219
219
|
};
|
|
220
220
|
export declare type ActionsExecuteActionFilter = {
|
|
221
|
+
extensionAri?: InputMaybe<Scalars['String']['input']>;
|
|
221
222
|
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
222
223
|
oauthClientId?: InputMaybe<Scalars['String']['input']>;
|
|
223
224
|
providerAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -577,7 +578,11 @@ export declare enum ApiGroup {
|
|
|
577
578
|
CommerceSharedApi = "COMMERCE_SHARED_API",
|
|
578
579
|
Compass = "COMPASS",
|
|
579
580
|
Confluence = "CONFLUENCE",
|
|
581
|
+
ConfluenceAnalytics = "CONFLUENCE_ANALYTICS",
|
|
580
582
|
ConfluenceLegacy = "CONFLUENCE_LEGACY",
|
|
583
|
+
ConfluenceMutations = "CONFLUENCE_MUTATIONS",
|
|
584
|
+
ConfluenceSmarts = "CONFLUENCE_SMARTS",
|
|
585
|
+
ConfluenceUser = "CONFLUENCE_USER",
|
|
581
586
|
ConfluenceV2 = "CONFLUENCE_V2",
|
|
582
587
|
ContentPlatformApi = "CONTENT_PLATFORM_API",
|
|
583
588
|
CustomerService = "CUSTOMER_SERVICE",
|
|
@@ -6583,6 +6588,11 @@ export declare type ConfluenceLabel = {
|
|
|
6583
6588
|
label?: Maybe<Scalars['String']['output']>;
|
|
6584
6589
|
prefix?: Maybe<Scalars['String']['output']>;
|
|
6585
6590
|
};
|
|
6591
|
+
export declare type ConfluenceLegacy_AiConfigResponse = {
|
|
6592
|
+
__typename?: 'ConfluenceLegacy_AIConfigResponse';
|
|
6593
|
+
isEnabled: Scalars['Boolean']['output'];
|
|
6594
|
+
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
6595
|
+
};
|
|
6586
6596
|
export declare enum ConfluenceLegacy_AccessStatus {
|
|
6587
6597
|
AnonymousAccess = "ANONYMOUS_ACCESS",
|
|
6588
6598
|
ExternalCollaboratorAccess = "EXTERNAL_COLLABORATOR_ACCESS",
|
|
@@ -6622,6 +6632,14 @@ export declare type ConfluenceLegacy_AddDefaultExCoSpacePermissionsPayload = {
|
|
|
6622
6632
|
errors?: Maybe<Array<MutationError>>;
|
|
6623
6633
|
status: Scalars['Boolean']['output'];
|
|
6624
6634
|
};
|
|
6635
|
+
export declare type ConfluenceLegacy_AddLabelsInput = {
|
|
6636
|
+
contentId: Scalars['ID']['input'];
|
|
6637
|
+
labels: Array<ConfluenceLegacy_LabelInput>;
|
|
6638
|
+
};
|
|
6639
|
+
export declare type ConfluenceLegacy_AddLabelsPayload = {
|
|
6640
|
+
__typename?: 'ConfluenceLegacy_AddLabelsPayload';
|
|
6641
|
+
labels: ConfluenceLegacy_Mutations_PaginatedLabelList;
|
|
6642
|
+
};
|
|
6625
6643
|
export declare type ConfluenceLegacy_AddPublicLinkPermissionsInput = {
|
|
6626
6644
|
objectId: Scalars['ID']['input'];
|
|
6627
6645
|
objectType: ConfluenceLegacy_PublicLinkPermissionsObjectType;
|
|
@@ -6714,6 +6732,95 @@ export declare type ConfluenceLegacy_AdminReportStatus = {
|
|
|
6714
6732
|
__typename?: 'ConfluenceLegacy_AdminReportStatus';
|
|
6715
6733
|
reports?: Maybe<Array<Maybe<ConfluenceLegacy_AdminReport>>>;
|
|
6716
6734
|
};
|
|
6735
|
+
export declare type ConfluenceLegacy_AllUpdatesFeedEvent = {
|
|
6736
|
+
datetime: Scalars['String']['output'];
|
|
6737
|
+
type: ConfluenceLegacy_AllUpdatesFeedEventType;
|
|
6738
|
+
};
|
|
6739
|
+
export declare enum ConfluenceLegacy_AllUpdatesFeedEventType {
|
|
6740
|
+
Comment = "COMMENT",
|
|
6741
|
+
Create = "CREATE",
|
|
6742
|
+
Edit = "EDIT"
|
|
6743
|
+
}
|
|
6744
|
+
export declare type ConfluenceLegacy_AllUpdatesFeedItem = {
|
|
6745
|
+
__typename?: 'ConfluenceLegacy_AllUpdatesFeedItem';
|
|
6746
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
6747
|
+
lastUpdate: ConfluenceLegacy_AllUpdatesFeedEvent;
|
|
6748
|
+
};
|
|
6749
|
+
export declare enum ConfluenceLegacy_AnalyticsCommentType {
|
|
6750
|
+
Inline = "inline",
|
|
6751
|
+
Page = "page"
|
|
6752
|
+
}
|
|
6753
|
+
export declare enum ConfluenceLegacy_AnalyticsContentType {
|
|
6754
|
+
Blogpost = "blogpost",
|
|
6755
|
+
Page = "page"
|
|
6756
|
+
}
|
|
6757
|
+
export declare enum ConfluenceLegacy_AnalyticsEventName {
|
|
6758
|
+
AnalyticsPageModalViewed = "analyticsPageModal_viewed",
|
|
6759
|
+
AutomationRuleTrackCreated = "automationRuleTrack_created",
|
|
6760
|
+
CalendarCreated = "calendar_created",
|
|
6761
|
+
CommentCreated = "comment_created",
|
|
6762
|
+
DatabaseCreated = "database_created",
|
|
6763
|
+
DatabaseViewed = "database_viewed",
|
|
6764
|
+
InspectPermissionsDialogViewed = "inspectPermissionsDialog_viewed",
|
|
6765
|
+
InstanceAnalyticsViewed = "instanceAnalytics_viewed",
|
|
6766
|
+
PageAnalyticsViewed = "pageAnalytics_viewed",
|
|
6767
|
+
PageCreated = "page_created",
|
|
6768
|
+
PageUpdated = "page_updated",
|
|
6769
|
+
PageViewed = "page_viewed",
|
|
6770
|
+
PubliclinkPageViewed = "publiclink_page_viewed",
|
|
6771
|
+
SpaceAnalyticsViewed = "spaceAnalytics_viewed",
|
|
6772
|
+
TeamCalendarsViewed = "teamCalendars_viewed",
|
|
6773
|
+
WhiteboardCreated = "whiteboard_created",
|
|
6774
|
+
WhiteboardViewed = "whiteboard_viewed"
|
|
6775
|
+
}
|
|
6776
|
+
export declare enum ConfluenceLegacy_AnalyticsMeasuresEventName {
|
|
6777
|
+
CurrentBlogpostCountSitestateMeasured = "currentBlogpostCount_sitestate_measured",
|
|
6778
|
+
CurrentBlogpostCountSpacestateMeasured = "currentBlogpostCount_spacestate_measured",
|
|
6779
|
+
CurrentDatabaseCountSitestateMeasured = "currentDatabaseCount_sitestate_measured",
|
|
6780
|
+
CurrentDatabaseCountSpacestateMeasured = "currentDatabaseCount_spacestate_measured",
|
|
6781
|
+
CurrentPageCountSitestateMeasured = "currentPageCount_sitestate_measured",
|
|
6782
|
+
CurrentPageCountSpacestateMeasured = "currentPageCount_spacestate_measured",
|
|
6783
|
+
CurrentWhiteboardCountSitestateMeasured = "currentWhiteboardCount_sitestate_measured",
|
|
6784
|
+
CurrentWhiteboardCountSpacestateMeasured = "currentWhiteboardCount_spacestate_measured",
|
|
6785
|
+
InactivePageCountSitestateMeasured = "inactivePageCount_sitestate_measured",
|
|
6786
|
+
InactivePageCountSpacestateMeasured = "inactivePageCount_spacestate_measured",
|
|
6787
|
+
TotalActiveCommunalSpacesSitestateMeasured = "totalActiveCommunalSpaces_sitestate_measured",
|
|
6788
|
+
TotalActivePersonalSpacesSitestateMeasured = "totalActivePersonalSpaces_sitestate_measured",
|
|
6789
|
+
TotalActivePublicLinksSitestateMeasured = "totalActivePublicLinks_sitestate_measured",
|
|
6790
|
+
TotalActivePublicLinksSpacestateMeasured = "totalActivePublicLinks_spacestate_measured",
|
|
6791
|
+
TotalActiveSpacesSitestateMeasured = "totalActiveSpaces_sitestate_measured",
|
|
6792
|
+
TotalCurrentBlogpostCountSitestateMeasured = "totalCurrentBlogpostCount_sitestate_measured",
|
|
6793
|
+
TotalCurrentDatabaseCountSitestateMeasured = "totalCurrentDatabaseCount_sitestate_measured",
|
|
6794
|
+
TotalCurrentPageCountSitestateMeasured = "totalCurrentPageCount_sitestate_measured",
|
|
6795
|
+
TotalCurrentWhiteboardCountSitestateMeasured = "totalCurrentWhiteboardCount_sitestate_measured",
|
|
6796
|
+
TotalPagesDeactivatedOwnerSitestateMeasured = "totalPagesDeactivatedOwner_sitestate_measured",
|
|
6797
|
+
TotalPagesDeactivatedOwnerSpacestateMeasured = "totalPagesDeactivatedOwner_spacestate_measured"
|
|
6798
|
+
}
|
|
6799
|
+
export declare enum ConfluenceLegacy_AnalyticsMeasuresSpaceEventName {
|
|
6800
|
+
CurrentBlogpostCountSpacestateMeasured = "currentBlogpostCount_spacestate_measured",
|
|
6801
|
+
CurrentDatabaseCountSpacestateMeasured = "currentDatabaseCount_spacestate_measured",
|
|
6802
|
+
CurrentPageCountSpacestateMeasured = "currentPageCount_spacestate_measured",
|
|
6803
|
+
CurrentWhiteboardCountSpacestateMeasured = "currentWhiteboardCount_spacestate_measured",
|
|
6804
|
+
InactivePageCountSpacestateMeasured = "inactivePageCount_spacestate_measured",
|
|
6805
|
+
TotalActivePublicLinksSpacestateMeasured = "totalActivePublicLinks_spacestate_measured",
|
|
6806
|
+
TotalPagesDeactivatedOwnerSpacestateMeasured = "totalPagesDeactivatedOwner_spacestate_measured"
|
|
6807
|
+
}
|
|
6808
|
+
export declare enum ConfluenceLegacy_AnalyticsSearchEventName {
|
|
6809
|
+
AdvancedSearchResultLinkClicked = "advancedSearchResultLink_clicked",
|
|
6810
|
+
AdvancedSearchResultsShown = "advancedSearchResults_shown",
|
|
6811
|
+
QuickSearchRequestCompleted = "quickSearchRequest_completed",
|
|
6812
|
+
QuickSearchResultSelected = "quickSearchResult_selected"
|
|
6813
|
+
}
|
|
6814
|
+
export declare enum ConfluenceLegacy_AnalyticsTimeseriesGranularity {
|
|
6815
|
+
Day = "DAY",
|
|
6816
|
+
Hour = "HOUR",
|
|
6817
|
+
Month = "MONTH",
|
|
6818
|
+
Week = "WEEK"
|
|
6819
|
+
}
|
|
6820
|
+
export declare type ConfluenceLegacy_Analytics_CloudId = {
|
|
6821
|
+
__typename?: 'ConfluenceLegacy_Analytics_CloudId';
|
|
6822
|
+
cloudId: Scalars['ID']['output'];
|
|
6823
|
+
};
|
|
6717
6824
|
export declare type ConfluenceLegacy_Anonymous = ConfluenceLegacy_Person & {
|
|
6718
6825
|
__typename?: 'ConfluenceLegacy_Anonymous';
|
|
6719
6826
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -6735,11 +6842,46 @@ export declare type ConfluenceLegacy_ArchivedContentMetadata = {
|
|
|
6735
6842
|
archiveNote?: Maybe<Scalars['String']['output']>;
|
|
6736
6843
|
restoreParent?: Maybe<ConfluenceLegacy_Content>;
|
|
6737
6844
|
};
|
|
6845
|
+
export declare type ConfluenceLegacy_AtlassianUser = {
|
|
6846
|
+
__typename?: 'ConfluenceLegacy_AtlassianUser';
|
|
6847
|
+
companyName?: Maybe<Scalars['String']['output']>;
|
|
6848
|
+
confluence?: Maybe<ConfluenceLegacy_GlobalPageTemplateUser>;
|
|
6849
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
6850
|
+
emails?: Maybe<Array<Maybe<ConfluenceLegacy_AtlassianUserEmail>>>;
|
|
6851
|
+
groups?: Maybe<Array<Maybe<ConfluenceLegacy_AtlassianUserGroup>>>;
|
|
6852
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
6853
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
6854
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
6855
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
6856
|
+
photos?: Maybe<Array<Maybe<ConfluenceLegacy_AtlassianUserPhoto>>>;
|
|
6857
|
+
team?: Maybe<Scalars['String']['output']>;
|
|
6858
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
6859
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
6860
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
6861
|
+
};
|
|
6862
|
+
export declare type ConfluenceLegacy_AtlassianUserEmail = {
|
|
6863
|
+
__typename?: 'ConfluenceLegacy_AtlassianUserEmail';
|
|
6864
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
6865
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
6866
|
+
};
|
|
6867
|
+
export declare type ConfluenceLegacy_AtlassianUserGroup = {
|
|
6868
|
+
__typename?: 'ConfluenceLegacy_AtlassianUserGroup';
|
|
6869
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
6870
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
6871
|
+
};
|
|
6872
|
+
export declare type ConfluenceLegacy_AtlassianUserPhoto = {
|
|
6873
|
+
__typename?: 'ConfluenceLegacy_AtlassianUserPhoto';
|
|
6874
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
6875
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
6876
|
+
};
|
|
6738
6877
|
export declare type ConfluenceLegacy_AvailableContentStates = {
|
|
6739
6878
|
__typename?: 'ConfluenceLegacy_AvailableContentStates';
|
|
6740
6879
|
customContentStates?: Maybe<Array<Maybe<ConfluenceLegacy_ContentState>>>;
|
|
6741
6880
|
spaceContentStates?: Maybe<Array<Maybe<ConfluenceLegacy_ContentState>>>;
|
|
6742
6881
|
};
|
|
6882
|
+
export declare enum ConfluenceLegacy_BackendExperiment {
|
|
6883
|
+
Einstein = "EINSTEIN"
|
|
6884
|
+
}
|
|
6743
6885
|
export declare type ConfluenceLegacy_BatchedInlineTasksInput = {
|
|
6744
6886
|
contentId: Scalars['ID']['input'];
|
|
6745
6887
|
tasks: Array<InputMaybe<ConfluenceLegacy_InlineTaskInput>>;
|
|
@@ -6753,6 +6895,16 @@ export declare type ConfluenceLegacy_BlockSmartLink = ConfluenceLegacy_SmartLink
|
|
|
6753
6895
|
__typename?: 'ConfluenceLegacy_BlockSmartLink';
|
|
6754
6896
|
url: Scalars['String']['output'];
|
|
6755
6897
|
};
|
|
6898
|
+
export declare enum ConfluenceLegacy_BodyFormatType {
|
|
6899
|
+
AnonymousExportView = "ANONYMOUS_EXPORT_VIEW",
|
|
6900
|
+
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
6901
|
+
Editor = "EDITOR",
|
|
6902
|
+
Editor2 = "EDITOR2",
|
|
6903
|
+
ExportView = "EXPORT_VIEW",
|
|
6904
|
+
Storage = "STORAGE",
|
|
6905
|
+
StyledView = "STYLED_VIEW",
|
|
6906
|
+
View = "VIEW"
|
|
6907
|
+
}
|
|
6756
6908
|
export declare type ConfluenceLegacy_BordersAndDividersLookAndFeel = {
|
|
6757
6909
|
__typename?: 'ConfluenceLegacy_BordersAndDividersLookAndFeel';
|
|
6758
6910
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -6850,6 +7002,24 @@ export declare type ConfluenceLegacy_CanvasToken = {
|
|
|
6850
7002
|
expiryDateTime: Scalars['Long']['output'];
|
|
6851
7003
|
token: Scalars['String']['output'];
|
|
6852
7004
|
};
|
|
7005
|
+
export declare enum ConfluenceLegacy_CatchupContentType {
|
|
7006
|
+
Blogpost = "BLOGPOST",
|
|
7007
|
+
Page = "PAGE"
|
|
7008
|
+
}
|
|
7009
|
+
export declare type ConfluenceLegacy_CatchupEditMetadataForContent = {
|
|
7010
|
+
__typename?: 'ConfluenceLegacy_CatchupEditMetadataForContent';
|
|
7011
|
+
collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
7012
|
+
editCount: Scalars['Int']['output'];
|
|
7013
|
+
lastVisitTimeISO?: Maybe<Scalars['String']['output']>;
|
|
7014
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
7015
|
+
};
|
|
7016
|
+
export declare enum ConfluenceLegacy_CatchupUpdateType {
|
|
7017
|
+
TopN = "TOP_N"
|
|
7018
|
+
}
|
|
7019
|
+
export declare type ConfluenceLegacy_CatchupVersionSummaryMetadataForContent = {
|
|
7020
|
+
__typename?: 'ConfluenceLegacy_CatchupVersionSummaryMetadataForContent';
|
|
7021
|
+
versionSummaryMetadata?: Maybe<Array<ConfluenceLegacy_VersionSummaryMetaDataItem>>;
|
|
7022
|
+
};
|
|
6853
7023
|
export declare type ConfluenceLegacy_ChangeOwnerWarning = {
|
|
6854
7024
|
__typename?: 'ConfluenceLegacy_ChangeOwnerWarning';
|
|
6855
7025
|
contentId?: Maybe<Scalars['Long']['output']>;
|
|
@@ -6956,12 +7126,34 @@ export declare type ConfluenceLegacy_CommentPermissions = {
|
|
|
6956
7126
|
isResolvable: Scalars['Boolean']['output'];
|
|
6957
7127
|
isViewable: Scalars['Boolean']['output'];
|
|
6958
7128
|
};
|
|
7129
|
+
export declare type ConfluenceLegacy_CommentReplySuggestion = {
|
|
7130
|
+
__typename?: 'ConfluenceLegacy_CommentReplySuggestion';
|
|
7131
|
+
commentReplyType: ConfluenceLegacy_CommentReplyType;
|
|
7132
|
+
emojiId?: Maybe<Scalars['String']['output']>;
|
|
7133
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
7134
|
+
};
|
|
7135
|
+
export declare type ConfluenceLegacy_CommentReplySuggestions = {
|
|
7136
|
+
__typename?: 'ConfluenceLegacy_CommentReplySuggestions';
|
|
7137
|
+
commentSuggestions: Array<Maybe<ConfluenceLegacy_CommentReplySuggestion>>;
|
|
7138
|
+
};
|
|
7139
|
+
export declare enum ConfluenceLegacy_CommentReplyType {
|
|
7140
|
+
Emoji = "EMOJI",
|
|
7141
|
+
Prompt = "PROMPT",
|
|
7142
|
+
QuickReply = "QUICK_REPLY"
|
|
7143
|
+
}
|
|
6959
7144
|
export declare enum ConfluenceLegacy_CommentType {
|
|
6960
7145
|
Footer = "FOOTER",
|
|
6961
7146
|
Inline = "INLINE",
|
|
6962
7147
|
Resolved = "RESOLVED",
|
|
6963
7148
|
Unresolved = "UNRESOLVED"
|
|
6964
7149
|
}
|
|
7150
|
+
export declare type ConfluenceLegacy_CommentUpdate = ConfluenceLegacy_AllUpdatesFeedEvent & {
|
|
7151
|
+
__typename?: 'ConfluenceLegacy_CommentUpdate';
|
|
7152
|
+
comment?: Maybe<ConfluenceLegacy_Comment>;
|
|
7153
|
+
datetime: Scalars['String']['output'];
|
|
7154
|
+
type: ConfluenceLegacy_AllUpdatesFeedEventType;
|
|
7155
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
7156
|
+
};
|
|
6965
7157
|
export declare type ConfluenceLegacy_CommentUserAction = {
|
|
6966
7158
|
__typename?: 'ConfluenceLegacy_CommentUserAction';
|
|
6967
7159
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -6970,6 +7162,10 @@ export declare type ConfluenceLegacy_CommentUserAction = {
|
|
|
6970
7162
|
tooltip?: Maybe<Scalars['String']['output']>;
|
|
6971
7163
|
url?: Maybe<Scalars['String']['output']>;
|
|
6972
7164
|
};
|
|
7165
|
+
export declare enum ConfluenceLegacy_CommentsType {
|
|
7166
|
+
Footer = "FOOTER",
|
|
7167
|
+
Inline = "INLINE"
|
|
7168
|
+
}
|
|
6973
7169
|
export declare type ConfluenceLegacy_CompanyHubFeature = {
|
|
6974
7170
|
__typename?: 'ConfluenceLegacy_CompanyHubFeature';
|
|
6975
7171
|
isEntitled: Scalars['Boolean']['output'];
|
|
@@ -7152,6 +7348,50 @@ export declare enum ConfluenceLegacy_ContentAccessType {
|
|
|
7152
7348
|
EveryoneCanView = "EVERYONE_CAN_VIEW",
|
|
7153
7349
|
EveryoneNoAccess = "EVERYONE_NO_ACCESS"
|
|
7154
7350
|
}
|
|
7351
|
+
export declare enum ConfluenceLegacy_ContentAction {
|
|
7352
|
+
Created = "created",
|
|
7353
|
+
Updated = "updated",
|
|
7354
|
+
Viewed = "viewed"
|
|
7355
|
+
}
|
|
7356
|
+
export declare type ConfluenceLegacy_ContentAnalyticsLastViewedAtByPage = {
|
|
7357
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsLastViewedAtByPage';
|
|
7358
|
+
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_ContentAnalyticsLastViewedAtByPageItem>>>;
|
|
7359
|
+
};
|
|
7360
|
+
export declare type ConfluenceLegacy_ContentAnalyticsLastViewedAtByPageItem = {
|
|
7361
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsLastViewedAtByPageItem';
|
|
7362
|
+
contentId: Scalars['ID']['output'];
|
|
7363
|
+
lastViewedAt: Scalars['String']['output'];
|
|
7364
|
+
};
|
|
7365
|
+
export declare type ConfluenceLegacy_ContentAnalyticsPageViewInfo = {
|
|
7366
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsPageViewInfo';
|
|
7367
|
+
lastVersionViewed: Scalars['Int']['output'];
|
|
7368
|
+
lastVersionViewedUrl?: Maybe<Scalars['String']['output']>;
|
|
7369
|
+
lastViewedAt: Scalars['String']['output'];
|
|
7370
|
+
userId: Scalars['ID']['output'];
|
|
7371
|
+
views: Scalars['Int']['output'];
|
|
7372
|
+
};
|
|
7373
|
+
export declare type ConfluenceLegacy_ContentAnalyticsTotalViewsByPage = {
|
|
7374
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsTotalViewsByPage';
|
|
7375
|
+
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_ContentAnalyticsTotalViewsByPageItem>>>;
|
|
7376
|
+
};
|
|
7377
|
+
export declare type ConfluenceLegacy_ContentAnalyticsTotalViewsByPageItem = {
|
|
7378
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsTotalViewsByPageItem';
|
|
7379
|
+
contentId: Scalars['ID']['output'];
|
|
7380
|
+
totalViews: Scalars['Int']['output'];
|
|
7381
|
+
};
|
|
7382
|
+
export declare type ConfluenceLegacy_ContentAnalyticsViewers = {
|
|
7383
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsViewers';
|
|
7384
|
+
count: Scalars['Int']['output'];
|
|
7385
|
+
};
|
|
7386
|
+
export declare type ConfluenceLegacy_ContentAnalyticsViews = {
|
|
7387
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsViews';
|
|
7388
|
+
count: Scalars['Int']['output'];
|
|
7389
|
+
};
|
|
7390
|
+
export declare type ConfluenceLegacy_ContentAnalyticsViewsByUser = {
|
|
7391
|
+
__typename?: 'ConfluenceLegacy_ContentAnalyticsViewsByUser';
|
|
7392
|
+
id: Scalars['ID']['output'];
|
|
7393
|
+
pageViews: Array<ConfluenceLegacy_ContentAnalyticsPageViewInfo>;
|
|
7394
|
+
};
|
|
7155
7395
|
export declare type ConfluenceLegacy_ContentBody = {
|
|
7156
7396
|
__typename?: 'ConfluenceLegacy_ContentBody';
|
|
7157
7397
|
content?: Maybe<ConfluenceLegacy_Content>;
|
|
@@ -7491,6 +7731,45 @@ export declare type ConfluenceLegacy_CopySpacePermissionsPayload = {
|
|
|
7491
7731
|
__typename?: 'ConfluenceLegacy_CopySpacePermissionsPayload';
|
|
7492
7732
|
status: Scalars['Boolean']['output'];
|
|
7493
7733
|
};
|
|
7734
|
+
export declare type ConfluenceLegacy_CountGroupByEventName = {
|
|
7735
|
+
__typename?: 'ConfluenceLegacy_CountGroupByEventName';
|
|
7736
|
+
nodes: Array<ConfluenceLegacy_CountGroupByEventNameItem>;
|
|
7737
|
+
pageInfo: ConfluenceLegacy_GroupByPageInfo;
|
|
7738
|
+
};
|
|
7739
|
+
export declare type ConfluenceLegacy_CountGroupByEventNameItem = {
|
|
7740
|
+
__typename?: 'ConfluenceLegacy_CountGroupByEventNameItem';
|
|
7741
|
+
count: Scalars['Int']['output'];
|
|
7742
|
+
eventName: Scalars['String']['output'];
|
|
7743
|
+
};
|
|
7744
|
+
export declare type ConfluenceLegacy_CountGroupByPage = {
|
|
7745
|
+
__typename?: 'ConfluenceLegacy_CountGroupByPage';
|
|
7746
|
+
nodes: Array<ConfluenceLegacy_CountGroupByPageItem>;
|
|
7747
|
+
pageInfo: ConfluenceLegacy_GroupByPageInfo;
|
|
7748
|
+
};
|
|
7749
|
+
export declare type ConfluenceLegacy_CountGroupByPageItem = {
|
|
7750
|
+
__typename?: 'ConfluenceLegacy_CountGroupByPageItem';
|
|
7751
|
+
count: Scalars['Int']['output'];
|
|
7752
|
+
page: Scalars['String']['output'];
|
|
7753
|
+
};
|
|
7754
|
+
export declare type ConfluenceLegacy_CountGroupBySpace = {
|
|
7755
|
+
__typename?: 'ConfluenceLegacy_CountGroupBySpace';
|
|
7756
|
+
nodes: Array<ConfluenceLegacy_CountGroupBySpaceItem>;
|
|
7757
|
+
pageInfo: ConfluenceLegacy_GroupByPageInfo;
|
|
7758
|
+
};
|
|
7759
|
+
export declare type ConfluenceLegacy_CountGroupBySpaceItem = {
|
|
7760
|
+
__typename?: 'ConfluenceLegacy_CountGroupBySpaceItem';
|
|
7761
|
+
count: Scalars['Int']['output'];
|
|
7762
|
+
space: Scalars['String']['output'];
|
|
7763
|
+
};
|
|
7764
|
+
export declare type ConfluenceLegacy_CountGroupByUser = {
|
|
7765
|
+
__typename?: 'ConfluenceLegacy_CountGroupByUser';
|
|
7766
|
+
nodes: Array<ConfluenceLegacy_CountGroupByUserItem>;
|
|
7767
|
+
pageInfo: ConfluenceLegacy_GroupByPageInfo;
|
|
7768
|
+
};
|
|
7769
|
+
export declare type ConfluenceLegacy_CountGroupByUserItem = {
|
|
7770
|
+
__typename?: 'ConfluenceLegacy_CountGroupByUserItem';
|
|
7771
|
+
count: Scalars['Int']['output'];
|
|
7772
|
+
};
|
|
7494
7773
|
export declare type ConfluenceLegacy_CqlMetaData = {
|
|
7495
7774
|
__typename?: 'ConfluenceLegacy_CqlMetaData';
|
|
7496
7775
|
cqlContentTypes: Array<Maybe<ConfluenceLegacy_CqlDisplayableType>>;
|
|
@@ -7627,6 +7906,12 @@ export declare type ConfluenceLegacy_CreateSpaceJiraProjectInput = {
|
|
|
7627
7906
|
jiraProjectName?: InputMaybe<Scalars['String']['input']>;
|
|
7628
7907
|
jiraServerId: Scalars['String']['input'];
|
|
7629
7908
|
};
|
|
7909
|
+
export declare type ConfluenceLegacy_CreateUpdate = ConfluenceLegacy_AllUpdatesFeedEvent & {
|
|
7910
|
+
__typename?: 'ConfluenceLegacy_CreateUpdate';
|
|
7911
|
+
datetime: Scalars['String']['output'];
|
|
7912
|
+
type: ConfluenceLegacy_AllUpdatesFeedEventType;
|
|
7913
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
7914
|
+
};
|
|
7630
7915
|
export declare type ConfluenceLegacy_CurrentUserOperations = {
|
|
7631
7916
|
__typename?: 'ConfluenceLegacy_CurrentUserOperations';
|
|
7632
7917
|
canFollow?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -7763,6 +8048,15 @@ export declare type ConfluenceLegacy_DeleteInlineCommentInput = {
|
|
|
7763
8048
|
commentId: Scalars['ID']['input'];
|
|
7764
8049
|
step?: InputMaybe<ConfluenceLegacy_Step>;
|
|
7765
8050
|
};
|
|
8051
|
+
export declare type ConfluenceLegacy_DeleteLabelInput = {
|
|
8052
|
+
contentId: Scalars['ID']['input'];
|
|
8053
|
+
label: Scalars['String']['input'];
|
|
8054
|
+
};
|
|
8055
|
+
export declare type ConfluenceLegacy_DeleteLabelPayload = {
|
|
8056
|
+
__typename?: 'ConfluenceLegacy_DeleteLabelPayload';
|
|
8057
|
+
contentId: Scalars['ID']['output'];
|
|
8058
|
+
label: Scalars['String']['output'];
|
|
8059
|
+
};
|
|
7766
8060
|
export declare type ConfluenceLegacy_DeletePagesInput = {
|
|
7767
8061
|
areChildrenIncluded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7768
8062
|
excludedBranchRootPageIDs?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
@@ -7774,6 +8068,19 @@ export declare type ConfluenceLegacy_DeletePagesPayload = {
|
|
|
7774
8068
|
status: Scalars['Boolean']['output'];
|
|
7775
8069
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
7776
8070
|
};
|
|
8071
|
+
export declare type ConfluenceLegacy_DeleteRelationInput = {
|
|
8072
|
+
relationName: ConfluenceLegacy_RelationType;
|
|
8073
|
+
sourceKey: Scalars['String']['input'];
|
|
8074
|
+
sourceType: ConfluenceLegacy_RelationSourceType;
|
|
8075
|
+
targetKey: Scalars['String']['input'];
|
|
8076
|
+
targetType: ConfluenceLegacy_RelationTargetType;
|
|
8077
|
+
};
|
|
8078
|
+
export declare type ConfluenceLegacy_DeleteRelationPayload = {
|
|
8079
|
+
__typename?: 'ConfluenceLegacy_DeleteRelationPayload';
|
|
8080
|
+
relationName: Scalars['String']['output'];
|
|
8081
|
+
sourceKey: Scalars['String']['output'];
|
|
8082
|
+
targetKey: Scalars['String']['output'];
|
|
8083
|
+
};
|
|
7777
8084
|
export declare type ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelInput = {
|
|
7778
8085
|
id: Scalars['Long']['input'];
|
|
7779
8086
|
};
|
|
@@ -7867,6 +8174,13 @@ export declare enum ConfluenceLegacy_DocumentRepresentation {
|
|
|
7867
8174
|
Storage = "STORAGE",
|
|
7868
8175
|
View = "VIEW"
|
|
7869
8176
|
}
|
|
8177
|
+
export declare type ConfluenceLegacy_EditUpdate = ConfluenceLegacy_AllUpdatesFeedEvent & {
|
|
8178
|
+
__typename?: 'ConfluenceLegacy_EditUpdate';
|
|
8179
|
+
datetime: Scalars['String']['output'];
|
|
8180
|
+
type: ConfluenceLegacy_AllUpdatesFeedEventType;
|
|
8181
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
8182
|
+
version: Scalars['Int']['output'];
|
|
8183
|
+
};
|
|
7870
8184
|
export declare enum ConfluenceLegacy_Edition {
|
|
7871
8185
|
Free = "FREE",
|
|
7872
8186
|
Premium = "PREMIUM",
|
|
@@ -7975,6 +8289,29 @@ export declare type ConfluenceLegacy_Entitlements = {
|
|
|
7975
8289
|
teamCalendar: ConfluenceLegacy_TeamCalendarFeature;
|
|
7976
8290
|
whiteboardFeatures?: Maybe<ConfluenceLegacy_WhiteboardFeatures>;
|
|
7977
8291
|
};
|
|
8292
|
+
export declare type ConfluenceLegacy_EntityCountBySpace = {
|
|
8293
|
+
__typename?: 'ConfluenceLegacy_EntityCountBySpace';
|
|
8294
|
+
nodes: Array<ConfluenceLegacy_EntityCountBySpaceItem>;
|
|
8295
|
+
};
|
|
8296
|
+
export declare type ConfluenceLegacy_EntityCountBySpaceItem = {
|
|
8297
|
+
__typename?: 'ConfluenceLegacy_EntityCountBySpaceItem';
|
|
8298
|
+
count: Scalars['Int']['output'];
|
|
8299
|
+
space: Scalars['String']['output'];
|
|
8300
|
+
};
|
|
8301
|
+
export declare type ConfluenceLegacy_EntityTimeseriesCount = {
|
|
8302
|
+
__typename?: 'ConfluenceLegacy_EntityTimeseriesCount';
|
|
8303
|
+
nodes: Array<ConfluenceLegacy_EntityTimeseriesCountItem>;
|
|
8304
|
+
};
|
|
8305
|
+
export declare type ConfluenceLegacy_EntityTimeseriesCountItem = {
|
|
8306
|
+
__typename?: 'ConfluenceLegacy_EntityTimeseriesCountItem';
|
|
8307
|
+
count: Scalars['Int']['output'];
|
|
8308
|
+
date: Scalars['String']['output'];
|
|
8309
|
+
};
|
|
8310
|
+
export declare type ConfluenceLegacy_Error = {
|
|
8311
|
+
__typename?: 'ConfluenceLegacy_Error';
|
|
8312
|
+
message: Scalars['String']['output'];
|
|
8313
|
+
status: Scalars['Int']['output'];
|
|
8314
|
+
};
|
|
7978
8315
|
export declare type ConfluenceLegacy_ExternalCollaboratorDefaultSpace = {
|
|
7979
8316
|
__typename?: 'ConfluenceLegacy_ExternalCollaboratorDefaultSpace';
|
|
7980
8317
|
enabled: Scalars['Boolean']['output'];
|
|
@@ -8024,6 +8361,75 @@ export declare type ConfluenceLegacy_FeatureDiscoveryPayload = {
|
|
|
8024
8361
|
status: Scalars['Boolean']['output'];
|
|
8025
8362
|
userKey?: Maybe<Scalars['String']['output']>;
|
|
8026
8363
|
};
|
|
8364
|
+
export declare type ConfluenceLegacy_FeedEvent = {
|
|
8365
|
+
datetime: Scalars['String']['output'];
|
|
8366
|
+
groupSize: Scalars['Int']['output'];
|
|
8367
|
+
type: ConfluenceLegacy_FeedEventType;
|
|
8368
|
+
};
|
|
8369
|
+
export declare type ConfluenceLegacy_FeedEventComment = ConfluenceLegacy_FeedEvent & {
|
|
8370
|
+
__typename?: 'ConfluenceLegacy_FeedEventComment';
|
|
8371
|
+
accountId: Scalars['String']['output'];
|
|
8372
|
+
comment?: Maybe<ConfluenceLegacy_Comment>;
|
|
8373
|
+
commentId: Scalars['ID']['output'];
|
|
8374
|
+
datetime: Scalars['String']['output'];
|
|
8375
|
+
groupSize: Scalars['Int']['output'];
|
|
8376
|
+
type: ConfluenceLegacy_FeedEventType;
|
|
8377
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
8378
|
+
};
|
|
8379
|
+
export declare type ConfluenceLegacy_FeedEventCreate = ConfluenceLegacy_FeedEvent & {
|
|
8380
|
+
__typename?: 'ConfluenceLegacy_FeedEventCreate';
|
|
8381
|
+
accountId: Scalars['String']['output'];
|
|
8382
|
+
datetime: Scalars['String']['output'];
|
|
8383
|
+
groupSize: Scalars['Int']['output'];
|
|
8384
|
+
type: ConfluenceLegacy_FeedEventType;
|
|
8385
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
8386
|
+
};
|
|
8387
|
+
export declare type ConfluenceLegacy_FeedEventEdit = ConfluenceLegacy_FeedEvent & {
|
|
8388
|
+
__typename?: 'ConfluenceLegacy_FeedEventEdit';
|
|
8389
|
+
accountId: Scalars['String']['output'];
|
|
8390
|
+
datetime: Scalars['String']['output'];
|
|
8391
|
+
groupSize: Scalars['Int']['output'];
|
|
8392
|
+
type: ConfluenceLegacy_FeedEventType;
|
|
8393
|
+
user?: Maybe<ConfluenceLegacy_Person>;
|
|
8394
|
+
version: Scalars['Int']['output'];
|
|
8395
|
+
};
|
|
8396
|
+
export declare enum ConfluenceLegacy_FeedEventType {
|
|
8397
|
+
Comment = "COMMENT",
|
|
8398
|
+
Create = "CREATE",
|
|
8399
|
+
Edit = "EDIT"
|
|
8400
|
+
}
|
|
8401
|
+
export declare type ConfluenceLegacy_FeedItem = {
|
|
8402
|
+
__typename?: 'ConfluenceLegacy_FeedItem';
|
|
8403
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
8404
|
+
id: Scalars['String']['output'];
|
|
8405
|
+
mostRelevantUpdate: Scalars['Int']['output'];
|
|
8406
|
+
recentActionsCount: Scalars['Int']['output'];
|
|
8407
|
+
source: Array<ConfluenceLegacy_FeedItemSourceType>;
|
|
8408
|
+
summaryLineUpdate: ConfluenceLegacy_FeedEvent;
|
|
8409
|
+
};
|
|
8410
|
+
export declare type ConfluenceLegacy_FeedItemEdge = {
|
|
8411
|
+
__typename?: 'ConfluenceLegacy_FeedItemEdge';
|
|
8412
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
8413
|
+
node: ConfluenceLegacy_FeedItem;
|
|
8414
|
+
};
|
|
8415
|
+
export declare enum ConfluenceLegacy_FeedItemSourceType {
|
|
8416
|
+
Person = "PERSON",
|
|
8417
|
+
Space = "SPACE"
|
|
8418
|
+
}
|
|
8419
|
+
export declare type ConfluenceLegacy_FeedPageInfo = {
|
|
8420
|
+
__typename?: 'ConfluenceLegacy_FeedPageInfo';
|
|
8421
|
+
endCursor: Scalars['String']['output'];
|
|
8422
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
8423
|
+
hasPreviousPage: Scalars['Boolean']['output'];
|
|
8424
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
8425
|
+
};
|
|
8426
|
+
export declare type ConfluenceLegacy_FeedPageInformation = {
|
|
8427
|
+
__typename?: 'ConfluenceLegacy_FeedPageInformation';
|
|
8428
|
+
endCursor: Scalars['String']['output'];
|
|
8429
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
8430
|
+
hasPreviousPage: Scalars['Boolean']['output'];
|
|
8431
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
8432
|
+
};
|
|
8027
8433
|
export declare enum ConfluenceLegacy_FeedType {
|
|
8028
8434
|
Direct = "DIRECT",
|
|
8029
8435
|
Following = "FOLLOWING",
|
|
@@ -8044,6 +8450,14 @@ export declare type ConfluenceLegacy_FollowUserPayload = {
|
|
|
8044
8450
|
__typename?: 'ConfluenceLegacy_FollowUserPayload';
|
|
8045
8451
|
currentUserFollowing: Scalars['Boolean']['output'];
|
|
8046
8452
|
};
|
|
8453
|
+
export declare type ConfluenceLegacy_FollowingFeedGetUserConfig = {
|
|
8454
|
+
__typename?: 'ConfluenceLegacy_FollowingFeedGetUserConfig';
|
|
8455
|
+
accountIds: Array<Maybe<Scalars['String']['output']>>;
|
|
8456
|
+
servingRecommendations: Scalars['Boolean']['output'];
|
|
8457
|
+
spaceIds: Array<Maybe<Scalars['Long']['output']>>;
|
|
8458
|
+
spaces?: Maybe<Array<Maybe<ConfluenceLegacy_Space>>>;
|
|
8459
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
8460
|
+
};
|
|
8047
8461
|
export declare type ConfluenceLegacy_FooterComment = ConfluenceLegacy_CommentLocation & {
|
|
8048
8462
|
__typename?: 'ConfluenceLegacy_FooterComment';
|
|
8049
8463
|
type: Scalars['String']['output'];
|
|
@@ -8125,6 +8539,10 @@ export declare type ConfluenceLegacy_Group = {
|
|
|
8125
8539
|
name?: Maybe<Scalars['String']['output']>;
|
|
8126
8540
|
permissionType?: Maybe<ConfluenceLegacy_SitePermissionType>;
|
|
8127
8541
|
};
|
|
8542
|
+
export declare type ConfluenceLegacy_GroupByPageInfo = {
|
|
8543
|
+
__typename?: 'ConfluenceLegacy_GroupByPageInfo';
|
|
8544
|
+
next?: Maybe<Scalars['String']['output']>;
|
|
8545
|
+
};
|
|
8128
8546
|
export declare type ConfluenceLegacy_GroupCountsResult = {
|
|
8129
8547
|
__typename?: 'ConfluenceLegacy_GroupCountsResult';
|
|
8130
8548
|
groupCounts: Array<Maybe<ConfluenceLegacy_MapOfStringToInteger>>;
|
|
@@ -8350,6 +8768,10 @@ export declare enum ConfluenceLegacy_InspectPermissions {
|
|
|
8350
8768
|
Edit = "EDIT",
|
|
8351
8769
|
View = "VIEW"
|
|
8352
8770
|
}
|
|
8771
|
+
export declare type ConfluenceLegacy_InstanceAnalyticsCount = {
|
|
8772
|
+
__typename?: 'ConfluenceLegacy_InstanceAnalyticsCount';
|
|
8773
|
+
user: Scalars['Int']['output'];
|
|
8774
|
+
};
|
|
8353
8775
|
export declare type ConfluenceLegacy_JiraProject = {
|
|
8354
8776
|
__typename?: 'ConfluenceLegacy_JiraProject';
|
|
8355
8777
|
icons?: Maybe<Array<Maybe<ConfluenceLegacy_Icon>>>;
|
|
@@ -8422,6 +8844,10 @@ export declare type ConfluenceLegacy_LabelEdge = {
|
|
|
8422
8844
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
8423
8845
|
node?: Maybe<ConfluenceLegacy_Label>;
|
|
8424
8846
|
};
|
|
8847
|
+
export declare type ConfluenceLegacy_LabelInput = {
|
|
8848
|
+
name: Scalars['String']['input'];
|
|
8849
|
+
prefix: Scalars['String']['input'];
|
|
8850
|
+
};
|
|
8425
8851
|
export declare type ConfluenceLegacy_LabelSearchResults = {
|
|
8426
8852
|
__typename?: 'ConfluenceLegacy_LabelSearchResults';
|
|
8427
8853
|
otherLabels: Array<Maybe<ConfluenceLegacy_Label>>;
|
|
@@ -8651,12 +9077,32 @@ export declare type ConfluenceLegacy_MediaAccessTokens = {
|
|
|
8651
9077
|
readOnlyToken?: Maybe<ConfluenceLegacy_MediaToken>;
|
|
8652
9078
|
readWriteToken?: Maybe<ConfluenceLegacy_MediaToken>;
|
|
8653
9079
|
};
|
|
9080
|
+
export declare type ConfluenceLegacy_MediaAttachment = {
|
|
9081
|
+
__typename?: 'ConfluenceLegacy_MediaAttachment';
|
|
9082
|
+
html: Scalars['String']['output'];
|
|
9083
|
+
id: Scalars['ID']['output'];
|
|
9084
|
+
};
|
|
9085
|
+
export declare type ConfluenceLegacy_MediaAttachmentError = {
|
|
9086
|
+
__typename?: 'ConfluenceLegacy_MediaAttachmentError';
|
|
9087
|
+
error: ConfluenceLegacy_Error;
|
|
9088
|
+
};
|
|
9089
|
+
export declare type ConfluenceLegacy_MediaAttachmentInput = {
|
|
9090
|
+
file: ConfluenceLegacy_MediaFile;
|
|
9091
|
+
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9092
|
+
};
|
|
9093
|
+
export declare type ConfluenceLegacy_MediaAttachmentOrError = ConfluenceLegacy_MediaAttachment | ConfluenceLegacy_MediaAttachmentError;
|
|
8654
9094
|
export declare type ConfluenceLegacy_MediaConfiguration = {
|
|
8655
9095
|
__typename?: 'ConfluenceLegacy_MediaConfiguration';
|
|
8656
9096
|
clientId: Scalars['String']['output'];
|
|
8657
9097
|
fileStoreUrl: Scalars['String']['output'];
|
|
8658
9098
|
maxFileSize?: Maybe<Scalars['Long']['output']>;
|
|
8659
9099
|
};
|
|
9100
|
+
export declare type ConfluenceLegacy_MediaFile = {
|
|
9101
|
+
id: Scalars['ID']['input'];
|
|
9102
|
+
mimeType?: InputMaybe<Scalars['String']['input']>;
|
|
9103
|
+
name: Scalars['String']['input'];
|
|
9104
|
+
size: Scalars['Int']['input'];
|
|
9105
|
+
};
|
|
8660
9106
|
export declare type ConfluenceLegacy_MediaPickerUserToken = {
|
|
8661
9107
|
__typename?: 'ConfluenceLegacy_MediaPickerUserToken';
|
|
8662
9108
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -8705,10 +9151,85 @@ export declare type ConfluenceLegacy_MoveBlogPayload = {
|
|
|
8705
9151
|
__typename?: 'ConfluenceLegacy_MoveBlogPayload';
|
|
8706
9152
|
content?: Maybe<ConfluenceLegacy_Content>;
|
|
8707
9153
|
};
|
|
9154
|
+
export declare type ConfluenceLegacy_MovePageAsChildInput = {
|
|
9155
|
+
pageId: Scalars['ID']['input'];
|
|
9156
|
+
parentId: Scalars['ID']['input'];
|
|
9157
|
+
};
|
|
9158
|
+
export declare type ConfluenceLegacy_MovePageAsSiblingInput = {
|
|
9159
|
+
pageId: Scalars['ID']['input'];
|
|
9160
|
+
siblingId: Scalars['ID']['input'];
|
|
9161
|
+
};
|
|
9162
|
+
export declare type ConfluenceLegacy_MovePagePayload = {
|
|
9163
|
+
__typename?: 'ConfluenceLegacy_MovePagePayload';
|
|
9164
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9165
|
+
movedPage: Scalars['ID']['output'];
|
|
9166
|
+
page?: Maybe<ConfluenceLegacy_Page>;
|
|
9167
|
+
};
|
|
9168
|
+
export declare type ConfluenceLegacy_MovePageTopLevelInput = {
|
|
9169
|
+
pageId: Scalars['ID']['input'];
|
|
9170
|
+
targetSpaceKey: Scalars['String']['input'];
|
|
9171
|
+
};
|
|
8708
9172
|
export declare type ConfluenceLegacy_MutationResponse = {
|
|
8709
9173
|
__typename?: 'ConfluenceLegacy_MutationResponse';
|
|
8710
9174
|
success: Scalars['Boolean']['output'];
|
|
8711
9175
|
};
|
|
9176
|
+
export declare type ConfluenceLegacy_Mutations_CloudId = {
|
|
9177
|
+
__typename?: 'ConfluenceLegacy_Mutations_CloudId';
|
|
9178
|
+
cloudId: Scalars['ID']['output'];
|
|
9179
|
+
};
|
|
9180
|
+
export declare type ConfluenceLegacy_Mutations_Label = {
|
|
9181
|
+
__typename?: 'ConfluenceLegacy_Mutations_Label';
|
|
9182
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
9183
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
9184
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9185
|
+
prefix?: Maybe<Scalars['String']['output']>;
|
|
9186
|
+
};
|
|
9187
|
+
export declare type ConfluenceLegacy_Mutations_LabelEdge = {
|
|
9188
|
+
__typename?: 'ConfluenceLegacy_Mutations_LabelEdge';
|
|
9189
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
9190
|
+
node?: Maybe<ConfluenceLegacy_Mutations_Label>;
|
|
9191
|
+
};
|
|
9192
|
+
export declare type ConfluenceLegacy_Mutations_LinksContextBase = {
|
|
9193
|
+
__typename?: 'ConfluenceLegacy_Mutations_LinksContextBase';
|
|
9194
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
9195
|
+
context?: Maybe<Scalars['String']['output']>;
|
|
9196
|
+
};
|
|
9197
|
+
export declare type ConfluenceLegacy_Mutations_PaginatedLabelList = {
|
|
9198
|
+
__typename?: 'ConfluenceLegacy_Mutations_PaginatedLabelList';
|
|
9199
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
9200
|
+
edges?: Maybe<Array<Maybe<ConfluenceLegacy_Mutations_LabelEdge>>>;
|
|
9201
|
+
links?: Maybe<ConfluenceLegacy_Mutations_LinksContextBase>;
|
|
9202
|
+
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_Mutations_Label>>>;
|
|
9203
|
+
pageInfo?: Maybe<PageInfo>;
|
|
9204
|
+
};
|
|
9205
|
+
export declare type ConfluenceLegacy_MyVisitedPages = {
|
|
9206
|
+
__typename?: 'ConfluenceLegacy_MyVisitedPages';
|
|
9207
|
+
nodes: ConfluenceLegacy_MyVisitedPagesItems;
|
|
9208
|
+
pageInfo: ConfluenceLegacy_MyVisitedPagesInfo;
|
|
9209
|
+
};
|
|
9210
|
+
export declare type ConfluenceLegacy_MyVisitedPagesInfo = {
|
|
9211
|
+
__typename?: 'ConfluenceLegacy_MyVisitedPagesInfo';
|
|
9212
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
9213
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
9214
|
+
};
|
|
9215
|
+
export declare type ConfluenceLegacy_MyVisitedPagesItems = {
|
|
9216
|
+
__typename?: 'ConfluenceLegacy_MyVisitedPagesItems';
|
|
9217
|
+
content?: Maybe<Array<Maybe<ConfluenceLegacy_Content>>>;
|
|
9218
|
+
};
|
|
9219
|
+
export declare type ConfluenceLegacy_MyVisitedSpaces = {
|
|
9220
|
+
__typename?: 'ConfluenceLegacy_MyVisitedSpaces';
|
|
9221
|
+
nodes: ConfluenceLegacy_MyVisitedSpacesItems;
|
|
9222
|
+
pageInfo: ConfluenceLegacy_MyVisitedSpacesInfo;
|
|
9223
|
+
};
|
|
9224
|
+
export declare type ConfluenceLegacy_MyVisitedSpacesInfo = {
|
|
9225
|
+
__typename?: 'ConfluenceLegacy_MyVisitedSpacesInfo';
|
|
9226
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
9227
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
9228
|
+
};
|
|
9229
|
+
export declare type ConfluenceLegacy_MyVisitedSpacesItems = {
|
|
9230
|
+
__typename?: 'ConfluenceLegacy_MyVisitedSpacesItems';
|
|
9231
|
+
spaces?: Maybe<Array<Maybe<ConfluenceLegacy_Space>>>;
|
|
9232
|
+
};
|
|
8712
9233
|
export declare type ConfluenceLegacy_NavigationLookAndFeel = {
|
|
8713
9234
|
__typename?: 'ConfluenceLegacy_NavigationLookAndFeel';
|
|
8714
9235
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -8725,6 +9246,18 @@ export declare type ConfluenceLegacy_NestedPageInput = {
|
|
|
8725
9246
|
isSelected?: InputMaybe<Scalars['Boolean']['input']>;
|
|
8726
9247
|
pageID: Scalars['Long']['input'];
|
|
8727
9248
|
};
|
|
9249
|
+
export declare type ConfluenceLegacy_NewPageInput = {
|
|
9250
|
+
page: ConfluenceLegacy_PageInput;
|
|
9251
|
+
space: ConfluenceLegacy_SpaceInput;
|
|
9252
|
+
};
|
|
9253
|
+
export declare type ConfluenceLegacy_NewPagePayload = {
|
|
9254
|
+
__typename?: 'ConfluenceLegacy_NewPagePayload';
|
|
9255
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9256
|
+
contentId: Scalars['ID']['output'];
|
|
9257
|
+
page?: Maybe<ConfluenceLegacy_Page>;
|
|
9258
|
+
pageId: Scalars['ID']['output'];
|
|
9259
|
+
restrictions?: Maybe<ConfluenceLegacy_PageRestrictions>;
|
|
9260
|
+
};
|
|
8728
9261
|
export declare type ConfluenceLegacy_NotificationResponsePayload = Payload & {
|
|
8729
9262
|
__typename?: 'ConfluenceLegacy_NotificationResponsePayload';
|
|
8730
9263
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -8828,6 +9361,76 @@ export declare type ConfluenceLegacy_PagePropertiesArgs = {
|
|
|
8828
9361
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
8829
9362
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
8830
9363
|
};
|
|
9364
|
+
export declare enum ConfluenceLegacy_PageActivityAction {
|
|
9365
|
+
Created = "created",
|
|
9366
|
+
Updated = "updated"
|
|
9367
|
+
}
|
|
9368
|
+
export declare enum ConfluenceLegacy_PageActivityActionSubject {
|
|
9369
|
+
Comment = "comment",
|
|
9370
|
+
Page = "page"
|
|
9371
|
+
}
|
|
9372
|
+
export declare type ConfluenceLegacy_PageActivityEvent = {
|
|
9373
|
+
action: ConfluenceLegacy_PageActivityAction;
|
|
9374
|
+
actionSubject: ConfluenceLegacy_PageActivityActionSubject;
|
|
9375
|
+
timestamp: Scalars['String']['output'];
|
|
9376
|
+
};
|
|
9377
|
+
export declare type ConfluenceLegacy_PageActivityEventCreatedComment = ConfluenceLegacy_PageActivityEvent & {
|
|
9378
|
+
__typename?: 'ConfluenceLegacy_PageActivityEventCreatedComment';
|
|
9379
|
+
accountId: Scalars['String']['output'];
|
|
9380
|
+
action: ConfluenceLegacy_PageActivityAction;
|
|
9381
|
+
actionSubject: ConfluenceLegacy_PageActivityActionSubject;
|
|
9382
|
+
comment?: Maybe<ConfluenceLegacy_Comment>;
|
|
9383
|
+
commentType: ConfluenceLegacy_AnalyticsCommentType;
|
|
9384
|
+
groupSize: Scalars['Int']['output'];
|
|
9385
|
+
timestamp: Scalars['String']['output'];
|
|
9386
|
+
};
|
|
9387
|
+
export declare type ConfluenceLegacy_PageActivityEventCreatedPage = ConfluenceLegacy_PageActivityEvent & {
|
|
9388
|
+
__typename?: 'ConfluenceLegacy_PageActivityEventCreatedPage';
|
|
9389
|
+
accountId: Scalars['String']['output'];
|
|
9390
|
+
action: ConfluenceLegacy_PageActivityAction;
|
|
9391
|
+
actionSubject: ConfluenceLegacy_PageActivityActionSubject;
|
|
9392
|
+
groupSize: Scalars['Int']['output'];
|
|
9393
|
+
pageVersion: Scalars['Int']['output'];
|
|
9394
|
+
timestamp: Scalars['String']['output'];
|
|
9395
|
+
};
|
|
9396
|
+
export declare type ConfluenceLegacy_PageActivityEventUpdatedPage = ConfluenceLegacy_PageActivityEvent & {
|
|
9397
|
+
__typename?: 'ConfluenceLegacy_PageActivityEventUpdatedPage';
|
|
9398
|
+
accountId: Scalars['String']['output'];
|
|
9399
|
+
action: ConfluenceLegacy_PageActivityAction;
|
|
9400
|
+
actionSubject: ConfluenceLegacy_PageActivityActionSubject;
|
|
9401
|
+
groupSize: Scalars['Int']['output'];
|
|
9402
|
+
pageVersion: Scalars['Int']['output'];
|
|
9403
|
+
timestamp: Scalars['String']['output'];
|
|
9404
|
+
};
|
|
9405
|
+
export declare type ConfluenceLegacy_PageActivityPageInfo = {
|
|
9406
|
+
__typename?: 'ConfluenceLegacy_PageActivityPageInfo';
|
|
9407
|
+
endCursor: Scalars['String']['output'];
|
|
9408
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
9409
|
+
};
|
|
9410
|
+
export declare type ConfluenceLegacy_PageAnalyticsCount = {
|
|
9411
|
+
__typename?: 'ConfluenceLegacy_PageAnalyticsCount';
|
|
9412
|
+
count: Scalars['Int']['output'];
|
|
9413
|
+
};
|
|
9414
|
+
export declare enum ConfluenceLegacy_PageAnalyticsCountType {
|
|
9415
|
+
All = "ALL",
|
|
9416
|
+
User = "USER"
|
|
9417
|
+
}
|
|
9418
|
+
export declare type ConfluenceLegacy_PageAnalyticsTimeseriesCount = {
|
|
9419
|
+
__typename?: 'ConfluenceLegacy_PageAnalyticsTimeseriesCount';
|
|
9420
|
+
nodes: Array<ConfluenceLegacy_PageAnalyticsTimeseriesCountItem>;
|
|
9421
|
+
};
|
|
9422
|
+
export declare type ConfluenceLegacy_PageAnalyticsTimeseriesCountItem = {
|
|
9423
|
+
__typename?: 'ConfluenceLegacy_PageAnalyticsTimeseriesCountItem';
|
|
9424
|
+
count: Scalars['Int']['output'];
|
|
9425
|
+
date: Scalars['String']['output'];
|
|
9426
|
+
};
|
|
9427
|
+
export declare enum ConfluenceLegacy_PageAnalyticsTimeseriesCountType {
|
|
9428
|
+
All = "ALL"
|
|
9429
|
+
}
|
|
9430
|
+
export declare type ConfluenceLegacy_PageBodyInput = {
|
|
9431
|
+
representation?: InputMaybe<ConfluenceLegacy_BodyFormatType>;
|
|
9432
|
+
value: Scalars['String']['input'];
|
|
9433
|
+
};
|
|
8831
9434
|
export declare enum ConfluenceLegacy_PageCardInPageTreeHoverPreference {
|
|
8832
9435
|
NoOptionSelected = "NO_OPTION_SELECTED",
|
|
8833
9436
|
NoShowPagecard = "NO_SHOW_PAGECARD",
|
|
@@ -8843,12 +9446,49 @@ export declare type ConfluenceLegacy_PageEdge = {
|
|
|
8843
9446
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
8844
9447
|
node?: Maybe<ConfluenceLegacy_Page>;
|
|
8845
9448
|
};
|
|
9449
|
+
export declare type ConfluenceLegacy_PageGroupRestriction = {
|
|
9450
|
+
__typename?: 'ConfluenceLegacy_PageGroupRestriction';
|
|
9451
|
+
name: Scalars['String']['output'];
|
|
9452
|
+
};
|
|
9453
|
+
export declare type ConfluenceLegacy_PageGroupRestrictionInput = {
|
|
9454
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
9455
|
+
name: Scalars['String']['input'];
|
|
9456
|
+
};
|
|
9457
|
+
export declare type ConfluenceLegacy_PageInput = {
|
|
9458
|
+
body?: InputMaybe<ConfluenceLegacy_PageBodyInput>;
|
|
9459
|
+
parentId?: InputMaybe<Scalars['ID']['input']>;
|
|
9460
|
+
restrictions?: InputMaybe<ConfluenceLegacy_PageRestrictionsInput>;
|
|
9461
|
+
status?: InputMaybe<ConfluenceLegacy_PageStatusInput>;
|
|
9462
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
9463
|
+
};
|
|
9464
|
+
export declare type ConfluenceLegacy_PageRestriction = {
|
|
9465
|
+
__typename?: 'ConfluenceLegacy_PageRestriction';
|
|
9466
|
+
group?: Maybe<Array<ConfluenceLegacy_PageGroupRestriction>>;
|
|
9467
|
+
user?: Maybe<Array<ConfluenceLegacy_PageUserRestriction>>;
|
|
9468
|
+
};
|
|
9469
|
+
export declare type ConfluenceLegacy_PageRestrictionInput = {
|
|
9470
|
+
group?: InputMaybe<Array<ConfluenceLegacy_PageGroupRestrictionInput>>;
|
|
9471
|
+
user?: InputMaybe<Array<ConfluenceLegacy_PageUserRestrictionInput>>;
|
|
9472
|
+
};
|
|
9473
|
+
export declare type ConfluenceLegacy_PageRestrictions = {
|
|
9474
|
+
__typename?: 'ConfluenceLegacy_PageRestrictions';
|
|
9475
|
+
read?: Maybe<ConfluenceLegacy_PageRestriction>;
|
|
9476
|
+
update?: Maybe<ConfluenceLegacy_PageRestriction>;
|
|
9477
|
+
};
|
|
9478
|
+
export declare type ConfluenceLegacy_PageRestrictionsInput = {
|
|
9479
|
+
read?: InputMaybe<ConfluenceLegacy_PageRestrictionInput>;
|
|
9480
|
+
update?: InputMaybe<ConfluenceLegacy_PageRestrictionInput>;
|
|
9481
|
+
};
|
|
8846
9482
|
export declare enum ConfluenceLegacy_PageStatus {
|
|
8847
9483
|
Current = "CURRENT",
|
|
8848
9484
|
Draft = "DRAFT",
|
|
8849
9485
|
Historical = "HISTORICAL",
|
|
8850
9486
|
Trashed = "TRASHED"
|
|
8851
9487
|
}
|
|
9488
|
+
export declare enum ConfluenceLegacy_PageStatusInput {
|
|
9489
|
+
Current = "CURRENT",
|
|
9490
|
+
Draft = "DRAFT"
|
|
9491
|
+
}
|
|
8852
9492
|
export declare enum ConfluenceLegacy_PageUpdateTrigger {
|
|
8853
9493
|
CreatePage = "CREATE_PAGE",
|
|
8854
9494
|
DiscardChanges = "DISCARD_CHANGES",
|
|
@@ -8863,6 +9503,13 @@ export declare enum ConfluenceLegacy_PageUpdateTrigger {
|
|
|
8863
9503
|
Unknown = "UNKNOWN",
|
|
8864
9504
|
ViewPage = "VIEW_PAGE"
|
|
8865
9505
|
}
|
|
9506
|
+
export declare type ConfluenceLegacy_PageUserRestriction = {
|
|
9507
|
+
__typename?: 'ConfluenceLegacy_PageUserRestriction';
|
|
9508
|
+
id: Scalars['ID']['output'];
|
|
9509
|
+
};
|
|
9510
|
+
export declare type ConfluenceLegacy_PageUserRestrictionInput = {
|
|
9511
|
+
id: Scalars['ID']['input'];
|
|
9512
|
+
};
|
|
8866
9513
|
export declare type ConfluenceLegacy_PageValidationResult = {
|
|
8867
9514
|
__typename?: 'ConfluenceLegacy_PageValidationResult';
|
|
8868
9515
|
isValid: Scalars['Boolean']['output'];
|
|
@@ -8891,6 +9538,11 @@ export declare type ConfluenceLegacy_PagesSortPersistenceOptionInput = {
|
|
|
8891
9538
|
field: ConfluenceLegacy_PagesSortField;
|
|
8892
9539
|
order: ConfluenceLegacy_PagesSortOrder;
|
|
8893
9540
|
};
|
|
9541
|
+
export declare type ConfluenceLegacy_PaginatedAllUpdatesFeed = {
|
|
9542
|
+
__typename?: 'ConfluenceLegacy_PaginatedAllUpdatesFeed';
|
|
9543
|
+
nodes: Array<ConfluenceLegacy_AllUpdatesFeedItem>;
|
|
9544
|
+
pageInfo: ConfluenceLegacy_FeedPageInfo;
|
|
9545
|
+
};
|
|
8894
9546
|
export declare type ConfluenceLegacy_PaginatedCommentList = {
|
|
8895
9547
|
__typename?: 'ConfluenceLegacy_PaginatedCommentList';
|
|
8896
9548
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8938,6 +9590,12 @@ export declare type ConfluenceLegacy_PaginatedDeactivatedUserPageCountEntityList
|
|
|
8938
9590
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_DeactivatedUserPageCountEntity>>>;
|
|
8939
9591
|
pageInfo?: Maybe<PageInfo>;
|
|
8940
9592
|
};
|
|
9593
|
+
export declare type ConfluenceLegacy_PaginatedFeed = {
|
|
9594
|
+
__typename?: 'ConfluenceLegacy_PaginatedFeed';
|
|
9595
|
+
edges: Array<ConfluenceLegacy_FeedItemEdge>;
|
|
9596
|
+
nodes: Array<ConfluenceLegacy_FeedItem>;
|
|
9597
|
+
pageInfo: ConfluenceLegacy_FeedPageInformation;
|
|
9598
|
+
};
|
|
8941
9599
|
export declare type ConfluenceLegacy_PaginatedGroupList = {
|
|
8942
9600
|
__typename?: 'ConfluenceLegacy_PaginatedGroupList';
|
|
8943
9601
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8977,6 +9635,11 @@ export declare type ConfluenceLegacy_PaginatedLabelList = {
|
|
|
8977
9635
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_Label>>>;
|
|
8978
9636
|
pageInfo?: Maybe<PageInfo>;
|
|
8979
9637
|
};
|
|
9638
|
+
export declare type ConfluenceLegacy_PaginatedPageActivity = {
|
|
9639
|
+
__typename?: 'ConfluenceLegacy_PaginatedPageActivity';
|
|
9640
|
+
nodes: Array<Maybe<ConfluenceLegacy_PageActivityEvent>>;
|
|
9641
|
+
pageInfo: ConfluenceLegacy_PageActivityPageInfo;
|
|
9642
|
+
};
|
|
8980
9643
|
export declare type ConfluenceLegacy_PaginatedPageList = {
|
|
8981
9644
|
__typename?: 'ConfluenceLegacy_PaginatedPageList';
|
|
8982
9645
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8991,6 +9654,17 @@ export declare type ConfluenceLegacy_PaginatedPersonList = {
|
|
|
8991
9654
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
8992
9655
|
pageInfo?: Maybe<PageInfo>;
|
|
8993
9656
|
};
|
|
9657
|
+
export declare type ConfluenceLegacy_PaginatedPopularFeed = {
|
|
9658
|
+
__typename?: 'ConfluenceLegacy_PaginatedPopularFeed';
|
|
9659
|
+
edges: Array<ConfluenceLegacy_PopularFeedItemEdge>;
|
|
9660
|
+
nodes: Array<ConfluenceLegacy_PopularFeedItem>;
|
|
9661
|
+
pageInfo: ConfluenceLegacy_FeedPageInfo;
|
|
9662
|
+
};
|
|
9663
|
+
export declare type ConfluenceLegacy_PaginatedPopularSpaceFeed = {
|
|
9664
|
+
__typename?: 'ConfluenceLegacy_PaginatedPopularSpaceFeed';
|
|
9665
|
+
data: ConfluenceLegacy_PopularSpaceFeedPage;
|
|
9666
|
+
pageInfo: ConfluenceLegacy_FeedPageInfo;
|
|
9667
|
+
};
|
|
8994
9668
|
export declare type ConfluenceLegacy_PaginatedSearchResultList = {
|
|
8995
9669
|
__typename?: 'ConfluenceLegacy_PaginatedSearchResultList';
|
|
8996
9670
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -9109,6 +9783,25 @@ export declare type ConfluenceLegacy_PaginatedUserWithRestrictions = {
|
|
|
9109
9783
|
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_UserWithRestrictions>>>;
|
|
9110
9784
|
pageInfo?: Maybe<PageInfo>;
|
|
9111
9785
|
};
|
|
9786
|
+
export declare type ConfluenceLegacy_PatchCommentsSummaryInput = {
|
|
9787
|
+
commentsType: ConfluenceLegacy_CommentsType;
|
|
9788
|
+
contentId: Scalars['ID']['input'];
|
|
9789
|
+
contentType: ConfluenceLegacy_SummaryType;
|
|
9790
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
9791
|
+
};
|
|
9792
|
+
export declare type ConfluenceLegacy_PatchCommentsSummaryMutationErrorExtension = MutationErrorExtension & {
|
|
9793
|
+
__typename?: 'ConfluenceLegacy_PatchCommentsSummaryMutationErrorExtension';
|
|
9794
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
9795
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
9796
|
+
};
|
|
9797
|
+
export declare type ConfluenceLegacy_PatchCommentsSummaryPayload = {
|
|
9798
|
+
__typename?: 'ConfluenceLegacy_PatchCommentsSummaryPayload';
|
|
9799
|
+
contentId: Scalars['ID']['output'];
|
|
9800
|
+
errors?: Maybe<Array<MutationError>>;
|
|
9801
|
+
language: Scalars['String']['output'];
|
|
9802
|
+
summary: Scalars['String']['output'];
|
|
9803
|
+
summaryId: Scalars['ID']['output'];
|
|
9804
|
+
};
|
|
9112
9805
|
export declare enum ConfluenceLegacy_PathType {
|
|
9113
9806
|
Absolute = "ABSOLUTE",
|
|
9114
9807
|
Relative = "RELATIVE",
|
|
@@ -9157,6 +9850,19 @@ export declare enum ConfluenceLegacy_Platform {
|
|
|
9157
9850
|
Ios = "IOS",
|
|
9158
9851
|
Web = "WEB"
|
|
9159
9852
|
}
|
|
9853
|
+
export declare type ConfluenceLegacy_PopularFeedItem = {
|
|
9854
|
+
__typename?: 'ConfluenceLegacy_PopularFeedItem';
|
|
9855
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
9856
|
+
};
|
|
9857
|
+
export declare type ConfluenceLegacy_PopularFeedItemEdge = {
|
|
9858
|
+
__typename?: 'ConfluenceLegacy_PopularFeedItemEdge';
|
|
9859
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
9860
|
+
node: ConfluenceLegacy_PopularFeedItem;
|
|
9861
|
+
};
|
|
9862
|
+
export declare type ConfluenceLegacy_PopularSpaceFeedPage = {
|
|
9863
|
+
__typename?: 'ConfluenceLegacy_PopularSpaceFeedPage';
|
|
9864
|
+
page: Array<ConfluenceLegacy_PopularFeedItem>;
|
|
9865
|
+
};
|
|
9160
9866
|
export declare type ConfluenceLegacy_PremiumExtensionsFeature = {
|
|
9161
9867
|
__typename?: 'ConfluenceLegacy_PremiumExtensionsFeature';
|
|
9162
9868
|
isEntitled: Scalars['Boolean']['output'];
|
|
@@ -9174,6 +9880,9 @@ export declare enum ConfluenceLegacy_PrincipalType {
|
|
|
9174
9880
|
Group = "GROUP",
|
|
9175
9881
|
User = "USER"
|
|
9176
9882
|
}
|
|
9883
|
+
export declare enum ConfluenceLegacy_Product {
|
|
9884
|
+
Confluence = "CONFLUENCE"
|
|
9885
|
+
}
|
|
9177
9886
|
export declare type ConfluenceLegacy_PublicLink = {
|
|
9178
9887
|
__typename?: 'ConfluenceLegacy_PublicLink';
|
|
9179
9888
|
id: Scalars['ID']['output'];
|
|
@@ -9442,11 +10151,92 @@ export declare type ConfluenceLegacy_RecentlyViewedSummary = {
|
|
|
9442
10151
|
friendlyLastSeen?: Maybe<Scalars['String']['output']>;
|
|
9443
10152
|
lastSeen?: Maybe<Scalars['String']['output']>;
|
|
9444
10153
|
};
|
|
10154
|
+
export declare type ConfluenceLegacy_RecommendedFeedUserConfig = {
|
|
10155
|
+
__typename?: 'ConfluenceLegacy_RecommendedFeedUserConfig';
|
|
10156
|
+
recommendedPeople: Array<ConfluenceLegacy_RecommendedPeopleItem>;
|
|
10157
|
+
recommendedSpaces: Array<ConfluenceLegacy_RecommendedSpaceItem>;
|
|
10158
|
+
};
|
|
10159
|
+
export declare type ConfluenceLegacy_RecommendedLabelItem = {
|
|
10160
|
+
__typename?: 'ConfluenceLegacy_RecommendedLabelItem';
|
|
10161
|
+
id: Scalars['ID']['output'];
|
|
10162
|
+
name: Scalars['String']['output'];
|
|
10163
|
+
namespace: Scalars['String']['output'];
|
|
10164
|
+
strategy: Array<Scalars['String']['output']>;
|
|
10165
|
+
};
|
|
10166
|
+
export declare type ConfluenceLegacy_RecommendedLabels = {
|
|
10167
|
+
__typename?: 'ConfluenceLegacy_RecommendedLabels';
|
|
10168
|
+
recommendedLabels: Array<Maybe<ConfluenceLegacy_RecommendedLabelItem>>;
|
|
10169
|
+
};
|
|
10170
|
+
export declare type ConfluenceLegacy_RecommendedPages = {
|
|
10171
|
+
__typename?: 'ConfluenceLegacy_RecommendedPages';
|
|
10172
|
+
recommendedPages: Array<ConfluenceLegacy_RecommendedPagesItem>;
|
|
10173
|
+
status: ConfluenceLegacy_RecommendedPagesStatus;
|
|
10174
|
+
};
|
|
10175
|
+
export declare type ConfluenceLegacy_RecommendedPagesItem = {
|
|
10176
|
+
__typename?: 'ConfluenceLegacy_RecommendedPagesItem';
|
|
10177
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
10178
|
+
contentId: Scalars['ID']['output'];
|
|
10179
|
+
strategy: Array<Scalars['String']['output']>;
|
|
10180
|
+
};
|
|
10181
|
+
export declare enum ConfluenceLegacy_RecommendedPagesSpaceBehavior {
|
|
10182
|
+
Hidden = "HIDDEN",
|
|
10183
|
+
Shown = "SHOWN"
|
|
10184
|
+
}
|
|
10185
|
+
export declare type ConfluenceLegacy_RecommendedPagesSpaceStatus = {
|
|
10186
|
+
__typename?: 'ConfluenceLegacy_RecommendedPagesSpaceStatus';
|
|
10187
|
+
defaultBehavior: ConfluenceLegacy_RecommendedPagesSpaceBehavior;
|
|
10188
|
+
isSpaceAdmin: Scalars['Boolean']['output'];
|
|
10189
|
+
recommendedPagesEnabled: Scalars['Boolean']['output'];
|
|
10190
|
+
};
|
|
10191
|
+
export declare type ConfluenceLegacy_RecommendedPagesStatus = {
|
|
10192
|
+
__typename?: 'ConfluenceLegacy_RecommendedPagesStatus';
|
|
10193
|
+
isEnabled: Scalars['Boolean']['output'];
|
|
10194
|
+
userCanToggle: Scalars['Boolean']['output'];
|
|
10195
|
+
};
|
|
10196
|
+
export declare type ConfluenceLegacy_RecommendedPeopleItem = {
|
|
10197
|
+
__typename?: 'ConfluenceLegacy_RecommendedPeopleItem';
|
|
10198
|
+
accountId: Scalars['String']['output'];
|
|
10199
|
+
score: Scalars['Float']['output'];
|
|
10200
|
+
};
|
|
10201
|
+
export declare type ConfluenceLegacy_RecommendedSpaceItem = {
|
|
10202
|
+
__typename?: 'ConfluenceLegacy_RecommendedSpaceItem';
|
|
10203
|
+
score: Scalars['Float']['output'];
|
|
10204
|
+
space?: Maybe<ConfluenceLegacy_Space>;
|
|
10205
|
+
spaceId: Scalars['Long']['output'];
|
|
10206
|
+
};
|
|
10207
|
+
export declare enum ConfluenceLegacy_RelationSourceType {
|
|
10208
|
+
User = "user"
|
|
10209
|
+
}
|
|
10210
|
+
export declare enum ConfluenceLegacy_RelationTargetType {
|
|
10211
|
+
Content = "content",
|
|
10212
|
+
Space = "space"
|
|
10213
|
+
}
|
|
10214
|
+
export declare enum ConfluenceLegacy_RelationType {
|
|
10215
|
+
Collaborator = "collaborator",
|
|
10216
|
+
Favourite = "favourite",
|
|
10217
|
+
Touched = "touched"
|
|
10218
|
+
}
|
|
9445
10219
|
export declare type ConfluenceLegacy_RelevantFeedFilters = {
|
|
9446
10220
|
__typename?: 'ConfluenceLegacy_RelevantFeedFilters';
|
|
9447
10221
|
relevantFeedSpacesFilter: Array<Maybe<Scalars['Long']['output']>>;
|
|
9448
10222
|
relevantFeedUsersFilter: Array<Maybe<Scalars['String']['output']>>;
|
|
9449
10223
|
};
|
|
10224
|
+
export declare type ConfluenceLegacy_RelevantSpaceUsersWrapper = {
|
|
10225
|
+
__typename?: 'ConfluenceLegacy_RelevantSpaceUsersWrapper';
|
|
10226
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
10227
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
10228
|
+
};
|
|
10229
|
+
export declare type ConfluenceLegacy_RelevantSpacesWrapper = {
|
|
10230
|
+
__typename?: 'ConfluenceLegacy_RelevantSpacesWrapper';
|
|
10231
|
+
space?: Maybe<ConfluenceLegacy_RelevantSpaceUsersWrapper>;
|
|
10232
|
+
};
|
|
10233
|
+
export declare enum ConfluenceLegacy_RelevantUserFilter {
|
|
10234
|
+
Collaborators = "collaborators"
|
|
10235
|
+
}
|
|
10236
|
+
export declare enum ConfluenceLegacy_RelevantUsersSortOrder {
|
|
10237
|
+
Asc = "asc",
|
|
10238
|
+
Desc = "desc"
|
|
10239
|
+
}
|
|
9450
10240
|
export declare type ConfluenceLegacy_RemoveGroupSpacePermissionsInput = {
|
|
9451
10241
|
groupIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
9452
10242
|
groupNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -9507,6 +10297,11 @@ export declare type ConfluenceLegacy_ResolveInlineCommentPayload = {
|
|
|
9507
10297
|
resolveProperties?: Maybe<ConfluenceLegacy_InlineCommentResolveProperties>;
|
|
9508
10298
|
status: Scalars['Boolean']['output'];
|
|
9509
10299
|
};
|
|
10300
|
+
export declare enum ConfluenceLegacy_ResponseType {
|
|
10301
|
+
BulletListAdf = "BULLET_LIST_ADF",
|
|
10302
|
+
BulletListMarkdown = "BULLET_LIST_MARKDOWN",
|
|
10303
|
+
ParagraphPlaintext = "PARAGRAPH_PLAINTEXT"
|
|
10304
|
+
}
|
|
9510
10305
|
export declare type ConfluenceLegacy_RestoreSpacePayload = Payload & {
|
|
9511
10306
|
__typename?: 'ConfluenceLegacy_RestoreSpacePayload';
|
|
9512
10307
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -9609,6 +10404,60 @@ export declare type ConfluenceLegacy_SearchResultEdge = {
|
|
|
9609
10404
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
9610
10405
|
node?: Maybe<ConfluenceLegacy_SearchResult>;
|
|
9611
10406
|
};
|
|
10407
|
+
export declare type ConfluenceLegacy_SearchTimeseriesCtr = {
|
|
10408
|
+
__typename?: 'ConfluenceLegacy_SearchTimeseriesCTR';
|
|
10409
|
+
nodes: Array<ConfluenceLegacy_SearchTimeseriesCtrItem>;
|
|
10410
|
+
};
|
|
10411
|
+
export declare type ConfluenceLegacy_SearchTimeseriesCtrItem = {
|
|
10412
|
+
__typename?: 'ConfluenceLegacy_SearchTimeseriesCTRItem';
|
|
10413
|
+
ctr: Scalars['Float']['output'];
|
|
10414
|
+
timestamp: Scalars['String']['output'];
|
|
10415
|
+
};
|
|
10416
|
+
export declare type ConfluenceLegacy_SearchTimeseriesCount = {
|
|
10417
|
+
__typename?: 'ConfluenceLegacy_SearchTimeseriesCount';
|
|
10418
|
+
nodes: Array<ConfluenceLegacy_TimeseriesCountItem>;
|
|
10419
|
+
};
|
|
10420
|
+
export declare type ConfluenceLegacy_SearchesByTerm = {
|
|
10421
|
+
__typename?: 'ConfluenceLegacy_SearchesByTerm';
|
|
10422
|
+
nodes: Array<ConfluenceLegacy_SearchesByTermItems>;
|
|
10423
|
+
pageInfo: ConfluenceLegacy_SearchesPageInfo;
|
|
10424
|
+
};
|
|
10425
|
+
export declare enum ConfluenceLegacy_SearchesByTermColumns {
|
|
10426
|
+
PageViewedPercentage = "pageViewedPercentage",
|
|
10427
|
+
SearchClickCount = "searchClickCount",
|
|
10428
|
+
SearchSessionCount = "searchSessionCount",
|
|
10429
|
+
SearchTerm = "searchTerm",
|
|
10430
|
+
Total = "total",
|
|
10431
|
+
UniqueUsers = "uniqueUsers"
|
|
10432
|
+
}
|
|
10433
|
+
export declare type ConfluenceLegacy_SearchesByTermItems = {
|
|
10434
|
+
__typename?: 'ConfluenceLegacy_SearchesByTermItems';
|
|
10435
|
+
pageViewedPercentage: Scalars['Float']['output'];
|
|
10436
|
+
searchClickCount: Scalars['Int']['output'];
|
|
10437
|
+
searchSessionCount: Scalars['Int']['output'];
|
|
10438
|
+
searchTerm: Scalars['String']['output'];
|
|
10439
|
+
total: Scalars['Int']['output'];
|
|
10440
|
+
uniqueUsers: Scalars['Int']['output'];
|
|
10441
|
+
};
|
|
10442
|
+
export declare enum ConfluenceLegacy_SearchesByTermPeriod {
|
|
10443
|
+
Day = "day",
|
|
10444
|
+
Month = "month",
|
|
10445
|
+
Week = "week"
|
|
10446
|
+
}
|
|
10447
|
+
export declare type ConfluenceLegacy_SearchesPageInfo = {
|
|
10448
|
+
__typename?: 'ConfluenceLegacy_SearchesPageInfo';
|
|
10449
|
+
next?: Maybe<Scalars['String']['output']>;
|
|
10450
|
+
prev?: Maybe<Scalars['String']['output']>;
|
|
10451
|
+
};
|
|
10452
|
+
export declare type ConfluenceLegacy_SearchesWithZeroCtr = {
|
|
10453
|
+
__typename?: 'ConfluenceLegacy_SearchesWithZeroCTR';
|
|
10454
|
+
nodes: Array<Maybe<ConfluenceLegacy_SearchesWithZeroCtrItem>>;
|
|
10455
|
+
};
|
|
10456
|
+
export declare type ConfluenceLegacy_SearchesWithZeroCtrItem = {
|
|
10457
|
+
__typename?: 'ConfluenceLegacy_SearchesWithZeroCTRItem';
|
|
10458
|
+
count: Scalars['Int']['output'];
|
|
10459
|
+
searchTerm: Scalars['String']['output'];
|
|
10460
|
+
};
|
|
9612
10461
|
export declare type ConfluenceLegacy_SetDefaultSpaceRolesInput = {
|
|
9613
10462
|
spaceRoleAssignmentList: Array<ConfluenceLegacy_RoleAssignment>;
|
|
9614
10463
|
};
|
|
@@ -9617,6 +10466,64 @@ export declare type ConfluenceLegacy_SetDefaultSpaceRolesPayload = Payload & {
|
|
|
9617
10466
|
errors?: Maybe<Array<MutationError>>;
|
|
9618
10467
|
success: Scalars['Boolean']['output'];
|
|
9619
10468
|
};
|
|
10469
|
+
export declare type ConfluenceLegacy_SetFeedUserConfigInput = {
|
|
10470
|
+
followSpaces?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
10471
|
+
followUsers?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
10472
|
+
unfollowSpaces?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
10473
|
+
unfollowUsers?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
10474
|
+
};
|
|
10475
|
+
export declare type ConfluenceLegacy_SetFeedUserConfigPayload = {
|
|
10476
|
+
__typename?: 'ConfluenceLegacy_SetFeedUserConfigPayload';
|
|
10477
|
+
accountIds: Array<Maybe<Scalars['String']['output']>>;
|
|
10478
|
+
errors?: Maybe<Array<ConfluenceLegacy_SetFeedUserConfigPayloadError>>;
|
|
10479
|
+
spaceIds: Array<Maybe<Scalars['Long']['output']>>;
|
|
10480
|
+
spaces?: Maybe<Array<Maybe<ConfluenceLegacy_Space>>>;
|
|
10481
|
+
success: Scalars['Boolean']['output'];
|
|
10482
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
10483
|
+
};
|
|
10484
|
+
export declare type ConfluenceLegacy_SetFeedUserConfigPayloadError = {
|
|
10485
|
+
__typename?: 'ConfluenceLegacy_SetFeedUserConfigPayloadError';
|
|
10486
|
+
extensions?: Maybe<ConfluenceLegacy_SetFeedUserConfigPayloadErrorExtension>;
|
|
10487
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
10488
|
+
};
|
|
10489
|
+
export declare type ConfluenceLegacy_SetFeedUserConfigPayloadErrorExtension = {
|
|
10490
|
+
__typename?: 'ConfluenceLegacy_SetFeedUserConfigPayloadErrorExtension';
|
|
10491
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
10492
|
+
};
|
|
10493
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesSpaceStatusInput = {
|
|
10494
|
+
defaultBehavior?: InputMaybe<ConfluenceLegacy_RecommendedPagesSpaceBehavior>;
|
|
10495
|
+
enableRecommendedPages?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10496
|
+
entityId: Scalars['ID']['input'];
|
|
10497
|
+
};
|
|
10498
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayload = {
|
|
10499
|
+
__typename?: 'ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayload';
|
|
10500
|
+
errors?: Maybe<Array<ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayloadError>>;
|
|
10501
|
+
success: Scalars['Boolean']['output'];
|
|
10502
|
+
};
|
|
10503
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayloadError = {
|
|
10504
|
+
__typename?: 'ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayloadError';
|
|
10505
|
+
extensions?: Maybe<ConfluenceLegacy_SetRecommendedPagesStatusPayloadErrorExtension>;
|
|
10506
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
10507
|
+
};
|
|
10508
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesStatusInput = {
|
|
10509
|
+
enableRecommendedPages: Scalars['Boolean']['input'];
|
|
10510
|
+
entityId: Scalars['ID']['input'];
|
|
10511
|
+
entityType: Scalars['String']['input'];
|
|
10512
|
+
};
|
|
10513
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesStatusPayload = {
|
|
10514
|
+
__typename?: 'ConfluenceLegacy_SetRecommendedPagesStatusPayload';
|
|
10515
|
+
errors?: Maybe<Array<ConfluenceLegacy_SetRecommendedPagesStatusPayloadError>>;
|
|
10516
|
+
success: Scalars['Boolean']['output'];
|
|
10517
|
+
};
|
|
10518
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesStatusPayloadError = {
|
|
10519
|
+
__typename?: 'ConfluenceLegacy_SetRecommendedPagesStatusPayloadError';
|
|
10520
|
+
extensions?: Maybe<ConfluenceLegacy_SetRecommendedPagesStatusPayloadErrorExtension>;
|
|
10521
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
10522
|
+
};
|
|
10523
|
+
export declare type ConfluenceLegacy_SetRecommendedPagesStatusPayloadErrorExtension = {
|
|
10524
|
+
__typename?: 'ConfluenceLegacy_SetRecommendedPagesStatusPayloadErrorExtension';
|
|
10525
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
10526
|
+
};
|
|
9620
10527
|
export declare type ConfluenceLegacy_SetSpaceRolesInput = {
|
|
9621
10528
|
spaceId: Scalars['Long']['input'];
|
|
9622
10529
|
spaceRoleAssignmentList: Array<ConfluenceLegacy_RoleAssignment>;
|
|
@@ -9733,6 +10640,75 @@ export declare type ConfluenceLegacy_SmartConnectorsFeature = {
|
|
|
9733
10640
|
__typename?: 'ConfluenceLegacy_SmartConnectorsFeature';
|
|
9734
10641
|
isEntitled: Scalars['Boolean']['output'];
|
|
9735
10642
|
};
|
|
10643
|
+
export declare type ConfluenceLegacy_SmartFeaturesCommentsSummary = {
|
|
10644
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesCommentsSummary';
|
|
10645
|
+
contentId: Scalars['ID']['output'];
|
|
10646
|
+
language: Scalars['String']['output'];
|
|
10647
|
+
summary: Scalars['String']['output'];
|
|
10648
|
+
summaryId: Scalars['ID']['output'];
|
|
10649
|
+
};
|
|
10650
|
+
export declare type ConfluenceLegacy_SmartFeaturesContentSummary = {
|
|
10651
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesContentSummary';
|
|
10652
|
+
contentId: Scalars['ID']['output'];
|
|
10653
|
+
language: Scalars['String']['output'];
|
|
10654
|
+
lastUpdatedTimeSeconds: Scalars['Long']['output'];
|
|
10655
|
+
summary: Scalars['String']['output'];
|
|
10656
|
+
summaryId: Scalars['String']['output'];
|
|
10657
|
+
};
|
|
10658
|
+
export declare type ConfluenceLegacy_SmartFeaturesError = {
|
|
10659
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesError';
|
|
10660
|
+
errorCode: Scalars['String']['output'];
|
|
10661
|
+
id: Scalars['String']['output'];
|
|
10662
|
+
message: Scalars['String']['output'];
|
|
10663
|
+
};
|
|
10664
|
+
export declare type ConfluenceLegacy_SmartFeaturesErrorResponse = {
|
|
10665
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesErrorResponse';
|
|
10666
|
+
entityType: Scalars['String']['output'];
|
|
10667
|
+
error?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesError>>>;
|
|
10668
|
+
};
|
|
10669
|
+
export declare type ConfluenceLegacy_SmartFeaturesInput = {
|
|
10670
|
+
entityIds: Array<Scalars['String']['input']>;
|
|
10671
|
+
entityType: Scalars['String']['input'];
|
|
10672
|
+
features?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
10673
|
+
};
|
|
10674
|
+
export declare type ConfluenceLegacy_SmartFeaturesPageResult = {
|
|
10675
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesPageResult';
|
|
10676
|
+
features: ConfluenceLegacy_SmartPageFeatures;
|
|
10677
|
+
id: Scalars['String']['output'];
|
|
10678
|
+
};
|
|
10679
|
+
export declare type ConfluenceLegacy_SmartFeaturesPageResultResponse = ConfluenceLegacy_SmartFeaturesResultResponse & {
|
|
10680
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesPageResultResponse';
|
|
10681
|
+
entityType: Scalars['String']['output'];
|
|
10682
|
+
result?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesPageResult>>>;
|
|
10683
|
+
};
|
|
10684
|
+
export declare type ConfluenceLegacy_SmartFeaturesResponse = {
|
|
10685
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesResponse';
|
|
10686
|
+
errors?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesErrorResponse>>>;
|
|
10687
|
+
results?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesResultResponse>>>;
|
|
10688
|
+
};
|
|
10689
|
+
export declare type ConfluenceLegacy_SmartFeaturesResultResponse = {
|
|
10690
|
+
entityType: Scalars['String']['output'];
|
|
10691
|
+
};
|
|
10692
|
+
export declare type ConfluenceLegacy_SmartFeaturesSpaceResult = {
|
|
10693
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesSpaceResult';
|
|
10694
|
+
features: ConfluenceLegacy_SmartSpaceFeatures;
|
|
10695
|
+
id: Scalars['String']['output'];
|
|
10696
|
+
};
|
|
10697
|
+
export declare type ConfluenceLegacy_SmartFeaturesSpaceResultResponse = ConfluenceLegacy_SmartFeaturesResultResponse & {
|
|
10698
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesSpaceResultResponse';
|
|
10699
|
+
entityType: Scalars['String']['output'];
|
|
10700
|
+
result?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesSpaceResult>>>;
|
|
10701
|
+
};
|
|
10702
|
+
export declare type ConfluenceLegacy_SmartFeaturesUserResult = {
|
|
10703
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesUserResult';
|
|
10704
|
+
features: ConfluenceLegacy_SmartUserFeatures;
|
|
10705
|
+
id: Scalars['String']['output'];
|
|
10706
|
+
};
|
|
10707
|
+
export declare type ConfluenceLegacy_SmartFeaturesUserResultResponse = ConfluenceLegacy_SmartFeaturesResultResponse & {
|
|
10708
|
+
__typename?: 'ConfluenceLegacy_SmartFeaturesUserResultResponse';
|
|
10709
|
+
entityType: Scalars['String']['output'];
|
|
10710
|
+
result?: Maybe<Array<Maybe<ConfluenceLegacy_SmartFeaturesUserResult>>>;
|
|
10711
|
+
};
|
|
9736
10712
|
export declare type ConfluenceLegacy_SmartLink = {
|
|
9737
10713
|
url: Scalars['String']['output'];
|
|
9738
10714
|
};
|
|
@@ -9751,10 +10727,39 @@ export declare type ConfluenceLegacy_SmartLinkEdge = {
|
|
|
9751
10727
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
9752
10728
|
node?: Maybe<ConfluenceLegacy_SmartLink>;
|
|
9753
10729
|
};
|
|
10730
|
+
export declare type ConfluenceLegacy_SmartPageFeatures = {
|
|
10731
|
+
__typename?: 'ConfluenceLegacy_SmartPageFeatures';
|
|
10732
|
+
commentsDaily?: Maybe<Scalars['Float']['output']>;
|
|
10733
|
+
commentsMonthly?: Maybe<Scalars['Float']['output']>;
|
|
10734
|
+
commentsWeekly?: Maybe<Scalars['Float']['output']>;
|
|
10735
|
+
commentsYearly?: Maybe<Scalars['Float']['output']>;
|
|
10736
|
+
likesDaily?: Maybe<Scalars['Float']['output']>;
|
|
10737
|
+
likesMonthly?: Maybe<Scalars['Float']['output']>;
|
|
10738
|
+
likesWeekly?: Maybe<Scalars['Float']['output']>;
|
|
10739
|
+
likesYearly?: Maybe<Scalars['Float']['output']>;
|
|
10740
|
+
readTime?: Maybe<Scalars['Int']['output']>;
|
|
10741
|
+
viewsDaily?: Maybe<Scalars['Float']['output']>;
|
|
10742
|
+
viewsMonthly?: Maybe<Scalars['Float']['output']>;
|
|
10743
|
+
viewsWeekly?: Maybe<Scalars['Float']['output']>;
|
|
10744
|
+
viewsYearly?: Maybe<Scalars['Float']['output']>;
|
|
10745
|
+
};
|
|
9754
10746
|
export declare type ConfluenceLegacy_SmartSectionsFeature = {
|
|
9755
10747
|
__typename?: 'ConfluenceLegacy_SmartSectionsFeature';
|
|
9756
10748
|
isEntitled: Scalars['Boolean']['output'];
|
|
9757
10749
|
};
|
|
10750
|
+
export declare type ConfluenceLegacy_SmartSpaceFeatures = {
|
|
10751
|
+
__typename?: 'ConfluenceLegacy_SmartSpaceFeatures';
|
|
10752
|
+
topTemplates?: Maybe<Array<Maybe<ConfluenceLegacy_TopTemplateItem>>>;
|
|
10753
|
+
};
|
|
10754
|
+
export declare type ConfluenceLegacy_SmartUserFeatures = {
|
|
10755
|
+
__typename?: 'ConfluenceLegacy_SmartUserFeatures';
|
|
10756
|
+
recommendedPeople?: Maybe<Array<Maybe<ConfluenceLegacy_RecommendedPeopleItem>>>;
|
|
10757
|
+
recommendedSpaces?: Maybe<Array<Maybe<ConfluenceLegacy_RecommendedSpaceItem>>>;
|
|
10758
|
+
};
|
|
10759
|
+
export declare type ConfluenceLegacy_Smarts_CloudId = {
|
|
10760
|
+
__typename?: 'ConfluenceLegacy_Smarts_CloudId';
|
|
10761
|
+
cloudId: Scalars['ID']['output'];
|
|
10762
|
+
};
|
|
9758
10763
|
export declare type ConfluenceLegacy_Snippet = {
|
|
9759
10764
|
__typename?: 'ConfluenceLegacy_Snippet';
|
|
9760
10765
|
body?: Maybe<Scalars['String']['output']>;
|
|
@@ -9955,6 +10960,9 @@ export declare type ConfluenceLegacy_SpaceHistory = {
|
|
|
9955
10960
|
createdDate?: Maybe<Scalars['String']['output']>;
|
|
9956
10961
|
links?: Maybe<ConfluenceLegacy_LinksContextBase>;
|
|
9957
10962
|
};
|
|
10963
|
+
export declare type ConfluenceLegacy_SpaceInput = {
|
|
10964
|
+
key: Scalars['ID']['input'];
|
|
10965
|
+
};
|
|
9958
10966
|
export declare type ConfluenceLegacy_SpaceMetadata = {
|
|
9959
10967
|
__typename?: 'ConfluenceLegacy_SpaceMetadata';
|
|
9960
10968
|
labels?: Maybe<ConfluenceLegacy_PaginatedLabelList>;
|
|
@@ -10343,6 +11351,10 @@ export declare type ConfluenceLegacy_SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
10343
11351
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10344
11352
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
10345
11353
|
};
|
|
11354
|
+
export declare enum ConfluenceLegacy_SummaryType {
|
|
11355
|
+
Blogpost = "BLOGPOST",
|
|
11356
|
+
Page = "PAGE"
|
|
11357
|
+
}
|
|
10346
11358
|
export declare type ConfluenceLegacy_SuperAdminPayload = {
|
|
10347
11359
|
__typename?: 'ConfluenceLegacy_SuperAdminPayload';
|
|
10348
11360
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -10502,6 +11514,38 @@ export declare type ConfluenceLegacy_Theme = {
|
|
|
10502
11514
|
name?: Maybe<Scalars['String']['output']>;
|
|
10503
11515
|
themeKey?: Maybe<Scalars['String']['output']>;
|
|
10504
11516
|
};
|
|
11517
|
+
export declare type ConfluenceLegacy_TimeseriesCount = {
|
|
11518
|
+
__typename?: 'ConfluenceLegacy_TimeseriesCount';
|
|
11519
|
+
nodes: Array<ConfluenceLegacy_TimeseriesCountItem>;
|
|
11520
|
+
};
|
|
11521
|
+
export declare type ConfluenceLegacy_TimeseriesCountItem = {
|
|
11522
|
+
__typename?: 'ConfluenceLegacy_TimeseriesCountItem';
|
|
11523
|
+
count: Scalars['Int']['output'];
|
|
11524
|
+
date: Scalars['String']['output'];
|
|
11525
|
+
};
|
|
11526
|
+
export declare type ConfluenceLegacy_TimeseriesPageBlogCount = {
|
|
11527
|
+
__typename?: 'ConfluenceLegacy_TimeseriesPageBlogCount';
|
|
11528
|
+
nodes: Array<ConfluenceLegacy_TimeseriesCountItem>;
|
|
11529
|
+
};
|
|
11530
|
+
export declare type ConfluenceLegacy_TopRelevantUsers = {
|
|
11531
|
+
__typename?: 'ConfluenceLegacy_TopRelevantUsers';
|
|
11532
|
+
nodes?: Maybe<Array<Maybe<ConfluenceLegacy_RelevantSpacesWrapper>>>;
|
|
11533
|
+
};
|
|
11534
|
+
export declare type ConfluenceLegacy_TopTemplateItem = {
|
|
11535
|
+
__typename?: 'ConfluenceLegacy_TopTemplateItem';
|
|
11536
|
+
rank: Scalars['Int']['output'];
|
|
11537
|
+
templateId: Scalars['String']['output'];
|
|
11538
|
+
};
|
|
11539
|
+
export declare type ConfluenceLegacy_TotalSearchCtr = {
|
|
11540
|
+
__typename?: 'ConfluenceLegacy_TotalSearchCTR';
|
|
11541
|
+
nodes: Array<ConfluenceLegacy_TotalSearchCtrItems>;
|
|
11542
|
+
};
|
|
11543
|
+
export declare type ConfluenceLegacy_TotalSearchCtrItems = {
|
|
11544
|
+
__typename?: 'ConfluenceLegacy_TotalSearchCTRItems';
|
|
11545
|
+
clicks: Scalars['Long']['output'];
|
|
11546
|
+
ctr: Scalars['Float']['output'];
|
|
11547
|
+
searches: Scalars['Long']['output'];
|
|
11548
|
+
};
|
|
10505
11549
|
export declare type ConfluenceLegacy_TraceTiming = {
|
|
10506
11550
|
__typename?: 'ConfluenceLegacy_TraceTiming';
|
|
10507
11551
|
end?: Maybe<Scalars['String']['output']>;
|
|
@@ -10640,6 +11684,20 @@ export declare type ConfluenceLegacy_UpdateOwnerPayload = {
|
|
|
10640
11684
|
__typename?: 'ConfluenceLegacy_UpdateOwnerPayload';
|
|
10641
11685
|
content: ConfluenceLegacy_Content;
|
|
10642
11686
|
};
|
|
11687
|
+
export declare type ConfluenceLegacy_UpdatePageExtensionInput = {
|
|
11688
|
+
key: Scalars['String']['input'];
|
|
11689
|
+
value: Scalars['String']['input'];
|
|
11690
|
+
};
|
|
11691
|
+
export declare type ConfluenceLegacy_UpdatePageInput = {
|
|
11692
|
+
body?: InputMaybe<ConfluenceLegacy_PageBodyInput>;
|
|
11693
|
+
extensions?: InputMaybe<Array<InputMaybe<ConfluenceLegacy_UpdatePageExtensionInput>>>;
|
|
11694
|
+
mediaAttachments?: InputMaybe<Array<ConfluenceLegacy_MediaAttachmentInput>>;
|
|
11695
|
+
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11696
|
+
pageId: Scalars['ID']['input'];
|
|
11697
|
+
restrictions?: InputMaybe<ConfluenceLegacy_PageRestrictionsInput>;
|
|
11698
|
+
status?: InputMaybe<ConfluenceLegacy_PageStatusInput>;
|
|
11699
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
11700
|
+
};
|
|
10643
11701
|
export declare type ConfluenceLegacy_UpdatePageOwnersInput = {
|
|
10644
11702
|
ownerId: Scalars['ID']['input'];
|
|
10645
11703
|
pageIDs: Array<InputMaybe<Scalars['Long']['input']>>;
|
|
@@ -10650,6 +11708,14 @@ export declare type ConfluenceLegacy_UpdatePageOwnersPayload = Payload & {
|
|
|
10650
11708
|
success: Scalars['Boolean']['output'];
|
|
10651
11709
|
taskId: Scalars['ID']['output'];
|
|
10652
11710
|
};
|
|
11711
|
+
export declare type ConfluenceLegacy_UpdatePagePayload = {
|
|
11712
|
+
__typename?: 'ConfluenceLegacy_UpdatePagePayload';
|
|
11713
|
+
content?: Maybe<ConfluenceLegacy_Content>;
|
|
11714
|
+
mediaAttached: Array<ConfluenceLegacy_MediaAttachmentOrError>;
|
|
11715
|
+
page?: Maybe<ConfluenceLegacy_Page>;
|
|
11716
|
+
pageId: Scalars['ID']['output'];
|
|
11717
|
+
restrictions?: Maybe<ConfluenceLegacy_PageRestrictions>;
|
|
11718
|
+
};
|
|
10653
11719
|
export declare type ConfluenceLegacy_UpdatePageStatusesInput = {
|
|
10654
11720
|
pages: Array<InputMaybe<ConfluenceLegacy_NestedPageInput>>;
|
|
10655
11721
|
spaceKey: Scalars['String']['input'];
|
|
@@ -10665,6 +11731,24 @@ export declare type ConfluenceLegacy_UpdatePermissionSubjectKeyInput = {
|
|
|
10665
11731
|
permissionDisplayType: ConfluenceLegacy_PermissionDisplayType;
|
|
10666
11732
|
subjectId: Scalars['String']['input'];
|
|
10667
11733
|
};
|
|
11734
|
+
export declare type ConfluenceLegacy_UpdateRelationInput = {
|
|
11735
|
+
relationName: ConfluenceLegacy_RelationType;
|
|
11736
|
+
sourceKey: Scalars['String']['input'];
|
|
11737
|
+
sourceStatus?: InputMaybe<Scalars['String']['input']>;
|
|
11738
|
+
sourceType: ConfluenceLegacy_RelationSourceType;
|
|
11739
|
+
sourceVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
11740
|
+
targetKey: Scalars['String']['input'];
|
|
11741
|
+
targetStatus?: InputMaybe<Scalars['String']['input']>;
|
|
11742
|
+
targetType: ConfluenceLegacy_RelationTargetType;
|
|
11743
|
+
targetVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
11744
|
+
};
|
|
11745
|
+
export declare type ConfluenceLegacy_UpdateRelationPayload = {
|
|
11746
|
+
__typename?: 'ConfluenceLegacy_UpdateRelationPayload';
|
|
11747
|
+
relationName: Scalars['String']['output'];
|
|
11748
|
+
sourceKey: Scalars['String']['output'];
|
|
11749
|
+
targetKey: Scalars['String']['output'];
|
|
11750
|
+
url: Scalars['String']['output'];
|
|
11751
|
+
};
|
|
10668
11752
|
export declare type ConfluenceLegacy_UpdateSiteLookAndFeelInput = {
|
|
10669
11753
|
backgroundColor?: InputMaybe<Scalars['String']['input']>;
|
|
10670
11754
|
faviconFiles: Array<ConfluenceLegacy_FaviconFileInput>;
|
|
@@ -10932,6 +12016,17 @@ export declare type ConfluenceLegacy_Version = {
|
|
|
10932
12016
|
syncRevSource?: Maybe<Scalars['String']['output']>;
|
|
10933
12017
|
when?: Maybe<Scalars['String']['output']>;
|
|
10934
12018
|
};
|
|
12019
|
+
export declare type ConfluenceLegacy_VersionSummaryMetaDataItem = {
|
|
12020
|
+
__typename?: 'ConfluenceLegacy_VersionSummaryMetaDataItem';
|
|
12021
|
+
collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
12022
|
+
creationDate: Scalars['String']['output'];
|
|
12023
|
+
users?: Maybe<Array<Maybe<ConfluenceLegacy_Person>>>;
|
|
12024
|
+
versionNumber: Scalars['Int']['output'];
|
|
12025
|
+
};
|
|
12026
|
+
export declare type ConfluenceLegacy_ViewedComments = {
|
|
12027
|
+
__typename?: 'ConfluenceLegacy_ViewedComments';
|
|
12028
|
+
commentIds: Array<Maybe<Scalars['ID']['output']>>;
|
|
12029
|
+
};
|
|
10935
12030
|
export declare type ConfluenceLegacy_WatchContentInput = {
|
|
10936
12031
|
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
10937
12032
|
contentId: Scalars['ID']['input'];
|
|
@@ -11675,7 +12770,7 @@ export declare type ConfluenceV2_BlogPostConnection = {
|
|
|
11675
12770
|
__typename?: 'ConfluenceV2_BlogPostConnection';
|
|
11676
12771
|
edges?: Maybe<Array<Maybe<ConfluenceV2_BlogPostEdge>>>;
|
|
11677
12772
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_BlogPost>>>;
|
|
11678
|
-
pageInfo:
|
|
12773
|
+
pageInfo: PageInfo;
|
|
11679
12774
|
};
|
|
11680
12775
|
export declare type ConfluenceV2_BlogPostEdge = {
|
|
11681
12776
|
__typename?: 'ConfluenceV2_BlogPostEdge';
|
|
@@ -11784,7 +12879,7 @@ export declare type ConfluenceV2_FooterCommentConnection = {
|
|
|
11784
12879
|
__typename?: 'ConfluenceV2_FooterCommentConnection';
|
|
11785
12880
|
edges?: Maybe<Array<Maybe<ConfluenceV2_FooterCommentEdge>>>;
|
|
11786
12881
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_FooterComment>>>;
|
|
11787
|
-
pageInfo:
|
|
12882
|
+
pageInfo: PageInfo;
|
|
11788
12883
|
};
|
|
11789
12884
|
export declare type ConfluenceV2_FooterCommentEdge = {
|
|
11790
12885
|
__typename?: 'ConfluenceV2_FooterCommentEdge';
|
|
@@ -11840,7 +12935,7 @@ export declare type ConfluenceV2_InlineCommentConnection = {
|
|
|
11840
12935
|
__typename?: 'ConfluenceV2_InlineCommentConnection';
|
|
11841
12936
|
edges?: Maybe<Array<Maybe<ConfluenceV2_InlineCommentEdge>>>;
|
|
11842
12937
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_InlineComment>>>;
|
|
11843
|
-
pageInfo:
|
|
12938
|
+
pageInfo: PageInfo;
|
|
11844
12939
|
};
|
|
11845
12940
|
export declare type ConfluenceV2_InlineCommentEdge = {
|
|
11846
12941
|
__typename?: 'ConfluenceV2_InlineCommentEdge';
|
|
@@ -11904,7 +12999,7 @@ export declare type ConfluenceV2_MacroConnection = {
|
|
|
11904
12999
|
__typename?: 'ConfluenceV2_MacroConnection';
|
|
11905
13000
|
edges?: Maybe<Array<Maybe<ConfluenceV2_MacroEdge>>>;
|
|
11906
13001
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_Macro>>>;
|
|
11907
|
-
pageInfo:
|
|
13002
|
+
pageInfo: PageInfo;
|
|
11908
13003
|
};
|
|
11909
13004
|
export declare type ConfluenceV2_MacroEdge = {
|
|
11910
13005
|
__typename?: 'ConfluenceV2_MacroEdge';
|
|
@@ -11975,7 +13070,7 @@ export declare type ConfluenceV2_PageConnection = {
|
|
|
11975
13070
|
__typename?: 'ConfluenceV2_PageConnection';
|
|
11976
13071
|
edges?: Maybe<Array<Maybe<ConfluenceV2_PageEdge>>>;
|
|
11977
13072
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_Page>>>;
|
|
11978
|
-
pageInfo:
|
|
13073
|
+
pageInfo: PageInfo;
|
|
11979
13074
|
};
|
|
11980
13075
|
export declare enum ConfluenceV2_PageCreateStatus {
|
|
11981
13076
|
Current = "current",
|
|
@@ -11986,13 +13081,6 @@ export declare type ConfluenceV2_PageEdge = {
|
|
|
11986
13081
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
11987
13082
|
node: ConfluenceV2_Page;
|
|
11988
13083
|
};
|
|
11989
|
-
export declare type ConfluenceV2_PageInfo = {
|
|
11990
|
-
__typename?: 'ConfluenceV2_PageInfo';
|
|
11991
|
-
endCursor?: Maybe<Scalars['String']['output']>;
|
|
11992
|
-
hasNextPage: Scalars['Boolean']['output'];
|
|
11993
|
-
hasPreviousPage: Scalars['Boolean']['output'];
|
|
11994
|
-
startCursor?: Maybe<Scalars['String']['output']>;
|
|
11995
|
-
};
|
|
11996
13084
|
export declare enum ConfluenceV2_PageStatus {
|
|
11997
13085
|
Archived = "archived",
|
|
11998
13086
|
Current = "current",
|
|
@@ -12116,7 +13204,7 @@ export declare type ConfluenceV2_SpacePropertyConnection = {
|
|
|
12116
13204
|
__typename?: 'ConfluenceV2_SpacePropertyConnection';
|
|
12117
13205
|
edges?: Maybe<Array<Maybe<ConfluenceV2_SpacePropertyEdge>>>;
|
|
12118
13206
|
nodes?: Maybe<Array<Maybe<ConfluenceV2_SpaceProperty>>>;
|
|
12119
|
-
pageInfo:
|
|
13207
|
+
pageInfo: PageInfo;
|
|
12120
13208
|
};
|
|
12121
13209
|
export declare type ConfluenceV2_SpacePropertyEdge = {
|
|
12122
13210
|
__typename?: 'ConfluenceV2_SpacePropertyEdge';
|
|
@@ -12900,7 +13988,7 @@ export declare type ContentPlatformSortClause = {
|
|
|
12900
13988
|
export declare type ContentPlatformStat = {
|
|
12901
13989
|
__typename?: 'ContentPlatformStat';
|
|
12902
13990
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
12903
|
-
name
|
|
13991
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
12904
13992
|
stat?: Maybe<Scalars['String']['output']>;
|
|
12905
13993
|
statDescription?: Maybe<Scalars['String']['output']>;
|
|
12906
13994
|
statId: Scalars['String']['output'];
|
|
@@ -12920,7 +14008,7 @@ export declare type ContentPlatformStoryComponent = {
|
|
|
12920
14008
|
embeddedVideoLink?: Maybe<Scalars['String']['output']>;
|
|
12921
14009
|
quote?: Maybe<ContentPlatformAdvocateQuote>;
|
|
12922
14010
|
storyComponentId: Scalars['String']['output'];
|
|
12923
|
-
storyText?: Maybe<Scalars['
|
|
14011
|
+
storyText?: Maybe<Scalars['String']['output']>;
|
|
12924
14012
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
12925
14013
|
};
|
|
12926
14014
|
export declare type ContentPlatformSubscribeComponent = {
|
|
@@ -21740,6 +22828,7 @@ export declare type GraphStore = {
|
|
|
21740
22828
|
componentImpactedByIncidentInverse?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection>;
|
|
21741
22829
|
componentImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
21742
22830
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
22831
|
+
componentLinkIsJiraProject?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectConnection>;
|
|
21743
22832
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
21744
22833
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
21745
22834
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
@@ -21866,6 +22955,11 @@ export declare type GraphStore = {
|
|
|
21866
22955
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
21867
22956
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
21868
22957
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
22958
|
+
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
22959
|
+
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
22960
|
+
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
22961
|
+
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
22962
|
+
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
21869
22963
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
21870
22964
|
operationsContainerImpactedByIncidentInverse?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentInverseConnection>;
|
|
21871
22965
|
operationsContainerImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -22092,11 +23186,13 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
|
22092
23186
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22093
23187
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22094
23188
|
id: Scalars['ID']['input'];
|
|
23189
|
+
sort?: InputMaybe<GraphStoreAtlasProjectContributesToAtlasGoalSortInput>;
|
|
22095
23190
|
};
|
|
22096
23191
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalInverseArgs = {
|
|
22097
23192
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22098
23193
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22099
23194
|
id: Scalars['ID']['input'];
|
|
23195
|
+
sort?: InputMaybe<GraphStoreAtlasProjectContributesToAtlasGoalSortInput>;
|
|
22100
23196
|
};
|
|
22101
23197
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalInverseRelationshipArgs = {
|
|
22102
23198
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22112,11 +23208,13 @@ export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
|
22112
23208
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22113
23209
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22114
23210
|
id: Scalars['ID']['input'];
|
|
23211
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
22115
23212
|
};
|
|
22116
23213
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
|
|
22117
23214
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22118
23215
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22119
23216
|
id: Scalars['ID']['input'];
|
|
23217
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
22120
23218
|
};
|
|
22121
23219
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseRelationshipArgs = {
|
|
22122
23220
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22132,6 +23230,7 @@ export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
|
22132
23230
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22133
23231
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22134
23232
|
id: Scalars['ID']['input'];
|
|
23233
|
+
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
22135
23234
|
};
|
|
22136
23235
|
export declare type GraphStoreComponentAssociatedDocumentInverseRelationshipArgs = {
|
|
22137
23236
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22147,11 +23246,13 @@ export declare type GraphStoreComponentImpactedByIncidentArgs = {
|
|
|
22147
23246
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22148
23247
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22149
23248
|
id: Scalars['ID']['input'];
|
|
23249
|
+
sort?: InputMaybe<GraphStoreComponentImpactedByIncidentSortInput>;
|
|
22150
23250
|
};
|
|
22151
23251
|
export declare type GraphStoreComponentImpactedByIncidentInverseArgs = {
|
|
22152
23252
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22153
23253
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22154
23254
|
id: Scalars['ID']['input'];
|
|
23255
|
+
sort?: InputMaybe<GraphStoreComponentImpactedByIncidentSortInput>;
|
|
22155
23256
|
};
|
|
22156
23257
|
export declare type GraphStoreComponentImpactedByIncidentInverseRelationshipArgs = {
|
|
22157
23258
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22163,15 +23264,23 @@ export declare type GraphStoreComponentImpactedByIncidentRelationshipArgs = {
|
|
|
22163
23264
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22164
23265
|
id: Scalars['ID']['input'];
|
|
22165
23266
|
};
|
|
23267
|
+
export declare type GraphStoreComponentLinkIsJiraProjectArgs = {
|
|
23268
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23269
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23270
|
+
id: Scalars['ID']['input'];
|
|
23271
|
+
sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
|
|
23272
|
+
};
|
|
22166
23273
|
export declare type GraphStoreComponentLinkedJswIssueArgs = {
|
|
22167
23274
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22168
23275
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22169
23276
|
id: Scalars['ID']['input'];
|
|
23277
|
+
sort?: InputMaybe<GraphStoreComponentLinkedJswIssueSortInput>;
|
|
22170
23278
|
};
|
|
22171
23279
|
export declare type GraphStoreComponentLinkedJswIssueInverseArgs = {
|
|
22172
23280
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22173
23281
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22174
23282
|
id: Scalars['ID']['input'];
|
|
23283
|
+
sort?: InputMaybe<GraphStoreComponentLinkedJswIssueSortInput>;
|
|
22175
23284
|
};
|
|
22176
23285
|
export declare type GraphStoreComponentLinkedJswIssueInverseRelationshipArgs = {
|
|
22177
23286
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22187,6 +23296,7 @@ export declare type GraphStoreContentReferencedEntityArgs = {
|
|
|
22187
23296
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22188
23297
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22189
23298
|
id: Scalars['ID']['input'];
|
|
23299
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
22190
23300
|
};
|
|
22191
23301
|
export declare type GraphStoreContentReferencedEntityBatchArgs = {
|
|
22192
23302
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22197,6 +23307,7 @@ export declare type GraphStoreContentReferencedEntityInverseArgs = {
|
|
|
22197
23307
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22198
23308
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22199
23309
|
id: Scalars['ID']['input'];
|
|
23310
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
22200
23311
|
};
|
|
22201
23312
|
export declare type GraphStoreContentReferencedEntityInverseBatchArgs = {
|
|
22202
23313
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22223,6 +23334,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectArgs = {
|
|
|
22223
23334
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22224
23335
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22225
23336
|
id: Scalars['ID']['input'];
|
|
23337
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
22226
23338
|
};
|
|
22227
23339
|
export declare type GraphStoreFocusAreaAssociatedToProjectBatchArgs = {
|
|
22228
23340
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22233,6 +23345,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseArgs = {
|
|
|
22233
23345
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22234
23346
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22235
23347
|
id: Scalars['ID']['input'];
|
|
23348
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
22236
23349
|
};
|
|
22237
23350
|
export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
|
|
22238
23351
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22243,6 +23356,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
|
22243
23356
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22244
23357
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22245
23358
|
id: Scalars['ID']['input'];
|
|
23359
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
22246
23360
|
};
|
|
22247
23361
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewBatchArgs = {
|
|
22248
23362
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22253,6 +23367,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseArgs =
|
|
|
22253
23367
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22254
23368
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22255
23369
|
id: Scalars['ID']['input'];
|
|
23370
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
22256
23371
|
};
|
|
22257
23372
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseBatchArgs = {
|
|
22258
23373
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22268,6 +23383,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
|
22268
23383
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22269
23384
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22270
23385
|
id: Scalars['ID']['input'];
|
|
23386
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
22271
23387
|
};
|
|
22272
23388
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkBatchArgs = {
|
|
22273
23389
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22278,6 +23394,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseArg
|
|
|
22278
23394
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22279
23395
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22280
23396
|
id: Scalars['ID']['input'];
|
|
23397
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
22281
23398
|
};
|
|
22282
23399
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseBatchArgs = {
|
|
22283
23400
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22303,6 +23420,7 @@ export declare type GraphStoreIncidentHasActionItemArgs = {
|
|
|
22303
23420
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22304
23421
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22305
23422
|
id: Scalars['ID']['input'];
|
|
23423
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
22306
23424
|
};
|
|
22307
23425
|
export declare type GraphStoreIncidentHasActionItemBatchArgs = {
|
|
22308
23426
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22313,6 +23431,7 @@ export declare type GraphStoreIncidentHasActionItemInverseArgs = {
|
|
|
22313
23431
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22314
23432
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22315
23433
|
id: Scalars['ID']['input'];
|
|
23434
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
22316
23435
|
};
|
|
22317
23436
|
export declare type GraphStoreIncidentHasActionItemInverseBatchArgs = {
|
|
22318
23437
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22333,6 +23452,7 @@ export declare type GraphStoreIncidentLinkedJswIssueArgs = {
|
|
|
22333
23452
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22334
23453
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22335
23454
|
id: Scalars['ID']['input'];
|
|
23455
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
22336
23456
|
};
|
|
22337
23457
|
export declare type GraphStoreIncidentLinkedJswIssueBatchArgs = {
|
|
22338
23458
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22343,6 +23463,7 @@ export declare type GraphStoreIncidentLinkedJswIssueInverseArgs = {
|
|
|
22343
23463
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22344
23464
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22345
23465
|
id: Scalars['ID']['input'];
|
|
23466
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
22346
23467
|
};
|
|
22347
23468
|
export declare type GraphStoreIncidentLinkedJswIssueInverseBatchArgs = {
|
|
22348
23469
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22363,6 +23484,7 @@ export declare type GraphStoreIssueAssociatedBranchInverseArgs = {
|
|
|
22363
23484
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22364
23485
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22365
23486
|
id: Scalars['ID']['input'];
|
|
23487
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBranchSortInput>;
|
|
22366
23488
|
};
|
|
22367
23489
|
export declare type GraphStoreIssueAssociatedBranchInverseRelationshipArgs = {
|
|
22368
23490
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22383,6 +23505,7 @@ export declare type GraphStoreIssueAssociatedBuildInverseArgs = {
|
|
|
22383
23505
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22384
23506
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22385
23507
|
id: Scalars['ID']['input'];
|
|
23508
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
|
|
22386
23509
|
};
|
|
22387
23510
|
export declare type GraphStoreIssueAssociatedBuildInverseBatchArgs = {
|
|
22388
23511
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22403,6 +23526,7 @@ export declare type GraphStoreIssueAssociatedCommitInverseArgs = {
|
|
|
22403
23526
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22404
23527
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22405
23528
|
id: Scalars['ID']['input'];
|
|
23529
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedCommitSortInput>;
|
|
22406
23530
|
};
|
|
22407
23531
|
export declare type GraphStoreIssueAssociatedCommitInverseRelationshipArgs = {
|
|
22408
23532
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22418,6 +23542,7 @@ export declare type GraphStoreIssueAssociatedDeploymentArgs = {
|
|
|
22418
23542
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22419
23543
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22420
23544
|
id: Scalars['ID']['input'];
|
|
23545
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
22421
23546
|
};
|
|
22422
23547
|
export declare type GraphStoreIssueAssociatedDeploymentBatchArgs = {
|
|
22423
23548
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22428,6 +23553,7 @@ export declare type GraphStoreIssueAssociatedDeploymentInverseArgs = {
|
|
|
22428
23553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22429
23554
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22430
23555
|
id: Scalars['ID']['input'];
|
|
23556
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
22431
23557
|
};
|
|
22432
23558
|
export declare type GraphStoreIssueAssociatedDeploymentInverseBatchArgs = {
|
|
22433
23559
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22448,11 +23574,13 @@ export declare type GraphStoreIssueAssociatedDesignArgs = {
|
|
|
22448
23574
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22449
23575
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22450
23576
|
id: Scalars['ID']['input'];
|
|
23577
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDesignSortInput>;
|
|
22451
23578
|
};
|
|
22452
23579
|
export declare type GraphStoreIssueAssociatedDesignInverseArgs = {
|
|
22453
23580
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22454
23581
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22455
23582
|
id: Scalars['ID']['input'];
|
|
23583
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDesignSortInput>;
|
|
22456
23584
|
};
|
|
22457
23585
|
export declare type GraphStoreIssueAssociatedDesignInverseRelationshipArgs = {
|
|
22458
23586
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22468,11 +23596,13 @@ export declare type GraphStoreIssueAssociatedFeatureFlagArgs = {
|
|
|
22468
23596
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22469
23597
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22470
23598
|
id: Scalars['ID']['input'];
|
|
23599
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedFeatureFlagSortInput>;
|
|
22471
23600
|
};
|
|
22472
23601
|
export declare type GraphStoreIssueAssociatedFeatureFlagInverseArgs = {
|
|
22473
23602
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22474
23603
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22475
23604
|
id: Scalars['ID']['input'];
|
|
23605
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedFeatureFlagSortInput>;
|
|
22476
23606
|
};
|
|
22477
23607
|
export declare type GraphStoreIssueAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
22478
23608
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22488,6 +23618,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkArgs = {
|
|
|
22488
23618
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22489
23619
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22490
23620
|
id: Scalars['ID']['input'];
|
|
23621
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
22491
23622
|
};
|
|
22492
23623
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkBatchArgs = {
|
|
22493
23624
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22498,6 +23629,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseArgs = {
|
|
|
22498
23629
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22499
23630
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22500
23631
|
id: Scalars['ID']['input'];
|
|
23632
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
22501
23633
|
};
|
|
22502
23634
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseBatchArgs = {
|
|
22503
23635
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22518,11 +23650,13 @@ export declare type GraphStoreIssueAssociatedPrArgs = {
|
|
|
22518
23650
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22519
23651
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22520
23652
|
id: Scalars['ID']['input'];
|
|
23653
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedPrSortInput>;
|
|
22521
23654
|
};
|
|
22522
23655
|
export declare type GraphStoreIssueAssociatedPrInverseArgs = {
|
|
22523
23656
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22524
23657
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22525
23658
|
id: Scalars['ID']['input'];
|
|
23659
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedPrSortInput>;
|
|
22526
23660
|
};
|
|
22527
23661
|
export declare type GraphStoreIssueAssociatedPrInverseRelationshipArgs = {
|
|
22528
23662
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22538,6 +23672,7 @@ export declare type GraphStoreIssueAssociatedRemoteLinkInverseArgs = {
|
|
|
22538
23672
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22539
23673
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22540
23674
|
id: Scalars['ID']['input'];
|
|
23675
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedRemoteLinkSortInput>;
|
|
22541
23676
|
};
|
|
22542
23677
|
export declare type GraphStoreIssueAssociatedRemoteLinkInverseRelationshipArgs = {
|
|
22543
23678
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22553,6 +23688,7 @@ export declare type GraphStoreIssueChangesComponentInverseArgs = {
|
|
|
22553
23688
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22554
23689
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22555
23690
|
id: Scalars['ID']['input'];
|
|
23691
|
+
sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
|
|
22556
23692
|
};
|
|
22557
23693
|
export declare type GraphStoreIssueChangesComponentInverseRelationshipArgs = {
|
|
22558
23694
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22568,11 +23704,13 @@ export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
|
22568
23704
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22569
23705
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22570
23706
|
id: Scalars['ID']['input'];
|
|
23707
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedDeploymentSortInput>;
|
|
22571
23708
|
};
|
|
22572
23709
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentInverseArgs = {
|
|
22573
23710
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22574
23711
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22575
23712
|
id: Scalars['ID']['input'];
|
|
23713
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedDeploymentSortInput>;
|
|
22576
23714
|
};
|
|
22577
23715
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentInverseRelationshipArgs = {
|
|
22578
23716
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22588,11 +23726,13 @@ export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagArgs = {
|
|
|
22588
23726
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22589
23727
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22590
23728
|
id: Scalars['ID']['input'];
|
|
23729
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedFeatureFlagSortInput>;
|
|
22591
23730
|
};
|
|
22592
23731
|
export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagInverseArgs = {
|
|
22593
23732
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22594
23733
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22595
23734
|
id: Scalars['ID']['input'];
|
|
23735
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedFeatureFlagSortInput>;
|
|
22596
23736
|
};
|
|
22597
23737
|
export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
22598
23738
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22608,11 +23748,13 @@ export declare type GraphStoreIssueRecursiveAssociatedPrArgs = {
|
|
|
22608
23748
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22609
23749
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22610
23750
|
id: Scalars['ID']['input'];
|
|
23751
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedPrSortInput>;
|
|
22611
23752
|
};
|
|
22612
23753
|
export declare type GraphStoreIssueRecursiveAssociatedPrInverseArgs = {
|
|
22613
23754
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22614
23755
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22615
23756
|
id: Scalars['ID']['input'];
|
|
23757
|
+
sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedPrSortInput>;
|
|
22616
23758
|
};
|
|
22617
23759
|
export declare type GraphStoreIssueRecursiveAssociatedPrInverseRelationshipArgs = {
|
|
22618
23760
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22628,11 +23770,13 @@ export declare type GraphStoreIssueToWhiteboardArgs = {
|
|
|
22628
23770
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22629
23771
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22630
23772
|
id: Scalars['ID']['input'];
|
|
23773
|
+
sort?: InputMaybe<GraphStoreIssueToWhiteboardSortInput>;
|
|
22631
23774
|
};
|
|
22632
23775
|
export declare type GraphStoreIssueToWhiteboardInverseArgs = {
|
|
22633
23776
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22634
23777
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22635
23778
|
id: Scalars['ID']['input'];
|
|
23779
|
+
sort?: InputMaybe<GraphStoreIssueToWhiteboardSortInput>;
|
|
22636
23780
|
};
|
|
22637
23781
|
export declare type GraphStoreIssueToWhiteboardInverseRelationshipArgs = {
|
|
22638
23782
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22648,11 +23792,13 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalArgs = {
|
|
|
22648
23792
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22649
23793
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22650
23794
|
id: Scalars['ID']['input'];
|
|
23795
|
+
sort?: InputMaybe<GraphStoreJiraEpicContributesToAtlasGoalSortInput>;
|
|
22651
23796
|
};
|
|
22652
23797
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalInverseArgs = {
|
|
22653
23798
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22654
23799
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22655
23800
|
id: Scalars['ID']['input'];
|
|
23801
|
+
sort?: InputMaybe<GraphStoreJiraEpicContributesToAtlasGoalSortInput>;
|
|
22656
23802
|
};
|
|
22657
23803
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalInverseRelationshipArgs = {
|
|
22658
23804
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22668,11 +23814,13 @@ export declare type GraphStoreJiraProjectAssociatedAtlasGoalArgs = {
|
|
|
22668
23814
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22669
23815
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22670
23816
|
id: Scalars['ID']['input'];
|
|
23817
|
+
sort?: InputMaybe<GraphStoreJiraProjectAssociatedAtlasGoalSortInput>;
|
|
22671
23818
|
};
|
|
22672
23819
|
export declare type GraphStoreJiraProjectAssociatedAtlasGoalInverseArgs = {
|
|
22673
23820
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22674
23821
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22675
23822
|
id: Scalars['ID']['input'];
|
|
23823
|
+
sort?: InputMaybe<GraphStoreJiraProjectAssociatedAtlasGoalSortInput>;
|
|
22676
23824
|
};
|
|
22677
23825
|
export declare type GraphStoreJiraProjectAssociatedAtlasGoalInverseRelationshipArgs = {
|
|
22678
23826
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22688,6 +23836,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceArgs = {
|
|
|
22688
23836
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22689
23837
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22690
23838
|
id: Scalars['ID']['input'];
|
|
23839
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
22691
23840
|
};
|
|
22692
23841
|
export declare type GraphStoreJsmProjectAssociatedServiceBatchArgs = {
|
|
22693
23842
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22698,6 +23847,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceInverseArgs = {
|
|
|
22698
23847
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22699
23848
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22700
23849
|
id: Scalars['ID']['input'];
|
|
23850
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
22701
23851
|
};
|
|
22702
23852
|
export declare type GraphStoreJsmProjectAssociatedServiceInverseBatchArgs = {
|
|
22703
23853
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22718,11 +23868,13 @@ export declare type GraphStoreJswProjectAssociatedComponentArgs = {
|
|
|
22718
23868
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22719
23869
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22720
23870
|
id: Scalars['ID']['input'];
|
|
23871
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedComponentSortInput>;
|
|
22721
23872
|
};
|
|
22722
23873
|
export declare type GraphStoreJswProjectAssociatedComponentInverseArgs = {
|
|
22723
23874
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22724
23875
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22725
23876
|
id: Scalars['ID']['input'];
|
|
23877
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedComponentSortInput>;
|
|
22726
23878
|
};
|
|
22727
23879
|
export declare type GraphStoreJswProjectAssociatedComponentInverseRelationshipArgs = {
|
|
22728
23880
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22766,11 +23918,13 @@ export declare type GraphStoreJswProjectSharesComponentWithJsmProjectArgs = {
|
|
|
22766
23918
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22767
23919
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22768
23920
|
id: Scalars['ID']['input'];
|
|
23921
|
+
sort?: InputMaybe<GraphStoreJswProjectSharesComponentWithJsmProjectSortInput>;
|
|
22769
23922
|
};
|
|
22770
23923
|
export declare type GraphStoreJswProjectSharesComponentWithJsmProjectInverseArgs = {
|
|
22771
23924
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22772
23925
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22773
23926
|
id: Scalars['ID']['input'];
|
|
23927
|
+
sort?: InputMaybe<GraphStoreJswProjectSharesComponentWithJsmProjectSortInput>;
|
|
22774
23928
|
};
|
|
22775
23929
|
export declare type GraphStoreJswProjectSharesComponentWithJsmProjectInverseRelationshipArgs = {
|
|
22776
23930
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22786,11 +23940,13 @@ export declare type GraphStoreLinkedProjectHasVersionArgs = {
|
|
|
22786
23940
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22787
23941
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22788
23942
|
id: Scalars['ID']['input'];
|
|
23943
|
+
sort?: InputMaybe<GraphStoreLinkedProjectHasVersionSortInput>;
|
|
22789
23944
|
};
|
|
22790
23945
|
export declare type GraphStoreLinkedProjectHasVersionInverseArgs = {
|
|
22791
23946
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22792
23947
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22793
23948
|
id: Scalars['ID']['input'];
|
|
23949
|
+
sort?: InputMaybe<GraphStoreLinkedProjectHasVersionSortInput>;
|
|
22794
23950
|
};
|
|
22795
23951
|
export declare type GraphStoreLinkedProjectHasVersionInverseRelationshipArgs = {
|
|
22796
23952
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22802,15 +23958,45 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
22802
23958
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22803
23959
|
id: Scalars['ID']['input'];
|
|
22804
23960
|
};
|
|
23961
|
+
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
23962
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23963
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23964
|
+
id: Scalars['ID']['input'];
|
|
23965
|
+
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
23966
|
+
};
|
|
23967
|
+
export declare type GraphStoreMediaAttachedToContentBatchArgs = {
|
|
23968
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23969
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23970
|
+
ids: Array<Scalars['ID']['input']>;
|
|
23971
|
+
};
|
|
23972
|
+
export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
23973
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23974
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23975
|
+
ids: Array<Scalars['ID']['input']>;
|
|
23976
|
+
};
|
|
23977
|
+
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
23978
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23979
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23980
|
+
id: Scalars['ID']['input'];
|
|
23981
|
+
sort?: InputMaybe<GraphStoreOnPremProjectHasIssueSortInput>;
|
|
23982
|
+
};
|
|
23983
|
+
export declare type GraphStoreOnPremProjectHasIssueInverseArgs = {
|
|
23984
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
23985
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23986
|
+
id: Scalars['ID']['input'];
|
|
23987
|
+
sort?: InputMaybe<GraphStoreOnPremProjectHasIssueSortInput>;
|
|
23988
|
+
};
|
|
22805
23989
|
export declare type GraphStoreOperationsContainerImpactedByIncidentArgs = {
|
|
22806
23990
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22807
23991
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22808
23992
|
id: Scalars['ID']['input'];
|
|
23993
|
+
sort?: InputMaybe<GraphStoreOperationsContainerImpactedByIncidentSortInput>;
|
|
22809
23994
|
};
|
|
22810
23995
|
export declare type GraphStoreOperationsContainerImpactedByIncidentInverseArgs = {
|
|
22811
23996
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22812
23997
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22813
23998
|
id: Scalars['ID']['input'];
|
|
23999
|
+
sort?: InputMaybe<GraphStoreOperationsContainerImpactedByIncidentSortInput>;
|
|
22814
24000
|
};
|
|
22815
24001
|
export declare type GraphStoreOperationsContainerImpactedByIncidentInverseRelationshipArgs = {
|
|
22816
24002
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22826,11 +24012,13 @@ export declare type GraphStoreOperationsContainerImprovedByActionItemArgs = {
|
|
|
22826
24012
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22827
24013
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22828
24014
|
id: Scalars['ID']['input'];
|
|
24015
|
+
sort?: InputMaybe<GraphStoreOperationsContainerImprovedByActionItemSortInput>;
|
|
22829
24016
|
};
|
|
22830
24017
|
export declare type GraphStoreOperationsContainerImprovedByActionItemInverseArgs = {
|
|
22831
24018
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22832
24019
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22833
24020
|
id: Scalars['ID']['input'];
|
|
24021
|
+
sort?: InputMaybe<GraphStoreOperationsContainerImprovedByActionItemSortInput>;
|
|
22834
24022
|
};
|
|
22835
24023
|
export declare type GraphStoreOperationsContainerImprovedByActionItemInverseRelationshipArgs = {
|
|
22836
24024
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22846,11 +24034,13 @@ export declare type GraphStoreParentDocumentHasChildDocumentArgs = {
|
|
|
22846
24034
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22847
24035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22848
24036
|
id: Scalars['ID']['input'];
|
|
24037
|
+
sort?: InputMaybe<GraphStoreParentDocumentHasChildDocumentSortInput>;
|
|
22849
24038
|
};
|
|
22850
24039
|
export declare type GraphStoreParentDocumentHasChildDocumentInverseArgs = {
|
|
22851
24040
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22852
24041
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22853
24042
|
id: Scalars['ID']['input'];
|
|
24043
|
+
sort?: InputMaybe<GraphStoreParentDocumentHasChildDocumentSortInput>;
|
|
22854
24044
|
};
|
|
22855
24045
|
export declare type GraphStoreParentDocumentHasChildDocumentInverseRelationshipArgs = {
|
|
22856
24046
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22866,11 +24056,13 @@ export declare type GraphStoreParentIssueHasChildIssueArgs = {
|
|
|
22866
24056
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22867
24057
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22868
24058
|
id: Scalars['ID']['input'];
|
|
24059
|
+
sort?: InputMaybe<GraphStoreParentIssueHasChildIssueSortInput>;
|
|
22869
24060
|
};
|
|
22870
24061
|
export declare type GraphStoreParentIssueHasChildIssueInverseArgs = {
|
|
22871
24062
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22872
24063
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22873
24064
|
id: Scalars['ID']['input'];
|
|
24065
|
+
sort?: InputMaybe<GraphStoreParentIssueHasChildIssueSortInput>;
|
|
22874
24066
|
};
|
|
22875
24067
|
export declare type GraphStoreParentIssueHasChildIssueInverseRelationshipArgs = {
|
|
22876
24068
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22886,11 +24078,13 @@ export declare type GraphStorePrInRepoArgs = {
|
|
|
22886
24078
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22887
24079
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22888
24080
|
id: Scalars['ID']['input'];
|
|
24081
|
+
sort?: InputMaybe<GraphStorePrInRepoSortInput>;
|
|
22889
24082
|
};
|
|
22890
24083
|
export declare type GraphStorePrInRepoInverseArgs = {
|
|
22891
24084
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22892
24085
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22893
24086
|
id: Scalars['ID']['input'];
|
|
24087
|
+
sort?: InputMaybe<GraphStorePrInRepoSortInput>;
|
|
22894
24088
|
};
|
|
22895
24089
|
export declare type GraphStorePrInRepoInverseRelationshipArgs = {
|
|
22896
24090
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22906,6 +24100,7 @@ export declare type GraphStoreProjectAssociatedBranchInverseArgs = {
|
|
|
22906
24100
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22907
24101
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22908
24102
|
id: Scalars['ID']['input'];
|
|
24103
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedBranchSortInput>;
|
|
22909
24104
|
};
|
|
22910
24105
|
export declare type GraphStoreProjectAssociatedBranchInverseRelationshipArgs = {
|
|
22911
24106
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22970,11 +24165,13 @@ export declare type GraphStoreProjectAssociatedFeatureFlagArgs = {
|
|
|
22970
24165
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22971
24166
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22972
24167
|
id: Scalars['ID']['input'];
|
|
24168
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedFeatureFlagSortInput>;
|
|
22973
24169
|
};
|
|
22974
24170
|
export declare type GraphStoreProjectAssociatedFeatureFlagInverseArgs = {
|
|
22975
24171
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22976
24172
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22977
24173
|
id: Scalars['ID']['input'];
|
|
24174
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedFeatureFlagSortInput>;
|
|
22978
24175
|
};
|
|
22979
24176
|
export declare type GraphStoreProjectAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
22980
24177
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22990,11 +24187,13 @@ export declare type GraphStoreProjectAssociatedIncidentArgs = {
|
|
|
22990
24187
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22991
24188
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22992
24189
|
id: Scalars['ID']['input'];
|
|
24190
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedIncidentSortInput>;
|
|
22993
24191
|
};
|
|
22994
24192
|
export declare type GraphStoreProjectAssociatedIncidentInverseArgs = {
|
|
22995
24193
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22996
24194
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22997
24195
|
id: Scalars['ID']['input'];
|
|
24196
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedIncidentSortInput>;
|
|
22998
24197
|
};
|
|
22999
24198
|
export declare type GraphStoreProjectAssociatedIncidentInverseRelationshipArgs = {
|
|
23000
24199
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23010,11 +24209,13 @@ export declare type GraphStoreProjectAssociatedOpsgenieTeamArgs = {
|
|
|
23010
24209
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23011
24210
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23012
24211
|
id: Scalars['ID']['input'];
|
|
24212
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedOpsgenieTeamSortInput>;
|
|
23013
24213
|
};
|
|
23014
24214
|
export declare type GraphStoreProjectAssociatedOpsgenieTeamInverseArgs = {
|
|
23015
24215
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23016
24216
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23017
24217
|
id: Scalars['ID']['input'];
|
|
24218
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedOpsgenieTeamSortInput>;
|
|
23018
24219
|
};
|
|
23019
24220
|
export declare type GraphStoreProjectAssociatedOpsgenieTeamInverseRelationshipArgs = {
|
|
23020
24221
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23086,11 +24287,13 @@ export declare type GraphStoreProjectAssociatedServiceArgs = {
|
|
|
23086
24287
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23087
24288
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23088
24289
|
id: Scalars['ID']['input'];
|
|
24290
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedServiceSortInput>;
|
|
23089
24291
|
};
|
|
23090
24292
|
export declare type GraphStoreProjectAssociatedServiceInverseArgs = {
|
|
23091
24293
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23092
24294
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23093
24295
|
id: Scalars['ID']['input'];
|
|
24296
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedServiceSortInput>;
|
|
23094
24297
|
};
|
|
23095
24298
|
export declare type GraphStoreProjectAssociatedServiceInverseRelationshipArgs = {
|
|
23096
24299
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23106,11 +24309,13 @@ export declare type GraphStoreProjectAssociatedToIncidentArgs = {
|
|
|
23106
24309
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23107
24310
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23108
24311
|
id: Scalars['ID']['input'];
|
|
24312
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedToIncidentSortInput>;
|
|
23109
24313
|
};
|
|
23110
24314
|
export declare type GraphStoreProjectAssociatedToIncidentInverseArgs = {
|
|
23111
24315
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23112
24316
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23113
24317
|
id: Scalars['ID']['input'];
|
|
24318
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedToIncidentSortInput>;
|
|
23114
24319
|
};
|
|
23115
24320
|
export declare type GraphStoreProjectAssociatedToIncidentInverseRelationshipArgs = {
|
|
23116
24321
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23126,11 +24331,13 @@ export declare type GraphStoreProjectAssociatedToOperationsContainerArgs = {
|
|
|
23126
24331
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23127
24332
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23128
24333
|
id: Scalars['ID']['input'];
|
|
24334
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedToOperationsContainerSortInput>;
|
|
23129
24335
|
};
|
|
23130
24336
|
export declare type GraphStoreProjectAssociatedToOperationsContainerInverseArgs = {
|
|
23131
24337
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23132
24338
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23133
24339
|
id: Scalars['ID']['input'];
|
|
24340
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedToOperationsContainerSortInput>;
|
|
23134
24341
|
};
|
|
23135
24342
|
export declare type GraphStoreProjectAssociatedToOperationsContainerInverseRelationshipArgs = {
|
|
23136
24343
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23146,6 +24353,7 @@ export declare type GraphStoreProjectAssociatedToSecurityContainerInverseArgs =
|
|
|
23146
24353
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23147
24354
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23148
24355
|
id: Scalars['ID']['input'];
|
|
24356
|
+
sort?: InputMaybe<GraphStoreProjectAssociatedToSecurityContainerSortInput>;
|
|
23149
24357
|
};
|
|
23150
24358
|
export declare type GraphStoreProjectAssociatedToSecurityContainerInverseRelationshipArgs = {
|
|
23151
24359
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23189,11 +24397,13 @@ export declare type GraphStoreProjectDisassociatedRepoArgs = {
|
|
|
23189
24397
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23190
24398
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23191
24399
|
id: Scalars['ID']['input'];
|
|
24400
|
+
sort?: InputMaybe<GraphStoreProjectDisassociatedRepoSortInput>;
|
|
23192
24401
|
};
|
|
23193
24402
|
export declare type GraphStoreProjectDisassociatedRepoInverseArgs = {
|
|
23194
24403
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23195
24404
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23196
24405
|
id: Scalars['ID']['input'];
|
|
24406
|
+
sort?: InputMaybe<GraphStoreProjectDisassociatedRepoSortInput>;
|
|
23197
24407
|
};
|
|
23198
24408
|
export declare type GraphStoreProjectDisassociatedRepoInverseRelationshipArgs = {
|
|
23199
24409
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23209,11 +24419,13 @@ export declare type GraphStoreProjectDocumentationEntityArgs = {
|
|
|
23209
24419
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23210
24420
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23211
24421
|
id: Scalars['ID']['input'];
|
|
24422
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationEntitySortInput>;
|
|
23212
24423
|
};
|
|
23213
24424
|
export declare type GraphStoreProjectDocumentationEntityInverseArgs = {
|
|
23214
24425
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23215
24426
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23216
24427
|
id: Scalars['ID']['input'];
|
|
24428
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationEntitySortInput>;
|
|
23217
24429
|
};
|
|
23218
24430
|
export declare type GraphStoreProjectDocumentationEntityInverseRelationshipArgs = {
|
|
23219
24431
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23229,11 +24441,13 @@ export declare type GraphStoreProjectDocumentationPageArgs = {
|
|
|
23229
24441
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23230
24442
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23231
24443
|
id: Scalars['ID']['input'];
|
|
24444
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationPageSortInput>;
|
|
23232
24445
|
};
|
|
23233
24446
|
export declare type GraphStoreProjectDocumentationPageInverseArgs = {
|
|
23234
24447
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23235
24448
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23236
24449
|
id: Scalars['ID']['input'];
|
|
24450
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationPageSortInput>;
|
|
23237
24451
|
};
|
|
23238
24452
|
export declare type GraphStoreProjectDocumentationPageInverseRelationshipArgs = {
|
|
23239
24453
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23249,11 +24463,13 @@ export declare type GraphStoreProjectDocumentationSpaceArgs = {
|
|
|
23249
24463
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23250
24464
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23251
24465
|
id: Scalars['ID']['input'];
|
|
24466
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationSpaceSortInput>;
|
|
23252
24467
|
};
|
|
23253
24468
|
export declare type GraphStoreProjectDocumentationSpaceInverseArgs = {
|
|
23254
24469
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23255
24470
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23256
24471
|
id: Scalars['ID']['input'];
|
|
24472
|
+
sort?: InputMaybe<GraphStoreProjectDocumentationSpaceSortInput>;
|
|
23257
24473
|
};
|
|
23258
24474
|
export declare type GraphStoreProjectDocumentationSpaceInverseRelationshipArgs = {
|
|
23259
24475
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23269,11 +24485,13 @@ export declare type GraphStoreProjectExplicitlyAssociatedRepoArgs = {
|
|
|
23269
24485
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23270
24486
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23271
24487
|
id: Scalars['ID']['input'];
|
|
24488
|
+
sort?: InputMaybe<GraphStoreProjectExplicitlyAssociatedRepoSortInput>;
|
|
23272
24489
|
};
|
|
23273
24490
|
export declare type GraphStoreProjectExplicitlyAssociatedRepoInverseArgs = {
|
|
23274
24491
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23275
24492
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23276
24493
|
id: Scalars['ID']['input'];
|
|
24494
|
+
sort?: InputMaybe<GraphStoreProjectExplicitlyAssociatedRepoSortInput>;
|
|
23277
24495
|
};
|
|
23278
24496
|
export declare type GraphStoreProjectExplicitlyAssociatedRepoInverseRelationshipArgs = {
|
|
23279
24497
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23317,21 +24535,25 @@ export declare type GraphStoreProjectHasRelatedWorkWithProjectArgs = {
|
|
|
23317
24535
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23318
24536
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23319
24537
|
id: Scalars['ID']['input'];
|
|
24538
|
+
sort?: InputMaybe<GraphStoreProjectHasRelatedWorkWithProjectSortInput>;
|
|
23320
24539
|
};
|
|
23321
24540
|
export declare type GraphStoreProjectHasRelatedWorkWithProjectInverseArgs = {
|
|
23322
24541
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23323
24542
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23324
24543
|
id: Scalars['ID']['input'];
|
|
24544
|
+
sort?: InputMaybe<GraphStoreProjectHasRelatedWorkWithProjectSortInput>;
|
|
23325
24545
|
};
|
|
23326
24546
|
export declare type GraphStoreProjectHasSharedVersionWithArgs = {
|
|
23327
24547
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23328
24548
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23329
24549
|
id: Scalars['ID']['input'];
|
|
24550
|
+
sort?: InputMaybe<GraphStoreProjectHasSharedVersionWithSortInput>;
|
|
23330
24551
|
};
|
|
23331
24552
|
export declare type GraphStoreProjectHasSharedVersionWithInverseArgs = {
|
|
23332
24553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23333
24554
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23334
24555
|
id: Scalars['ID']['input'];
|
|
24556
|
+
sort?: InputMaybe<GraphStoreProjectHasSharedVersionWithSortInput>;
|
|
23335
24557
|
};
|
|
23336
24558
|
export declare type GraphStoreProjectHasSharedVersionWithInverseRelationshipArgs = {
|
|
23337
24559
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23347,11 +24569,13 @@ export declare type GraphStoreProjectHasVersionArgs = {
|
|
|
23347
24569
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23348
24570
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23349
24571
|
id: Scalars['ID']['input'];
|
|
24572
|
+
sort?: InputMaybe<GraphStoreProjectHasVersionSortInput>;
|
|
23350
24573
|
};
|
|
23351
24574
|
export declare type GraphStoreProjectHasVersionInverseArgs = {
|
|
23352
24575
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23353
24576
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23354
24577
|
id: Scalars['ID']['input'];
|
|
24578
|
+
sort?: InputMaybe<GraphStoreProjectHasVersionSortInput>;
|
|
23355
24579
|
};
|
|
23356
24580
|
export declare type GraphStoreProjectHasVersionInverseRelationshipArgs = {
|
|
23357
24581
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23367,6 +24591,7 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityArgs = {
|
|
|
23367
24591
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23368
24592
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23369
24593
|
id: Scalars['ID']['input'];
|
|
24594
|
+
sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
|
|
23370
24595
|
};
|
|
23371
24596
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityBatchArgs = {
|
|
23372
24597
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23420,41 +24645,49 @@ export declare type GraphStoreShipit57IssueLinksToPageArgs = {
|
|
|
23420
24645
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23421
24646
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23422
24647
|
id: Scalars['ID']['input'];
|
|
24648
|
+
sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageSortInput>;
|
|
23423
24649
|
};
|
|
23424
24650
|
export declare type GraphStoreShipit57IssueLinksToPageInverseArgs = {
|
|
23425
24651
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23426
24652
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23427
24653
|
id: Scalars['ID']['input'];
|
|
24654
|
+
sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageSortInput>;
|
|
23428
24655
|
};
|
|
23429
24656
|
export declare type GraphStoreShipit57IssueLinksToPageManualArgs = {
|
|
23430
24657
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23431
24658
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23432
24659
|
id: Scalars['ID']['input'];
|
|
24660
|
+
sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageManualSortInput>;
|
|
23433
24661
|
};
|
|
23434
24662
|
export declare type GraphStoreShipit57IssueLinksToPageManualInverseArgs = {
|
|
23435
24663
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23436
24664
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23437
24665
|
id: Scalars['ID']['input'];
|
|
24666
|
+
sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageManualSortInput>;
|
|
23438
24667
|
};
|
|
23439
24668
|
export declare type GraphStoreShipit57IssueRecursiveLinksToPageArgs = {
|
|
23440
24669
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23441
24670
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23442
24671
|
id: Scalars['ID']['input'];
|
|
24672
|
+
sort?: InputMaybe<GraphStoreShipit57IssueRecursiveLinksToPageSortInput>;
|
|
23443
24673
|
};
|
|
23444
24674
|
export declare type GraphStoreShipit57IssueRecursiveLinksToPageInverseArgs = {
|
|
23445
24675
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23446
24676
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23447
24677
|
id: Scalars['ID']['input'];
|
|
24678
|
+
sort?: InputMaybe<GraphStoreShipit57IssueRecursiveLinksToPageSortInput>;
|
|
23448
24679
|
};
|
|
23449
24680
|
export declare type GraphStoreShipit57PullRequestLinksToPageArgs = {
|
|
23450
24681
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23451
24682
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23452
24683
|
id: Scalars['ID']['input'];
|
|
24684
|
+
sort?: InputMaybe<GraphStoreShipit57PullRequestLinksToPageSortInput>;
|
|
23453
24685
|
};
|
|
23454
24686
|
export declare type GraphStoreShipit57PullRequestLinksToPageInverseArgs = {
|
|
23455
24687
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23456
24688
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23457
24689
|
id: Scalars['ID']['input'];
|
|
24690
|
+
sort?: InputMaybe<GraphStoreShipit57PullRequestLinksToPageSortInput>;
|
|
23458
24691
|
};
|
|
23459
24692
|
export declare type GraphStoreSprintAssociatedBuildInverseRelationshipArgs = {
|
|
23460
24693
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23495,6 +24728,7 @@ export declare type GraphStoreSprintAssociatedFeatureFlagArgs = {
|
|
|
23495
24728
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23496
24729
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23497
24730
|
id: Scalars['ID']['input'];
|
|
24731
|
+
sort?: InputMaybe<GraphStoreSprintAssociatedFeatureFlagSortInput>;
|
|
23498
24732
|
};
|
|
23499
24733
|
export declare type GraphStoreSprintAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
23500
24734
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23573,6 +24807,7 @@ export declare type GraphStoreSprintRetrospectivePageArgs = {
|
|
|
23573
24807
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23574
24808
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23575
24809
|
id: Scalars['ID']['input'];
|
|
24810
|
+
sort?: InputMaybe<GraphStoreSprintRetrospectivePageSortInput>;
|
|
23576
24811
|
};
|
|
23577
24812
|
export declare type GraphStoreSprintRetrospectivePageInverseRelationshipArgs = {
|
|
23578
24813
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23588,6 +24823,7 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardArgs = {
|
|
|
23588
24823
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23589
24824
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23590
24825
|
id: Scalars['ID']['input'];
|
|
24826
|
+
sort?: InputMaybe<GraphStoreSprintRetrospectiveWhiteboardSortInput>;
|
|
23591
24827
|
};
|
|
23592
24828
|
export declare type GraphStoreSprintRetrospectiveWhiteboardInverseRelationshipArgs = {
|
|
23593
24829
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23603,6 +24839,7 @@ export declare type GraphStoreTeamWorksOnProjectArgs = {
|
|
|
23603
24839
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23604
24840
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23605
24841
|
id: Scalars['ID']['input'];
|
|
24842
|
+
sort?: InputMaybe<GraphStoreTeamWorksOnProjectSortInput>;
|
|
23606
24843
|
};
|
|
23607
24844
|
export declare type GraphStoreTeamWorksOnProjectInverseRelationshipArgs = {
|
|
23608
24845
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23618,6 +24855,7 @@ export declare type GraphStoreTestPerfhammerMaterializationAInverseArgs = {
|
|
|
23618
24855
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23619
24856
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23620
24857
|
id: Scalars['ID']['input'];
|
|
24858
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationASortInput>;
|
|
23621
24859
|
};
|
|
23622
24860
|
export declare type GraphStoreTestPerfhammerMaterializationAInverseRelationshipArgs = {
|
|
23623
24861
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23643,6 +24881,7 @@ export declare type GraphStoreTestPerfhammerMaterializationInverseArgs = {
|
|
|
23643
24881
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23644
24882
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23645
24883
|
id: Scalars['ID']['input'];
|
|
24884
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationSortInput>;
|
|
23646
24885
|
};
|
|
23647
24886
|
export declare type GraphStoreTestPerfhammerMaterializationInverseRelationshipArgs = {
|
|
23648
24887
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23663,6 +24902,7 @@ export declare type GraphStoreTestPerfhammerRelationshipInverseArgs = {
|
|
|
23663
24902
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23664
24903
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23665
24904
|
id: Scalars['ID']['input'];
|
|
24905
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
|
|
23666
24906
|
};
|
|
23667
24907
|
export declare type GraphStoreTestPerfhammerRelationshipInverseBatchArgs = {
|
|
23668
24908
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23693,6 +24933,7 @@ export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
|
23693
24933
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23694
24934
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23695
24935
|
id: Scalars['ID']['input'];
|
|
24936
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedBranchSortInput>;
|
|
23696
24937
|
};
|
|
23697
24938
|
export declare type GraphStoreVersionAssociatedBranchInverseRelationshipArgs = {
|
|
23698
24939
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23708,6 +24949,7 @@ export declare type GraphStoreVersionAssociatedBuildInverseArgs = {
|
|
|
23708
24949
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23709
24950
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23710
24951
|
id: Scalars['ID']['input'];
|
|
24952
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedBuildSortInput>;
|
|
23711
24953
|
};
|
|
23712
24954
|
export declare type GraphStoreVersionAssociatedBuildInverseRelationshipArgs = {
|
|
23713
24955
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23723,6 +24965,7 @@ export declare type GraphStoreVersionAssociatedCommitInverseArgs = {
|
|
|
23723
24965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23724
24966
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23725
24967
|
id: Scalars['ID']['input'];
|
|
24968
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedCommitSortInput>;
|
|
23726
24969
|
};
|
|
23727
24970
|
export declare type GraphStoreVersionAssociatedCommitInverseRelationshipArgs = {
|
|
23728
24971
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23738,11 +24981,13 @@ export declare type GraphStoreVersionAssociatedDeploymentArgs = {
|
|
|
23738
24981
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23739
24982
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23740
24983
|
id: Scalars['ID']['input'];
|
|
24984
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDeploymentSortInput>;
|
|
23741
24985
|
};
|
|
23742
24986
|
export declare type GraphStoreVersionAssociatedDeploymentInverseArgs = {
|
|
23743
24987
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23744
24988
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23745
24989
|
id: Scalars['ID']['input'];
|
|
24990
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDeploymentSortInput>;
|
|
23746
24991
|
};
|
|
23747
24992
|
export declare type GraphStoreVersionAssociatedDeploymentInverseRelationshipArgs = {
|
|
23748
24993
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23786,11 +25031,13 @@ export declare type GraphStoreVersionAssociatedFeatureFlagArgs = {
|
|
|
23786
25031
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23787
25032
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23788
25033
|
id: Scalars['ID']['input'];
|
|
25034
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedFeatureFlagSortInput>;
|
|
23789
25035
|
};
|
|
23790
25036
|
export declare type GraphStoreVersionAssociatedFeatureFlagInverseArgs = {
|
|
23791
25037
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23792
25038
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23793
25039
|
id: Scalars['ID']['input'];
|
|
25040
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedFeatureFlagSortInput>;
|
|
23794
25041
|
};
|
|
23795
25042
|
export declare type GraphStoreVersionAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
23796
25043
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23806,11 +25053,13 @@ export declare type GraphStoreVersionAssociatedIssueArgs = {
|
|
|
23806
25053
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23807
25054
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23808
25055
|
id: Scalars['ID']['input'];
|
|
25056
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedIssueSortInput>;
|
|
23809
25057
|
};
|
|
23810
25058
|
export declare type GraphStoreVersionAssociatedIssueInverseArgs = {
|
|
23811
25059
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23812
25060
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23813
25061
|
id: Scalars['ID']['input'];
|
|
25062
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedIssueSortInput>;
|
|
23814
25063
|
};
|
|
23815
25064
|
export declare type GraphStoreVersionAssociatedIssueInverseRelationshipArgs = {
|
|
23816
25065
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23826,11 +25075,13 @@ export declare type GraphStoreVersionAssociatedPullRequestArgs = {
|
|
|
23826
25075
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23827
25076
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23828
25077
|
id: Scalars['ID']['input'];
|
|
25078
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedPullRequestSortInput>;
|
|
23829
25079
|
};
|
|
23830
25080
|
export declare type GraphStoreVersionAssociatedPullRequestInverseArgs = {
|
|
23831
25081
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23832
25082
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23833
25083
|
id: Scalars['ID']['input'];
|
|
25084
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedPullRequestSortInput>;
|
|
23834
25085
|
};
|
|
23835
25086
|
export declare type GraphStoreVersionAssociatedPullRequestInverseRelationshipArgs = {
|
|
23836
25087
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23846,6 +25097,7 @@ export declare type GraphStoreVersionAssociatedRemoteLinkInverseArgs = {
|
|
|
23846
25097
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23847
25098
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23848
25099
|
id: Scalars['ID']['input'];
|
|
25100
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedRemoteLinkSortInput>;
|
|
23849
25101
|
};
|
|
23850
25102
|
export declare type GraphStoreVersionAssociatedRemoteLinkInverseRelationshipArgs = {
|
|
23851
25103
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23861,11 +25113,13 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagArgs = {
|
|
|
23861
25113
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23862
25114
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23863
25115
|
id: Scalars['ID']['input'];
|
|
25116
|
+
sort?: InputMaybe<GraphStoreVersionUserAssociatedFeatureFlagSortInput>;
|
|
23864
25117
|
};
|
|
23865
25118
|
export declare type GraphStoreVersionUserAssociatedFeatureFlagInverseArgs = {
|
|
23866
25119
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23867
25120
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23868
25121
|
id: Scalars['ID']['input'];
|
|
25122
|
+
sort?: InputMaybe<GraphStoreVersionUserAssociatedFeatureFlagSortInput>;
|
|
23869
25123
|
};
|
|
23870
25124
|
export declare type GraphStoreVersionUserAssociatedFeatureFlagInverseRelationshipArgs = {
|
|
23871
25125
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23881,11 +25135,13 @@ export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
|
23881
25135
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23882
25136
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23883
25137
|
id: Scalars['ID']['input'];
|
|
25138
|
+
sort?: InputMaybe<GraphStoreVulnerabilityAssociatedIssueSortInput>;
|
|
23884
25139
|
};
|
|
23885
25140
|
export declare type GraphStoreVulnerabilityAssociatedIssueInverseArgs = {
|
|
23886
25141
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23887
25142
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23888
25143
|
id: Scalars['ID']['input'];
|
|
25144
|
+
sort?: InputMaybe<GraphStoreVulnerabilityAssociatedIssueSortInput>;
|
|
23889
25145
|
};
|
|
23890
25146
|
export declare type GraphStoreVulnerabilityAssociatedIssueInverseRelationshipArgs = {
|
|
23891
25147
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -23927,6 +25183,12 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
23927
25183
|
is?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
23928
25184
|
isNot?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
23929
25185
|
};
|
|
25186
|
+
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
25187
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25188
|
+
};
|
|
25189
|
+
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
25190
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25191
|
+
};
|
|
23930
25192
|
export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
|
|
23931
25193
|
__typename?: 'GraphStoreBatchContentReferencedEntityConnection';
|
|
23932
25194
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityEdge>>;
|
|
@@ -24335,6 +25597,45 @@ export declare type GraphStoreBatchJsmProjectAssociatedServiceStartNode = Node &
|
|
|
24335
25597
|
id: Scalars['ID']['output'];
|
|
24336
25598
|
};
|
|
24337
25599
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceStartUnion = JiraProject;
|
|
25600
|
+
export declare type GraphStoreBatchMediaAttachedToContentConnection = HasPageInfo & {
|
|
25601
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentConnection';
|
|
25602
|
+
edges: Array<Maybe<GraphStoreBatchMediaAttachedToContentEdge>>;
|
|
25603
|
+
nodes: Array<Maybe<GraphStoreBatchMediaAttachedToContentNode>>;
|
|
25604
|
+
pageInfo: PageInfo;
|
|
25605
|
+
};
|
|
25606
|
+
export declare type GraphStoreBatchMediaAttachedToContentEdge = {
|
|
25607
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentEdge';
|
|
25608
|
+
node: GraphStoreBatchMediaAttachedToContentInnerConnection;
|
|
25609
|
+
};
|
|
25610
|
+
export declare type GraphStoreBatchMediaAttachedToContentEndNode = Node & {
|
|
25611
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentEndNode';
|
|
25612
|
+
data?: Maybe<GraphStoreBatchMediaAttachedToContentEndUnion>;
|
|
25613
|
+
id: Scalars['ID']['output'];
|
|
25614
|
+
};
|
|
25615
|
+
export declare type GraphStoreBatchMediaAttachedToContentEndUnion = ConfluencePage | JiraIssue;
|
|
25616
|
+
export declare type GraphStoreBatchMediaAttachedToContentInnerConnection = {
|
|
25617
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentInnerConnection';
|
|
25618
|
+
edges: Array<Maybe<GraphStoreBatchMediaAttachedToContentInnerEdge>>;
|
|
25619
|
+
nodes: Array<Maybe<GraphStoreBatchMediaAttachedToContentNode>>;
|
|
25620
|
+
requestedId: Scalars['ID']['output'];
|
|
25621
|
+
};
|
|
25622
|
+
export declare type GraphStoreBatchMediaAttachedToContentInnerEdge = {
|
|
25623
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentInnerEdge';
|
|
25624
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
25625
|
+
node: GraphStoreBatchMediaAttachedToContentNode;
|
|
25626
|
+
};
|
|
25627
|
+
export declare type GraphStoreBatchMediaAttachedToContentNode = Node & {
|
|
25628
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentNode';
|
|
25629
|
+
createdAt: Scalars['DateTime']['output'];
|
|
25630
|
+
from: GraphStoreBatchMediaAttachedToContentStartNode;
|
|
25631
|
+
id: Scalars['ID']['output'];
|
|
25632
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
25633
|
+
to: GraphStoreBatchMediaAttachedToContentEndNode;
|
|
25634
|
+
};
|
|
25635
|
+
export declare type GraphStoreBatchMediaAttachedToContentStartNode = Node & {
|
|
25636
|
+
__typename?: 'GraphStoreBatchMediaAttachedToContentStartNode';
|
|
25637
|
+
id: Scalars['ID']['output'];
|
|
25638
|
+
};
|
|
24338
25639
|
export declare type GraphStoreBatchSecurityContainerAssociatedToVulnerabilityConnection = HasPageInfo & {
|
|
24339
25640
|
__typename?: 'GraphStoreBatchSecurityContainerAssociatedToVulnerabilityConnection';
|
|
24340
25641
|
edges: Array<Maybe<GraphStoreBatchSecurityContainerAssociatedToVulnerabilityEdge>>;
|
|
@@ -24416,6 +25717,24 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIs
|
|
|
24416
25717
|
export declare type GraphStoreBooleanFilterInput = {
|
|
24417
25718
|
is?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24418
25719
|
};
|
|
25720
|
+
export declare type GraphStoreComponentAssociatedDocumentSortInput = {
|
|
25721
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25722
|
+
};
|
|
25723
|
+
export declare type GraphStoreComponentImpactedByIncidentSortInput = {
|
|
25724
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25725
|
+
};
|
|
25726
|
+
export declare type GraphStoreComponentLinkIsJiraProjectSortInput = {
|
|
25727
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25728
|
+
};
|
|
25729
|
+
export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
25730
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
25731
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
25732
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25733
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
25734
|
+
};
|
|
25735
|
+
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
25736
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25737
|
+
};
|
|
24419
25738
|
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
|
|
24420
25739
|
relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
|
|
24421
25740
|
};
|
|
@@ -24699,6 +26018,20 @@ export declare type GraphStoreCreateTestPerfhammerRelationshipRelationshipMetada
|
|
|
24699
26018
|
replicatedNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
24700
26019
|
sequentialNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
24701
26020
|
};
|
|
26021
|
+
export declare type GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagInput = {
|
|
26022
|
+
relationships: Array<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagRelationshipInput>;
|
|
26023
|
+
};
|
|
26024
|
+
export declare type GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagPayload = Payload & {
|
|
26025
|
+
__typename?: 'GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagPayload';
|
|
26026
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26027
|
+
success: Scalars['Boolean']['output'];
|
|
26028
|
+
};
|
|
26029
|
+
export declare type GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagRelationshipInput = {
|
|
26030
|
+
from: Scalars['ID']['input'];
|
|
26031
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
26032
|
+
to: Scalars['ID']['input'];
|
|
26033
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
26034
|
+
};
|
|
24702
26035
|
export declare type GraphStoreCreateVersionUserAssociatedFeatureFlagInput = {
|
|
24703
26036
|
relationships: Array<GraphStoreCreateVersionUserAssociatedFeatureFlagRelationshipInput>;
|
|
24704
26037
|
};
|
|
@@ -24980,6 +26313,18 @@ export declare type GraphStoreDeleteTestPerfhammerRelationshipRelationshipInput
|
|
|
24980
26313
|
from: Scalars['ID']['input'];
|
|
24981
26314
|
to: Scalars['ID']['input'];
|
|
24982
26315
|
};
|
|
26316
|
+
export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagInput = {
|
|
26317
|
+
relationships: Array<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelationshipInput>;
|
|
26318
|
+
};
|
|
26319
|
+
export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload = Payload & {
|
|
26320
|
+
__typename?: 'GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload';
|
|
26321
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26322
|
+
success: Scalars['Boolean']['output'];
|
|
26323
|
+
};
|
|
26324
|
+
export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelationshipInput = {
|
|
26325
|
+
from: Scalars['ID']['input'];
|
|
26326
|
+
to: Scalars['ID']['input'];
|
|
26327
|
+
};
|
|
24983
26328
|
export declare type GraphStoreDeleteVersionUserAssociatedFeatureFlagInput = {
|
|
24984
26329
|
relationships: Array<GraphStoreDeleteVersionUserAssociatedFeatureFlagRelationshipInput>;
|
|
24985
26330
|
};
|
|
@@ -25012,6 +26357,9 @@ export declare type GraphStoreFloatFilterInput = {
|
|
|
25012
26357
|
lessThan?: InputMaybe<Scalars['Float']['input']>;
|
|
25013
26358
|
lessThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
25014
26359
|
};
|
|
26360
|
+
export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
26361
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26362
|
+
};
|
|
25015
26363
|
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
25016
26364
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
25017
26365
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -28420,6 +29768,30 @@ export declare enum GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeO
|
|
|
28420
29768
|
Sca = "SCA",
|
|
28421
29769
|
Unknown = "UNKNOWN"
|
|
28422
29770
|
}
|
|
29771
|
+
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput = {
|
|
29772
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29773
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29774
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29775
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29776
|
+
};
|
|
29777
|
+
export declare type GraphStoreIncidentAssociatedPostIncidentReviewSortInput = {
|
|
29778
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29779
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29780
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29781
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29782
|
+
};
|
|
29783
|
+
export declare type GraphStoreIncidentHasActionItemSortInput = {
|
|
29784
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29785
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29786
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29787
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29788
|
+
};
|
|
29789
|
+
export declare type GraphStoreIncidentLinkedJswIssueSortInput = {
|
|
29790
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29791
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29792
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29793
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29794
|
+
};
|
|
28423
29795
|
export declare type GraphStoreIntFilterInput = {
|
|
28424
29796
|
greaterThan?: InputMaybe<Scalars['Int']['input']>;
|
|
28425
29797
|
greaterThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -28428,6 +29800,84 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
28428
29800
|
lessThan?: InputMaybe<Scalars['Int']['input']>;
|
|
28429
29801
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
28430
29802
|
};
|
|
29803
|
+
export declare type GraphStoreIssueAssociatedBranchSortInput = {
|
|
29804
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29805
|
+
};
|
|
29806
|
+
export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
29807
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29808
|
+
};
|
|
29809
|
+
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
29810
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29811
|
+
};
|
|
29812
|
+
export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
29813
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29814
|
+
};
|
|
29815
|
+
export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
29816
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29817
|
+
};
|
|
29818
|
+
export declare type GraphStoreIssueAssociatedFeatureFlagSortInput = {
|
|
29819
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29820
|
+
};
|
|
29821
|
+
export declare type GraphStoreIssueAssociatedIssueRemoteLinkSortInput = {
|
|
29822
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29823
|
+
};
|
|
29824
|
+
export declare type GraphStoreIssueAssociatedPrSortInput = {
|
|
29825
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29826
|
+
};
|
|
29827
|
+
export declare type GraphStoreIssueAssociatedRemoteLinkSortInput = {
|
|
29828
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29829
|
+
};
|
|
29830
|
+
export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
29831
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29832
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29833
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29834
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29835
|
+
};
|
|
29836
|
+
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
29837
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29838
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29839
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29840
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29841
|
+
};
|
|
29842
|
+
export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagSortInput = {
|
|
29843
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29844
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29845
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29846
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29847
|
+
};
|
|
29848
|
+
export declare type GraphStoreIssueRecursiveAssociatedPrSortInput = {
|
|
29849
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29850
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29851
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29852
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29853
|
+
};
|
|
29854
|
+
export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
29855
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29856
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29857
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29858
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29859
|
+
};
|
|
29860
|
+
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
29861
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29862
|
+
};
|
|
29863
|
+
export declare type GraphStoreJiraProjectAssociatedAtlasGoalSortInput = {
|
|
29864
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29865
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29866
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29867
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29868
|
+
};
|
|
29869
|
+
export declare type GraphStoreJsmProjectAssociatedServiceSortInput = {
|
|
29870
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29871
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29872
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29873
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29874
|
+
};
|
|
29875
|
+
export declare type GraphStoreJswProjectAssociatedComponentSortInput = {
|
|
29876
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29877
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29878
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29879
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29880
|
+
};
|
|
28431
29881
|
export declare type GraphStoreJswProjectAssociatedIncidentConditionalFilterInput = {
|
|
28432
29882
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
28433
29883
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -28481,6 +29931,18 @@ export declare type GraphStoreJswProjectAssociatedIncidentSortInput = {
|
|
|
28481
29931
|
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
28482
29932
|
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
28483
29933
|
};
|
|
29934
|
+
export declare type GraphStoreJswProjectSharesComponentWithJsmProjectSortInput = {
|
|
29935
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29936
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29937
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29938
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29939
|
+
};
|
|
29940
|
+
export declare type GraphStoreLinkedProjectHasVersionSortInput = {
|
|
29941
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
29942
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
29943
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29944
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
29945
|
+
};
|
|
28484
29946
|
export declare type GraphStoreLongFilterInput = {
|
|
28485
29947
|
greaterThan?: InputMaybe<Scalars['Long']['input']>;
|
|
28486
29948
|
greaterThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -28489,6 +29951,9 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
28489
29951
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
28490
29952
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
28491
29953
|
};
|
|
29954
|
+
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
29955
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29956
|
+
};
|
|
28492
29957
|
export declare type GraphStoreMutation = {
|
|
28493
29958
|
__typename?: 'GraphStoreMutation';
|
|
28494
29959
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -28509,6 +29974,7 @@ export declare type GraphStoreMutation = {
|
|
|
28509
29974
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
28510
29975
|
createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
|
|
28511
29976
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
29977
|
+
createTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagPayload>;
|
|
28512
29978
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
28513
29979
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
28514
29980
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
@@ -28529,6 +29995,7 @@ export declare type GraphStoreMutation = {
|
|
|
28529
29995
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
28530
29996
|
deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
|
|
28531
29997
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
29998
|
+
deleteTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload>;
|
|
28532
29999
|
deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
|
|
28533
30000
|
deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
|
|
28534
30001
|
};
|
|
@@ -28586,6 +30053,9 @@ export declare type GraphStoreMutationCreateSprintRetrospectiveWhiteboardArgs =
|
|
|
28586
30053
|
export declare type GraphStoreMutationCreateTestPerfhammerRelationshipArgs = {
|
|
28587
30054
|
input?: InputMaybe<GraphStoreCreateTestPerfhammerRelationshipInput>;
|
|
28588
30055
|
};
|
|
30056
|
+
export declare type GraphStoreMutationCreateTownsquareTagIsAliasOfTownsquareTagArgs = {
|
|
30057
|
+
input?: InputMaybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagInput>;
|
|
30058
|
+
};
|
|
28589
30059
|
export declare type GraphStoreMutationCreateVersionUserAssociatedFeatureFlagArgs = {
|
|
28590
30060
|
input?: InputMaybe<GraphStoreCreateVersionUserAssociatedFeatureFlagInput>;
|
|
28591
30061
|
};
|
|
@@ -28646,12 +30116,39 @@ export declare type GraphStoreMutationDeleteSprintRetrospectiveWhiteboardArgs =
|
|
|
28646
30116
|
export declare type GraphStoreMutationDeleteTestPerfhammerRelationshipArgs = {
|
|
28647
30117
|
input?: InputMaybe<GraphStoreDeleteTestPerfhammerRelationshipInput>;
|
|
28648
30118
|
};
|
|
30119
|
+
export declare type GraphStoreMutationDeleteTownsquareTagIsAliasOfTownsquareTagArgs = {
|
|
30120
|
+
input?: InputMaybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagInput>;
|
|
30121
|
+
};
|
|
28649
30122
|
export declare type GraphStoreMutationDeleteVersionUserAssociatedFeatureFlagArgs = {
|
|
28650
30123
|
input?: InputMaybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagInput>;
|
|
28651
30124
|
};
|
|
28652
30125
|
export declare type GraphStoreMutationDeleteVulnerabilityAssociatedIssueArgs = {
|
|
28653
30126
|
input?: InputMaybe<GraphStoreDeleteVulnerabilityAssociatedIssueInput>;
|
|
28654
30127
|
};
|
|
30128
|
+
export declare type GraphStoreOnPremProjectHasIssueSortInput = {
|
|
30129
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30130
|
+
};
|
|
30131
|
+
export declare type GraphStoreOperationsContainerImpactedByIncidentSortInput = {
|
|
30132
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30133
|
+
};
|
|
30134
|
+
export declare type GraphStoreOperationsContainerImprovedByActionItemSortInput = {
|
|
30135
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30136
|
+
};
|
|
30137
|
+
export declare type GraphStoreParentDocumentHasChildDocumentSortInput = {
|
|
30138
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30139
|
+
};
|
|
30140
|
+
export declare type GraphStoreParentIssueHasChildIssueSortInput = {
|
|
30141
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30142
|
+
};
|
|
30143
|
+
export declare type GraphStorePrInRepoSortInput = {
|
|
30144
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30145
|
+
};
|
|
30146
|
+
export declare type GraphStoreProjectAssociatedBranchSortInput = {
|
|
30147
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30148
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30149
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30150
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30151
|
+
};
|
|
28655
30152
|
export declare enum GraphStoreProjectAssociatedBuildBuildState {
|
|
28656
30153
|
Cancelled = "CANCELLED",
|
|
28657
30154
|
Failed = "FAILED",
|
|
@@ -28785,6 +30282,24 @@ export declare type GraphStoreProjectAssociatedDeploymentSortInput = {
|
|
|
28785
30282
|
to_environmentType?: InputMaybe<GraphStoreSortInput>;
|
|
28786
30283
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
28787
30284
|
};
|
|
30285
|
+
export declare type GraphStoreProjectAssociatedFeatureFlagSortInput = {
|
|
30286
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30287
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30288
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30289
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30290
|
+
};
|
|
30291
|
+
export declare type GraphStoreProjectAssociatedIncidentSortInput = {
|
|
30292
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30293
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30294
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30295
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30296
|
+
};
|
|
30297
|
+
export declare type GraphStoreProjectAssociatedOpsgenieTeamSortInput = {
|
|
30298
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30299
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30300
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30301
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30302
|
+
};
|
|
28788
30303
|
export declare type GraphStoreProjectAssociatedPrAuthorFilterInput = {
|
|
28789
30304
|
and?: InputMaybe<Array<InputMaybe<GraphStoreProjectAssociatedPrAuthorFilterInput>>>;
|
|
28790
30305
|
authorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
@@ -28878,6 +30393,30 @@ export declare type GraphStoreProjectAssociatedRepoSortInput = {
|
|
|
28878
30393
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28879
30394
|
to_providerAri?: InputMaybe<GraphStoreSortInput>;
|
|
28880
30395
|
};
|
|
30396
|
+
export declare type GraphStoreProjectAssociatedServiceSortInput = {
|
|
30397
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30398
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30399
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30400
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30401
|
+
};
|
|
30402
|
+
export declare type GraphStoreProjectAssociatedToIncidentSortInput = {
|
|
30403
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30404
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30405
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30406
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30407
|
+
};
|
|
30408
|
+
export declare type GraphStoreProjectAssociatedToOperationsContainerSortInput = {
|
|
30409
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30410
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30411
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30412
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30413
|
+
};
|
|
30414
|
+
export declare type GraphStoreProjectAssociatedToSecurityContainerSortInput = {
|
|
30415
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30416
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30417
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30418
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30419
|
+
};
|
|
28881
30420
|
export declare type GraphStoreProjectAssociatedVulnerabilityConditionalFilterInput = {
|
|
28882
30421
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
28883
30422
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -28944,6 +30483,37 @@ export declare type GraphStoreProjectAssociatedVulnerabilityVulnerabilityTypeFil
|
|
|
28944
30483
|
is?: InputMaybe<Array<GraphStoreProjectAssociatedVulnerabilityVulnerabilityType>>;
|
|
28945
30484
|
isNot?: InputMaybe<Array<GraphStoreProjectAssociatedVulnerabilityVulnerabilityType>>;
|
|
28946
30485
|
};
|
|
30486
|
+
export declare type GraphStoreProjectDisassociatedRepoSortInput = {
|
|
30487
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30488
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30489
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30490
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30491
|
+
};
|
|
30492
|
+
export declare type GraphStoreProjectDocumentationEntitySortInput = {
|
|
30493
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30494
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30495
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30496
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30497
|
+
};
|
|
30498
|
+
export declare type GraphStoreProjectDocumentationPageSortInput = {
|
|
30499
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30500
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30501
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30502
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30503
|
+
};
|
|
30504
|
+
export declare type GraphStoreProjectDocumentationSpaceSortInput = {
|
|
30505
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30506
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30507
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30508
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30509
|
+
};
|
|
30510
|
+
export declare type GraphStoreProjectExplicitlyAssociatedRepoSortInput = {
|
|
30511
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30512
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30513
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30514
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30515
|
+
to_providerAri?: InputMaybe<GraphStoreSortInput>;
|
|
30516
|
+
};
|
|
28947
30517
|
export declare type GraphStoreProjectHasIssueConditionalFilterInput = {
|
|
28948
30518
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
28949
30519
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -28978,6 +30548,27 @@ export declare type GraphStoreProjectHasIssueSortInput = {
|
|
|
28978
30548
|
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
28979
30549
|
to_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
28980
30550
|
};
|
|
30551
|
+
export declare type GraphStoreProjectHasRelatedWorkWithProjectSortInput = {
|
|
30552
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30553
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30554
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30555
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30556
|
+
};
|
|
30557
|
+
export declare type GraphStoreProjectHasSharedVersionWithSortInput = {
|
|
30558
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30559
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30560
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30561
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30562
|
+
};
|
|
30563
|
+
export declare type GraphStoreProjectHasVersionSortInput = {
|
|
30564
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30565
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30566
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30567
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30568
|
+
};
|
|
30569
|
+
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput = {
|
|
30570
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30571
|
+
};
|
|
28981
30572
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
28982
30573
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
28983
30574
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -29029,6 +30620,24 @@ export declare type GraphStoreServiceLinkedIncidentSortInput = {
|
|
|
29029
30620
|
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
29030
30621
|
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
29031
30622
|
};
|
|
30623
|
+
export declare type GraphStoreShipit57IssueLinksToPageManualSortInput = {
|
|
30624
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30625
|
+
};
|
|
30626
|
+
export declare type GraphStoreShipit57IssueLinksToPageSortInput = {
|
|
30627
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30628
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30629
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30630
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30631
|
+
};
|
|
30632
|
+
export declare type GraphStoreShipit57IssueRecursiveLinksToPageSortInput = {
|
|
30633
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
30634
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
30635
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30636
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
30637
|
+
};
|
|
30638
|
+
export declare type GraphStoreShipit57PullRequestLinksToPageSortInput = {
|
|
30639
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
30640
|
+
};
|
|
29032
30641
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalConnection = HasPageInfo & {
|
|
29033
30642
|
__typename?: 'GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalConnection';
|
|
29034
30643
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalEdge>>>;
|
|
@@ -29127,6 +30736,20 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge =
|
|
|
29127
30736
|
};
|
|
29128
30737
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = DevOpsOperationsComponentDetails;
|
|
29129
30738
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
30739
|
+
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectConnection = HasPageInfo & {
|
|
30740
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsJiraProjectConnection';
|
|
30741
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectEdge>>>;
|
|
30742
|
+
pageInfo: PageInfo;
|
|
30743
|
+
};
|
|
30744
|
+
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectEdge = {
|
|
30745
|
+
__typename?: 'GraphStoreSimplifiedComponentLinkIsJiraProjectEdge';
|
|
30746
|
+
createdAt: Scalars['DateTime']['output'];
|
|
30747
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
30748
|
+
id: Scalars['ID']['output'];
|
|
30749
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
30750
|
+
node?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectUnion>;
|
|
30751
|
+
};
|
|
30752
|
+
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectUnion = JiraProject;
|
|
29130
30753
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
29131
30754
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
29132
30755
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -29903,6 +31526,48 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
29903
31526
|
};
|
|
29904
31527
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
29905
31528
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionUnion = JiraVersion;
|
|
31529
|
+
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
31530
|
+
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
31531
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
31532
|
+
pageInfo: PageInfo;
|
|
31533
|
+
};
|
|
31534
|
+
export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
31535
|
+
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentEdge';
|
|
31536
|
+
createdAt: Scalars['DateTime']['output'];
|
|
31537
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31538
|
+
id: Scalars['ID']['output'];
|
|
31539
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
31540
|
+
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
31541
|
+
};
|
|
31542
|
+
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluencePage | JiraIssue;
|
|
31543
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
31544
|
+
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
31545
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
31546
|
+
pageInfo: PageInfo;
|
|
31547
|
+
};
|
|
31548
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueEdge = {
|
|
31549
|
+
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueEdge';
|
|
31550
|
+
createdAt: Scalars['DateTime']['output'];
|
|
31551
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31552
|
+
id: Scalars['ID']['output'];
|
|
31553
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
31554
|
+
node?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueUnion>;
|
|
31555
|
+
};
|
|
31556
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection = HasPageInfo & {
|
|
31557
|
+
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection';
|
|
31558
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseEdge>>>;
|
|
31559
|
+
pageInfo: PageInfo;
|
|
31560
|
+
};
|
|
31561
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueInverseEdge = {
|
|
31562
|
+
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueInverseEdge';
|
|
31563
|
+
createdAt: Scalars['DateTime']['output'];
|
|
31564
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
31565
|
+
id: Scalars['ID']['output'];
|
|
31566
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
31567
|
+
node?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseUnion>;
|
|
31568
|
+
};
|
|
31569
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueInverseUnion = JiraProject;
|
|
31570
|
+
export declare type GraphStoreSimplifiedOnPremProjectHasIssueUnion = JiraIssue;
|
|
29906
31571
|
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection = HasPageInfo & {
|
|
29907
31572
|
__typename?: 'GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection';
|
|
29908
31573
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentEdge>>>;
|
|
@@ -31452,6 +33117,12 @@ export declare type GraphStoreSprintAssociatedDeploymentSortInput = {
|
|
|
31452
33117
|
to_environmentType?: InputMaybe<GraphStoreSortInput>;
|
|
31453
33118
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
31454
33119
|
};
|
|
33120
|
+
export declare type GraphStoreSprintAssociatedFeatureFlagSortInput = {
|
|
33121
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33122
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33123
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33124
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33125
|
+
};
|
|
31455
33126
|
export declare type GraphStoreSprintAssociatedPrAuthorFilterInput = {
|
|
31456
33127
|
and?: InputMaybe<Array<InputMaybe<GraphStoreSprintAssociatedPrAuthorFilterInput>>>;
|
|
31457
33128
|
authorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
@@ -31628,6 +33299,63 @@ export declare type GraphStoreSprintContainsIssueStatusCategoryFilterInput = {
|
|
|
31628
33299
|
is?: InputMaybe<Array<GraphStoreSprintContainsIssueStatusCategory>>;
|
|
31629
33300
|
isNot?: InputMaybe<Array<GraphStoreSprintContainsIssueStatusCategory>>;
|
|
31630
33301
|
};
|
|
33302
|
+
export declare type GraphStoreSprintRetrospectivePageSortInput = {
|
|
33303
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33304
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33305
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33306
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33307
|
+
};
|
|
33308
|
+
export declare type GraphStoreSprintRetrospectiveWhiteboardSortInput = {
|
|
33309
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33310
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33311
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33312
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33313
|
+
};
|
|
33314
|
+
export declare type GraphStoreTeamWorksOnProjectSortInput = {
|
|
33315
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33316
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33317
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33318
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33319
|
+
};
|
|
33320
|
+
export declare type GraphStoreTestPerfhammerMaterializationASortInput = {
|
|
33321
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33322
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33323
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33324
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33325
|
+
};
|
|
33326
|
+
export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
|
|
33327
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33328
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33329
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33330
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33331
|
+
};
|
|
33332
|
+
export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
|
|
33333
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33334
|
+
};
|
|
33335
|
+
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
33336
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33337
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33338
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33339
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33340
|
+
};
|
|
33341
|
+
export declare type GraphStoreVersionAssociatedBuildSortInput = {
|
|
33342
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33343
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33344
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33345
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33346
|
+
};
|
|
33347
|
+
export declare type GraphStoreVersionAssociatedCommitSortInput = {
|
|
33348
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33349
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33350
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33351
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33352
|
+
};
|
|
33353
|
+
export declare type GraphStoreVersionAssociatedDeploymentSortInput = {
|
|
33354
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33355
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33356
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33357
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33358
|
+
};
|
|
31631
33359
|
export declare type GraphStoreVersionAssociatedDesignConditionalFilterInput = {
|
|
31632
33360
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
31633
33361
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -31673,6 +33401,44 @@ export declare type GraphStoreVersionAssociatedDesignSortInput = {
|
|
|
31673
33401
|
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
31674
33402
|
to_type?: InputMaybe<GraphStoreSortInput>;
|
|
31675
33403
|
};
|
|
33404
|
+
export declare type GraphStoreVersionAssociatedFeatureFlagSortInput = {
|
|
33405
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33406
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33407
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33408
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33409
|
+
};
|
|
33410
|
+
export declare type GraphStoreVersionAssociatedIssueSortInput = {
|
|
33411
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33412
|
+
};
|
|
33413
|
+
export declare type GraphStoreVersionAssociatedPullRequestSortInput = {
|
|
33414
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33415
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33416
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33417
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33418
|
+
};
|
|
33419
|
+
export declare type GraphStoreVersionAssociatedRemoteLinkSortInput = {
|
|
33420
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33421
|
+
};
|
|
33422
|
+
export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
33423
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33424
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33425
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33426
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33427
|
+
};
|
|
33428
|
+
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
33429
|
+
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
33430
|
+
};
|
|
33431
|
+
export declare type GraphStoreVulnerabilityAssociatedIssueSortInput = {
|
|
33432
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
33433
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
33434
|
+
from_container?: InputMaybe<GraphStoreVulnerabilityAssociatedIssueContainerSortInput>;
|
|
33435
|
+
from_introducedDate?: InputMaybe<GraphStoreSortInput>;
|
|
33436
|
+
from_severity?: InputMaybe<GraphStoreSortInput>;
|
|
33437
|
+
from_status?: InputMaybe<GraphStoreSortInput>;
|
|
33438
|
+
from_type?: InputMaybe<GraphStoreSortInput>;
|
|
33439
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33440
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
33441
|
+
};
|
|
31676
33442
|
export declare type GrowthRecContext = {
|
|
31677
33443
|
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
31678
33444
|
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
@@ -32553,7 +34319,7 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
32553
34319
|
export declare type HelpLayoutAnnouncementInput = {
|
|
32554
34320
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
32555
34321
|
};
|
|
32556
|
-
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
34322
|
+
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
32557
34323
|
export declare type HelpLayoutAtomicElementInput = {
|
|
32558
34324
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
32559
34325
|
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
@@ -32561,6 +34327,7 @@ export declare type HelpLayoutAtomicElementInput = {
|
|
|
32561
34327
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
32562
34328
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
32563
34329
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
34330
|
+
noContentElementInput?: InputMaybe<HelpLayoutNoContentElementInput>;
|
|
32564
34331
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
32565
34332
|
portalsListInput?: InputMaybe<HelpLayoutPortalsListInput>;
|
|
32566
34333
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
@@ -32573,6 +34340,7 @@ export declare enum HelpLayoutAtomicElementKey {
|
|
|
32573
34340
|
Heading = "HEADING",
|
|
32574
34341
|
Hero = "HERO",
|
|
32575
34342
|
Image = "IMAGE",
|
|
34343
|
+
NoContent = "NO_CONTENT",
|
|
32576
34344
|
Paragraph = "PARAGRAPH",
|
|
32577
34345
|
PortalsList = "PORTALS_LIST",
|
|
32578
34346
|
Search = "SEARCH",
|
|
@@ -32637,7 +34405,7 @@ export declare type HelpLayoutEditorInput = {
|
|
|
32637
34405
|
adf: Scalars['String']['input'];
|
|
32638
34406
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
32639
34407
|
};
|
|
32640
|
-
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
34408
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
32641
34409
|
export declare enum HelpLayoutElementCategory {
|
|
32642
34410
|
Basic = "BASIC",
|
|
32643
34411
|
Navigation = "NAVIGATION"
|
|
@@ -32650,6 +34418,7 @@ export declare type HelpLayoutElementInput = {
|
|
|
32650
34418
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
32651
34419
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
32652
34420
|
linkCardInput?: InputMaybe<HelpLayoutLinkCardInput>;
|
|
34421
|
+
noContentElementInput?: InputMaybe<HelpLayoutNoContentElementInput>;
|
|
32653
34422
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
32654
34423
|
portalsListInput?: InputMaybe<HelpLayoutPortalsListInput>;
|
|
32655
34424
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
@@ -32663,6 +34432,7 @@ export declare enum HelpLayoutElementKey {
|
|
|
32663
34432
|
Hero = "HERO",
|
|
32664
34433
|
Image = "IMAGE",
|
|
32665
34434
|
LinkCard = "LINK_CARD",
|
|
34435
|
+
NoContent = "NO_CONTENT",
|
|
32666
34436
|
Paragraph = "PARAGRAPH",
|
|
32667
34437
|
PortalsList = "PORTALS_LIST",
|
|
32668
34438
|
Search = "SEARCH",
|
|
@@ -32674,6 +34444,9 @@ export declare type HelpLayoutElementType = {
|
|
|
32674
34444
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
32675
34445
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
32676
34446
|
};
|
|
34447
|
+
export declare type HelpLayoutFilter = {
|
|
34448
|
+
isEditMode?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34449
|
+
};
|
|
32677
34450
|
export declare type HelpLayoutHeadingAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
32678
34451
|
__typename?: 'HelpLayoutHeadingAtomicElement';
|
|
32679
34452
|
config?: Maybe<HelpLayoutHeadingAtomicElementConfig>;
|
|
@@ -32802,6 +34575,17 @@ export declare type HelpLayoutMutationErrorExtension = MutationErrorExtension &
|
|
|
32802
34575
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
32803
34576
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
32804
34577
|
};
|
|
34578
|
+
export declare type HelpLayoutNoContentElement = HelpLayoutVisualEntity & Node & {
|
|
34579
|
+
__typename?: 'HelpLayoutNoContentElement';
|
|
34580
|
+
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
34581
|
+
header?: Maybe<Scalars['String']['output']>;
|
|
34582
|
+
id: Scalars['ID']['output'];
|
|
34583
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
34584
|
+
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
34585
|
+
};
|
|
34586
|
+
export declare type HelpLayoutNoContentElementInput = {
|
|
34587
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
34588
|
+
};
|
|
32805
34589
|
export declare type HelpLayoutParagraphAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
32806
34590
|
__typename?: 'HelpLayoutParagraphAtomicElement';
|
|
32807
34591
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -32849,9 +34633,11 @@ export declare type HelpLayoutQueryApi = {
|
|
|
32849
34633
|
mediaConfig?: Maybe<HelpLayoutMediaConfig>;
|
|
32850
34634
|
};
|
|
32851
34635
|
export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
34636
|
+
filter?: InputMaybe<HelpLayoutFilter>;
|
|
32852
34637
|
id: Scalars['ID']['input'];
|
|
32853
34638
|
};
|
|
32854
34639
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
34640
|
+
filter?: InputMaybe<HelpLayoutFilter>;
|
|
32855
34641
|
parentAri: Scalars['ID']['input'];
|
|
32856
34642
|
};
|
|
32857
34643
|
export declare type HelpLayoutQueryErrorExtension = QueryErrorExtension & {
|
|
@@ -32951,6 +34737,7 @@ export declare type HelpLayoutTopic = {
|
|
|
32951
34737
|
export declare type HelpLayoutTopicItem = {
|
|
32952
34738
|
__typename?: 'HelpLayoutTopicItem';
|
|
32953
34739
|
displayLink?: Maybe<Scalars['String']['output']>;
|
|
34740
|
+
entityKey?: Maybe<Scalars['String']['output']>;
|
|
32954
34741
|
logo?: Maybe<Scalars['String']['output']>;
|
|
32955
34742
|
title?: Maybe<Scalars['String']['output']>;
|
|
32956
34743
|
};
|
|
@@ -34663,12 +36450,12 @@ export declare type JiraArchivedIssueEdge = {
|
|
|
34663
36450
|
};
|
|
34664
36451
|
export declare type JiraArchivedIssuesFilterInput = {
|
|
34665
36452
|
byArchivalDateRange?: InputMaybe<JiraArchivedOnDateRange>;
|
|
34666
|
-
byArchivedBy?: InputMaybe<Array<
|
|
34667
|
-
byAssignee?: InputMaybe<Array<
|
|
36453
|
+
byArchivedBy?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
36454
|
+
byAssignee?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
34668
36455
|
byCreatedOn?: InputMaybe<Scalars['Date']['input']>;
|
|
34669
36456
|
byIssueType?: InputMaybe<Array<JiraIssueTypeInput>>;
|
|
34670
36457
|
byProject?: InputMaybe<Scalars['String']['input']>;
|
|
34671
|
-
byReporter?: InputMaybe<Array<
|
|
36458
|
+
byReporter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
34672
36459
|
};
|
|
34673
36460
|
export declare type JiraArchivedIssuesFilterOptions = {
|
|
34674
36461
|
__typename?: 'JiraArchivedIssuesFilterOptions';
|
|
@@ -35202,7 +36989,6 @@ export declare type JiraBulkCleanupProjectsInput = {
|
|
|
35202
36989
|
export declare type JiraBulkCleanupProjectsPayload = Payload & {
|
|
35203
36990
|
__typename?: 'JiraBulkCleanupProjectsPayload';
|
|
35204
36991
|
errors?: Maybe<Array<MutationError>>;
|
|
35205
|
-
executedGroupId?: Maybe<Scalars['String']['output']>;
|
|
35206
36992
|
success: Scalars['Boolean']['output'];
|
|
35207
36993
|
};
|
|
35208
36994
|
export declare type JiraBulkCreateIssueLinksInput = {
|
|
@@ -35258,8 +37044,9 @@ export declare enum JiraBulkOperationType {
|
|
|
35258
37044
|
BulkEdit = "BULK_EDIT",
|
|
35259
37045
|
BulkTransition = "BULK_TRANSITION"
|
|
35260
37046
|
}
|
|
35261
|
-
export declare type JiraBulkTransition = {
|
|
37047
|
+
export declare type JiraBulkTransition = Node & {
|
|
35262
37048
|
__typename?: 'JiraBulkTransition';
|
|
37049
|
+
id: Scalars['ID']['output'];
|
|
35263
37050
|
isTransitionsFiltered?: Maybe<Scalars['Boolean']['output']>;
|
|
35264
37051
|
issues?: Maybe<JiraIssueConnection>;
|
|
35265
37052
|
transitions?: Maybe<JiraTransitionConnection>;
|
|
@@ -35336,6 +37123,7 @@ export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
|
35336
37123
|
};
|
|
35337
37124
|
export declare type JiraCalendar = {
|
|
35338
37125
|
__typename?: 'JiraCalendar';
|
|
37126
|
+
crossProjectVersions?: Maybe<JiraCrossProjectVersionConnection>;
|
|
35339
37127
|
endDateField?: Maybe<JiraIssueField>;
|
|
35340
37128
|
issues?: Maybe<JiraIssueConnection>;
|
|
35341
37129
|
issuesV2?: Maybe<JiraScenarioIssueLikeConnection>;
|
|
@@ -35346,6 +37134,13 @@ export declare type JiraCalendar = {
|
|
|
35346
37134
|
unscheduledIssues?: Maybe<JiraIssueConnection>;
|
|
35347
37135
|
versions?: Maybe<JiraVersionConnection>;
|
|
35348
37136
|
};
|
|
37137
|
+
export declare type JiraCalendarCrossProjectVersionsArgs = {
|
|
37138
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37139
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
37140
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37141
|
+
input?: InputMaybe<JiraCalendarCrossProjectVersionsInput>;
|
|
37142
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37143
|
+
};
|
|
35349
37144
|
export declare type JiraCalendarIssuesArgs = {
|
|
35350
37145
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35351
37146
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35390,6 +37185,11 @@ export declare type JiraCalendarVersionsArgs = {
|
|
|
35390
37185
|
input?: InputMaybe<JiraCalendarVersionsInput>;
|
|
35391
37186
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
35392
37187
|
};
|
|
37188
|
+
export declare type JiraCalendarCrossProjectVersionsInput = {
|
|
37189
|
+
activeWithin?: InputMaybe<JiraDateTimeWindow>;
|
|
37190
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
37191
|
+
statuses?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
37192
|
+
};
|
|
35393
37193
|
export declare type JiraCalendarIssuesInput = {
|
|
35394
37194
|
additionalFilterQuery?: InputMaybe<Scalars['String']['input']>;
|
|
35395
37195
|
};
|
|
@@ -36425,6 +38225,33 @@ export declare type JiraCreateSimpleNavigationItemInput = {
|
|
|
36425
38225
|
scopeId: Scalars['ID']['input'];
|
|
36426
38226
|
typeKey: JiraNavigationItemTypeKey;
|
|
36427
38227
|
};
|
|
38228
|
+
export declare type JiraCrossProjectVersion = {
|
|
38229
|
+
__typename?: 'JiraCrossProjectVersion';
|
|
38230
|
+
crossProjectVersionScenarioValues?: Maybe<JiraCrossProjectVersionPlanScenarioValues>;
|
|
38231
|
+
id: Scalars['ID']['output'];
|
|
38232
|
+
name: Scalars['String']['output'];
|
|
38233
|
+
overdue?: Maybe<Scalars['Boolean']['output']>;
|
|
38234
|
+
projects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
38235
|
+
releaseDate?: Maybe<Scalars['DateTime']['output']>;
|
|
38236
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
38237
|
+
status: JiraVersionStatus;
|
|
38238
|
+
versionId: Scalars['ID']['output'];
|
|
38239
|
+
};
|
|
38240
|
+
export declare type JiraCrossProjectVersionConnection = {
|
|
38241
|
+
__typename?: 'JiraCrossProjectVersionConnection';
|
|
38242
|
+
edges?: Maybe<Array<Maybe<JiraCrossProjectVersionEdge>>>;
|
|
38243
|
+
pageInfo: PageInfo;
|
|
38244
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
38245
|
+
};
|
|
38246
|
+
export declare type JiraCrossProjectVersionEdge = {
|
|
38247
|
+
__typename?: 'JiraCrossProjectVersionEdge';
|
|
38248
|
+
cursor: Scalars['String']['output'];
|
|
38249
|
+
node?: Maybe<JiraCrossProjectVersion>;
|
|
38250
|
+
};
|
|
38251
|
+
export declare type JiraCrossProjectVersionPlanScenarioValues = {
|
|
38252
|
+
__typename?: 'JiraCrossProjectVersionPlanScenarioValues';
|
|
38253
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
38254
|
+
};
|
|
36428
38255
|
export declare type JiraCustomBackground = {
|
|
36429
38256
|
__typename?: 'JiraCustomBackground';
|
|
36430
38257
|
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
@@ -37725,9 +39552,11 @@ export declare type JiraGoalEdge = {
|
|
|
37725
39552
|
node?: Maybe<JiraGoal>;
|
|
37726
39553
|
};
|
|
37727
39554
|
export declare enum JiraGoalStatus {
|
|
39555
|
+
Archived = "ARCHIVED",
|
|
37728
39556
|
AtRisk = "AT_RISK",
|
|
37729
39557
|
Cancelled = "CANCELLED",
|
|
37730
39558
|
Completed = "COMPLETED",
|
|
39559
|
+
Done = "DONE",
|
|
37731
39560
|
OffTrack = "OFF_TRACK",
|
|
37732
39561
|
OnTrack = "ON_TRACK",
|
|
37733
39562
|
Paused = "PAUSED",
|
|
@@ -37898,6 +39727,8 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
37898
39727
|
};
|
|
37899
39728
|
export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
37900
39729
|
__typename?: 'JiraIssue';
|
|
39730
|
+
archivedBy?: Maybe<User>;
|
|
39731
|
+
archivedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
37901
39732
|
assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
|
|
37902
39733
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
37903
39734
|
canBeExported?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -37913,6 +39744,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
37913
39744
|
devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
|
|
37914
39745
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
37915
39746
|
dueDateField?: Maybe<JiraDatePickerField>;
|
|
39747
|
+
endDateViewField?: Maybe<JiraIssueField>;
|
|
37916
39748
|
errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
|
|
37917
39749
|
fieldByIdOrAlias?: Maybe<JiraIssueField>;
|
|
37918
39750
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
@@ -37952,6 +39784,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
37952
39784
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
37953
39785
|
smartSummary?: Maybe<JiraAdf>;
|
|
37954
39786
|
startDateField?: Maybe<JiraDatePickerField>;
|
|
39787
|
+
startDateViewField?: Maybe<JiraIssueField>;
|
|
37955
39788
|
statusField?: Maybe<JiraStatusField>;
|
|
37956
39789
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
37957
39790
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
@@ -37992,6 +39825,9 @@ export declare type JiraIssueDesignsArgs = {
|
|
|
37992
39825
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37993
39826
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37994
39827
|
};
|
|
39828
|
+
export declare type JiraIssueEndDateViewFieldArgs = {
|
|
39829
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
39830
|
+
};
|
|
37995
39831
|
export declare type JiraIssueFieldByIdOrAliasArgs = {
|
|
37996
39832
|
idOrAlias?: InputMaybe<Scalars['String']['input']>;
|
|
37997
39833
|
ignoreMissingField?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38054,7 +39890,7 @@ export declare type JiraIssueMediaReadTokenArgs = {
|
|
|
38054
39890
|
maxTokenLength: Scalars['Int']['input'];
|
|
38055
39891
|
};
|
|
38056
39892
|
export declare type JiraIssuePlanScenarioValuesArgs = {
|
|
38057
|
-
viewId
|
|
39893
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
38058
39894
|
};
|
|
38059
39895
|
export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
|
|
38060
39896
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -38062,6 +39898,9 @@ export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
|
|
|
38062
39898
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38063
39899
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38064
39900
|
};
|
|
39901
|
+
export declare type JiraIssueStartDateViewFieldArgs = {
|
|
39902
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
39903
|
+
};
|
|
38065
39904
|
export declare type JiraIssueSuggestFieldValuesArgs = {
|
|
38066
39905
|
filterProjectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
38067
39906
|
};
|
|
@@ -41213,6 +43052,12 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
41213
43052
|
type: Scalars['String']['output'];
|
|
41214
43053
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
41215
43054
|
};
|
|
43055
|
+
export declare type JiraOutgoingEmailSettings = {
|
|
43056
|
+
__typename?: 'JiraOutgoingEmailSettings';
|
|
43057
|
+
emailDisabledDueToSpamProtectionRateLimit: Scalars['Boolean']['output'];
|
|
43058
|
+
emailSystemSettingsDisabled: Scalars['Boolean']['output'];
|
|
43059
|
+
spamProtectionOnTenantApplicable: Scalars['Boolean']['output'];
|
|
43060
|
+
};
|
|
41216
43061
|
export declare enum JiraOverviewPlanMigrationChangeboardingStatus {
|
|
41217
43062
|
Completed = "COMPLETED",
|
|
41218
43063
|
Triggered = "TRIGGERED"
|
|
@@ -41279,6 +43124,7 @@ export declare type JiraParentOption = JiraHasSelectableValueOptions & JiraSelec
|
|
|
41279
43124
|
childOptions?: Maybe<JiraOptionConnection>;
|
|
41280
43125
|
id: Scalars['ID']['output'];
|
|
41281
43126
|
isDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
43127
|
+
issueId?: Maybe<Scalars['ID']['output']>;
|
|
41282
43128
|
selectableGroupKey?: Maybe<Scalars['String']['output']>;
|
|
41283
43129
|
selectableIconUrl?: Maybe<Scalars['URL']['output']>;
|
|
41284
43130
|
selectableLabel?: Maybe<Scalars['String']['output']>;
|
|
@@ -41497,11 +43343,18 @@ export declare type JiraPlan = Node & {
|
|
|
41497
43343
|
__typename?: 'JiraPlan';
|
|
41498
43344
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
41499
43345
|
id: Scalars['ID']['output'];
|
|
43346
|
+
isReadOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
41500
43347
|
planId?: Maybe<Scalars['Long']['output']>;
|
|
43348
|
+
planStatus?: Maybe<JiraPlanStatus>;
|
|
41501
43349
|
planUrl?: Maybe<Scalars['URL']['output']>;
|
|
41502
43350
|
scenario?: Maybe<JiraScenario>;
|
|
41503
43351
|
title?: Maybe<Scalars['String']['output']>;
|
|
41504
43352
|
};
|
|
43353
|
+
export declare enum JiraPlanStatus {
|
|
43354
|
+
Active = "ACTIVE",
|
|
43355
|
+
Archived = "ARCHIVED",
|
|
43356
|
+
Trashed = "TRASHED"
|
|
43357
|
+
}
|
|
41505
43358
|
export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
41506
43359
|
__typename?: 'JiraPlatformAttachment';
|
|
41507
43360
|
attachmentId: Scalars['String']['output'];
|
|
@@ -41697,6 +43550,7 @@ export declare type JiraProject = Node & {
|
|
|
41697
43550
|
versions?: Maybe<JiraVersionConnection>;
|
|
41698
43551
|
versionsV2?: Maybe<JiraVersionConnectionResult>;
|
|
41699
43552
|
virtualAgentConfiguration?: Maybe<VirtualAgentConfigurationResult>;
|
|
43553
|
+
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
41700
43554
|
};
|
|
41701
43555
|
export declare type JiraProjectActionArgs = {
|
|
41702
43556
|
type: JiraProjectActionType;
|
|
@@ -41853,7 +43707,8 @@ export declare enum JiraProjectActionType {
|
|
|
41853
43707
|
LinkIssues = "LINK_ISSUES",
|
|
41854
43708
|
ScheduleIssues = "SCHEDULE_ISSUES",
|
|
41855
43709
|
TransitionIssues = "TRANSITION_ISSUES",
|
|
41856
|
-
ViewIssues = "VIEW_ISSUES"
|
|
43710
|
+
ViewIssues = "VIEW_ISSUES",
|
|
43711
|
+
ViewProjectConfig = "VIEW_PROJECT_CONFIG"
|
|
41857
43712
|
}
|
|
41858
43713
|
export declare type JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectInput = {
|
|
41859
43714
|
id: Scalars['ID']['input'];
|
|
@@ -42450,9 +44305,11 @@ export declare type JiraQuery = {
|
|
|
42450
44305
|
formattingRulesByProject?: Maybe<JiraFormattingRuleConnection>;
|
|
42451
44306
|
getArchivedIssues?: Maybe<JiraArchivedIssueConnection>;
|
|
42452
44307
|
getArchivedIssuesFilterOptions?: Maybe<JiraArchivedIssuesFilterOptions>;
|
|
44308
|
+
getArchivedIssuesForProject?: Maybe<JiraIssueConnection>;
|
|
42453
44309
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
42454
44310
|
getIssueTransitionByIssueId?: Maybe<JiraIssueTransitionModal>;
|
|
42455
44311
|
getIssueTransitionByIssueKey?: Maybe<JiraIssueTransitionModal>;
|
|
44312
|
+
getOutgoingEmailSettings?: Maybe<JiraOutgoingEmailSettings>;
|
|
42456
44313
|
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
42457
44314
|
getPermissionSchemeGrantsHierarchy?: Maybe<Array<JiraPermissionGrants>>;
|
|
42458
44315
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
@@ -42769,6 +44626,10 @@ export declare type JiraQueryGetArchivedIssuesArgs = {
|
|
|
42769
44626
|
export declare type JiraQueryGetArchivedIssuesFilterOptionsArgs = {
|
|
42770
44627
|
projectId: Scalars['ID']['input'];
|
|
42771
44628
|
};
|
|
44629
|
+
export declare type JiraQueryGetArchivedIssuesForProjectArgs = {
|
|
44630
|
+
filterBy?: InputMaybe<JiraArchivedIssuesFilterInput>;
|
|
44631
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
44632
|
+
};
|
|
42772
44633
|
export declare type JiraQueryGetGlobalPermissionsAndGrantsArgs = {
|
|
42773
44634
|
cloudId: Scalars['ID']['input'];
|
|
42774
44635
|
};
|
|
@@ -42781,6 +44642,9 @@ export declare type JiraQueryGetIssueTransitionByIssueKeyArgs = {
|
|
|
42781
44642
|
issueKey: Scalars['String']['input'];
|
|
42782
44643
|
transitionId: Scalars['String']['input'];
|
|
42783
44644
|
};
|
|
44645
|
+
export declare type JiraQueryGetOutgoingEmailSettingsArgs = {
|
|
44646
|
+
cloudId: Scalars['ID']['input'];
|
|
44647
|
+
};
|
|
42784
44648
|
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
42785
44649
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
42786
44650
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -43977,14 +45841,14 @@ export declare type JiraScenarioIssue = JiraScenarioIssueLike & Node & {
|
|
|
43977
45841
|
planScenarioValues?: Maybe<JiraScenarioIssueValues>;
|
|
43978
45842
|
};
|
|
43979
45843
|
export declare type JiraScenarioIssuePlanScenarioValuesArgs = {
|
|
43980
|
-
viewId
|
|
45844
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
43981
45845
|
};
|
|
43982
45846
|
export declare type JiraScenarioIssueLike = {
|
|
43983
45847
|
id: Scalars['ID']['output'];
|
|
43984
45848
|
planScenarioValues?: Maybe<JiraScenarioIssueValues>;
|
|
43985
45849
|
};
|
|
43986
45850
|
export declare type JiraScenarioIssueLikePlanScenarioValuesArgs = {
|
|
43987
|
-
viewId
|
|
45851
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
43988
45852
|
};
|
|
43989
45853
|
export declare type JiraScenarioIssueLikeConnection = {
|
|
43990
45854
|
__typename?: 'JiraScenarioIssueLikeConnection';
|
|
@@ -44002,12 +45866,14 @@ export declare type JiraScenarioIssueValues = {
|
|
|
44002
45866
|
__typename?: 'JiraScenarioIssueValues';
|
|
44003
45867
|
assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
|
|
44004
45868
|
descriptionField?: Maybe<JiraRichTextField>;
|
|
45869
|
+
endDateViewField?: Maybe<JiraIssueField>;
|
|
44005
45870
|
fieldByIdOrAlias?: Maybe<JiraIssueField>;
|
|
44006
45871
|
flagField?: Maybe<JiraFlagField>;
|
|
44007
45872
|
goalsField?: Maybe<JiraGoalsField>;
|
|
44008
45873
|
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
44009
45874
|
projectField?: Maybe<JiraProjectField>;
|
|
44010
45875
|
scenarioType?: Maybe<JiraScenarioType>;
|
|
45876
|
+
startDateViewField?: Maybe<JiraIssueField>;
|
|
44011
45877
|
statusField?: Maybe<JiraStatusField>;
|
|
44012
45878
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
44013
45879
|
};
|
|
@@ -46034,10 +47900,11 @@ export declare type JiraToolchain = {
|
|
|
46034
47900
|
export declare type JiraToolchainHasViewDevToolsPermissionArgs = {
|
|
46035
47901
|
projectKey: Scalars['String']['input'];
|
|
46036
47902
|
};
|
|
46037
|
-
export declare type JiraTransition = {
|
|
47903
|
+
export declare type JiraTransition = Node & {
|
|
46038
47904
|
__typename?: 'JiraTransition';
|
|
46039
47905
|
hasPreConditions?: Maybe<Scalars['Boolean']['output']>;
|
|
46040
47906
|
hasScreen?: Maybe<Scalars['Boolean']['output']>;
|
|
47907
|
+
id: Scalars['ID']['output'];
|
|
46041
47908
|
isAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
46042
47909
|
isGlobal?: Maybe<Scalars['Boolean']['output']>;
|
|
46043
47910
|
isInitial?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -46641,6 +48508,7 @@ export declare type JiraVersion = JiraSelectableValue & Node & {
|
|
|
46641
48508
|
collapsedUis?: Maybe<Array<Maybe<JiraVersionDetailsCollapsedUi>>>;
|
|
46642
48509
|
connectAddonIframeData?: Maybe<Array<Maybe<JiraVersionConnectAddonIframeData>>>;
|
|
46643
48510
|
contributors?: Maybe<JiraVersionContributorConnection>;
|
|
48511
|
+
crossProjectVersion?: Maybe<Scalars['String']['output']>;
|
|
46644
48512
|
description?: Maybe<Scalars['String']['output']>;
|
|
46645
48513
|
devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
|
|
46646
48514
|
driver?: Maybe<User>;
|
|
@@ -46654,6 +48522,7 @@ export declare type JiraVersion = JiraSelectableValue & Node & {
|
|
|
46654
48522
|
name?: Maybe<Scalars['String']['output']>;
|
|
46655
48523
|
nativeReleaseNotesOptionsIssueFields?: Maybe<JiraIssueFieldConnection>;
|
|
46656
48524
|
overdue?: Maybe<Scalars['Boolean']['output']>;
|
|
48525
|
+
planScenarioValues?: Maybe<JiraVersionPlanScenarioValues>;
|
|
46657
48526
|
project?: Maybe<JiraProject>;
|
|
46658
48527
|
relatedWork?: Maybe<JiraVersionRelatedWorkConnection>;
|
|
46659
48528
|
relatedWorkV2?: Maybe<JiraVersionRelatedWorkV2Connection>;
|
|
@@ -46696,6 +48565,9 @@ export declare type JiraVersionContributorsArgs = {
|
|
|
46696
48565
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46697
48566
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
46698
48567
|
};
|
|
48568
|
+
export declare type JiraVersionCrossProjectVersionArgs = {
|
|
48569
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
48570
|
+
};
|
|
46699
48571
|
export declare type JiraVersionEpicsForFilterArgs = {
|
|
46700
48572
|
searchStr?: InputMaybe<Scalars['String']['input']>;
|
|
46701
48573
|
};
|
|
@@ -46720,6 +48592,9 @@ export declare type JiraVersionNativeReleaseNotesOptionsIssueFieldsArgs = {
|
|
|
46720
48592
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
46721
48593
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
46722
48594
|
};
|
|
48595
|
+
export declare type JiraVersionPlanScenarioValuesArgs = {
|
|
48596
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
48597
|
+
};
|
|
46723
48598
|
export declare type JiraVersionRelatedWorkArgs = {
|
|
46724
48599
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46725
48600
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -46960,6 +48835,15 @@ export declare enum JiraVersionIssuesStatusCategories {
|
|
|
46960
48835
|
InProgress = "IN_PROGRESS",
|
|
46961
48836
|
Todo = "TODO"
|
|
46962
48837
|
}
|
|
48838
|
+
export declare type JiraVersionPlanScenarioValues = {
|
|
48839
|
+
__typename?: 'JiraVersionPlanScenarioValues';
|
|
48840
|
+
crossProjectVersion?: Maybe<Scalars['String']['output']>;
|
|
48841
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
48842
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
48843
|
+
releaseDate?: Maybe<Scalars['DateTime']['output']>;
|
|
48844
|
+
scenarioType?: Maybe<JiraScenarioType>;
|
|
48845
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
48846
|
+
};
|
|
46963
48847
|
export declare type JiraVersionRelatedWork = {
|
|
46964
48848
|
__typename?: 'JiraVersionRelatedWork';
|
|
46965
48849
|
addedBy?: Maybe<User>;
|
|
@@ -50393,7 +52277,6 @@ export declare type MercuryQueryApi = {
|
|
|
50393
52277
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
50394
52278
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
50395
52279
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
50396
|
-
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
50397
52280
|
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
50398
52281
|
mediaReadToken?: Maybe<MercuryMediaToken>;
|
|
50399
52282
|
mediaUploadToken?: Maybe<MercuryMediaToken>;
|
|
@@ -50452,13 +52335,6 @@ export declare type MercuryQueryApiFocusAreasArgs = {
|
|
|
50452
52335
|
export declare type MercuryQueryApiFocusAreasByArisArgs = {
|
|
50453
52336
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
50454
52337
|
};
|
|
50455
|
-
export declare type MercuryQueryApiFocusAreasByCloudIdArgs = {
|
|
50456
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
50457
|
-
cloudId: Scalars['String']['input'];
|
|
50458
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50459
|
-
q?: InputMaybe<Scalars['String']['input']>;
|
|
50460
|
-
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
50461
|
-
};
|
|
50462
52338
|
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
50463
52339
|
cloudId: Scalars['ID']['input'];
|
|
50464
52340
|
};
|
|
@@ -50800,6 +52676,7 @@ export declare type Mutation = {
|
|
|
50800
52676
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
50801
52677
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacy_ActivatePaywallContentPayload>;
|
|
50802
52678
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacy_AddDefaultExCoSpacePermissionsPayload>;
|
|
52679
|
+
confluenceLegacy_addLabels?: Maybe<ConfluenceLegacy_AddLabelsPayload>;
|
|
50803
52680
|
confluenceLegacy_addPublicLinkPermissions?: Maybe<ConfluenceLegacy_AddPublicLinkPermissionsPayload>;
|
|
50804
52681
|
confluenceLegacy_archivePages?: Maybe<ConfluenceLegacy_BulkArchivePagePayload>;
|
|
50805
52682
|
confluenceLegacy_attachDanglingComment?: Maybe<ConfluenceLegacy_Comment>;
|
|
@@ -50844,7 +52721,9 @@ export declare type Mutation = {
|
|
|
50844
52721
|
confluenceLegacy_deleteExCoSpacePermissions?: Maybe<Array<Maybe<ConfluenceLegacy_DeleteExCoSpacePermissionsPayload>>>;
|
|
50845
52722
|
confluenceLegacy_deleteExternalCollaboratorDefaultSpace?: Maybe<ConfluenceLegacy_DeleteExternalCollaboratorDefaultSpacePayload>;
|
|
50846
52723
|
confluenceLegacy_deleteInlineComment?: Maybe<Scalars['Boolean']['output']>;
|
|
52724
|
+
confluenceLegacy_deleteLabel?: Maybe<ConfluenceLegacy_DeleteLabelPayload>;
|
|
50847
52725
|
confluenceLegacy_deletePages?: Maybe<ConfluenceLegacy_DeletePagesPayload>;
|
|
52726
|
+
confluenceLegacy_deleteRelation?: Maybe<ConfluenceLegacy_DeleteRelationPayload>;
|
|
50848
52727
|
confluenceLegacy_deleteSpaceDefaultClassificationLevel?: Maybe<ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelPayload>;
|
|
50849
52728
|
confluenceLegacy_deleteSpaceRoles?: Maybe<ConfluenceLegacy_DeleteSpaceRolesPayload>;
|
|
50850
52729
|
confluenceLegacy_deleteTemplate?: Maybe<Scalars['ID']['output']>;
|
|
@@ -50867,8 +52746,15 @@ export declare type Mutation = {
|
|
|
50867
52746
|
confluenceLegacy_markFeatureDiscovered?: Maybe<ConfluenceLegacy_FeatureDiscoveryPayload>;
|
|
50868
52747
|
confluenceLegacy_migrateSpaceShortcuts?: Maybe<ConfluenceLegacy_MigrateSpaceShortcutsPayload>;
|
|
50869
52748
|
confluenceLegacy_moveBlog?: Maybe<ConfluenceLegacy_MoveBlogPayload>;
|
|
52749
|
+
confluenceLegacy_movePageAfter?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52750
|
+
confluenceLegacy_movePageAppend?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52751
|
+
confluenceLegacy_movePageBefore?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52752
|
+
confluenceLegacy_movePageTopLevel?: Maybe<ConfluenceLegacy_MovePagePayload>;
|
|
52753
|
+
confluenceLegacy_mutationsCloudId?: Maybe<ConfluenceLegacy_Mutations_CloudId>;
|
|
52754
|
+
confluenceLegacy_newPage?: Maybe<ConfluenceLegacy_NewPagePayload>;
|
|
50870
52755
|
confluenceLegacy_notifyUsersOnFirstView?: Maybe<ConfluenceLegacy_NotificationResponsePayload>;
|
|
50871
52756
|
confluenceLegacy_openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
52757
|
+
confluenceLegacy_patchCommentsSummary?: Maybe<ConfluenceLegacy_PatchCommentsSummaryPayload>;
|
|
50872
52758
|
confluenceLegacy_publicLinkPagesAdminAction?: Maybe<ConfluenceLegacy_PublicLinkPagesAdminActionPayload>;
|
|
50873
52759
|
confluenceLegacy_publicLinkSpacesAction?: Maybe<ConfluenceLegacy_PublicLinkSpacesActionPayload>;
|
|
50874
52760
|
confluenceLegacy_refreshTeamCalendar?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -50894,14 +52780,18 @@ export declare type Mutation = {
|
|
|
50894
52780
|
confluenceLegacy_setContentStateSettings?: Maybe<ConfluenceLegacy_ContentStateSettings>;
|
|
50895
52781
|
confluenceLegacy_setDefaultSpaceRoles?: Maybe<ConfluenceLegacy_SetDefaultSpaceRolesPayload>;
|
|
50896
52782
|
confluenceLegacy_setEditorConversionSettings?: Maybe<ConfluenceLegacy_EditorConversionSetting>;
|
|
52783
|
+
confluenceLegacy_setFeedUserConfig?: Maybe<ConfluenceLegacy_SetFeedUserConfigPayload>;
|
|
50897
52784
|
confluenceLegacy_setOnboardingState?: Maybe<Array<ConfluenceLegacy_OnboardingState>>;
|
|
50898
52785
|
confluenceLegacy_setOnboardingStateToComplete?: Maybe<Array<ConfluenceLegacy_OnboardingState>>;
|
|
50899
52786
|
confluenceLegacy_setPublicLinkDefaultSpaceStatus?: Maybe<ConfluenceLegacy_GlobalSpaceConfiguration>;
|
|
52787
|
+
confluenceLegacy_setRecommendedPagesSpaceStatus?: Maybe<ConfluenceLegacy_SetRecommendedPagesSpaceStatusPayload>;
|
|
52788
|
+
confluenceLegacy_setRecommendedPagesStatus?: Maybe<ConfluenceLegacy_SetRecommendedPagesStatusPayload>;
|
|
50900
52789
|
confluenceLegacy_setRelevantFeedFilters?: Maybe<ConfluenceLegacy_HomeUserSettings>;
|
|
50901
52790
|
confluenceLegacy_setShowActivityFeed?: Maybe<ConfluenceLegacy_HomeUserSettings>;
|
|
50902
52791
|
confluenceLegacy_setSpaceRoles?: Maybe<ConfluenceLegacy_SetSpaceRolesPayload>;
|
|
50903
52792
|
confluenceLegacy_setTaskStatus?: Maybe<ConfluenceLegacy_MutationResponse>;
|
|
50904
52793
|
confluenceLegacy_shareResource?: Maybe<ConfluenceLegacy_ShareResourcePayload>;
|
|
52794
|
+
confluenceLegacy_smartsCloudId?: Maybe<ConfluenceLegacy_Smarts_CloudId>;
|
|
50905
52795
|
confluenceLegacy_softDeleteSpace?: Maybe<ConfluenceLegacy_SoftDeleteSpacePayload>;
|
|
50906
52796
|
confluenceLegacy_templateMigration?: Maybe<ConfluenceLegacy_TemplateMigration>;
|
|
50907
52797
|
confluenceLegacy_templatize?: Maybe<Scalars['ID']['output']>;
|
|
@@ -50924,10 +52814,12 @@ export declare type Mutation = {
|
|
|
50924
52814
|
confluenceLegacy_updateLocalStorage?: Maybe<ConfluenceLegacy_LocalStorage>;
|
|
50925
52815
|
confluenceLegacy_updateNestedPageOwners?: Maybe<ConfluenceLegacy_UpdateNestedPageOwnersPayload>;
|
|
50926
52816
|
confluenceLegacy_updateOwner?: Maybe<ConfluenceLegacy_UpdateOwnerPayload>;
|
|
52817
|
+
confluenceLegacy_updatePage?: Maybe<ConfluenceLegacy_UpdatePagePayload>;
|
|
50927
52818
|
confluenceLegacy_updatePageOwners?: Maybe<ConfluenceLegacy_UpdatePageOwnersPayload>;
|
|
50928
52819
|
confluenceLegacy_updatePageStatuses?: Maybe<ConfluenceLegacy_UpdatePageStatusesPayload>;
|
|
50929
52820
|
confluenceLegacy_updatePushNotificationCustomSettings?: Maybe<ConfluenceLegacy_PushNotificationSettings>;
|
|
50930
52821
|
confluenceLegacy_updatePushNotificationGroupSetting?: Maybe<ConfluenceLegacy_PushNotificationSettings>;
|
|
52822
|
+
confluenceLegacy_updateRelation?: Maybe<ConfluenceLegacy_UpdateRelationPayload>;
|
|
50931
52823
|
confluenceLegacy_updateSiteLookAndFeel?: Maybe<ConfluenceLegacy_UpdateSiteLookAndFeelPayload>;
|
|
50932
52824
|
confluenceLegacy_updateSitePermission?: Maybe<ConfluenceLegacy_SitePermission>;
|
|
50933
52825
|
confluenceLegacy_updateSpaceDefaultClassificationLevel?: Maybe<ConfluenceLegacy_UpdateSpaceDefaultClassificationLevelPayload>;
|
|
@@ -51125,6 +53017,9 @@ export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
|
51125
53017
|
export declare type MutationConfluenceLegacy_AddDefaultExCoSpacePermissionsArgs = {
|
|
51126
53018
|
spacePermissionsInput: ConfluenceLegacy_AddDefaultExCoSpacePermissionsInput;
|
|
51127
53019
|
};
|
|
53020
|
+
export declare type MutationConfluenceLegacy_AddLabelsArgs = {
|
|
53021
|
+
input: ConfluenceLegacy_AddLabelsInput;
|
|
53022
|
+
};
|
|
51128
53023
|
export declare type MutationConfluenceLegacy_AddPublicLinkPermissionsArgs = {
|
|
51129
53024
|
input: ConfluenceLegacy_AddPublicLinkPermissionsInput;
|
|
51130
53025
|
};
|
|
@@ -51264,9 +53159,15 @@ export declare type MutationConfluenceLegacy_DeleteExCoSpacePermissionsArgs = {
|
|
|
51264
53159
|
export declare type MutationConfluenceLegacy_DeleteInlineCommentArgs = {
|
|
51265
53160
|
input: ConfluenceLegacy_DeleteInlineCommentInput;
|
|
51266
53161
|
};
|
|
53162
|
+
export declare type MutationConfluenceLegacy_DeleteLabelArgs = {
|
|
53163
|
+
input: ConfluenceLegacy_DeleteLabelInput;
|
|
53164
|
+
};
|
|
51267
53165
|
export declare type MutationConfluenceLegacy_DeletePagesArgs = {
|
|
51268
53166
|
input: Array<InputMaybe<ConfluenceLegacy_DeletePagesInput>>;
|
|
51269
53167
|
};
|
|
53168
|
+
export declare type MutationConfluenceLegacy_DeleteRelationArgs = {
|
|
53169
|
+
input: ConfluenceLegacy_DeleteRelationInput;
|
|
53170
|
+
};
|
|
51270
53171
|
export declare type MutationConfluenceLegacy_DeleteSpaceDefaultClassificationLevelArgs = {
|
|
51271
53172
|
input: ConfluenceLegacy_DeleteSpaceDefaultClassificationLevelInput;
|
|
51272
53173
|
};
|
|
@@ -51320,12 +53221,33 @@ export declare type MutationConfluenceLegacy_MigrateSpaceShortcutsArgs = {
|
|
|
51320
53221
|
export declare type MutationConfluenceLegacy_MoveBlogArgs = {
|
|
51321
53222
|
input: ConfluenceLegacy_MoveBlogInput;
|
|
51322
53223
|
};
|
|
53224
|
+
export declare type MutationConfluenceLegacy_MovePageAfterArgs = {
|
|
53225
|
+
input: ConfluenceLegacy_MovePageAsSiblingInput;
|
|
53226
|
+
};
|
|
53227
|
+
export declare type MutationConfluenceLegacy_MovePageAppendArgs = {
|
|
53228
|
+
input: ConfluenceLegacy_MovePageAsChildInput;
|
|
53229
|
+
};
|
|
53230
|
+
export declare type MutationConfluenceLegacy_MovePageBeforeArgs = {
|
|
53231
|
+
input: ConfluenceLegacy_MovePageAsSiblingInput;
|
|
53232
|
+
};
|
|
53233
|
+
export declare type MutationConfluenceLegacy_MovePageTopLevelArgs = {
|
|
53234
|
+
input: ConfluenceLegacy_MovePageTopLevelInput;
|
|
53235
|
+
};
|
|
53236
|
+
export declare type MutationConfluenceLegacy_MutationsCloudIdArgs = {
|
|
53237
|
+
cloudId: Scalars['ID']['input'];
|
|
53238
|
+
};
|
|
53239
|
+
export declare type MutationConfluenceLegacy_NewPageArgs = {
|
|
53240
|
+
input: ConfluenceLegacy_NewPageInput;
|
|
53241
|
+
};
|
|
51323
53242
|
export declare type MutationConfluenceLegacy_NotifyUsersOnFirstViewArgs = {
|
|
51324
53243
|
contentId: Scalars['ID']['input'];
|
|
51325
53244
|
};
|
|
51326
53245
|
export declare type MutationConfluenceLegacy_OpenUpSpacePermissionsArgs = {
|
|
51327
53246
|
spaceKey: Scalars['String']['input'];
|
|
51328
53247
|
};
|
|
53248
|
+
export declare type MutationConfluenceLegacy_PatchCommentsSummaryArgs = {
|
|
53249
|
+
input: ConfluenceLegacy_PatchCommentsSummaryInput;
|
|
53250
|
+
};
|
|
51329
53251
|
export declare type MutationConfluenceLegacy_PublicLinkPagesAdminActionArgs = {
|
|
51330
53252
|
action: ConfluenceLegacy_PublicLinkAdminAction;
|
|
51331
53253
|
pageIds: Array<Scalars['ID']['input']>;
|
|
@@ -51409,6 +53331,9 @@ export declare type MutationConfluenceLegacy_SetEditorConversionSettingsArgs = {
|
|
|
51409
53331
|
spaceKey: Scalars['String']['input'];
|
|
51410
53332
|
value: ConfluenceLegacy_EditorConversionSetting;
|
|
51411
53333
|
};
|
|
53334
|
+
export declare type MutationConfluenceLegacy_SetFeedUserConfigArgs = {
|
|
53335
|
+
input: ConfluenceLegacy_SetFeedUserConfigInput;
|
|
53336
|
+
};
|
|
51412
53337
|
export declare type MutationConfluenceLegacy_SetOnboardingStateArgs = {
|
|
51413
53338
|
states?: InputMaybe<Array<ConfluenceLegacy_OnboardingStateInput>>;
|
|
51414
53339
|
};
|
|
@@ -51418,6 +53343,12 @@ export declare type MutationConfluenceLegacy_SetOnboardingStateToCompleteArgs =
|
|
|
51418
53343
|
export declare type MutationConfluenceLegacy_SetPublicLinkDefaultSpaceStatusArgs = {
|
|
51419
53344
|
status: ConfluenceLegacy_PublicLinkDefaultSpaceStatus;
|
|
51420
53345
|
};
|
|
53346
|
+
export declare type MutationConfluenceLegacy_SetRecommendedPagesSpaceStatusArgs = {
|
|
53347
|
+
input: ConfluenceLegacy_SetRecommendedPagesSpaceStatusInput;
|
|
53348
|
+
};
|
|
53349
|
+
export declare type MutationConfluenceLegacy_SetRecommendedPagesStatusArgs = {
|
|
53350
|
+
input: ConfluenceLegacy_SetRecommendedPagesStatusInput;
|
|
53351
|
+
};
|
|
51421
53352
|
export declare type MutationConfluenceLegacy_SetRelevantFeedFiltersArgs = {
|
|
51422
53353
|
relevantFeedSpacesFilter: Array<InputMaybe<Scalars['Long']['input']>>;
|
|
51423
53354
|
relevantFeedUsersFilter: Array<InputMaybe<Scalars['String']['input']>>;
|
|
@@ -51434,6 +53365,9 @@ export declare type MutationConfluenceLegacy_SetTaskStatusArgs = {
|
|
|
51434
53365
|
export declare type MutationConfluenceLegacy_ShareResourceArgs = {
|
|
51435
53366
|
shareResourceInput: ConfluenceLegacy_ShareResourceInput;
|
|
51436
53367
|
};
|
|
53368
|
+
export declare type MutationConfluenceLegacy_SmartsCloudIdArgs = {
|
|
53369
|
+
cloudId: Scalars['ID']['input'];
|
|
53370
|
+
};
|
|
51437
53371
|
export declare type MutationConfluenceLegacy_SoftDeleteSpaceArgs = {
|
|
51438
53372
|
spaceKey: Scalars['String']['input'];
|
|
51439
53373
|
};
|
|
@@ -51501,6 +53435,9 @@ export declare type MutationConfluenceLegacy_UpdateNestedPageOwnersArgs = {
|
|
|
51501
53435
|
export declare type MutationConfluenceLegacy_UpdateOwnerArgs = {
|
|
51502
53436
|
input: ConfluenceLegacy_UpdateOwnerInput;
|
|
51503
53437
|
};
|
|
53438
|
+
export declare type MutationConfluenceLegacy_UpdatePageArgs = {
|
|
53439
|
+
input: ConfluenceLegacy_UpdatePageInput;
|
|
53440
|
+
};
|
|
51504
53441
|
export declare type MutationConfluenceLegacy_UpdatePageOwnersArgs = {
|
|
51505
53442
|
input: ConfluenceLegacy_UpdatePageOwnersInput;
|
|
51506
53443
|
};
|
|
@@ -51513,6 +53450,9 @@ export declare type MutationConfluenceLegacy_UpdatePushNotificationCustomSetting
|
|
|
51513
53450
|
export declare type MutationConfluenceLegacy_UpdatePushNotificationGroupSettingArgs = {
|
|
51514
53451
|
group: ConfluenceLegacy_PushNotificationGroupInputType;
|
|
51515
53452
|
};
|
|
53453
|
+
export declare type MutationConfluenceLegacy_UpdateRelationArgs = {
|
|
53454
|
+
input: ConfluenceLegacy_UpdateRelationInput;
|
|
53455
|
+
};
|
|
51516
53456
|
export declare type MutationConfluenceLegacy_UpdateSiteLookAndFeelArgs = {
|
|
51517
53457
|
input: ConfluenceLegacy_UpdateSiteLookAndFeelInput;
|
|
51518
53458
|
};
|
|
@@ -54161,8 +56101,13 @@ export declare type Query = {
|
|
|
54161
56101
|
confluenceLegacy_adminAnnouncementBannerSettingsByCriteria?: Maybe<ConfluenceLegacy_AdminAnnouncementBannerSettingConnection>;
|
|
54162
56102
|
confluenceLegacy_adminReportStatus?: Maybe<ConfluenceLegacy_AdminReportStatus>;
|
|
54163
56103
|
confluenceLegacy_allTemplates?: Maybe<ConfluenceLegacy_PaginatedTemplateInfoList>;
|
|
56104
|
+
confluenceLegacy_allUpdatesFeed?: Maybe<ConfluenceLegacy_PaginatedAllUpdatesFeed>;
|
|
56105
|
+
confluenceLegacy_analyticsCloudId?: Maybe<ConfluenceLegacy_Analytics_CloudId>;
|
|
56106
|
+
confluenceLegacy_atlassianUser?: Maybe<ConfluenceLegacy_AtlassianUser>;
|
|
54164
56107
|
confluenceLegacy_availableContentStates?: Maybe<ConfluenceLegacy_AvailableContentStates>;
|
|
54165
56108
|
confluenceLegacy_canvasToken?: Maybe<ConfluenceLegacy_CanvasToken>;
|
|
56109
|
+
confluenceLegacy_catchupEditMetadataForContent?: Maybe<ConfluenceLegacy_CatchupEditMetadataForContent>;
|
|
56110
|
+
confluenceLegacy_catchupVersionSummaryMetadataForContent?: Maybe<ConfluenceLegacy_CatchupVersionSummaryMetadataForContent>;
|
|
54166
56111
|
confluenceLegacy_classificationLevel?: Maybe<ConfluenceLegacy_ContentDataClassificationLevel>;
|
|
54167
56112
|
confluenceLegacy_classificationLevels?: Maybe<Array<ConfluenceLegacy_ContentDataClassificationLevel>>;
|
|
54168
56113
|
confluenceLegacy_cloudId?: Maybe<ConfluenceLegacy_CloudId>;
|
|
@@ -54173,6 +56118,12 @@ export declare type Query = {
|
|
|
54173
56118
|
confluenceLegacy_confluenceUsers?: Maybe<ConfluenceLegacy_PaginatedPersonList>;
|
|
54174
56119
|
confluenceLegacy_contactAdminPageConfig?: Maybe<ConfluenceLegacy_ContactAdminPageConfig>;
|
|
54175
56120
|
confluenceLegacy_content?: Maybe<ConfluenceLegacy_PaginatedContentListWithChild>;
|
|
56121
|
+
confluenceLegacy_contentAnalyticsLastViewedAtByPage?: Maybe<ConfluenceLegacy_ContentAnalyticsLastViewedAtByPage>;
|
|
56122
|
+
confluenceLegacy_contentAnalyticsTotalViewsByPage?: Maybe<ConfluenceLegacy_ContentAnalyticsTotalViewsByPage>;
|
|
56123
|
+
confluenceLegacy_contentAnalyticsViewedComments?: Maybe<ConfluenceLegacy_ViewedComments>;
|
|
56124
|
+
confluenceLegacy_contentAnalyticsViewers?: Maybe<ConfluenceLegacy_ContentAnalyticsViewers>;
|
|
56125
|
+
confluenceLegacy_contentAnalyticsViews?: Maybe<ConfluenceLegacy_ContentAnalyticsViews>;
|
|
56126
|
+
confluenceLegacy_contentAnalyticsViewsByUser?: Maybe<ConfluenceLegacy_ContentAnalyticsViewsByUser>;
|
|
54176
56127
|
confluenceLegacy_contentBody?: Maybe<ConfluenceLegacy_ContentBodyPerRepresentation>;
|
|
54177
56128
|
confluenceLegacy_contentById?: Maybe<ConfluenceLegacy_Content>;
|
|
54178
56129
|
confluenceLegacy_contentByState?: Maybe<ConfluenceLegacy_PaginatedContentList>;
|
|
@@ -54187,6 +56138,10 @@ export declare type Query = {
|
|
|
54187
56138
|
confluenceLegacy_contentSmartLinks?: Maybe<ConfluenceLegacy_PaginatedSmartLinkList>;
|
|
54188
56139
|
confluenceLegacy_contentTemplateLabelsByCriteria?: Maybe<ConfluenceLegacy_PaginatedLabelList>;
|
|
54189
56140
|
confluenceLegacy_contentWatchers?: Maybe<ConfluenceLegacy_PaginatedPersonList>;
|
|
56141
|
+
confluenceLegacy_countGroupByEventName?: Maybe<ConfluenceLegacy_CountGroupByEventName>;
|
|
56142
|
+
confluenceLegacy_countGroupByPage?: Maybe<ConfluenceLegacy_CountGroupByPage>;
|
|
56143
|
+
confluenceLegacy_countGroupBySpace?: Maybe<ConfluenceLegacy_CountGroupBySpace>;
|
|
56144
|
+
confluenceLegacy_countGroupByUser?: Maybe<ConfluenceLegacy_CountGroupByUser>;
|
|
54190
56145
|
confluenceLegacy_cqlMetaData?: Maybe<ConfluenceLegacy_CqlMetaData>;
|
|
54191
56146
|
confluenceLegacy_dataSecurityPolicy?: Maybe<ConfluenceLegacy_DataSecurityPolicy>;
|
|
54192
56147
|
confluenceLegacy_deactivatedOwnerPages?: Maybe<ConfluenceLegacy_PaginatedPageList>;
|
|
@@ -54196,6 +56151,8 @@ export declare type Query = {
|
|
|
54196
56151
|
confluenceLegacy_editorConversionSettings?: Maybe<ConfluenceLegacy_EditorConversionSetting>;
|
|
54197
56152
|
confluenceLegacy_editorConversionSiteSettings?: Maybe<ConfluenceLegacy_EditorConversionSetting>;
|
|
54198
56153
|
confluenceLegacy_entitlements?: Maybe<ConfluenceLegacy_Entitlements>;
|
|
56154
|
+
confluenceLegacy_entityCountBySpace?: Maybe<ConfluenceLegacy_EntityCountBySpace>;
|
|
56155
|
+
confluenceLegacy_entityTimeseriesCount?: Maybe<ConfluenceLegacy_EntityTimeseriesCount>;
|
|
54199
56156
|
confluenceLegacy_experimentFeatures?: Maybe<Scalars['String']['output']>;
|
|
54200
56157
|
confluenceLegacy_externalCanvasToken?: Maybe<ConfluenceLegacy_CanvasToken>;
|
|
54201
56158
|
confluenceLegacy_externalCollaboratorDefaultSpace?: Maybe<ConfluenceLegacy_ExternalCollaboratorDefaultSpace>;
|
|
@@ -54203,7 +56160,19 @@ export declare type Query = {
|
|
|
54203
56160
|
confluenceLegacy_externalContentMediaSession?: Maybe<ConfluenceLegacy_ContentMediaSession>;
|
|
54204
56161
|
confluenceLegacy_favoriteContent?: Maybe<ConfluenceLegacy_PaginatedContentList>;
|
|
54205
56162
|
confluenceLegacy_featureDiscovery?: Maybe<Array<Maybe<ConfluenceLegacy_DiscoveredFeature>>>;
|
|
56163
|
+
confluenceLegacy_feed?: Maybe<ConfluenceLegacy_PaginatedFeed>;
|
|
54206
56164
|
confluenceLegacy_futureContentTypeMobileSupport?: Maybe<ConfluenceLegacy_FutureContentTypeMobileSupport>;
|
|
56165
|
+
confluenceLegacy_getAIConfig?: Maybe<ConfluenceLegacy_AiConfigResponse>;
|
|
56166
|
+
confluenceLegacy_getCommentReplySuggestions?: Maybe<ConfluenceLegacy_CommentReplySuggestions>;
|
|
56167
|
+
confluenceLegacy_getCommentsSummary?: Maybe<ConfluenceLegacy_SmartFeaturesCommentsSummary>;
|
|
56168
|
+
confluenceLegacy_getFeedUserConfig?: Maybe<ConfluenceLegacy_FollowingFeedGetUserConfig>;
|
|
56169
|
+
confluenceLegacy_getRecommendedFeedUserConfig?: Maybe<ConfluenceLegacy_RecommendedFeedUserConfig>;
|
|
56170
|
+
confluenceLegacy_getRecommendedLabels?: Maybe<ConfluenceLegacy_RecommendedLabels>;
|
|
56171
|
+
confluenceLegacy_getRecommendedPages?: Maybe<ConfluenceLegacy_RecommendedPages>;
|
|
56172
|
+
confluenceLegacy_getRecommendedPagesSpaceStatus?: Maybe<ConfluenceLegacy_RecommendedPagesSpaceStatus>;
|
|
56173
|
+
confluenceLegacy_getSmartContentFeature?: Maybe<ConfluenceLegacy_SmartPageFeatures>;
|
|
56174
|
+
confluenceLegacy_getSmartFeatures?: Maybe<ConfluenceLegacy_SmartFeaturesResponse>;
|
|
56175
|
+
confluenceLegacy_getSummary?: Maybe<ConfluenceLegacy_SmartFeaturesContentSummary>;
|
|
54207
56176
|
confluenceLegacy_globalContextContentCreationMetadata?: Maybe<ConfluenceLegacy_ContentCreationMetadata>;
|
|
54208
56177
|
confluenceLegacy_globalDescription?: Maybe<ConfluenceLegacy_GlobalDescription>;
|
|
54209
56178
|
confluenceLegacy_globalOperations?: Maybe<Array<Maybe<ConfluenceLegacy_OperationCheckResult>>>;
|
|
@@ -54234,9 +56203,14 @@ export declare type Query = {
|
|
|
54234
56203
|
confluenceLegacy_loomToken?: Maybe<ConfluenceLegacy_LoomToken>;
|
|
54235
56204
|
confluenceLegacy_loomUserStatus?: Maybe<ConfluenceLegacy_LoomUserStatus>;
|
|
54236
56205
|
confluenceLegacy_macroBodyRenderer?: Maybe<ConfluenceLegacy_MacroBody>;
|
|
56206
|
+
confluenceLegacy_myVisitedPages?: Maybe<ConfluenceLegacy_MyVisitedPages>;
|
|
56207
|
+
confluenceLegacy_myVisitedSpaces?: Maybe<ConfluenceLegacy_MyVisitedSpaces>;
|
|
54237
56208
|
confluenceLegacy_onboardingState?: Maybe<Array<ConfluenceLegacy_OnboardingState>>;
|
|
54238
56209
|
confluenceLegacy_organizationContext?: Maybe<ConfluenceLegacy_OrganizationContext>;
|
|
54239
56210
|
confluenceLegacy_page?: Maybe<ConfluenceLegacy_Page>;
|
|
56211
|
+
confluenceLegacy_pageActivity?: Maybe<ConfluenceLegacy_PaginatedPageActivity>;
|
|
56212
|
+
confluenceLegacy_pageAnalyticsCount?: Maybe<ConfluenceLegacy_PageAnalyticsCount>;
|
|
56213
|
+
confluenceLegacy_pageAnalyticsTimeseriesCount?: Maybe<ConfluenceLegacy_PageAnalyticsTimeseriesCount>;
|
|
54240
56214
|
confluenceLegacy_pageContextContentCreationMetadata?: Maybe<ConfluenceLegacy_ContentCreationMetadata>;
|
|
54241
56215
|
confluenceLegacy_pageDump?: Maybe<ConfluenceLegacy_Page>;
|
|
54242
56216
|
confluenceLegacy_pageTreeVersion?: Maybe<Scalars['String']['output']>;
|
|
@@ -54244,6 +56218,7 @@ export declare type Query = {
|
|
|
54244
56218
|
confluenceLegacy_paywallContentToDisable?: Maybe<ConfluenceLegacy_PaywallContentSingle>;
|
|
54245
56219
|
confluenceLegacy_paywallStatus?: Maybe<ConfluenceLegacy_PaywallStatus>;
|
|
54246
56220
|
confluenceLegacy_personalSpace?: Maybe<ConfluenceLegacy_Space>;
|
|
56221
|
+
confluenceLegacy_popularFeed?: Maybe<ConfluenceLegacy_PaginatedPopularFeed>;
|
|
54247
56222
|
confluenceLegacy_publicLinkOnboardingReference?: Maybe<ConfluenceLegacy_PublicLinkOnboardingReference>;
|
|
54248
56223
|
confluenceLegacy_publicLinkPage?: Maybe<ConfluenceLegacy_PublicLinkPage>;
|
|
54249
56224
|
confluenceLegacy_publicLinkPagesByCriteria?: Maybe<ConfluenceLegacy_PublicLinkPageConnection>;
|
|
@@ -54260,11 +56235,16 @@ export declare type Query = {
|
|
|
54260
56235
|
confluenceLegacy_renderedContentDump?: Maybe<ConfluenceLegacy_HtmlDocument>;
|
|
54261
56236
|
confluenceLegacy_restrictingParentForContent?: Maybe<ConfluenceLegacy_Content>;
|
|
54262
56237
|
confluenceLegacy_search?: Maybe<ConfluenceLegacy_PaginatedSearchResultList>;
|
|
56238
|
+
confluenceLegacy_searchTimeseriesCTR?: Maybe<ConfluenceLegacy_SearchTimeseriesCtr>;
|
|
56239
|
+
confluenceLegacy_searchTimeseriesCount?: Maybe<ConfluenceLegacy_SearchTimeseriesCount>;
|
|
54263
56240
|
confluenceLegacy_searchUser?: Maybe<ConfluenceLegacy_PaginatedSearchResultList>;
|
|
56241
|
+
confluenceLegacy_searchesByTerm?: Maybe<ConfluenceLegacy_SearchesByTerm>;
|
|
56242
|
+
confluenceLegacy_searchesWithZeroCTR?: Maybe<ConfluenceLegacy_SearchesWithZeroCtr>;
|
|
54264
56243
|
confluenceLegacy_signUpProperties?: Maybe<ConfluenceLegacy_SignUpProperties>;
|
|
54265
56244
|
confluenceLegacy_singleContent?: Maybe<ConfluenceLegacy_Content>;
|
|
54266
56245
|
confluenceLegacy_siteConfiguration?: Maybe<ConfluenceLegacy_SiteConfiguration>;
|
|
54267
56246
|
confluenceLegacy_sitePermissions?: Maybe<ConfluenceLegacy_SitePermission>;
|
|
56247
|
+
confluenceLegacy_smartsCloudId?: Maybe<ConfluenceLegacy_Smarts_CloudId>;
|
|
54268
56248
|
confluenceLegacy_snippets?: Maybe<ConfluenceLegacy_PaginatedSnippetList>;
|
|
54269
56249
|
confluenceLegacy_spaViewContext?: Maybe<ConfluenceLegacy_SpaViewModel>;
|
|
54270
56250
|
confluenceLegacy_spaViewModel?: Maybe<ConfluenceLegacy_SpaViewModel>;
|
|
@@ -54274,6 +56254,7 @@ export declare type Query = {
|
|
|
54274
56254
|
confluenceLegacy_spaceHomepage?: Maybe<ConfluenceLegacy_Content>;
|
|
54275
56255
|
confluenceLegacy_spacePermissions?: Maybe<ConfluenceLegacy_SpacePermissions>;
|
|
54276
56256
|
confluenceLegacy_spacePermissionsAll?: Maybe<ConfluenceLegacy_SpacePermissionConnection>;
|
|
56257
|
+
confluenceLegacy_spacePopularFeed?: Maybe<ConfluenceLegacy_PaginatedPopularSpaceFeed>;
|
|
54277
56258
|
confluenceLegacy_spaceRoleAssignmentsByPrincipal?: Maybe<ConfluenceLegacy_SpaceRoleAssignmentConnection>;
|
|
54278
56259
|
confluenceLegacy_spaceSidebarLinks?: Maybe<ConfluenceLegacy_SpaceSidebarLinks>;
|
|
54279
56260
|
confluenceLegacy_spaceTheme?: Maybe<ConfluenceLegacy_Theme>;
|
|
@@ -54293,6 +56274,10 @@ export declare type Query = {
|
|
|
54293
56274
|
confluenceLegacy_templatePropertySetByTemplate?: Maybe<ConfluenceLegacy_TemplatePropertySet>;
|
|
54294
56275
|
confluenceLegacy_templates?: Maybe<ConfluenceLegacy_PaginatedContentTemplateList>;
|
|
54295
56276
|
confluenceLegacy_tenantContext?: Maybe<ConfluenceLegacy_TenantContext>;
|
|
56277
|
+
confluenceLegacy_timeseriesCount?: Maybe<ConfluenceLegacy_TimeseriesCount>;
|
|
56278
|
+
confluenceLegacy_timeseriesPageBlogCount?: Maybe<ConfluenceLegacy_TimeseriesPageBlogCount>;
|
|
56279
|
+
confluenceLegacy_topRelevantUsers?: Maybe<ConfluenceLegacy_TopRelevantUsers>;
|
|
56280
|
+
confluenceLegacy_totalSearchCTR?: Maybe<ConfluenceLegacy_TotalSearchCtr>;
|
|
54296
56281
|
confluenceLegacy_traceTiming?: Maybe<ConfluenceLegacy_TraceTiming>;
|
|
54297
56282
|
confluenceLegacy_user?: Maybe<ConfluenceLegacy_Person>;
|
|
54298
56283
|
confluenceLegacy_userGroupSearch?: Maybe<ConfluenceLegacy_UserAndGroupSearchResults>;
|
|
@@ -54361,6 +56346,7 @@ export declare type Query = {
|
|
|
54361
56346
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
54362
56347
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
54363
56348
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
56349
|
+
dummyQuery?: Maybe<Scalars['String']['output']>;
|
|
54364
56350
|
dvcs?: Maybe<DvcsQuery>;
|
|
54365
56351
|
echo?: Maybe<Scalars['String']['output']>;
|
|
54366
56352
|
ecosystem?: Maybe<EcosystemQuery>;
|
|
@@ -54382,6 +56368,7 @@ export declare type Query = {
|
|
|
54382
56368
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
54383
56369
|
insights?: Maybe<Insights>;
|
|
54384
56370
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
56371
|
+
instanceAnalyticsCount?: Maybe<ConfluenceLegacy_InstanceAnalyticsCount>;
|
|
54385
56372
|
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
54386
56373
|
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
54387
56374
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -54454,6 +56441,7 @@ export declare type Query = {
|
|
|
54454
56441
|
shepherd?: Maybe<ShepherdQuery>;
|
|
54455
56442
|
signup?: Maybe<SignupQueryApi>;
|
|
54456
56443
|
smarts?: Maybe<SmartsQueryApi>;
|
|
56444
|
+
socialSignals?: Maybe<SocialSignalsApi>;
|
|
54457
56445
|
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
54458
56446
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
54459
56447
|
suggestions?: Maybe<AutoSuggestionApi>;
|
|
@@ -54610,12 +56598,37 @@ export declare type QueryConfluenceLegacy_AllTemplatesArgs = {
|
|
|
54610
56598
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
54611
56599
|
teamType?: InputMaybe<Scalars['String']['input']>;
|
|
54612
56600
|
};
|
|
56601
|
+
export declare type QueryConfluenceLegacy_AllUpdatesFeedArgs = {
|
|
56602
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56603
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56604
|
+
groupBy?: InputMaybe<Array<ConfluenceLegacy_AllUpdatesFeedEventType>>;
|
|
56605
|
+
spaceKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
56606
|
+
users?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
56607
|
+
};
|
|
56608
|
+
export declare type QueryConfluenceLegacy_AnalyticsCloudIdArgs = {
|
|
56609
|
+
cloudId: Scalars['ID']['input'];
|
|
56610
|
+
};
|
|
56611
|
+
export declare type QueryConfluenceLegacy_AtlassianUserArgs = {
|
|
56612
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
56613
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
56614
|
+
};
|
|
54613
56615
|
export declare type QueryConfluenceLegacy_AvailableContentStatesArgs = {
|
|
54614
56616
|
contentId: Scalars['ID']['input'];
|
|
54615
56617
|
};
|
|
54616
56618
|
export declare type QueryConfluenceLegacy_CanvasTokenArgs = {
|
|
54617
56619
|
contentId: Scalars['ID']['input'];
|
|
54618
56620
|
};
|
|
56621
|
+
export declare type QueryConfluenceLegacy_CatchupEditMetadataForContentArgs = {
|
|
56622
|
+
contentId: Scalars['ID']['input'];
|
|
56623
|
+
contentType: ConfluenceLegacy_CatchupContentType;
|
|
56624
|
+
endTimeMs: Scalars['Long']['input'];
|
|
56625
|
+
};
|
|
56626
|
+
export declare type QueryConfluenceLegacy_CatchupVersionSummaryMetadataForContentArgs = {
|
|
56627
|
+
contentId: Scalars['ID']['input'];
|
|
56628
|
+
contentType: ConfluenceLegacy_CatchupContentType;
|
|
56629
|
+
endTimeMs: Scalars['Long']['input'];
|
|
56630
|
+
updateType: ConfluenceLegacy_CatchupUpdateType;
|
|
56631
|
+
};
|
|
54619
56632
|
export declare type QueryConfluenceLegacy_ClassificationLevelArgs = {
|
|
54620
56633
|
id: Scalars['String']['input'];
|
|
54621
56634
|
};
|
|
@@ -54671,6 +56684,32 @@ export declare type QueryConfluenceLegacy_ContentArgs = {
|
|
|
54671
56684
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
54672
56685
|
version?: InputMaybe<Scalars['Int']['input']>;
|
|
54673
56686
|
};
|
|
56687
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsLastViewedAtByPageArgs = {
|
|
56688
|
+
contentIds: Array<Scalars['ID']['input']>;
|
|
56689
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56690
|
+
startTime: Scalars['String']['input'];
|
|
56691
|
+
};
|
|
56692
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsTotalViewsByPageArgs = {
|
|
56693
|
+
contentIds: Array<Scalars['ID']['input']>;
|
|
56694
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56695
|
+
startTime: Scalars['String']['input'];
|
|
56696
|
+
};
|
|
56697
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsViewedCommentsArgs = {
|
|
56698
|
+
contentId: Scalars['ID']['input'];
|
|
56699
|
+
};
|
|
56700
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsViewersArgs = {
|
|
56701
|
+
contentId: Scalars['ID']['input'];
|
|
56702
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
56703
|
+
};
|
|
56704
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsViewsArgs = {
|
|
56705
|
+
contentId: Scalars['ID']['input'];
|
|
56706
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
56707
|
+
};
|
|
56708
|
+
export declare type QueryConfluenceLegacy_ContentAnalyticsViewsByUserArgs = {
|
|
56709
|
+
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
56710
|
+
contentId: Scalars['ID']['input'];
|
|
56711
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56712
|
+
};
|
|
54674
56713
|
export declare type QueryConfluenceLegacy_ContentBodyArgs = {
|
|
54675
56714
|
id: Scalars['ID']['input'];
|
|
54676
56715
|
};
|
|
@@ -54748,6 +56787,38 @@ export declare type QueryConfluenceLegacy_ContentWatchersArgs = {
|
|
|
54748
56787
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54749
56788
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
54750
56789
|
};
|
|
56790
|
+
export declare type QueryConfluenceLegacy_CountGroupByEventNameArgs = {
|
|
56791
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56792
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
56793
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56794
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
56795
|
+
startTime: Scalars['String']['input'];
|
|
56796
|
+
};
|
|
56797
|
+
export declare type QueryConfluenceLegacy_CountGroupByPageArgs = {
|
|
56798
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56799
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
56800
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56801
|
+
pageId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
56802
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
56803
|
+
spaceId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
56804
|
+
startTime: Scalars['String']['input'];
|
|
56805
|
+
};
|
|
56806
|
+
export declare type QueryConfluenceLegacy_CountGroupBySpaceArgs = {
|
|
56807
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56808
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
56809
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56810
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
56811
|
+
spaceId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
56812
|
+
startTime: Scalars['String']['input'];
|
|
56813
|
+
};
|
|
56814
|
+
export declare type QueryConfluenceLegacy_CountGroupByUserArgs = {
|
|
56815
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56816
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
56817
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56818
|
+
pageId?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
56819
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
56820
|
+
startTime: Scalars['String']['input'];
|
|
56821
|
+
};
|
|
54751
56822
|
export declare type QueryConfluenceLegacy_DeactivatedOwnerPagesArgs = {
|
|
54752
56823
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
54753
56824
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -54782,6 +56853,22 @@ export declare type QueryConfluenceLegacy_DetailsLinesArgs = {
|
|
|
54782
56853
|
export declare type QueryConfluenceLegacy_EditorConversionSettingsArgs = {
|
|
54783
56854
|
spaceKey: Scalars['String']['input'];
|
|
54784
56855
|
};
|
|
56856
|
+
export declare type QueryConfluenceLegacy_EntityCountBySpaceArgs = {
|
|
56857
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56858
|
+
eventName: Array<ConfluenceLegacy_AnalyticsMeasuresSpaceEventName>;
|
|
56859
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
56860
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
56861
|
+
spaceId?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
56862
|
+
startTime: Scalars['String']['input'];
|
|
56863
|
+
};
|
|
56864
|
+
export declare type QueryConfluenceLegacy_EntityTimeseriesCountArgs = {
|
|
56865
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
56866
|
+
eventName: Array<ConfluenceLegacy_AnalyticsMeasuresEventName>;
|
|
56867
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
56868
|
+
spaceId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
56869
|
+
startTime: Scalars['String']['input'];
|
|
56870
|
+
timezone: Scalars['String']['input'];
|
|
56871
|
+
};
|
|
54785
56872
|
export declare type QueryConfluenceLegacy_ExternalCanvasTokenArgs = {
|
|
54786
56873
|
shareToken: Scalars['String']['input'];
|
|
54787
56874
|
};
|
|
@@ -54803,11 +56890,56 @@ export declare type QueryConfluenceLegacy_FavoriteContentArgs = {
|
|
|
54803
56890
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
54804
56891
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
54805
56892
|
};
|
|
56893
|
+
export declare type QueryConfluenceLegacy_FeedArgs = {
|
|
56894
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56895
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56896
|
+
};
|
|
54806
56897
|
export declare type QueryConfluenceLegacy_FutureContentTypeMobileSupportArgs = {
|
|
54807
56898
|
contentType: Scalars['String']['input'];
|
|
54808
56899
|
locale: Scalars['String']['input'];
|
|
54809
56900
|
mobilePlatform: ConfluenceLegacy_MobilePlatform;
|
|
54810
56901
|
};
|
|
56902
|
+
export declare type QueryConfluenceLegacy_GetAiConfigArgs = {
|
|
56903
|
+
product: ConfluenceLegacy_Product;
|
|
56904
|
+
};
|
|
56905
|
+
export declare type QueryConfluenceLegacy_GetCommentReplySuggestionsArgs = {
|
|
56906
|
+
commentId: Scalars['ID']['input'];
|
|
56907
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
56908
|
+
};
|
|
56909
|
+
export declare type QueryConfluenceLegacy_GetCommentsSummaryArgs = {
|
|
56910
|
+
commentsType: ConfluenceLegacy_CommentsType;
|
|
56911
|
+
contentId: Scalars['ID']['input'];
|
|
56912
|
+
contentType: ConfluenceLegacy_SummaryType;
|
|
56913
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
56914
|
+
};
|
|
56915
|
+
export declare type QueryConfluenceLegacy_GetRecommendedLabelsArgs = {
|
|
56916
|
+
entityId: Scalars['ID']['input'];
|
|
56917
|
+
entityType: Scalars['String']['input'];
|
|
56918
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56919
|
+
spaceId: Scalars['ID']['input'];
|
|
56920
|
+
};
|
|
56921
|
+
export declare type QueryConfluenceLegacy_GetRecommendedPagesArgs = {
|
|
56922
|
+
entityId: Scalars['ID']['input'];
|
|
56923
|
+
entityType: Scalars['String']['input'];
|
|
56924
|
+
experience: Scalars['String']['input'];
|
|
56925
|
+
};
|
|
56926
|
+
export declare type QueryConfluenceLegacy_GetRecommendedPagesSpaceStatusArgs = {
|
|
56927
|
+
entityId: Scalars['ID']['input'];
|
|
56928
|
+
};
|
|
56929
|
+
export declare type QueryConfluenceLegacy_GetSmartContentFeatureArgs = {
|
|
56930
|
+
contentId: Scalars['ID']['input'];
|
|
56931
|
+
};
|
|
56932
|
+
export declare type QueryConfluenceLegacy_GetSmartFeaturesArgs = {
|
|
56933
|
+
input: Array<ConfluenceLegacy_SmartFeaturesInput>;
|
|
56934
|
+
};
|
|
56935
|
+
export declare type QueryConfluenceLegacy_GetSummaryArgs = {
|
|
56936
|
+
backendExperiment?: InputMaybe<ConfluenceLegacy_BackendExperiment>;
|
|
56937
|
+
contentId: Scalars['ID']['input'];
|
|
56938
|
+
contentType: ConfluenceLegacy_SummaryType;
|
|
56939
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
|
56940
|
+
lastUpdatedTimeSeconds: Scalars['Long']['input'];
|
|
56941
|
+
responseType?: InputMaybe<ConfluenceLegacy_ResponseType>;
|
|
56942
|
+
};
|
|
54811
56943
|
export declare type QueryConfluenceLegacy_GlobalPageTemplateUserArgs = {
|
|
54812
56944
|
accountId: Scalars['String']['input'];
|
|
54813
56945
|
};
|
|
@@ -54871,6 +57003,12 @@ export declare type QueryConfluenceLegacy_MacroBodyRendererArgs = {
|
|
|
54871
57003
|
mode?: InputMaybe<ConfluenceLegacy_ContentRendererMode>;
|
|
54872
57004
|
outputDeviceType?: InputMaybe<ConfluenceLegacy_OutputDeviceType>;
|
|
54873
57005
|
};
|
|
57006
|
+
export declare type QueryConfluenceLegacy_MyVisitedPagesArgs = {
|
|
57007
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
57008
|
+
};
|
|
57009
|
+
export declare type QueryConfluenceLegacy_MyVisitedSpacesArgs = {
|
|
57010
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
57011
|
+
};
|
|
54874
57012
|
export declare type QueryConfluenceLegacy_OnboardingStateArgs = {
|
|
54875
57013
|
key?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
54876
57014
|
};
|
|
@@ -54879,6 +57017,29 @@ export declare type QueryConfluenceLegacy_PageArgs = {
|
|
|
54879
57017
|
id: Scalars['ID']['input'];
|
|
54880
57018
|
pageTree?: InputMaybe<Scalars['Int']['input']>;
|
|
54881
57019
|
};
|
|
57020
|
+
export declare type QueryConfluenceLegacy_PageActivityArgs = {
|
|
57021
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
57022
|
+
contentId: Scalars['ID']['input'];
|
|
57023
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
57024
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
57025
|
+
};
|
|
57026
|
+
export declare type QueryConfluenceLegacy_PageAnalyticsCountArgs = {
|
|
57027
|
+
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
57028
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57029
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
57030
|
+
pageId: Scalars['ID']['input'];
|
|
57031
|
+
startTime: Scalars['String']['input'];
|
|
57032
|
+
uniqueBy?: InputMaybe<ConfluenceLegacy_PageAnalyticsCountType>;
|
|
57033
|
+
};
|
|
57034
|
+
export declare type QueryConfluenceLegacy_PageAnalyticsTimeseriesCountArgs = {
|
|
57035
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57036
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
57037
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
57038
|
+
pageId: Scalars['ID']['input'];
|
|
57039
|
+
startTime: Scalars['String']['input'];
|
|
57040
|
+
timezone: Scalars['String']['input'];
|
|
57041
|
+
uniqueBy?: InputMaybe<ConfluenceLegacy_PageAnalyticsTimeseriesCountType>;
|
|
57042
|
+
};
|
|
54882
57043
|
export declare type QueryConfluenceLegacy_PageContextContentCreationMetadataArgs = {
|
|
54883
57044
|
contentId: Scalars['ID']['input'];
|
|
54884
57045
|
};
|
|
@@ -54909,6 +57070,10 @@ export declare type QueryConfluenceLegacy_PersonalSpaceArgs = {
|
|
|
54909
57070
|
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
54910
57071
|
userKey?: InputMaybe<Scalars['String']['input']>;
|
|
54911
57072
|
};
|
|
57073
|
+
export declare type QueryConfluenceLegacy_PopularFeedArgs = {
|
|
57074
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
57075
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
57076
|
+
};
|
|
54912
57077
|
export declare type QueryConfluenceLegacy_PublicLinkPageArgs = {
|
|
54913
57078
|
pageId: Scalars['ID']['input'];
|
|
54914
57079
|
};
|
|
@@ -54978,6 +57143,23 @@ export declare type QueryConfluenceLegacy_SearchArgs = {
|
|
|
54978
57143
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
54979
57144
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
54980
57145
|
};
|
|
57146
|
+
export declare type QueryConfluenceLegacy_SearchTimeseriesCtrArgs = {
|
|
57147
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57148
|
+
eventName: Array<ConfluenceLegacy_AnalyticsSearchEventName>;
|
|
57149
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
57150
|
+
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
57151
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
57152
|
+
startTime: Scalars['String']['input'];
|
|
57153
|
+
timezone: Scalars['String']['input'];
|
|
57154
|
+
};
|
|
57155
|
+
export declare type QueryConfluenceLegacy_SearchTimeseriesCountArgs = {
|
|
57156
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57157
|
+
eventName: Array<ConfluenceLegacy_AnalyticsSearchEventName>;
|
|
57158
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
57159
|
+
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
57160
|
+
startTime: Scalars['String']['input'];
|
|
57161
|
+
timezone: Scalars['String']['input'];
|
|
57162
|
+
};
|
|
54981
57163
|
export declare type QueryConfluenceLegacy_SearchUserArgs = {
|
|
54982
57164
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
54983
57165
|
cql: Scalars['String']['input'];
|
|
@@ -54985,6 +57167,24 @@ export declare type QueryConfluenceLegacy_SearchUserArgs = {
|
|
|
54985
57167
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
54986
57168
|
sitePermissionTypeFilter?: InputMaybe<Scalars['String']['input']>;
|
|
54987
57169
|
};
|
|
57170
|
+
export declare type QueryConfluenceLegacy_SearchesByTermArgs = {
|
|
57171
|
+
fromDate: Scalars['String']['input'];
|
|
57172
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
57173
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
57174
|
+
period: ConfluenceLegacy_SearchesByTermPeriod;
|
|
57175
|
+
searchFilter?: InputMaybe<Scalars['String']['input']>;
|
|
57176
|
+
sortDirection: Scalars['String']['input'];
|
|
57177
|
+
sorting: ConfluenceLegacy_SearchesByTermColumns;
|
|
57178
|
+
timezone: Scalars['String']['input'];
|
|
57179
|
+
toDate: Scalars['String']['input'];
|
|
57180
|
+
};
|
|
57181
|
+
export declare type QueryConfluenceLegacy_SearchesWithZeroCtrArgs = {
|
|
57182
|
+
fromDate: Scalars['String']['input'];
|
|
57183
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
57184
|
+
sortDirection?: InputMaybe<Scalars['String']['input']>;
|
|
57185
|
+
timezone: Scalars['String']['input'];
|
|
57186
|
+
toDate: Scalars['String']['input'];
|
|
57187
|
+
};
|
|
54988
57188
|
export declare type QueryConfluenceLegacy_SingleContentArgs = {
|
|
54989
57189
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
54990
57190
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -54995,6 +57195,9 @@ export declare type QueryConfluenceLegacy_SitePermissionsArgs = {
|
|
|
54995
57195
|
operations?: InputMaybe<Array<InputMaybe<ConfluenceLegacy_SitePermissionOperationType>>>;
|
|
54996
57196
|
permissionTypes?: InputMaybe<Array<InputMaybe<ConfluenceLegacy_SitePermissionType>>>;
|
|
54997
57197
|
};
|
|
57198
|
+
export declare type QueryConfluenceLegacy_SmartsCloudIdArgs = {
|
|
57199
|
+
cloudId: Scalars['ID']['input'];
|
|
57200
|
+
};
|
|
54998
57201
|
export declare type QueryConfluenceLegacy_SnippetsArgs = {
|
|
54999
57202
|
accountId: Scalars['String']['input'];
|
|
55000
57203
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -55026,6 +57229,11 @@ export declare type QueryConfluenceLegacy_SpacePermissionsAllArgs = {
|
|
|
55026
57229
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55027
57230
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55028
57231
|
};
|
|
57232
|
+
export declare type QueryConfluenceLegacy_SpacePopularFeedArgs = {
|
|
57233
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
57234
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
57235
|
+
spaceId: Scalars['ID']['input'];
|
|
57236
|
+
};
|
|
55029
57237
|
export declare type QueryConfluenceLegacy_SpaceRoleAssignmentsByPrincipalArgs = {
|
|
55030
57238
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55031
57239
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -55120,6 +57328,36 @@ export declare type QueryConfluenceLegacy_TemplatesArgs = {
|
|
|
55120
57328
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
55121
57329
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
55122
57330
|
};
|
|
57331
|
+
export declare type QueryConfluenceLegacy_TimeseriesCountArgs = {
|
|
57332
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57333
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
57334
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
57335
|
+
spaceId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
57336
|
+
startTime: Scalars['String']['input'];
|
|
57337
|
+
timezone: Scalars['String']['input'];
|
|
57338
|
+
};
|
|
57339
|
+
export declare type QueryConfluenceLegacy_TimeseriesPageBlogCountArgs = {
|
|
57340
|
+
contentAction: ConfluenceLegacy_ContentAction;
|
|
57341
|
+
contentType: ConfluenceLegacy_AnalyticsContentType;
|
|
57342
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57343
|
+
granularity: ConfluenceLegacy_AnalyticsTimeseriesGranularity;
|
|
57344
|
+
spaceId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
57345
|
+
startTime: Scalars['String']['input'];
|
|
57346
|
+
timezone: Scalars['String']['input'];
|
|
57347
|
+
};
|
|
57348
|
+
export declare type QueryConfluenceLegacy_TopRelevantUsersArgs = {
|
|
57349
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57350
|
+
eventName?: InputMaybe<Array<InputMaybe<ConfluenceLegacy_AnalyticsEventName>>>;
|
|
57351
|
+
sortOrder?: InputMaybe<ConfluenceLegacy_RelevantUsersSortOrder>;
|
|
57352
|
+
spaceId: Array<Scalars['String']['input']>;
|
|
57353
|
+
startTime?: InputMaybe<Scalars['String']['input']>;
|
|
57354
|
+
userFilter?: InputMaybe<ConfluenceLegacy_RelevantUserFilter>;
|
|
57355
|
+
};
|
|
57356
|
+
export declare type QueryConfluenceLegacy_TotalSearchCtrArgs = {
|
|
57357
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57358
|
+
startTime: Scalars['String']['input'];
|
|
57359
|
+
timezone: Scalars['String']['input'];
|
|
57360
|
+
};
|
|
55123
57361
|
export declare type QueryConfluenceLegacy_UserArgs = {
|
|
55124
57362
|
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
55125
57363
|
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -55418,6 +57656,11 @@ export declare type QueryHelpObjectStoreArgs = {
|
|
|
55418
57656
|
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
55419
57657
|
appId: Scalars['ID']['input'];
|
|
55420
57658
|
};
|
|
57659
|
+
export declare type QueryInstanceAnalyticsCountArgs = {
|
|
57660
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
57661
|
+
eventName: Array<ConfluenceLegacy_AnalyticsEventName>;
|
|
57662
|
+
startTime: Scalars['String']['input'];
|
|
57663
|
+
};
|
|
55421
57664
|
export declare type QueryIpmImageModalArgs = {
|
|
55422
57665
|
id: Scalars['String']['input'];
|
|
55423
57666
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -57060,12 +59303,16 @@ export declare type SearchConfluencePageBlogAttachment = SearchResult & {
|
|
|
57060
59303
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57061
59304
|
pageEntity?: Maybe<ConfluencePage>;
|
|
57062
59305
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59306
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57063
59307
|
space?: Maybe<SearchConfluenceResultSpace>;
|
|
57064
59308
|
spaceEntity?: Maybe<ConfluenceSpace>;
|
|
57065
59309
|
title: Scalars['String']['output'];
|
|
57066
59310
|
type: SearchResultType;
|
|
57067
59311
|
url: Scalars['URL']['output'];
|
|
57068
59312
|
};
|
|
59313
|
+
export declare type SearchConfluencePageBlogAttachmentSocialSignalArgs = {
|
|
59314
|
+
tenantId: Scalars['ID']['input'];
|
|
59315
|
+
};
|
|
57069
59316
|
export declare enum SearchConfluenceRangeField {
|
|
57070
59317
|
Created = "CREATED",
|
|
57071
59318
|
Lastmodified = "LASTMODIFIED"
|
|
@@ -57095,12 +59342,16 @@ export declare type SearchConfluenceSpace = SearchResult & {
|
|
|
57095
59342
|
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
57096
59343
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57097
59344
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59345
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57098
59346
|
spaceEntity?: Maybe<ConfluenceSpace>;
|
|
57099
59347
|
title: Scalars['String']['output'];
|
|
57100
59348
|
type: SearchResultType;
|
|
57101
59349
|
url: Scalars['URL']['output'];
|
|
57102
59350
|
webUiLink?: Maybe<Scalars['String']['output']>;
|
|
57103
59351
|
};
|
|
59352
|
+
export declare type SearchConfluenceSpaceSocialSignalArgs = {
|
|
59353
|
+
tenantId: Scalars['ID']['input'];
|
|
59354
|
+
};
|
|
57104
59355
|
export declare enum SearchContainerStatus {
|
|
57105
59356
|
Archived = "ARCHIVED",
|
|
57106
59357
|
Current = "CURRENT"
|
|
@@ -57353,10 +59604,14 @@ export declare type SearchResultJiraBoard = SearchResult & {
|
|
|
57353
59604
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57354
59605
|
product: SearchBoardProductType;
|
|
57355
59606
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59607
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57356
59608
|
title: Scalars['String']['output'];
|
|
57357
59609
|
type: SearchResultType;
|
|
57358
59610
|
url: Scalars['URL']['output'];
|
|
57359
59611
|
};
|
|
59612
|
+
export declare type SearchResultJiraBoardSocialSignalArgs = {
|
|
59613
|
+
tenantId: Scalars['ID']['input'];
|
|
59614
|
+
};
|
|
57360
59615
|
export declare type SearchResultJiraBoardContainer = SearchResultJiraBoardProjectContainer | SearchResultJiraBoardUserContainer;
|
|
57361
59616
|
export declare type SearchResultJiraBoardProjectContainer = {
|
|
57362
59617
|
__typename?: 'SearchResultJiraBoardProjectContainer';
|
|
@@ -57378,10 +59633,14 @@ export declare type SearchResultJiraDashboard = SearchResult & {
|
|
|
57378
59633
|
id: Scalars['ID']['output'];
|
|
57379
59634
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57380
59635
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59636
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57381
59637
|
title: Scalars['String']['output'];
|
|
57382
59638
|
type: SearchResultType;
|
|
57383
59639
|
url: Scalars['URL']['output'];
|
|
57384
59640
|
};
|
|
59641
|
+
export declare type SearchResultJiraDashboardSocialSignalArgs = {
|
|
59642
|
+
tenantId: Scalars['ID']['input'];
|
|
59643
|
+
};
|
|
57385
59644
|
export declare type SearchResultJiraFilter = SearchResult & {
|
|
57386
59645
|
__typename?: 'SearchResultJiraFilter';
|
|
57387
59646
|
description: Scalars['String']['output'];
|
|
@@ -57390,10 +59649,14 @@ export declare type SearchResultJiraFilter = SearchResult & {
|
|
|
57390
59649
|
id: Scalars['ID']['output'];
|
|
57391
59650
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57392
59651
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59652
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57393
59653
|
title: Scalars['String']['output'];
|
|
57394
59654
|
type: SearchResultType;
|
|
57395
59655
|
url: Scalars['URL']['output'];
|
|
57396
59656
|
};
|
|
59657
|
+
export declare type SearchResultJiraFilterSocialSignalArgs = {
|
|
59658
|
+
tenantId: Scalars['ID']['input'];
|
|
59659
|
+
};
|
|
57397
59660
|
export declare type SearchResultJiraIssue = SearchResult & {
|
|
57398
59661
|
__typename?: 'SearchResultJiraIssue';
|
|
57399
59662
|
description: Scalars['String']['output'];
|
|
@@ -57402,11 +59665,15 @@ export declare type SearchResultJiraIssue = SearchResult & {
|
|
|
57402
59665
|
issue?: Maybe<JiraIssue>;
|
|
57403
59666
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
57404
59667
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
59668
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57405
59669
|
status?: Maybe<SearchResultJiraIssueStatus>;
|
|
57406
59670
|
title: Scalars['String']['output'];
|
|
57407
59671
|
type: SearchResultType;
|
|
57408
59672
|
url: Scalars['URL']['output'];
|
|
57409
59673
|
};
|
|
59674
|
+
export declare type SearchResultJiraIssueSocialSignalArgs = {
|
|
59675
|
+
tenantId: Scalars['ID']['input'];
|
|
59676
|
+
};
|
|
57410
59677
|
export declare type SearchResultJiraIssueStatus = {
|
|
57411
59678
|
__typename?: 'SearchResultJiraIssueStatus';
|
|
57412
59679
|
id: Scalars['ID']['output'];
|
|
@@ -57434,10 +59701,14 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
57434
59701
|
projectType: SearchProjectType;
|
|
57435
59702
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
57436
59703
|
simplified: Scalars['Boolean']['output'];
|
|
59704
|
+
socialSignal?: Maybe<SocialSignalSearch>;
|
|
57437
59705
|
title: Scalars['String']['output'];
|
|
57438
59706
|
type: SearchResultType;
|
|
57439
59707
|
url: Scalars['URL']['output'];
|
|
57440
59708
|
};
|
|
59709
|
+
export declare type SearchResultJiraProjectSocialSignalArgs = {
|
|
59710
|
+
tenantId: Scalars['ID']['input'];
|
|
59711
|
+
};
|
|
57441
59712
|
export declare type SearchResultMicrosoftDocument = SearchResult & {
|
|
57442
59713
|
__typename?: 'SearchResultMicrosoftDocument';
|
|
57443
59714
|
bodyText: Scalars['String']['output'];
|
|
@@ -58997,6 +61268,21 @@ export declare type SmartsRecommendedUser = {
|
|
|
58997
61268
|
score?: Maybe<Scalars['Float']['output']>;
|
|
58998
61269
|
user?: Maybe<User>;
|
|
58999
61270
|
};
|
|
61271
|
+
export declare type SocialSignalSearch = {
|
|
61272
|
+
__typename?: 'SocialSignalSearch';
|
|
61273
|
+
objectARI: Scalars['ID']['output'];
|
|
61274
|
+
signal?: Maybe<Scalars['String']['output']>;
|
|
61275
|
+
timestamp?: Maybe<Scalars['String']['output']>;
|
|
61276
|
+
user?: Maybe<User>;
|
|
61277
|
+
};
|
|
61278
|
+
export declare type SocialSignalsApi = {
|
|
61279
|
+
__typename?: 'SocialSignalsAPI';
|
|
61280
|
+
socialSignalsSearch?: Maybe<Array<SocialSignalSearch>>;
|
|
61281
|
+
};
|
|
61282
|
+
export declare type SocialSignalsApiSocialSignalsSearchArgs = {
|
|
61283
|
+
objectARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
61284
|
+
tenantId: Scalars['ID']['input'];
|
|
61285
|
+
};
|
|
59000
61286
|
export declare type SoftwareBoard = {
|
|
59001
61287
|
__typename?: 'SoftwareBoard';
|
|
59002
61288
|
assignees?: Maybe<Array<Maybe<User>>>;
|
|
@@ -59947,6 +62233,7 @@ export declare type TeamV2 = Node & {
|
|
|
59947
62233
|
description?: Maybe<Scalars['String']['output']>;
|
|
59948
62234
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
59949
62235
|
id: Scalars['ID']['output'];
|
|
62236
|
+
isVerified?: Maybe<Scalars['Boolean']['output']>;
|
|
59950
62237
|
largeAvatarImageUrl?: Maybe<Scalars['String']['output']>;
|
|
59951
62238
|
largeHeaderImageUrl?: Maybe<Scalars['String']['output']>;
|
|
59952
62239
|
members?: Maybe<TeamMemberConnectionV2>;
|
|
@@ -61054,6 +63341,7 @@ export declare type TrelloCard = Node & {
|
|
|
61054
63341
|
checklists?: Maybe<TrelloChecklistConnection>;
|
|
61055
63342
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
61056
63343
|
cover?: Maybe<TrelloCardCover>;
|
|
63344
|
+
creationMethodError?: Maybe<Scalars['String']['output']>;
|
|
61057
63345
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
61058
63346
|
description?: Maybe<TrelloDescription>;
|
|
61059
63347
|
due?: Maybe<TrelloCardDueInfo>;
|
|
@@ -61687,6 +63975,7 @@ export declare type TrelloQueryApi = {
|
|
|
61687
63975
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
61688
63976
|
card?: Maybe<TrelloCard>;
|
|
61689
63977
|
echo?: Maybe<Scalars['String']['output']>;
|
|
63978
|
+
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
61690
63979
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
61691
63980
|
list?: Maybe<TrelloList>;
|
|
61692
63981
|
member?: Maybe<TrelloMember>;
|
|
@@ -61705,6 +63994,9 @@ export declare type TrelloQueryApiBoardByShortLinkArgs = {
|
|
|
61705
63994
|
export declare type TrelloQueryApiCardArgs = {
|
|
61706
63995
|
id: Scalars['ID']['input'];
|
|
61707
63996
|
};
|
|
63997
|
+
export declare type TrelloQueryApiEchosArgs = {
|
|
63998
|
+
echo: Array<Scalars['String']['input']>;
|
|
63999
|
+
};
|
|
61708
64000
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
61709
64001
|
id: Scalars['ID']['input'];
|
|
61710
64002
|
};
|
|
@@ -63582,6 +65874,41 @@ export declare enum WorkSuggestionsApprovalStatus {
|
|
|
63582
65874
|
Unapproved = "UNAPPROVED",
|
|
63583
65875
|
Unknown = "UNKNOWN"
|
|
63584
65876
|
}
|
|
65877
|
+
export declare enum WorkSuggestionsAutoDevJobState {
|
|
65878
|
+
Cancelled = "CANCELLED",
|
|
65879
|
+
CodeGenerating = "CODE_GENERATING",
|
|
65880
|
+
CodeGenerationFail = "CODE_GENERATION_FAIL",
|
|
65881
|
+
CodeGenerationReady = "CODE_GENERATION_READY",
|
|
65882
|
+
CodeGenerationSuccess = "CODE_GENERATION_SUCCESS",
|
|
65883
|
+
Created = "CREATED",
|
|
65884
|
+
PlanGenerating = "PLAN_GENERATING",
|
|
65885
|
+
PlanGenerationFail = "PLAN_GENERATION_FAIL",
|
|
65886
|
+
PlanGenerationSuccess = "PLAN_GENERATION_SUCCESS",
|
|
65887
|
+
PullrequestCreating = "PULLREQUEST_CREATING",
|
|
65888
|
+
PullrequestCreationFail = "PULLREQUEST_CREATION_FAIL",
|
|
65889
|
+
PullrequestCreationSuccess = "PULLREQUEST_CREATION_SUCCESS",
|
|
65890
|
+
Unknown = "UNKNOWN"
|
|
65891
|
+
}
|
|
65892
|
+
export declare type WorkSuggestionsAutoDevJobTask = {
|
|
65893
|
+
autoDevJobId: Scalars['String']['output'];
|
|
65894
|
+
autoDevState?: Maybe<WorkSuggestionsAutoDevJobState>;
|
|
65895
|
+
id: Scalars['String']['output'];
|
|
65896
|
+
issueAri: Scalars['String']['output'];
|
|
65897
|
+
issueKey: Scalars['String']['output'];
|
|
65898
|
+
issueSummary?: Maybe<Scalars['String']['output']>;
|
|
65899
|
+
issueWebUrl?: Maybe<Scalars['String']['output']>;
|
|
65900
|
+
};
|
|
65901
|
+
export declare type WorkSuggestionsAutoDevJobsPlanSuccessTask = WorkSuggestionsAutoDevJobTask & {
|
|
65902
|
+
__typename?: 'WorkSuggestionsAutoDevJobsPlanSuccessTask';
|
|
65903
|
+
autoDevJobId: Scalars['String']['output'];
|
|
65904
|
+
autoDevPlanState?: Maybe<Scalars['String']['output']>;
|
|
65905
|
+
autoDevState?: Maybe<WorkSuggestionsAutoDevJobState>;
|
|
65906
|
+
id: Scalars['String']['output'];
|
|
65907
|
+
issueAri: Scalars['String']['output'];
|
|
65908
|
+
issueKey: Scalars['String']['output'];
|
|
65909
|
+
issueSummary?: Maybe<Scalars['String']['output']>;
|
|
65910
|
+
issueWebUrl?: Maybe<Scalars['String']['output']>;
|
|
65911
|
+
};
|
|
63585
65912
|
export declare type WorkSuggestionsBlockedIssue = {
|
|
63586
65913
|
__typename?: 'WorkSuggestionsBlockedIssue';
|
|
63587
65914
|
assignee?: Maybe<WorkSuggestionsJiraAssignee>;
|
|
@@ -63615,9 +65942,13 @@ export declare type WorkSuggestionsBuildTask = WorkSuggestionsCommon & {
|
|
|
63615
65942
|
};
|
|
63616
65943
|
export declare type WorkSuggestionsByProjectsResponse = {
|
|
63617
65944
|
__typename?: 'WorkSuggestionsByProjectsResponse';
|
|
65945
|
+
autoDevJobsSuggestions: Array<WorkSuggestionsAutoDevJobTask>;
|
|
63618
65946
|
commonSuggestions: WorkSuggestionsConnection;
|
|
63619
65947
|
sortOrder: WorkSuggestionsOrder;
|
|
63620
65948
|
};
|
|
65949
|
+
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
|
|
65950
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65951
|
+
};
|
|
63621
65952
|
export declare type WorkSuggestionsByProjectsResponseCommonSuggestionsArgs = {
|
|
63622
65953
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63623
65954
|
first?: InputMaybe<Scalars['Int']['input']>;
|