npm package diff
Package: @forge/cli-shared
Versions: 6.11.1-next.0 - 7.0.0-next.1
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
@@ -1875,9 +1875,9 @@
};
export declare type AppLogsWithMetaData = {
__typename?: 'AppLogsWithMetaData';
appId: Scalars['String']['output'];
- appVersion: Scalars['String']['output'];
+ appVersion?: Maybe<Scalars['String']['output']>;
cloudwatchId?: Maybe<Scalars['String']['output']>;
context?: Maybe<Context>;
edition?: Maybe<EditionValue>;
environmentId: Scalars['String']['output'];
@@ -4719,8 +4719,13 @@
__typename?: 'ChannelPlatformConnectionData';
attendee?: Maybe<ChannelPlatformAttendee>;
meeting?: Maybe<ChannelPlatformMeeting>;
};
+export declare type ChannelPlatformContact = {
+ __typename?: 'ChannelPlatformContact';
+ channel?: Maybe<ChannelPlatformChannelType>;
+ contactId?: Maybe<Scalars['ID']['output']>;
+};
export declare type ChannelPlatformGetChannelTokenRequest = {
channelType?: InputMaybe<ChannelPlatformChannelType>;
contactFlowId?: InputMaybe<Scalars['String']['input']>;
displayName?: InputMaybe<Scalars['String']['input']>;
@@ -4774,8 +4779,9 @@
};
export declare type ChannelPlatformSubmitRequestResponse = {
__typename?: 'ChannelPlatformSubmitRequestResponse';
channel?: Maybe<ChannelPlatformChannelType>;
+ requestUuid?: Maybe<Scalars['String']['output']>;
value?: Maybe<ChannelPlatformTokenResponse>;
};
export declare type ChannelPlatformSubmitTicketResponse = {
__typename?: 'ChannelPlatformSubmitTicketResponse';
@@ -8745,8 +8751,9 @@
state?: Maybe<Scalars['String']['output']>;
statusConfig?: Maybe<CompassScorecardStatusConfig>;
type: Scalars['String']['output'];
url?: Maybe<Scalars['URL']['output']>;
+ verified?: Maybe<Scalars['Boolean']['output']>;
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
};
export declare type CompassScorecardAppliedToComponentsArgs = {
query?: InputMaybe<CompassScorecardAppliedToComponentsQuery>;
@@ -22960,8 +22967,9 @@
};
export declare type DevAiFlowPipeline = {
__typename?: 'DevAiFlowPipeline';
createdAt?: Maybe<Scalars['String']['output']>;
+ debugUrl?: Maybe<Scalars['String']['output']>;
id: Scalars['ID']['output'];
serverSecret?: Maybe<Scalars['String']['output']>;
sessionARI: Scalars['ID']['output'];
status?: Maybe<DevAiFlowPipelinesStatus>;
@@ -23031,8 +23039,9 @@
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkIssueResult';
conversationId?: Maybe<Scalars['ID']['output']>;
issue?: Maybe<JiraIssue>;
issueId?: Maybe<Scalars['ID']['output']>;
+ jobAri?: Maybe<Scalars['ID']['output']>;
};
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
errors?: Maybe<Array<MutationError>>;
@@ -23258,8 +23267,15 @@
Failed = "FAILED",
InProgress = "IN_PROGRESS",
Pending = "PENDING"
}
+export declare type DevAiWorkspace = {
+ __typename?: 'DevAiWorkspace';
+ cloudId?: Maybe<Scalars['ID']['output']>;
+ origin?: Maybe<Scalars['String']['output']>;
+ status?: Maybe<Scalars['String']['output']>;
+ workspaceAri: Scalars['ID']['output'];
+};
export declare type DevOps = {
__typename?: 'DevOps';
ariGraph?: Maybe<AriGraph>;
designEntityDetails?: Maybe<Array<Maybe<DevOpsDesign>>>;
@@ -59700,8 +59716,9 @@
issueAri: Scalars['ID']['input'];
prompt?: InputMaybe<Scalars['String']['input']>;
repoUrl: Scalars['String']['input'];
sourceBranch?: InputMaybe<Scalars['String']['input']>;
+ targetBranch?: InputMaybe<Scalars['String']['input']>;
};
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
issueAri: Scalars['ID']['input'];
jobId: Scalars['ID']['input'];
@@ -72300,8 +72317,20 @@
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
updatedRule?: Maybe<JiraFormattingRule>;
};
+export declare type JiraUpdateGlobalCustomFieldInput = {
+ description?: InputMaybe<Scalars['String']['input']>;
+ fieldId: Scalars['String']['input'];
+ name: Scalars['String']['input'];
+ searcherKey?: InputMaybe<Scalars['String']['input']>;
+};
+export declare type JiraUpdateGlobalCustomFieldPayload = Payload & {
+ __typename?: 'JiraUpdateGlobalCustomFieldPayload';
+ errors?: Maybe<Array<MutationError>>;
+ field?: Maybe<JiraIssueFieldConfig>;
+ success: Scalars['Boolean']['output'];
+};
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
preferences: Array<JiraNotificationPreferenceInput>;
};
export declare type JiraUpdateGlobalPreferencesPayload = Payload & {
@@ -76633,8 +76662,9 @@
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
+ pricingParentSoftwares?: Maybe<Array<Maybe<MarketplaceConsolePricingParentSoftware>>>;
storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
};
export declare type MarketplaceConsoleAppSoftwareVersion = {
__typename?: 'MarketplaceConsoleAppSoftwareVersion';
@@ -81759,8 +81789,9 @@
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
+ jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
jsmChat?: Maybe<JsmChatMutation>;
jsw?: Maybe<JswMutation>;
@@ -82080,9 +82111,8 @@
};
export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
aaId?: InputMaybe<Scalars['String']['input']>;
contactId?: InputMaybe<Scalars['String']['input']>;
- instanceId?: InputMaybe<Scalars['String']['input']>;
};
export declare type MutationChannelPlatform_CreateQueuesArgs = {
description?: InputMaybe<Scalars['String']['input']>;
hoursOfOperationId?: InputMaybe<Scalars['String']['input']>;
@@ -83258,8 +83288,12 @@
export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs = {
cloudId: Scalars['ID']['input'];
input: JiraFieldToFieldConfigSchemeAssociationsInput;
};
+export declare type MutationJira_UpdateGlobalCustomFieldArgs = {
+ cloudId: Scalars['ID']['input'];
+ input: JiraUpdateGlobalCustomFieldInput;
+};
export declare type MutationJira_UpdateProjectBackgroundArgs = {
input: JiraUpdateBackgroundInput;
};
export declare type MutationJira_UpdateProjectsSidebarMenuArgs = {
@@ -86683,8 +86717,9 @@
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
+ channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
channelPlatform_listQueues?: Maybe<Array<Maybe<ChannelPlatformConnectQueue>>>;
channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
channelPlatform_submitRequest?: Maybe<ChannelPlatformSubmitRequestResponse>;
@@ -87004,8 +87039,9 @@
devai_flowSessionGetByIDAndCloudID?: Maybe<DevAiFlowSession>;
devai_flowSessionResume?: Maybe<DevAiFlowPipeline>;
devai_flowSessionsByCreatorAndCloudId?: Maybe<Array<Maybe<DevAiFlowSession>>>;
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
+ devai_rovoDevAgentsWorkspace?: Maybe<DevAiWorkspace>;
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
@@ -87607,8 +87643,11 @@
};
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
};
+export declare type QueryChannelPlatform_GetContactDetailsArgs = {
+ ticketId?: InputMaybe<Scalars['ID']['input']>;
+};
export declare type QueryChannelPlatform_GetQueueArgs = {
id?: InputMaybe<Scalars['ID']['input']>;
};
export declare type QueryChannelPlatform_SampleQueueByIdArgs = {
@@ -89052,8 +89091,11 @@
export declare type QueryDevai_RovoDevAgentsUserArgs = {
atlassianAccountId: Scalars['ID']['input'];
cloudId: Scalars['ID']['input'];
};
+export declare type QueryDevai_RovoDevAgentsWorkspaceArgs = {
+ cloudId: Scalars['ID']['input'];
+};
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
cloudId: Scalars['ID']['input'];
jobId: Scalars['ID']['input'];
};
@@ -90626,8 +90668,9 @@
export declare type RadarPositionsByAriObject = MercuryFocusArea;
export declare type RadarPositionsByEntity = {
__typename?: 'RadarPositionsByEntity';
entity?: Maybe<RadarPositionsByAriObject>;
+ entityId: Scalars['ID']['output'];
fieldValues: Array<RadarFieldValueIdPair>;
id: Scalars['ID']['output'];
type: RadarEntityType;
};
@@ -93186,8 +93229,9 @@
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
+ labels?: InputMaybe<Array<Scalars['String']['input']>>;
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
thirdPartyProducts?: InputMaybe<Array<SearchThirdPartyProduct>>;
thirdPartyTypes?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -102587,8 +102631,9 @@
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
state?: InputMaybe<Scalars['String']['input']>;
statusConfig?: InputMaybe<CompassScorecardStatusConfigInput>;
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
+ verified?: InputMaybe<Scalars['Boolean']['input']>;
};
export declare type UpdateCompassScorecardPayload = Payload & {
__typename?: 'UpdateCompassScorecardPayload';
errors?: Maybe<Array<MutationError>>;