@forge/cli-shared 6.2.1-next.8 → 6.3.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export declare type ActionsActionInput = {
145
145
  __typename?: 'ActionsActionInput';
146
146
  default?: Maybe<Scalars['JSON']['output']>;
147
147
  description?: Maybe<ActionsDescription>;
148
+ fetchAction?: Maybe<ActionsAction>;
148
149
  items?: Maybe<ActionsActionInputItems>;
149
150
  pattern?: Maybe<Scalars['String']['output']>;
150
151
  required: Scalars['Boolean']['output'];
@@ -1944,7 +1945,6 @@ export declare type BitbucketRepository = CodeRepository & Node & {
1944
1945
  devOpsServiceRelationships?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
1945
1946
  href?: Maybe<Scalars['URL']['output']>;
1946
1947
  id: Scalars['ID']['output'];
1947
- jiraProjectRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
1948
1948
  name: Scalars['String']['output'];
1949
1949
  webUrl?: Maybe<Scalars['URL']['output']>;
1950
1950
  workspace?: Maybe<BitbucketWorkspace>;
@@ -1955,13 +1955,6 @@ export declare type BitbucketRepositoryDevOpsServiceRelationshipsArgs = {
1955
1955
  first?: InputMaybe<Scalars['Int']['input']>;
1956
1956
  sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
1957
1957
  };
1958
- export declare type BitbucketRepositoryJiraProjectRelationshipsArgs = {
1959
- after?: InputMaybe<Scalars['String']['input']>;
1960
- cloudId: Scalars['ID']['input'];
1961
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
1962
- first?: InputMaybe<Scalars['Int']['input']>;
1963
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
1964
- };
1965
1958
  export declare type BitbucketRepositoryAvatar = {
1966
1959
  __typename?: 'BitbucketRepositoryAvatar';
1967
1960
  url: Scalars['URL']['output'];
@@ -14844,6 +14837,7 @@ export declare type ContentPlatformIpmComponentLinkButton = {
14844
14837
  id: Scalars['String']['output'];
14845
14838
  updatedAt?: Maybe<Scalars['String']['output']>;
14846
14839
  };
14840
+ export declare type ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion = ContentPlatformIpmComponentGsacButton | ContentPlatformIpmComponentLinkButton;
14847
14841
  export declare type ContentPlatformIpmComponentNextButton = {
14848
14842
  __typename?: 'ContentPlatformIpmComponentNextButton';
14849
14843
  buttonAltText?: Maybe<Scalars['String']['output']>;
@@ -14907,6 +14901,29 @@ export declare type ContentPlatformIpmImageModalSearchConnection = {
14907
14901
  edges: Array<ContentPlatformIpmImageModalResultEdge>;
14908
14902
  pageInfo: PageInfo;
14909
14903
  };
14904
+ export declare type ContentPlatformIpmInlineDialog = {
14905
+ __typename?: 'ContentPlatformIpmInlineDialog';
14906
+ anchored: ContentPlatformIpmAnchored;
14907
+ body: Scalars['JSON']['output'];
14908
+ createdAt?: Maybe<Scalars['String']['output']>;
14909
+ featuredImage?: Maybe<ContentPlatformIpmCompImage>;
14910
+ id: Scalars['String']['output'];
14911
+ primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
14912
+ secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
14913
+ title: Scalars['String']['output'];
14914
+ trigger: Array<ContentPlatformIpmTrigger>;
14915
+ updatedAt?: Maybe<Scalars['String']['output']>;
14916
+ };
14917
+ export declare type ContentPlatformIpmInlineDialogResultEdge = {
14918
+ __typename?: 'ContentPlatformIpmInlineDialogResultEdge';
14919
+ cursor: Scalars['String']['output'];
14920
+ node: ContentPlatformIpmInlineDialog;
14921
+ };
14922
+ export declare type ContentPlatformIpmInlineDialogSearchConnection = {
14923
+ __typename?: 'ContentPlatformIpmInlineDialogSearchConnection';
14924
+ edges: Array<ContentPlatformIpmInlineDialogResultEdge>;
14925
+ pageInfo: PageInfo;
14926
+ };
14910
14927
  export declare type ContentPlatformIpmMultiStep = {
14911
14928
  __typename?: 'ContentPlatformIpmMultiStep';
14912
14929
  body: Scalars['JSON']['output'];
@@ -16033,32 +16050,6 @@ export declare type CreateIncomingWebhookToken = {
16033
16050
  name?: Maybe<Scalars['String']['output']>;
16034
16051
  value: Scalars['String']['output'];
16035
16052
  };
16036
- export declare type CreateJiraProjectAndOpsgenieTeamRelationshipInput = {
16037
- description?: InputMaybe<Scalars['String']['input']>;
16038
- jiraProjectId: Scalars['ID']['input'];
16039
- jiraProjectType?: InputMaybe<DevOpsJiraProjectType>;
16040
- opsgenieTeamId: Scalars['ID']['input'];
16041
- properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
16042
- };
16043
- export declare type CreateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
16044
- __typename?: 'CreateJiraProjectAndOpsgenieTeamRelationshipPayload';
16045
- errors?: Maybe<Array<MutationError>>;
16046
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
16047
- success: Scalars['Boolean']['output'];
16048
- };
16049
- export declare type CreateJiraProjectAndRepositoryRelationshipInput = {
16050
- bitbucketRepositoryId?: InputMaybe<Scalars['ID']['input']>;
16051
- description?: InputMaybe<Scalars['String']['input']>;
16052
- jiraProjectId: Scalars['ID']['input'];
16053
- properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
16054
- thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
16055
- };
16056
- export declare type CreateJiraProjectAndRepositoryRelationshipPayload = Payload & {
16057
- __typename?: 'CreateJiraProjectAndRepositoryRelationshipPayload';
16058
- errors?: Maybe<Array<MutationError>>;
16059
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
16060
- success: Scalars['Boolean']['output'];
16061
- };
16062
16053
  export declare type CreatePolarisCommentInput = {
16063
16054
  content?: InputMaybe<Scalars['JSON']['input']>;
16064
16055
  kind?: InputMaybe<PolarisCommentKind>;
@@ -17370,22 +17361,6 @@ export declare type DeleteEventSourcePayload = Payload & {
17370
17361
  errors?: Maybe<Array<MutationError>>;
17371
17362
  success: Scalars['Boolean']['output'];
17372
17363
  };
17373
- export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipInput = {
17374
- id: Scalars['ID']['input'];
17375
- };
17376
- export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
17377
- __typename?: 'DeleteJiraProjectAndOpsgenieTeamRelationshipPayload';
17378
- errors?: Maybe<Array<MutationError>>;
17379
- success: Scalars['Boolean']['output'];
17380
- };
17381
- export declare type DeleteJiraProjectAndRepositoryRelationshipInput = {
17382
- id: Scalars['ID']['input'];
17383
- };
17384
- export declare type DeleteJiraProjectAndRepositoryRelationshipPayload = Payload & {
17385
- __typename?: 'DeleteJiraProjectAndRepositoryRelationshipPayload';
17386
- errors?: Maybe<Array<MutationError>>;
17387
- success: Scalars['Boolean']['output'];
17388
- };
17389
17364
  export declare type DeletePolarisIdeaTemplateInput = {
17390
17365
  id: Scalars['ID']['input'];
17391
17366
  project: Scalars['ID']['input'];
@@ -17752,6 +17727,20 @@ export declare type DevAiMutationsSetAutofixEnabledStateForRepositoryArgs = {
17752
17727
  export declare type DevAiMutationsTriggerAutofixScanArgs = {
17753
17728
  input: DevAiTriggerAutofixScanInput;
17754
17729
  };
17730
+ export declare type DevAiPhaseEndedAutodevLog = DevAiAutodevLog & {
17731
+ __typename?: 'DevAiPhaseEndedAutodevLog';
17732
+ id: Scalars['ID']['output'];
17733
+ phase?: Maybe<DevAiAutodevLogPhase>;
17734
+ status?: Maybe<DevAiAutodevLogStatus>;
17735
+ timestamp?: Maybe<Scalars['DateTime']['output']>;
17736
+ };
17737
+ export declare type DevAiPhaseStartedAutodevLog = DevAiAutodevLog & {
17738
+ __typename?: 'DevAiPhaseStartedAutodevLog';
17739
+ id: Scalars['ID']['output'];
17740
+ phase?: Maybe<DevAiAutodevLogPhase>;
17741
+ status?: Maybe<DevAiAutodevLogStatus>;
17742
+ timestamp?: Maybe<Scalars['DateTime']['output']>;
17743
+ };
17755
17744
  export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
17756
17745
  __typename?: 'DevAiPlaintextAutodevLog';
17757
17746
  id: Scalars['ID']['output'];
@@ -18262,11 +18251,6 @@ export declare type DevOpsFeatureFlagSummary = {
18262
18251
  rolloutText?: Maybe<Scalars['String']['output']>;
18263
18252
  url?: Maybe<Scalars['URL']['output']>;
18264
18253
  };
18265
- export declare enum DevOpsJiraProjectType {
18266
- JiraCore = "JIRA_CORE",
18267
- JiraServicedesk = "JIRA_SERVICEDESK",
18268
- JiraSoftware = "JIRA_SOFTWARE"
18269
- }
18270
18254
  export declare type DevOpsMetrics = {
18271
18255
  __typename?: 'DevOpsMetrics';
18272
18256
  cycleTime?: Maybe<DevOpsMetricsCycleTime>;
@@ -19917,7 +19901,7 @@ export declare type ExternalAssociationEdge = {
19917
19901
  cursor?: Maybe<Scalars['String']['output']>;
19918
19902
  node?: Maybe<ExternalAssociation>;
19919
19903
  };
19920
- export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
19904
+ export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
19921
19905
  export declare type ExternalAttachment = {
19922
19906
  __typename?: 'ExternalAttachment';
19923
19907
  byteSize?: Maybe<Scalars['Long']['output']>;
@@ -19926,6 +19910,19 @@ export declare type ExternalAttachment = {
19926
19910
  title?: Maybe<Scalars['String']['output']>;
19927
19911
  url?: Maybe<Scalars['String']['output']>;
19928
19912
  };
19913
+ export declare type ExternalAttendee = {
19914
+ __typename?: 'ExternalAttendee';
19915
+ isOptional?: Maybe<Scalars['Boolean']['output']>;
19916
+ rsvpStatus?: Maybe<ExternalAttendeeRsvpStatus>;
19917
+ user?: Maybe<ExternalUser>;
19918
+ };
19919
+ export declare enum ExternalAttendeeRsvpStatus {
19920
+ Accepted = "ACCEPTED",
19921
+ Declined = "DECLINED",
19922
+ NotResponded = "NOT_RESPONDED",
19923
+ Other = "OTHER",
19924
+ TenativelyAccepted = "TENATIVELY_ACCEPTED"
19925
+ }
19929
19926
  export declare type ExternalAuthCredentialsInput = {
19930
19927
  clientId?: InputMaybe<Scalars['ID']['input']>;
19931
19928
  clientSecret?: InputMaybe<Scalars['String']['input']>;
@@ -19995,6 +19992,38 @@ export declare enum ExternalBuildState {
19995
19992
  Successful = "SUCCESSFUL",
19996
19993
  Unknown = "UNKNOWN"
19997
19994
  }
19995
+ export declare type ExternalCalendarEvent = Node & {
19996
+ __typename?: 'ExternalCalendarEvent';
19997
+ associatedWith?: Maybe<ExternalAssociationConnection>;
19998
+ attachments?: Maybe<Array<Maybe<ExternalCalendarEventAttachment>>>;
19999
+ attendees?: Maybe<Array<Maybe<ExternalAttendee>>>;
20000
+ createdAt?: Maybe<Scalars['String']['output']>;
20001
+ createdBy?: Maybe<ExternalUser>;
20002
+ description?: Maybe<Scalars['String']['output']>;
20003
+ displayName?: Maybe<Scalars['String']['output']>;
20004
+ eventEndTime?: Maybe<Scalars['String']['output']>;
20005
+ eventStartTime?: Maybe<Scalars['String']['output']>;
20006
+ eventType?: Maybe<ExternalEventType>;
20007
+ externalId?: Maybe<Scalars['String']['output']>;
20008
+ id: Scalars['ID']['output'];
20009
+ lastUpdated?: Maybe<Scalars['String']['output']>;
20010
+ lastUpdatedBy?: Maybe<ExternalUser>;
20011
+ location?: Maybe<ExternalLocation>;
20012
+ parent?: Maybe<ExternalEntity>;
20013
+ parentId?: Maybe<Scalars['ID']['output']>;
20014
+ recurringEventId?: Maybe<Scalars['String']['output']>;
20015
+ updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
20016
+ url?: Maybe<Scalars['String']['output']>;
20017
+ videoMeetingUrl?: Maybe<Scalars['String']['output']>;
20018
+ };
20019
+ export declare type ExternalCalendarEventAttachment = {
20020
+ __typename?: 'ExternalCalendarEventAttachment';
20021
+ byteSize?: Maybe<Scalars['Long']['output']>;
20022
+ mimeType?: Maybe<Scalars['String']['output']>;
20023
+ thumbnailUrl?: Maybe<Scalars['String']['output']>;
20024
+ title?: Maybe<Scalars['String']['output']>;
20025
+ url?: Maybe<Scalars['String']['output']>;
20026
+ };
19998
20027
  export declare enum ExternalChangeType {
19999
20028
  Added = "ADDED",
20000
20029
  Copied = "COPIED",
@@ -20154,15 +20183,19 @@ export declare type ExternalDocument = Node & {
20154
20183
  export declare enum ExternalDocumentCategory {
20155
20184
  Archive = "ARCHIVE",
20156
20185
  Audio = "AUDIO",
20186
+ Blogpost = "BLOGPOST",
20157
20187
  Code = "CODE",
20188
+ Comment = "COMMENT",
20158
20189
  Document = "DOCUMENT",
20159
20190
  Folder = "FOLDER",
20160
20191
  Form = "FORM",
20161
20192
  Image = "IMAGE",
20162
20193
  Other = "OTHER",
20194
+ Page = "PAGE",
20163
20195
  Pdf = "PDF",
20164
20196
  Presentation = "PRESENTATION",
20165
20197
  Shortcut = "SHORTCUT",
20198
+ Space = "SPACE",
20166
20199
  Spreadsheet = "SPREADSHEET",
20167
20200
  Video = "VIDEO",
20168
20201
  WebPage = "WEB_PAGE"
@@ -20178,6 +20211,7 @@ export declare type ExternalEntities = {
20178
20211
  __typename?: 'ExternalEntities';
20179
20212
  branch?: Maybe<Array<Maybe<ExternalBranch>>>;
20180
20213
  buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
20214
+ calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
20181
20215
  commit?: Maybe<Array<Maybe<ExternalCommit>>>;
20182
20216
  conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
20183
20217
  deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
@@ -20191,7 +20225,7 @@ export declare type ExternalEntities = {
20191
20225
  video?: Maybe<Array<Maybe<ExternalVideo>>>;
20192
20226
  vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
20193
20227
  };
20194
- export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
20228
+ export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
20195
20229
  export declare type ExternalEnvironment = {
20196
20230
  __typename?: 'ExternalEnvironment';
20197
20231
  displayName?: Maybe<Scalars['String']['output']>;
@@ -20205,6 +20239,17 @@ export declare enum ExternalEnvironmentType {
20205
20239
  Testing = "TESTING",
20206
20240
  Unmapped = "UNMAPPED"
20207
20241
  }
20242
+ export declare enum ExternalEventType {
20243
+ Appointment = "APPOINTMENT",
20244
+ Birthday = "BIRTHDAY",
20245
+ Default = "DEFAULT",
20246
+ Event = "EVENT",
20247
+ FocusTime = "FOCUS_TIME",
20248
+ OutOfOffice = "OUT_OF_OFFICE",
20249
+ Reminder = "REMINDER",
20250
+ Task = "TASK",
20251
+ WorkingLocation = "WORKING_LOCATION"
20252
+ }
20208
20253
  export declare type ExternalExportLink = {
20209
20254
  __typename?: 'ExternalExportLink';
20210
20255
  mimeType?: Maybe<Scalars['String']['output']>;
@@ -20263,11 +20308,25 @@ export declare type ExternalFileInfo = {
20263
20308
  fileCount?: Maybe<Scalars['Int']['output']>;
20264
20309
  files?: Maybe<Array<Maybe<ExternalFile>>>;
20265
20310
  };
20311
+ export declare type ExternalIcon = {
20312
+ __typename?: 'ExternalIcon';
20313
+ height?: Maybe<Scalars['Int']['output']>;
20314
+ isDefault?: Maybe<Scalars['Boolean']['output']>;
20315
+ uri?: Maybe<Scalars['String']['output']>;
20316
+ width?: Maybe<Scalars['Int']['output']>;
20317
+ };
20266
20318
  export declare type ExternalLargeContent = {
20267
20319
  __typename?: 'ExternalLargeContent';
20268
20320
  asText?: Maybe<Scalars['String']['output']>;
20269
20321
  mimeType?: Maybe<Scalars['String']['output']>;
20270
20322
  };
20323
+ export declare type ExternalLocation = {
20324
+ __typename?: 'ExternalLocation';
20325
+ address?: Maybe<Scalars['String']['output']>;
20326
+ coordinates?: Maybe<Scalars['String']['output']>;
20327
+ name?: Maybe<Scalars['String']['output']>;
20328
+ url?: Maybe<Scalars['String']['output']>;
20329
+ };
20271
20330
  export declare enum ExternalMembershipType {
20272
20331
  Private = "PRIVATE",
20273
20332
  Public = "PUBLIC",
@@ -41818,6 +41877,34 @@ export declare type JiraConfluenceRemoteIssueLink = {
41818
41877
  relationship?: Maybe<Scalars['String']['output']>;
41819
41878
  title?: Maybe<Scalars['String']['output']>;
41820
41879
  };
41880
+ export declare type JiraConfluenceRemoteIssueLinkConnection = {
41881
+ __typename?: 'JiraConfluenceRemoteIssueLinkConnection';
41882
+ edges?: Maybe<Array<Maybe<JiraConfluenceRemoteIssueLinkEdge>>>;
41883
+ pageInfo: PageInfo;
41884
+ totalCount?: Maybe<Scalars['Int']['output']>;
41885
+ };
41886
+ export declare type JiraConfluenceRemoteIssueLinkEdge = {
41887
+ __typename?: 'JiraConfluenceRemoteIssueLinkEdge';
41888
+ cursor: Scalars['String']['output'];
41889
+ node?: Maybe<JiraConfluenceRemoteIssueLink>;
41890
+ };
41891
+ export declare type JiraConfluenceRemoteIssueLinksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
41892
+ __typename?: 'JiraConfluenceRemoteIssueLinksField';
41893
+ aliasFieldId?: Maybe<Scalars['ID']['output']>;
41894
+ confluenceRemoteIssueLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
41895
+ description?: Maybe<Scalars['String']['output']>;
41896
+ fieldConfig?: Maybe<JiraFieldConfig>;
41897
+ fieldId: Scalars['String']['output'];
41898
+ id: Scalars['ID']['output'];
41899
+ isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
41900
+ issue?: Maybe<JiraIssue>;
41901
+ name: Scalars['String']['output'];
41902
+ type: Scalars['String']['output'];
41903
+ };
41904
+ export declare type JiraConfluenceRemoteIssueLinksFieldConfluenceRemoteIssueLinksArgs = {
41905
+ after?: InputMaybe<Scalars['String']['input']>;
41906
+ first?: InputMaybe<Scalars['Int']['input']>;
41907
+ };
41821
41908
  export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
41822
41909
  __typename?: 'JiraConnectDateTimeField';
41823
41910
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -46895,11 +46982,13 @@ export declare type JiraMutationJiraServiceManagementCreateRequestTypeCategoryAr
46895
46982
  };
46896
46983
  export declare type JiraMutationJiraServiceManagementDeleteRequestTypeCategoryArgs = {
46897
46984
  cloudId: Scalars['ID']['input'];
46985
+ projectId?: InputMaybe<Scalars['ID']['input']>;
46898
46986
  requestTypeCategoryId: Scalars['ID']['input'];
46899
46987
  };
46900
46988
  export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryArgs = {
46901
46989
  cloudId: Scalars['ID']['input'];
46902
46990
  input: JiraServiceManagementUpdateRequestTypeCategoryInput;
46991
+ projectId?: InputMaybe<Scalars['ID']['input']>;
46903
46992
  };
46904
46993
  export declare type JiraMutationJwmCreateCustomBackgroundArgs = {
46905
46994
  input: JiraWorkManagementCreateCustomBackgroundInput;
@@ -48266,7 +48355,6 @@ export declare type JiraProject = Node & {
48266
48355
  mostRecentlyViewedBoard?: Maybe<JiraBoardResult>;
48267
48356
  name: Scalars['String']['output'];
48268
48357
  navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
48269
- opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
48270
48358
  opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
48271
48359
  projectFieldTypeGroups?: Maybe<JiraFieldTypeGroupConnection>;
48272
48360
  projectId?: Maybe<Scalars['String']['output']>;
@@ -48276,7 +48364,6 @@ export declare type JiraProject = Node & {
48276
48364
  projectUrl?: Maybe<Scalars['String']['output']>;
48277
48365
  projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
48278
48366
  repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
48279
- repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
48280
48367
  selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
48281
48368
  servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
48282
48369
  similarIssues?: Maybe<JiraSimilarIssues>;
@@ -48381,10 +48468,6 @@ export declare type JiraProjectLinkedSecurityVulnerabilitiesByProjectArgs = {
48381
48468
  filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
48382
48469
  first?: InputMaybe<Scalars['Int']['input']>;
48383
48470
  };
48384
- export declare type JiraProjectOpsgenieTeamRelationshipsArgs = {
48385
- after?: InputMaybe<Scalars['String']['input']>;
48386
- first?: InputMaybe<Scalars['Int']['input']>;
48387
- };
48388
48471
  export declare type JiraProjectOpsgenieTeamsAvailableToLinkWithArgs = {
48389
48472
  after?: InputMaybe<Scalars['String']['input']>;
48390
48473
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -48399,12 +48482,6 @@ export declare type JiraProjectRepositoriesArgs = {
48399
48482
  first?: InputMaybe<Scalars['Int']['input']>;
48400
48483
  sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
48401
48484
  };
48402
- export declare type JiraProjectRepositoryRelationshipsArgs = {
48403
- after?: InputMaybe<Scalars['String']['input']>;
48404
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
48405
- first?: InputMaybe<Scalars['Int']['input']>;
48406
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
48407
- };
48408
48485
  export declare type JiraProjectServicesAvailableToLinkWithArgs = {
48409
48486
  after?: InputMaybe<Scalars['String']['input']>;
48410
48487
  filter?: InputMaybe<DevOpsServicesFilterInput>;
@@ -48448,6 +48525,7 @@ export declare type JiraProjectAction = {
48448
48525
  type: JiraProjectActionType;
48449
48526
  };
48450
48527
  export declare enum JiraProjectActionType {
48528
+ AssignIssues = "ASSIGN_ISSUES",
48451
48529
  CreateIssues = "CREATE_ISSUES",
48452
48530
  DeleteIssues = "DELETE_ISSUES",
48453
48531
  EditIssues = "EDIT_ISSUES",
@@ -48458,77 +48536,6 @@ export declare enum JiraProjectActionType {
48458
48536
  ViewIssues = "VIEW_ISSUES",
48459
48537
  ViewProjectConfig = "VIEW_PROJECT_CONFIG"
48460
48538
  }
48461
- export declare type JiraProjectAndOpsgenieTeamRelationship = Node & {
48462
- __typename?: 'JiraProjectAndOpsgenieTeamRelationship';
48463
- createdAt: Scalars['DateTime']['output'];
48464
- createdBy: Scalars['String']['output'];
48465
- description?: Maybe<Scalars['String']['output']>;
48466
- id: Scalars['ID']['output'];
48467
- jiraProject?: Maybe<JiraProject>;
48468
- jiraProjectType?: Maybe<DevOpsJiraProjectType>;
48469
- lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
48470
- lastUpdatedBy?: Maybe<Scalars['String']['output']>;
48471
- opsgenieTeam?: Maybe<OpsgenieTeam>;
48472
- properties?: Maybe<Scalars['JSON']['output']>;
48473
- revision: Scalars['ID']['output'];
48474
- };
48475
- export declare type JiraProjectAndOpsgenieTeamRelationshipPropertiesArgs = {
48476
- keys: Array<Scalars['String']['input']>;
48477
- };
48478
- export declare type JiraProjectAndOpsgenieTeamRelationshipConnection = {
48479
- __typename?: 'JiraProjectAndOpsgenieTeamRelationshipConnection';
48480
- edges?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationshipEdge>>>;
48481
- nodes?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationship>>>;
48482
- pageInfo: PageInfo;
48483
- };
48484
- export declare type JiraProjectAndOpsgenieTeamRelationshipEdge = {
48485
- __typename?: 'JiraProjectAndOpsgenieTeamRelationshipEdge';
48486
- cursor: Scalars['String']['output'];
48487
- node?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
48488
- };
48489
- export declare type JiraProjectAndRepositoryRelationship = Node & {
48490
- __typename?: 'JiraProjectAndRepositoryRelationship';
48491
- bitbucketRepository?: Maybe<BitbucketRepository>;
48492
- certainty: DevOpsRelationshipCertainty;
48493
- createdAt: Scalars['DateTime']['output'];
48494
- createdBy: Scalars['String']['output'];
48495
- description?: Maybe<Scalars['String']['output']>;
48496
- id: Scalars['ID']['output'];
48497
- jiraProject?: Maybe<JiraProject>;
48498
- lastInferredAt?: Maybe<Scalars['DateTime']['output']>;
48499
- lastInferredBy?: Maybe<Scalars['String']['output']>;
48500
- lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
48501
- lastUpdatedBy?: Maybe<Scalars['String']['output']>;
48502
- properties?: Maybe<Scalars['JSON']['output']>;
48503
- revision: Scalars['ID']['output'];
48504
- thirdPartyRepository?: Maybe<DevOpsThirdPartyRepository>;
48505
- };
48506
- export declare type JiraProjectAndRepositoryRelationshipPropertiesArgs = {
48507
- keys: Array<Scalars['String']['input']>;
48508
- };
48509
- export declare type JiraProjectAndRepositoryRelationshipConnection = {
48510
- __typename?: 'JiraProjectAndRepositoryRelationshipConnection';
48511
- edges?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationshipEdge>>>;
48512
- nodes?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationship>>>;
48513
- pageInfo: PageInfo;
48514
- };
48515
- export declare type JiraProjectAndRepositoryRelationshipEdge = {
48516
- __typename?: 'JiraProjectAndRepositoryRelationshipEdge';
48517
- cursor: Scalars['String']['output'];
48518
- node?: Maybe<JiraProjectAndRepositoryRelationship>;
48519
- };
48520
- export declare type JiraProjectAndRepositoryRelationshipFilter = {
48521
- certainty?: InputMaybe<DevOpsRelationshipCertaintyFilter>;
48522
- hostingProvider?: InputMaybe<DevOpsRepositoryHostingProviderFilter>;
48523
- withAllPropertyKeys?: InputMaybe<Array<Scalars['String']['input']>>;
48524
- };
48525
- export declare type JiraProjectAndRepositoryRelationshipSort = {
48526
- by: JiraProjectAndRepositoryRelationshipSortBy;
48527
- order?: SortDirection;
48528
- };
48529
- export declare enum JiraProjectAndRepositoryRelationshipSortBy {
48530
- LastInferredAt = "LAST_INFERRED_AT"
48531
- }
48532
48539
  export declare type JiraProjectAssociatedFieldsInput = {
48533
48540
  includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
48534
48541
  };
@@ -54765,17 +54772,6 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
54765
54772
  startedTime?: InputMaybe<Scalars['DateTime']['input']>;
54766
54773
  timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
54767
54774
  };
54768
- export declare type JsmChatAddConversationInteractionInput = {
54769
- authorId: Scalars['String']['input'];
54770
- interactionType: JsmChatInteractionType;
54771
- jiraFieldId?: InputMaybe<Scalars['String']['input']>;
54772
- selectedValue: Scalars['String']['input'];
54773
- };
54774
- export declare type JsmChatAddConversationInteractionPayload = Payload & {
54775
- __typename?: 'JsmChatAddConversationInteractionPayload';
54776
- errors?: Maybe<Array<MutationError>>;
54777
- success: Scalars['Boolean']['output'];
54778
- };
54779
54775
  export declare type JsmChatAppendixActionItem = {
54780
54776
  __typename?: 'JsmChatAppendixActionItem';
54781
54777
  id: Scalars['String']['output'];
@@ -54836,30 +54832,6 @@ export declare enum JsmChatConversationChannelType {
54836
54832
  Slack = "SLACK",
54837
54833
  Widget = "WIDGET"
54838
54834
  }
54839
- export declare type JsmChatConversationMessage = {
54840
- __typename?: 'JsmChatConversationMessage';
54841
- appendices?: Maybe<Array<Maybe<JsmChatConversationAppendixAction>>>;
54842
- authorType?: Maybe<JsmChatConversationUserRole>;
54843
- content?: Maybe<Scalars['JSON']['output']>;
54844
- contentType?: Maybe<JsmChatConversationMessageContentType>;
54845
- id: Scalars['ID']['output'];
54846
- };
54847
- export declare enum JsmChatConversationMessageContentType {
54848
- Adf = "ADF"
54849
- }
54850
- export declare type JsmChatConversationUpdateQueryError = {
54851
- __typename?: 'JsmChatConversationUpdateQueryError';
54852
- extensions?: Maybe<Array<QueryErrorExtension>>;
54853
- identifier?: Maybe<Scalars['ID']['output']>;
54854
- message?: Maybe<Scalars['String']['output']>;
54855
- };
54856
- export declare type JsmChatConversationUpdateSubscriptionPayload = JsmChatConversationMessage | JsmChatConversationUpdateQueryError | JsmChatSubscriptionEstablishedPayload;
54857
- export declare enum JsmChatConversationUserRole {
54858
- JsmAgent = "JSM_Agent",
54859
- Participant = "Participant",
54860
- Reporter = "Reporter",
54861
- VirtualAgent = "VirtualAgent"
54862
- }
54863
54835
  export declare type JsmChatCreateChannelInput = {
54864
54836
  channelName: Scalars['String']['input'];
54865
54837
  channelType: JsmChatChannelType;
@@ -54904,20 +54876,6 @@ export declare type JsmChatCreateConversationInput = {
54904
54876
  conversationContextAri: Scalars['ID']['input'];
54905
54877
  isTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
54906
54878
  };
54907
- export declare type JsmChatCreateConversationMessageInput = {
54908
- authorId: Scalars['String']['input'];
54909
- message: Scalars['String']['input'];
54910
- };
54911
- export declare type JsmChatCreateConversationMessagePayload = Payload & {
54912
- __typename?: 'JsmChatCreateConversationMessagePayload';
54913
- createConversationMessageResponse?: Maybe<JsmChatCreateConversationMessageResponse>;
54914
- errors?: Maybe<Array<MutationError>>;
54915
- success: Scalars['Boolean']['output'];
54916
- };
54917
- export declare type JsmChatCreateConversationMessageResponse = {
54918
- __typename?: 'JsmChatCreateConversationMessageResponse';
54919
- id: Scalars['ID']['output'];
54920
- };
54921
54879
  export declare type JsmChatCreateConversationPayload = Payload & {
54922
54880
  __typename?: 'JsmChatCreateConversationPayload';
54923
54881
  createConversationResponse?: Maybe<JsmChatCreateConversationResponse>;
@@ -54993,11 +54951,6 @@ export declare type JsmChatInitializeNativeConfigResponse = {
54993
54951
  connectedApp?: Maybe<JsmChatConnectedApps>;
54994
54952
  nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
54995
54953
  };
54996
- export declare enum JsmChatInteractionType {
54997
- Buttons = "BUTTONS",
54998
- Dropdown = "DROPDOWN",
54999
- JiraField = "JIRA_FIELD"
55000
- }
55001
54954
  export declare type JsmChatJiraFieldAppendix = {
55002
54955
  __typename?: 'JsmChatJiraFieldAppendix';
55003
54956
  fieldId: Scalars['String']['output'];
@@ -55055,13 +55008,11 @@ export declare type JsmChatMsTeamsUpdatedProjectSettings = {
55055
55008
  };
55056
55009
  export declare type JsmChatMutation = {
55057
55010
  __typename?: 'JsmChatMutation';
55058
- addConversationInteraction?: Maybe<JsmChatAddConversationInteractionPayload>;
55059
55011
  addWebConversationInteraction?: Maybe<JsmChatWebAddConversationInteractionPayload>;
55060
55012
  createChannel: JsmChatCreateChannelOutput;
55061
55013
  createComment?: Maybe<JsmChatCreateCommentOutput>;
55062
55014
  createConversation?: Maybe<JsmChatCreateConversationPayload>;
55063
55015
  createConversationAnalyticsEvent?: Maybe<JsmChatCreateConversationAnalyticsOutput>;
55064
- createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
55065
55016
  createWebConversationMessage?: Maybe<JsmChatCreateWebConversationMessagePayload>;
55066
55017
  deleteSlackChannelMapping: JsmChatDeleteSlackChannelMappingOutput;
55067
55018
  disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
@@ -55071,11 +55022,6 @@ export declare type JsmChatMutation = {
55071
55022
  updateMsTeamsProjectSettings: JsmChatUpdateMsTeamsProjectSettingsOutput;
55072
55023
  updateProjectSettings?: Maybe<JsmChatUpdateProjectSettingsOutput>;
55073
55024
  };
55074
- export declare type JsmChatMutationAddConversationInteractionArgs = {
55075
- conversationId: Scalars['ID']['input'];
55076
- input: JsmChatAddConversationInteractionInput;
55077
- workspaceAri: Scalars['ID']['input'];
55078
- };
55079
55025
  export declare type JsmChatMutationAddWebConversationInteractionArgs = {
55080
55026
  conversationId: Scalars['ID']['input'];
55081
55027
  conversationMessageId: Scalars['ID']['input'];
@@ -55099,11 +55045,6 @@ export declare type JsmChatMutationCreateConversationAnalyticsEventArgs = {
55099
55045
  input: JsmChatCreateConversationAnalyticsInput;
55100
55046
  workspaceAri: Scalars['ID']['input'];
55101
55047
  };
55102
- export declare type JsmChatMutationCreateConversationMessageArgs = {
55103
- conversationId: Scalars['ID']['input'];
55104
- input: JsmChatCreateConversationMessageInput;
55105
- workspaceAri: Scalars['ID']['input'];
55106
- };
55107
55048
  export declare type JsmChatMutationCreateWebConversationMessageArgs = {
55108
55049
  conversationId: Scalars['ID']['input'];
55109
55050
  input: JsmChatCreateWebConversationMessageInput;
@@ -55219,19 +55160,11 @@ export declare type JsmChatSlackConfig = {
55219
55160
  };
55220
55161
  export declare type JsmChatSubscription = {
55221
55162
  __typename?: 'JsmChatSubscription';
55222
- onConversationUpdate?: Maybe<JsmChatConversationUpdateSubscriptionPayload>;
55223
55163
  updateConversation?: Maybe<JsmChatWebSubscriptionResponse>;
55224
55164
  };
55225
- export declare type JsmChatSubscriptionOnConversationUpdateArgs = {
55226
- conversationId: Scalars['ID']['input'];
55227
- };
55228
55165
  export declare type JsmChatSubscriptionUpdateConversationArgs = {
55229
55166
  conversationId: Scalars['ID']['input'];
55230
55167
  };
55231
- export declare type JsmChatSubscriptionEstablishedPayload = {
55232
- __typename?: 'JsmChatSubscriptionEstablishedPayload';
55233
- id: Scalars['ID']['output'];
55234
- };
55235
55168
  export declare type JsmChatUpdateChannelSettingsInput = {
55236
55169
  isDeflectionChannel?: InputMaybe<Scalars['Boolean']['input']>;
55237
55170
  isVirtualAgentChannel?: InputMaybe<Scalars['Boolean']['input']>;
@@ -59733,8 +59666,6 @@ export declare type Mutation = {
59733
59666
  createDevOpsServiceAndRepositoryRelationship?: Maybe<CreateDevOpsServiceAndRepositoryRelationshipPayload>;
59734
59667
  createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
59735
59668
  createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
59736
- createJiraProjectAndOpsgenieTeamRelationship?: Maybe<CreateJiraProjectAndOpsgenieTeamRelationshipPayload>;
59737
- createJiraProjectAndRepositoryRelationship?: Maybe<CreateJiraProjectAndRepositoryRelationshipPayload>;
59738
59669
  createPolarisComment?: Maybe<CreatePolarisCommentPayload>;
59739
59670
  createPolarisIdeaTemplate?: Maybe<CreatePolarisIdeaTemplatePayload>;
59740
59671
  createPolarisInsight?: Maybe<CreatePolarisInsightPayload>;
@@ -59759,8 +59690,6 @@ export declare type Mutation = {
59759
59690
  deleteDevOpsServiceAndRepositoryRelationship?: Maybe<DeleteDevOpsServiceAndRepositoryRelationshipPayload>;
59760
59691
  deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
59761
59692
  deleteDevOpsServiceRelationship?: Maybe<DeleteDevOpsServiceRelationshipPayload>;
59762
- deleteJiraProjectAndOpsgenieTeamRelationship?: Maybe<DeleteJiraProjectAndOpsgenieTeamRelationshipPayload>;
59763
- deleteJiraProjectAndRepositoryRelationship?: Maybe<DeleteJiraProjectAndRepositoryRelationshipPayload>;
59764
59693
  deletePolarisIdeaTemplate?: Maybe<DeletePolarisIdeaTemplatePayload>;
59765
59694
  deletePolarisInsight?: Maybe<DeletePolarisInsightPayload>;
59766
59695
  deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
@@ -59853,8 +59782,6 @@ export declare type Mutation = {
59853
59782
  updateDevOpsServiceEntityProperties?: Maybe<UpdateDevOpsServiceEntityPropertiesPayload>;
59854
59783
  updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
59855
59784
  updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
59856
- updateJiraProjectAndOpsgenieTeamRelationship?: Maybe<UpdateJiraProjectAndOpsgenieTeamRelationshipPayload>;
59857
- updateJiraProjectAndRepositoryRelationship?: Maybe<UpdateJiraProjectAndRepositoryRelationshipPayload>;
59858
59785
  updatePolarisComment?: Maybe<UpdatePolarisCommentPayload>;
59859
59786
  updatePolarisIdea?: Maybe<UpdatePolarisIdeaPayload>;
59860
59787
  updatePolarisIdeaTemplate?: Maybe<UpdatePolarisIdeaTemplatePayload>;
@@ -60437,12 +60364,6 @@ export declare type MutationCreateDevOpsServiceRelationshipArgs = {
60437
60364
  export declare type MutationCreateHostedResourceUploadUrlArgs = {
60438
60365
  input: CreateHostedResourceUploadUrlInput;
60439
60366
  };
60440
- export declare type MutationCreateJiraProjectAndOpsgenieTeamRelationshipArgs = {
60441
- input: CreateJiraProjectAndOpsgenieTeamRelationshipInput;
60442
- };
60443
- export declare type MutationCreateJiraProjectAndRepositoryRelationshipArgs = {
60444
- input: CreateJiraProjectAndRepositoryRelationshipInput;
60445
- };
60446
60367
  export declare type MutationCreatePolarisCommentArgs = {
60447
60368
  input: CreatePolarisCommentInput;
60448
60369
  };
@@ -60531,12 +60452,6 @@ export declare type MutationDeleteDevOpsServiceEntityPropertiesArgs = {
60531
60452
  export declare type MutationDeleteDevOpsServiceRelationshipArgs = {
60532
60453
  input: DeleteDevOpsServiceRelationshipInput;
60533
60454
  };
60534
- export declare type MutationDeleteJiraProjectAndOpsgenieTeamRelationshipArgs = {
60535
- input: DeleteJiraProjectAndOpsgenieTeamRelationshipInput;
60536
- };
60537
- export declare type MutationDeleteJiraProjectAndRepositoryRelationshipArgs = {
60538
- input: DeleteJiraProjectAndRepositoryRelationshipInput;
60539
- };
60540
60455
  export declare type MutationDeletePolarisIdeaTemplateArgs = {
60541
60456
  input: DeletePolarisIdeaTemplateInput;
60542
60457
  };
@@ -60741,12 +60656,6 @@ export declare type MutationUpdateDevOpsServiceRelationshipArgs = {
60741
60656
  export declare type MutationUpdateDeveloperLogAccessArgs = {
60742
60657
  input: UpdateDeveloperLogAccessInput;
60743
60658
  };
60744
- export declare type MutationUpdateJiraProjectAndOpsgenieTeamRelationshipArgs = {
60745
- input: UpdateJiraProjectAndOpsgenieTeamRelationshipInput;
60746
- };
60747
- export declare type MutationUpdateJiraProjectAndRepositoryRelationshipArgs = {
60748
- input: UpdateJiraProjectAndRepositoryRelationshipInput;
60749
- };
60750
60659
  export declare type MutationUpdatePolarisCommentArgs = {
60751
60660
  input: UpdatePolarisCommentInput;
60752
60661
  };
@@ -61162,7 +61071,6 @@ export declare type OpsgenieTeam = Node & {
61162
61071
  description?: Maybe<Scalars['String']['output']>;
61163
61072
  devOpsServiceRelationships?: Maybe<DevOpsServiceAndOpsgenieTeamRelationshipConnection>;
61164
61073
  id: Scalars['ID']['output'];
61165
- jiraProjectRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
61166
61074
  members?: Maybe<OpsgenieTeamMemberConnection>;
61167
61075
  name?: Maybe<Scalars['String']['output']>;
61168
61076
  schedules?: Maybe<Array<Maybe<OpsgenieSchedule>>>;
@@ -61179,10 +61087,6 @@ export declare type OpsgenieTeamDevOpsServiceRelationshipsArgs = {
61179
61087
  after?: InputMaybe<Scalars['String']['input']>;
61180
61088
  first?: InputMaybe<Scalars['Int']['input']>;
61181
61089
  };
61182
- export declare type OpsgenieTeamJiraProjectRelationshipsArgs = {
61183
- after?: InputMaybe<Scalars['String']['input']>;
61184
- first?: InputMaybe<Scalars['Int']['input']>;
61185
- };
61186
61090
  export declare type OpsgenieTeamMembersArgs = {
61187
61091
  after?: InputMaybe<Scalars['String']['input']>;
61188
61092
  before?: InputMaybe<Scalars['String']['input']>;
@@ -62746,16 +62650,14 @@ export declare type Query = {
62746
62650
  ipmFlags: ContentPlatformIpmFlagSearchConnection;
62747
62651
  ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
62748
62652
  ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
62653
+ ipmInlineDialog?: Maybe<ContentPlatformIpmInlineDialog>;
62654
+ ipmInlineDialogs: ContentPlatformIpmInlineDialogSearchConnection;
62749
62655
  ipmMultiStep?: Maybe<ContentPlatformIpmMultiStep>;
62750
62656
  ipmMultiSteps: ContentPlatformIpmMultiStepSearchConnection;
62751
62657
  isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
62752
62658
  jira?: Maybe<JiraQuery>;
62753
62659
  jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
62754
62660
  jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
62755
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
62756
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
62757
- jiraProjectRelationshipsForOpsgenieTeam?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
62758
- jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
62759
62661
  jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
62760
62662
  jiraReleases?: Maybe<JiraReleases>;
62761
62663
  jsmChat?: Maybe<JsmChatQuery>;
@@ -62784,7 +62686,6 @@ export declare type Query = {
62784
62686
  oauthClients?: Maybe<OAuthClientsQuery>;
62785
62687
  opsgenie?: Maybe<OpsgenieQuery>;
62786
62688
  opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
62787
- opsgenieTeamRelationshipsForJiraProject?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
62788
62689
  partner?: Maybe<Partner>;
62789
62690
  partnerEarlyAccess?: Maybe<PeapQueryApi>;
62790
62691
  pokemon?: Maybe<PokemonQuery>;
@@ -62815,7 +62716,6 @@ export declare type Query = {
62815
62716
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
62816
62717
  releaseNotes: ContentPlatformReleaseNotesConnection;
62817
62718
  repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
62818
- repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
62819
62719
  roadmaps?: Maybe<RoadmapsQuery>;
62820
62720
  sandbox: SandboxQuery;
62821
62721
  search?: Maybe<SearchQueryApi>;
@@ -64060,6 +63960,13 @@ export declare type QueryIpmImageModalArgs = {
64060
63960
  export declare type QueryIpmImageModalsArgs = {
64061
63961
  search: ContentPlatformSearchApIv2Query;
64062
63962
  };
63963
+ export declare type QueryIpmInlineDialogArgs = {
63964
+ id: Scalars['String']['input'];
63965
+ publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
63966
+ };
63967
+ export declare type QueryIpmInlineDialogsArgs = {
63968
+ search: ContentPlatformSearchApIv2Query;
63969
+ };
64063
63970
  export declare type QueryIpmMultiStepArgs = {
64064
63971
  id: Scalars['String']['input'];
64065
63972
  publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
@@ -64070,25 +63977,6 @@ export declare type QueryIpmMultiStepsArgs = {
64070
63977
  export declare type QueryIsSainSearchEnabledArgs = {
64071
63978
  cloudId: Scalars['String']['input'];
64072
63979
  };
64073
- export declare type QueryJiraProjectAndOpsgenieTeamRelationshipArgs = {
64074
- id: Scalars['ID']['input'];
64075
- };
64076
- export declare type QueryJiraProjectAndRepositoryRelationshipArgs = {
64077
- id: Scalars['ID']['input'];
64078
- };
64079
- export declare type QueryJiraProjectRelationshipsForOpsgenieTeamArgs = {
64080
- after?: InputMaybe<Scalars['String']['input']>;
64081
- first?: InputMaybe<Scalars['Int']['input']>;
64082
- id: Scalars['ID']['input'];
64083
- };
64084
- export declare type QueryJiraProjectRelationshipsForRepositoryArgs = {
64085
- after?: InputMaybe<Scalars['String']['input']>;
64086
- cloudId: Scalars['ID']['input'];
64087
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
64088
- first?: InputMaybe<Scalars['Int']['input']>;
64089
- id: Scalars['ID']['input'];
64090
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
64091
- };
64092
63980
  export declare type QueryJiraProjectRelationshipsForServiceArgs = {
64093
63981
  after?: InputMaybe<Scalars['String']['input']>;
64094
63982
  filter?: InputMaybe<DevOpsServiceAndJiraProjectRelationshipFilter>;
@@ -64142,11 +64030,6 @@ export declare type QueryNodeArgs = {
64142
64030
  export declare type QueryOpsgenieTeamRelationshipForDevOpsServiceArgs = {
64143
64031
  id: Scalars['ID']['input'];
64144
64032
  };
64145
- export declare type QueryOpsgenieTeamRelationshipsForJiraProjectArgs = {
64146
- after?: InputMaybe<Scalars['String']['input']>;
64147
- first?: InputMaybe<Scalars['Int']['input']>;
64148
- id: Scalars['ID']['input'];
64149
- };
64150
64033
  export declare type QueryPolarisCollabTokenArgs = {
64151
64034
  viewID: Scalars['ID']['input'];
64152
64035
  };
@@ -64256,13 +64139,6 @@ export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
64256
64139
  id: Scalars['ID']['input'];
64257
64140
  sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
64258
64141
  };
64259
- export declare type QueryRepositoryRelationshipsForJiraProjectArgs = {
64260
- after?: InputMaybe<Scalars['String']['input']>;
64261
- filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
64262
- first?: InputMaybe<Scalars['Int']['input']>;
64263
- id: Scalars['ID']['input'];
64264
- sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
64265
- };
64266
64142
  export declare type QuerySettings_NavigationCustomisationArgs = {
64267
64143
  entityAri?: InputMaybe<Scalars['ID']['input']>;
64268
64144
  ownerAri?: InputMaybe<Scalars['ID']['input']>;
@@ -66882,8 +66758,16 @@ export declare type ShepherdAlertSnippet = {
66882
66758
  contentId: Scalars['ID']['output'];
66883
66759
  field: Scalars['String']['output'];
66884
66760
  redactable: Scalars['Boolean']['output'];
66761
+ redactedOn?: Maybe<Scalars['DateTime']['output']>;
66762
+ redactionStatus: ShepherdAlertSnippetRedactionStatus;
66885
66763
  snippetTextBlocks?: Maybe<Array<ShepherdAlertSnippetTextBlock>>;
66886
66764
  };
66765
+ export declare enum ShepherdAlertSnippetRedactionStatus {
66766
+ Redacted = "REDACTED",
66767
+ RedactionFailed = "REDACTION_FAILED",
66768
+ RedactionPending = "REDACTION_PENDING",
66769
+ Unredacted = "UNREDACTED"
66770
+ }
66887
66771
  export declare type ShepherdAlertSnippetResult = QueryError | ShepherdAlertSnippets;
66888
66772
  export declare type ShepherdAlertSnippetTextBlock = {
66889
66773
  __typename?: 'ShepherdAlertSnippetTextBlock';
@@ -66958,38 +66842,6 @@ export declare enum ShepherdAlertTemplateType {
66958
66842
  CreatedSamlConfig = "CREATED_SAML_CONFIG",
66959
66843
  CreatedTunnel = "CREATED_TUNNEL",
66960
66844
  CreatedUserProvisioning = "CREATED_USER_PROVISIONING",
66961
- DataCenterAdminGroupDeleted = "DATA_CENTER_ADMIN_GROUP_DELETED",
66962
- DataCenterAdminGroupPermissionAdded = "DATA_CENTER_ADMIN_GROUP_PERMISSION_ADDED",
66963
- DataCenterAdminGroupPermissionDeleted = "DATA_CENTER_ADMIN_GROUP_PERMISSION_DELETED",
66964
- DataCenterAdminUsernameChanged = "DATA_CENTER_ADMIN_USERNAME_CHANGED",
66965
- DataCenterAdminUserAddedToGroup = "DATA_CENTER_ADMIN_USER_ADDED_TO_GROUP",
66966
- DataCenterAdminUserAnonymized = "DATA_CENTER_ADMIN_USER_ANONYMIZED",
66967
- DataCenterAdminUserDeletedFromGroup = "DATA_CENTER_ADMIN_USER_DELETED_FROM_GROUP",
66968
- DataCenterAdminUserDetailsChanged = "DATA_CENTER_ADMIN_USER_DETAILS_CHANGED",
66969
- DataCenterAdminUserLoggedInWithout_2Sv = "DATA_CENTER_ADMIN_USER_LOGGED_IN_WITHOUT_2SV",
66970
- DataCenterAdminUserPasswordChanged = "DATA_CENTER_ADMIN_USER_PASSWORD_CHANGED",
66971
- DataCenterAllowlistDisabled = "DATA_CENTER_ALLOWLIST_DISABLED",
66972
- DataCenterAllowlistEnabled = "DATA_CENTER_ALLOWLIST_ENABLED",
66973
- DataCenterAllowlistEntryAdded = "DATA_CENTER_ALLOWLIST_ENTRY_ADDED",
66974
- DataCenterAllowlistEntryDeleted = "DATA_CENTER_ALLOWLIST_ENTRY_DELETED",
66975
- DataCenterAllowlistEntryModified = "DATA_CENTER_ALLOWLIST_ENTRY_MODIFIED",
66976
- DataCenterAnnouncementBannerAdded = "DATA_CENTER_ANNOUNCEMENT_BANNER_ADDED",
66977
- DataCenterAnnouncementBannerDeleted = "DATA_CENTER_ANNOUNCEMENT_BANNER_DELETED",
66978
- DataCenterAnnouncementBannerUpdated = "DATA_CENTER_ANNOUNCEMENT_BANNER_UPDATED",
66979
- DataCenterAppInstalled = "DATA_CENTER_APP_INSTALLED",
66980
- DataCenterAuditingConfigModified = "DATA_CENTER_AUDITING_CONFIG_MODIFIED",
66981
- DataCenterAuthenticationMethodAdded = "DATA_CENTER_AUTHENTICATION_METHOD_ADDED",
66982
- DataCenterAuthenticationMethodDeleted = "DATA_CENTER_AUTHENTICATION_METHOD_DELETED",
66983
- DataCenterAuthenticationMethodModified = "DATA_CENTER_AUTHENTICATION_METHOD_MODIFIED",
66984
- DataCenterBasicAuthenticationConfigurationDisabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_DISABLED",
66985
- DataCenterBasicAuthenticationConfigurationEnabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_ENABLED",
66986
- DataCenterConfigurationChanged = "DATA_CENTER_CONFIGURATION_CHANGED",
66987
- DataCenterExportStarted = "DATA_CENTER_EXPORT_STARTED",
66988
- DataCenterImportCompleted = "DATA_CENTER_IMPORT_COMPLETED",
66989
- DataCenterUserAddedToSecurityGroup = "DATA_CENTER_USER_ADDED_TO_SECURITY_GROUP",
66990
- DataCenterUserDeletedFromSecurityGroup = "DATA_CENTER_USER_DELETED_FROM_SECURITY_GROUP",
66991
- DataCenterUserDirectoryAdded = "DATA_CENTER_USER_DIRECTORY_ADDED",
66992
- DataCenterUserDirectoryDeleted = "DATA_CENTER_USER_DIRECTORY_DELETED",
66993
66845
  DataSecurityPolicyActivated = "DATA_SECURITY_POLICY_ACTIVATED",
66994
66846
  DataSecurityPolicyDeactivated = "DATA_SECURITY_POLICY_DEACTIVATED",
66995
66847
  DataSecurityPolicyDeleted = "DATA_SECURITY_POLICY_DELETED",
@@ -67024,6 +66876,7 @@ export declare enum ShepherdAlertTemplateType {
67024
66876
  JiraIssueCrawling = "JIRA_ISSUE_CRAWLING",
67025
66877
  LoginFromMaliciousIpAddress = "LOGIN_FROM_MALICIOUS_IP_ADDRESS",
67026
66878
  LoginFromTorExitNode = "LOGIN_FROM_TOR_EXIT_NODE",
66879
+ MobileScreenLock = "MOBILE_SCREEN_LOCK",
67027
66880
  OrgLoggedInAsUser = "ORG_LOGGED_IN_AS_USER",
67028
66881
  ProjectClassificationLevelDecreased = "PROJECT_CLASSIFICATION_LEVEL_DECREASED",
67029
66882
  ProjectClassificationLevelIncreased = "PROJECT_CLASSIFICATION_LEVEL_INCREASED",
@@ -67073,7 +66926,9 @@ export declare enum ShepherdAtlassianProduct {
67073
66926
  AdminHub = "ADMIN_HUB",
67074
66927
  Bitbucket = "BITBUCKET",
67075
66928
  Confluence = "CONFLUENCE",
66929
+ ConfluenceDc = "CONFLUENCE_DC",
67076
66930
  GuardDetect = "GUARD_DETECT",
66931
+ JiraDc = "JIRA_DC",
67077
66932
  JiraSoftware = "JIRA_SOFTWARE",
67078
66933
  Marketplace = "MARKETPLACE"
67079
66934
  }
@@ -67391,7 +67246,6 @@ export declare type ShepherdDetectionSettingSetValueEntryInput = {
67391
67246
  scanningRules?: InputMaybe<Array<ShepherdCustomScanningRuleInput>>;
67392
67247
  };
67393
67248
  export declare type ShepherdDetectionSettingSetValueInput = {
67394
- booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
67395
67249
  entries?: InputMaybe<Array<ShepherdDetectionSettingSetValueEntryInput>>;
67396
67250
  stringValues?: InputMaybe<Array<Scalars['ID']['input']>>;
67397
67251
  thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
@@ -68060,7 +67914,6 @@ export declare type ShepherdWorkspaceSettingUpdateInput = {
68060
67914
  };
68061
67915
  export declare type ShepherdWorkspaceSettingValueInput = {
68062
67916
  confluenceEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
68063
- enabledValue?: InputMaybe<Scalars['Boolean']['input']>;
68064
67917
  jiraEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
68065
67918
  thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
68066
67919
  };
@@ -71101,6 +70954,7 @@ export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterfa
71101
70954
  enabled?: Maybe<Scalars['Boolean']['output']>;
71102
70955
  events?: Maybe<TrelloPlannerCalendarEventConnection>;
71103
70956
  id: Scalars['ID']['output'];
70957
+ isPrimary?: Maybe<Scalars['Boolean']['output']>;
71104
70958
  objectId?: Maybe<Scalars['ID']['output']>;
71105
70959
  providerCalendarId?: Maybe<Scalars['ID']['output']>;
71106
70960
  readOnly?: Maybe<Scalars['Boolean']['output']>;
@@ -71182,6 +71036,7 @@ export declare type TrelloPlannerCalendarEvent = Node & {
71182
71036
  description?: Maybe<Scalars['String']['output']>;
71183
71037
  endAt?: Maybe<Scalars['DateTime']['output']>;
71184
71038
  id: Scalars['ID']['output'];
71039
+ link?: Maybe<Scalars['String']['output']>;
71185
71040
  parentEventId?: Maybe<Scalars['ID']['output']>;
71186
71041
  readOnly?: Maybe<Scalars['Boolean']['output']>;
71187
71042
  startAt?: Maybe<Scalars['DateTime']['output']>;
@@ -71315,6 +71170,7 @@ export declare type TrelloPowerUpUpdated = {
71315
71170
  export declare type TrelloProviderCalendarInterface = {
71316
71171
  color?: Maybe<TrelloPlannerCalendarColor>;
71317
71172
  id: Scalars['ID']['output'];
71173
+ isPrimary?: Maybe<Scalars['Boolean']['output']>;
71318
71174
  readOnly?: Maybe<Scalars['Boolean']['output']>;
71319
71175
  timezone?: Maybe<Scalars['String']['output']>;
71320
71176
  title?: Maybe<Scalars['String']['output']>;
@@ -72594,29 +72450,6 @@ export declare type UpdateDeveloperLogAccessPayload = Payload & {
72594
72450
  errors?: Maybe<Array<MutationError>>;
72595
72451
  success: Scalars['Boolean']['output'];
72596
72452
  };
72597
- export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipInput = {
72598
- description?: InputMaybe<Scalars['String']['input']>;
72599
- id: Scalars['ID']['input'];
72600
- revision: Scalars['ID']['input'];
72601
- };
72602
- export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
72603
- __typename?: 'UpdateJiraProjectAndOpsgenieTeamRelationshipPayload';
72604
- errors?: Maybe<Array<MutationError>>;
72605
- jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
72606
- success: Scalars['Boolean']['output'];
72607
- };
72608
- export declare type UpdateJiraProjectAndRepositoryRelationshipInput = {
72609
- description?: InputMaybe<Scalars['String']['input']>;
72610
- id: Scalars['ID']['input'];
72611
- revision: Scalars['ID']['input'];
72612
- thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
72613
- };
72614
- export declare type UpdateJiraProjectAndRepositoryRelationshipPayload = Payload & {
72615
- __typename?: 'UpdateJiraProjectAndRepositoryRelationshipPayload';
72616
- errors?: Maybe<Array<MutationError>>;
72617
- jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
72618
- success: Scalars['Boolean']['output'];
72619
- };
72620
72453
  export declare type UpdatePolarisCommentInput = {
72621
72454
  content?: InputMaybe<Scalars['JSON']['input']>;
72622
72455
  delete?: InputMaybe<Scalars['Boolean']['input']>;