@forge/cli-shared 8.15.1-next.4-experimental-d997307 → 8.15.1-next.5-experimental-44a932f
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,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.15.1-next.
|
|
3
|
+
## 8.15.1-next.5-experimental-44a932f
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,9 +8,18 @@
|
|
|
8
8
|
- 19807bf: Changed schema for container resources
|
|
9
9
|
- 2719ab7: Add image tag filtering for container repository listing
|
|
10
10
|
- Updated dependencies [e4c143c]
|
|
11
|
+
- Updated dependencies [42e069d]
|
|
11
12
|
- Updated dependencies [19807bf]
|
|
13
|
+
- Updated dependencies [6247657]
|
|
12
14
|
- Updated dependencies [fa9b5aa]
|
|
13
|
-
- @forge/manifest@12.1.0-next.
|
|
15
|
+
- @forge/manifest@12.1.0-next.3-experimental-44a932f
|
|
16
|
+
|
|
17
|
+
## 8.15.1-next.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [42e069d]
|
|
22
|
+
- @forge/manifest@12.1.0-next.3
|
|
14
23
|
|
|
15
24
|
## 8.15.1-next.4
|
|
16
25
|
|
|
@@ -169073,6 +169073,10 @@ export declare enum TownsquareGoalProgressType {
|
|
|
169073
169073
|
AverageSuccessMeasureRollup = "AVERAGE_SUCCESS_MEASURE_ROLLUP",
|
|
169074
169074
|
None = "NONE"
|
|
169075
169075
|
}
|
|
169076
|
+
export declare type TownsquareGoalRestoredChange = {
|
|
169077
|
+
__typename?: 'TownsquareGoalRestoredChange';
|
|
169078
|
+
goalType?: Maybe<TownsquareGoalType>;
|
|
169079
|
+
};
|
|
169076
169080
|
export declare type TownsquareGoalRevokeAccessInput = {
|
|
169077
169081
|
goalId: Scalars['ID']['input'];
|
|
169078
169082
|
principalIds: Array<Scalars['ID']['input']>;
|
|
@@ -169368,6 +169372,7 @@ export declare type TownsquareGoalsCreateRiskPayload = {
|
|
|
169368
169372
|
export declare type TownsquareGoalsCreateUpdateInput = {
|
|
169369
169373
|
goalId: Scalars['ID']['input'];
|
|
169370
169374
|
highlights?: InputMaybe<Array<InputMaybe<TownsquareUpdateHighlightInput>>>;
|
|
169375
|
+
isBundledUpdate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
169371
169376
|
metricUpdate?: InputMaybe<Array<InputMaybe<TownsquareMetricUpdateInput>>>;
|
|
169372
169377
|
score?: InputMaybe<Scalars['Int']['input']>;
|
|
169373
169378
|
status?: InputMaybe<Scalars['String']['input']>;
|