@forge/cli-shared 2.1.6-next.4 → 2.1.6-next.5
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
|
@@ -2001,6 +2001,7 @@ export declare type CompassMetricDefinition = {
|
|
|
2001
2001
|
name?: Maybe<Scalars['String']>;
|
|
2002
2002
|
description?: Maybe<Scalars['String']>;
|
|
2003
2003
|
format?: Maybe<CompassMetricDefinitionFormat>;
|
|
2004
|
+
type: CompassMetricDefinitionType;
|
|
2004
2005
|
metricSources?: Maybe<CompassMetricSourcesQueryResult>;
|
|
2005
2006
|
};
|
|
2006
2007
|
export declare type CompassMetricDefinitionMetricSourcesArgs = {
|
|
@@ -2023,6 +2024,10 @@ export declare type CompassMetricDefinitionFormatSuffixInput = {
|
|
|
2023
2024
|
suffix: Scalars['String'];
|
|
2024
2025
|
};
|
|
2025
2026
|
export declare type CompassMetricDefinitionResult = CompassMetricDefinition | QueryError;
|
|
2027
|
+
export declare enum CompassMetricDefinitionType {
|
|
2028
|
+
BuiltIn = "BUILT_IN",
|
|
2029
|
+
Custom = "CUSTOM"
|
|
2030
|
+
}
|
|
2026
2031
|
export declare type CompassMetricDefinitionsConnection = {
|
|
2027
2032
|
__typename?: 'CompassMetricDefinitionsConnection';
|
|
2028
2033
|
edges?: Maybe<Array<CompassMetricDefinitionEdge>>;
|
|
@@ -5296,6 +5301,7 @@ export declare type JiraDevOpsIssuePanel = {
|
|
|
5296
5301
|
panelState?: Maybe<JiraDevOpsIssuePanelState>;
|
|
5297
5302
|
devOpsIssuePanelBanner?: Maybe<JiraDevOpsIssuePanelBannerType>;
|
|
5298
5303
|
devSummaryResult?: Maybe<JiraIssueDevSummaryResult>;
|
|
5304
|
+
hasBranchCapabilities?: Maybe<Scalars['Boolean']>;
|
|
5299
5305
|
};
|
|
5300
5306
|
export declare enum JiraDevOpsIssuePanelBannerType {
|
|
5301
5307
|
IssueKeyOnboarding = "ISSUE_KEY_ONBOARDING"
|
|
@@ -12112,6 +12118,7 @@ export declare type TenantContext = {
|
|
|
12112
12118
|
__typename?: 'TenantContext';
|
|
12113
12119
|
cloudId?: Maybe<Scalars['ID']>;
|
|
12114
12120
|
hostName?: Maybe<Scalars['String']>;
|
|
12121
|
+
cloudUrl?: Maybe<Scalars['URL']>;
|
|
12115
12122
|
orgId?: Maybe<Scalars['ID']>;
|
|
12116
12123
|
};
|
|
12117
12124
|
export declare type Testing = {
|