@forge/cli-shared 9.3.0-next.2 → 9.3.0-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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 9.3.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [498fda5]
8
+ - @forge/manifest@13.3.0-next.3
9
+
3
10
  ## 9.3.0-next.2
4
11
 
5
12
  ### Patch Changes
@@ -53555,6 +53555,7 @@ export type GraphInferenceGetJiraEntityContextInput = {
53555
53555
  nodeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
53556
53556
  recursionDepth?: InputMaybe<Scalars['Int']['input']>;
53557
53557
  sessionId?: InputMaybe<Scalars['String']['input']>;
53558
+ useSemanticRanking?: InputMaybe<Scalars['Boolean']['input']>;
53558
53559
  weightVersion?: InputMaybe<Scalars['String']['input']>;
53559
53560
  };
53560
53561
  export type GraphInferenceGetJiraEntityContextResponse = {