npm package diff
Package: @forge/cli-shared
Versions: 6.9.0-next.5 - 6.9.0-next.6
File: package/out/graphql/graphql-types.d.ts
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -610,9 +610,9 @@
rootContainerId: Scalars['ID']['output'];
subProduct?: Maybe<Scalars['String']['output']>;
type: Scalars['String']['output'];
};
-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;
+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;
export declare enum ActivityObjectType {
Blogpost = "BLOGPOST",
Comment = "COMMENT",
Database = "DATABASE",
@@ -74351,8 +74351,9 @@
__typename?: 'MarketplaceAppVersionConnection';
edges?: Maybe<Array<Maybe<MarketplaceAppVersionEdge>>>;
pageInfo: PageInfo;
totalCount: Scalars['Int']['output'];
+ totalCountPerSoftwareHosting?: Maybe<TotalCountPerSoftwareHosting>;
};
export declare type MarketplaceAppVersionEdge = {
__typename?: 'MarketplaceAppVersionEdge';
cursor: Scalars['String']['output'];
@@ -76508,15 +76509,20 @@
targetFocusAreaId: Scalars['ID']['input'];
};
export declare type MercuryArchiveFocusAreaInput = {
cloudId: Scalars['ID']['input'];
+ comment?: InputMaybe<Scalars['String']['input']>;
id: Scalars['ID']['input'];
};
export declare type MercuryArchiveFocusAreaPayload = Payload & {
__typename?: 'MercuryArchiveFocusAreaPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
+export declare type MercuryArchiveFocusAreaValidationInput = {
+ cloudId: Scalars['ID']['input'];
+ id: Scalars['ID']['input'];
+};
export declare type MercuryArchiveFocusAreaValidationPayload = Payload & {
__typename?: 'MercuryArchiveFocusAreaValidationPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
@@ -77559,9 +77565,9 @@
export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
input: MercuryUpdatePortfolioNameInput;
};
export declare type MercuryMutationApiValidateFocusAreaArchivalArgs = {
- input: MercuryArchiveFocusAreaInput;
+ input: MercuryArchiveFocusAreaValidationInput;
};
export declare type MercuryOriginalProjectStatus = {
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
};
@@ -78177,8 +78183,9 @@
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
updateChangeProposalDescription?: Maybe<MercuryUpdateChangeProposalPayload>;
+ updateChangeProposalFocusArea?: Maybe<MercuryUpdateChangeProposalPayload>;
updateChangeProposalImpact?: Maybe<MercuryUpdateChangeProposalPayload>;
updateChangeProposalName?: Maybe<MercuryUpdateChangeProposalPayload>;
updateChangeProposalOwner?: Maybe<MercuryUpdateChangeProposalPayload>;
updateMoveFundsChange: MercuryUpdateChangePayload;
@@ -78232,8 +78239,11 @@
};
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalDescriptionArgs = {
input: MercuryUpdateChangeProposalDescriptionInput;
};
+export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalFocusAreaArgs = {
+ input: MercuryUpdateChangeProposalFocusAreaInput;
+};
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalImpactArgs = {
input: MercuryUpdateChangeProposalImpactInput;
};
export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalNameArgs = {
@@ -78423,8 +78433,9 @@
statusTransitionId: Scalars['ID']['input'];
};
export declare type MercuryUnarchiveFocusAreaInput = {
cloudId: Scalars['ID']['input'];
+ comment?: InputMaybe<Scalars['String']['input']>;
id: Scalars['ID']['input'];
};
export declare type MercuryUnarchiveFocusAreaPayload = Payload & {
__typename?: 'MercuryUnarchiveFocusAreaPayload';
@@ -78459,9 +78470,9 @@
description: Scalars['String']['input'];
id: Scalars['ID']['input'];
};
export declare type MercuryUpdateChangeProposalFocusAreaInput = {
- focusAreaId: Scalars['ID']['input'];
+ focusAreaId?: InputMaybe<Scalars['ID']['input']>;
id: Scalars['ID']['input'];
};
export declare type MercuryUpdateChangeProposalImpactInput = {
id: Scalars['ID']['input'];
@@ -94607,8 +94618,14 @@
__typename?: 'TopTemplateItem';
rank: Scalars['Int']['output'];
templateId: Scalars['String']['output'];
};
+export declare type TotalCountPerSoftwareHosting = {
+ __typename?: 'TotalCountPerSoftwareHosting';
+ cloud?: Maybe<Scalars['Int']['output']>;
+ dataCenter?: Maybe<Scalars['Int']['output']>;
+ server?: Maybe<Scalars['Int']['output']>;
+};
export declare type TotalSearchCtr = {
__typename?: 'TotalSearchCTR';
nodes: Array<TotalSearchCtrItems>;
};
@@ -96102,16 +96119,20 @@
AddAttachment = "ADD_ATTACHMENT",
AddChecklist = "ADD_CHECKLIST",
AddMember = "ADD_MEMBER",
Comment = "COMMENT",
+ CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
+ CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
MoveCard = "MOVE_CARD",
MoveCardToBoard = "MOVE_CARD_TO_BOARD",
MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
RemoveChecklist = "REMOVE_CHECKLIST",
RemoveMember = "REMOVE_MEMBER",
+ UpdateCardClosed = "UPDATE_CARD_CLOSED",
+ UpdateCardComplete = "UPDATE_CARD_COMPLETE",
UpdateCardDue = "UPDATE_CARD_DUE"
}
-export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardDueAction;
+export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
export declare type TrelloCardAttachmentsByType = {
__typename?: 'TrelloCardAttachmentsByType';
trello?: Maybe<TrelloCardAttachmentsCount>;
};
@@ -96386,8 +96407,56 @@
comment?: Maybe<TrelloActionCommentEntity>;
contextOn?: Maybe<TrelloActionTranslatableEntity>;
memberCreator?: Maybe<TrelloActionMemberEntity>;
};
+export declare type TrelloCopiedCardSource = {
+ __typename?: 'TrelloCopiedCardSource';
+ name?: Maybe<Scalars['String']['output']>;
+ objectId?: Maybe<Scalars['ID']['output']>;
+ shortId?: Maybe<Scalars['Int']['output']>;
+};
+export declare type TrelloCopyCommentCardAction = TrelloAction & TrelloCardActionData & {
+ __typename?: 'TrelloCopyCommentCardAction';
+ appCreator?: Maybe<TrelloAppCreator>;
+ board?: Maybe<TrelloBoard>;
+ card?: Maybe<TrelloCard>;
+ creator?: Maybe<TrelloMember>;
+ date?: Maybe<Scalars['DateTime']['output']>;
+ displayEntities?: Maybe<TrelloCopyCommentCardActionDisplayEntities>;
+ displayKey?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ limits?: Maybe<TrelloActionLimits>;
+ reactions?: Maybe<Array<TrelloReaction>>;
+ sourceCard?: Maybe<TrelloCopiedCardSource>;
+ type?: Maybe<Scalars['String']['output']>;
+};
+export declare type TrelloCopyCommentCardActionDisplayEntities = {
+ __typename?: 'TrelloCopyCommentCardActionDisplayEntities';
+ card?: Maybe<TrelloActionCardEntity>;
+ comment?: Maybe<TrelloActionCommentEntity>;
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
+ originalCommenter?: Maybe<TrelloActionMemberEntity>;
+};
+export declare type TrelloCreateCardFromEmailAction = TrelloAction & TrelloCardActionData & {
+ __typename?: 'TrelloCreateCardFromEmailAction';
+ appCreator?: Maybe<TrelloAppCreator>;
+ board?: Maybe<TrelloBoard>;
+ card?: Maybe<TrelloCard>;
+ creationMethod?: Maybe<Scalars['String']['output']>;
+ creator?: Maybe<TrelloMember>;
+ date?: Maybe<Scalars['DateTime']['output']>;
+ displayEntities?: Maybe<TrelloCreateCardFromEmailActionDisplayEntities>;
+ displayKey?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ limits?: Maybe<TrelloActionLimits>;
+ reactions?: Maybe<Array<TrelloReaction>>;
+ type?: Maybe<Scalars['String']['output']>;
+};
+export declare type TrelloCreateCardFromEmailActionDisplayEntities = {
+ __typename?: 'TrelloCreateCardFromEmailActionDisplayEntities';
+ card?: Maybe<TrelloActionCardEntity>;
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
+};
export declare type TrelloCreateCardInput = {
listId: Scalars['ID']['input'];
name: Scalars['String']['input'];
};
@@ -97373,8 +97442,9 @@
echo?: Maybe<Scalars['String']['output']>;
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
enterprise?: Maybe<TrelloEnterprise>;
+ enterprisesById?: Maybe<Array<Maybe<TrelloEnterprise>>>;
labelsById?: Maybe<Array<Maybe<TrelloLabel>>>;
list?: Maybe<TrelloList>;
listsById?: Maybe<Array<Maybe<TrelloList>>>;
member?: Maybe<TrelloMember>;
@@ -97420,8 +97490,11 @@
};
export declare type TrelloQueryApiEnterpriseArgs = {
id: Scalars['ID']['input'];
};
+export declare type TrelloQueryApiEnterprisesByIdArgs = {
+ ids: Array<Scalars['ID']['input']>;
+};
export declare type TrelloQueryApiLabelsByIdArgs = {
ids: Array<Scalars['ID']['input']>;
};
export declare type TrelloQueryApiListArgs = {
@@ -97751,8 +97824,46 @@
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
viewer?: Maybe<TrelloBoardViewer>;
};
+export declare type TrelloUpdateCardClosedAction = TrelloAction & TrelloCardActionData & {
+ __typename?: 'TrelloUpdateCardClosedAction';
+ appCreator?: Maybe<TrelloAppCreator>;
+ board?: Maybe<TrelloBoard>;
+ card?: Maybe<TrelloCard>;
+ creator?: Maybe<TrelloMember>;
+ date?: Maybe<Scalars['DateTime']['output']>;
+ displayEntities?: Maybe<TrelloUpdateCardClosedActionDisplayEntities>;
+ displayKey?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ limits?: Maybe<TrelloActionLimits>;
+ reactions?: Maybe<Array<TrelloReaction>>;
+ type?: Maybe<Scalars['String']['output']>;
+};
+export declare type TrelloUpdateCardClosedActionDisplayEntities = {
+ __typename?: 'TrelloUpdateCardClosedActionDisplayEntities';
+ card?: Maybe<TrelloActionCardEntity>;
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
+};
+export declare type TrelloUpdateCardCompleteAction = TrelloAction & TrelloCardActionData & {
+ __typename?: 'TrelloUpdateCardCompleteAction';
+ appCreator?: Maybe<TrelloAppCreator>;
+ board?: Maybe<TrelloBoard>;
+ card?: Maybe<TrelloCard>;
+ creator?: Maybe<TrelloMember>;
+ date?: Maybe<Scalars['DateTime']['output']>;
+ displayEntities?: Maybe<TrelloUpdateCardCompleteActionDisplayEntities>;
+ displayKey?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ limits?: Maybe<TrelloActionLimits>;
+ reactions?: Maybe<Array<TrelloReaction>>;
+ type?: Maybe<Scalars['String']['output']>;
+};
+export declare type TrelloUpdateCardCompleteActionDisplayEntities = {
+ __typename?: 'TrelloUpdateCardCompleteActionDisplayEntities';
+ card?: Maybe<TrelloActionCardEntity>;
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
+};
export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
__typename?: 'TrelloUpdateCardDueAction';
appCreator?: Maybe<TrelloAppCreator>;
board?: Maybe<TrelloBoard>;