npm package diff

Package: @forge/cli-shared

Versions: 8.0.1-next.1 - 8.0.1-next.2

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
@@ -7201,8 +7201,9 @@
     activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
     appliedSince: Scalars['DateTime']['output'];
     criteriaScoreHistories?: Maybe<CompassScorecardCriteriaScoreHistoryConnection>;
     score?: Maybe<CompassScorecardScoreResult>;
+    scorecardMaturityLevelHistories?: Maybe<CompassScorecardMaturityLevelHistoryConnection>;
     scorecardScoreHistories?: Maybe<CompassScorecardScoreHistoryConnection>;
     viewerPermissions?: Maybe<CompassComponentScorecardRelationshipInstancePermissions>;
 };
 export declare type CompassComponentScorecardRelationshipActiveIssuesArgs = {
@@ -7215,8 +7216,13 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     query?: InputMaybe<CompassScorecardCriteriaScoreHistoryQuery>;
 };
+export declare type CompassComponentScorecardRelationshipScorecardMaturityLevelHistoriesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    query?: InputMaybe<CompassScorecardMaturityLevelHistoryQuery>;
+};
 export declare type CompassComponentScorecardRelationshipScorecardScoreHistoriesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     query?: InputMaybe<CompassScorecardScoreHistoryQuery>;
@@ -10172,8 +10178,31 @@
 export declare type CompassScorecardMaturityLevelDuration = {
     __typename?: 'CompassScorecardMaturityLevelDuration';
     since?: Maybe<Scalars['DateTime']['output']>;
 };
+export declare type CompassScorecardMaturityLevelHistory = {
+    __typename?: 'CompassScorecardMaturityLevelHistory';
+    date?: Maybe<Scalars['DateTime']['output']>;
+    maturityLevelAwarded?: Maybe<CompassScorecardMaturityLevel>;
+};
+export declare type CompassScorecardMaturityLevelHistoryConnection = {
+    __typename?: 'CompassScorecardMaturityLevelHistoryConnection';
+    edges?: Maybe<Array<CompassScorecardMaturityLevelHistoryEdge>>;
+    nodes?: Maybe<Array<CompassScorecardMaturityLevelHistory>>;
+    pageInfo: PageInfo;
+};
+export declare type CompassScorecardMaturityLevelHistoryEdge = {
+    __typename?: 'CompassScorecardMaturityLevelHistoryEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<CompassScorecardMaturityLevelHistory>;
+};
+export declare type CompassScorecardMaturityLevelHistoryQuery = {
+    filter?: InputMaybe<CompassScorecardMaturityLevelHistoryQueryFilter>;
+};
+export declare type CompassScorecardMaturityLevelHistoryQueryFilter = {
+    periodicity?: InputMaybe<CompassScorecardScoreHistoryPeriodicity>;
+    startFrom?: InputMaybe<Scalars['DateTime']['input']>;
+};
 export declare type CompassScorecardMaturityLevelScoreSystem = {
     __typename?: 'CompassScorecardMaturityLevelScoreSystem';
     levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
 };
@@ -33654,8 +33683,10 @@
     userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
     userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
     userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
     userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
+    userSnapshottedConfluencePage?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageConnection>;
+    userSnapshottedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection>;
     userTaggedInComment?: Maybe<GraphStoreSimplifiedUserTaggedInCommentConnection>;
     userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
     userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
     userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
@@ -38082,8 +38113,22 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
 };
+export declare type GraphStoreUserSnapshottedConfluencePageArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreUserSnapshottedConfluencePageSortInput>;
+};
+export declare type GraphStoreUserSnapshottedConfluencePageInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreUserSnapshottedConfluencePageSortInput>;
+};
 export declare type GraphStoreUserTaggedInCommentArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -52433,8 +52478,36 @@
     node?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseUnion>;
 };
 export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageEdge = {
+    __typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageUnion>;
+};
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedUserSnapshottedConfluencePageInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserSnapshottedConfluencePageInverseUnion>;
+};
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
+export declare type GraphStoreSimplifiedUserSnapshottedConfluencePageUnion = ConfluencePage;
 export declare type GraphStoreSimplifiedUserTaggedInCommentConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedUserTaggedInCommentConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInCommentEdge>>>;
     pageInfo: PageInfo;
@@ -54103,8 +54176,11 @@
 };
 export declare type GraphStoreUserReviewsPrSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreUserSnapshottedConfluencePageSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreUserTaggedInCommentSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
