@forge/cli-shared 6.2.1-next.7 → 6.2.1-next.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -19458,7 +19458,7 @@ export declare type EarliestViewViewedForUser = {
|
|
|
19458
19458
|
};
|
|
19459
19459
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
19460
19460
|
export declare type EcosystemAppInstallationOverridesInput = {
|
|
19461
|
-
|
|
19461
|
+
licenseMode?: InputMaybe<EcosystemLicenseMode>;
|
|
19462
19462
|
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19463
19463
|
};
|
|
19464
19464
|
export declare type EcosystemAppNetworkEgressPermission = {
|
|
@@ -19575,7 +19575,7 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
19575
19575
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
19576
19576
|
id: Scalars['ID']['output'];
|
|
19577
19577
|
};
|
|
19578
|
-
export declare enum
|
|
19578
|
+
export declare enum EcosystemLicenseMode {
|
|
19579
19579
|
UserAccess = "USER_ACCESS"
|
|
19580
19580
|
}
|
|
19581
19581
|
export declare type EcosystemMutation = {
|
|
@@ -37422,11 +37422,16 @@ export declare type HelpCenterBranding = {
|
|
|
37422
37422
|
export declare type HelpCenterBrandingColors = {
|
|
37423
37423
|
__typename?: 'HelpCenterBrandingColors';
|
|
37424
37424
|
bannerTextColor?: Maybe<Scalars['String']['output']>;
|
|
37425
|
+
hasTopBarBeenSplit: Scalars['Boolean']['output'];
|
|
37425
37426
|
primary?: Maybe<Scalars['String']['output']>;
|
|
37427
|
+
topBarColor?: Maybe<Scalars['String']['output']>;
|
|
37428
|
+
topBarTextColor?: Maybe<Scalars['String']['output']>;
|
|
37426
37429
|
};
|
|
37427
37430
|
export declare type HelpCenterBrandingColorsInput = {
|
|
37428
37431
|
bannerTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37429
37432
|
primary?: InputMaybe<Scalars['String']['input']>;
|
|
37433
|
+
topBarColor?: InputMaybe<Scalars['String']['input']>;
|
|
37434
|
+
topBarTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37430
37435
|
};
|
|
37431
37436
|
export declare type HelpCenterBrandingInput = {
|
|
37432
37437
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
@@ -46189,6 +46194,7 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
46189
46194
|
export declare type JiraListViewIssuesArgs = {
|
|
46190
46195
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46191
46196
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
46197
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
46192
46198
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46193
46199
|
issueSearchInput: JiraIssueSearchInput;
|
|
46194
46200
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -69907,6 +69913,7 @@ export declare type TownsquareQueryApi = {
|
|
|
69907
69913
|
projectSearch?: Maybe<TownsquareProjectConnection>;
|
|
69908
69914
|
projectTql?: Maybe<TownsquareProjectConnection>;
|
|
69909
69915
|
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
69916
|
+
tagsByAri?: Maybe<Array<Maybe<TownsquareTag>>>;
|
|
69910
69917
|
};
|
|
69911
69918
|
export declare type TownsquareQueryApiAllWorkspaceSummariesForOrgArgs = {
|
|
69912
69919
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69977,6 +69984,9 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
69977
69984
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
69978
69985
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69979
69986
|
};
|
|
69987
|
+
export declare type TownsquareQueryApiTagsByAriArgs = {
|
|
69988
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69989
|
+
};
|
|
69980
69990
|
export declare type TownsquareRelationship = {
|
|
69981
69991
|
__typename?: 'TownsquareRelationship';
|
|
69982
69992
|
from: Scalars['String']['output'];
|