npm package diff
Package: @forge/cli-shared
Versions: 6.2.1-next.7 - 6.2.1-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
@@ -19457,9 +19457,9 @@
datetime?: Maybe<Scalars['String']['output']>;
};
export declare type EcosystemApp = App | EcosystemConnectApp;
export declare type EcosystemAppInstallationOverridesInput = {
- licensingMode?: InputMaybe<EcosystemLicensingMode>;
+ licenseMode?: InputMaybe<EcosystemLicenseMode>;
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
};
export declare type EcosystemAppNetworkEgressPermission = {
__typename?: 'EcosystemAppNetworkEgressPermission';
@@ -19574,9 +19574,9 @@
__typename?: 'EcosystemDataClassificationsContext';
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
id: Scalars['ID']['output'];
};
-export declare enum EcosystemLicensingMode {
+export declare enum EcosystemLicenseMode {
UserAccess = "USER_ACCESS"
}
export declare type EcosystemMutation = {
__typename?: 'EcosystemMutation';
@@ -37421,13 +37421,18 @@
};
export declare type HelpCenterBrandingColors = {
__typename?: 'HelpCenterBrandingColors';
bannerTextColor?: Maybe<Scalars['String']['output']>;
+ hasTopBarBeenSplit: Scalars['Boolean']['output'];
primary?: Maybe<Scalars['String']['output']>;
+ topBarColor?: Maybe<Scalars['String']['output']>;
+ topBarTextColor?: Maybe<Scalars['String']['output']>;
};
export declare type HelpCenterBrandingColorsInput = {
bannerTextColor?: InputMaybe<Scalars['String']['input']>;
primary?: InputMaybe<Scalars['String']['input']>;
+ topBarColor?: InputMaybe<Scalars['String']['input']>;
+ topBarTextColor?: InputMaybe<Scalars['String']['input']>;
};
export declare type HelpCenterBrandingInput = {
banner?: InputMaybe<HelpCenterBannerInput>;
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
@@ -46188,8 +46193,9 @@
};
export declare type JiraListViewIssuesArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
+ fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
first?: InputMaybe<Scalars['Int']['input']>;
issueSearchInput: JiraIssueSearchInput;
last?: InputMaybe<Scalars['Int']['input']>;
options?: InputMaybe<JiraIssueSearchOptions>;
@@ -69906,8 +69912,9 @@
project?: Maybe<TownsquareProject>;
projectSearch?: Maybe<TownsquareProjectConnection>;
projectTql?: Maybe<TownsquareProjectConnection>;
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
+ tagsByAri?: Maybe<Array<Maybe<TownsquareTag>>>;
};
export declare type TownsquareQueryApiAllWorkspaceSummariesForOrgArgs = {
after?: InputMaybe<Scalars['String']['input']>;
cloudId: Scalars['String']['input'];
@@ -69976,8 +69983,11 @@
};
export declare type TownsquareQueryApiProjectsByAriArgs = {
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
};
+export declare type TownsquareQueryApiTagsByAriArgs = {
+ aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
+};
export declare type TownsquareRelationship = {
__typename?: 'TownsquareRelationship';
from: Scalars['String']['output'];
to: Scalars['String']['output'];