@@ -62944,8 +63020,9 @@
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
 };
 export declare type JiraGroupByDropdownFilter = {
+    projectId?: InputMaybe<Scalars['String']['input']>;
     searchString?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type JiraGroupConnection = {
     __typename?: 'JiraGroupConnection';
@@ -78053,8 +78130,14 @@
     userId?: Maybe<Scalars['ID']['output']>;
     video?: Maybe<LoomVideo>;
     videoId: Scalars['ID']['output'];
 };
+export declare type LoomFolder = {
+    __typename?: 'LoomFolder';
+    id: Scalars['ID']['output'];
+    name: Scalars['String']['output'];
+    parentSpaceId?: Maybe<Scalars['ID']['output']>;
+};
 export declare type LoomMeeting = Node & {
     __typename?: 'LoomMeeting';
     endsAt?: Maybe<Scalars['String']['output']>;
     external?: Maybe<Scalars['Boolean']['output']>;
@@ -78900,8 +78983,12 @@
     serverAppSoftwareId: Scalars['ID']['input'];
     userKey?: InputMaybe<Scalars['ID']['input']>;
     versionNumber: Scalars['ID']['input'];
 };
+export declare enum MarketplaceConsoleCloudComplianceBoundary {
+    Commercial = "COMMERCIAL",
+    FedrampModerate = "FEDRAMP_MODERATE"
+}
 export declare type MarketplaceConsoleConnectFrameworkAttributes = {
     __typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
     artifact?: Maybe<MarketplaceConsoleSoftwareArtifact>;
     descriptorId: Scalars['ID']['output'];
@@ -79383,8 +79470,9 @@
     product: MarketplaceConsoleEditionsInput;
 };
 export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
     appKey: Scalars['ID']['input'];
+    cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<MarketplaceConsoleCloudComplianceBoundary>>>;
     version: MarketplaceConsoleAppVersionCreateRequestInput;
 };
 export declare type MarketplaceConsoleMutationApiDeleteAppSoftwareTokenArgs = {
     appSoftwareId: Scalars['String']['input'];
@@ -84014,8 +84102,9 @@
     polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
     publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
     publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
     publishReleaseNote: ContentPlatformReleaseNote;
+    radar_clearFocusAreaProposals?: Maybe<RadarMutationResponse>;
     radar_createCustomField?: Maybe<RadarMutationResponse>;
     radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
     radar_deleteFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
     radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
@@ -85400,8 +85489,9 @@
 export declare type MutationEnablePublicLinkForPageArgs = {
     pageId: Scalars['ID']['input'];
 };
 export declare type MutationFavouritePageArgs = {
+    cloudId?: InputMaybe<Scalars['ID']['input']>;
     favouritePageInput: FavouritePageInput;
 };
 export declare type MutationFavouriteSpaceArgs = {
     spaceKey: Scalars['String']['input'];
@@ -85665,8 +85755,12 @@
 };
 export declare type MutationPublishReleaseNoteArgs = {
     id: Scalars['String']['input'];
 };
+export declare type MutationRadar_ClearFocusAreaProposalsArgs = {
+    cloudId: Scalars['ID']['input'];
+    input: Array<RadarClearFocusAreaProposalInput>;
+};
 export declare type MutationRadar_CreateCustomFieldArgs = {
     cloudId: Scalars['ID']['input'];
     input: RadarCustomFieldInput;
 };
@@ -86028,8 +86122,9 @@
 export declare type MutationUnassignIssueParentArgs = {
     input?: InputMaybe<UnassignIssueParentInput>;
 };
 export declare type MutationUnfavouritePageArgs = {
+    cloudId?: InputMaybe<Scalars['ID']['input']>;
     favouritePageInput: FavouritePageInput;
 };
 export declare type MutationUnfavouriteSpaceArgs = {
     spaceKey: Scalars['String']['input'];
@@ -86049,8 +86144,9 @@
 export declare type MutationUnwatchBlogsArgs = {
     watchSpaceInput: WatchSpaceInput;
 };
 export declare type MutationUnwatchContentArgs = {
+    cloudId?: InputMaybe<Scalars['ID']['input']>;
     watchContentInput: WatchContentInput;
 };
 export declare type MutationUnwatchMarketplaceAppArgs = {
     id: Scalars['ID']['input'];
@@ -86261,8 +86357,9 @@
 export declare type MutationWatchBlogsArgs = {
     watchSpaceInput: WatchSpaceInput;
 };
 export declare type MutationWatchContentArgs = {
+    cloudId?: InputMaybe<Scalars['ID']['input']>;
     watchContentInput: WatchContentInput;
 };
 export declare type MutationWatchMarketplaceAppArgs = {
     id: Scalars['ID']['input'];
@@ -89547,8 +89644,9 @@
     loomUserStatus?: Maybe<LoomUserStatus>;
     loom_comment?: Maybe<LoomComment>;
     loom_comments?: Maybe<Array<Maybe<LoomComment>>>;
     loom_createSpace?: Maybe<LoomSpace>;
+    loom_foldersSearch?: Maybe<Array<Maybe<LoomFolder>>>;
     loom_meeting?: Maybe<LoomMeeting>;
     loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
     loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
     loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
@@ -91925,8 +92023,14 @@
     name: Scalars['String']['input'];
     privacy?: InputMaybe<LoomSpacePrivacyType>;
     siteId: Scalars['ID']['input'];
 };
+export declare type QueryLoom_FoldersSearchArgs = {
+    includeDefaultFolders?: InputMaybe<Scalars['Boolean']['input']>;
+    query?: InputMaybe<Scalars['String']['input']>;
+    siteId: Scalars['ID']['input'];
+    spaceId?: InputMaybe<Scalars['ID']['input']>;
+};
 export declare type QueryLoom_MeetingArgs = {
     id: Scalars['ID']['input'];
 };
 export declare type QueryLoom_MeetingRecurrenceArgs = {
@@ -92689,8 +92793,11 @@
     maxResults?: InputMaybe<Scalars['Int']['input']>;
     query?: InputMaybe<Scalars['String']['input']>;
     sitePermissionTypeFilter?: InputMaybe<SitePermissionTypeFilter>;
 };
+export declare type QueryUserPreferencesArgs = {
+    cloudId?: InputMaybe<Scalars['ID']['input']>;
+};
 export declare type QueryUserWithContentRestrictionsArgs = {
     accountId?: InputMaybe<Scalars['String']['input']>;
     contentId?: InputMaybe<Scalars['ID']['input']>;
 };
@@ -92848,8 +92955,11 @@
     __typename?: 'RadarBooleanFieldValue';
     isRestricted?: Maybe<Scalars['Boolean']['output']>;
     value?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare type RadarClearFocusAreaProposalInput = {
+    proposalAri: Scalars['ID']['input'];
+};
 export declare type RadarConnection = {
     pageInfo: PageInfo;
     totalCount: Scalars['Int']['output'];
 };