npm package diff
Package: @forge/cli-shared
Versions: 8.4.0-next.5 - 8.4.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
@@ -58567,8 +58567,9 @@
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
input?: InputMaybe<JiraCalendarIssuesInput>;
last?: InputMaybe<Scalars['Int']['input']>;
+ overrides?: InputMaybe<JiraCalendarViewSettings>;
};
export declare type JiraCalendarPermissionsArgs = {
keys?: InputMaybe<Array<JiraCalendarPermissionKey>>;
};
@@ -82774,8 +82775,11 @@
Day = "DAY",
Month = "MONTH",
Quarter = "QUARTER"
}
+export declare type MercuryProjectType = {
+ mercuryProjectTypeName?: Maybe<Scalars['String']['output']>;
+};
export declare type MercuryProposeChangesInput = {
archiveFocusAreas?: InputMaybe<Array<MercuryArchiveFocusAreaChangeInput>>;
changeParentFocusAreas?: InputMaybe<Array<MercuryChangeParentFocusAreaChangeInput>>;
changeProposalId: Scalars['ID']['input'];