@forge/cli-shared 3.25.1 → 3.25.2-next.0
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
|
@@ -5066,6 +5066,7 @@ export declare type CompassScoreStatisticsHistoryOwnersFilter = {
|
|
|
5066
5066
|
};
|
|
5067
5067
|
export declare type CompassScorecard = Node & {
|
|
5068
5068
|
__typename?: 'CompassScorecard';
|
|
5069
|
+
applicationModel: CompassScorecardApplicationModel;
|
|
5069
5070
|
appliedToComponentStats?: Maybe<CompassScorecardComponentStatsQueryResult>;
|
|
5070
5071
|
appliedToComponents?: Maybe<CompassScorecardAppliedToComponentsQueryResult>;
|
|
5071
5072
|
changeMetadata: CompassChangeMetadata;
|
|
@@ -5103,6 +5104,9 @@ export declare type CompassScorecardScorecardScoreStatisticsHistoriesArgs = {
|
|
|
5103
5104
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5104
5105
|
query?: InputMaybe<CompassScorecardScoreStatisticsHistoryQuery>;
|
|
5105
5106
|
};
|
|
5107
|
+
export declare type CompassScorecardApplicationModel = {
|
|
5108
|
+
applicationType: Scalars['String']['output'];
|
|
5109
|
+
};
|
|
5106
5110
|
export declare type CompassScorecardAppliedToComponentsConnection = {
|
|
5107
5111
|
__typename?: 'CompassScorecardAppliedToComponentsConnection';
|
|
5108
5112
|
edges?: Maybe<Array<CompassScorecardAppliedToComponentsEdge>>;
|
|
@@ -5162,6 +5166,13 @@ export declare type CompassScorecardAppliedToComponentsThresholdFilter = {
|
|
|
5162
5166
|
export declare type CompassScorecardAppliedToComponentsTypesFilter = {
|
|
5163
5167
|
in: Array<Scalars['ID']['input']>;
|
|
5164
5168
|
};
|
|
5169
|
+
export declare type CompassScorecardAutomaticApplicationModel = CompassScorecardApplicationModel & {
|
|
5170
|
+
__typename?: 'CompassScorecardAutomaticApplicationModel';
|
|
5171
|
+
applicationType: Scalars['String']['output'];
|
|
5172
|
+
componentLabels?: Maybe<Array<CompassComponentLabel>>;
|
|
5173
|
+
componentTiers?: Maybe<Array<CompassComponentTier>>;
|
|
5174
|
+
componentTypeIds: Array<Scalars['ID']['output']>;
|
|
5175
|
+
};
|
|
5165
5176
|
export declare type CompassScorecardComponentStats = {
|
|
5166
5177
|
__typename?: 'CompassScorecardComponentStats';
|
|
5167
5178
|
componentStats?: Maybe<CompassComponentStats>;
|
|
@@ -5292,6 +5303,10 @@ export declare enum CompassScorecardImportance {
|
|
|
5292
5303
|
Required = "REQUIRED",
|
|
5293
5304
|
UserDefined = "USER_DEFINED"
|
|
5294
5305
|
}
|
|
5306
|
+
export declare type CompassScorecardManualApplicationModel = CompassScorecardApplicationModel & {
|
|
5307
|
+
__typename?: 'CompassScorecardManualApplicationModel';
|
|
5308
|
+
applicationType: Scalars['String']['output'];
|
|
5309
|
+
};
|
|
5295
5310
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
5296
5311
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
5297
5312
|
criterionId: Scalars['ID']['output'];
|
|
@@ -33908,7 +33923,7 @@ export declare type JiraPlatformAttachmentMediaReadTokenArgs = {
|
|
|
33908
33923
|
maxTokenLength: Scalars['Int']['input'];
|
|
33909
33924
|
};
|
|
33910
33925
|
export declare type JiraPlatformAttachmentSearchViewContextArgs = {
|
|
33911
|
-
filter
|
|
33926
|
+
filter: JiraAttachmentSearchViewContextInput;
|
|
33912
33927
|
};
|
|
33913
33928
|
export declare type JiraPlatformComment = JiraComment & Node & {
|
|
33914
33929
|
__typename?: 'JiraPlatformComment';
|
|
@@ -37559,6 +37574,7 @@ export declare type JiraSuggestedChildIssueStatus = {
|
|
|
37559
37574
|
export declare enum JiraSuggestedChildIssueStatusType {
|
|
37560
37575
|
Complete = "COMPLETE",
|
|
37561
37576
|
RefiningSuggestedIssues = "REFINING_SUGGESTED_ISSUES",
|
|
37577
|
+
ReformattingIssues = "REFORMATTING_ISSUES",
|
|
37562
37578
|
RemovingDuplicateIssues = "REMOVING_DUPLICATE_ISSUES",
|
|
37563
37579
|
RetrievingSourceContext = "RETRIEVING_SOURCE_CONTEXT",
|
|
37564
37580
|
SuggestingInitialIssues = "SUGGESTING_INITIAL_ISSUES"
|
|
@@ -37570,9 +37586,11 @@ export declare type JiraSuggestedIssue = {
|
|
|
37570
37586
|
summary?: Maybe<Scalars['String']['output']>;
|
|
37571
37587
|
};
|
|
37572
37588
|
export declare enum JiraSuggestedIssueErrorType {
|
|
37589
|
+
CommunicationsError = "COMMUNICATIONS_ERROR",
|
|
37573
37590
|
NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
|
|
37574
37591
|
NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
|
|
37575
|
-
Unclassified = "UNCLASSIFIED"
|
|
37592
|
+
Unclassified = "UNCLASSIFIED",
|
|
37593
|
+
UnethicalContent = "UNETHICAL_CONTENT"
|
|
37576
37594
|
}
|
|
37577
37595
|
export declare type JiraSuggestedIssueFieldValue = Node & {
|
|
37578
37596
|
__typename?: 'JiraSuggestedIssueFieldValue';
|
|
@@ -42645,6 +42663,7 @@ export declare type PolarisView = {
|
|
|
42645
42663
|
verticalGroupValues?: Maybe<Array<PolarisGroupValue>>;
|
|
42646
42664
|
viewSetId: Scalars['ID']['output'];
|
|
42647
42665
|
visualizationType: PolarisVisualizationType;
|
|
42666
|
+
whiteboardConfig?: Maybe<PolarisWhiteboardConfig>;
|
|
42648
42667
|
xid?: Maybe<Scalars['Int']['output']>;
|
|
42649
42668
|
};
|
|
42650
42669
|
export declare type PolarisViewCommentsArgs = {
|
|
@@ -42763,6 +42782,10 @@ export declare enum PolarisVisualizationType {
|
|
|
42763
42782
|
Timeline = "TIMELINE",
|
|
42764
42783
|
Twoxtwo = "TWOXTWO"
|
|
42765
42784
|
}
|
|
42785
|
+
export declare type PolarisWhiteboardConfig = {
|
|
42786
|
+
__typename?: 'PolarisWhiteboardConfig';
|
|
42787
|
+
id: Scalars['ID']['output'];
|
|
42788
|
+
};
|
|
42766
42789
|
export declare enum PrincipalType {
|
|
42767
42790
|
Anonymous = "ANONYMOUS",
|
|
42768
42791
|
Customer = "CUSTOMER",
|
|
@@ -45853,6 +45876,11 @@ export declare type ShepherdLinkedResource = {
|
|
|
45853
45876
|
__typename?: 'ShepherdLinkedResource';
|
|
45854
45877
|
id: Scalars['ID']['output'];
|
|
45855
45878
|
resource?: Maybe<ShepherdExternalResource>;
|
|
45879
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
45880
|
+
};
|
|
45881
|
+
export declare type ShepherdLinkedResourceInput = {
|
|
45882
|
+
id: Scalars['ID']['input'];
|
|
45883
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
45856
45884
|
};
|
|
45857
45885
|
export declare type ShepherdLoginActivity = {
|
|
45858
45886
|
__typename?: 'ShepherdLoginActivity';
|
|
@@ -46137,7 +46165,7 @@ export declare type ShepherdUnlinkAlertResourcesInput = {
|
|
|
46137
46165
|
};
|
|
46138
46166
|
export declare type ShepherdUpdateAlertInput = {
|
|
46139
46167
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
46140
|
-
linkedResources?: InputMaybe<Array<
|
|
46168
|
+
linkedResources?: InputMaybe<Array<ShepherdLinkedResourceInput>>;
|
|
46141
46169
|
status?: InputMaybe<ShepherdAlertStatus>;
|
|
46142
46170
|
};
|
|
46143
46171
|
export declare type ShepherdUpdateAlertPayload = Payload & {
|
|
@@ -49683,6 +49711,7 @@ export declare type UpdatePolarisViewInput = {
|
|
|
49683
49711
|
verticalGroupBy?: InputMaybe<Scalars['ID']['input']>;
|
|
49684
49712
|
verticalGroupValues?: InputMaybe<Array<PolarisGroupValueInput>>;
|
|
49685
49713
|
view?: InputMaybe<Scalars['ID']['input']>;
|
|
49714
|
+
whiteboardConfig?: InputMaybe<UpdatePolarisWhiteboardConfig>;
|
|
49686
49715
|
};
|
|
49687
49716
|
export declare type UpdatePolarisViewPayload = Payload & {
|
|
49688
49717
|
__typename?: 'UpdatePolarisViewPayload';
|
|
@@ -49715,6 +49744,9 @@ export declare type UpdatePolarisViewTimestampPayload = Payload & {
|
|
|
49715
49744
|
errors?: Maybe<Array<MutationError>>;
|
|
49716
49745
|
success: Scalars['Boolean']['output'];
|
|
49717
49746
|
};
|
|
49747
|
+
export declare type UpdatePolarisWhiteboardConfig = {
|
|
49748
|
+
id: Scalars['ID']['input'];
|
|
49749
|
+
};
|
|
49718
49750
|
export declare type UpdateUserInstallationRulesInput = {
|
|
49719
49751
|
cloudId: Scalars['ID']['input'];
|
|
49720
49752
|
rule: UserInstallationRuleValue;
|