@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
|
@@ -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 = {
|