npm package diff
Package: @forge/cli-shared
Versions: 6.8.1-next.0 - 6.8.1-next.1
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
@@ -15965,9 +15965,9 @@
exportState: ConfluencePdfExportState;
progressPercent?: Maybe<Scalars['Int']['output']>;
secondsElapsed?: Maybe<Scalars['Long']['output']>;
};
-export declare type ConfluencePerson = Person & {
+export declare type ConfluencePerson = {
__typename?: 'ConfluencePerson';
accountId?: Maybe<Scalars['String']['output']>;
accountType?: Maybe<Scalars['String']['output']>;
displayName?: Maybe<Scalars['String']['output']>;
@@ -31205,8 +31205,10 @@
branchInRepo?: Maybe<GraphStoreSimplifiedBranchInRepoConnection>;
branchInRepoInverse?: Maybe<GraphStoreSimplifiedBranchInRepoInverseConnection>;
calendarHasLinkedDocument?: Maybe<GraphStoreSimplifiedCalendarHasLinkedDocumentConnection>;
calendarHasLinkedDocumentInverse?: Maybe<GraphStoreSimplifiedCalendarHasLinkedDocumentInverseConnection>;
+ commitBelongsToPullRequest?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestConnection>;
+ commitBelongsToPullRequestInverse?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection>;
commitInRepo?: Maybe<GraphStoreSimplifiedCommitInRepoConnection>;
commitInRepoInverse?: Maybe<GraphStoreSimplifiedCommitInRepoInverseConnection>;
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
@@ -32135,8 +32137,22 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreCalendarHasLinkedDocumentSortInput>;
};
+export declare type GraphStoreCommitBelongsToPullRequestArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreCommitBelongsToPullRequestSortInput>;
+};
+export declare type GraphStoreCommitBelongsToPullRequestInverseArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreCommitBelongsToPullRequestSortInput>;
+};
export declare type GraphStoreCommitInRepoArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -37272,8 +37288,11 @@
};
export declare type GraphStoreCalendarHasLinkedDocumentSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
+export declare type GraphStoreCommitBelongsToPullRequestSortInput = {
+ lastModified?: InputMaybe<GraphStoreSortInput>;
+};
export declare type GraphStoreCommitInRepoSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreComponentAssociatedDocumentSortInput = {
@@ -43383,8 +43402,36 @@
node?: Maybe<GraphStoreSimplifiedCalendarHasLinkedDocumentInverseUnion>;
};
export declare type GraphStoreSimplifiedCalendarHasLinkedDocumentInverseUnion = ExternalCalendarEvent;
export declare type GraphStoreSimplifiedCalendarHasLinkedDocumentUnion = DevOpsDocument | ExternalDocument;
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestEdge = {
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestUnion>;
+};
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge = {
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseUnion>;
+};
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseUnion = ExternalCommit;
+export declare type GraphStoreSimplifiedCommitBelongsToPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
export declare type GraphStoreSimplifiedCommitInRepoConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedCommitInRepoConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitInRepoEdge>>>;
pageInfo: PageInfo;
@@ -50699,8 +50746,12 @@
export declare enum GrowthUnifiedProfileCompanyType {
Private = "PRIVATE",
Public = "PUBLIC"
}
+export declare type GrowthUnifiedProfileConfluenceActivityContext = {
+ __typename?: 'GrowthUnifiedProfileConfluenceActivityContext';
+ r28PageDwells?: Maybe<Scalars['Int']['output']>;
+};
export declare type GrowthUnifiedProfileConfluenceOnboardingContext = {
__typename?: 'GrowthUnifiedProfileConfluenceOnboardingContext';
jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
template?: Maybe<Scalars['String']['output']>;
@@ -50819,13 +50870,15 @@
linkedId?: Maybe<Scalars['String']['output']>;
};
export declare type GrowthUnifiedProfileMarketingContext = {
__typename?: 'GrowthUnifiedProfileMarketingContext';
+ domain?: Maybe<Scalars['String']['output']>;
lastUpdated?: Maybe<Scalars['String']['output']>;
sessionId?: Maybe<Scalars['String']['output']>;
utm?: Maybe<GrowthUnifiedProfileMarketingUtm>;
};
export declare type GrowthUnifiedProfileMarketingContextInput = {
+ domain?: InputMaybe<Scalars['String']['input']>;
sessionId?: InputMaybe<Scalars['String']['input']>;
utm?: InputMaybe<GrowthUnifiedProfileMarketingUtmInput>;
};
export declare type GrowthUnifiedProfileMarketingUtm = {
@@ -50917,8 +50970,9 @@
onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
paidChannelContext?: Maybe<GrowthUnifiedProfilePaidChannelContextByProduct>;
seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
+ userActivityContext?: Maybe<GrowthUnifiedProfileUserActivityContext>;
userFootprints?: Maybe<GrowthUnifiedProfileUserFootprints>;
userProfile?: Maybe<GrowthUnifiedProfileUserProfile>;
};
export declare type GrowthUnifiedProfileSeoContext = {
@@ -50951,8 +51005,17 @@
Sales = "SALES",
SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
SoftwareEngineering = "SOFTWARE_ENGINEERING"
}
+export declare type GrowthUnifiedProfileUserActivityContext = {
+ __typename?: 'GrowthUnifiedProfileUserActivityContext';
+ sites?: Maybe<Array<Maybe<GrowthUnifiedProfileUserActivitySiteDetails>>>;
+};
+export declare type GrowthUnifiedProfileUserActivitySiteDetails = {
+ __typename?: 'GrowthUnifiedProfileUserActivitySiteDetails';
+ cloudId?: Maybe<Scalars['String']['output']>;
+ confluence?: Maybe<GrowthUnifiedProfileConfluenceActivityContext>;
+};
export declare type GrowthUnifiedProfileUserFootprints = {
__typename?: 'GrowthUnifiedProfileUserFootprints';
hasAtlassianAccount?: Maybe<Scalars['Boolean']['output']>;
products?: Maybe<Array<Maybe<GrowthUnifiedProfileProduct>>>;
@@ -68939,8 +69002,9 @@
onIssueCreatedByProject?: Maybe<JiraIssue>;
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
onIssueExported?: Maybe<JiraIssueExportEvent>;
onIssueUpdatedByProject?: Maybe<JiraIssue>;
+ onIssueUpdatedByProjectNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
onJirtIssueSubscription?: Maybe<JiraJirtEventPayload>;
onJwmFieldMutation?: Maybe<JiraJwmField>;
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
@@ -69002,8 +69066,12 @@
export declare type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
cloudId: Scalars['ID']['input'];
projectId: Scalars['String']['input'];
};
+export declare type JiraSubscriptionOnIssueUpdatedByProjectNoEnrichmentArgs = {
+ cloudId: Scalars['ID']['input'];
+ projectId: Scalars['String']['input'];
+};
export declare type JiraSubscriptionOnJirtIssueSubscriptionArgs = {
atlassianAccountId?: InputMaybe<Scalars['String']['input']>;
cloudId: Scalars['ID']['input'];
events: Array<Scalars['String']['input']>;
@@ -70078,8 +70146,9 @@
export declare type JiraUserPreferencesMutation = {
__typename?: 'JiraUserPreferencesMutation';
dismissDateFieldAssociationMessageByIssueKey?: Maybe<JiraDateFieldAssociationMessageMutationPayload>;
saveRequestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
+ setIsIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
setProjectListRightPanelState?: Maybe<JiraProjectListRightPanelStateMutationPayload>;
@@ -70093,8 +70162,11 @@
export declare type JiraUserPreferencesMutationSaveRequestTypeTableViewSettingsArgs = {
projectKey: Scalars['String']['input'];
viewSettings: Scalars['String']['input'];
};
+export declare type JiraUserPreferencesMutationSetIsIssueViewHideDoneChildIssuesFilterEnabledArgs = {
+ isHideDoneEnabled: Scalars['Boolean']['input'];
+};
export declare type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
};
export declare type JiraUserPreferencesMutationSetJqlBuilderSearchModeArgs = {
@@ -75417,8 +75489,12 @@
isMultiInstance: Scalars['Boolean']['output'];
multiInstanceEntitlementId?: Maybe<Scalars['String']['output']>;
status?: Maybe<Scalars['String']['output']>;
};
+export declare type MarketplaceStoreOrgIdResponse = {
+ __typename?: 'MarketplaceStoreOrgIdResponse';
+ orgId: Scalars['String']['output'];
+};
export declare type MarketplaceStoreOrgMultiInstanceEntitlement = {
__typename?: 'MarketplaceStoreOrgMultiInstanceEntitlement';
cloudId: Scalars['String']['output'];
orgDetails?: Maybe<MarketplaceStoreOrgDetails>;
@@ -75582,8 +75658,9 @@
installedAppDetails: MarketplaceStoreInstalledAppDetailsResponse;
multiInstanceEntitlementForApp: MarketplaceStoreMultiInstanceEntitlementForAppResponse;
multiInstanceEntitlementsForUser: MarketplaceStoreMultiInstanceEntitlementsForUserResponse;
myReview: MarketplaceStoreCurrentUserReviewResponse;
+ orgId: MarketplaceStoreOrgIdResponse;
partner: MarketplaceStorePartnerResponse;
};
export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
appId: Scalars['ID']['input'];
@@ -75641,8 +75718,11 @@
};
export declare type MarketplaceStoreQueryApiMyReviewArgs = {
appKey: Scalars['String']['input'];
};
+export declare type MarketplaceStoreQueryApiOrgIdArgs = {
+ cloudId: Scalars['String']['input'];
+};
export declare type MarketplaceStoreQueryApiPartnerArgs = {
developerId?: InputMaybe<Scalars['ID']['input']>;
vendorId: Scalars['ID']['input'];
};
@@ -76934,9 +77014,9 @@
changeProposalId: Scalars['ID']['input'];
createFocusAreas?: InputMaybe<Array<MercuryCreateFocusAreaChangeInput>>;
moveFunds?: InputMaybe<Array<MercuryMoveFundsChangeInput>>;
movePositions?: InputMaybe<Array<MercuryMovePositionsChangeInput>>;
- positionAllocations: Array<MercuryPositionAllocationChangeInput>;
+ positionAllocations?: InputMaybe<Array<MercuryPositionAllocationChangeInput>>;
requestFunds?: InputMaybe<Array<MercuryRequestFundsChangeInput>>;
requestPositions?: InputMaybe<Array<MercuryRequestPositionsChangeInput>>;
};
export declare type MercuryProposeChangesPayload = Payload & {
@@ -78458,8 +78538,9 @@
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
publishReleaseNote: ContentPlatformReleaseNote;
+ radar_createCustomField?: Maybe<RadarMutationResponse>;
radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
@@ -79885,8 +79966,12 @@
};
export declare type MutationPublishReleaseNoteArgs = {
id: Scalars['String']['input'];
};
+export declare type MutationRadar_CreateCustomFieldArgs = {
+ cloudId: Scalars['ID']['input'];
+ input: RadarCustomFieldInput;
+};
export declare type MutationRadar_CreateRoleAssignmentArgs = {
cloudId: Scalars['ID']['input'];
input: RadarRoleAssignmentRequest;
};
@@ -86576,8 +86661,16 @@
export declare type RadarConnection = {
pageInfo: PageInfo;
totalCount: Scalars['Int']['output'];
};
+export declare type RadarCustomFieldInput = {
+ displayName: Scalars['String']['input'];
+ entity: RadarEntityType;
+ relativeId: Scalars['String']['input'];
+ sensitivityLevel: RadarSensitivityLevel;
+ sourceField: Scalars['String']['input'];
+ type: RadarFieldType;
+};
export declare type RadarDateFieldValue = {
__typename?: 'RadarDateFieldValue';
isHidden?: Maybe<Scalars['Boolean']['output']>;
value?: Maybe<Scalars['DateTime']['output']>;
@@ -86775,10 +86868,10 @@
canManagersViewSensitiveFields: Scalars['Boolean']['output'];
principalsByResourceRoles?: Maybe<Array<RadarPrincipalByResourceRole>>;
};
export declare type RadarPermissionsInput = {
- canManagersAllocate: Scalars['Boolean']['input'];
- canManagersViewSensitiveFields: Scalars['Boolean']['input'];
+ canManagersAllocate?: InputMaybe<Scalars['Boolean']['input']>;
+ canManagersViewSensitiveFields?: InputMaybe<Scalars['Boolean']['input']>;
};
export declare type RadarPosition = Node & RadarEntity & {
__typename?: 'RadarPosition';
directReports?: Maybe<Array<RadarPosition>>;
@@ -89844,8 +89937,9 @@
id: Scalars['ID']['output'];
linkedResources?: Maybe<Array<Maybe<ShepherdLinkedResource>>>;
orgId?: Maybe<Scalars['ID']['output']>;
product: ShepherdAtlassianProduct;
+ replacementAlertId?: Maybe<Scalars['ID']['output']>;
status: ShepherdAlertStatus;
statusUpdatedOn?: Maybe<Scalars['DateTime']['output']>;
supportingData?: Maybe<ShepherdAlertSupportingData>;
template?: Maybe<ShepherdAlertTemplateType>;