npm package diff

Package: @forge/cli-shared

Versions: 8.9.0-next.15 - 8.9.0-next.16

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
@@ -68356,8 +68356,9 @@
 export declare type JiraDiscardUserIssueSearchConfigPayload = {
     __typename?: 'JiraDiscardUserIssueSearchConfigPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
+    view?: Maybe<JiraView>;
 };
 export declare type JiraDiscardUserViewConfigInput = {
     viewId: Scalars['ID']['input'];
 };
@@ -101745,8 +101746,9 @@
     supportInquiry_userContext?: Maybe<SupportInquiryUserContext>;
     team?: Maybe<TeamQuery>;
     teamCalendarSettings?: Maybe<TeamCalendarSettings>;
     teamLabels?: Maybe<PaginatedLabelList>;
+    teamworkGraph_activitiesLinkedToProject?: Maybe<GraphStoreCypherQueryV2Connection>;
     teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
     teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
     teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
     teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
@@ -105233,8 +105235,13 @@
 export declare type QueryTeamLabelsArgs = {
     first?: InputMaybe<Scalars['Int']['input']>;
     start?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type QueryTeamworkGraph_ActivitiesLinkedToProjectArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    projectId: Scalars['ID']['input'];
+};
 export declare type QueryTeamworkGraph_GetProjectContextArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     projectId: Scalars['ID']['input'];