npm package diff

Package: @forge/cli-shared

Versions: 8.9.0-next.13 - 8.9.0-next.13-experimental-f85d28a

File: package/out/graphql/graphql-types.d.ts

Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -83144,8 +83144,21 @@
     background?: Maybe<JiraCustomBackground>;
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type JiraUpdateCustomFieldInput = {
+    description?: InputMaybe<Scalars['String']['input']>;
+    fieldId: Scalars['String']['input'];
+    formatConfig?: InputMaybe<JiraFieldFormatConfigInput>;
+    name: Scalars['String']['input'];
+    searcherKey?: InputMaybe<Scalars['String']['input']>;
+};
+export declare type JiraUpdateCustomFieldPayload = Payload & {
+    __typename?: 'JiraUpdateCustomFieldPayload';
+    errors?: Maybe<Array<MutationError>>;
+    field?: Maybe<JiraIssueFieldConfig>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JiraUpdateCustomFilterDetailsInput = {
     description?: InputMaybe<Scalars['String']['input']>;
     editGrants: Array<InputMaybe<JiraShareableEntityEditGrantInput>>;
     id: Scalars['ID']['input'];
@@ -94463,8 +94476,9 @@
     admin_updateInvitePolicy?: Maybe<AdminUpdateInvitePolicyResponsePayload>;
     agentStudio_addGroupsToCreatePermission?: Maybe<AgentStudioAddGroupsToCreatePermissionPayload>;
     agentStudio_cancelBatchEvaluationJobRun?: Maybe<AgentStudioBatchEvalRunJobPayload>;
     agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
+    agentStudio_createAndRunBatchEvaluationJob?: Maybe<AgentStudioBatchEvalRunJobPayload>;
     agentStudio_createBatchEvaluationJob: AgentStudioCreateBatchEvaluationJobPayload;
     agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
     agentStudio_deleteAgent?: Maybe<AgentStudioDeleteAgentPayload>;
     agentStudio_deleteDataset: AgentStudioDeleteDatasetPayload;
@@ -94939,8 +94953,9 @@
     jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
     jira_trashCustomFields?: Maybe<JiraTrashCustomFieldsPayload>;
     jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
     jira_unarchiveIssue?: Maybe<JiraIssueUnarchivePayload>;
+    jira_updateCustomField?: Maybe<JiraUpdateCustomFieldPayload>;
     jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
     jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
     jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
     jira_updateIssueSearchFormattingRule?: Maybe<JiraUpdateIssueSearchFormattingRulePayload>;
@@ -95327,8 +95342,14 @@
 export declare type MutationAgentStudio_CreateAgentArgs = {
     cloudId: Scalars['String']['input'];
     input: AgentStudioCreateAgentInput;
 };
+export declare type MutationAgentStudio_CreateAndRunBatchEvaluationJobArgs = {
+    cloudId: Scalars['String']['input'];
+    input: AgentStudioCreateBatchEvaluationJobInput;
+    productType: AgentStudioProductType;
+    projectContainerAri: Scalars['ID']['input'];
+};
 export declare type MutationAgentStudio_CreateBatchEvaluationJobArgs = {
     cloudId: Scalars['String']['input'];
     input: AgentStudioCreateBatchEvaluationJobInput;
     productType: AgentStudioProductType;
@@ -96987,8 +97008,12 @@
 };
 export declare type MutationJira_UnarchiveIssueArgs = {
     input: JiraIssueUnarchiveInput;
 };
+export declare type MutationJira_UpdateCustomFieldArgs = {
+    cloudId: Scalars['ID']['input'];
+    input: JiraUpdateCustomFieldInput;
+};
 export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs = {
     cloudId: Scalars['ID']['input'];
     input: JiraFieldToFieldConfigSchemeAssociationsInput;
 };
@@ -100805,8 +100830,9 @@
     agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
     agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
     agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
     agentStudio_agentByIdentityAccountId?: Maybe<AgentStudioAgentResult>;
+    agentStudio_agentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
     agentStudio_batchEvaluationJob?: Maybe<AgentStudioBatchEvaluationJob>;
     agentStudio_batchEvaluationJobsResult: AgentStudioBatchEvaluationJobsResult;
     agentStudio_batchEvaluationResults: AgentStudioEvaluationResultsResult;
     agentStudio_batchEvaluationSummary?: Maybe<AgentStudioEvaluationSummary>;
@@ -100816,9 +100842,8 @@
     agentStudio_datasets: AgentStudioDatasetsResult;
     agentStudio_evaluationProject?: Maybe<AgentStudioBatchEvaluationProject>;
     agentStudio_getAgentActorRoles?: Maybe<AgentStudioActorRoles>;
     agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
-    agentStudio_getAgentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
     agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
     agentStudio_getCreateAgentPermissions?: Maybe<AgentStudioAgentCreatePermissionsConnection>;
     agentStudio_getToolsByIdAndSource?: Maybe<Array<AgentStudioTool>>;
     agentStudio_getWidgetContainersByAgentId?: Maybe<AgentStudioWidgetContainersByAgentIdResult>;
@@ -101215,8 +101240,9 @@
     globalSpaceConfiguration?: Maybe<GlobalSpaceConfiguration>;
     goals_appSettings?: Maybe<TownsquareGoalsAppSettings>;
     goals_byId?: Maybe<TownsquareGoal>;
     goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
+    goals_goalTypeById?: Maybe<TownsquareGoalType>;
     goals_metricSearch?: Maybe<TownsquareMetricConnection>;
     goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
     goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
     goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
@@ -101826,8 +101852,11 @@
 export declare type QueryAgentStudio_AgentByIdentityAccountIdArgs = {
     cloudId: Scalars['String']['input'];
     id: Scalars['ID']['input'];
 };
+export declare type QueryAgentStudio_AgentsByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type QueryAgentStudio_BatchEvaluationJobArgs = {
     cloudId: Scalars['String']['input'];
     jobId: Scalars['ID']['input'];
     productType: AgentStudioProductType;
@@ -101900,11 +101929,8 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     input?: InputMaybe<AgentStudioAgentQueryInput>;
     product?: InputMaybe<Scalars['String']['input']>;
 };
-export declare type QueryAgentStudio_GetAgentsByIdsArgs = {
-    ids: Array<Scalars['ID']['input']>;
-};
 export declare type QueryAgentStudio_GetByExternalReferenceArgs = {
     cloudId: Scalars['String']['input'];
     externalReference: Scalars['String']['input'];
 };
@@ -103729,8 +103755,11 @@
 };
 export declare type QueryGoals_ByIdsArgs = {
     goalIds: Array<Scalars['ID']['input']>;
 };
+export declare type QueryGoals_GoalTypeByIdArgs = {
+    goalTypeId: Scalars['ID']['input'];
+};
 export declare type QueryGoals_MetricSearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     containerId: Scalars['ID']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;