npm package diff
Package: @forge/cli-shared
Versions: 6.8.0 - 6.8.1-next.0
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
@@ -798,9 +798,10 @@
name?: Maybe<Scalars['String']['output']>;
};
export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
export declare enum AgentStudioAgentType {
- Assistant = "ASSISTANT"
+ Assistant = "ASSISTANT",
+ ServiceAgent = "SERVICE_AGENT"
}
export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
__typename?: 'AgentStudioAssistant';
actions?: Maybe<AgentStudioActionConfiguration>;
@@ -840,12 +841,14 @@
export declare type AgentStudioCreateAgentInput = {
actions?: InputMaybe<AgentStudioActionConfigurationInput>;
agentType: AgentStudioAgentType;
conversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
+ defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
description?: InputMaybe<Scalars['String']['input']>;
instructions?: InputMaybe<Scalars['String']['input']>;
+ jiraProjectId?: InputMaybe<Scalars['ID']['input']>;
knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
- name: Scalars['String']['input'];
+ name?: InputMaybe<Scalars['String']['input']>;
};
export declare type AgentStudioCreateAgentPayload = Payload & {
__typename?: 'AgentStudioCreateAgentPayload';
agent?: Maybe<AgentStudioAgent>;
@@ -4072,8 +4075,19 @@
__typename?: 'ChangeOwnerWarning';
contentId?: Maybe<Scalars['Long']['output']>;
message?: Maybe<Scalars['String']['output']>;
};
+export declare type ChannelPlatformSampleQueue = {
+ __typename?: 'ChannelPlatformSampleQueue';
+ config?: Maybe<ChannelPlatformSampleQueueConfig>;
+ id?: Maybe<Scalars['ID']['output']>;
+ name?: Maybe<Scalars['String']['output']>;
+};
+export declare type ChannelPlatformSampleQueueConfig = {
+ __typename?: 'ChannelPlatformSampleQueueConfig';
+ maxItems?: Maybe<Scalars['Int']['output']>;
+ queueId?: Maybe<Scalars['ID']['output']>;
+};
export declare type CheckConsentPermissionByOAuthClientIdInput = {
cloudId: Scalars['ID']['input'];
oauthClientId: Scalars['ID']['input'];
scopes: Array<Scalars['String']['input']>;
@@ -63797,11 +63811,20 @@
cursor: Scalars['String']['output'];
node?: Maybe<JiraPlaybookStepRun>;
};
export declare enum JiraPlaybookStepRunStatus {
+ Aborted = "ABORTED",
+ ConfigChange = "CONFIG_CHANGE",
Failed = "FAILED",
+ Failure = "FAILURE",
InProgress = "IN_PROGRESS",
- Success = "SUCCESS"
+ Loop = "LOOP",
+ NoActionsPerformed = "NO_ACTIONS_PERFORMED",
+ QueuedForRetry = "QUEUED_FOR_RETRY",
+ SomeErrors = "SOME_ERRORS",
+ Success = "SUCCESS",
+ Throttled = "THROTTLED",
+ Waiting = "WAITING"
}
export declare enum JiraPlaybookStepType {
AutomationRule = "AUTOMATION_RULE",
InstructionalRule = "INSTRUCTIONAL_RULE"
@@ -72459,8 +72482,9 @@
};
export declare type KnowledgeDiscoveryDefinitionResult = KnowledgeDiscoveryDefinition | QueryError;
export declare enum KnowledgeDiscoveryDefinitionScope {
Blogpost = "BLOGPOST",
+ Goal = "GOAL",
Organization = "ORGANIZATION",
Page = "PAGE",
Project = "PROJECT",
Space = "SPACE"
@@ -72604,8 +72628,10 @@
autoDefinition?: Maybe<KnowledgeDiscoveryAutoDefinitionResult>;
bookmark?: Maybe<KnowledgeDiscoveryBookmarkResult>;
definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
definitionHistory?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
+ definitionHistoryV2?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
+ definitionV2?: Maybe<KnowledgeDiscoveryDefinitionResult>;
keyPhrases?: Maybe<KnowledgeDiscoveryKeyPhrasesResult>;
relatedEntities?: Maybe<KnowledgeDiscoveryRelatedEntitiesResult>;
searchRelatedEntities?: Maybe<KnowledgeDiscoverySearchRelatedEntitiesResult>;
searchTeam?: Maybe<KnowledgeDiscoveryTeamSearchResult>;
@@ -72649,8 +72675,18 @@
keyPhrase: Scalars['String']['input'];
spaceId?: InputMaybe<Scalars['String']['input']>;
workspaceId: Scalars['String']['input'];
};
+export declare type KnowledgeDiscoveryQueryApiDefinitionHistoryV2Args = {
+ keyPhrase: Scalars['String']['input'];
+ scopes?: InputMaybe<Array<KnowledgeDiscoveryScopeInput>>;
+ workspaceId: Scalars['String']['input'];
+};
+export declare type KnowledgeDiscoveryQueryApiDefinitionV2Args = {
+ keyPhrase: Scalars['String']['input'];
+ scopes?: InputMaybe<Array<KnowledgeDiscoveryScopeInput>>;
+ workspaceId: Scalars['String']['input'];
+};
export declare type KnowledgeDiscoveryQueryApiKeyPhrasesArgs = {
after?: InputMaybe<Scalars['String']['input']>;
cloudId?: InputMaybe<Scalars['String']['input']>;
entityAri?: InputMaybe<Scalars['String']['input']>;
@@ -72717,8 +72753,12 @@
};
export declare type KnowledgeDiscoveryRelatedEntityRequests = {
requests?: InputMaybe<Array<KnowledgeDiscoveryRelatedEntityRequest>>;
};
+export declare type KnowledgeDiscoveryScopeInput = {
+ entityIdInScope: Scalars['String']['input'];
+ scope: KnowledgeDiscoveryDefinitionScope;
+};
export declare enum KnowledgeDiscoverySearchQueryClassification {
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
Navigational = "NAVIGATIONAL",
@@ -73999,8 +74039,45 @@
Gold = "GOLD",
Platinum = "PLATINUM",
Silver = "SILVER"
}
+export declare type MarketplaceConsoleEditAppVersionRequest = {
+ appKey: Scalars['ID']['input'];
+ buildNumber: Scalars['ID']['input'];
+ compatibilities?: InputMaybe<Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>>;
+ deploymentInstructions?: InputMaybe<Array<MarketplaceConsoleDeploymentInstructionInput>>;
+ documentationUrl?: InputMaybe<Scalars['String']['input']>;
+ eulaUrl?: InputMaybe<Scalars['String']['input']>;
+ heroImageUrl?: InputMaybe<Scalars['String']['input']>;
+ highlights?: InputMaybe<Array<MarketplaceConsoleListingHighLightInput>>;
+ isBeta?: InputMaybe<Scalars['Boolean']['input']>;
+ isSupported?: InputMaybe<Scalars['Boolean']['input']>;
+ learnMoreUrl?: InputMaybe<Scalars['String']['input']>;
+ licenseType?: InputMaybe<MarketplaceConsoleAppSoftwareVersionLicenseTypeId>;
+ moreDetails?: InputMaybe<Scalars['String']['input']>;
+ purchaseUrl?: InputMaybe<Scalars['String']['input']>;
+ releaseNotes?: InputMaybe<Scalars['String']['input']>;
+ releaseSummary?: InputMaybe<Scalars['String']['input']>;
+ screenshots?: InputMaybe<Array<MarketplaceConsoleListingScreenshotInput>>;
+ sourceCodeLicenseUrl?: InputMaybe<Scalars['String']['input']>;
+ youtubeId?: InputMaybe<Scalars['String']['input']>;
+};
+export declare type MarketplaceConsoleEditVersionError = MarketplaceConsoleError & {
+ __typename?: 'MarketplaceConsoleEditVersionError';
+ id: Scalars['ID']['output'];
+ message: Scalars['String']['output'];
+ path?: Maybe<Scalars['String']['output']>;
+ subCode?: Maybe<Scalars['String']['output']>;
+};
+export declare type MarketplaceConsoleEditVersionMutationKnownError = {
+ __typename?: 'MarketplaceConsoleEditVersionMutationKnownError';
+ errors?: Maybe<Array<Maybe<MarketplaceConsoleEditVersionError>>>;
+};
+export declare type MarketplaceConsoleEditVersionMutationResponse = MarketplaceConsoleEditVersionMutationKnownError | MarketplaceConsoleEditVersionMutationSuccessResponse;
+export declare type MarketplaceConsoleEditVersionMutationSuccessResponse = {
+ __typename?: 'MarketplaceConsoleEditVersionMutationSuccessResponse';
+ versions?: Maybe<Array<Maybe<MarketplaceConsoleAppSoftwareVersion>>>;
+};
export declare type MarketplaceConsoleEdition = {
__typename?: 'MarketplaceConsoleEdition';
features: Array<MarketplaceConsoleFeature>;
id: Scalars['ID']['output'];
@@ -74292,8 +74369,9 @@
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleCreatePrivateAppVersionMutationOutput>;
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
deleteAppVersion?: Maybe<MarketplaceConsoleDeleteAppVersionResponse>;
+ editAppVersion?: Maybe<MarketplaceConsoleEditVersionMutationResponse>;
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
makeAppVersionPublic?: Maybe<MarketplaceConsoleMakeAppVersionPublicMutationOutput>;
updateAppDetails?: Maybe<MarketplaceConsoleUpdateAppDetailsResponse>;
validateArtifactUrl?: Maybe<MarketplaceConsoleSoftwareArtifact>;
@@ -74319,8 +74397,11 @@
};
export declare type MarketplaceConsoleMutationApiDeleteAppVersionArgs = {
deleteVersion: MarketplaceConsoleAppVersionDeleteRequestInput;
};
+export declare type MarketplaceConsoleMutationApiEditAppVersionArgs = {
+ editAppVersionRequest: MarketplaceConsoleEditAppVersionRequest;
+};
export declare type MarketplaceConsoleMutationApiEditionsArgs = {
editions: Array<MarketplaceConsoleEditionInput>;
product: MarketplaceConsoleEditionsInput;
};
@@ -75721,8 +75802,19 @@
export declare type MercuryAggregatedPortfolioStatusCount = {
__typename?: 'MercuryAggregatedPortfolioStatusCount';
children: MercuryFocusAreaStatusCount;
};
+export declare type MercuryArchiveFocusAreaChange = MercuryChangeInterface & Node & {
+ __typename?: 'MercuryArchiveFocusAreaChange';
+ changeProposal?: Maybe<MercuryChangeProposal>;
+ changeType: MercuryChangeType;
+ createdBy?: Maybe<User>;
+ createdDate: Scalars['DateTime']['output'];
+ id: Scalars['ID']['output'];
+ targetFocusArea?: Maybe<MercuryFocusArea>;
+ updatedBy?: Maybe<User>;
+ updatedDate: Scalars['DateTime']['output'];
+};
export declare type MercuryArchiveFocusAreaChangeInput = {
targetFocusAreaId: Scalars['ID']['input'];
};
export declare type MercuryArchiveFocusAreaInput = {
@@ -75743,9 +75835,9 @@
__typename?: 'MercuryBudgetAggregation';
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
totalAssignedBudget?: Maybe<Scalars['BigDecimal']['output']>;
};
-export declare type MercuryChange = MercuryCreateFocusAreaChange | MercuryPositionAllocationChange;
+export declare type MercuryChange = MercuryArchiveFocusAreaChange | MercuryCreateFocusAreaChange | MercuryMoveFundsChange | MercuryMovePositionsChange | MercuryPositionAllocationChange | MercuryRequestFundsChange | MercuryRequestPositionsChange;
export declare type MercuryChangeConnection = {
__typename?: 'MercuryChangeConnection';
edges?: Maybe<Array<Maybe<MercuryChangeEdge>>>;
pageInfo: PageInfo;
@@ -75785,8 +75877,10 @@
content: Scalars['String']['output'];
createdBy?: Maybe<User>;
createdDate: Scalars['String']['output'];
id: Scalars['ID']['output'];
+ updatedBy?: Maybe<User>;
+ updatedDate?: Maybe<Scalars['String']['output']>;
};
export declare type MercuryChangeProposalCommentConnection = {
__typename?: 'MercuryChangeProposalCommentConnection';
edges?: Maybe<Array<Maybe<MercuryChangeProposalCommentEdge>>>;
@@ -75840,10 +75934,15 @@
export declare enum MercuryChangeSortField {
Type = "TYPE"
}
export declare enum MercuryChangeType {
+ ArchiveFocusArea = "ARCHIVE_FOCUS_AREA",
CreateFocusArea = "CREATE_FOCUS_AREA",
- PositionAllocation = "POSITION_ALLOCATION"
+ MoveFunds = "MOVE_FUNDS",
+ MovePositions = "MOVE_POSITIONS",
+ PositionAllocation = "POSITION_ALLOCATION",
+ RequestFunds = "REQUEST_FUNDS",
+ RequestPositions = "REQUEST_POSITIONS"
}
export declare type MercuryComment = Node & {
__typename?: 'MercuryComment';
ari: Scalars['String']['output'];
@@ -76565,13 +76664,40 @@
export declare type MercuryMediaToken = {
__typename?: 'MercuryMediaToken';
token: Scalars['String']['output'];
};
+export declare type MercuryMoveFundsChange = MercuryChangeInterface & Node & {
+ __typename?: 'MercuryMoveFundsChange';
+ amount: Scalars['BigDecimal']['output'];
+ changeProposal?: Maybe<MercuryChangeProposal>;
+ changeType: MercuryChangeType;
+ createdBy?: Maybe<User>;
+ createdDate: Scalars['DateTime']['output'];
+ id: Scalars['ID']['output'];
+ sourceFocusArea?: Maybe<MercuryFocusArea>;
+ targetFocusArea?: Maybe<MercuryFocusArea>;
+ updatedBy?: Maybe<User>;
+ updatedDate: Scalars['DateTime']['output'];
+};
export declare type MercuryMoveFundsChangeInput = {
amount: Scalars['BigDecimal']['input'];
sourceFocusAreaId: Scalars['ID']['input'];
targetFocusAreaId: Scalars['ID']['input'];
};
+export declare type MercuryMovePositionsChange = MercuryChangeInterface & Node & {
+ __typename?: 'MercuryMovePositionsChange';
+ changeProposal?: Maybe<MercuryChangeProposal>;
+ changeType: MercuryChangeType;
+ cost?: Maybe<Scalars['BigDecimal']['output']>;
+ createdBy?: Maybe<User>;
+ createdDate: Scalars['DateTime']['output'];
+ id: Scalars['ID']['output'];
+ positionsAmount: Scalars['Int']['output'];
+ sourceFocusArea?: Maybe<MercuryFocusArea>;
+ targetFocusArea?: Maybe<MercuryFocusArea>;
+ updatedBy?: Maybe<User>;
+ updatedDate: Scalars['DateTime']['output'];
+};
export declare type MercuryMovePositionsChangeInput = {
cost?: InputMaybe<Scalars['BigDecimal']['input']>;
positionsAmount: Scalars['Int']['input'];
sourceFocusAreaId: Scalars['ID']['input'];
@@ -77160,12 +77286,37 @@
__typename?: 'MercuryRemoveWatcherFromFocusAreaPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
+export declare type MercuryRequestFundsChange = MercuryChangeInterface & Node & {
+ __typename?: 'MercuryRequestFundsChange';
+ amount: Scalars['BigDecimal']['output'];
+ changeProposal?: Maybe<MercuryChangeProposal>;
+ changeType: MercuryChangeType;
+ createdBy?: Maybe<User>;
+ createdDate: Scalars['DateTime']['output'];
+ id: Scalars['ID']['output'];
+ targetFocusArea?: Maybe<MercuryFocusArea>;
+ updatedBy?: Maybe<User>;
+ updatedDate: Scalars['DateTime']['output'];
+};
export declare type MercuryRequestFundsChangeInput = {
amount: Scalars['BigDecimal']['input'];
targetFocusAreaId: Scalars['ID']['input'];
};
+export declare type MercuryRequestPositionsChange = MercuryChangeInterface & Node & {
+ __typename?: 'MercuryRequestPositionsChange';
+ changeProposal?: Maybe<MercuryChangeProposal>;
+ changeType: MercuryChangeType;
+ cost?: Maybe<Scalars['BigDecimal']['output']>;
+ createdBy?: Maybe<User>;
+ createdDate: Scalars['DateTime']['output'];
+ id: Scalars['ID']['output'];
+ positionsAmount: Scalars['Int']['output'];
+ targetFocusArea?: Maybe<MercuryFocusArea>;
+ updatedBy?: Maybe<User>;
+ updatedDate: Scalars['DateTime']['output'];
+};
export declare type MercuryRequestPositionsChangeInput = {
cost?: InputMaybe<Scalars['BigDecimal']['input']>;
positionsAmount: Scalars['Int']['input'];
targetFocusAreaId: Scalars['ID']['input'];
@@ -82861,8 +83012,9 @@
catchupEditMetadataForContent?: Maybe<CatchupEditMetadataForContent>;
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
ccp?: Maybe<CcpQueryApi>;
+ channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
classificationLevel?: Maybe<ContentDataClassificationLevel>;
classificationLevels?: Maybe<Array<ContentDataClassificationLevel>>;
codeInJira?: Maybe<CodeInJira>;
collabContext_workspaceIsConnectedToWorkspace?: Maybe<CollabContextWorkspaceConnection>;
@@ -83735,8 +83887,11 @@
contentType: CatchupContentType;
originalContentVersion: Scalars['Int']['input'];
revisedContentVersion: Scalars['Int']['input'];
};
+export declare type QueryChannelPlatform_SampleQueueByIdArgs = {
+ id?: InputMaybe<Scalars['ID']['input']>;
+};
export declare type QueryClassificationLevelArgs = {
id: Scalars['String']['input'];
};
export declare type QueryClassificationLevelsArgs = {
@@ -85912,9 +86067,8 @@
export declare type QueryRadar_PositionsSearchArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
cloudId: Scalars['ID']['input'];
- fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
rql?: InputMaybe<Scalars['String']['input']>;
};
@@ -86444,8 +86598,11 @@
fieldValues: Array<RadarFieldValueIdPair>;
id: Scalars['ID']['output'];
type?: Maybe<RadarEntityType>;
};
+export declare type RadarEntityFieldValuesArgs = {
+ fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
export declare enum RadarEntityType {
FocusArea = "focusArea",
Position = "position",
Worker = "worker"
@@ -86633,8 +86790,11 @@
reportingLine?: Maybe<Array<RadarPosition>>;
type?: Maybe<RadarEntityType>;
worker?: Maybe<RadarWorker>;
};
+export declare type RadarPositionFieldValuesArgs = {
+ fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
export declare type RadarPositionConnection = RadarConnection & {
__typename?: 'RadarPositionConnection';
edges?: Maybe<Array<RadarPositionEdge>>;
nodes?: Maybe<Array<RadarPosition>>;
@@ -86712,8 +86872,11 @@
preferredName?: Maybe<Scalars['String']['output']>;
type: RadarEntityType;
user?: Maybe<User>;
};
+export declare type RadarWorkerFieldValuesArgs = {
+ fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
export declare type RadarWorkerConnection = RadarConnection & {
__typename?: 'RadarWorkerConnection';
edges?: Maybe<Array<RadarWorkerEdge>>;
nodes?: Maybe<Array<RadarWorker>>;