npm package diff
Package: @forge/cli-shared
Versions: 6.2.1-next.8 - 6.2.1-next.9
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
@@ -144,8 +144,9 @@
export declare type ActionsActionInput = {
__typename?: 'ActionsActionInput';
default?: Maybe<Scalars['JSON']['output']>;
description?: Maybe<ActionsDescription>;
+ fetchAction?: Maybe<ActionsAction>;
items?: Maybe<ActionsActionInputItems>;
pattern?: Maybe<Scalars['String']['output']>;
required: Scalars['Boolean']['output'];
title?: Maybe<Scalars['String']['output']>;
@@ -1943,9 +1944,8 @@
avatar?: Maybe<BitbucketRepositoryAvatar>;
devOpsServiceRelationships?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
href?: Maybe<Scalars['URL']['output']>;
id: Scalars['ID']['output'];
- jiraProjectRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
name: Scalars['String']['output'];
webUrl?: Maybe<Scalars['URL']['output']>;
workspace?: Maybe<BitbucketWorkspace>;
};
@@ -1954,15 +1954,8 @@
filter?: InputMaybe<DevOpsServiceAndRepositoryRelationshipFilter>;
first?: InputMaybe<Scalars['Int']['input']>;
sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
};
-export declare type BitbucketRepositoryJiraProjectRelationshipsArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- cloudId: Scalars['ID']['input'];
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
- first?: InputMaybe<Scalars['Int']['input']>;
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
-};
export declare type BitbucketRepositoryAvatar = {
__typename?: 'BitbucketRepositoryAvatar';
url: Scalars['URL']['output'];
};
@@ -14843,8 +14836,9 @@
createdAt?: Maybe<Scalars['String']['output']>;
id: Scalars['String']['output'];
updatedAt?: Maybe<Scalars['String']['output']>;
};
+export declare type ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion = ContentPlatformIpmComponentGsacButton | ContentPlatformIpmComponentLinkButton;
export declare type ContentPlatformIpmComponentNextButton = {
__typename?: 'ContentPlatformIpmComponentNextButton';
buttonAltText?: Maybe<Scalars['String']['output']>;
buttonText: Scalars['String']['output'];
@@ -14906,8 +14900,31 @@
__typename?: 'ContentPlatformIpmImageModalSearchConnection';
edges: Array<ContentPlatformIpmImageModalResultEdge>;
pageInfo: PageInfo;
};
+export declare type ContentPlatformIpmInlineDialog = {
+ __typename?: 'ContentPlatformIpmInlineDialog';
+ anchored: ContentPlatformIpmAnchored;
+ body: Scalars['JSON']['output'];
+ createdAt?: Maybe<Scalars['String']['output']>;
+ featuredImage?: Maybe<ContentPlatformIpmCompImage>;
+ id: Scalars['String']['output'];
+ primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
+ secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
+ title: Scalars['String']['output'];
+ trigger: Array<ContentPlatformIpmTrigger>;
+ updatedAt?: Maybe<Scalars['String']['output']>;
+};
+export declare type ContentPlatformIpmInlineDialogResultEdge = {
+ __typename?: 'ContentPlatformIpmInlineDialogResultEdge';
+ cursor: Scalars['String']['output'];
+ node: ContentPlatformIpmInlineDialog;
+};
+export declare type ContentPlatformIpmInlineDialogSearchConnection = {
+ __typename?: 'ContentPlatformIpmInlineDialogSearchConnection';
+ edges: Array<ContentPlatformIpmInlineDialogResultEdge>;
+ pageInfo: PageInfo;
+};
export declare type ContentPlatformIpmMultiStep = {
__typename?: 'ContentPlatformIpmMultiStep';
body: Scalars['JSON']['output'];
createdAt?: Maybe<Scalars['String']['output']>;
@@ -16032,34 +16049,8 @@
id: Scalars['ID']['output'];
name?: Maybe<Scalars['String']['output']>;
value: Scalars['String']['output'];
};
-export declare type CreateJiraProjectAndOpsgenieTeamRelationshipInput = {
- description?: InputMaybe<Scalars['String']['input']>;
- jiraProjectId: Scalars['ID']['input'];
- jiraProjectType?: InputMaybe<DevOpsJiraProjectType>;
- opsgenieTeamId: Scalars['ID']['input'];
- properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
-};
-export declare type CreateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
- __typename?: 'CreateJiraProjectAndOpsgenieTeamRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
- success: Scalars['Boolean']['output'];
-};
-export declare type CreateJiraProjectAndRepositoryRelationshipInput = {
- bitbucketRepositoryId?: InputMaybe<Scalars['ID']['input']>;
- description?: InputMaybe<Scalars['String']['input']>;
- jiraProjectId: Scalars['ID']['input'];
- properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
- thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
-};
-export declare type CreateJiraProjectAndRepositoryRelationshipPayload = Payload & {
- __typename?: 'CreateJiraProjectAndRepositoryRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
- success: Scalars['Boolean']['output'];
-};
export declare type CreatePolarisCommentInput = {
content?: InputMaybe<Scalars['JSON']['input']>;
kind?: InputMaybe<PolarisCommentKind>;
subject?: InputMaybe<Scalars['ID']['input']>;
@@ -17369,24 +17360,8 @@
__typename?: 'DeleteEventSourcePayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
-export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipInput = {
- id: Scalars['ID']['input'];
-};
-export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
- __typename?: 'DeleteJiraProjectAndOpsgenieTeamRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- success: Scalars['Boolean']['output'];
-};
-export declare type DeleteJiraProjectAndRepositoryRelationshipInput = {
- id: Scalars['ID']['input'];
-};
-export declare type DeleteJiraProjectAndRepositoryRelationshipPayload = Payload & {
- __typename?: 'DeleteJiraProjectAndRepositoryRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- success: Scalars['Boolean']['output'];
-};
export declare type DeletePolarisIdeaTemplateInput = {
id: Scalars['ID']['input'];
project: Scalars['ID']['input'];
};
@@ -17751,8 +17726,22 @@
};
export declare type DevAiMutationsTriggerAutofixScanArgs = {
input: DevAiTriggerAutofixScanInput;
};
+export declare type DevAiPhaseEndedAutodevLog = DevAiAutodevLog & {
+ __typename?: 'DevAiPhaseEndedAutodevLog';
+ id: Scalars['ID']['output'];
+ phase?: Maybe<DevAiAutodevLogPhase>;
+ status?: Maybe<DevAiAutodevLogStatus>;
+ timestamp?: Maybe<Scalars['DateTime']['output']>;
+};
+export declare type DevAiPhaseStartedAutodevLog = DevAiAutodevLog & {
+ __typename?: 'DevAiPhaseStartedAutodevLog';
+ id: Scalars['ID']['output'];
+ phase?: Maybe<DevAiAutodevLogPhase>;
+ status?: Maybe<DevAiAutodevLogStatus>;
+ timestamp?: Maybe<Scalars['DateTime']['output']>;
+};
export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
__typename?: 'DevAiPlaintextAutodevLog';
id: Scalars['ID']['output'];
message?: Maybe<Scalars['String']['output']>;
@@ -18261,13 +18250,8 @@
rolloutRules?: Maybe<Scalars['Int']['output']>;
rolloutText?: Maybe<Scalars['String']['output']>;
url?: Maybe<Scalars['URL']['output']>;
};
-export declare enum DevOpsJiraProjectType {
- JiraCore = "JIRA_CORE",
- JiraServicedesk = "JIRA_SERVICEDESK",
- JiraSoftware = "JIRA_SOFTWARE"
-}
export declare type DevOpsMetrics = {
__typename?: 'DevOpsMetrics';
cycleTime?: Maybe<DevOpsMetricsCycleTime>;
deploymentFrequency?: Maybe<DevOpsMetricsDeploymentFrequency>;
@@ -19916,17 +19900,30 @@
__typename?: 'ExternalAssociationEdge';
cursor?: Maybe<Scalars['String']['output']>;
node?: Maybe<ExternalAssociation>;
};
-export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
+export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
export declare type ExternalAttachment = {
__typename?: 'ExternalAttachment';
byteSize?: Maybe<Scalars['Long']['output']>;
mimeType?: Maybe<Scalars['String']['output']>;
thumbnailUrl?: Maybe<Scalars['String']['output']>;
title?: Maybe<Scalars['String']['output']>;
url?: Maybe<Scalars['String']['output']>;
};
+export declare type ExternalAttendee = {
+ __typename?: 'ExternalAttendee';
+ isOptional?: Maybe<Scalars['Boolean']['output']>;
+ rsvpStatus?: Maybe<ExternalAttendeeRsvpStatus>;
+ user?: Maybe<ExternalUser>;
+};
+export declare enum ExternalAttendeeRsvpStatus {
+ Accepted = "ACCEPTED",
+ Declined = "DECLINED",
+ NotResponded = "NOT_RESPONDED",
+ Other = "OTHER",
+ TenativelyAccepted = "TENATIVELY_ACCEPTED"
+}
export declare type ExternalAuthCredentialsInput = {
clientId?: InputMaybe<Scalars['ID']['input']>;
clientSecret?: InputMaybe<Scalars['String']['input']>;
};
@@ -19994,8 +19991,40 @@
Pending = "PENDING",
Successful = "SUCCESSFUL",
Unknown = "UNKNOWN"
}
+export declare type ExternalCalendarEvent = Node & {
+ __typename?: 'ExternalCalendarEvent';
+ associatedWith?: Maybe<ExternalAssociationConnection>;
+ attachments?: Maybe<Array<Maybe<ExternalCalendarEventAttachment>>>;
+ attendees?: Maybe<Array<Maybe<ExternalAttendee>>>;
+ createdAt?: Maybe<Scalars['String']['output']>;
+ createdBy?: Maybe<ExternalUser>;
+ description?: Maybe<Scalars['String']['output']>;
+ displayName?: Maybe<Scalars['String']['output']>;
+ eventEndTime?: Maybe<Scalars['String']['output']>;
+ eventStartTime?: Maybe<Scalars['String']['output']>;
+ eventType?: Maybe<ExternalEventType>;
+ externalId?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated?: Maybe<Scalars['String']['output']>;
+ lastUpdatedBy?: Maybe<ExternalUser>;
+ location?: Maybe<ExternalLocation>;
+ parent?: Maybe<ExternalEntity>;
+ parentId?: Maybe<Scalars['ID']['output']>;
+ recurringEventId?: Maybe<Scalars['String']['output']>;
+ updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
+ url?: Maybe<Scalars['String']['output']>;
+ videoMeetingUrl?: Maybe<Scalars['String']['output']>;
+};
+export declare type ExternalCalendarEventAttachment = {
+ __typename?: 'ExternalCalendarEventAttachment';
+ byteSize?: Maybe<Scalars['Long']['output']>;
+ mimeType?: Maybe<Scalars['String']['output']>;
+ thumbnailUrl?: Maybe<Scalars['String']['output']>;
+ title?: Maybe<Scalars['String']['output']>;
+ url?: Maybe<Scalars['String']['output']>;
+};
export declare enum ExternalChangeType {
Added = "ADDED",
Copied = "COPIED",
Deleted = "DELETED",
@@ -20153,17 +20182,21 @@
};
export declare enum ExternalDocumentCategory {
Archive = "ARCHIVE",
Audio = "AUDIO",
+ Blogpost = "BLOGPOST",
Code = "CODE",
+ Comment = "COMMENT",
Document = "DOCUMENT",
Folder = "FOLDER",
Form = "FORM",
Image = "IMAGE",
Other = "OTHER",
+ Page = "PAGE",
Pdf = "PDF",
Presentation = "PRESENTATION",
Shortcut = "SHORTCUT",
+ Space = "SPACE",
Spreadsheet = "SPREADSHEET",
Video = "VIDEO",
WebPage = "WEB_PAGE"
}
@@ -20177,8 +20210,9 @@
export declare type ExternalEntities = {
__typename?: 'ExternalEntities';
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
+ calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
design?: Maybe<Array<Maybe<ExternalDesign>>>;
@@ -20190,9 +20224,9 @@
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
video?: Maybe<Array<Maybe<ExternalVideo>>>;
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
};
-export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
+export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
export declare type ExternalEnvironment = {
__typename?: 'ExternalEnvironment';
displayName?: Maybe<Scalars['String']['output']>;
id?: Maybe<Scalars['String']['output']>;
@@ -20204,8 +20238,19 @@
Staging = "STAGING",
Testing = "TESTING",
Unmapped = "UNMAPPED"
}
+export declare enum ExternalEventType {
+ Appointment = "APPOINTMENT",
+ Birthday = "BIRTHDAY",
+ Default = "DEFAULT",
+ Event = "EVENT",
+ FocusTime = "FOCUS_TIME",
+ OutOfOffice = "OUT_OF_OFFICE",
+ Reminder = "REMINDER",
+ Task = "TASK",
+ WorkingLocation = "WORKING_LOCATION"
+}
export declare type ExternalExportLink = {
__typename?: 'ExternalExportLink';
mimeType?: Maybe<Scalars['String']['output']>;
url?: Maybe<Scalars['String']['output']>;
@@ -20262,13 +20307,27 @@
__typename?: 'ExternalFileInfo';
fileCount?: Maybe<Scalars['Int']['output']>;
files?: Maybe<Array<Maybe<ExternalFile>>>;
};
+export declare type ExternalIcon = {
+ __typename?: 'ExternalIcon';
+ height?: Maybe<Scalars['Int']['output']>;
+ isDefault?: Maybe<Scalars['Boolean']['output']>;
+ uri?: Maybe<Scalars['String']['output']>;
+ width?: Maybe<Scalars['Int']['output']>;
+};
export declare type ExternalLargeContent = {
__typename?: 'ExternalLargeContent';
asText?: Maybe<Scalars['String']['output']>;
mimeType?: Maybe<Scalars['String']['output']>;
};
+export declare type ExternalLocation = {
+ __typename?: 'ExternalLocation';
+ address?: Maybe<Scalars['String']['output']>;
+ coordinates?: Maybe<Scalars['String']['output']>;
+ name?: Maybe<Scalars['String']['output']>;
+ url?: Maybe<Scalars['String']['output']>;
+};
export declare enum ExternalMembershipType {
Private = "PRIVATE",
Public = "PUBLIC",
Shared = "SHARED"
@@ -41817,8 +41876,36 @@
id: Scalars['ID']['output'];
relationship?: Maybe<Scalars['String']['output']>;
title?: Maybe<Scalars['String']['output']>;
};
+export declare type JiraConfluenceRemoteIssueLinkConnection = {
+ __typename?: 'JiraConfluenceRemoteIssueLinkConnection';
+ edges?: Maybe<Array<Maybe<JiraConfluenceRemoteIssueLinkEdge>>>;
+ pageInfo: PageInfo;
+ totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type JiraConfluenceRemoteIssueLinkEdge = {
+ __typename?: 'JiraConfluenceRemoteIssueLinkEdge';
+ cursor: Scalars['String']['output'];
+ node?: Maybe<JiraConfluenceRemoteIssueLink>;
+};
+export declare type JiraConfluenceRemoteIssueLinksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
+ __typename?: 'JiraConfluenceRemoteIssueLinksField';
+ aliasFieldId?: Maybe<Scalars['ID']['output']>;
+ confluenceRemoteIssueLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
+ description?: Maybe<Scalars['String']['output']>;
+ fieldConfig?: Maybe<JiraFieldConfig>;
+ fieldId: Scalars['String']['output'];
+ id: Scalars['ID']['output'];
+ isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
+ issue?: Maybe<JiraIssue>;
+ name: Scalars['String']['output'];
+ type: Scalars['String']['output'];
+};
+export declare type JiraConfluenceRemoteIssueLinksFieldConfluenceRemoteIssueLinksArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+};
export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
__typename?: 'JiraConnectDateTimeField';
aliasFieldId?: Maybe<Scalars['ID']['output']>;
dateTime?: Maybe<Scalars['DateTime']['output']>;
@@ -46894,13 +46981,15 @@
input: JiraServiceManagementCreateRequestTypeCategoryInput;
};
export declare type JiraMutationJiraServiceManagementDeleteRequestTypeCategoryArgs = {
cloudId: Scalars['ID']['input'];
+ projectId?: InputMaybe<Scalars['ID']['input']>;
requestTypeCategoryId: Scalars['ID']['input'];
};
export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryArgs = {
cloudId: Scalars['ID']['input'];
input: JiraServiceManagementUpdateRequestTypeCategoryInput;
+ projectId?: InputMaybe<Scalars['ID']['input']>;
};
export declare type JiraMutationJwmCreateCustomBackgroundArgs = {
input: JiraWorkManagementCreateCustomBackgroundInput;
};
@@ -48265,9 +48354,8 @@
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
mostRecentlyViewedBoard?: Maybe<JiraBoardResult>;
name: Scalars['String']['output'];
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
- opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
projectFieldTypeGroups?: Maybe<JiraFieldTypeGroupConnection>;
projectId?: Maybe<Scalars['String']['output']>;
projectStyle?: Maybe<JiraProjectStyle>;
@@ -48275,9 +48363,8 @@
projectTypeName?: Maybe<Scalars['String']['output']>;
projectUrl?: Maybe<Scalars['String']['output']>;
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
- repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
similarIssues?: Maybe<JiraSimilarIssues>;
softwareBoardCount?: Maybe<Scalars['Long']['output']>;
@@ -48380,12 +48467,8 @@
after?: InputMaybe<Scalars['String']['input']>;
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
first?: InputMaybe<Scalars['Int']['input']>;
};
-export declare type JiraProjectOpsgenieTeamRelationshipsArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
-};
export declare type JiraProjectOpsgenieTeamsAvailableToLinkWithArgs = {
after?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
};
@@ -48398,14 +48481,8 @@
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
first?: InputMaybe<Scalars['Int']['input']>;
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
};
-export declare type JiraProjectRepositoryRelationshipsArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
- first?: InputMaybe<Scalars['Int']['input']>;
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
-};
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
after?: InputMaybe<Scalars['String']['input']>;
filter?: InputMaybe<DevOpsServicesFilterInput>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -48447,8 +48524,9 @@
canPerform: Scalars['Boolean']['output'];
type: JiraProjectActionType;
};
export declare enum JiraProjectActionType {
+ AssignIssues = "ASSIGN_ISSUES",
CreateIssues = "CREATE_ISSUES",
DeleteIssues = "DELETE_ISSUES",
EditIssues = "EDIT_ISSUES",
EditProjectConfig = "EDIT_PROJECT_CONFIG",
@@ -48457,79 +48535,8 @@
TransitionIssues = "TRANSITION_ISSUES",
ViewIssues = "VIEW_ISSUES",
ViewProjectConfig = "VIEW_PROJECT_CONFIG"
}
-export declare type JiraProjectAndOpsgenieTeamRelationship = Node & {
- __typename?: 'JiraProjectAndOpsgenieTeamRelationship';
- createdAt: Scalars['DateTime']['output'];
- createdBy: Scalars['String']['output'];
- description?: Maybe<Scalars['String']['output']>;
- id: Scalars['ID']['output'];
- jiraProject?: Maybe<JiraProject>;
- jiraProjectType?: Maybe<DevOpsJiraProjectType>;
- lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
- lastUpdatedBy?: Maybe<Scalars['String']['output']>;
- opsgenieTeam?: Maybe<OpsgenieTeam>;
- properties?: Maybe<Scalars['JSON']['output']>;
- revision: Scalars['ID']['output'];
-};
-export declare type JiraProjectAndOpsgenieTeamRelationshipPropertiesArgs = {
- keys: Array<Scalars['String']['input']>;
-};
-export declare type JiraProjectAndOpsgenieTeamRelationshipConnection = {
- __typename?: 'JiraProjectAndOpsgenieTeamRelationshipConnection';
- edges?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationshipEdge>>>;
- nodes?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationship>>>;
- pageInfo: PageInfo;
-};
-export declare type JiraProjectAndOpsgenieTeamRelationshipEdge = {
- __typename?: 'JiraProjectAndOpsgenieTeamRelationshipEdge';
- cursor: Scalars['String']['output'];
- node?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
-};
-export declare type JiraProjectAndRepositoryRelationship = Node & {
- __typename?: 'JiraProjectAndRepositoryRelationship';
- bitbucketRepository?: Maybe<BitbucketRepository>;
- certainty: DevOpsRelationshipCertainty;
- createdAt: Scalars['DateTime']['output'];
- createdBy: Scalars['String']['output'];
- description?: Maybe<Scalars['String']['output']>;
- id: Scalars['ID']['output'];
- jiraProject?: Maybe<JiraProject>;
- lastInferredAt?: Maybe<Scalars['DateTime']['output']>;
- lastInferredBy?: Maybe<Scalars['String']['output']>;
- lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
- lastUpdatedBy?: Maybe<Scalars['String']['output']>;
- properties?: Maybe<Scalars['JSON']['output']>;
- revision: Scalars['ID']['output'];
- thirdPartyRepository?: Maybe<DevOpsThirdPartyRepository>;
-};
-export declare type JiraProjectAndRepositoryRelationshipPropertiesArgs = {
- keys: Array<Scalars['String']['input']>;
-};
-export declare type JiraProjectAndRepositoryRelationshipConnection = {
- __typename?: 'JiraProjectAndRepositoryRelationshipConnection';
- edges?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationshipEdge>>>;
- nodes?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationship>>>;
- pageInfo: PageInfo;
-};
-export declare type JiraProjectAndRepositoryRelationshipEdge = {
- __typename?: 'JiraProjectAndRepositoryRelationshipEdge';
- cursor: Scalars['String']['output'];
- node?: Maybe<JiraProjectAndRepositoryRelationship>;
-};
-export declare type JiraProjectAndRepositoryRelationshipFilter = {
- certainty?: InputMaybe<DevOpsRelationshipCertaintyFilter>;
- hostingProvider?: InputMaybe<DevOpsRepositoryHostingProviderFilter>;
- withAllPropertyKeys?: InputMaybe<Array<Scalars['String']['input']>>;
-};
-export declare type JiraProjectAndRepositoryRelationshipSort = {
- by: JiraProjectAndRepositoryRelationshipSortBy;
- order?: SortDirection;
-};
-export declare enum JiraProjectAndRepositoryRelationshipSortBy {
- LastInferredAt = "LAST_INFERRED_AT"
-}
export declare type JiraProjectAssociatedFieldsInput = {
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
};
export declare type JiraProjectAvailableFieldsInput = {
@@ -54764,19 +54771,8 @@
operation: JiraAddValueFieldOperations;
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
};
-export declare type JsmChatAddConversationInteractionInput = {
- authorId: Scalars['String']['input'];
- interactionType: JsmChatInteractionType;
- jiraFieldId?: InputMaybe<Scalars['String']['input']>;
- selectedValue: Scalars['String']['input'];
-};
-export declare type JsmChatAddConversationInteractionPayload = Payload & {
- __typename?: 'JsmChatAddConversationInteractionPayload';
- errors?: Maybe<Array<MutationError>>;
- success: Scalars['Boolean']['output'];
-};
export declare type JsmChatAppendixActionItem = {
__typename?: 'JsmChatAppendixActionItem';
id: Scalars['String']['output'];
label: Scalars['String']['output'];
@@ -54835,32 +54831,8 @@
Portal = "PORTAL",
Slack = "SLACK",
Widget = "WIDGET"
}
-export declare type JsmChatConversationMessage = {
- __typename?: 'JsmChatConversationMessage';
- appendices?: Maybe<Array<Maybe<JsmChatConversationAppendixAction>>>;
- authorType?: Maybe<JsmChatConversationUserRole>;
- content?: Maybe<Scalars['JSON']['output']>;
- contentType?: Maybe<JsmChatConversationMessageContentType>;
- id: Scalars['ID']['output'];
-};
-export declare enum JsmChatConversationMessageContentType {
- Adf = "ADF"
-}
-export declare type JsmChatConversationUpdateQueryError = {
- __typename?: 'JsmChatConversationUpdateQueryError';
- extensions?: Maybe<Array<QueryErrorExtension>>;
- identifier?: Maybe<Scalars['ID']['output']>;
- message?: Maybe<Scalars['String']['output']>;
-};
-export declare type JsmChatConversationUpdateSubscriptionPayload = JsmChatConversationMessage | JsmChatConversationUpdateQueryError | JsmChatSubscriptionEstablishedPayload;
-export declare enum JsmChatConversationUserRole {
- JsmAgent = "JSM_Agent",
- Participant = "Participant",
- Reporter = "Reporter",
- VirtualAgent = "VirtualAgent"
-}
export declare type JsmChatCreateChannelInput = {
channelName: Scalars['String']['input'];
channelType: JsmChatChannelType;
isVirtualAgentChannel?: InputMaybe<Scalars['Boolean']['input']>;
@@ -54903,22 +54875,8 @@
channelExperienceId: JsmChatChannelExperienceId;
conversationContextAri: Scalars['ID']['input'];
isTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
};
-export declare type JsmChatCreateConversationMessageInput = {
- authorId: Scalars['String']['input'];
- message: Scalars['String']['input'];
-};
-export declare type JsmChatCreateConversationMessagePayload = Payload & {
- __typename?: 'JsmChatCreateConversationMessagePayload';
- createConversationMessageResponse?: Maybe<JsmChatCreateConversationMessageResponse>;
- errors?: Maybe<Array<MutationError>>;
- success: Scalars['Boolean']['output'];
-};
-export declare type JsmChatCreateConversationMessageResponse = {
- __typename?: 'JsmChatCreateConversationMessageResponse';
- id: Scalars['ID']['output'];
-};
export declare type JsmChatCreateConversationPayload = Payload & {
__typename?: 'JsmChatCreateConversationPayload';
createConversationResponse?: Maybe<JsmChatCreateConversationResponse>;
errors?: Maybe<Array<MutationError>>;
@@ -54992,13 +54950,8 @@
__typename?: 'JsmChatInitializeNativeConfigResponse';
connectedApp?: Maybe<JsmChatConnectedApps>;
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
};
-export declare enum JsmChatInteractionType {
- Buttons = "BUTTONS",
- Dropdown = "DROPDOWN",
- JiraField = "JIRA_FIELD"
-}
export declare type JsmChatJiraFieldAppendix = {
__typename?: 'JsmChatJiraFieldAppendix';
fieldId: Scalars['String']['output'];
jiraProjectId: Scalars['String']['output'];
@@ -55054,15 +55007,13 @@
jsmApproversEnabled: Scalars['Boolean']['input'];
};
export declare type JsmChatMutation = {
__typename?: 'JsmChatMutation';
- addConversationInteraction?: Maybe<JsmChatAddConversationInteractionPayload>;
addWebConversationInteraction?: Maybe<JsmChatWebAddConversationInteractionPayload>;
createChannel: JsmChatCreateChannelOutput;
createComment?: Maybe<JsmChatCreateCommentOutput>;
createConversation?: Maybe<JsmChatCreateConversationPayload>;
createConversationAnalyticsEvent?: Maybe<JsmChatCreateConversationAnalyticsOutput>;
- createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
createWebConversationMessage?: Maybe<JsmChatCreateWebConversationMessagePayload>;
deleteSlackChannelMapping: JsmChatDeleteSlackChannelMappingOutput;
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
@@ -55070,13 +55021,8 @@
updateMsTeamsChannelSettings: JsmChatUpdateMsTeamsChannelSettingsOutput;
updateMsTeamsProjectSettings: JsmChatUpdateMsTeamsProjectSettingsOutput;
updateProjectSettings?: Maybe<JsmChatUpdateProjectSettingsOutput>;
};
-export declare type JsmChatMutationAddConversationInteractionArgs = {
- conversationId: Scalars['ID']['input'];
- input: JsmChatAddConversationInteractionInput;
- workspaceAri: Scalars['ID']['input'];
-};
export declare type JsmChatMutationAddWebConversationInteractionArgs = {
conversationId: Scalars['ID']['input'];
conversationMessageId: Scalars['ID']['input'];
input: JsmChatWebAddConversationInteractionInput;
@@ -55098,13 +55044,8 @@
export declare type JsmChatMutationCreateConversationAnalyticsEventArgs = {
input: JsmChatCreateConversationAnalyticsInput;
workspaceAri: Scalars['ID']['input'];
};
-export declare type JsmChatMutationCreateConversationMessageArgs = {
- conversationId: Scalars['ID']['input'];
- input: JsmChatCreateConversationMessageInput;
- workspaceAri: Scalars['ID']['input'];
-};
export declare type JsmChatMutationCreateWebConversationMessageArgs = {
conversationId: Scalars['ID']['input'];
input: JsmChatCreateWebConversationMessageInput;
workspaceAri: Scalars['ID']['input'];
@@ -55218,21 +55159,13 @@
uninstalled?: Maybe<Scalars['Boolean']['output']>;
};
export declare type JsmChatSubscription = {
__typename?: 'JsmChatSubscription';
- onConversationUpdate?: Maybe<JsmChatConversationUpdateSubscriptionPayload>;
updateConversation?: Maybe<JsmChatWebSubscriptionResponse>;
};
-export declare type JsmChatSubscriptionOnConversationUpdateArgs = {
- conversationId: Scalars['ID']['input'];
-};
export declare type JsmChatSubscriptionUpdateConversationArgs = {
conversationId: Scalars['ID']['input'];
};
-export declare type JsmChatSubscriptionEstablishedPayload = {
- __typename?: 'JsmChatSubscriptionEstablishedPayload';
- id: Scalars['ID']['output'];
-};
export declare type JsmChatUpdateChannelSettingsInput = {
isDeflectionChannel?: InputMaybe<Scalars['Boolean']['input']>;
isVirtualAgentChannel?: InputMaybe<Scalars['Boolean']['input']>;
requestTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -59732,10 +59665,8 @@
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
createDevOpsServiceAndRepositoryRelationship?: Maybe<CreateDevOpsServiceAndRepositoryRelationshipPayload>;
createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
- createJiraProjectAndOpsgenieTeamRelationship?: Maybe<CreateJiraProjectAndOpsgenieTeamRelationshipPayload>;
- createJiraProjectAndRepositoryRelationship?: Maybe<CreateJiraProjectAndRepositoryRelationshipPayload>;
createPolarisComment?: Maybe<CreatePolarisCommentPayload>;
createPolarisIdeaTemplate?: Maybe<CreatePolarisIdeaTemplatePayload>;
createPolarisInsight?: Maybe<CreatePolarisInsightPayload>;
createPolarisPlay?: Maybe<CreatePolarisPlayPayload>;
@@ -59758,10 +59689,8 @@
deleteDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<DeleteDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
deleteDevOpsServiceAndRepositoryRelationship?: Maybe<DeleteDevOpsServiceAndRepositoryRelationshipPayload>;
deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
deleteDevOpsServiceRelationship?: Maybe<DeleteDevOpsServiceRelationshipPayload>;
- deleteJiraProjectAndOpsgenieTeamRelationship?: Maybe<DeleteJiraProjectAndOpsgenieTeamRelationshipPayload>;
- deleteJiraProjectAndRepositoryRelationship?: Maybe<DeleteJiraProjectAndRepositoryRelationshipPayload>;
deletePolarisIdeaTemplate?: Maybe<DeletePolarisIdeaTemplatePayload>;
deletePolarisInsight?: Maybe<DeletePolarisInsightPayload>;
deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
deletePolarisView?: Maybe<DeletePolarisViewPayload>;
@@ -59852,10 +59781,8 @@
updateDevOpsServiceAndRepositoryRelationship?: Maybe<UpdateDevOpsServiceAndRepositoryRelationshipPayload>;
updateDevOpsServiceEntityProperties?: Maybe<UpdateDevOpsServiceEntityPropertiesPayload>;
updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
- updateJiraProjectAndOpsgenieTeamRelationship?: Maybe<UpdateJiraProjectAndOpsgenieTeamRelationshipPayload>;
- updateJiraProjectAndRepositoryRelationship?: Maybe<UpdateJiraProjectAndRepositoryRelationshipPayload>;
updatePolarisComment?: Maybe<UpdatePolarisCommentPayload>;
updatePolarisIdea?: Maybe<UpdatePolarisIdeaPayload>;
updatePolarisIdeaTemplate?: Maybe<UpdatePolarisIdeaTemplatePayload>;
updatePolarisInsight?: Maybe<UpdatePolarisInsightPayload>;
@@ -60436,14 +60363,8 @@
};
export declare type MutationCreateHostedResourceUploadUrlArgs = {
input: CreateHostedResourceUploadUrlInput;
};
-export declare type MutationCreateJiraProjectAndOpsgenieTeamRelationshipArgs = {
- input: CreateJiraProjectAndOpsgenieTeamRelationshipInput;
-};
-export declare type MutationCreateJiraProjectAndRepositoryRelationshipArgs = {
- input: CreateJiraProjectAndRepositoryRelationshipInput;
-};
export declare type MutationCreatePolarisCommentArgs = {
input: CreatePolarisCommentInput;
};
export declare type MutationCreatePolarisIdeaTemplateArgs = {
@@ -60530,14 +60451,8 @@
};
export declare type MutationDeleteDevOpsServiceRelationshipArgs = {
input: DeleteDevOpsServiceRelationshipInput;
};
-export declare type MutationDeleteJiraProjectAndOpsgenieTeamRelationshipArgs = {
- input: DeleteJiraProjectAndOpsgenieTeamRelationshipInput;
-};
-export declare type MutationDeleteJiraProjectAndRepositoryRelationshipArgs = {
- input: DeleteJiraProjectAndRepositoryRelationshipInput;
-};
export declare type MutationDeletePolarisIdeaTemplateArgs = {
input: DeletePolarisIdeaTemplateInput;
};
export declare type MutationDeletePolarisInsightArgs = {
@@ -60740,14 +60655,8 @@
};
export declare type MutationUpdateDeveloperLogAccessArgs = {
input: UpdateDeveloperLogAccessInput;
};
-export declare type MutationUpdateJiraProjectAndOpsgenieTeamRelationshipArgs = {
- input: UpdateJiraProjectAndOpsgenieTeamRelationshipInput;
-};
-export declare type MutationUpdateJiraProjectAndRepositoryRelationshipArgs = {
- input: UpdateJiraProjectAndRepositoryRelationshipInput;
-};
export declare type MutationUpdatePolarisCommentArgs = {
input: UpdatePolarisCommentInput;
};
export declare type MutationUpdatePolarisIdeaArgs = {
@@ -61161,9 +61070,8 @@
createdAt?: Maybe<Scalars['DateTime']['output']>;
description?: Maybe<Scalars['String']['output']>;
devOpsServiceRelationships?: Maybe<DevOpsServiceAndOpsgenieTeamRelationshipConnection>;
id: Scalars['ID']['output'];
- jiraProjectRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
members?: Maybe<OpsgenieTeamMemberConnection>;
name?: Maybe<Scalars['String']['output']>;
schedules?: Maybe<Array<Maybe<OpsgenieSchedule>>>;
updatedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -61178,12 +61086,8 @@
export declare type OpsgenieTeamDevOpsServiceRelationshipsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
};
-export declare type OpsgenieTeamJiraProjectRelationshipsArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
-};
export declare type OpsgenieTeamMembersArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -62745,18 +62649,16 @@
ipmFlag?: Maybe<ContentPlatformIpmFlag>;
ipmFlags: ContentPlatformIpmFlagSearchConnection;
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
+ ipmInlineDialog?: Maybe<ContentPlatformIpmInlineDialog>;
+ ipmInlineDialogs: ContentPlatformIpmInlineDialogSearchConnection;
ipmMultiStep?: Maybe<ContentPlatformIpmMultiStep>;
ipmMultiSteps: ContentPlatformIpmMultiStepSearchConnection;
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
jira?: Maybe<JiraQuery>;
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
- jiraProjectRelationshipsForOpsgenieTeam?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
- jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
jiraReleases?: Maybe<JiraReleases>;
jsmChat?: Maybe<JsmChatQuery>;
jsw?: Maybe<JswQuery>;
@@ -62783,9 +62685,8 @@
notifications?: Maybe<InfluentsNotificationQuery>;
oauthClients?: Maybe<OAuthClientsQuery>;
opsgenie?: Maybe<OpsgenieQuery>;
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
- opsgenieTeamRelationshipsForJiraProject?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
partner?: Maybe<Partner>;
partnerEarlyAccess?: Maybe<PeapQueryApi>;
pokemon?: Maybe<PokemonQuery>;
pokemonTrainers?: Maybe<PokemonTrainersQuery>;
@@ -62814,9 +62715,8 @@
radar_workspace: RadarWorkspace;
releaseNote?: Maybe<ContentPlatformReleaseNote>;
releaseNotes: ContentPlatformReleaseNotesConnection;
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
- repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
roadmaps?: Maybe<RoadmapsQuery>;
sandbox: SandboxQuery;
search?: Maybe<SearchQueryApi>;
settings_navigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
@@ -64059,8 +63959,15 @@
};
export declare type QueryIpmImageModalsArgs = {
search: ContentPlatformSearchApIv2Query;
};
+export declare type QueryIpmInlineDialogArgs = {
+ id: Scalars['String']['input'];
+ publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
+};
+export declare type QueryIpmInlineDialogsArgs = {
+ search: ContentPlatformSearchApIv2Query;
+};
export declare type QueryIpmMultiStepArgs = {
id: Scalars['String']['input'];
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
};
@@ -64069,27 +63976,8 @@
};
export declare type QueryIsSainSearchEnabledArgs = {
cloudId: Scalars['String']['input'];
};
-export declare type QueryJiraProjectAndOpsgenieTeamRelationshipArgs = {
- id: Scalars['ID']['input'];
-};
-export declare type QueryJiraProjectAndRepositoryRelationshipArgs = {
- id: Scalars['ID']['input'];
-};
-export declare type QueryJiraProjectRelationshipsForOpsgenieTeamArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
- id: Scalars['ID']['input'];
-};
-export declare type QueryJiraProjectRelationshipsForRepositoryArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- cloudId: Scalars['ID']['input'];
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
- first?: InputMaybe<Scalars['Int']['input']>;
- id: Scalars['ID']['input'];
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
-};
export declare type QueryJiraProjectRelationshipsForServiceArgs = {
after?: InputMaybe<Scalars['String']['input']>;
filter?: InputMaybe<DevOpsServiceAndJiraProjectRelationshipFilter>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -64141,13 +64029,8 @@
};
export declare type QueryOpsgenieTeamRelationshipForDevOpsServiceArgs = {
id: Scalars['ID']['input'];
};
-export declare type QueryOpsgenieTeamRelationshipsForJiraProjectArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
- id: Scalars['ID']['input'];
-};
export declare type QueryPolarisCollabTokenArgs = {
viewID: Scalars['ID']['input'];
};
export declare type QueryPolarisGetDetailedReactionArgs = {
@@ -64255,15 +64138,8 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
};
-export declare type QueryRepositoryRelationshipsForJiraProjectArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
- first?: InputMaybe<Scalars['Int']['input']>;
- id: Scalars['ID']['input'];
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
-};
export declare type QuerySettings_NavigationCustomisationArgs = {
entityAri?: InputMaybe<Scalars['ID']['input']>;
ownerAri?: InputMaybe<Scalars['ID']['input']>;
};
@@ -66881,10 +66757,18 @@
adf?: Maybe<Scalars['JSON']['output']>;
contentId: Scalars['ID']['output'];
field: Scalars['String']['output'];
redactable: Scalars['Boolean']['output'];
+ redactedOn?: Maybe<Scalars['DateTime']['output']>;
+ redactionStatus: ShepherdAlertSnippetRedactionStatus;
snippetTextBlocks?: Maybe<Array<ShepherdAlertSnippetTextBlock>>;
};
+export declare enum ShepherdAlertSnippetRedactionStatus {
+ Redacted = "REDACTED",
+ RedactionFailed = "REDACTION_FAILED",
+ RedactionPending = "REDACTION_PENDING",
+ Unredacted = "UNREDACTED"
+}
export declare type ShepherdAlertSnippetResult = QueryError | ShepherdAlertSnippets;
export declare type ShepherdAlertSnippetTextBlock = {
__typename?: 'ShepherdAlertSnippetTextBlock';
isSensitive?: Maybe<Scalars['Boolean']['output']>;
@@ -66957,40 +66841,8 @@
CreatedPolicy = "CREATED_POLICY",
CreatedSamlConfig = "CREATED_SAML_CONFIG",
CreatedTunnel = "CREATED_TUNNEL",
CreatedUserProvisioning = "CREATED_USER_PROVISIONING",
- DataCenterAdminGroupDeleted = "DATA_CENTER_ADMIN_GROUP_DELETED",
- DataCenterAdminGroupPermissionAdded = "DATA_CENTER_ADMIN_GROUP_PERMISSION_ADDED",
- DataCenterAdminGroupPermissionDeleted = "DATA_CENTER_ADMIN_GROUP_PERMISSION_DELETED",
- DataCenterAdminUsernameChanged = "DATA_CENTER_ADMIN_USERNAME_CHANGED",
- DataCenterAdminUserAddedToGroup = "DATA_CENTER_ADMIN_USER_ADDED_TO_GROUP",
- DataCenterAdminUserAnonymized = "DATA_CENTER_ADMIN_USER_ANONYMIZED",
- DataCenterAdminUserDeletedFromGroup = "DATA_CENTER_ADMIN_USER_DELETED_FROM_GROUP",
- DataCenterAdminUserDetailsChanged = "DATA_CENTER_ADMIN_USER_DETAILS_CHANGED",
- DataCenterAdminUserLoggedInWithout_2Sv = "DATA_CENTER_ADMIN_USER_LOGGED_IN_WITHOUT_2SV",
- DataCenterAdminUserPasswordChanged = "DATA_CENTER_ADMIN_USER_PASSWORD_CHANGED",
- DataCenterAllowlistDisabled = "DATA_CENTER_ALLOWLIST_DISABLED",
- DataCenterAllowlistEnabled = "DATA_CENTER_ALLOWLIST_ENABLED",
- DataCenterAllowlistEntryAdded = "DATA_CENTER_ALLOWLIST_ENTRY_ADDED",
- DataCenterAllowlistEntryDeleted = "DATA_CENTER_ALLOWLIST_ENTRY_DELETED",
- DataCenterAllowlistEntryModified = "DATA_CENTER_ALLOWLIST_ENTRY_MODIFIED",
- DataCenterAnnouncementBannerAdded = "DATA_CENTER_ANNOUNCEMENT_BANNER_ADDED",
- DataCenterAnnouncementBannerDeleted = "DATA_CENTER_ANNOUNCEMENT_BANNER_DELETED",
- DataCenterAnnouncementBannerUpdated = "DATA_CENTER_ANNOUNCEMENT_BANNER_UPDATED",
- DataCenterAppInstalled = "DATA_CENTER_APP_INSTALLED",
- DataCenterAuditingConfigModified = "DATA_CENTER_AUDITING_CONFIG_MODIFIED",
- DataCenterAuthenticationMethodAdded = "DATA_CENTER_AUTHENTICATION_METHOD_ADDED",
- DataCenterAuthenticationMethodDeleted = "DATA_CENTER_AUTHENTICATION_METHOD_DELETED",
- DataCenterAuthenticationMethodModified = "DATA_CENTER_AUTHENTICATION_METHOD_MODIFIED",
- DataCenterBasicAuthenticationConfigurationDisabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_DISABLED",
- DataCenterBasicAuthenticationConfigurationEnabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_ENABLED",
- DataCenterConfigurationChanged = "DATA_CENTER_CONFIGURATION_CHANGED",
- DataCenterExportStarted = "DATA_CENTER_EXPORT_STARTED",
- DataCenterImportCompleted = "DATA_CENTER_IMPORT_COMPLETED",
- DataCenterUserAddedToSecurityGroup = "DATA_CENTER_USER_ADDED_TO_SECURITY_GROUP",
- DataCenterUserDeletedFromSecurityGroup = "DATA_CENTER_USER_DELETED_FROM_SECURITY_GROUP",
- DataCenterUserDirectoryAdded = "DATA_CENTER_USER_DIRECTORY_ADDED",
- DataCenterUserDirectoryDeleted = "DATA_CENTER_USER_DIRECTORY_DELETED",
DataSecurityPolicyActivated = "DATA_SECURITY_POLICY_ACTIVATED",
DataSecurityPolicyDeactivated = "DATA_SECURITY_POLICY_DEACTIVATED",
DataSecurityPolicyDeleted = "DATA_SECURITY_POLICY_DELETED",
DataSecurityPolicyUpdated = "DATA_SECURITY_POLICY_UPDATED",
@@ -67023,8 +66875,9 @@
JiraDataDiscoveryUsSsn = "JIRA_DATA_DISCOVERY_US_SSN",
JiraIssueCrawling = "JIRA_ISSUE_CRAWLING",
LoginFromMaliciousIpAddress = "LOGIN_FROM_MALICIOUS_IP_ADDRESS",
LoginFromTorExitNode = "LOGIN_FROM_TOR_EXIT_NODE",
+ MobileScreenLock = "MOBILE_SCREEN_LOCK",
OrgLoggedInAsUser = "ORG_LOGGED_IN_AS_USER",
ProjectClassificationLevelDecreased = "PROJECT_CLASSIFICATION_LEVEL_DECREASED",
ProjectClassificationLevelIncreased = "PROJECT_CLASSIFICATION_LEVEL_INCREASED",
RotateScimDirectoryToken = "ROTATE_SCIM_DIRECTORY_TOKEN",
@@ -67072,9 +66925,11 @@
export declare enum ShepherdAtlassianProduct {
AdminHub = "ADMIN_HUB",
Bitbucket = "BITBUCKET",
Confluence = "CONFLUENCE",
+ ConfluenceDc = "CONFLUENCE_DC",
GuardDetect = "GUARD_DETECT",
+ JiraDc = "JIRA_DC",
JiraSoftware = "JIRA_SOFTWARE",
Marketplace = "MARKETPLACE"
}
export declare type ShepherdAtlassianSystemActor = {
@@ -67390,9 +67245,8 @@
key: Scalars['String']['input'];
scanningRules?: InputMaybe<Array<ShepherdCustomScanningRuleInput>>;
};
export declare type ShepherdDetectionSettingSetValueInput = {
- booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
entries?: InputMaybe<Array<ShepherdDetectionSettingSetValueEntryInput>>;
stringValues?: InputMaybe<Array<Scalars['ID']['input']>>;
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
};
@@ -68059,9 +67913,8 @@
value: ShepherdWorkspaceSettingValueInput;
};
export declare type ShepherdWorkspaceSettingValueInput = {
confluenceEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
- enabledValue?: InputMaybe<Scalars['Boolean']['input']>;
jiraEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
};
export declare type ShepherdWorkspaceUpdateCustomDetectionInput = {
@@ -71100,8 +70953,9 @@
color?: Maybe<TrelloPlannerCalendarColor>;
enabled?: Maybe<Scalars['Boolean']['output']>;
events?: Maybe<TrelloPlannerCalendarEventConnection>;
id: Scalars['ID']['output'];
+ isPrimary?: Maybe<Scalars['Boolean']['output']>;
objectId?: Maybe<Scalars['ID']['output']>;
providerCalendarId?: Maybe<Scalars['ID']['output']>;
readOnly?: Maybe<Scalars['Boolean']['output']>;
timezone?: Maybe<Scalars['String']['output']>;
@@ -71181,8 +71035,9 @@
createdByTrello?: Maybe<Scalars['Boolean']['output']>;
description?: Maybe<Scalars['String']['output']>;
endAt?: Maybe<Scalars['DateTime']['output']>;
id: Scalars['ID']['output'];
+ link?: Maybe<Scalars['String']['output']>;
parentEventId?: Maybe<Scalars['ID']['output']>;
readOnly?: Maybe<Scalars['Boolean']['output']>;
startAt?: Maybe<Scalars['DateTime']['output']>;
status?: Maybe<TrelloPlannerCalendarEventStatus>;
@@ -71314,8 +71169,9 @@
};
export declare type TrelloProviderCalendarInterface = {
color?: Maybe<TrelloPlannerCalendarColor>;
id: Scalars['ID']['output'];
+ isPrimary?: Maybe<Scalars['Boolean']['output']>;
readOnly?: Maybe<Scalars['Boolean']['output']>;
timezone?: Maybe<Scalars['String']['output']>;
title?: Maybe<Scalars['String']['output']>;
type?: Maybe<TrelloSupportedPlannerProviders>;
@@ -72593,31 +72449,8 @@
__typename?: 'UpdateDeveloperLogAccessPayload';
errors?: Maybe<Array<MutationError>>;
success: Scalars['Boolean']['output'];
};
-export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipInput = {
- description?: InputMaybe<Scalars['String']['input']>;
- id: Scalars['ID']['input'];
- revision: Scalars['ID']['input'];
-};
-export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
- __typename?: 'UpdateJiraProjectAndOpsgenieTeamRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
- success: Scalars['Boolean']['output'];
-};
-export declare type UpdateJiraProjectAndRepositoryRelationshipInput = {
- description?: InputMaybe<Scalars['String']['input']>;
- id: Scalars['ID']['input'];
- revision: Scalars['ID']['input'];
- thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
-};
-export declare type UpdateJiraProjectAndRepositoryRelationshipPayload = Payload & {
- __typename?: 'UpdateJiraProjectAndRepositoryRelationshipPayload';
- errors?: Maybe<Array<MutationError>>;
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
- success: Scalars['Boolean']['output'];
-};
export declare type UpdatePolarisCommentInput = {
content?: InputMaybe<Scalars['JSON']['input']>;
delete?: InputMaybe<Scalars['Boolean']['input']>;
id: Scalars['ID']['input'];