@forge/cli-shared

8.17.1-next.38.17.1-next.4
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+140−8
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -5777,9 +5777,9 @@
 export declare type AgentWorkspaceEligibleGroup = {
     __typename?: 'AgentWorkspaceEligibleGroup';
     group?: Maybe<IdentityGroup>;
     groupAri: Scalars['ID']['output'];
-    membersPreview: AgentWorkspaceGroupMembersPreview;
+    members: Array<AgentWorkspaceGroupMember>;
 };
 export declare type AgentWorkspaceEligibleGroupsPayload = {
     __typename?: 'AgentWorkspaceEligibleGroupsPayload';
     eligibleGroups: Array<AgentWorkspaceEligibleGroup>;
@@ -5797,18 +5797,13 @@
     errors?: Maybe<Array<AgentWorkspaceEligibilityError>>;
     rankedAgents?: Maybe<Array<AgentWorkspaceRankedAgent>>;
     success: Scalars['Boolean']['output'];
 };
-export declare type AgentWorkspaceGroupMemberPreview = {
-    __typename?: 'AgentWorkspaceGroupMemberPreview';
+export declare type AgentWorkspaceGroupMember = {
+    __typename?: 'AgentWorkspaceGroupMember';
     accountId: Scalars['String']['output'];
     user?: Maybe<User>;
 };
-export declare type AgentWorkspaceGroupMembersPreview = {
-    __typename?: 'AgentWorkspaceGroupMembersPreview';
-    hasMoreMembers: Scalars['Boolean']['output'];
-    members: Array<AgentWorkspaceGroupMemberPreview>;
-};
 export declare type AgentWorkspaceGroupTooLarge = {
     __typename?: 'AgentWorkspaceGroupTooLarge';
     group?: Maybe<IdentityGroup>;
     groupAri: Scalars['ID']['output'];
@@ -33707,8 +33702,25 @@
     __typename?: 'CplsDeleteAllSuggestionsForUserPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type CplsDeleteContributionSuggestionForUserInput = {
+    contributions: Array<CplsDeleteContributionSuggestionInput>;
+    scopeId: Scalars['ID']['input'];
+};
+export declare type CplsDeleteContributionSuggestionInput = {
+    contributorDataId: Scalars['ID']['input'];
+    endDate: Scalars['Date']['input'];
+    startDate: Scalars['Date']['input'];
+    workId: Scalars['ID']['input'];
+};
+export declare type CplsDeleteContributionSuggestionsPayload = Payload & {
+    __typename?: 'CplsDeleteContributionSuggestionsPayload';
+    contributors?: Maybe<Array<Maybe<CplsContributorEdge>>>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    works?: Maybe<Array<Maybe<CplsWorkEdge>>>;
+};
 export declare type CplsDeleteContributorScopeAssociationInput = {
     cloudId: Scalars['ID']['input'];
     contributorDataIds: Array<Scalars['ID']['input']>;
     scopeId: Scalars['ID']['input'];
@@ -33718,8 +33730,18 @@
     errors?: Maybe<Array<MutationError>>;
     ids?: Maybe<Array<Scalars['ID']['output']>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type CplsDeleteContributorScopeAssociationSuggestionForUserInput = {
+    contributorDataIds: Array<Scalars['ID']['input']>;
+    scopeId: Scalars['ID']['input'];
+};
+export declare type CplsDeleteContributorScopeAssociationSuggestionPayload = Payload & {
+    __typename?: 'CplsDeleteContributorScopeAssociationSuggestionPayload';
+    errors?: Maybe<Array<MutationError>>;
+    ids?: Maybe<Array<Scalars['ID']['output']>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type CplsDeleteContributorWorkAssociationInput = {
     cloudId: Scalars['ID']['input'];
     contributorWorkAssociations: Array<CplsContributorWorkAssociation>;
 };
@@ -33736,8 +33758,26 @@
 };
 export declare type CplsDeleteContributorWorkAssociationPayloadWorksByScopeArgs = {
     scopeId: Scalars['ID']['input'];
 };
+export declare type CplsDeleteContributorWorkAssociationSuggestionForUserInput = {
+    contributorWorkAssociations: Array<CplsContributorWorkAssociation>;
+    scopeId: Scalars['ID']['input'];
+};
+export declare type CplsDeleteContributorWorkAssociationSuggestionPayload = Payload & {
+    __typename?: 'CplsDeleteContributorWorkAssociationSuggestionPayload';
+    contributorsByScope?: Maybe<Array<Maybe<CplsContributor>>>;
+    errors?: Maybe<Array<MutationError>>;
+    ids?: Maybe<Array<Scalars['ID']['output']>>;
+    success: Scalars['Boolean']['output'];
+    worksByScope?: Maybe<Array<Maybe<CplsWork>>>;
+};
+export declare type CplsDeleteContributorWorkAssociationSuggestionPayloadContributorsByScopeArgs = {
+    scopeId: Scalars['ID']['input'];
+};
+export declare type CplsDeleteContributorWorkAssociationSuggestionPayloadWorksByScopeArgs = {
+    scopeId: Scalars['ID']['input'];
+};
 export declare type CplsDeleteWorkScopeAssociationsInput = {
     cloudId: Scalars['ID']['input'];
     scopeId: Scalars['ID']['input'];
     workDataIds: Array<Scalars['ID']['input']>;
@@ -123513,8 +123553,18 @@
     __typename?: 'JiraSetTimelineHighlightedReleasesPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type JiraSetTimelineSearchFiltersInput = {
+    additionalJql?: InputMaybe<Scalars['String']['input']>;
+    filters?: InputMaybe<JiraTimelineSearchFilterInput>;
+    viewId: Scalars['ID']['input'];
+};
+export declare type JiraSetTimelineSearchFiltersPayload = Payload & {
+    __typename?: 'JiraSetTimelineSearchFiltersPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JiraSetTimelineViewFieldSetsInput = {
     fieldSetIds: Array<Scalars['String']['input']>;
     viewId: Scalars['ID']['input'];
 };
@@ -125033,9 +125083,15 @@
     isSprintsFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
     isUserBoardAdmin?: Maybe<Scalars['Boolean']['output']>;
     rankIssueSupported?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare type JiraTimelineSearchFilterInput = {
+    customFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+    quickFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
 export declare type JiraTimelineStaticViewInput = {
+    hideDependencies?: InputMaybe<Scalars['Boolean']['input']>;
+    hideReleases?: InputMaybe<Scalars['Boolean']['input']>;
     hideWarnings?: InputMaybe<Scalars['Boolean']['input']>;
     rangeMode?: InputMaybe<JiraTimelineViewRangeMode>;
 };
 export declare type JiraTimelineView = JiraFieldSetsViewMetadata & JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
@@ -141709,10 +141765,13 @@
     cpls_createCustomContributionTarget?: Maybe<CplsCreateCustomContributionTargetPayload>;
     cpls_createCustomContributionTargetWithWorkAssociation?: Maybe<CplsCreateCustomContributionTargetWithWorkAssociationPayload>;
     cpls_createSuggestions?: Maybe<CplsCreateSuggestionsPayload>;
     cpls_deleteAllSuggestionsForUser?: Maybe<CplsDeleteAllSuggestionsForUserPayload>;
+    cpls_deleteContributionSuggestionForUser?: Maybe<CplsDeleteContributionSuggestionsPayload>;
     cpls_deleteContributorScopeAssociation?: Maybe<CplsDeleteContributorScopeAssociationPayload>;
+    cpls_deleteContributorScopeAssociationSuggestionForUser?: Maybe<CplsDeleteContributorScopeAssociationSuggestionPayload>;
     cpls_deleteContributorWorkAssociation?: Maybe<CplsDeleteContributorWorkAssociationPayload>;
+    cpls_deleteContributorWorkAssociationSuggestionForUser?: Maybe<CplsDeleteContributorWorkAssociationSuggestionPayload>;
     cpls_deleteWorkScopeAssociations?: Maybe<CplsDeleteWorkScopeAssociationsPayload>;
     cpls_importCapacityData?: Maybe<CplsImportCapacityDataPayload>;
     cpls_updateCustomContributionTarget?: Maybe<CplsUpdateCustomContributionTargetPayload>;
     cpls_updateFilters?: Maybe<CplsUpdateFiltersPayload>;
@@ -142057,8 +142116,9 @@
     jira_setLogo?: Maybe<JiraSetLogoPayload>;
     jira_setShowUnscheduledIssuesCalendarPanel?: Maybe<JiraShowUnscheduledIssuesCalendarMutationPayload>;
     jira_setTimelineBarColorMode?: Maybe<JiraSetTimelineBarColorModePayload>;
     jira_setTimelineHighlightedReleases?: Maybe<JiraSetTimelineHighlightedReleasesPayload>;
+    jira_setTimelineSearchFilters?: Maybe<JiraSetTimelineSearchFiltersPayload>;
     jira_setTimelineViewFieldSets?: Maybe<JiraSetTimelineViewFieldSetsPayload>;
     jira_setTimelineViewHideDependencies?: Maybe<JiraSetTimelineViewHideDependenciesPayload>;
     jira_setTimelineViewHideReleases?: Maybe<JiraSetTimelineViewHideReleasesPayload>;
     jira_setTimelineViewHideWarnings?: Maybe<JiraSetTimelineViewHideWarningsPayload>;
@@ -143942,14 +144002,23 @@
 };
 export declare type MutationCpls_DeleteAllSuggestionsForUserArgs = {
     input: CplsDeleteAllSuggestionsForUserInput;
 };
+export declare type MutationCpls_DeleteContributionSuggestionForUserArgs = {
+    input: CplsDeleteContributionSuggestionForUserInput;
+};
 export declare type MutationCpls_DeleteContributorScopeAssociationArgs = {
     input: CplsDeleteContributorScopeAssociationInput;
 };
+export declare type MutationCpls_DeleteContributorScopeAssociationSuggestionForUserArgs = {
+    input: CplsDeleteContributorScopeAssociationSuggestionForUserInput;
+};
 export declare type MutationCpls_DeleteContributorWorkAssociationArgs = {
     input: CplsDeleteContributorWorkAssociationInput;
 };
+export declare type MutationCpls_DeleteContributorWorkAssociationSuggestionForUserArgs = {
+    input: CplsDeleteContributorWorkAssociationSuggestionForUserInput;
+};
 export declare type MutationCpls_DeleteWorkScopeAssociationsArgs = {
     input: CplsDeleteWorkScopeAssociationsInput;
 };
 export declare type MutationCpls_ImportCapacityDataArgs = {
@@ -145076,8 +145145,11 @@
 export declare type MutationJira_SetTimelineHighlightedReleasesArgs = {
     cloudId: Scalars['ID']['input'];
     input: JiraSetTimelineHighlightedReleasesInput;
 };
+export declare type MutationJira_SetTimelineSearchFiltersArgs = {
+    input: JiraSetTimelineSearchFiltersInput;
+};
 export declare type MutationJira_SetTimelineViewFieldSetsArgs = {
     input: JiraSetTimelineViewFieldSetsInput;
 };
 export declare type MutationJira_SetTimelineViewHideDependenciesArgs = {
@@ -150626,8 +150698,9 @@
     stakeholderComms_testAPIPremiumPlusOnly?: Maybe<Scalars['String']['output']>;
     stakeholderComms_testAPIStandardPlusOnly?: Maybe<Scalars['String']['output']>;
     stakeholderComms_unifiedSearch?: Maybe<StakeholderCommsUnifiedSearchResults>;
     stalePages?: Maybe<PaginatedStalePagePayloadList>;
+    studio_solutionPlan?: Maybe<StudioSolutionPlan>;
     suggest?: Maybe<QuerySuggestionApi>;
     suggestedSpaces?: Maybe<PaginatedSpaceList>;
     supportInquiry_channelsIdentityHash?: Maybe<Scalars['String']['output']>;
     supportInquiry_channelsIdentityHashByClientName?: Maybe<Scalars['String']['output']>;
@@ -155655,8 +155728,13 @@
     pageStatus?: InputMaybe<StalePageStatus>;
     sort?: InputMaybe<StalePagesSortingType>;
     spaceId: Scalars['ID']['input'];
 };
+export declare type QueryStudio_SolutionPlanArgs = {
+    solutionId: Scalars['String']['input'];
+    solutionVersion: Scalars['Int']['input'];
+    workspaceId: Scalars['ID']['input'];
+};
 export declare type QuerySuggestedSpacesArgs = {
     connections?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
     limit?: InputMaybe<Scalars['Int']['input']>;
     start?: InputMaybe<Scalars['Int']['input']>;
@@ -182398,8 +182476,62 @@
     Dropdown = "DROPDOWN",
     Paragraph = "PARAGRAPH",
     Text = "TEXT"
 }
+export declare type StudioBuild = {
+    __typename?: 'StudioBuild';
+    buildId?: Maybe<Scalars['UUID']['output']>;
+    dependencies?: Maybe<Array<Maybe<Scalars['Int']['output']>>>;
+    number?: Maybe<Scalars['Int']['output']>;
+    overview?: Maybe<Scalars['String']['output']>;
+    specification?: Maybe<StudioBuildSpecification>;
+    state?: Maybe<StudioBuildState>;
+    type?: Maybe<StudioBuildType>;
+};
+export declare type StudioBuildSpecification = {
+    __typename?: 'StudioBuildSpecification';
+    details?: Maybe<Scalars['String']['output']>;
+};
+export declare enum StudioBuildState {
+    Failed = "FAILED",
+    InProgress = "IN_PROGRESS",
+    Success = "SUCCESS",
+    Waiting = "WAITING"
+}
+export declare enum StudioBuildType {
+    AutomationRule = "AUTOMATION_RULE",
+    EcosystemApp = "ECOSYSTEM_APP",
+    RovoAgent = "ROVO_AGENT"
+}
+export declare type StudioBuilds = {
+    __typename?: 'StudioBuilds';
+    sequence?: Maybe<Array<Maybe<StudioBuild>>>;
+};
+export declare enum StudioPlanState {
+    Completed = "COMPLETED",
+    Disabled = "DISABLED",
+    Draft = "DRAFT",
+    Failed = "FAILED",
+    InProgress = "IN_PROGRESS"
+}
+export declare type StudioSolutionPlan = {
+    __typename?: 'StudioSolutionPlan';
+    builds?: Maybe<StudioBuilds>;
+    conversationId?: Maybe<Scalars['UUID']['output']>;
+    createdAt?: Maybe<Scalars['DateTime']['output']>;
+    createdBy?: Maybe<User>;
+    currentBuildNumber?: Maybe<Scalars['Int']['output']>;
+    name?: Maybe<Scalars['String']['output']>;
+    numBuilds?: Maybe<Scalars['Int']['output']>;
+    planId?: Maybe<Scalars['UUID']['output']>;
+    solutionId?: Maybe<Scalars['UUID']['output']>;
+    solutionVersion?: Maybe<Scalars['Int']['output']>;
+    spaceId?: Maybe<Scalars['UUID']['output']>;
+    state?: Maybe<StudioPlanState>;
+    updatedAt?: Maybe<Scalars['DateTime']['output']>;
+    updatedBy?: Maybe<User>;
+    workspaceId: Scalars['ID']['output'];
+};
 export declare type SubjectKey = {
     __typename?: 'SubjectKey';
     confluencePerson?: Maybe<ConfluencePerson>;
     confluencePrincipalType: ConfluencePrincipalType;