@forge/cli-shared 5.3.2-next.1 → 5.3.2-next.2
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
CHANGED
|
@@ -4825,6 +4825,7 @@ export declare type CompassFreeformUserDefinedParameter = CompassUserDefinedPara
|
|
|
4825
4825
|
export declare type CompassGlobalPermissions = {
|
|
4826
4826
|
__typename?: 'CompassGlobalPermissions';
|
|
4827
4827
|
createScorecards?: Maybe<CompassPermissionResult>;
|
|
4828
|
+
viewCustomFieldDefinitions?: Maybe<CompassPermissionResult>;
|
|
4828
4829
|
};
|
|
4829
4830
|
export declare type CompassGlobalPermissionsResult = CompassGlobalPermissions | QueryError;
|
|
4830
4831
|
export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
@@ -16829,11 +16830,16 @@ export declare type DevOpsDeploymentProviderConfigStateArgs = {
|
|
|
16829
16830
|
export declare type DevOpsDesign = Node & {
|
|
16830
16831
|
__typename?: 'DevOpsDesign';
|
|
16831
16832
|
associatedIssues?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignInverseConnection>;
|
|
16833
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
16834
|
+
createdByUser?: Maybe<DevOpsUser>;
|
|
16835
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
16832
16836
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
16833
16837
|
id: Scalars['ID']['output'];
|
|
16834
16838
|
inspectUrl?: Maybe<Scalars['URL']['output']>;
|
|
16835
16839
|
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
16840
|
+
lastUpdatedByUser?: Maybe<DevOpsUser>;
|
|
16836
16841
|
liveEmbedUrl?: Maybe<Scalars['URL']['output']>;
|
|
16842
|
+
owners?: Maybe<Array<Maybe<DevOpsUser>>>;
|
|
16837
16843
|
provider?: Maybe<DevOpsDataProvider>;
|
|
16838
16844
|
providerId?: Maybe<Scalars['String']['output']>;
|
|
16839
16845
|
status?: Maybe<DevOpsDesignStatus>;
|
|
@@ -20915,13 +20921,18 @@ export declare enum GraphDataDepotDeploymentState {
|
|
|
20915
20921
|
}
|
|
20916
20922
|
export declare type GraphDataDepotDesign = {
|
|
20917
20923
|
__typename?: 'GraphDataDepotDesign';
|
|
20924
|
+
createdBy?: Maybe<GraphDataDepotUser>;
|
|
20925
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20918
20926
|
displayName: Scalars['String']['output'];
|
|
20919
20927
|
externalId: Scalars['String']['output'];
|
|
20920
20928
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
20921
20929
|
id: Scalars['ID']['output'];
|
|
20922
20930
|
inspectUrl?: Maybe<Scalars['String']['output']>;
|
|
20931
|
+
lastUpdatedBy?: Maybe<GraphDataDepotUser>;
|
|
20923
20932
|
liveEmbedUrl: Scalars['String']['output'];
|
|
20933
|
+
owners?: Maybe<Array<GraphDataDepotUser>>;
|
|
20924
20934
|
status: GraphDataDepotDesignStatus;
|
|
20935
|
+
thumbnail?: Maybe<GraphDataDepotThumbnail>;
|
|
20925
20936
|
type: GraphDataDepotDesignType;
|
|
20926
20937
|
url: Scalars['String']['output'];
|
|
20927
20938
|
};
|
|
@@ -21094,6 +21105,10 @@ export declare type GraphDataDepotTestInfo = {
|
|
|
21094
21105
|
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
21095
21106
|
totalNumber: Scalars['Int']['output'];
|
|
21096
21107
|
};
|
|
21108
|
+
export declare type GraphDataDepotThumbnail = {
|
|
21109
|
+
__typename?: 'GraphDataDepotThumbnail';
|
|
21110
|
+
externalUrl?: Maybe<Scalars['String']['output']>;
|
|
21111
|
+
};
|
|
21097
21112
|
export declare type GraphDataDepotTrack = {
|
|
21098
21113
|
__typename?: 'GraphDataDepotTrack';
|
|
21099
21114
|
cues: Array<GraphDataDepotCue>;
|
|
@@ -27520,8 +27535,14 @@ export declare type GraphStoreFullAtlasProjectIsTrackedOnJiraEpicNode = Node & {
|
|
|
27520
27535
|
from: GraphStoreFullAtlasProjectIsTrackedOnJiraEpicStartNode;
|
|
27521
27536
|
id: Scalars['ID']['output'];
|
|
27522
27537
|
lastUpdated: Scalars['DateTime']['output'];
|
|
27538
|
+
metadata?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicRelationshipMetadataOutput>;
|
|
27523
27539
|
to: GraphStoreFullAtlasProjectIsTrackedOnJiraEpicEndNode;
|
|
27524
27540
|
};
|
|
27541
|
+
export declare type GraphStoreFullAtlasProjectIsTrackedOnJiraEpicRelationshipMetadataOutput = {
|
|
27542
|
+
__typename?: 'GraphStoreFullAtlasProjectIsTrackedOnJiraEpicRelationshipMetadataOutput';
|
|
27543
|
+
syncLabels?: Maybe<Scalars['Boolean']['output']>;
|
|
27544
|
+
synced?: Maybe<Scalars['Boolean']['output']>;
|
|
27545
|
+
};
|
|
27525
27546
|
export declare type GraphStoreFullAtlasProjectIsTrackedOnJiraEpicStartNode = {
|
|
27526
27547
|
__typename?: 'GraphStoreFullAtlasProjectIsTrackedOnJiraEpicStartNode';
|
|
27527
27548
|
data?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicStartUnion>;
|
|
@@ -38230,6 +38251,7 @@ export declare type JiraBoard = Node & {
|
|
|
38230
38251
|
boardId?: Maybe<Scalars['Long']['output']>;
|
|
38231
38252
|
boardType?: Maybe<JiraBoardType>;
|
|
38232
38253
|
boardUrl?: Maybe<Scalars['URL']['output']>;
|
|
38254
|
+
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
38233
38255
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
38234
38256
|
id: Scalars['ID']['output'];
|
|
38235
38257
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
@@ -39501,6 +39523,7 @@ export declare type JiraCreateApproverListFieldPayload = Payload & {
|
|
|
39501
39523
|
export declare type JiraCreateBoardFieldInput = {
|
|
39502
39524
|
issueTypes?: InputMaybe<Array<JiraIssueTypeInput>>;
|
|
39503
39525
|
labels?: InputMaybe<Array<JiraLabelsInput>>;
|
|
39526
|
+
projects: Array<JiraProjectInput>;
|
|
39504
39527
|
teams?: InputMaybe<Array<JiraAtlassianTeamInput>>;
|
|
39505
39528
|
};
|
|
39506
39529
|
export declare type JiraCreateBoardInput = {
|
|
@@ -39516,7 +39539,7 @@ export declare type JiraCreateBoardPayload = Payload & {
|
|
|
39516
39539
|
success: Scalars['Boolean']['output'];
|
|
39517
39540
|
};
|
|
39518
39541
|
export declare type JiraCreateBoardSource = {
|
|
39519
|
-
fieldInput
|
|
39542
|
+
fieldInput: JiraCreateBoardFieldInput;
|
|
39520
39543
|
};
|
|
39521
39544
|
export declare type JiraCreateCalendarIssuePayload = Payload & {
|
|
39522
39545
|
__typename?: 'JiraCreateCalendarIssuePayload';
|
|
@@ -41676,6 +41699,7 @@ export declare type JiraIssueExportInput = {
|
|
|
41676
41699
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
41677
41700
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
41678
41701
|
modified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41702
|
+
pagerStart?: InputMaybe<Scalars['Int']['input']>;
|
|
41679
41703
|
};
|
|
41680
41704
|
export declare type JiraIssueExportTask = {
|
|
41681
41705
|
__typename?: 'JiraIssueExportTask';
|
|
@@ -41683,6 +41707,7 @@ export declare type JiraIssueExportTask = {
|
|
|
41683
41707
|
};
|
|
41684
41708
|
export declare type JiraIssueExportTaskCompleted = {
|
|
41685
41709
|
__typename?: 'JiraIssueExportTaskCompleted';
|
|
41710
|
+
downloadResultUrl?: Maybe<Scalars['String']['output']>;
|
|
41686
41711
|
task?: Maybe<JiraIssueExportTask>;
|
|
41687
41712
|
};
|
|
41688
41713
|
export declare type JiraIssueExportTaskProgress = {
|
|
@@ -43075,6 +43100,7 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
43075
43100
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43076
43101
|
};
|
|
43077
43102
|
export declare enum JiraJqlViewContext {
|
|
43103
|
+
JswPlans = "JSW_PLANS",
|
|
43078
43104
|
Jwm = "JWM",
|
|
43079
43105
|
ShadowRequest = "SHADOW_REQUEST"
|
|
43080
43106
|
}
|
|
@@ -43675,6 +43701,7 @@ export declare type JiraMutation = {
|
|
|
43675
43701
|
updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
|
|
43676
43702
|
updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
|
|
43677
43703
|
updateProjectField?: Maybe<JiraProjectFieldPayload>;
|
|
43704
|
+
updateProjectName?: Maybe<JiraProjectUpdateNameMutationPayload>;
|
|
43678
43705
|
updateProjectNotificationPreferences?: Maybe<JiraUpdateProjectNotificationPreferencesPayload>;
|
|
43679
43706
|
updateProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
43680
43707
|
updateRadioSelectField?: Maybe<JiraRadioSelectFieldPayload>;
|
|
@@ -44094,6 +44121,9 @@ export declare type JiraMutationUpdatePriorityFieldArgs = {
|
|
|
44094
44121
|
export declare type JiraMutationUpdateProjectFieldArgs = {
|
|
44095
44122
|
input: JiraUpdateProjectFieldInput;
|
|
44096
44123
|
};
|
|
44124
|
+
export declare type JiraMutationUpdateProjectNameArgs = {
|
|
44125
|
+
input: JiraProjectUpdateNameInput;
|
|
44126
|
+
};
|
|
44097
44127
|
export declare type JiraMutationUpdateProjectNotificationPreferencesArgs = {
|
|
44098
44128
|
cloudId: Scalars['ID']['input'];
|
|
44099
44129
|
input: JiraUpdateProjectNotificationPreferencesInput;
|
|
@@ -45865,6 +45895,17 @@ export declare type JiraProjectTypeDetailsEdge = {
|
|
|
45865
45895
|
cursor: Scalars['String']['output'];
|
|
45866
45896
|
node?: Maybe<JiraProjectTypeDetails>;
|
|
45867
45897
|
};
|
|
45898
|
+
export declare type JiraProjectUpdateNameInput = {
|
|
45899
|
+
cloudId: Scalars['ID']['input'];
|
|
45900
|
+
name: Scalars['String']['input'];
|
|
45901
|
+
projectIdOrKey: Scalars['String']['input'];
|
|
45902
|
+
};
|
|
45903
|
+
export declare type JiraProjectUpdateNameMutationPayload = Payload & {
|
|
45904
|
+
__typename?: 'JiraProjectUpdateNameMutationPayload';
|
|
45905
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45906
|
+
project?: Maybe<JiraProject>;
|
|
45907
|
+
success: Scalars['Boolean']['output'];
|
|
45908
|
+
};
|
|
45868
45909
|
export declare type JiraPullRequestReviewer = {
|
|
45869
45910
|
__typename?: 'JiraPullRequestReviewer';
|
|
45870
45911
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -45974,6 +46015,7 @@ export declare type JiraQuery = {
|
|
|
45974
46015
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
45975
46016
|
jiraProjectsByJql?: Maybe<JiraProjectConnection>;
|
|
45976
46017
|
jiraSoftwareNavigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
46018
|
+
jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
|
|
45977
46019
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
45978
46020
|
jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
|
|
45979
46021
|
jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
|
|
@@ -46498,6 +46540,9 @@ export declare type JiraQueryJiraSoftwareNavigationItemsArgs = {
|
|
|
46498
46540
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46499
46541
|
projectIdOrKey?: InputMaybe<Scalars['String']['input']>;
|
|
46500
46542
|
};
|
|
46543
|
+
export declare type JiraQueryJpdDeliveryIssueLinkTypeIdArgs = {
|
|
46544
|
+
cloudId: Scalars['ID']['input'];
|
|
46545
|
+
};
|
|
46501
46546
|
export declare type JiraQueryJqlBuilderArgs = {
|
|
46502
46547
|
cloudId: Scalars['ID']['input'];
|
|
46503
46548
|
};
|
|
@@ -47533,6 +47578,7 @@ export declare type JiraScenarioIssueValues = {
|
|
|
47533
47578
|
goalsField?: Maybe<JiraGoalsField>;
|
|
47534
47579
|
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
47535
47580
|
projectField?: Maybe<JiraProjectField>;
|
|
47581
|
+
scenarioKey?: Maybe<Scalars['ID']['output']>;
|
|
47536
47582
|
scenarioType?: Maybe<JiraScenarioType>;
|
|
47537
47583
|
startDateViewField?: Maybe<JiraIssueField>;
|
|
47538
47584
|
statusField?: Maybe<JiraStatusField>;
|
|
@@ -52231,8 +52277,16 @@ export declare type KnowledgeDiscoveryJiraProject = KnowledgeDiscoveryEntity & {
|
|
|
52231
52277
|
};
|
|
52232
52278
|
export declare type KnowledgeDiscoveryKeyPhrase = {
|
|
52233
52279
|
__typename?: 'KnowledgeDiscoveryKeyPhrase';
|
|
52280
|
+
category: KnowledgeDiscoveryKeyPhraseCategory;
|
|
52234
52281
|
keyPhrase: Scalars['String']['output'];
|
|
52235
52282
|
};
|
|
52283
|
+
export declare enum KnowledgeDiscoveryKeyPhraseCategory {
|
|
52284
|
+
Acronym = "ACRONYM",
|
|
52285
|
+
IndustryJargon = "INDUSTRY_JARGON",
|
|
52286
|
+
Other = "OTHER",
|
|
52287
|
+
Project = "PROJECT",
|
|
52288
|
+
Team = "TEAM"
|
|
52289
|
+
}
|
|
52236
52290
|
export declare type KnowledgeDiscoveryKeyPhraseConnection = {
|
|
52237
52291
|
__typename?: 'KnowledgeDiscoveryKeyPhraseConnection';
|
|
52238
52292
|
nodes?: Maybe<Array<Maybe<KnowledgeDiscoveryKeyPhrase>>>;
|
|
@@ -52438,10 +52492,34 @@ export declare type LogQueryInput = {
|
|
|
52438
52492
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
52439
52493
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
52440
52494
|
};
|
|
52495
|
+
export declare type LpBunchballBadge = {
|
|
52496
|
+
__typename?: 'LpBunchballBadge';
|
|
52497
|
+
contentfulCourseId?: Maybe<Scalars['String']['output']>;
|
|
52498
|
+
dateEarned?: Maybe<Scalars['String']['output']>;
|
|
52499
|
+
fullUrl?: Maybe<Scalars['String']['output']>;
|
|
52500
|
+
missionId?: Maybe<Scalars['Int']['output']>;
|
|
52501
|
+
thumbUrl?: Maybe<Scalars['String']['output']>;
|
|
52502
|
+
};
|
|
52503
|
+
export declare type LpBunchballBadgeConnection = {
|
|
52504
|
+
__typename?: 'LpBunchballBadgeConnection';
|
|
52505
|
+
edges?: Maybe<Array<LpBunchballBadgeEdge>>;
|
|
52506
|
+
pageInfo?: Maybe<LpPageInfo>;
|
|
52507
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
52508
|
+
};
|
|
52509
|
+
export declare type LpBunchballBadgeEdge = {
|
|
52510
|
+
__typename?: 'LpBunchballBadgeEdge';
|
|
52511
|
+
cursor: Scalars['String']['output'];
|
|
52512
|
+
node?: Maybe<LpBunchballBadge>;
|
|
52513
|
+
};
|
|
52441
52514
|
export declare enum LpCertStatus {
|
|
52442
52515
|
Active = "ACTIVE",
|
|
52443
52516
|
Expired = "EXPIRED"
|
|
52444
52517
|
}
|
|
52518
|
+
export declare enum LpCertType {
|
|
52519
|
+
Badge = "BADGE",
|
|
52520
|
+
Certification = "CERTIFICATION",
|
|
52521
|
+
Standing = "STANDING"
|
|
52522
|
+
}
|
|
52445
52523
|
export declare type LpCertmetricsCertificate = {
|
|
52446
52524
|
__typename?: 'LpCertmetricsCertificate';
|
|
52447
52525
|
activeDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -52452,6 +52530,7 @@ export declare type LpCertmetricsCertificate = {
|
|
|
52452
52530
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
52453
52531
|
publicUrl?: Maybe<Scalars['String']['output']>;
|
|
52454
52532
|
status?: Maybe<LpCertStatus>;
|
|
52533
|
+
type?: Maybe<LpCertType>;
|
|
52455
52534
|
};
|
|
52456
52535
|
export declare type LpCertmetricsCertificateConnection = {
|
|
52457
52536
|
__typename?: 'LpCertmetricsCertificateConnection';
|
|
@@ -52472,6 +52551,7 @@ export declare type LpCourseProgress = {
|
|
|
52472
52551
|
lessons?: Maybe<Array<Maybe<LpLessonProgress>>>;
|
|
52473
52552
|
status?: Maybe<LpCourseStatus>;
|
|
52474
52553
|
title?: Maybe<Scalars['String']['output']>;
|
|
52554
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
52475
52555
|
};
|
|
52476
52556
|
export declare type LpCourseProgressConnection = {
|
|
52477
52557
|
__typename?: 'LpCourseProgressConnection';
|
|
@@ -52491,16 +52571,24 @@ export declare enum LpCourseStatus {
|
|
|
52491
52571
|
export declare type LpLearner = Node & {
|
|
52492
52572
|
__typename?: 'LpLearner';
|
|
52493
52573
|
atlassianId: Scalars['String']['output'];
|
|
52574
|
+
bunchballBadges?: Maybe<LpBunchballBadgeConnection>;
|
|
52494
52575
|
certmetricsCertificates?: Maybe<LpCertmetricsCertificateConnection>;
|
|
52495
52576
|
courses?: Maybe<LpCourseProgressConnection>;
|
|
52496
52577
|
id: Scalars['ID']['output'];
|
|
52497
52578
|
};
|
|
52579
|
+
export declare type LpLearnerBunchballBadgesArgs = {
|
|
52580
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
52581
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
52582
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52583
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52584
|
+
};
|
|
52498
52585
|
export declare type LpLearnerCertmetricsCertificatesArgs = {
|
|
52499
52586
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52500
52587
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
52501
52588
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52502
52589
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52503
52590
|
status?: InputMaybe<LpCertStatus>;
|
|
52591
|
+
type?: InputMaybe<Array<InputMaybe<LpCertType>>>;
|
|
52504
52592
|
};
|
|
52505
52593
|
export declare type LpLearnerCoursesArgs = {
|
|
52506
52594
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52525,6 +52613,7 @@ export declare type LpLessonProgress = {
|
|
|
52525
52613
|
__typename?: 'LpLessonProgress';
|
|
52526
52614
|
lessonId?: Maybe<Scalars['String']['output']>;
|
|
52527
52615
|
status?: Maybe<Scalars['String']['output']>;
|
|
52616
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
52528
52617
|
};
|
|
52529
52618
|
export declare type LpPageInfo = {
|
|
52530
52619
|
__typename?: 'LpPageInfo';
|
|
@@ -58095,6 +58184,7 @@ export declare type Query = {
|
|
|
58095
58184
|
confluenceLegacy_homeUserSettings?: Maybe<ConfluenceLegacyHomeUserSettings>;
|
|
58096
58185
|
confluenceLegacy_incomingLinksCount?: Maybe<ConfluenceLegacyIncomingLinksCount>;
|
|
58097
58186
|
confluenceLegacy_inlineTasks?: Maybe<ConfluenceLegacyInlineTasksQueryResult>;
|
|
58187
|
+
confluenceLegacy_instanceAnalyticsCount?: Maybe<ConfluenceLegacyInstanceAnalyticsCount>;
|
|
58098
58188
|
confluenceLegacy_internalFrontendResource?: Maybe<ConfluenceLegacyFrontendResourceRenderResponse>;
|
|
58099
58189
|
confluenceLegacy_isDataClassificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
58100
58190
|
confluenceLegacy_isMoveContentStatesSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -58213,9 +58303,12 @@ export declare type Query = {
|
|
|
58213
58303
|
confluenceV2_inlineCommentsForBlogPost?: Maybe<ConfluenceV2InlineCommentConnection>;
|
|
58214
58304
|
confluenceV2_inlineCommentsForPage?: Maybe<ConfluenceV2InlineCommentConnection>;
|
|
58215
58305
|
confluenceV2_inlineCommentsForParentInlineComment?: Maybe<ConfluenceV2InlineCommentConnection>;
|
|
58306
|
+
confluenceV2_macros?: Maybe<ConfluenceV2MacroConnection>;
|
|
58307
|
+
confluenceV2_organization?: Maybe<ConfluenceV2Organization>;
|
|
58216
58308
|
confluenceV2_page?: Maybe<ConfluenceV2Page>;
|
|
58217
58309
|
confluenceV2_pages?: Maybe<Array<Maybe<ConfluenceV2Page>>>;
|
|
58218
58310
|
confluenceV2_pagesForSpace?: Maybe<ConfluenceV2PageConnection>;
|
|
58311
|
+
confluenceV2_renderedMacro?: Maybe<ConfluenceV2RenderedMacro>;
|
|
58219
58312
|
confluenceV2_space?: Maybe<ConfluenceV2Space>;
|
|
58220
58313
|
confluenceV2_spaceForPage?: Maybe<ConfluenceV2SpacePage>;
|
|
58221
58314
|
confluenceV2_spaceLookAndFeel?: Maybe<ConfluenceV2LookAndFeel>;
|
|
@@ -58272,7 +58365,6 @@ export declare type Query = {
|
|
|
58272
58365
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
58273
58366
|
insights?: Maybe<Insights>;
|
|
58274
58367
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
58275
|
-
instanceAnalyticsCount?: Maybe<ConfluenceLegacyInstanceAnalyticsCount>;
|
|
58276
58368
|
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
58277
58369
|
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
58278
58370
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -58292,7 +58384,6 @@ export declare type Query = {
|
|
|
58292
58384
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
58293
58385
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
58294
58386
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
58295
|
-
macros?: Maybe<ConfluenceV2MacroConnection>;
|
|
58296
58387
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
58297
58388
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
58298
58389
|
marketplaceAppByKey?: Maybe<MarketplaceApp>;
|
|
@@ -58313,7 +58404,6 @@ export declare type Query = {
|
|
|
58313
58404
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
58314
58405
|
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
|
|
58315
58406
|
opsgenieTeamRelationshipsForJiraProject?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
58316
|
-
organization?: Maybe<ConfluenceV2Organization>;
|
|
58317
58407
|
partner?: Maybe<Partner>;
|
|
58318
58408
|
partnerEarlyAccess?: Maybe<PeapQueryApi>;
|
|
58319
58409
|
pokemon?: Maybe<PokemonQuery>;
|
|
@@ -58338,7 +58428,6 @@ export declare type Query = {
|
|
|
58338
58428
|
productListings: Array<ProductListingResult>;
|
|
58339
58429
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
58340
58430
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
58341
|
-
renderedMacro?: Maybe<ConfluenceV2RenderedMacro>;
|
|
58342
58431
|
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
|
|
58343
58432
|
repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
58344
58433
|
roadmaps?: Maybe<RoadmapsQuery>;
|
|
@@ -58868,6 +58957,11 @@ export declare type QueryConfluenceLegacy_IncomingLinksCountArgs = {
|
|
|
58868
58957
|
export declare type QueryConfluenceLegacy_InlineTasksArgs = {
|
|
58869
58958
|
tasksQuery: ConfluenceLegacyInlineTasksByMetadata;
|
|
58870
58959
|
};
|
|
58960
|
+
export declare type QueryConfluenceLegacy_InstanceAnalyticsCountArgs = {
|
|
58961
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
58962
|
+
eventName: Array<ConfluenceLegacyAnalyticsEventName>;
|
|
58963
|
+
startTime: Scalars['String']['input'];
|
|
58964
|
+
};
|
|
58871
58965
|
export declare type QueryConfluenceLegacy_IsMoveContentStatesSupportedArgs = {
|
|
58872
58966
|
contentId: Scalars['ID']['input'];
|
|
58873
58967
|
spaceKey: Scalars['String']['input'];
|
|
@@ -59381,6 +59475,12 @@ export declare type QueryConfluenceV2_InlineCommentsForParentInlineCommentArgs =
|
|
|
59381
59475
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59382
59476
|
id: Scalars['ID']['input'];
|
|
59383
59477
|
};
|
|
59478
|
+
export declare type QueryConfluenceV2_MacrosArgs = {
|
|
59479
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
59480
|
+
blocklist?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
59481
|
+
contentId: Scalars['ID']['input'];
|
|
59482
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59483
|
+
};
|
|
59384
59484
|
export declare type QueryConfluenceV2_PageArgs = {
|
|
59385
59485
|
id: Scalars['ID']['input'];
|
|
59386
59486
|
status?: InputMaybe<Array<ConfluenceV2PageStatus>>;
|
|
@@ -59394,6 +59494,10 @@ export declare type QueryConfluenceV2_PagesForSpaceArgs = {
|
|
|
59394
59494
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59395
59495
|
id: Scalars['ID']['input'];
|
|
59396
59496
|
};
|
|
59497
|
+
export declare type QueryConfluenceV2_RenderedMacroArgs = {
|
|
59498
|
+
adf: Scalars['String']['input'];
|
|
59499
|
+
contentId: Scalars['ID']['input'];
|
|
59500
|
+
};
|
|
59397
59501
|
export declare type QueryConfluenceV2_SpaceArgs = {
|
|
59398
59502
|
id: Scalars['ID']['input'];
|
|
59399
59503
|
};
|
|
@@ -59541,11 +59645,6 @@ export declare type QueryHelpObjectStoreArgs = {
|
|
|
59541
59645
|
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
59542
59646
|
appId: Scalars['ID']['input'];
|
|
59543
59647
|
};
|
|
59544
|
-
export declare type QueryInstanceAnalyticsCountArgs = {
|
|
59545
|
-
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
59546
|
-
eventName: Array<ConfluenceLegacyAnalyticsEventName>;
|
|
59547
|
-
startTime: Scalars['String']['input'];
|
|
59548
|
-
};
|
|
59549
59648
|
export declare type QueryIpmImageModalArgs = {
|
|
59550
59649
|
id: Scalars['String']['input'];
|
|
59551
59650
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -59594,12 +59693,6 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
59594
59693
|
export declare type QueryKnowledgeBaseArgs = {
|
|
59595
59694
|
cloudId: Scalars['ID']['input'];
|
|
59596
59695
|
};
|
|
59597
|
-
export declare type QueryMacrosArgs = {
|
|
59598
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
59599
|
-
blocklist?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
59600
|
-
contentId: Scalars['ID']['input'];
|
|
59601
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59602
|
-
};
|
|
59603
59696
|
export declare type QueryMarketplaceAppArgs = {
|
|
59604
59697
|
appId: Scalars['ID']['input'];
|
|
59605
59698
|
};
|
|
@@ -59719,10 +59812,6 @@ export declare type QueryReleaseNotesArgs = {
|
|
|
59719
59812
|
search?: InputMaybe<ContentPlatformSearchOptions>;
|
|
59720
59813
|
visibleInFedRAMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59721
59814
|
};
|
|
59722
|
-
export declare type QueryRenderedMacroArgs = {
|
|
59723
|
-
adf: Scalars['String']['input'];
|
|
59724
|
-
contentId: Scalars['ID']['input'];
|
|
59725
|
-
};
|
|
59726
59815
|
export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
|
|
59727
59816
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
59728
59817
|
filter?: InputMaybe<DevOpsServiceAndRepositoryRelationshipFilter>;
|
|
@@ -62185,6 +62274,7 @@ export declare enum ShepherdAtlassianProduct {
|
|
|
62185
62274
|
AdminHub = "ADMIN_HUB",
|
|
62186
62275
|
Bitbucket = "BITBUCKET",
|
|
62187
62276
|
Confluence = "CONFLUENCE",
|
|
62277
|
+
GuardDetect = "GUARD_DETECT",
|
|
62188
62278
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
62189
62279
|
Marketplace = "MARKETPLACE"
|
|
62190
62280
|
}
|