@forge/cli-shared 7.0.0-next.7 → 7.0.0-next.9
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
|
+
## 7.0.0-next.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [39b0e6c]
|
|
8
|
+
- @forge/manifest@9.4.0-next.5
|
|
9
|
+
|
|
10
|
+
## 7.0.0-next.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [8f741c6]
|
|
15
|
+
- @forge/manifest@9.4.0-next.4
|
|
16
|
+
|
|
3
17
|
## 7.0.0-next.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -21223,6 +21223,7 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
21223
21223
|
__typename?: 'CsmAiUpdateHandoffConfigPayload';
|
|
21224
21224
|
errors?: Maybe<Array<MutationError>>;
|
|
21225
21225
|
handoffConfig?: Maybe<CsmAiHandoffConfig>;
|
|
21226
|
+
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
21226
21227
|
success: Scalars['Boolean']['output'];
|
|
21227
21228
|
};
|
|
21228
21229
|
export declare type CumulativeFlowDiagram = {
|