@forge/cli-shared 8.7.2-next.1-experimental-2578ec1 → 8.7.2-next.1-experimental-1a0bb6a
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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.7.2-next.1-experimental-
|
|
3
|
+
## 8.7.2-next.1-experimental-1a0bb6a
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 90ee56f: Remove forge-cli-enable-atlas-product-support FF from type
|
|
8
8
|
- Updated dependencies [f5d3945]
|
|
9
|
-
- @forge/manifest@10.7.0-next.0-experimental-
|
|
9
|
+
- @forge/manifest@10.7.0-next.0-experimental-1a0bb6a
|
|
10
10
|
|
|
11
11
|
## 8.7.2-next.1
|
|
12
12
|
|
|
@@ -15908,6 +15908,7 @@ export declare type ConfluenceCustomContentPermissionGroupPrincipal = Confluence
|
|
|
15908
15908
|
export declare type ConfluenceCustomContentPermissionGuestPrincipal = ConfluenceCustomContentPermissionPrincipal & {
|
|
15909
15909
|
__typename?: 'ConfluenceCustomContentPermissionGuestPrincipal';
|
|
15910
15910
|
displayName: Scalars['String']['output'];
|
|
15911
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
15911
15912
|
principalId: Scalars['ID']['output'];
|
|
15912
15913
|
profilePicture?: Maybe<Icon>;
|
|
15913
15914
|
};
|
|
@@ -15934,6 +15935,7 @@ export declare enum ConfluenceCustomContentPermissionType {
|
|
|
15934
15935
|
export declare type ConfluenceCustomContentPermissionUserPrincipal = ConfluenceCustomContentPermissionPrincipal & {
|
|
15935
15936
|
__typename?: 'ConfluenceCustomContentPermissionUserPrincipal';
|
|
15936
15937
|
displayName: Scalars['String']['output'];
|
|
15938
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
15937
15939
|
principalId: Scalars['ID']['output'];
|
|
15938
15940
|
profilePicture?: Maybe<Icon>;
|
|
15939
15941
|
};
|
|
@@ -16790,6 +16792,14 @@ export declare type ConfluenceLanguage = {
|
|
|
16790
16792
|
language?: Maybe<Scalars['String']['output']>;
|
|
16791
16793
|
name?: Maybe<Scalars['String']['output']>;
|
|
16792
16794
|
};
|
|
16795
|
+
export declare type ConfluenceLegacyEditorReportDownloadLink = {
|
|
16796
|
+
__typename?: 'ConfluenceLegacyEditorReportDownloadLink';
|
|
16797
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
16798
|
+
};
|
|
16799
|
+
export declare enum ConfluenceLegacyEditorReportType {
|
|
16800
|
+
Page = "PAGE",
|
|
16801
|
+
Template = "TEMPLATE"
|
|
16802
|
+
}
|
|
16793
16803
|
export declare type ConfluenceLike = {
|
|
16794
16804
|
__typename?: 'ConfluenceLike';
|
|
16795
16805
|
likedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -17630,6 +17640,18 @@ export declare type ConfluencePublishBlogPostPayload = Payload & {
|
|
|
17630
17640
|
errors?: Maybe<Array<MutationError>>;
|
|
17631
17641
|
success: Scalars['Boolean']['output'];
|
|
17632
17642
|
};
|
|
17643
|
+
export declare type ConfluencePublishBlueprintSharedDraftInput = {
|
|
17644
|
+
confluenceContentInput: ConfluenceContentInput;
|
|
17645
|
+
draftId: Scalars['ID']['input'];
|
|
17646
|
+
expand?: InputMaybe<Scalars['String']['input']>;
|
|
17647
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
17648
|
+
};
|
|
17649
|
+
export declare type ConfluencePublishBlueprintSharedDraftPayload = Payload & {
|
|
17650
|
+
__typename?: 'ConfluencePublishBlueprintSharedDraftPayload';
|
|
17651
|
+
content?: Maybe<Content>;
|
|
17652
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17653
|
+
success: Scalars['Boolean']['output'];
|
|
17654
|
+
};
|
|
17633
17655
|
export declare type ConfluencePublishPageInput = {
|
|
17634
17656
|
id: Scalars['ID']['input'];
|
|
17635
17657
|
publishTitle?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -18269,6 +18291,12 @@ export declare type ConfluenceSpaceRecommendations = {
|
|
|
18269
18291
|
active?: Maybe<Array<Maybe<Space>>>;
|
|
18270
18292
|
starred?: Maybe<Array<Maybe<Space>>>;
|
|
18271
18293
|
};
|
|
18294
|
+
export declare type ConfluenceSpaceReportPayload = Payload & {
|
|
18295
|
+
__typename?: 'ConfluenceSpaceReportPayload';
|
|
18296
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18297
|
+
success: Scalars['Boolean']['output'];
|
|
18298
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
18299
|
+
};
|
|
18272
18300
|
export declare type ConfluenceSpaceRoleAppPrincipal = SpaceRolePrincipal & {
|
|
18273
18301
|
__typename?: 'ConfluenceSpaceRoleAppPrincipal';
|
|
18274
18302
|
displayName: Scalars['String']['output'];
|
|
@@ -28528,15 +28556,18 @@ export declare type ExternalBranch = Node & {
|
|
|
28528
28556
|
container?: Maybe<ExternalEntity>;
|
|
28529
28557
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
28530
28558
|
createPullRequestUrl?: Maybe<Scalars['String']['output']>;
|
|
28559
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
28531
28560
|
createdBy?: Maybe<ExternalUser>;
|
|
28532
28561
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
28533
28562
|
id: Scalars['ID']['output'];
|
|
28563
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
28534
28564
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
28535
28565
|
name?: Maybe<Scalars['String']['output']>;
|
|
28536
28566
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
28537
28567
|
provider?: Maybe<ExternalProvider>;
|
|
28538
28568
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
28539
28569
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
28570
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
28540
28571
|
url?: Maybe<Scalars['String']['output']>;
|
|
28541
28572
|
};
|
|
28542
28573
|
export declare type ExternalBranchReference = {
|
|
@@ -62050,6 +62081,7 @@ export declare type JiraAlignAggMercuryProjectTypeDto = MercuryProjectType & {
|
|
|
62050
62081
|
};
|
|
62051
62082
|
export declare type JiraAlignAggProject = HasMercuryProjectFields & Node & {
|
|
62052
62083
|
__typename?: 'JiraAlignAggProject';
|
|
62084
|
+
customProjectType?: Maybe<JiraAlignAggCustomProjectType>;
|
|
62053
62085
|
externalOwner?: Maybe<JiraAlignAggJiraAlignProjectOwner>;
|
|
62054
62086
|
id: Scalars['ID']['output'];
|
|
62055
62087
|
mercuryOriginalProjectStatus?: Maybe<MercuryOriginalProjectStatus>;
|
|
@@ -88949,6 +88981,10 @@ export declare type MercuryFocusAreaFundChangeSummary = {
|
|
|
88949
88981
|
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88950
88982
|
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
88951
88983
|
};
|
|
88984
|
+
export declare type MercuryFocusAreaGoalContext = {
|
|
88985
|
+
__typename?: 'MercuryFocusAreaGoalContext';
|
|
88986
|
+
focusAreaLinkedGoalContext?: Maybe<Array<Maybe<MercuryFocusAreaLinkedGoalContextData>>>;
|
|
88987
|
+
};
|
|
88952
88988
|
export declare type MercuryFocusAreaGoalLink = Node & {
|
|
88953
88989
|
__typename?: 'MercuryFocusAreaGoalLink';
|
|
88954
88990
|
atlasGoal?: Maybe<TownsquareGoal>;
|
|
@@ -89004,6 +89040,17 @@ export declare type MercuryFocusAreaLink = Node & {
|
|
|
89004
89040
|
id: Scalars['ID']['output'];
|
|
89005
89041
|
parentFocusAreaId: Scalars['String']['output'];
|
|
89006
89042
|
};
|
|
89043
|
+
export declare type MercuryFocusAreaLinkedGoalContextData = {
|
|
89044
|
+
__typename?: 'MercuryFocusAreaLinkedGoalContextData';
|
|
89045
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
89046
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
89047
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
89048
|
+
status?: Maybe<MercuryLinkedGoalStatus>;
|
|
89049
|
+
targetDateEnd?: Maybe<Scalars['String']['output']>;
|
|
89050
|
+
targetDateStart?: Maybe<Scalars['String']['output']>;
|
|
89051
|
+
updates?: Maybe<Array<MercuryLinkedGoalUpdate>>;
|
|
89052
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
89053
|
+
};
|
|
89007
89054
|
export declare type MercuryFocusAreaLinkedGoalSummary = {
|
|
89008
89055
|
__typename?: 'MercuryFocusAreaLinkedGoalSummary';
|
|
89009
89056
|
count: Scalars['Int']['output'];
|
|
@@ -89290,6 +89337,21 @@ export declare type MercuryLinkWorkToFocusAreaPayload = Payload & {
|
|
|
89290
89337
|
errors?: Maybe<Array<MutationError>>;
|
|
89291
89338
|
success: Scalars['Boolean']['output'];
|
|
89292
89339
|
};
|
|
89340
|
+
export declare type MercuryLinkedGoalStatus = {
|
|
89341
|
+
__typename?: 'MercuryLinkedGoalStatus';
|
|
89342
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
89343
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
89344
|
+
};
|
|
89345
|
+
export declare type MercuryLinkedGoalUpdate = {
|
|
89346
|
+
__typename?: 'MercuryLinkedGoalUpdate';
|
|
89347
|
+
creationDate?: Maybe<Scalars['String']['output']>;
|
|
89348
|
+
editDate?: Maybe<Scalars['String']['output']>;
|
|
89349
|
+
newState?: Maybe<Scalars['String']['output']>;
|
|
89350
|
+
newTargetDate?: Maybe<Scalars['String']['output']>;
|
|
89351
|
+
oldState?: Maybe<Scalars['String']['output']>;
|
|
89352
|
+
oldTargetDate?: Maybe<Scalars['String']['output']>;
|
|
89353
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
89354
|
+
};
|
|
89293
89355
|
export declare type MercuryMediaToken = {
|
|
89294
89356
|
__typename?: 'MercuryMediaToken';
|
|
89295
89357
|
token: Scalars['String']['output'];
|
|
@@ -89852,6 +89914,7 @@ export declare type MercuryPublishFocusAreaPayload = Payload & {
|
|
|
89852
89914
|
};
|
|
89853
89915
|
export declare type MercuryQueryApi = {
|
|
89854
89916
|
__typename?: 'MercuryQueryApi';
|
|
89917
|
+
aiFocusAreaGoalContextData?: Maybe<MercuryFocusAreaGoalContext>;
|
|
89855
89918
|
aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
|
|
89856
89919
|
aiFocusAreaWorkContextData?: Maybe<MercuryFocusAreaWorkContext>;
|
|
89857
89920
|
comments?: Maybe<MercuryCommentConnection>;
|
|
@@ -89876,6 +89939,11 @@ export declare type MercuryQueryApi = {
|
|
|
89876
89939
|
searchFocusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
89877
89940
|
workspaceContext: MercuryWorkspaceContext;
|
|
89878
89941
|
};
|
|
89942
|
+
export declare type MercuryQueryApiAiFocusAreaGoalContextDataArgs = {
|
|
89943
|
+
cloudId: Scalars['ID']['input'];
|
|
89944
|
+
id: Scalars['ID']['input'];
|
|
89945
|
+
maxDepth?: InputMaybe<Scalars['Int']['input']>;
|
|
89946
|
+
};
|
|
89879
89947
|
export declare type MercuryQueryApiAiFocusAreaSummaryArgs = {
|
|
89880
89948
|
cloudId: Scalars['ID']['input'];
|
|
89881
89949
|
id: Scalars['ID']['input'];
|
|
@@ -91183,6 +91251,7 @@ export declare type Mutation = {
|
|
|
91183
91251
|
confluence_experimentInitAiFirstCreation?: Maybe<ConfluenceExperimentInitAiFirstCreationPayload>;
|
|
91184
91252
|
confluence_experimentInitModernize?: Maybe<ConfluenceExperimentInitModernizePayload>;
|
|
91185
91253
|
confluence_generateForgeContextToken?: Maybe<ConfluenceForgeContextTokenPayload>;
|
|
91254
|
+
confluence_generateLegacyEditorReport?: Maybe<ConfluenceSpaceReportPayload>;
|
|
91186
91255
|
confluence_generateSpacePermissionAuditReport?: Maybe<ConfluenceAdminReportPayload>;
|
|
91187
91256
|
confluence_insertOfflineVersion?: Maybe<ConfluenceInsertOfflineVersionPayload>;
|
|
91188
91257
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
@@ -91194,6 +91263,7 @@ export declare type Mutation = {
|
|
|
91194
91263
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
91195
91264
|
confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
|
|
91196
91265
|
confluence_patchCalendar?: Maybe<ConfluencePatchCalendarPayload>;
|
|
91266
|
+
confluence_publishBlueprintSharedDraft?: Maybe<ConfluencePublishBlueprintSharedDraftPayload>;
|
|
91197
91267
|
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
91198
91268
|
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
91199
91269
|
confluence_resolveCommentsByContentId?: Maybe<ConfluenceResolveCommentByContentIdPayload>;
|
|
@@ -92341,6 +92411,11 @@ export declare type MutationConfluence_GenerateForgeContextTokenArgs = {
|
|
|
92341
92411
|
cloudId: Scalars['ID']['input'];
|
|
92342
92412
|
input: ConfluenceForgeContextTokenRequestInput;
|
|
92343
92413
|
};
|
|
92414
|
+
export declare type MutationConfluence_GenerateLegacyEditorReportArgs = {
|
|
92415
|
+
cloudId: Scalars['ID']['input'];
|
|
92416
|
+
contentType: ConfluenceLegacyEditorReportType;
|
|
92417
|
+
spaceId: Scalars['ID']['input'];
|
|
92418
|
+
};
|
|
92344
92419
|
export declare type MutationConfluence_GenerateSpacePermissionAuditReportArgs = {
|
|
92345
92420
|
cloudId: Scalars['ID']['input'];
|
|
92346
92421
|
reportType: ConfluenceSpacePermissionAuditReportType;
|
|
@@ -92387,6 +92462,10 @@ export declare type MutationConfluence_PatchCalendarArgs = {
|
|
|
92387
92462
|
cloudId: Scalars['ID']['input'];
|
|
92388
92463
|
input: ConfluencePatchCalendarInput;
|
|
92389
92464
|
};
|
|
92465
|
+
export declare type MutationConfluence_PublishBlueprintSharedDraftArgs = {
|
|
92466
|
+
cloudId: Scalars['ID']['input'];
|
|
92467
|
+
input?: InputMaybe<ConfluencePublishBlueprintSharedDraftInput>;
|
|
92468
|
+
};
|
|
92390
92469
|
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
92391
92470
|
cloudId: Scalars['ID']['input'];
|
|
92392
92471
|
commentId: Scalars['ID']['input'];
|
|
@@ -97350,6 +97429,7 @@ export declare type Query = {
|
|
|
97350
97429
|
confluence_isSpaceRoleAssignedToUserTypes?: Maybe<ConfluenceSpaceRoleAssigned>;
|
|
97351
97430
|
confluence_isWatchingLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
97352
97431
|
confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
|
|
97432
|
+
confluence_legacyEditorReportDownloadLink?: Maybe<ConfluenceLegacyEditorReportDownloadLink>;
|
|
97353
97433
|
confluence_loomEntryPoints?: Maybe<ConfluenceLoomEntryPoints>;
|
|
97354
97434
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
97355
97435
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
@@ -98929,6 +99009,11 @@ export declare type QueryConfluence_LatestKnowledgeGraphObjectV2Args = {
|
|
|
98929
99009
|
contentType: KnowledgeGraphContentType;
|
|
98930
99010
|
objectType: KnowledgeGraphObjectType;
|
|
98931
99011
|
};
|
|
99012
|
+
export declare type QueryConfluence_LegacyEditorReportDownloadLinkArgs = {
|
|
99013
|
+
cloudId: Scalars['ID']['input'];
|
|
99014
|
+
spaceId: Scalars['ID']['input'];
|
|
99015
|
+
taskId: Scalars['ID']['input'];
|
|
99016
|
+
};
|
|
98932
99017
|
export declare type QueryConfluence_LoomEntryPointsArgs = {
|
|
98933
99018
|
cloudId: Scalars['ID']['input'];
|
|
98934
99019
|
};
|
|
@@ -101556,8 +101641,13 @@ export declare type RadarFieldPermissionsInput = {
|
|
|
101556
101641
|
};
|
|
101557
101642
|
export declare type RadarFieldSettingsInput = {
|
|
101558
101643
|
entity: RadarEntityType;
|
|
101644
|
+
permissionUpdates?: InputMaybe<RadarFieldSettingsPermissionsInput>;
|
|
101559
101645
|
relativeId: Scalars['String']['input'];
|
|
101560
|
-
sensitivityLevel
|
|
101646
|
+
sensitivityLevel?: InputMaybe<RadarSensitivityLevel>;
|
|
101647
|
+
};
|
|
101648
|
+
export declare type RadarFieldSettingsPermissionsInput = {
|
|
101649
|
+
addedViewSensitiveFieldGroups?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
101650
|
+
removedViewSensitiveFieldGroups?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
101561
101651
|
};
|
|
101562
101652
|
export declare enum RadarFieldType {
|
|
101563
101653
|
Ari = "ARI",
|