@forge/cli-shared 8.23.0-next.7 → 8.23.0-next.8
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
|
@@ -36474,11 +36474,6 @@ export declare type CplsSearchCustomContributionTargetsInput = {
|
|
|
36474
36474
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
36475
36475
|
};
|
|
36476
36476
|
export declare type CplsSettings = CplsPlanSettings | QueryError;
|
|
36477
|
-
export declare type CplsSuggestionsExistencePayload = {
|
|
36478
|
-
__typename?: 'CplsSuggestionsExistencePayload';
|
|
36479
|
-
hasSuggestions: Scalars['Boolean']['output'];
|
|
36480
|
-
scopeId: Scalars['ID']['output'];
|
|
36481
|
-
};
|
|
36482
36477
|
export declare type CplsTimeCell = {
|
|
36483
36478
|
__typename?: 'CplsTimeCell';
|
|
36484
36479
|
endDate: Scalars['Date']['output'];
|
|
@@ -128738,6 +128733,7 @@ export declare type JiraQuery = {
|
|
|
128738
128733
|
jiraWorkItemJourneys?: Maybe<JiraJourneyConnection>;
|
|
128739
128734
|
jira_recommendedAgents?: Maybe<JiraActorConnection>;
|
|
128740
128735
|
jira_semanticAgentRecommender?: Maybe<JiraSemanticAgentRecommenderConnection>;
|
|
128736
|
+
jira_semanticAgentRecommenderV2?: Maybe<JiraActorConnection>;
|
|
128741
128737
|
jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
|
|
128742
128738
|
jpdGlobalViewFields?: Maybe<JiraPolarisGlobalViewFields>;
|
|
128743
128739
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
@@ -129606,6 +129602,12 @@ export declare type JiraQueryJira_SemanticAgentRecommenderArgs = {
|
|
|
129606
129602
|
text: Scalars['String']['input'];
|
|
129607
129603
|
threshold?: InputMaybe<Scalars['Float']['input']>;
|
|
129608
129604
|
};
|
|
129605
|
+
export declare type JiraQueryJira_SemanticAgentRecommenderV2Args = {
|
|
129606
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
129607
|
+
cloudId: Scalars['ID']['input'];
|
|
129608
|
+
contextAri: Scalars['ID']['input'];
|
|
129609
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129610
|
+
};
|
|
129609
129611
|
export declare type JiraQueryJpdDeliveryIssueLinkTypeIdArgs = {
|
|
129610
129612
|
cloudId: Scalars['ID']['input'];
|
|
129611
129613
|
};
|
|
@@ -152204,11 +152206,8 @@ export declare type MercuryProviderOrchestrationQueryApiSearchWorkByBenefitItemA
|
|
|
152204
152206
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
152205
152207
|
benefitItemId: Scalars['ID']['input'];
|
|
152206
152208
|
cloudId: Scalars['ID']['input'];
|
|
152207
|
-
filter?: InputMaybe<MercuryProviderWorkSearchFilters>;
|
|
152208
152209
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
152209
|
-
providerKey?: InputMaybe<Scalars['String']['input']>;
|
|
152210
152210
|
textQuery?: InputMaybe<Scalars['String']['input']>;
|
|
152211
|
-
workContainerAri?: InputMaybe<Scalars['String']['input']>;
|
|
152212
152211
|
};
|
|
152213
152212
|
export declare type MercuryProviderOrchestrationQueryApiSearchWorkByChangeProposalArgs = {
|
|
152214
152213
|
after?: InputMaybe<Scalars['String']['input']>;
|