@forge/cli-shared 3.25.0-next.4 → 3.25.0-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
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.25.0-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a56b49d: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- tmp
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [d76d95c]
|
|
12
|
+
- @forge/util@1.4.2-next.0
|
|
13
|
+
- @forge/manifest@6.2.0-next.3
|
|
14
|
+
|
|
3
15
|
## 3.25.0-next.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -26021,6 +26021,15 @@ export declare type InsightsBlockingIssueDetails = {
|
|
|
26021
26021
|
issueIconUrl: Scalars['String']['output'];
|
|
26022
26022
|
issueId: Scalars['String']['output'];
|
|
26023
26023
|
};
|
|
26024
|
+
export declare type InsightsBlockingIssueTask = InsightsNextBestTaskCommon & {
|
|
26025
|
+
__typename?: 'InsightsBlockingIssueTask';
|
|
26026
|
+
blockedIssues?: Maybe<Array<InsightsBlockedIssue>>;
|
|
26027
|
+
id: Scalars['String']['output'];
|
|
26028
|
+
issueIconUrl: Scalars['String']['output'];
|
|
26029
|
+
issueId: Scalars['String']['output'];
|
|
26030
|
+
title: Scalars['String']['output'];
|
|
26031
|
+
url: Scalars['String']['output'];
|
|
26032
|
+
};
|
|
26024
26033
|
export declare type InsightsBuildDetails = {
|
|
26025
26034
|
__typename?: 'InsightsBuildDetails';
|
|
26026
26035
|
buildNumber: Scalars['Int']['output'];
|
|
@@ -26030,10 +26039,33 @@ export declare type InsightsBuildDetails = {
|
|
|
26030
26039
|
lastUpdated: Scalars['String']['output'];
|
|
26031
26040
|
numberOfFailedBuilds: Scalars['Int']['output'];
|
|
26032
26041
|
};
|
|
26042
|
+
export declare type InsightsBuildTask = InsightsNextBestTaskCommon & {
|
|
26043
|
+
__typename?: 'InsightsBuildTask';
|
|
26044
|
+
buildNumber: Scalars['Int']['output'];
|
|
26045
|
+
id: Scalars['String']['output'];
|
|
26046
|
+
issueId: Scalars['String']['output'];
|
|
26047
|
+
issueKey: Scalars['String']['output'];
|
|
26048
|
+
issueName: Scalars['String']['output'];
|
|
26049
|
+
lastUpdated: Scalars['String']['output'];
|
|
26050
|
+
numberOfFailedBuilds: Scalars['Int']['output'];
|
|
26051
|
+
title: Scalars['String']['output'];
|
|
26052
|
+
url: Scalars['String']['output'];
|
|
26053
|
+
};
|
|
26033
26054
|
export declare type InsightsContextAri = {
|
|
26034
26055
|
projectAri?: InputMaybe<Scalars['ID']['input']>;
|
|
26035
26056
|
sprintAri?: InputMaybe<Scalars['ID']['input']>;
|
|
26036
26057
|
};
|
|
26058
|
+
export declare type InsightsCriticalVulnerabilityTask = InsightsNextBestTaskCommon & {
|
|
26059
|
+
__typename?: 'InsightsCriticalVulnerabilityTask';
|
|
26060
|
+
id: Scalars['String']['output'];
|
|
26061
|
+
introducedDate: Scalars['String']['output'];
|
|
26062
|
+
issueId: Scalars['String']['output'];
|
|
26063
|
+
issueKey: Scalars['String']['output'];
|
|
26064
|
+
securityContainerName: Scalars['String']['output'];
|
|
26065
|
+
status: InsightsVulnerabilityStatus;
|
|
26066
|
+
title: Scalars['String']['output'];
|
|
26067
|
+
url: Scalars['String']['output'];
|
|
26068
|
+
};
|
|
26037
26069
|
export declare type InsightsDeploymentDetails = {
|
|
26038
26070
|
__typename?: 'InsightsDeploymentDetails';
|
|
26039
26071
|
environmentNames: Array<Scalars['String']['output']>;
|
|
@@ -26045,6 +26077,20 @@ export declare type InsightsDeploymentDetails = {
|
|
|
26045
26077
|
numberOfFailedDeployments: Scalars['Int']['output'];
|
|
26046
26078
|
pipelineName: Scalars['String']['output'];
|
|
26047
26079
|
};
|
|
26080
|
+
export declare type InsightsDeploymentTask = InsightsNextBestTaskCommon & {
|
|
26081
|
+
__typename?: 'InsightsDeploymentTask';
|
|
26082
|
+
environmentNames: Array<Scalars['String']['output']>;
|
|
26083
|
+
environmentType: InsightsEnvironmentType;
|
|
26084
|
+
id: Scalars['String']['output'];
|
|
26085
|
+
issueId: Scalars['String']['output'];
|
|
26086
|
+
issueKey: Scalars['String']['output'];
|
|
26087
|
+
issueName: Scalars['String']['output'];
|
|
26088
|
+
lastUpdated: Scalars['String']['output'];
|
|
26089
|
+
numberOfFailedDeployments: Scalars['Int']['output'];
|
|
26090
|
+
pipelineName: Scalars['String']['output'];
|
|
26091
|
+
title: Scalars['String']['output'];
|
|
26092
|
+
url: Scalars['String']['output'];
|
|
26093
|
+
};
|
|
26048
26094
|
export declare enum InsightsEnvironmentType {
|
|
26049
26095
|
Development = "DEVELOPMENT",
|
|
26050
26096
|
Production = "PRODUCTION",
|
|
@@ -26086,10 +26132,15 @@ export declare enum InsightsNextBestTaskAction {
|
|
|
26086
26132
|
Remove = "REMOVE",
|
|
26087
26133
|
Snooze = "SNOOZE"
|
|
26088
26134
|
}
|
|
26135
|
+
export declare type InsightsNextBestTaskCommon = {
|
|
26136
|
+
id: Scalars['String']['output'];
|
|
26137
|
+
title: Scalars['String']['output'];
|
|
26138
|
+
url: Scalars['String']['output'];
|
|
26139
|
+
};
|
|
26089
26140
|
export declare type InsightsNextBestTaskConnection = {
|
|
26090
26141
|
__typename?: 'InsightsNextBestTaskConnection';
|
|
26091
26142
|
edges: Array<Maybe<InsightsNextBestTaskEdge>>;
|
|
26092
|
-
nodes: Array<Maybe<
|
|
26143
|
+
nodes: Array<Maybe<InsightsNextBestTaskCommon>>;
|
|
26093
26144
|
pageInfo: PageInfo;
|
|
26094
26145
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
26095
26146
|
};
|
|
@@ -26097,7 +26148,7 @@ export declare type InsightsNextBestTaskDetails = InsightsBlockingIssueDetails |
|
|
|
26097
26148
|
export declare type InsightsNextBestTaskEdge = {
|
|
26098
26149
|
__typename?: 'InsightsNextBestTaskEdge';
|
|
26099
26150
|
cursor: Scalars['String']['output'];
|
|
26100
|
-
node?: Maybe<
|
|
26151
|
+
node?: Maybe<InsightsNextBestTaskCommon>;
|
|
26101
26152
|
};
|
|
26102
26153
|
export declare type InsightsPullRequestNeedsWorkDetails = {
|
|
26103
26154
|
__typename?: 'InsightsPullRequestNeedsWorkDetails';
|
|
@@ -26106,6 +26157,16 @@ export declare type InsightsPullRequestNeedsWorkDetails = {
|
|
|
26106
26157
|
needsWorkCount: Scalars['Int']['output'];
|
|
26107
26158
|
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
26108
26159
|
};
|
|
26160
|
+
export declare type InsightsPullRequestNeedsWorkTask = InsightsNextBestTaskCommon & {
|
|
26161
|
+
__typename?: 'InsightsPullRequestNeedsWorkTask';
|
|
26162
|
+
commentCount: Scalars['Int']['output'];
|
|
26163
|
+
id: Scalars['String']['output'];
|
|
26164
|
+
lastUpdated: Scalars['String']['output'];
|
|
26165
|
+
needsWorkCount: Scalars['Int']['output'];
|
|
26166
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
26167
|
+
title: Scalars['String']['output'];
|
|
26168
|
+
url: Scalars['String']['output'];
|
|
26169
|
+
};
|
|
26109
26170
|
export declare type InsightsPullRequestReviewDetails = {
|
|
26110
26171
|
__typename?: 'InsightsPullRequestReviewDetails';
|
|
26111
26172
|
approvalsCount: Scalars['Int']['output'];
|
|
@@ -26113,6 +26174,16 @@ export declare type InsightsPullRequestReviewDetails = {
|
|
|
26113
26174
|
lastUpdated: Scalars['String']['output'];
|
|
26114
26175
|
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
26115
26176
|
};
|
|
26177
|
+
export declare type InsightsPullRequestReviewTask = InsightsNextBestTaskCommon & {
|
|
26178
|
+
__typename?: 'InsightsPullRequestReviewTask';
|
|
26179
|
+
approvalsCount: Scalars['Int']['output'];
|
|
26180
|
+
commentCount: Scalars['Int']['output'];
|
|
26181
|
+
id: Scalars['String']['output'];
|
|
26182
|
+
lastUpdated: Scalars['String']['output'];
|
|
26183
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
26184
|
+
title: Scalars['String']['output'];
|
|
26185
|
+
url: Scalars['String']['output'];
|
|
26186
|
+
};
|
|
26116
26187
|
export declare type InsightsPurgeUserActionStateInput = {
|
|
26117
26188
|
cloudId: Scalars['ID']['input'];
|
|
26118
26189
|
};
|