npm package diff
Package: @forge/cli-shared
Versions: 6.4.0-next.7 - 6.4.0-next.8
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
@@ -17122,8 +17122,9 @@
organizationAttributes?: Maybe<CustomerServiceAttributesQueryResult>;
organizationByOrganizationId?: Maybe<CustomerServiceOrganizationQueryResult>;
productConnections?: Maybe<CustomerServiceProductConnection>;
products?: Maybe<CustomerServiceProductQueryResult>;
+ templateFormById?: Maybe<CustomerServiceTemplateFormQueryResult>;
};
export declare type CustomerServiceQueryApiCustomDetailsByEntityTypeArgs = {
customDetailsEntityType: CustomerServiceCustomDetailsEntityType;
};
@@ -17148,13 +17149,35 @@
after?: InputMaybe<Scalars['String']['input']>;
filter?: InputMaybe<CustomerServiceProductFilterInput>;
first?: InputMaybe<Scalars['Int']['input']>;
};
+export declare type CustomerServiceQueryApiTemplateFormByIdArgs = {
+ helpCenterId: Scalars['ID']['input'];
+ templateFormId: Scalars['ID']['input'];
+};
+export declare type CustomerServiceRoutingRule = {
+ __typename?: 'CustomerServiceRoutingRule';
+ id: Scalars['ID']['output'];
+ issueTypeIconUrl?: Maybe<Scalars['String']['output']>;
+ issueTypeId?: Maybe<Scalars['ID']['output']>;
+ issueTypeName?: Maybe<Scalars['String']['output']>;
+ project?: Maybe<JiraProject>;
+ projectId?: Maybe<Scalars['ID']['output']>;
+};
export declare type CustomerServiceStatusPayload = Payload & {
__typename?: 'CustomerServiceStatusPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
+export declare type CustomerServiceTemplateForm = Node & {
+ __typename?: 'CustomerServiceTemplateForm';
+ defaultRouteRule?: Maybe<CustomerServiceRoutingRule>;
+ helpCenter?: Maybe<HelpCenterQueryResult>;
+ helpCenterId: Scalars['ID']['output'];
+ id: Scalars['ID']['output'];
+ name?: Maybe<Scalars['String']['output']>;
+};
+export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
export declare type CustomerServiceUpdateCustomDetailContextConfigsPayload = Payload & {
__typename?: 'CustomerServiceUpdateCustomDetailContextConfigsPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
@@ -19838,9 +19861,9 @@
};
export declare type EcosystemQueryUserAccessArgs = {
contextId: Scalars['ID']['input'];
definitionId: Scalars['ID']['input'];
- userAaid: Scalars['ID']['input'];
+ userAaid?: InputMaybe<Scalars['ID']['input']>;
};
export declare type EcosystemQueryUserGrantsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
@@ -19970,9 +19993,9 @@
export declare type ExtensionDataClassificationPolicyDecisionArgs = {
input: DataClassificationPolicyDecisionInput;
};
export declare type ExtensionUserAccessArgs = {
- userAaid: Scalars['ID']['input'];
+ userAaid?: InputMaybe<Scalars['ID']['input']>;
};
export declare type ExtensionContext = {
__typename?: 'ExtensionContext';
appAuditLogs: AppAuditConnection;
@@ -25373,8 +25396,10 @@
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
+ confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
+ confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
@@ -26004,8 +26029,22 @@
after?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
};
+export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
+};
+export declare type GraphStoreConfluencePageHasConfluenceCommentInverseArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
+};
export declare type GraphStoreContentReferencedEntityArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -28368,9 +28407,9 @@
__typename?: 'GraphStoreBatchContentReferencedEntityEndNode';
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
id: Scalars['ID']['output'];
};
-export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
+export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
nodes: Array<Maybe<GraphStoreBatchContentReferencedEntityNode>>;
@@ -28393,9 +28432,9 @@
__typename?: 'GraphStoreBatchContentReferencedEntityStartNode';
data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
id: Scalars['ID']['output'];
};
-export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluencePage | JiraIssue;
+export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreBatchFocusAreaAssociatedToProjectConnection = HasPageInfo & {
__typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectConnection';
edges: Array<Maybe<GraphStoreBatchFocusAreaAssociatedToProjectEdge>>;
nodes: Array<Maybe<GraphStoreBatchFocusAreaAssociatedToProjectNode>>;
@@ -28899,9 +28938,9 @@
__typename?: 'GraphStoreBatchMediaAttachedToContentEndNode';
data?: Maybe<GraphStoreBatchMediaAttachedToContentEndUnion>;
id: Scalars['ID']['output'];
};
-export declare type GraphStoreBatchMediaAttachedToContentEndUnion = ConfluencePage | JiraIssue;
+export declare type GraphStoreBatchMediaAttachedToContentEndUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreBatchMediaAttachedToContentInnerConnection = {
__typename?: 'GraphStoreBatchMediaAttachedToContentInnerConnection';
edges: Array<Maybe<GraphStoreBatchMediaAttachedToContentInnerEdge>>;
nodes: Array<Maybe<GraphStoreBatchMediaAttachedToContentNode>>;
@@ -29019,8 +29058,11 @@
fromAti?: InputMaybe<GraphStoreSortInput>;
lastModified?: InputMaybe<GraphStoreSortInput>;
toAti?: InputMaybe<GraphStoreSortInput>;
};
+export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
+ lastModified?: InputMaybe<GraphStoreSortInput>;
+};
export declare type GraphStoreContentReferencedEntitySortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
@@ -29964,9 +30006,9 @@
__typename?: 'GraphStoreFullContentReferencedEntityEndNode';
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
id: Scalars['ID']['output'];
};
-export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
+export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
__typename?: 'GraphStoreFullContentReferencedEntityNode';
createdAt: Scalars['DateTime']['output'];
from: GraphStoreFullContentReferencedEntityStartNode;
@@ -29978,9 +30020,9 @@
__typename?: 'GraphStoreFullContentReferencedEntityStartNode';
data?: Maybe<GraphStoreFullContentReferencedEntityStartUnion>;
id: Scalars['ID']['output'];
};
-export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluencePage | JiraIssue;
+export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewConnection';
edges: Array<Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewEdge>>;
isExactCount?: Maybe<Scalars['Boolean']['output']>;
@@ -34436,8 +34478,36 @@
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
};
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge = {
+ __typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion>;
+};
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge = {
+ __typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion>;
+};
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion = ConfluenceBlogPost | ConfluencePage;
+export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedContentReferencedEntityEdge>>>;
pageInfo: PageInfo;
@@ -34462,10 +34532,10 @@
id: Scalars['ID']['output'];
lastUpdated: Scalars['DateTime']['output'];
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
};
-export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
-export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
+export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
+export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
pageInfo: PageInfo;
@@ -35367,9 +35437,9 @@
id: Scalars['ID']['output'];
lastUpdated: Scalars['DateTime']['output'];
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
};
-export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluencePage | JiraIssue;
+export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
pageInfo: PageInfo;
@@ -37739,14 +37809,16 @@
PrioritizeWork = "PRIORITIZE_WORK",
ProjectPlanning = "PROJECT_PLANNING",
ProjectPlanningAndCoordination = "PROJECT_PLANNING_AND_COORDINATION",
ProjectProgress = "PROJECT_PROGRESS",
+ RunSprints = "RUN_SPRINTS",
Stakeholders = "STAKEHOLDERS",
StrategiesAndGoals = "STRATEGIES_AND_GOALS",
SystemAndToolEvaluations = "SYSTEM_AND_TOOL_EVALUATIONS",
TrackingRprtng = "TRACKING_RPRTNG",
TrackBugs = "TRACK_BUGS",
- UseKanbanBoard = "USE_KANBAN_BOARD"
+ UseKanbanBoard = "USE_KANBAN_BOARD",
+ WorkInScrum = "WORK_IN_SCRUM"
}
export declare enum GrowthUnifiedProfileJiraFamiliarity {
Experience = "EXPERIENCE",
Middle = "MIDDLE",
@@ -58169,9 +58241,9 @@
version?: Maybe<Scalars['String']['output']>;
};
export declare type MarketplaceConsoleRemoteArtifactLinks = {
__typename?: 'MarketplaceConsoleRemoteArtifactLinks';
- binary: MarketplaceConsoleLink;
+ binary?: Maybe<MarketplaceConsoleLink>;
remote?: Maybe<MarketplaceConsoleLink>;
self: MarketplaceConsoleLink;
};
export declare type MarketplaceConsoleServerVersionPublicChecks = {
@@ -70935,8 +71007,9 @@
};
export declare type TrelloAssignCardToPlannerCalendarEventPayload = Payload & {
__typename?: 'TrelloAssignCardToPlannerCalendarEventPayload';
errors?: Maybe<Array<MutationError>>;
+ event?: Maybe<TrelloPlannerCalendarEvent>;
eventCard?: Maybe<TrelloPlannerCalendarEventCardConnectionUpdated>;
success: Scalars['Boolean']['output'];
};
export declare type TrelloAtlassianIntelligence = {
@@ -72141,9 +72214,8 @@
__typename?: 'TrelloQueryApi';
board?: Maybe<TrelloBoard>;
boardByShortLink?: Maybe<TrelloBoard>;
card?: Maybe<TrelloCard>;
- cardsForPlannerEvent?: Maybe<TrelloPlannerCalendarEventCardConnection>;
echo?: Maybe<Scalars['String']['output']>;
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
enterprise?: Maybe<TrelloEnterprise>;
@@ -72170,15 +72242,8 @@
};
export declare type TrelloQueryApiCardArgs = {
id: Scalars['ID']['input'];
};
-export declare type TrelloQueryApiCardsForPlannerEventArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
- providerAccountId: Scalars['ID']['input'];
- providerEventId: Scalars['ID']['input'];
- workspaceId: Scalars['ID']['input'];
-};
export declare type TrelloQueryApiEchosArgs = {
echo: Array<Scalars['String']['input']>;
};
export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
@@ -72854,9 +72919,9 @@
};
export declare type UnifiedLinkTransaction = {
__typename?: 'UnifiedLinkTransaction';
id: Scalars['ID']['output'];
- transactionId?: Maybe<Scalars['String']['output']>;
+ token?: Maybe<Scalars['String']['output']>;
};
export declare type UnifiedLinkedAccount = UnifiedINode & {
__typename?: 'UnifiedLinkedAccount';
aaid?: Maybe<Scalars['String']['output']>;
@@ -72886,11 +72951,11 @@
unifiedLinkedAccount?: Maybe<UnifiedLinkedAccount>;
};
export declare type UnifiedLinkingMutation = {
__typename?: 'UnifiedLinkingMutation';
- authenticateTransaction?: Maybe<UnifiedULinkTransactionResult>;
- completeTransaction?: Maybe<UnifiedULinkTransactionResult>;
- initializeTransaction?: Maybe<UnifiedULinkTransactionResult>;
+ authenticateTransaction?: Maybe<UnifiedLinkingPayload>;
+ completeTransaction?: Maybe<UnifiedLinkingPayload>;
+ initializeTransaction?: Maybe<UnifiedULinkTransactionPayload>;
};
export declare type UnifiedLinkingMutationAuthenticateTransactionArgs = {
isLoggedInPrimary?: InputMaybe<Scalars['Boolean']['input']>;
token: Scalars['String']['input'];
@@ -72901,8 +72966,14 @@
export declare type UnifiedLinkingMutationInitializeTransactionArgs = {
account2Aaid?: InputMaybe<Scalars['String']['input']>;
primaryAccountType?: InputMaybe<UnifiedPrimaryAccountType>;
};
+export declare type UnifiedLinkingPayload = UnifiedPayload & {
+ __typename?: 'UnifiedLinkingPayload';
+ errors?: Maybe<Array<UnifiedMutationError>>;
+ message?: Maybe<Scalars['String']['output']>;
+ success: Scalars['Boolean']['output'];
+};
export declare type UnifiedMutation = {
__typename?: 'UnifiedMutation';
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
@@ -73114,9 +73185,9 @@
export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQueryError;
export declare type UnifiedUGatingStatusResult = UnifiedAccessStatus | UnifiedQueryError;
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
-export declare type UnifiedULinkTransactionResult = UnifiedLinkTransaction | UnifiedQueryError;
+export declare type UnifiedULinkTransactionPayload = UnifiedLinkTransaction | UnifiedLinkingPayload;
export declare type UnifiedULinkedAccount2Result = UnifiedLinkedAccount2Connection | UnifiedQueryError;
export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;
@@ -74447,9 +74518,8 @@
draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
- sortOrder?: Maybe<WorkSuggestionsOrder>;
stuckIssueSuggestions?: Maybe<Array<WorkSuggestionsStuckIssueTask>>;
};
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
first?: InputMaybe<Scalars['Int']['input']>;
@@ -74669,12 +74739,8 @@
__typename?: 'WorkSuggestionsMutationErrorExtension';
errorType?: Maybe<Scalars['String']['output']>;
statusCode?: Maybe<Scalars['Int']['output']>;
};
-export declare type WorkSuggestionsOrder = {
- __typename?: 'WorkSuggestionsOrder';
- defaultOrder: Array<Scalars['ID']['output']>;
-};
export declare type WorkSuggestionsOrderScore = {
__typename?: 'WorkSuggestionsOrderScore';
byTaskType?: Maybe<WorkSuggestionsOrderScores>;
};