@forge/cli-shared 6.9.0-next.5 → 6.9.0-next.6
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
|
@@ -611,7 +611,7 @@ export declare type ActivityObject = {
|
|
|
611
611
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
612
612
|
type: Scalars['String']['output'];
|
|
613
613
|
};
|
|
614
|
-
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | ExternalDocument | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
614
|
+
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | ExternalDocument | ExternalRemoteLink | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
615
615
|
export declare enum ActivityObjectType {
|
|
616
616
|
Blogpost = "BLOGPOST",
|
|
617
617
|
Comment = "COMMENT",
|
|
@@ -74352,6 +74352,7 @@ export declare type MarketplaceAppVersionConnection = {
|
|
|
74352
74352
|
edges?: Maybe<Array<Maybe<MarketplaceAppVersionEdge>>>;
|
|
74353
74353
|
pageInfo: PageInfo;
|
|
74354
74354
|
totalCount: Scalars['Int']['output'];
|
|
74355
|
+
totalCountPerSoftwareHosting?: Maybe<TotalCountPerSoftwareHosting>;
|
|
74355
74356
|
};
|
|
74356
74357
|
export declare type MarketplaceAppVersionEdge = {
|
|
74357
74358
|
__typename?: 'MarketplaceAppVersionEdge';
|
|
@@ -76509,6 +76510,7 @@ export declare type MercuryArchiveFocusAreaChangeInput = {
|
|
|
76509
76510
|
};
|
|
76510
76511
|
export declare type MercuryArchiveFocusAreaInput = {
|
|
76511
76512
|
cloudId: Scalars['ID']['input'];
|
|
76513
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
76512
76514
|
id: Scalars['ID']['input'];
|
|
76513
76515
|
};
|
|
76514
76516
|
export declare type MercuryArchiveFocusAreaPayload = Payload & {
|
|
@@ -76516,6 +76518,10 @@ export declare type MercuryArchiveFocusAreaPayload = Payload & {
|
|
|
76516
76518
|
errors?: Maybe<Array<MutationError>>;
|
|
76517
76519
|
success: Scalars['Boolean']['output'];
|
|
76518
76520
|
};
|
|
76521
|
+
export declare type MercuryArchiveFocusAreaValidationInput = {
|
|
76522
|
+
cloudId: Scalars['ID']['input'];
|
|
76523
|
+
id: Scalars['ID']['input'];
|
|
76524
|
+
};
|
|
76519
76525
|
export declare type MercuryArchiveFocusAreaValidationPayload = Payload & {
|
|
76520
76526
|
__typename?: 'MercuryArchiveFocusAreaValidationPayload';
|
|
76521
76527
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -77560,7 +77566,7 @@ export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
|
|
|
77560
77566
|
input: MercuryUpdatePortfolioNameInput;
|
|
77561
77567
|
};
|
|
77562
77568
|
export declare type MercuryMutationApiValidateFocusAreaArchivalArgs = {
|
|
77563
|
-
input:
|
|
77569
|
+
input: MercuryArchiveFocusAreaValidationInput;
|
|
77564
77570
|
};
|
|
77565
77571
|
export declare type MercuryOriginalProjectStatus = {
|
|
77566
77572
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
@@ -78178,6 +78184,7 @@ export declare type MercuryStrategicEventsMutationApi = {
|
|
|
78178
78184
|
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
78179
78185
|
updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
|
|
78180
78186
|
updateChangeProposalDescription?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78187
|
+
updateChangeProposalFocusArea?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78181
78188
|
updateChangeProposalImpact?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78182
78189
|
updateChangeProposalName?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
78183
78190
|
updateChangeProposalOwner?: Maybe<MercuryUpdateChangeProposalPayload>;
|
|
@@ -78233,6 +78240,9 @@ export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalComment
|
|
|
78233
78240
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalDescriptionArgs = {
|
|
78234
78241
|
input: MercuryUpdateChangeProposalDescriptionInput;
|
|
78235
78242
|
};
|
|
78243
|
+
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalFocusAreaArgs = {
|
|
78244
|
+
input: MercuryUpdateChangeProposalFocusAreaInput;
|
|
78245
|
+
};
|
|
78236
78246
|
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalImpactArgs = {
|
|
78237
78247
|
input: MercuryUpdateChangeProposalImpactInput;
|
|
78238
78248
|
};
|
|
@@ -78424,6 +78434,7 @@ export declare type MercuryTransitionStrategicEventStatusInput = {
|
|
|
78424
78434
|
};
|
|
78425
78435
|
export declare type MercuryUnarchiveFocusAreaInput = {
|
|
78426
78436
|
cloudId: Scalars['ID']['input'];
|
|
78437
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
78427
78438
|
id: Scalars['ID']['input'];
|
|
78428
78439
|
};
|
|
78429
78440
|
export declare type MercuryUnarchiveFocusAreaPayload = Payload & {
|
|
@@ -78460,7 +78471,7 @@ export declare type MercuryUpdateChangeProposalDescriptionInput = {
|
|
|
78460
78471
|
id: Scalars['ID']['input'];
|
|
78461
78472
|
};
|
|
78462
78473
|
export declare type MercuryUpdateChangeProposalFocusAreaInput = {
|
|
78463
|
-
focusAreaId
|
|
78474
|
+
focusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
78464
78475
|
id: Scalars['ID']['input'];
|
|
78465
78476
|
};
|
|
78466
78477
|
export declare type MercuryUpdateChangeProposalImpactInput = {
|
|
@@ -94608,6 +94619,12 @@ export declare type TopTemplateItem = {
|
|
|
94608
94619
|
rank: Scalars['Int']['output'];
|
|
94609
94620
|
templateId: Scalars['String']['output'];
|
|
94610
94621
|
};
|
|
94622
|
+
export declare type TotalCountPerSoftwareHosting = {
|
|
94623
|
+
__typename?: 'TotalCountPerSoftwareHosting';
|
|
94624
|
+
cloud?: Maybe<Scalars['Int']['output']>;
|
|
94625
|
+
dataCenter?: Maybe<Scalars['Int']['output']>;
|
|
94626
|
+
server?: Maybe<Scalars['Int']['output']>;
|
|
94627
|
+
};
|
|
94611
94628
|
export declare type TotalSearchCtr = {
|
|
94612
94629
|
__typename?: 'TotalSearchCTR';
|
|
94613
94630
|
nodes: Array<TotalSearchCtrItems>;
|
|
@@ -96103,14 +96120,18 @@ export declare enum TrelloCardActionType {
|
|
|
96103
96120
|
AddChecklist = "ADD_CHECKLIST",
|
|
96104
96121
|
AddMember = "ADD_MEMBER",
|
|
96105
96122
|
Comment = "COMMENT",
|
|
96123
|
+
CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
|
|
96124
|
+
CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
|
|
96106
96125
|
MoveCard = "MOVE_CARD",
|
|
96107
96126
|
MoveCardToBoard = "MOVE_CARD_TO_BOARD",
|
|
96108
96127
|
MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
|
|
96109
96128
|
RemoveChecklist = "REMOVE_CHECKLIST",
|
|
96110
96129
|
RemoveMember = "REMOVE_MEMBER",
|
|
96130
|
+
UpdateCardClosed = "UPDATE_CARD_CLOSED",
|
|
96131
|
+
UpdateCardComplete = "UPDATE_CARD_COMPLETE",
|
|
96111
96132
|
UpdateCardDue = "UPDATE_CARD_DUE"
|
|
96112
96133
|
}
|
|
96113
|
-
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardDueAction;
|
|
96134
|
+
export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
|
|
96114
96135
|
export declare type TrelloCardAttachmentsByType = {
|
|
96115
96136
|
__typename?: 'TrelloCardAttachmentsByType';
|
|
96116
96137
|
trello?: Maybe<TrelloCardAttachmentsCount>;
|
|
@@ -96387,6 +96408,54 @@ export declare type TrelloCommentCardActionDisplayEntities = {
|
|
|
96387
96408
|
contextOn?: Maybe<TrelloActionTranslatableEntity>;
|
|
96388
96409
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96389
96410
|
};
|
|
96411
|
+
export declare type TrelloCopiedCardSource = {
|
|
96412
|
+
__typename?: 'TrelloCopiedCardSource';
|
|
96413
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
96414
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
96415
|
+
shortId?: Maybe<Scalars['Int']['output']>;
|
|
96416
|
+
};
|
|
96417
|
+
export declare type TrelloCopyCommentCardAction = TrelloAction & TrelloCardActionData & {
|
|
96418
|
+
__typename?: 'TrelloCopyCommentCardAction';
|
|
96419
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
96420
|
+
board?: Maybe<TrelloBoard>;
|
|
96421
|
+
card?: Maybe<TrelloCard>;
|
|
96422
|
+
creator?: Maybe<TrelloMember>;
|
|
96423
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
96424
|
+
displayEntities?: Maybe<TrelloCopyCommentCardActionDisplayEntities>;
|
|
96425
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
96426
|
+
id: Scalars['ID']['output'];
|
|
96427
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
96428
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
96429
|
+
sourceCard?: Maybe<TrelloCopiedCardSource>;
|
|
96430
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
96431
|
+
};
|
|
96432
|
+
export declare type TrelloCopyCommentCardActionDisplayEntities = {
|
|
96433
|
+
__typename?: 'TrelloCopyCommentCardActionDisplayEntities';
|
|
96434
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
96435
|
+
comment?: Maybe<TrelloActionCommentEntity>;
|
|
96436
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96437
|
+
originalCommenter?: Maybe<TrelloActionMemberEntity>;
|
|
96438
|
+
};
|
|
96439
|
+
export declare type TrelloCreateCardFromEmailAction = TrelloAction & TrelloCardActionData & {
|
|
96440
|
+
__typename?: 'TrelloCreateCardFromEmailAction';
|
|
96441
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
96442
|
+
board?: Maybe<TrelloBoard>;
|
|
96443
|
+
card?: Maybe<TrelloCard>;
|
|
96444
|
+
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
96445
|
+
creator?: Maybe<TrelloMember>;
|
|
96446
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
96447
|
+
displayEntities?: Maybe<TrelloCreateCardFromEmailActionDisplayEntities>;
|
|
96448
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
96449
|
+
id: Scalars['ID']['output'];
|
|
96450
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
96451
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
96452
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
96453
|
+
};
|
|
96454
|
+
export declare type TrelloCreateCardFromEmailActionDisplayEntities = {
|
|
96455
|
+
__typename?: 'TrelloCreateCardFromEmailActionDisplayEntities';
|
|
96456
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
96457
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
96458
|
+
};
|
|
96390
96459
|
export declare type TrelloCreateCardInput = {
|
|
96391
96460
|
listId: Scalars['ID']['input'];
|
|
96392
96461
|
name: Scalars['String']['input'];
|
|
@@ -97374,6 +97443,7 @@ export declare type TrelloQueryApi = {
|
|
|
97374
97443
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
97375
97444
|
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
97376
97445
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
97446
|
+
enterprisesById?: Maybe<Array<Maybe<TrelloEnterprise>>>;
|
|
97377
97447
|
labelsById?: Maybe<Array<Maybe<TrelloLabel>>>;
|
|
97378
97448
|
list?: Maybe<TrelloList>;
|
|
97379
97449
|
listsById?: Maybe<Array<Maybe<TrelloList>>>;
|
|
@@ -97421,6 +97491,9 @@ export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
|
97421
97491
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
97422
97492
|
id: Scalars['ID']['input'];
|
|
97423
97493
|
};
|
|
97494
|
+
export declare type TrelloQueryApiEnterprisesByIdArgs = {
|
|
97495
|
+
ids: Array<Scalars['ID']['input']>;
|
|
97496
|
+
};
|
|
97424
97497
|
export declare type TrelloQueryApiLabelsByIdArgs = {
|
|
97425
97498
|
ids: Array<Scalars['ID']['input']>;
|
|
97426
97499
|
};
|
|
@@ -97752,6 +97825,44 @@ export declare type TrelloUpdateBoardViewerShowCompactMirrorCardPayload = Payloa
|
|
|
97752
97825
|
success: Scalars['Boolean']['output'];
|
|
97753
97826
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
97754
97827
|
};
|
|
97828
|
+
export declare type TrelloUpdateCardClosedAction = TrelloAction & TrelloCardActionData & {
|
|
97829
|
+
__typename?: 'TrelloUpdateCardClosedAction';
|
|
97830
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
97831
|
+
board?: Maybe<TrelloBoard>;
|
|
97832
|
+
card?: Maybe<TrelloCard>;
|
|
97833
|
+
creator?: Maybe<TrelloMember>;
|
|
97834
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
97835
|
+
displayEntities?: Maybe<TrelloUpdateCardClosedActionDisplayEntities>;
|
|
97836
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
97837
|
+
id: Scalars['ID']['output'];
|
|
97838
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
97839
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
97840
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
97841
|
+
};
|
|
97842
|
+
export declare type TrelloUpdateCardClosedActionDisplayEntities = {
|
|
97843
|
+
__typename?: 'TrelloUpdateCardClosedActionDisplayEntities';
|
|
97844
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
97845
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
97846
|
+
};
|
|
97847
|
+
export declare type TrelloUpdateCardCompleteAction = TrelloAction & TrelloCardActionData & {
|
|
97848
|
+
__typename?: 'TrelloUpdateCardCompleteAction';
|
|
97849
|
+
appCreator?: Maybe<TrelloAppCreator>;
|
|
97850
|
+
board?: Maybe<TrelloBoard>;
|
|
97851
|
+
card?: Maybe<TrelloCard>;
|
|
97852
|
+
creator?: Maybe<TrelloMember>;
|
|
97853
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
97854
|
+
displayEntities?: Maybe<TrelloUpdateCardCompleteActionDisplayEntities>;
|
|
97855
|
+
displayKey?: Maybe<Scalars['String']['output']>;
|
|
97856
|
+
id: Scalars['ID']['output'];
|
|
97857
|
+
limits?: Maybe<TrelloActionLimits>;
|
|
97858
|
+
reactions?: Maybe<Array<TrelloReaction>>;
|
|
97859
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
97860
|
+
};
|
|
97861
|
+
export declare type TrelloUpdateCardCompleteActionDisplayEntities = {
|
|
97862
|
+
__typename?: 'TrelloUpdateCardCompleteActionDisplayEntities';
|
|
97863
|
+
card?: Maybe<TrelloActionCardEntity>;
|
|
97864
|
+
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
97865
|
+
};
|
|
97755
97866
|
export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
|
|
97756
97867
|
__typename?: 'TrelloUpdateCardDueAction';
|
|
97757
97868
|
appCreator?: Maybe<TrelloAppCreator>;
|