@forge/cli-shared 6.9.0-next.6-experimental-98585b7 → 6.9.0

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,11 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.9.0-next.6-experimental-98585b7
3
+ ## 6.9.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 042ef75: Pull in deprecated input fields when generating the schema and associated types
8
- - 3e82523: Added CLI warnings
9
8
 
10
9
  ### Patch Changes
11
10
 
@@ -16,7 +15,7 @@
16
15
  - Updated dependencies [683d423]
17
16
  - Updated dependencies [ea7c7b6]
18
17
  - Updated dependencies [2051059]
19
- - @forge/manifest@9.1.0-next.5-experimental-98585b7
18
+ - @forge/manifest@9.1.0
20
19
 
21
20
  ## 6.9.0-next.6
22
21
 
@@ -54262,7 +54262,9 @@ export declare type InvokeExtensionInput = {
54262
54262
  entryPoint?: InputMaybe<Scalars['String']['input']>;
54263
54263
  extensionDetails?: InputMaybe<ExtensionDetailsInput>;
54264
54264
  extensionId?: InputMaybe<Scalars['ID']['input']>;
54265
+ oAuthScopes?: InputMaybe<Array<Scalars['String']['input']>>;
54265
54266
  payload: Scalars['JSON']['input'];
54267
+ productEventScopes?: InputMaybe<Array<Scalars['String']['input']>>;
54266
54268
  };
54267
54269
  export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtension & {
54268
54270
  __typename?: 'InvokeExtensionPayloadErrorExtension';