@forge/cli-shared 9.4.1-next.1 → 9.4.1-next.3
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,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.4.1-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a804b36]
|
|
8
|
+
- @forge/manifest@13.4.0-next.3
|
|
9
|
+
|
|
10
|
+
## 9.4.1-next.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [db66d54]
|
|
15
|
+
- @forge/manifest@13.3.2-next.2
|
|
16
|
+
|
|
3
17
|
## 9.4.1-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -127869,6 +127869,7 @@ export type JiraBoardView = JiraView & Node & {
|
|
|
127869
127869
|
customFilters?: Maybe<JiraSoftwareCustomFilterConnection>;
|
|
127870
127870
|
density?: Maybe<JiraBoardViewDensity>;
|
|
127871
127871
|
error?: Maybe<QueryError>;
|
|
127872
|
+
estimationField?: Maybe<JiraField>;
|
|
127872
127873
|
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
127873
127874
|
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
127874
127875
|
groupByOptions?: Maybe<Array<JiraViewGroupByConfig>>;
|
|
@@ -197579,6 +197580,11 @@ export type QueryGraphInference_InferredProjectMeArgs = {
|
|
|
197579
197580
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197580
197581
|
forceRefresh?: Scalars['Boolean']['input'];
|
|
197581
197582
|
};
|
|
197583
|
+
export type QueryGraphInference_InferredProjectSummariesArgs = {
|
|
197584
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197585
|
+
firstEntities?: InputMaybe<Scalars['Int']['input']>;
|
|
197586
|
+
updatedAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
197587
|
+
};
|
|
197582
197588
|
export type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
197583
197589
|
contextAri: Scalars['ID']['input'];
|
|
197584
197590
|
includeEnabledToolCount?: Scalars['Boolean']['input'];
|
|
@@ -232476,6 +232482,7 @@ export type TownsquareMetric = Node & {
|
|
|
232476
232482
|
externalEntityId?: Maybe<Scalars['String']['output']>;
|
|
232477
232483
|
id: Scalars['ID']['output'];
|
|
232478
232484
|
latestValue?: Maybe<TownsquareMetricValue>;
|
|
232485
|
+
metricTargets?: Maybe<TownsquareMetricHasMetricTargetConnection>;
|
|
232479
232486
|
name?: Maybe<Scalars['String']['output']>;
|
|
232480
232487
|
source?: Maybe<Scalars['String']['output']>;
|
|
232481
232488
|
subType?: Maybe<Scalars['String']['output']>;
|
|
@@ -232504,6 +232511,16 @@ export type TownsquareMetricEdge = {
|
|
|
232504
232511
|
cursor: Scalars['String']['output'];
|
|
232505
232512
|
node?: Maybe<TownsquareMetric>;
|
|
232506
232513
|
};
|
|
232514
|
+
export type TownsquareMetricHasMetricTargetConnection = {
|
|
232515
|
+
__typename?: 'TownsquareMetricHasMetricTargetConnection';
|
|
232516
|
+
edges?: Maybe<Array<Maybe<TownsquareMetricHasMetricTargetEdge>>>;
|
|
232517
|
+
pageInfo: PageInfo;
|
|
232518
|
+
};
|
|
232519
|
+
export type TownsquareMetricHasMetricTargetEdge = {
|
|
232520
|
+
__typename?: 'TownsquareMetricHasMetricTargetEdge';
|
|
232521
|
+
cursor: Scalars['String']['output'];
|
|
232522
|
+
node?: Maybe<TownsquareMetricTarget>;
|
|
232523
|
+
};
|
|
232507
232524
|
export declare enum TownsquareMetricSortEnum {
|
|
232508
232525
|
IdAsc = "ID_ASC",
|
|
232509
232526
|
IdDesc = "ID_DESC",
|
|
@@ -232512,6 +232529,7 @@ export declare enum TownsquareMetricSortEnum {
|
|
|
232512
232529
|
}
|
|
232513
232530
|
export type TownsquareMetricTarget = Node & {
|
|
232514
232531
|
__typename?: 'TownsquareMetricTarget';
|
|
232532
|
+
goal?: Maybe<TownsquareGoal>;
|
|
232515
232533
|
id: Scalars['ID']['output'];
|
|
232516
232534
|
metric?: Maybe<TownsquareMetric>;
|
|
232517
232535
|
metricTargetPeriods?: Maybe<TownsquareMetricTargetPeriodConnection>;
|
|
@@ -232613,6 +232631,7 @@ export type TownsquareMetricValue = Node & {
|
|
|
232613
232631
|
canDelete?: Maybe<Scalars['Boolean']['output']>;
|
|
232614
232632
|
creator?: Maybe<User>;
|
|
232615
232633
|
id: Scalars['ID']['output'];
|
|
232634
|
+
metric?: Maybe<TownsquareMetric>;
|
|
232616
232635
|
origin?: Maybe<TownsquareMetricValueOrigin>;
|
|
232617
232636
|
time?: Maybe<Scalars['DateTime']['output']>;
|
|
232618
232637
|
value?: Maybe<Scalars['Float']['output']>;
|