@forge/cli-shared 8.0.1-next.1 → 8.0.1-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
|
@@ -7202,6 +7202,7 @@ export declare type CompassComponentScorecardRelationship = {
|
|
|
7202
7202
|
appliedSince: Scalars['DateTime']['output'];
|
|
7203
7203
|
criteriaScoreHistories?: Maybe<CompassScorecardCriteriaScoreHistoryConnection>;
|
|
7204
7204
|
score?: Maybe<CompassScorecardScoreResult>;
|
|
7205
|
+
scorecardMaturityLevelHistories?: Maybe<CompassScorecardMaturityLevelHistoryConnection>;
|
|
7205
7206
|
scorecardScoreHistories?: Maybe<CompassScorecardScoreHistoryConnection>;
|
|
7206
7207
|
viewerPermissions?: Maybe<CompassComponentScorecardRelationshipInstancePermissions>;
|
|
7207
7208
|
};
|
|
@@ -7216,6 +7217,11 @@ export declare type CompassComponentScorecardRelationshipCriteriaScoreHistoriesA
|
|
|
7216
7217
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
7217
7218
|
query?: InputMaybe<CompassScorecardCriteriaScoreHistoryQuery>;
|
|
7218
7219
|
};
|
|
7220
|
+
export declare type CompassComponentScorecardRelationshipScorecardMaturityLevelHistoriesArgs = {
|
|
7221
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
7222
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
7223
|
+
query?: InputMaybe<CompassScorecardMaturityLevelHistoryQuery>;
|
|
7224
|
+
};
|
|
7219
7225
|
export declare type CompassComponentScorecardRelationshipScorecardScoreHistoriesArgs = {
|
|
7220
7226
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
7221
7227
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -10173,6 +10179,29 @@ export declare type CompassScorecardMaturityLevelDuration = {
|
|
|
10173
10179
|
__typename?: 'CompassScorecardMaturityLevelDuration';
|
|
10174
10180
|
since?: Maybe<Scalars['DateTime']['output']>;
|
|
10175
10181
|
};
|
|
10182
|
+
export declare type CompassScorecardMaturityLevelHistory = {
|
|
10183
|
+
__typename?: 'CompassScorecardMaturityLevelHistory';
|
|
10184
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
10185
|
+
maturityLevelAwarded?: Maybe<CompassScorecardMaturityLevel>;
|
|
10186
|
+
};
|
|
10187
|
+
export declare type CompassScorecardMaturityLevelHistoryConnection = {
|
|
10188
|
+
__typename?: 'CompassScorecardMaturityLevelHistoryConnection';
|
|
10189
|
+
edges?: Maybe<Array<CompassScorecardMaturityLevelHistoryEdge>>;
|
|
10190
|
+
nodes?: Maybe<Array<CompassScorecardMaturityLevelHistory>>;
|
|
10191
|
+
pageInfo: PageInfo;
|
|
10192
|
+
};
|
|
10193
|
+
export declare type CompassScorecardMaturityLevelHistoryEdge = {
|
|
10194
|
+
__typename?: 'CompassScorecardMaturityLevelHistoryEdge';
|
|
10195
|
+
cursor: Scalars['String']['output'];
|
|
10196
|
+
node?: Maybe<CompassScorecardMaturityLevelHistory>;
|
|
10197
|
+
};
|
|
10198
|
+
export declare type CompassScorecardMaturityLevelHistoryQuery = {
|
|
10199
|
+
filter?: InputMaybe<CompassScorecardMaturityLevelHistoryQueryFilter>;
|
|
10200
|
+
};
|
|
10201
|
+
export declare type CompassScorecardMaturityLevelHistoryQueryFilter = {
|
|
10202
|
+
periodicity?: InputMaybe<CompassScorecardScoreHistoryPeriodicity>;
|
|
10203
|
+
startFrom?: InputMaybe<Scalars['DateTime']['input']>;
|
|
10204
|
+
};
|
|
10176
10205
|
export declare type CompassScorecardMaturityLevelScoreSystem = {
|
|
10177
10206
|
__typename?: 'CompassScorecardMaturityLevelScoreSystem';
|
|
10178
10207
|
levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
|
|
@@ -33655,6 +33684,8 @@ export declare type GraphStore = {
|
|
|
33655
33684
|
userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
|
|
33656
33685
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
33657
33686
|
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
33687
|
+
userSnapshottedConfluencePage?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageConnection>;
|
|
33688
|
+
userSnapshottedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection>;
|
|
33658
33689
|
userTaggedInComment?: Maybe<GraphStoreSimplifiedUserTaggedInCommentConnection>;
|
|
33659
33690
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
33660
33691
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
@@ -38083,6 +38114,20 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
|
38083
38114
|
id: Scalars['ID']['input'];
|
|
38084
38115
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
38085
38116
|
};
|
|
38117
|
+
export declare type GraphStoreUserSnapshottedConfluencePageArgs = {
|
|
38118
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38119
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38120
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38121
|
+
id: Scalars['ID']['input'];
|
|
38122
|
+
sort?: InputMaybe<GraphStoreUserSnapshottedConfluencePageSortInput>;
|
|
38123
|
+
};
|
|
38124
|
+
export declare type GraphStoreUserSnapshottedConfluencePageInverseArgs = {
|
|
38125
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38126
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38127
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38128
|
+
id: Scalars['ID']['input'];
|
|
38129
|
+
sort?: InputMaybe<GraphStoreUserSnapshottedConfluencePageSortInput>;
|
|
38130
|
+
};
|
|
38086
38131
|
export declare type GraphStoreUserTaggedInCommentArgs = {
|
|
38087
38132
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38088
38133
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -52434,6 +52479,34 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
|
52434
52479
|
};
|
|
52435
52480
|
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
52436
52481
|
export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
52482
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageConnection = HasPageInfo & {
|
|
52483
|
+
__typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageConnection';
|
|
52484
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageEdge>>>;
|
|
52485
|
+
pageInfo: PageInfo;
|
|
52486
|
+
};
|
|
52487
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageEdge = {
|
|
52488
|
+
__typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageEdge';
|
|
52489
|
+
createdAt: Scalars['DateTime']['output'];
|
|
52490
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
52491
|
+
id: Scalars['ID']['output'];
|
|
52492
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
52493
|
+
node?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageUnion>;
|
|
52494
|
+
};
|
|
52495
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection = HasPageInfo & {
|
|
52496
|
+
__typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection';
|
|
52497
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge>>>;
|
|
52498
|
+
pageInfo: PageInfo;
|
|
52499
|
+
};
|
|
52500
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge = {
|
|
52501
|
+
__typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge';
|
|
52502
|
+
createdAt: Scalars['DateTime']['output'];
|
|
52503
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
52504
|
+
id: Scalars['ID']['output'];
|
|
52505
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
52506
|
+
node?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseUnion>;
|
|
52507
|
+
};
|
|
52508
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
52509
|
+
export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageUnion = ConfluencePage;
|
|
52437
52510
|
export declare type GraphStoreSimplifiedUserTaggedInCommentConnection = HasPageInfo & {
|
|
52438
52511
|
__typename?: 'GraphStoreSimplifiedUserTaggedInCommentConnection';
|
|
52439
52512
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInCommentEdge>>>;
|
|
@@ -54104,6 +54177,9 @@ export declare type GraphStoreUserReportsIssueSortInput = {
|
|
|
54104
54177
|
export declare type GraphStoreUserReviewsPrSortInput = {
|
|
54105
54178
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
54106
54179
|
};
|
|
54180
|
+
export declare type GraphStoreUserSnapshottedConfluencePageSortInput = {
|
|
54181
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
54182
|
+
};
|
|
54107
54183
|
export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
54108
54184
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
54109
54185
|
};
|
|
@@ -62945,6 +63021,7 @@ export declare type JiraGroup = Node & {
|
|
|
62945
63021
|
name: Scalars['String']['output'];
|
|
62946
63022
|
};
|
|
62947
63023
|
export declare type JiraGroupByDropdownFilter = {
|
|
63024
|
+
projectId?: InputMaybe<Scalars['String']['input']>;
|
|
62948
63025
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
62949
63026
|
};
|
|
62950
63027
|
export declare type JiraGroupConnection = {
|
|
@@ -78054,6 +78131,12 @@ export declare type LoomComment = Node & {
|
|
|
78054
78131
|
video?: Maybe<LoomVideo>;
|
|
78055
78132
|
videoId: Scalars['ID']['output'];
|
|
78056
78133
|
};
|
|
78134
|
+
export declare type LoomFolder = {
|
|
78135
|
+
__typename?: 'LoomFolder';
|
|
78136
|
+
id: Scalars['ID']['output'];
|
|
78137
|
+
name: Scalars['String']['output'];
|
|
78138
|
+
parentSpaceId?: Maybe<Scalars['ID']['output']>;
|
|
78139
|
+
};
|
|
78057
78140
|
export declare type LoomMeeting = Node & {
|
|
78058
78141
|
__typename?: 'LoomMeeting';
|
|
78059
78142
|
endsAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -78901,6 +78984,10 @@ export declare type MarketplaceConsoleCanMakeServerVersionPublicInput = {
|
|
|
78901
78984
|
userKey?: InputMaybe<Scalars['ID']['input']>;
|
|
78902
78985
|
versionNumber: Scalars['ID']['input'];
|
|
78903
78986
|
};
|
|
78987
|
+
export declare enum MarketplaceConsoleCloudComplianceBoundary {
|
|
78988
|
+
Commercial = "COMMERCIAL",
|
|
78989
|
+
FedrampModerate = "FEDRAMP_MODERATE"
|
|
78990
|
+
}
|
|
78904
78991
|
export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
78905
78992
|
__typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
|
|
78906
78993
|
artifact?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
@@ -79384,6 +79471,7 @@ export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
|
79384
79471
|
};
|
|
79385
79472
|
export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
|
|
79386
79473
|
appKey: Scalars['ID']['input'];
|
|
79474
|
+
cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<MarketplaceConsoleCloudComplianceBoundary>>>;
|
|
79387
79475
|
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
79388
79476
|
};
|
|
79389
79477
|
export declare type MarketplaceConsoleMutationApiDeleteAppSoftwareTokenArgs = {
|
|
@@ -84015,6 +84103,7 @@ export declare type Mutation = {
|
|
|
84015
84103
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
84016
84104
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
84017
84105
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
84106
|
+
radar_clearFocusAreaProposals?: Maybe<RadarMutationResponse>;
|
|
84018
84107
|
radar_createCustomField?: Maybe<RadarMutationResponse>;
|
|
84019
84108
|
radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
|
|
84020
84109
|
radar_deleteFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
|
|
@@ -85401,6 +85490,7 @@ export declare type MutationEnablePublicLinkForPageArgs = {
|
|
|
85401
85490
|
pageId: Scalars['ID']['input'];
|
|
85402
85491
|
};
|
|
85403
85492
|
export declare type MutationFavouritePageArgs = {
|
|
85493
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
85404
85494
|
favouritePageInput: FavouritePageInput;
|
|
85405
85495
|
};
|
|
85406
85496
|
export declare type MutationFavouriteSpaceArgs = {
|
|
@@ -85666,6 +85756,10 @@ export declare type MutationPublicLinkSpacesActionArgs = {
|
|
|
85666
85756
|
export declare type MutationPublishReleaseNoteArgs = {
|
|
85667
85757
|
id: Scalars['String']['input'];
|
|
85668
85758
|
};
|
|
85759
|
+
export declare type MutationRadar_ClearFocusAreaProposalsArgs = {
|
|
85760
|
+
cloudId: Scalars['ID']['input'];
|
|
85761
|
+
input: Array<RadarClearFocusAreaProposalInput>;
|
|
85762
|
+
};
|
|
85669
85763
|
export declare type MutationRadar_CreateCustomFieldArgs = {
|
|
85670
85764
|
cloudId: Scalars['ID']['input'];
|
|
85671
85765
|
input: RadarCustomFieldInput;
|
|
@@ -86029,6 +86123,7 @@ export declare type MutationUnassignIssueParentArgs = {
|
|
|
86029
86123
|
input?: InputMaybe<UnassignIssueParentInput>;
|
|
86030
86124
|
};
|
|
86031
86125
|
export declare type MutationUnfavouritePageArgs = {
|
|
86126
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
86032
86127
|
favouritePageInput: FavouritePageInput;
|
|
86033
86128
|
};
|
|
86034
86129
|
export declare type MutationUnfavouriteSpaceArgs = {
|
|
@@ -86050,6 +86145,7 @@ export declare type MutationUnwatchBlogsArgs = {
|
|
|
86050
86145
|
watchSpaceInput: WatchSpaceInput;
|
|
86051
86146
|
};
|
|
86052
86147
|
export declare type MutationUnwatchContentArgs = {
|
|
86148
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
86053
86149
|
watchContentInput: WatchContentInput;
|
|
86054
86150
|
};
|
|
86055
86151
|
export declare type MutationUnwatchMarketplaceAppArgs = {
|
|
@@ -86262,6 +86358,7 @@ export declare type MutationWatchBlogsArgs = {
|
|
|
86262
86358
|
watchSpaceInput: WatchSpaceInput;
|
|
86263
86359
|
};
|
|
86264
86360
|
export declare type MutationWatchContentArgs = {
|
|
86361
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
86265
86362
|
watchContentInput: WatchContentInput;
|
|
86266
86363
|
};
|
|
86267
86364
|
export declare type MutationWatchMarketplaceAppArgs = {
|
|
@@ -89548,6 +89645,7 @@ export declare type Query = {
|
|
|
89548
89645
|
loom_comment?: Maybe<LoomComment>;
|
|
89549
89646
|
loom_comments?: Maybe<Array<Maybe<LoomComment>>>;
|
|
89550
89647
|
loom_createSpace?: Maybe<LoomSpace>;
|
|
89648
|
+
loom_foldersSearch?: Maybe<Array<Maybe<LoomFolder>>>;
|
|
89551
89649
|
loom_meeting?: Maybe<LoomMeeting>;
|
|
89552
89650
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
89553
89651
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
@@ -91926,6 +92024,12 @@ export declare type QueryLoom_CreateSpaceArgs = {
|
|
|
91926
92024
|
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
91927
92025
|
siteId: Scalars['ID']['input'];
|
|
91928
92026
|
};
|
|
92027
|
+
export declare type QueryLoom_FoldersSearchArgs = {
|
|
92028
|
+
includeDefaultFolders?: InputMaybe<Scalars['Boolean']['input']>;
|
|
92029
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
92030
|
+
siteId: Scalars['ID']['input'];
|
|
92031
|
+
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
92032
|
+
};
|
|
91929
92033
|
export declare type QueryLoom_MeetingArgs = {
|
|
91930
92034
|
id: Scalars['ID']['input'];
|
|
91931
92035
|
};
|
|
@@ -92690,6 +92794,9 @@ export declare type QueryUserGroupSearchArgs = {
|
|
|
92690
92794
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
92691
92795
|
sitePermissionTypeFilter?: InputMaybe<SitePermissionTypeFilter>;
|
|
92692
92796
|
};
|
|
92797
|
+
export declare type QueryUserPreferencesArgs = {
|
|
92798
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
92799
|
+
};
|
|
92693
92800
|
export declare type QueryUserWithContentRestrictionsArgs = {
|
|
92694
92801
|
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
92695
92802
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -92849,6 +92956,9 @@ export declare type RadarBooleanFieldValue = {
|
|
|
92849
92956
|
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
92850
92957
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
92851
92958
|
};
|
|
92959
|
+
export declare type RadarClearFocusAreaProposalInput = {
|
|
92960
|
+
proposalAri: Scalars['ID']['input'];
|
|
92961
|
+
};
|
|
92852
92962
|
export declare type RadarConnection = {
|
|
92853
92963
|
pageInfo: PageInfo;
|
|
92854
92964
|
totalCount: Scalars['Int']['output'];
|