@forge/cli-shared
8.15.1-next.48.15.1-next.4-experimental-e5e0b64
out/graphql/graphql-types.d.tsout/graphql/graphql-types.d.ts+155−3
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -551,12 +551,13 @@
chart: AvpChartInput;
cloudId: Scalars['ID']['input'];
containerAri?: InputMaybe<Scalars['ID']['input']>;
integrationId?: InputMaybe<AvpIntegrationId>;
- workspaceId: Scalars['ID']['input'];
+ workspaceId?: InputMaybe<Scalars['ID']['input']>;
};
export declare type AvpCreateStandaloneChartPayload = Payload & {
__typename?: 'AVPCreateStandaloneChartPayload';
+ avpVizUrl?: Maybe<Scalars['String']['output']>;
chart?: Maybe<AvpChart>;
dashboard?: Maybe<AvpDashboard>;
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
@@ -582,8 +583,9 @@
envVars?: Maybe<Array<AvpEnvVar>>;
fromTemplate?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
isReadOnly?: Maybe<Scalars['Boolean']['output']>;
+ isWrapper?: Maybe<Scalars['Boolean']['output']>;
settings?: Maybe<AvpDashboardSettings>;
status?: Maybe<AvpDashboardStatus>;
templateVersion?: Maybe<Scalars['Int']['output']>;
title?: Maybe<Scalars['String']['output']>;
@@ -1910,8 +1912,16 @@
__typename?: 'AdminAssignRoleResponsePayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
+export declare type AdminAuditLogContainer = {
+ id: Scalars['ID']['input'];
+ type: AdminAuditLogContainerType;
+};
+export declare enum AdminAuditLogContainerType {
+ Org = "ORG",
+ Site = "SITE"
+}
export declare type AdminAuditLogDetailedEventLocation = {
__typename?: 'AdminAuditLogDetailedEventLocation';
cityName?: Maybe<Scalars['String']['output']>;
countryName?: Maybe<Scalars['String']['output']>;
@@ -4205,8 +4215,17 @@
displayName: Scalars['String']['output'];
id: Scalars['ID']['output'];
teamNames: Array<Scalars['String']['output']>;
};
+export declare type AgentWorkspaceAgentAvailability = {
+ __typename?: 'AgentWorkspaceAgentAvailability';
+ agentId: Scalars['ID']['output'];
+ agentName: Scalars['String']['output'];
+ status: AgentWorkspaceAvailabilityStatus;
+ teamIds: Array<Scalars['ID']['output']>;
+ teamNames: Array<Scalars['String']['output']>;
+ updatedAt: Scalars['DateTime']['output'];
+};
export declare type AgentWorkspaceAgentShifts = {
__typename?: 'AgentWorkspaceAgentShifts';
agent: AgentWorkspaceAgent;
hasShifts: Scalars['Boolean']['output'];
@@ -4217,8 +4236,41 @@
__typename?: 'AgentWorkspaceAgentShiftsEdge';
cursor: Scalars['String']['output'];
node: AgentWorkspaceAgentShifts;
};
+export declare type AgentWorkspaceAvailabilityConnection = {
+ __typename?: 'AgentWorkspaceAvailabilityConnection';
+ nodes: Array<AgentWorkspaceAgentAvailability>;
+ pageInfo: AgentWorkspaceAvailabilityPageInfo;
+ summary: AgentWorkspaceAvailabilitySummary;
+};
+export declare type AgentWorkspaceAvailabilityInput = {
+ agentIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+ page?: InputMaybe<Scalars['Int']['input']>;
+ pageSize?: InputMaybe<Scalars['Int']['input']>;
+ projectId: Scalars['ID']['input'];
+ statuses?: InputMaybe<Array<AgentWorkspaceAvailabilityStatus>>;
+ teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
+export declare type AgentWorkspaceAvailabilityPageInfo = {
+ __typename?: 'AgentWorkspaceAvailabilityPageInfo';
+ currentPage: Scalars['Int']['output'];
+ hasNextPage: Scalars['Boolean']['output'];
+ hasPreviousPage: Scalars['Boolean']['output'];
+ pageSize: Scalars['Int']['output'];
+ totalCount: Scalars['Int']['output'];
+ totalPages: Scalars['Int']['output'];
+};
+export declare enum AgentWorkspaceAvailabilityStatus {
+ Available = "AVAILABLE",
+ OnBreak = "ON_BREAK"
+}
+export declare type AgentWorkspaceAvailabilitySummary = {
+ __typename?: 'AgentWorkspaceAvailabilitySummary';
+ activeAgents: Scalars['Int']['output'];
+ onBreak: Scalars['Int']['output'];
+ onDuty: Scalars['Int']['output'];
+};
export declare type AgentWorkspaceCreateScheduleInput = {
agentIds: Array<Scalars['ID']['input']>;
description?: InputMaybe<Scalars['String']['input']>;
effectiveUntil?: InputMaybe<Scalars['DateTime']['input']>;
@@ -21456,9 +21508,9 @@
export declare type ConfluencePrincipal = {
__typename?: 'ConfluencePrincipal';
avatar?: Maybe<Scalars['String']['output']>;
displayName: Scalars['String']['output'];
- effectivePermission: ConfluencePermission;
+ effectivePermission?: Maybe<ConfluencePermission>;
explicitPermission: ConfluencePermission;
hasSpaceEditPermission?: Maybe<Scalars['Boolean']['output']>;
hasSpaceViewPermission?: Maybe<Scalars['Boolean']['output']>;
principalId: Scalars['ID']['output'];
@@ -40895,8 +40947,9 @@
focusAreaHasStatusUpdate?: Maybe<GraphStoreSimplifiedFocusAreaHasStatusUpdateConnection>;
focusAreaHasStatusUpdateBatch?: Maybe<GraphStoreBatchFocusAreaHasStatusUpdateConnection>;
focusAreaHasStatusUpdateInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasStatusUpdateInverseConnection>;
focusAreaHasStatusUpdateInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasStatusUpdateConnection>;
+ focusAreaHasThirdPartyDocumentInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseConnection>;
focusAreaHasWatcher?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherConnection>;
focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
@@ -43356,8 +43409,16 @@
ids: Array<Scalars['ID']['input']>;
queryContext?: InputMaybe<Scalars['String']['input']>;
sort?: InputMaybe<GraphStoreFocusAreaHasStatusUpdateSortInput>;
};
+export declare type GraphStoreFocusAreaHasThirdPartyDocumentInverseArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ queryContext?: InputMaybe<Scalars['String']['input']>;
+ sort?: InputMaybe<GraphStoreFocusAreaHasThirdPartyDocumentSortInput>;
+};
export declare type GraphStoreFocusAreaHasWatcherArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -51843,8 +51904,11 @@
};
export declare type GraphStoreFocusAreaHasStatusUpdateSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
+export declare type GraphStoreFocusAreaHasThirdPartyDocumentSortInput = {
+ lastModified?: InputMaybe<GraphStoreSortInput>;
+};
export declare type GraphStoreFocusAreaHasWatcherSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
@@ -59206,8 +59270,22 @@
node?: Maybe<GraphStoreSimplifiedFocusAreaHasStatusUpdateInverseUnion>;
};
export declare type GraphStoreSimplifiedFocusAreaHasStatusUpdateInverseUnion = MercuryFocusArea;
export declare type GraphStoreSimplifiedFocusAreaHasStatusUpdateUnion = MercuryFocusAreaStatusUpdate;
+export declare type GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseEdge = {
+ __typename?: 'GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseUnion>;
+};
+export declare type GraphStoreSimplifiedFocusAreaHasThirdPartyDocumentInverseUnion = MercuryFocusArea;
export declare type GraphStoreSimplifiedFocusAreaHasWatcherConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedFocusAreaHasWatcherConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasWatcherEdge>>>;
pageInfo: PageInfo;
@@ -68088,8 +68166,9 @@
focusFocusAreaHasExternalPosition?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasExternalPositionConnection>;
focusFocusAreaHasExternalPositionInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasExternalPositionInverseConnection>;
focusFocusAreaHasFocusFocusAreaStatusUpdate?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasFocusFocusAreaStatusUpdateConnection>;
focusFocusAreaHasFocusFocusAreaStatusUpdateInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasFocusFocusAreaStatusUpdateInverseConnection>;
+ focusFocusAreaHasThirdPartyDocumentInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseConnection>;
focusFocusAreaHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityConnection>;
focusFocusAreaHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityInverseConnection>;
jiraEpicTracksAtlassianProject?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectConnection>;
jiraEpicTracksAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectInverseConnection>;
@@ -71495,8 +71574,15 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreV2FocusFocusAreaHasFocusFocusAreaStatusUpdateSortInput>;
};
+export declare type GraphStoreV2FocusFocusAreaHasThirdPartyDocumentInverseArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreV2FocusFocusAreaHasThirdPartyDocumentSortInput>;
+};
export declare type GraphStoreV2FocusFocusAreaHasWorkEntityArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -74536,8 +74622,11 @@
};
export declare type GraphStoreV2FocusFocusAreaHasFocusFocusAreaStatusUpdateSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
+export declare type GraphStoreV2FocusFocusAreaHasThirdPartyDocumentSortInput = {
+ lastModified?: InputMaybe<GraphStoreSortInput>;
+};
export declare type GraphStoreV2FocusFocusAreaHasWorkEntitySortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreV2JiraEpicTracksAtlassianProjectSortInput = {
@@ -82528,8 +82617,22 @@
node?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasFocusFocusAreaStatusUpdateInverseUnion>;
};
export declare type GraphStoreV2SimplifiedFocusFocusAreaHasFocusFocusAreaStatusUpdateInverseUnion = MercuryFocusArea;
export declare type GraphStoreV2SimplifiedFocusFocusAreaHasFocusFocusAreaStatusUpdateUnion = MercuryFocusAreaStatusUpdate;
+export declare type GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseConnection = HasPageInfo & {
+ __typename?: 'GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseEdge = {
+ __typename?: 'GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseUnion>;
+};
+export declare type GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseUnion = MercuryFocusArea;
export declare type GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityConnection = HasPageInfo & {
__typename?: 'GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityConnection';
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityEdge>>>;
pageInfo: PageInfo;
@@ -85565,8 +85668,9 @@
__typename?: 'GrowthUnifiedProfileConfluenceUserActivityContext';
r28PageDwells?: Maybe<Scalars['Int']['output']>;
};
export declare type GrowthUnifiedProfileCreateEntitlementProfileInput = {
+ autoProvisioningEditionParityDialogDismissed?: InputMaybe<Scalars['Boolean']['input']>;
entitlementId: Scalars['ID']['input'];
firstProductOnSite?: InputMaybe<Scalars['Boolean']['input']>;
trial?: InputMaybe<GrowthUnifiedProfileEntitlementContextTrialInput>;
};
@@ -85626,8 +85730,9 @@
trialType?: Maybe<GrowthUnifiedProfileTrialType>;
};
export declare type GrowthUnifiedProfileEntitlementProfileResult = {
__typename?: 'GrowthUnifiedProfileEntitlementProfileResult';
+ autoProvisioningEditionParityDialogDismissed?: Maybe<Scalars['Boolean']['output']>;
entitlementId: Scalars['ID']['output'];
firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
lastKnownTrial?: Maybe<GrowthUnifiedProfileEntitlementContextTrialResult>;
paidFeatureUsage: Array<GrowthUnifiedProfilePaidFeatureUsageResult>;
@@ -91366,8 +91471,11 @@
};
export declare type JiraBoardViewGroupByConfigArgs = {
settings?: InputMaybe<JiraBoardViewSettings>;
};
+export declare type JiraBoardViewGroupByOptionsArgs = {
+ settings?: InputMaybe<JiraBoardViewSettings>;
+};
export declare type JiraBoardViewIsEmptyArgs = {
settings?: InputMaybe<JiraBoardViewSettings>;
};
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
@@ -91533,8 +91641,9 @@
};
export declare type JiraBoardViewSettings = {
filterJql?: InputMaybe<Scalars['String']['input']>;
groupBy?: InputMaybe<Scalars['String']['input']>;
+ swimlanesSupported?: InputMaybe<Scalars['Boolean']['input']>;
textSearch?: InputMaybe<Scalars['String']['input']>;
};
export declare type JiraBoardViewStatus = {
__typename?: 'JiraBoardViewStatus';
@@ -95395,8 +95504,9 @@
cursor?: Maybe<Scalars['String']['output']>;
node?: Maybe<JiraFieldSchemeAssociatedField>;
};
export declare type JiraFieldSchemeAssociatedFieldsInput = {
+ fieldTypeGroupsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
schemeId: Scalars['ID']['input'];
};
export declare type JiraFieldSchemeAvailableFieldsInput = {
@@ -123677,8 +123787,10 @@
agentStudio_updateScenarioMappingsForContainer?: Maybe<AgentStudioUpdateScenarioMappingsPayload>;
agentStudio_uploadDatasetCsv?: Maybe<AgentStudioBatchEvalUploadDatasetPayload>;
agentWorkspace_createSchedule?: Maybe<AgentWorkspaceCreateSchedulePayload>;
agentWorkspace_deleteSchedule?: Maybe<AgentWorkspaceDeleteSchedulePayload>;
+ agentWorkspace_endBreak?: Maybe<AgentWorkspaceAgentAvailability>;
+ agentWorkspace_startBreak?: Maybe<AgentWorkspaceAgentAvailability>;
agentWorkspace_updateSchedule?: Maybe<AgentWorkspaceUpdateSchedulePayload>;
appRecommendations?: Maybe<AppRecMutation>;
appStorage?: Maybe<AppStorageMutation>;
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
@@ -124283,8 +124395,9 @@
kitsune_createSection?: Maybe<KitsuneSection>;
kitsune_createSpace?: Maybe<KitsuneSpace>;
kitsune_generateFeedbackSummary?: Maybe<Scalars['Boolean']['output']>;
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
+ kitsune_removeSection?: Maybe<KitsuneSection>;
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
kitsune_updateFeedback?: Maybe<KitsuneFeedback>;
kitsune_updateSection?: Maybe<KitsuneSection>;
kitsune_updateSpace?: Maybe<KitsuneSpace>;
@@ -124861,8 +124974,14 @@
};
export declare type MutationAgentWorkspace_DeleteScheduleArgs = {
input: AgentWorkspaceDeleteScheduleInput;
};
+export declare type MutationAgentWorkspace_EndBreakArgs = {
+ agentId: Scalars['ID']['input'];
+};
+export declare type MutationAgentWorkspace_StartBreakArgs = {
+ agentId: Scalars['ID']['input'];
+};
export declare type MutationAgentWorkspace_UpdateScheduleArgs = {
input: AgentWorkspaceUpdateScheduleInput;
};
export declare type MutationAppStorage_AdminArgs = {
@@ -126992,8 +127111,11 @@
};
export declare type MutationKitsune_RemoveFeedbackArgs = {
feedbackAri: Scalars['ID']['input'];
};
+export declare type MutationKitsune_RemoveSectionArgs = {
+ sectionAri: Scalars['ID']['input'];
+};
export declare type MutationKitsune_SuggestSnippetsArgs = {
title: Scalars['String']['input'];
workspaceAri: Scalars['ID']['input'];
};
@@ -131028,8 +131150,9 @@
agentStudio_tools?: Maybe<AgentStudioToolsConnection>;
agentStudio_validateScenario?: Maybe<AgentStudioScenarioValidationPayload>;
agentStudio_validateScenarios?: Maybe<AgentStudioScenarioValidateModeOutput>;
agentStudio_widgetByContainerAri?: Maybe<AgentStudioWidgetByContainerAriResult>;
+ agentWorkspace_availability?: Maybe<AgentWorkspaceAvailabilityConnection>;
agentWorkspace_schedule?: Maybe<AgentWorkspaceSchedule>;
agentWorkspace_schedules?: Maybe<Array<AgentWorkspaceSchedule>>;
agentWorkspace_shifts?: Maybe<AgentWorkspaceShiftsConnection>;
aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
@@ -132058,12 +132181,12 @@
};
export declare type QueryAdmin_AuditLogEventsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
+ container: AdminAuditLogContainer;
first?: InputMaybe<Scalars['Int']['input']>;
input?: InputMaybe<AdminFetchAdminAuditLogEventsInput>;
last?: InputMaybe<Scalars['Int']['input']>;
- orgId: Scalars['ID']['input'];
};
export declare type QueryAdmin_CheckLicensesCapacityArgs = {
input: AdminLicenseInput;
orgId: Scalars['ID']['input'];
@@ -132451,8 +132574,11 @@
export declare type QueryAgentStudio_WidgetByContainerAriArgs = {
cloudId: Scalars['String']['input'];
containerAri: Scalars['ID']['input'];
};
+export declare type QueryAgentWorkspace_AvailabilityArgs = {
+ input: AgentWorkspaceAvailabilityInput;
+};
export declare type QueryAgentWorkspace_ScheduleArgs = {
projectId: Scalars['ID']['input'];
scheduleId: Scalars['ID']['input'];
};
@@ -157824,8 +157950,9 @@
InvalidAdfPointer = "INVALID_ADF_POINTER",
InvalidPointer = "INVALID_POINTER",
MaxFieldLength = "MAX_FIELD_LENGTH",
OverlappingRequestsForContentItem = "OVERLAPPING_REQUESTS_FOR_CONTENT_ITEM",
+ RedactionIdAlreadyExists = "REDACTION_ID_ALREADY_EXISTS",
TooManyRequestsPerContentItem = "TOO_MANY_REQUESTS_PER_CONTENT_ITEM",
Unknown = "UNKNOWN"
}
export declare enum ShepherdAlertSnippetRedactionStatus {
@@ -160596,8 +160723,9 @@
};
export declare type SpfCreatePlanScenarioInvestmentInput = {
committedEffort?: InputMaybe<Scalars['Int']['input']>;
committedOwnerId?: InputMaybe<Scalars['String']['input']>;
+ groupType?: InputMaybe<SpfPlanScenarioInvestmentGroupType>;
investmentId: Scalars['String']['input'];
planScenarioId: Scalars['ID']['input'];
};
export declare type SpfDeleteAskCommentInput = {
@@ -160782,8 +160910,9 @@
committedEffort?: Maybe<Scalars['Int']['output']>;
committedOwner?: Maybe<User>;
createdAt?: Maybe<Scalars['DateTime']['output']>;
createdBy?: Maybe<User>;
+ groupType?: Maybe<SpfPlanScenarioInvestmentGroupType>;
id: Scalars['ID']['output'];
investment?: Maybe<SpfInvestment>;
planScenarioId: Scalars['String']['output'];
updatedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -160799,8 +160928,12 @@
__typename?: 'SpfPlanScenarioInvestmentEdge';
cursor: Scalars['String']['output'];
node?: Maybe<SpfPlanScenarioInvestmentResult>;
};
+export declare enum SpfPlanScenarioInvestmentGroupType {
+ Prioritized = "PRIORITIZED",
+ Unprioritized = "UNPRIORITIZED"
+}
export declare type SpfPlanScenarioInvestmentResult = QueryError | SpfPlanScenarioInvestment;
export declare type SpfPlanScenarioResult = QueryError | SpfPlanScenario;
export declare enum SpfPlanScenarioStatus {
Draft = "DRAFT"
@@ -167732,8 +167865,9 @@
__typename?: 'TrelloAddLabelsToCardPayload';
card?: Maybe<TrelloCard>;
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
+ updatedCard?: Maybe<TrelloBaseCard>;
};
export declare type TrelloAddMemberInput = {
cardId: Scalars['ID']['input'];
userId: Scalars['ID']['input'];
@@ -169439,8 +169573,18 @@
export declare type TrelloEnterprisePrefs = {
__typename?: 'TrelloEnterprisePrefs';
atlassianIntelligence?: Maybe<TrelloAtlassianIntelligence>;
};
+export declare type TrelloGenerateBoardBackgroundWithAiInput = {
+ boardId: Scalars['ID']['input'];
+ userInput: Scalars['String']['input'];
+};
+export declare type TrelloGenerateBoardBackgroundWithAiPayload = Payload & {
+ __typename?: 'TrelloGenerateBoardBackgroundWithAiPayload';
+ board?: Maybe<TrelloBoard>;
+ errors?: Maybe<Array<MutationError>>;
+ success: Scalars['Boolean']['output'];
+};
export declare type TrelloGenerateCheckItemsForCardInput = {
cardId: Scalars['ID']['input'];
checklistTarget: TrelloChecklistTarget;
};
@@ -170116,8 +170260,9 @@
deleteBoardBackground?: Maybe<TrelloDeleteBoardBackgroundPayload>;
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
deleteWorkspaceTag?: Maybe<TrelloDeleteWorkspaceTagPayload>;
editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
+ generateBoardBackgroundWithAi?: Maybe<TrelloGenerateBoardBackgroundWithAiPayload>;
generateCheckItemsForCard?: Maybe<TrelloGenerateCheckItemsForCardPayload>;
generateChecklistsForCard?: Maybe<TrelloGenerateChecklistsForCardPayload>;
markCardComplete?: Maybe<TrelloMarkCardCompletePayload>;
markInboxNotificationsRead?: Maybe<TrelloMarkInboxNotificationsReadPayload>;
@@ -170227,8 +170372,11 @@
};
export declare type TrelloMutationApiEditPlannerCalendarEventArgs = {
input: TrelloEditPlannerCalendarEventInput;
};
+export declare type TrelloMutationApiGenerateBoardBackgroundWithAiArgs = {
+ input: TrelloGenerateBoardBackgroundWithAiInput;
+};
export declare type TrelloMutationApiGenerateCheckItemsForCardArgs = {
input: TrelloGenerateCheckItemsForCardInput;
};
export declare type TrelloMutationApiGenerateChecklistsForCardArgs = {
@@ -171283,8 +171431,9 @@
__typename?: 'TrelloRemoveLabelsFromCardPayload';
card?: Maybe<TrelloCard>;
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
+ updatedCard?: Maybe<TrelloBaseCard>;
};
export declare type TrelloRemoveMemberFromCardAction = TrelloAction & TrelloCardActionData & {
__typename?: 'TrelloRemoveMemberFromCardAction';
appCreator?: Maybe<TrelloAppCreator>;
@@ -171464,8 +171613,11 @@
};
export declare type TrelloSubscriptionApiOnInboxUpdatedArgs = {
memberId: Scalars['ID']['input'];
};
+export declare type TrelloSubscriptionApiOnMemberPlannerEventCardsUpdatedArgs = {
+ memberId?: InputMaybe<Scalars['ID']['input']>;
+};
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
id: Scalars['ID']['input'];
};
export declare type TrelloSubscriptionApiOnWorkspaceUpdatedArgs = {