@forge/cli-shared 3.21.1-next.6 → 3.21.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
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.21.1-next.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6b5fc4ac]
|
|
8
|
+
- @forge/manifest@5.2.0-next.3
|
|
9
|
+
|
|
10
|
+
## 3.21.1-next.7
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 100a016: Bumping dependencies via Renovate:
|
|
15
|
+
|
|
16
|
+
- @types/array.prototype.flatmap
|
|
17
|
+
|
|
3
18
|
## 3.21.1-next.6
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -18033,15 +18033,11 @@ export type InlineColumnEditConfig = {
|
|
|
18033
18033
|
};
|
|
18034
18034
|
export type Insights = {
|
|
18035
18035
|
__typename?: 'Insights';
|
|
18036
|
-
|
|
18037
|
-
nextBestTasksBySprint?: Maybe<Array<Maybe<InsightsNextBestTask>>>;
|
|
18036
|
+
nextBestTasksByContextAri?: Maybe<Array<Maybe<InsightsNextBestTask>>>;
|
|
18038
18037
|
nextBestTasksBySprintOrProject: Array<InsightsNextBestTask>;
|
|
18039
18038
|
};
|
|
18040
|
-
export type
|
|
18041
|
-
|
|
18042
|
-
};
|
|
18043
|
-
export type InsightsNextBestTasksBySprintArgs = {
|
|
18044
|
-
sprintAri: Scalars['ID']['input'];
|
|
18039
|
+
export type InsightsNextBestTasksByContextAriArgs = {
|
|
18040
|
+
contextAri: InsightsContextAri;
|
|
18045
18041
|
};
|
|
18046
18042
|
export type InsightsNextBestTasksBySprintOrProjectArgs = {
|
|
18047
18043
|
ari: Scalars['ID']['input'];
|
|
@@ -18055,6 +18051,10 @@ export type InsightsBuildDetails = {
|
|
|
18055
18051
|
lastUpdated: Scalars['String']['output'];
|
|
18056
18052
|
numberOfFailedBuilds: Scalars['Int']['output'];
|
|
18057
18053
|
};
|
|
18054
|
+
export type InsightsContextAri = {
|
|
18055
|
+
projectAri?: InputMaybe<Scalars['ID']['input']>;
|
|
18056
|
+
sprintAri?: InputMaybe<Scalars['ID']['input']>;
|
|
18057
|
+
};
|
|
18058
18058
|
export type InsightsDeploymentDetails = {
|
|
18059
18059
|
__typename?: 'InsightsDeploymentDetails';
|
|
18060
18060
|
environmentNames: Array<Scalars['String']['output']>;
|