@forge/cli-shared 3.25.1-next.4 → 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
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.25.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [af75e0f]
|
|
8
|
+
- @forge/manifest@6.3.1-next.0
|
|
9
|
+
|
|
10
|
+
## 3.25.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 23a32d6: Fix Docker error reporting when ngrok not configured
|
|
15
|
+
- 629f31a: Increase maximum app name length
|
|
16
|
+
- Updated dependencies [996dc06]
|
|
17
|
+
- Updated dependencies [fece970]
|
|
18
|
+
- Updated dependencies [7852a7b]
|
|
19
|
+
- Updated dependencies [9bf0ff6]
|
|
20
|
+
- @forge/manifest@6.3.0
|
|
21
|
+
|
|
3
22
|
## 3.25.1-next.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -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';
|
|
@@ -37281,6 +37296,7 @@ export declare enum JiraSoftwareSimpleNavigationItemEnum {
|
|
|
37281
37296
|
JswReports = "JSW_REPORTS",
|
|
37282
37297
|
JswRequests = "JSW_REQUESTS",
|
|
37283
37298
|
JswSecurity = "JSW_SECURITY",
|
|
37299
|
+
JswShortcuts = "JSW_SHORTCUTS",
|
|
37284
37300
|
JswTimeline = "JSW_TIMELINE"
|
|
37285
37301
|
}
|
|
37286
37302
|
export declare type JiraSprint = Node & {
|
|
@@ -37558,6 +37574,7 @@ export declare type JiraSuggestedChildIssueStatus = {
|
|
|
37558
37574
|
export declare enum JiraSuggestedChildIssueStatusType {
|
|
37559
37575
|
Complete = "COMPLETE",
|
|
37560
37576
|
RefiningSuggestedIssues = "REFINING_SUGGESTED_ISSUES",
|
|
37577
|
+
ReformattingIssues = "REFORMATTING_ISSUES",
|
|
37561
37578
|
RemovingDuplicateIssues = "REMOVING_DUPLICATE_ISSUES",
|
|
37562
37579
|
RetrievingSourceContext = "RETRIEVING_SOURCE_CONTEXT",
|
|
37563
37580
|
SuggestingInitialIssues = "SUGGESTING_INITIAL_ISSUES"
|
|
@@ -37569,9 +37586,11 @@ export declare type JiraSuggestedIssue = {
|
|
|
37569
37586
|
summary?: Maybe<Scalars['String']['output']>;
|
|
37570
37587
|
};
|
|
37571
37588
|
export declare enum JiraSuggestedIssueErrorType {
|
|
37589
|
+
CommunicationsError = "COMMUNICATIONS_ERROR",
|
|
37572
37590
|
NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
|
|
37573
37591
|
NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
|
|
37574
|
-
Unclassified = "UNCLASSIFIED"
|
|
37592
|
+
Unclassified = "UNCLASSIFIED",
|
|
37593
|
+
UnethicalContent = "UNETHICAL_CONTENT"
|
|
37575
37594
|
}
|
|
37576
37595
|
export declare type JiraSuggestedIssueFieldValue = Node & {
|
|
37577
37596
|
__typename?: 'JiraSuggestedIssueFieldValue';
|
|
@@ -42644,6 +42663,7 @@ export declare type PolarisView = {
|
|
|
42644
42663
|
verticalGroupValues?: Maybe<Array<PolarisGroupValue>>;
|
|
42645
42664
|
viewSetId: Scalars['ID']['output'];
|
|
42646
42665
|
visualizationType: PolarisVisualizationType;
|
|
42666
|
+
whiteboardConfig?: Maybe<PolarisWhiteboardConfig>;
|
|
42647
42667
|
xid?: Maybe<Scalars['Int']['output']>;
|
|
42648
42668
|
};
|
|
42649
42669
|
export declare type PolarisViewCommentsArgs = {
|
|
@@ -42762,6 +42782,10 @@ export declare enum PolarisVisualizationType {
|
|
|
42762
42782
|
Timeline = "TIMELINE",
|
|
42763
42783
|
Twoxtwo = "TWOXTWO"
|
|
42764
42784
|
}
|
|
42785
|
+
export declare type PolarisWhiteboardConfig = {
|
|
42786
|
+
__typename?: 'PolarisWhiteboardConfig';
|
|
42787
|
+
id: Scalars['ID']['output'];
|
|
42788
|
+
};
|
|
42765
42789
|
export declare enum PrincipalType {
|
|
42766
42790
|
Anonymous = "ANONYMOUS",
|
|
42767
42791
|
Customer = "CUSTOMER",
|
|
@@ -45852,6 +45876,11 @@ export declare type ShepherdLinkedResource = {
|
|
|
45852
45876
|
__typename?: 'ShepherdLinkedResource';
|
|
45853
45877
|
id: Scalars['ID']['output'];
|
|
45854
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']>;
|
|
45855
45884
|
};
|
|
45856
45885
|
export declare type ShepherdLoginActivity = {
|
|
45857
45886
|
__typename?: 'ShepherdLoginActivity';
|
|
@@ -46136,7 +46165,7 @@ export declare type ShepherdUnlinkAlertResourcesInput = {
|
|
|
46136
46165
|
};
|
|
46137
46166
|
export declare type ShepherdUpdateAlertInput = {
|
|
46138
46167
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
46139
|
-
linkedResources?: InputMaybe<Array<
|
|
46168
|
+
linkedResources?: InputMaybe<Array<ShepherdLinkedResourceInput>>;
|
|
46140
46169
|
status?: InputMaybe<ShepherdAlertStatus>;
|
|
46141
46170
|
};
|
|
46142
46171
|
export declare type ShepherdUpdateAlertPayload = Payload & {
|
|
@@ -49682,6 +49711,7 @@ export declare type UpdatePolarisViewInput = {
|
|
|
49682
49711
|
verticalGroupBy?: InputMaybe<Scalars['ID']['input']>;
|
|
49683
49712
|
verticalGroupValues?: InputMaybe<Array<PolarisGroupValueInput>>;
|
|
49684
49713
|
view?: InputMaybe<Scalars['ID']['input']>;
|
|
49714
|
+
whiteboardConfig?: InputMaybe<UpdatePolarisWhiteboardConfig>;
|
|
49685
49715
|
};
|
|
49686
49716
|
export declare type UpdatePolarisViewPayload = Payload & {
|
|
49687
49717
|
__typename?: 'UpdatePolarisViewPayload';
|
|
@@ -49714,6 +49744,9 @@ export declare type UpdatePolarisViewTimestampPayload = Payload & {
|
|
|
49714
49744
|
errors?: Maybe<Array<MutationError>>;
|
|
49715
49745
|
success: Scalars['Boolean']['output'];
|
|
49716
49746
|
};
|
|
49747
|
+
export declare type UpdatePolarisWhiteboardConfig = {
|
|
49748
|
+
id: Scalars['ID']['input'];
|
|
49749
|
+
};
|
|
49717
49750
|
export declare type UpdateUserInstallationRulesInput = {
|
|
49718
49751
|
cloudId: Scalars['ID']['input'];
|
|
49719
49752
|
rule: UserInstallationRuleValue;
|