@forge/cli-shared 8.15.1-next.5-experimental-44a932f → 8.15.1-next.6

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,18 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.15.1-next.5-experimental-44a932f
3
+ ## 8.15.1-next.6
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - c1526eb: Improve warning message for failing to read feature flags change visibility to require verbose to reduce confusion
8
- - 19807bf: Changed schema for container resources
9
- - 2719ab7: Add image tag filtering for container repository listing
10
- - Updated dependencies [e4c143c]
11
- - Updated dependencies [42e069d]
12
- - Updated dependencies [19807bf]
13
- - Updated dependencies [6247657]
14
- - Updated dependencies [fa9b5aa]
15
- - @forge/manifest@12.1.0-next.3-experimental-44a932f
7
+ - 2b94ed8: added custom scopes command to the forge help command
16
8
 
17
9
  ## 8.15.1-next.5
18
10
 
@@ -41462,6 +41462,7 @@ export declare type GraphIntegrationMcpAdminManagementTriggerToolSyncInput = {
41462
41462
  export declare type GraphIntegrationMcpAdminManagementTriggerToolSyncPayload = Payload & {
41463
41463
  __typename?: 'GraphIntegrationMcpAdminManagementTriggerToolSyncPayload';
41464
41464
  errors?: Maybe<Array<MutationError>>;
41465
+ registrationStatus?: Maybe<GraphIntegrationMcpAdminManagementMcpServerStatus>;
41465
41466
  serverId?: Maybe<Scalars['ID']['output']>;
41466
41467
  success: Scalars['Boolean']['output'];
41467
41468
  syncResult?: Maybe<GraphIntegrationMcpAdminManagementToolSyncResult>;