@forge/cli-shared 3.25.2-next.1 → 3.26.0-experimental-1c920ad

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.
@@ -48,6 +48,10 @@ export declare type Scalars = {
48
48
  input: any;
49
49
  output: any;
50
50
  };
51
+ BigDecimal: {
52
+ input: any;
53
+ output: any;
54
+ };
51
55
  CardPaletteColor: {
52
56
  input: any;
53
57
  output: any;
@@ -128,9 +132,7 @@ export declare type ActionsAction = {
128
132
  };
129
133
  export declare type ActionsActionType = {
130
134
  __typename?: 'ActionsActionType';
131
- aiPrompt?: Maybe<Scalars['String']['output']>;
132
- aiPromptAdditional?: Maybe<Scalars['String']['output']>;
133
- description?: Maybe<Scalars['String']['output']>;
135
+ description?: Maybe<ActionsDescription>;
134
136
  displayName: Scalars['String']['output'];
135
137
  entityType?: Maybe<Scalars['String']['output']>;
136
138
  inputs?: Maybe<Array<ActionsActionTypeInputTuple>>;
@@ -139,10 +141,8 @@ export declare type ActionsActionType = {
139
141
  };
140
142
  export declare type ActionsActionTypeInput = {
141
143
  __typename?: 'ActionsActionTypeInput';
142
- aiPrompt?: Maybe<Scalars['String']['output']>;
143
- aiPromptAdditional?: Maybe<Scalars['String']['output']>;
144
- defaultValue?: Maybe<Scalars['JSON']['output']>;
145
- description: Scalars['String']['output'];
144
+ default?: Maybe<Scalars['JSON']['output']>;
145
+ description?: Maybe<ActionsDescription>;
146
146
  pattern?: Maybe<Scalars['String']['output']>;
147
147
  required: Scalars['Boolean']['output'];
148
148
  type: Scalars['String']['output'];
@@ -154,7 +154,7 @@ export declare type ActionsActionTypeInputTuple = {
154
154
  };
155
155
  export declare type ActionsActionTypeOutput = {
156
156
  __typename?: 'ActionsActionTypeOutput';
157
- description: Scalars['String']['output'];
157
+ description?: Maybe<Scalars['String']['output']>;
158
158
  nullable: Scalars['Boolean']['output'];
159
159
  type: Scalars['String']['output'];
160
160
  };
@@ -167,10 +167,10 @@ export declare type ActionsActionableApp = {
167
167
  __typename?: 'ActionsActionableApp';
168
168
  actions?: Maybe<Array<Maybe<ActionsAction>>>;
169
169
  appDefinitionId?: Maybe<Scalars['String']['output']>;
170
- appId: Scalars['String']['output'];
170
+ appId?: Maybe<Scalars['String']['output']>;
171
171
  integrationKey?: Maybe<Scalars['String']['output']>;
172
172
  name: Scalars['String']['output'];
173
- oauthClientId: Scalars['String']['output'];
173
+ oauthClientId?: Maybe<Scalars['String']['output']>;
174
174
  };
175
175
  export declare type ActionsActionableAppConnection = {
176
176
  __typename?: 'ActionsActionableAppConnection';
@@ -192,6 +192,11 @@ export declare enum ActionsAuthType {
192
192
  ThreeLegged = "THREE_LEGGED",
193
193
  TwoLegged = "TWO_LEGGED"
194
194
  }
195
+ export declare type ActionsDescription = {
196
+ __typename?: 'ActionsDescription';
197
+ ai?: Maybe<Scalars['String']['output']>;
198
+ default: Scalars['String']['output'];
199
+ };
195
200
  export declare type ActionsExecuteActionFilter = {
196
201
  integrationKey?: InputMaybe<Scalars['String']['input']>;
197
202
  oauthClientId?: InputMaybe<Scalars['String']['input']>;
@@ -199,7 +204,6 @@ export declare type ActionsExecuteActionFilter = {
199
204
  };
200
205
  export declare type ActionsExecuteActionInput = {
201
206
  inputs?: InputMaybe<Scalars['JSON']['input']>;
202
- targetUrl?: InputMaybe<Scalars['String']['input']>;
203
207
  };
204
208
  export declare type ActionsExecuteResponse = {
205
209
  __typename?: 'ActionsExecuteResponse';
@@ -432,7 +436,7 @@ export declare type ActivityObject = {
432
436
  subProduct?: Maybe<Scalars['String']['output']>;
433
437
  type: Scalars['String']['output'];
434
438
  };
435
- export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
439
+ export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
436
440
  export declare enum ActivityObjectType {
437
441
  Blogpost = "BLOGPOST",
438
442
  Comment = "COMMENT",
@@ -449,8 +453,10 @@ export declare enum ActivityObjectType {
449
453
  }
450
454
  export declare type ActivityPageInfo = {
451
455
  __typename?: 'ActivityPageInfo';
456
+ endCursor?: Maybe<Scalars['String']['output']>;
452
457
  hasNextPage: Scalars['Boolean']['output'];
453
458
  hasPreviousPage: Scalars['Boolean']['output'];
459
+ startCursor?: Maybe<Scalars['String']['output']>;
454
460
  };
455
461
  export declare enum ActivityProduct {
456
462
  Confluence = "CONFLUENCE",
@@ -770,6 +776,19 @@ export declare type AdminWorkspacesMeta = {
770
776
  startIndex?: Maybe<Scalars['Int']['output']>;
771
777
  total?: Maybe<Scalars['Int']['output']>;
772
778
  };
779
+ export declare enum AlertEventStatus {
780
+ Acknowledged = "ACKNOWLEDGED",
781
+ Closed = "CLOSED",
782
+ Opened = "OPENED",
783
+ Snoozed = "SNOOZED"
784
+ }
785
+ export declare enum AlertPriority {
786
+ P1 = "P1",
787
+ P2 = "P2",
788
+ P3 = "P3",
789
+ P4 = "P4",
790
+ P5 = "P5"
791
+ }
773
792
  export declare enum ApiContext {
774
793
  Devops = "DEVOPS"
775
794
  }
@@ -796,6 +815,7 @@ export declare enum ApiGroup {
796
815
  Forge = "FORGE",
797
816
  Help = "HELP",
798
817
  Identity = "IDENTITY",
818
+ InsightsXperienceService = "INSIGHTS_XPERIENCE_SERVICE",
799
819
  Jira = "JIRA",
800
820
  Papi = "PAPI",
801
821
  Polaris = "POLARIS",
@@ -1644,7 +1664,9 @@ export declare type AquaOutgoingEmailLogItem = {
1644
1664
  __typename?: 'AquaOutgoingEmailLogItem';
1645
1665
  actionTimestamp: Scalars['DateTime']['output'];
1646
1666
  author?: Maybe<User>;
1667
+ deliveryType?: Maybe<Scalars['String']['output']>;
1647
1668
  issueContext?: Maybe<AquaIssueContext>;
1669
+ notificationActionSubType?: Maybe<Scalars['String']['output']>;
1648
1670
  notificationActionType?: Maybe<Scalars['String']['output']>;
1649
1671
  notificationDetails?: Maybe<AquaNotificationDetails>;
1650
1672
  notificationType?: Maybe<Scalars['String']['output']>;
@@ -1665,6 +1687,7 @@ export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
1665
1687
  notificationActionType?: InputMaybe<Scalars['String']['input']>;
1666
1688
  notificationType?: InputMaybe<Scalars['String']['input']>;
1667
1689
  projectId?: InputMaybe<Scalars['Long']['input']>;
1690
+ recipientId?: InputMaybe<Scalars['String']['input']>;
1668
1691
  toTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
1669
1692
  };
1670
1693
  export declare type AquaOutgoingEmailLogsQueryResult = AquaOutgoingEmailLog | QueryError;
@@ -3119,10 +3142,22 @@ export declare type CompassAlertEvent = CompassEvent & {
3119
3142
  };
3120
3143
  export declare type CompassAlertEventProperties = {
3121
3144
  __typename?: 'CompassAlertEventProperties';
3145
+ acknowledgedAt?: Maybe<Scalars['DateTime']['output']>;
3146
+ closedAt?: Maybe<Scalars['DateTime']['output']>;
3147
+ createdAt?: Maybe<Scalars['DateTime']['output']>;
3122
3148
  id: Scalars['ID']['output'];
3149
+ priority?: Maybe<Scalars['String']['output']>;
3150
+ snoozedAt?: Maybe<Scalars['DateTime']['output']>;
3151
+ status?: Maybe<Scalars['String']['output']>;
3123
3152
  };
3124
3153
  export declare type CompassAlertEventPropertiesInput = {
3154
+ acknowledgedAt?: InputMaybe<Scalars['DateTime']['input']>;
3155
+ closedAt?: InputMaybe<Scalars['DateTime']['input']>;
3156
+ createdAt?: InputMaybe<Scalars['DateTime']['input']>;
3125
3157
  id: Scalars['ID']['input'];
3158
+ priority?: InputMaybe<AlertPriority>;
3159
+ snoozedAt?: InputMaybe<Scalars['DateTime']['input']>;
3160
+ status?: InputMaybe<AlertEventStatus>;
3126
3161
  };
3127
3162
  export declare type CompassAnnouncement = {
3128
3163
  __typename?: 'CompassAnnouncement';
@@ -3265,6 +3300,7 @@ export declare type CompassCatalogMutationApi = {
3265
3300
  deleteComponentLink?: Maybe<DeleteCompassComponentLinkPayload>;
3266
3301
  deleteComponentSubscription?: Maybe<CompassDeleteComponentSubscriptionPayload>;
3267
3302
  deleteCustomFieldDefinition?: Maybe<CompassDeleteCustomFieldDefinitionPayload>;
3303
+ deleteDocument?: Maybe<CompassDeleteDocumentPayload>;
3268
3304
  deleteEventSource?: Maybe<DeleteEventSourcePayload>;
3269
3305
  deleteIncomingWebhook?: Maybe<CompassDeleteIncomingWebhookPayload>;
3270
3306
  deleteMetricDefinition?: Maybe<CompassDeleteMetricDefinitionPayload>;
@@ -3289,6 +3325,7 @@ export declare type CompassCatalogMutationApi = {
3289
3325
  updateComponentScorecardJiraIssue?: Maybe<CompassUpdateComponentScorecardJiraIssuePayload>;
3290
3326
  updateComponentType?: Maybe<UpdateCompassComponentTypePayload>;
3291
3327
  updateCustomFieldDefinition?: Maybe<CompassUpdateCustomFieldDefinitionPayload>;
3328
+ updateDocument?: Maybe<CompassUpdateDocumentPayload>;
3292
3329
  updateMetricDefinition?: Maybe<CompassUpdateMetricDefinitionPayload>;
3293
3330
  updateScorecard?: Maybe<UpdateCompassScorecardPayload>;
3294
3331
  updateTeamCheckin?: Maybe<CompassUpdateTeamCheckinPayload>;
@@ -3397,6 +3434,9 @@ export declare type CompassCatalogMutationApiDeleteComponentSubscriptionArgs = {
3397
3434
  export declare type CompassCatalogMutationApiDeleteCustomFieldDefinitionArgs = {
3398
3435
  input: CompassDeleteCustomFieldDefinitionInput;
3399
3436
  };
3437
+ export declare type CompassCatalogMutationApiDeleteDocumentArgs = {
3438
+ input: CompassDeleteDocumentInput;
3439
+ };
3400
3440
  export declare type CompassCatalogMutationApiDeleteEventSourceArgs = {
3401
3441
  input: DeleteEventSourceInput;
3402
3442
  };
@@ -3470,6 +3510,9 @@ export declare type CompassCatalogMutationApiUpdateComponentTypeArgs = {
3470
3510
  export declare type CompassCatalogMutationApiUpdateCustomFieldDefinitionArgs = {
3471
3511
  input: CompassUpdateCustomFieldDefinitionInput;
3472
3512
  };
3513
+ export declare type CompassCatalogMutationApiUpdateDocumentArgs = {
3514
+ input: CompassUpdateDocumentInput;
3515
+ };
3473
3516
  export declare type CompassCatalogMutationApiUpdateMetricDefinitionArgs = {
3474
3517
  input: CompassUpdateMetricDefinitionInput;
3475
3518
  };
@@ -3488,17 +3531,20 @@ export declare type CompassCatalogQueryApi = {
3488
3531
  applicationManagedComponents?: Maybe<CompassApplicationManagedComponentsResult>;
3489
3532
  assistantAnswer?: Maybe<CompassAssistantAnswer>;
3490
3533
  attentionItems?: Maybe<CompassAttentionItemQueryResult>;
3534
+ attentionItemsConnection?: Maybe<CompassAttentionItemConnection>;
3491
3535
  component?: Maybe<CompassComponentResult>;
3492
3536
  componentByExternalAlias?: Maybe<CompassComponentResult>;
3493
3537
  componentScorecardRelationship?: Maybe<CompassComponentScorecardRelationshipResult>;
3494
3538
  componentType?: Maybe<CompassComponentTypeResult>;
3495
3539
  componentTypes?: Maybe<CompassComponentTypesQueryResult>;
3540
+ components?: Maybe<Array<CompassComponent>>;
3496
3541
  customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
3497
3542
  customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
3498
3543
  documentationCategories?: Maybe<CompassDocumentationCategoriesConnection>;
3544
+ documents?: Maybe<CompassDocumentConnection>;
3499
3545
  eventSource?: Maybe<CompassEventSourceResult>;
3500
3546
  fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
3501
- getDocumentation?: Maybe<CompassDocumentConnection>;
3547
+ filteredComponentsCount?: Maybe<CompassFilteredComponentsCountResult>;
3502
3548
  incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
3503
3549
  metricDefinition?: Maybe<CompassMetricDefinitionResult>;
3504
3550
  metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
@@ -3523,6 +3569,11 @@ export declare type CompassCatalogQueryApiAssistantAnswerArgs = {
3523
3569
  export declare type CompassCatalogQueryApiAttentionItemsArgs = {
3524
3570
  query: CompassAttentionItemQuery;
3525
3571
  };
3572
+ export declare type CompassCatalogQueryApiAttentionItemsConnectionArgs = {
3573
+ after?: InputMaybe<Scalars['String']['input']>;
3574
+ cloudId: Scalars['ID']['input'];
3575
+ first?: InputMaybe<Scalars['Int']['input']>;
3576
+ };
3526
3577
  export declare type CompassCatalogQueryApiComponentArgs = {
3527
3578
  id: Scalars['ID']['input'];
3528
3579
  };
@@ -3544,6 +3595,9 @@ export declare type CompassCatalogQueryApiComponentTypesArgs = {
3544
3595
  cloudId: Scalars['ID']['input'];
3545
3596
  query?: InputMaybe<CompassComponentTypeQueryInput>;
3546
3597
  };
3598
+ export declare type CompassCatalogQueryApiComponentsArgs = {
3599
+ ids: Array<Scalars['ID']['input']>;
3600
+ };
3547
3601
  export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
3548
3602
  query: CompassCustomFieldDefinitionQuery;
3549
3603
  };
@@ -3555,6 +3609,11 @@ export declare type CompassCatalogQueryApiDocumentationCategoriesArgs = {
3555
3609
  cloudId: Scalars['ID']['input'];
3556
3610
  first?: InputMaybe<Scalars['Int']['input']>;
3557
3611
  };
3612
+ export declare type CompassCatalogQueryApiDocumentsArgs = {
3613
+ after?: InputMaybe<Scalars['String']['input']>;
3614
+ componentId: Scalars['ID']['input'];
3615
+ first?: InputMaybe<Scalars['Int']['input']>;
3616
+ };
3558
3617
  export declare type CompassCatalogQueryApiEventSourceArgs = {
3559
3618
  cloudId: Scalars['ID']['input'];
3560
3619
  eventType: CompassEventType;
@@ -3564,10 +3623,9 @@ export declare type CompassCatalogQueryApiFieldDefinitionsByComponentTypeArgs =
3564
3623
  cloudId: Scalars['ID']['input'];
3565
3624
  input: CompassComponentType;
3566
3625
  };
3567
- export declare type CompassCatalogQueryApiGetDocumentationArgs = {
3568
- after?: InputMaybe<Scalars['String']['input']>;
3569
- componentId: Scalars['ID']['input'];
3570
- first?: InputMaybe<Scalars['Int']['input']>;
3626
+ export declare type CompassCatalogQueryApiFilteredComponentsCountArgs = {
3627
+ cloudId: Scalars['ID']['input'];
3628
+ query: CompassFilteredComponentsCountQuery;
3571
3629
  };
3572
3630
  export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
3573
3631
  after?: InputMaybe<Scalars['String']['input']>;
@@ -4020,7 +4078,6 @@ export declare type CompassCreateMetricSourcePayload = Payload & {
4020
4078
  success: Scalars['Boolean']['output'];
4021
4079
  };
4022
4080
  export declare type CompassCreatePullRequestEventInput = {
4023
- cloudId?: InputMaybe<Scalars['String']['input']>;
4024
4081
  lastUpdated: Scalars['DateTime']['input'];
4025
4082
  pullRequestProperties: CompassPullRequestInputProperties;
4026
4083
  };
@@ -4297,6 +4354,15 @@ export declare type CompassDeleteCustomFieldDefinitionPayload = Payload & {
4297
4354
  errors?: Maybe<Array<MutationError>>;
4298
4355
  success: Scalars['Boolean']['output'];
4299
4356
  };
4357
+ export declare type CompassDeleteDocumentInput = {
4358
+ id: Scalars['ID']['input'];
4359
+ };
4360
+ export declare type CompassDeleteDocumentPayload = Payload & {
4361
+ __typename?: 'CompassDeleteDocumentPayload';
4362
+ deletedDocumentId?: Maybe<Scalars['ID']['output']>;
4363
+ errors?: Maybe<Array<MutationError>>;
4364
+ success: Scalars['Boolean']['output'];
4365
+ };
4300
4366
  export declare type CompassDeleteExternalAliasInput = {
4301
4367
  externalId: Scalars['ID']['input'];
4302
4368
  externalSource: Scalars['ID']['input'];
@@ -4560,6 +4626,16 @@ export declare enum CompassFieldType {
4560
4626
  export declare type CompassFieldValueInput = {
4561
4627
  enum?: InputMaybe<CompassEnumFieldValueInput>;
4562
4628
  };
4629
+ export declare type CompassFilteredComponentsCount = {
4630
+ __typename?: 'CompassFilteredComponentsCount';
4631
+ count: Scalars['Int']['output'];
4632
+ };
4633
+ export declare type CompassFilteredComponentsCountQuery = {
4634
+ fields?: InputMaybe<Array<CompassScorecardAppliedToComponentsFieldFilter>>;
4635
+ labels?: InputMaybe<CompassScorecardAppliedToComponentsLabelsFilter>;
4636
+ types?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
4637
+ };
4638
+ export declare type CompassFilteredComponentsCountResult = CompassFilteredComponentsCount | QueryError;
4563
4639
  export declare type CompassFlagEvent = CompassEvent & {
4564
4640
  __typename?: 'CompassFlagEvent';
4565
4641
  description?: Maybe<Scalars['String']['output']>;
@@ -5135,6 +5211,9 @@ export declare type CompassScorecardAppliedToComponentsFieldFilter = {
5135
5211
  definition: Scalars['ID']['input'];
5136
5212
  in: Array<CompassFieldValueInput>;
5137
5213
  };
5214
+ export declare type CompassScorecardAppliedToComponentsLabelsFilter = {
5215
+ in: Array<Scalars['String']['input']>;
5216
+ };
5138
5217
  export declare type CompassScorecardAppliedToComponentsOwnerFilter = {
5139
5218
  in: Array<Scalars['ID']['input']>;
5140
5219
  };
@@ -5708,6 +5787,18 @@ export declare type CompassUpdateCustomUserFieldDefinitionInput = {
5708
5787
  id: Scalars['ID']['input'];
5709
5788
  name?: InputMaybe<Scalars['String']['input']>;
5710
5789
  };
5790
+ export declare type CompassUpdateDocumentInput = {
5791
+ documentCategoryId?: InputMaybe<Scalars['ID']['input']>;
5792
+ id: Scalars['ID']['input'];
5793
+ title?: InputMaybe<Scalars['String']['input']>;
5794
+ url?: InputMaybe<Scalars['URL']['input']>;
5795
+ };
5796
+ export declare type CompassUpdateDocumentPayload = Payload & {
5797
+ __typename?: 'CompassUpdateDocumentPayload';
5798
+ documentDetails?: Maybe<CompassDocument>;
5799
+ errors?: Maybe<Array<MutationError>>;
5800
+ success: Scalars['Boolean']['output'];
5801
+ };
5711
5802
  export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
5712
5803
  booleanComparator?: InputMaybe<CompassCriteriaBooleanComparatorOptions>;
5713
5804
  booleanComparatorValue?: InputMaybe<Scalars['Boolean']['input']>;
@@ -6487,6 +6578,11 @@ export declare type ConfluencePageViewerSummary = {
6487
6578
  lastContribution?: Maybe<ConfluenceContribution>;
6488
6579
  lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
6489
6580
  };
6581
+ export declare type ConfluencePublicLinkPage = {
6582
+ __typename?: 'ConfluencePublicLinkPage';
6583
+ body?: Maybe<ConfluenceBodies>;
6584
+ type?: Maybe<ConfluenceContentType>;
6585
+ };
6490
6586
  export declare type ConfluencePublishBlogPostInput = {
6491
6587
  id: Scalars['ID']['input'];
6492
6588
  publishTitle?: InputMaybe<Scalars['String']['input']>;
@@ -6536,6 +6632,7 @@ export declare type ConfluenceQueryApi = {
6536
6632
  longTask?: Maybe<ConfluenceLongTask>;
6537
6633
  page?: Maybe<ConfluencePage>;
6538
6634
  pages?: Maybe<Array<Maybe<ConfluencePage>>>;
6635
+ publicLink?: Maybe<ConfluencePublicLinkPage>;
6539
6636
  space?: Maybe<ConfluenceSpace>;
6540
6637
  spaces?: Maybe<Array<Maybe<ConfluenceSpace>>>;
6541
6638
  validateSpaceKey?: Maybe<ConfluenceValidateSpaceKeyResponse>;
@@ -6578,6 +6675,9 @@ export declare type ConfluenceQueryApiPageArgs = {
6578
6675
  export declare type ConfluenceQueryApiPagesArgs = {
6579
6676
  ids: Array<InputMaybe<Scalars['ID']['input']>>;
6580
6677
  };
6678
+ export declare type ConfluenceQueryApiPublicLinkArgs = {
6679
+ id: Scalars['ID']['input'];
6680
+ };
6581
6681
  export declare type ConfluenceQueryApiSpaceArgs = {
6582
6682
  id: Scalars['ID']['input'];
6583
6683
  };
@@ -7377,9 +7477,9 @@ export declare enum ContentPlatformSearchTypes {
7377
7477
  export declare type ContentPlatformSolution = {
7378
7478
  __typename?: 'ContentPlatformSolution';
7379
7479
  createdAt?: Maybe<Scalars['String']['output']>;
7480
+ id: Scalars['String']['output'];
7481
+ name?: Maybe<Scalars['String']['output']>;
7380
7482
  shortDescription?: Maybe<Scalars['String']['output']>;
7381
- solutionId: Scalars['String']['output'];
7382
- solutionName?: Maybe<Scalars['String']['output']>;
7383
7483
  updatedAt?: Maybe<Scalars['String']['output']>;
7384
7484
  };
7385
7485
  export declare type ContentPlatformSortClause = {
@@ -8550,6 +8650,11 @@ export declare type CustomerServiceCustomDetailValue = Node & {
8550
8650
  value?: Maybe<Scalars['String']['output']>;
8551
8651
  values?: Maybe<Array<Scalars['String']['output']>>;
8552
8652
  };
8653
+ export declare type CustomerServiceCustomDetailValues = {
8654
+ __typename?: 'CustomerServiceCustomDetailValues';
8655
+ results: Array<CustomerServiceCustomDetailValue>;
8656
+ };
8657
+ export declare type CustomerServiceCustomDetailValuesQueryResult = CustomerServiceCustomDetailValues | QueryError;
8553
8658
  export declare type CustomerServiceCustomDetails = {
8554
8659
  __typename?: 'CustomerServiceCustomDetails';
8555
8660
  customDetails: Array<CustomerServiceCustomDetail>;
@@ -8565,6 +8670,7 @@ export declare type CustomerServiceEntitledEntity = CustomerServiceIndividual |
8565
8670
  export declare type CustomerServiceEntitlement = Node & {
8566
8671
  __typename?: 'CustomerServiceEntitlement';
8567
8672
  customDetails: Array<CustomerServiceCustomDetailValue>;
8673
+ details: CustomerServiceCustomDetailValuesQueryResult;
8568
8674
  entity: CustomerServiceEntitledEntity;
8569
8675
  id: Scalars['ID']['output'];
8570
8676
  product: CustomerServiceProduct;
@@ -8611,6 +8717,7 @@ export declare type CustomerServiceFilterInput = {
8611
8717
  export declare type CustomerServiceIndividual = Node & {
8612
8718
  __typename?: 'CustomerServiceIndividual';
8613
8719
  attributes: Array<CustomerServiceAttributeValue>;
8720
+ details: CustomerServiceCustomDetailValuesQueryResult;
8614
8721
  entitlementList: Array<CustomerServiceEntitlement>;
8615
8722
  entitlements?: Maybe<CustomerServiceEntitlementConnection>;
8616
8723
  id: Scalars['ID']['output'];
@@ -8887,6 +8994,7 @@ export declare type CustomerServiceNotesQueryResult = CustomerServiceNotes | Que
8887
8994
  export declare type CustomerServiceOrganization = Node & {
8888
8995
  __typename?: 'CustomerServiceOrganization';
8889
8996
  attributes: Array<CustomerServiceAttributeValue>;
8997
+ details: CustomerServiceCustomDetailValuesQueryResult;
8890
8998
  entitlementList: Array<CustomerServiceEntitlement>;
8891
8999
  entitlements?: Maybe<CustomerServiceEntitlementConnection>;
8892
9000
  id: Scalars['ID']['output'];
@@ -9664,7 +9772,6 @@ export declare type DevOpsDesignProvider = DevOpsDataProvider & {
9664
9772
  appInstallationId?: Maybe<Scalars['ID']['output']>;
9665
9773
  configState?: Maybe<JiraAppConfigState>;
9666
9774
  documentationUrl?: Maybe<Scalars['URL']['output']>;
9667
- grant3LOUrl?: Maybe<Scalars['String']['output']>;
9668
9775
  handledDomainName?: Maybe<Scalars['String']['output']>;
9669
9776
  homeUrl?: Maybe<Scalars['URL']['output']>;
9670
9777
  id: Scalars['ID']['output'];
@@ -9758,7 +9865,6 @@ export declare type DevOpsDocumentationProvider = DevOpsDataProvider & {
9758
9865
  appInstallationId?: Maybe<Scalars['ID']['output']>;
9759
9866
  configState?: Maybe<JiraAppConfigState>;
9760
9867
  documentationUrl?: Maybe<Scalars['URL']['output']>;
9761
- grant3LOUrl?: Maybe<Scalars['String']['output']>;
9762
9868
  homeUrl?: Maybe<Scalars['URL']['output']>;
9763
9869
  id: Scalars['ID']['output'];
9764
9870
  linkedContainers?: Maybe<AriGraphRelationshipConnection>;
@@ -10070,7 +10176,6 @@ export declare type DevOpsOperationsComponentDetails = {
10070
10176
  id: Scalars['ID']['output'];
10071
10177
  lastUpdated?: Maybe<Scalars['DateTime']['output']>;
10072
10178
  name?: Maybe<Scalars['String']['output']>;
10073
- providerAri?: Maybe<Scalars['String']['output']>;
10074
10179
  providerComponentId?: Maybe<Scalars['String']['output']>;
10075
10180
  providerId?: Maybe<Scalars['String']['output']>;
10076
10181
  tier?: Maybe<DevOpsComponentTier>;
@@ -10647,10 +10752,8 @@ export declare type DevOpsSummarisedFeatureFlags = {
10647
10752
  export declare type DevOpsSupportedActions = {
10648
10753
  __typename?: 'DevOpsSupportedActions';
10649
10754
  associate?: Maybe<Scalars['Boolean']['output']>;
10650
- check3LO?: Maybe<Scalars['Boolean']['output']>;
10651
10755
  checkAuth?: Maybe<Scalars['Boolean']['output']>;
10652
10756
  disassociate?: Maybe<Scalars['Boolean']['output']>;
10653
- grant3LO?: Maybe<Scalars['Boolean']['output']>;
10654
10757
  listContainers?: Maybe<Scalars['Boolean']['output']>;
10655
10758
  searchConnectedWorkspaces?: Maybe<Scalars['Boolean']['output']>;
10656
10759
  searchContainers?: Maybe<Scalars['Boolean']['output']>;
@@ -16067,6 +16170,8 @@ export declare type GraphStore = {
16067
16170
  projectHasIssueInverse?: Maybe<GraphStoreSimplifiedProjectHasIssueInverseConnection>;
16068
16171
  projectHasIssueInverseRelationship?: Maybe<GraphStoreFullProjectHasIssueConnection>;
16069
16172
  projectHasIssueRelationship?: Maybe<GraphStoreFullProjectHasIssueConnection>;
16173
+ projectHasRelatedWorkWithProject?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection>;
16174
+ projectHasRelatedWorkWithProjectInverse?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection>;
16070
16175
  projectHasSharedVersionWith?: Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithConnection>;
16071
16176
  projectHasSharedVersionWithInverse?: Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithInverseConnection>;
16072
16177
  projectHasSharedVersionWithInverseRelationship?: Maybe<GraphStoreFullProjectHasSharedVersionWithConnection>;
@@ -17379,6 +17484,16 @@ export declare type GraphStoreProjectHasIssueRelationshipArgs = {
17379
17484
  id: Scalars['ID']['input'];
17380
17485
  sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
17381
17486
  };
17487
+ export declare type GraphStoreProjectHasRelatedWorkWithProjectArgs = {
17488
+ after?: InputMaybe<Scalars['String']['input']>;
17489
+ first?: InputMaybe<Scalars['Int']['input']>;
17490
+ id: Scalars['ID']['input'];
17491
+ };
17492
+ export declare type GraphStoreProjectHasRelatedWorkWithProjectInverseArgs = {
17493
+ after?: InputMaybe<Scalars['String']['input']>;
17494
+ first?: InputMaybe<Scalars['Int']['input']>;
17495
+ id: Scalars['ID']['input'];
17496
+ };
17382
17497
  export declare type GraphStoreProjectHasSharedVersionWithArgs = {
17383
17498
  after?: InputMaybe<Scalars['String']['input']>;
17384
17499
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -18351,6 +18466,46 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIs
18351
18466
  export declare type GraphStoreBooleanFilterInput = {
18352
18467
  is?: InputMaybe<Scalars['Boolean']['input']>;
18353
18468
  };
18469
+ export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
18470
+ relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
18471
+ };
18472
+ export declare enum GraphStoreCreateComponentImpactedByIncidentJiraIncidentPriorityInput {
18473
+ NotSet = "NOT_SET",
18474
+ P1 = "P1",
18475
+ P2 = "P2",
18476
+ P3 = "P3",
18477
+ P4 = "P4",
18478
+ P5 = "P5",
18479
+ Pending = "PENDING",
18480
+ Unknown = "UNKNOWN"
18481
+ }
18482
+ export declare enum GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput {
18483
+ Done = "DONE",
18484
+ Indeterminate = "INDETERMINATE",
18485
+ New = "NEW",
18486
+ NotSet = "NOT_SET",
18487
+ Undefined = "UNDEFINED"
18488
+ }
18489
+ export declare type GraphStoreCreateComponentImpactedByIncidentPayload = Payload & {
18490
+ __typename?: 'GraphStoreCreateComponentImpactedByIncidentPayload';
18491
+ errors?: Maybe<Array<MutationError>>;
18492
+ success: Scalars['Boolean']['output'];
18493
+ };
18494
+ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipInput = {
18495
+ from: Scalars['ID']['input'];
18496
+ objectMetadata?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentRelationshipObjectMetadataInput>;
18497
+ sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
18498
+ to: Scalars['ID']['input'];
18499
+ updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
18500
+ };
18501
+ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjectMetadataInput = {
18502
+ affectedServiceAris?: InputMaybe<Scalars['String']['input']>;
18503
+ assigneeAri?: InputMaybe<Scalars['String']['input']>;
18504
+ majorIncident?: InputMaybe<Scalars['Boolean']['input']>;
18505
+ priority?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentPriorityInput>;
18506
+ reporterAri?: InputMaybe<Scalars['String']['input']>;
18507
+ status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
18508
+ };
18354
18509
  export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
18355
18510
  relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
18356
18511
  };
@@ -18505,6 +18660,20 @@ export declare type GraphStoreCreateProjectDocumentationSpaceRelationshipInput =
18505
18660
  to: Scalars['ID']['input'];
18506
18661
  updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
18507
18662
  };
18663
+ export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectInput = {
18664
+ relationships: Array<GraphStoreCreateProjectHasRelatedWorkWithProjectRelationshipInput>;
18665
+ };
18666
+ export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectPayload = Payload & {
18667
+ __typename?: 'GraphStoreCreateProjectHasRelatedWorkWithProjectPayload';
18668
+ errors?: Maybe<Array<MutationError>>;
18669
+ success: Scalars['Boolean']['output'];
18670
+ };
18671
+ export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectRelationshipInput = {
18672
+ from: Scalars['ID']['input'];
18673
+ sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
18674
+ to: Scalars['ID']['input'];
18675
+ updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
18676
+ };
18508
18677
  export declare type GraphStoreCreateProjectHasSharedVersionWithInput = {
18509
18678
  relationships: Array<GraphStoreCreateProjectHasSharedVersionWithRelationshipInput>;
18510
18679
  };
@@ -18645,6 +18814,18 @@ export declare type GraphStoreDateFilterInput = {
18645
18814
  after?: InputMaybe<Scalars['DateTime']['input']>;
18646
18815
  before?: InputMaybe<Scalars['DateTime']['input']>;
18647
18816
  };
18817
+ export declare type GraphStoreDeleteComponentImpactedByIncidentInput = {
18818
+ relationships: Array<GraphStoreDeleteComponentImpactedByIncidentRelationshipInput>;
18819
+ };
18820
+ export declare type GraphStoreDeleteComponentImpactedByIncidentPayload = Payload & {
18821
+ __typename?: 'GraphStoreDeleteComponentImpactedByIncidentPayload';
18822
+ errors?: Maybe<Array<MutationError>>;
18823
+ success: Scalars['Boolean']['output'];
18824
+ };
18825
+ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput = {
18826
+ from: Scalars['ID']['input'];
18827
+ to: Scalars['ID']['input'];
18828
+ };
18648
18829
  export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
18649
18830
  relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
18650
18831
  };
@@ -18777,6 +18958,18 @@ export declare type GraphStoreDeleteProjectDocumentationSpaceRelationshipInput =
18777
18958
  from: Scalars['ID']['input'];
18778
18959
  to: Scalars['ID']['input'];
18779
18960
  };
18961
+ export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectInput = {
18962
+ relationships: Array<GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationshipInput>;
18963
+ };
18964
+ export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload = Payload & {
18965
+ __typename?: 'GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload';
18966
+ errors?: Maybe<Array<MutationError>>;
18967
+ success: Scalars['Boolean']['output'];
18968
+ };
18969
+ export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationshipInput = {
18970
+ from: Scalars['ID']['input'];
18971
+ to: Scalars['ID']['input'];
18972
+ };
18780
18973
  export declare type GraphStoreDeleteProjectHasSharedVersionWithInput = {
18781
18974
  relationships: Array<GraphStoreDeleteProjectHasSharedVersionWithRelationshipInput>;
18782
18975
  };
@@ -22348,6 +22541,7 @@ export declare type GraphStoreLongFilterInput = {
22348
22541
  };
22349
22542
  export declare type GraphStoreMutation = {
22350
22543
  __typename?: 'GraphStoreMutation';
22544
+ createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
22351
22545
  createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
22352
22546
  createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
22353
22547
  createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
@@ -22359,6 +22553,7 @@ export declare type GraphStoreMutation = {
22359
22553
  createProjectDocumentationEntity?: Maybe<GraphStoreCreateProjectDocumentationEntityPayload>;
22360
22554
  createProjectDocumentationPage?: Maybe<GraphStoreCreateProjectDocumentationPagePayload>;
22361
22555
  createProjectDocumentationSpace?: Maybe<GraphStoreCreateProjectDocumentationSpacePayload>;
22556
+ createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
22362
22557
  createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
22363
22558
  createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
22364
22559
  createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
@@ -22366,6 +22561,7 @@ export declare type GraphStoreMutation = {
22366
22561
  createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
22367
22562
  createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
22368
22563
  createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
22564
+ deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
22369
22565
  deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
22370
22566
  deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
22371
22567
  deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
@@ -22377,6 +22573,7 @@ export declare type GraphStoreMutation = {
22377
22573
  deleteProjectDocumentationEntity?: Maybe<GraphStoreDeleteProjectDocumentationEntityPayload>;
22378
22574
  deleteProjectDocumentationPage?: Maybe<GraphStoreDeleteProjectDocumentationPagePayload>;
22379
22575
  deleteProjectDocumentationSpace?: Maybe<GraphStoreDeleteProjectDocumentationSpacePayload>;
22576
+ deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
22380
22577
  deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
22381
22578
  deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
22382
22579
  deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
@@ -22385,6 +22582,9 @@ export declare type GraphStoreMutation = {
22385
22582
  deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
22386
22583
  deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
22387
22584
  };
22585
+ export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
22586
+ input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
22587
+ };
22388
22588
  export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
22389
22589
  input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
22390
22590
  };
@@ -22418,6 +22618,9 @@ export declare type GraphStoreMutationCreateProjectDocumentationPageArgs = {
22418
22618
  export declare type GraphStoreMutationCreateProjectDocumentationSpaceArgs = {
22419
22619
  input?: InputMaybe<GraphStoreCreateProjectDocumentationSpaceInput>;
22420
22620
  };
22621
+ export declare type GraphStoreMutationCreateProjectHasRelatedWorkWithProjectArgs = {
22622
+ input?: InputMaybe<GraphStoreCreateProjectHasRelatedWorkWithProjectInput>;
22623
+ };
22421
22624
  export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
22422
22625
  input?: InputMaybe<GraphStoreCreateProjectHasSharedVersionWithInput>;
22423
22626
  };
@@ -22439,6 +22642,9 @@ export declare type GraphStoreMutationCreateVersionUserAssociatedFeatureFlagArgs
22439
22642
  export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
22440
22643
  input?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueInput>;
22441
22644
  };
22645
+ export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
22646
+ input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
22647
+ };
22442
22648
  export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
22443
22649
  input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
22444
22650
  };
@@ -22472,6 +22678,9 @@ export declare type GraphStoreMutationDeleteProjectDocumentationPageArgs = {
22472
22678
  export declare type GraphStoreMutationDeleteProjectDocumentationSpaceArgs = {
22473
22679
  input?: InputMaybe<GraphStoreDeleteProjectDocumentationSpaceInput>;
22474
22680
  };
22681
+ export declare type GraphStoreMutationDeleteProjectHasRelatedWorkWithProjectArgs = {
22682
+ input?: InputMaybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectInput>;
22683
+ };
22475
22684
  export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
22476
22685
  input?: InputMaybe<GraphStoreDeleteProjectHasSharedVersionWithInput>;
22477
22686
  };
@@ -24315,6 +24524,36 @@ export declare type GraphStoreSimplifiedProjectHasIssueInverseEdge = {
24315
24524
  };
24316
24525
  export declare type GraphStoreSimplifiedProjectHasIssueInverseUnion = JiraProject;
24317
24526
  export declare type GraphStoreSimplifiedProjectHasIssueUnion = JiraIssue;
24527
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection = HasPageInfo & HasTotal & {
24528
+ __typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection';
24529
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge>>>;
24530
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
24531
+ pageInfo: PageInfo;
24532
+ totalCount?: Maybe<Scalars['Int']['output']>;
24533
+ };
24534
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge = {
24535
+ __typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge';
24536
+ createdAt: Scalars['DateTime']['output'];
24537
+ cursor?: Maybe<Scalars['String']['output']>;
24538
+ lastUpdated: Scalars['DateTime']['output'];
24539
+ node?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectUnion>;
24540
+ };
24541
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection = HasPageInfo & HasTotal & {
24542
+ __typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection';
24543
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge>>>;
24544
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
24545
+ pageInfo: PageInfo;
24546
+ totalCount?: Maybe<Scalars['Int']['output']>;
24547
+ };
24548
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge = {
24549
+ __typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge';
24550
+ createdAt: Scalars['DateTime']['output'];
24551
+ cursor?: Maybe<Scalars['String']['output']>;
24552
+ lastUpdated: Scalars['DateTime']['output'];
24553
+ node?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseUnion>;
24554
+ };
24555
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseUnion = JiraProject;
24556
+ export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectUnion = JiraProject;
24318
24557
  export declare type GraphStoreSimplifiedProjectHasSharedVersionWithConnection = HasPageInfo & HasTotal & {
24319
24558
  __typename?: 'GraphStoreSimplifiedProjectHasSharedVersionWithConnection';
24320
24559
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithEdge>>>;
@@ -26153,13 +26392,18 @@ export declare type HelpLayoutAnnouncementElementData = {
26153
26392
  header?: Maybe<Scalars['String']['output']>;
26154
26393
  message?: Maybe<Scalars['String']['output']>;
26155
26394
  };
26395
+ export declare type HelpLayoutAnnouncementInput = {
26396
+ visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
26397
+ };
26156
26398
  export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
26157
26399
  export declare type HelpLayoutAtomicElementInput = {
26400
+ announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
26158
26401
  elementTypeKey: HelpLayoutAtomicElementKey;
26159
26402
  headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
26160
26403
  imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
26161
26404
  paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
26162
26405
  searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
26406
+ topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
26163
26407
  };
26164
26408
  export declare enum HelpLayoutAtomicElementKey {
26165
26409
  Announcement = "ANNOUNCEMENT",
@@ -26225,12 +26469,14 @@ export declare enum HelpLayoutElementCategory {
26225
26469
  Navigation = "NAVIGATION"
26226
26470
  }
26227
26471
  export declare type HelpLayoutElementInput = {
26472
+ announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
26228
26473
  elementTypeKey: HelpLayoutElementKey;
26229
26474
  headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
26230
26475
  imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
26231
26476
  linkCardInput?: InputMaybe<HelpLayoutLinkCardInput>;
26232
26477
  paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
26233
26478
  searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
26479
+ topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
26234
26480
  };
26235
26481
  export declare enum HelpLayoutElementKey {
26236
26482
  Announcement = "ANNOUNCEMENT",
@@ -26510,6 +26756,9 @@ export declare type HelpLayoutTopicsListElementData = {
26510
26756
  __typename?: 'HelpLayoutTopicsListElementData';
26511
26757
  topics?: Maybe<Array<HelpLayoutTopic>>;
26512
26758
  };
26759
+ export declare type HelpLayoutTopicsListInput = {
26760
+ visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
26761
+ };
26513
26762
  export declare type HelpLayoutUpdateInput = {
26514
26763
  layoutId: Scalars['ID']['input'];
26515
26764
  sections: Array<HelpLayoutSectionInput>;
@@ -26800,7 +27049,7 @@ export declare type HelpObjectStoreSearchInput = {
26800
27049
  };
26801
27050
  export declare type HelpObjectStoreSearchMetaData = {
26802
27051
  __typename?: 'HelpObjectStoreSearchMetaData';
26803
- searchScore: Scalars['Int']['output'];
27052
+ searchScore: Scalars['Float']['output'];
26804
27053
  };
26805
27054
  export declare type HelpObjectStoreSearchResult = Node & {
26806
27055
  __typename?: 'HelpObjectStoreSearchResult';
@@ -27189,6 +27438,14 @@ export declare enum InsightsEnvironmentType {
27189
27438
  Testing = "TESTING",
27190
27439
  Unmapped = "UNMAPPED"
27191
27440
  }
27441
+ export declare type InsightsGithubOnboardingActionInput = {
27442
+ cloudId: Scalars['ID']['input'];
27443
+ };
27444
+ export declare type InsightsGithubOnboardingActionResponse = Payload & {
27445
+ __typename?: 'InsightsGithubOnboardingActionResponse';
27446
+ errors?: Maybe<Array<MutationError>>;
27447
+ success: Scalars['Boolean']['output'];
27448
+ };
27192
27449
  export declare type InsightsGithubOnboardingDetails = {
27193
27450
  __typename?: 'InsightsGithubOnboardingDetails';
27194
27451
  outboundAuthUrl: Scalars['String']['output'];
@@ -27196,17 +27453,33 @@ export declare type InsightsGithubOnboardingDetails = {
27196
27453
  };
27197
27454
  export declare type InsightsMutation = {
27198
27455
  __typename?: 'InsightsMutation';
27456
+ completeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
27457
+ purgeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
27199
27458
  purgeUserActionStateForCurrentUser?: Maybe<InsightsActionNextBestTaskPayload>;
27459
+ removeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
27200
27460
  removeTask?: Maybe<InsightsActionNextBestTaskPayload>;
27461
+ snoozeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
27201
27462
  snoozeTask?: Maybe<InsightsActionNextBestTaskPayload>;
27202
27463
  };
27464
+ export declare type InsightsMutationCompleteOnboardingArgs = {
27465
+ input: InsightsGithubOnboardingActionInput;
27466
+ };
27467
+ export declare type InsightsMutationPurgeOnboardingArgs = {
27468
+ input: InsightsGithubOnboardingActionInput;
27469
+ };
27203
27470
  export declare type InsightsMutationPurgeUserActionStateForCurrentUserArgs = {
27204
27471
  input: InsightsPurgeUserActionStateInput;
27205
27472
  };
27473
+ export declare type InsightsMutationRemoveOnboardingArgs = {
27474
+ input: InsightsGithubOnboardingActionInput;
27475
+ };
27206
27476
  export declare type InsightsMutationRemoveTaskArgs = {
27207
27477
  cloudId: Scalars['ID']['input'];
27208
27478
  input: InsightsActionNextBestTaskInput;
27209
27479
  };
27480
+ export declare type InsightsMutationSnoozeOnboardingArgs = {
27481
+ input: InsightsGithubOnboardingActionInput;
27482
+ };
27210
27483
  export declare type InsightsMutationSnoozeTaskArgs = {
27211
27484
  cloudId: Scalars['ID']['input'];
27212
27485
  input: InsightsActionNextBestTaskInput;
@@ -28018,12 +28291,38 @@ export declare type JiraAppConfigStateEdge = {
28018
28291
  cursor: Scalars['String']['output'];
28019
28292
  node?: Maybe<JiraAppConfigState>;
28020
28293
  };
28021
- export declare type JiraAppNavigationItem = JiraNavigationItem & Node & {
28294
+ export declare type JiraAppNavigationConfig = {
28295
+ iconUrl?: Maybe<Scalars['String']['output']>;
28296
+ label?: Maybe<Scalars['String']['output']>;
28297
+ links?: Maybe<Array<Maybe<JiraAppNavigationConfig>>>;
28298
+ section?: Maybe<Scalars['Boolean']['output']>;
28299
+ separator?: Maybe<Scalars['Boolean']['output']>;
28300
+ styleClass?: Maybe<Scalars['String']['output']>;
28301
+ url?: Maybe<Scalars['String']['output']>;
28302
+ };
28303
+ export declare type JiraAppNavigationItem = JiraAppNavigationConfig & JiraNavigationItem & Node & {
28022
28304
  __typename?: 'JiraAppNavigationItem';
28305
+ canRemove?: Maybe<Scalars['Boolean']['output']>;
28306
+ canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
28023
28307
  iconUrl?: Maybe<Scalars['String']['output']>;
28024
28308
  id: Scalars['ID']['output'];
28025
28309
  isDefault?: Maybe<Scalars['Boolean']['output']>;
28026
28310
  label?: Maybe<Scalars['String']['output']>;
28311
+ links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
28312
+ section?: Maybe<Scalars['Boolean']['output']>;
28313
+ separator?: Maybe<Scalars['Boolean']['output']>;
28314
+ styleClass?: Maybe<Scalars['String']['output']>;
28315
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
28316
+ url?: Maybe<Scalars['String']['output']>;
28317
+ };
28318
+ export declare type JiraAppNavigationItemNestedLink = JiraAppNavigationConfig & {
28319
+ __typename?: 'JiraAppNavigationItemNestedLink';
28320
+ iconUrl?: Maybe<Scalars['String']['output']>;
28321
+ label?: Maybe<Scalars['String']['output']>;
28322
+ links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
28323
+ section?: Maybe<Scalars['Boolean']['output']>;
28324
+ separator?: Maybe<Scalars['Boolean']['output']>;
28325
+ styleClass?: Maybe<Scalars['String']['output']>;
28027
28326
  url?: Maybe<Scalars['String']['output']>;
28028
28327
  };
28029
28328
  export declare type JiraAppUiModifications = {
@@ -28466,6 +28765,17 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
28466
28765
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
28467
28766
  value?: Maybe<Scalars['Boolean']['output']>;
28468
28767
  };
28768
+ export declare type JiraBulkCreateIssueLinksInput = {
28769
+ issueLinkTypeId: Scalars['ID']['input'];
28770
+ sourceIssueId: Scalars['ID']['input'];
28771
+ targetIssueIds: Array<Scalars['ID']['input']>;
28772
+ };
28773
+ export declare type JiraBulkCreateIssueLinksPayload = Payload & {
28774
+ __typename?: 'JiraBulkCreateIssueLinksPayload';
28775
+ errors?: Maybe<Array<MutationError>>;
28776
+ issueLinkEdges?: Maybe<Array<JiraIssueLinkEdge>>;
28777
+ success: Scalars['Boolean']['output'];
28778
+ };
28469
28779
  export declare type JiraBulkEditField = Node & {
28470
28780
  __typename?: 'JiraBulkEditField';
28471
28781
  bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
@@ -28807,7 +29117,7 @@ export declare type JiraCascadingOptionsEdge = {
28807
29117
  cursor: Scalars['String']['output'];
28808
29118
  node?: Maybe<JiraCascadingOptions>;
28809
29119
  };
28810
- export declare type JiraCascadingSelectField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
29120
+ export declare type JiraCascadingSelectField = JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
28811
29121
  __typename?: 'JiraCascadingSelectField';
28812
29122
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
28813
29123
  cascadingOption?: Maybe<JiraCascadingOption>;
@@ -28819,6 +29129,7 @@ export declare type JiraCascadingSelectField = JiraIssueField & JiraIssueFieldCo
28819
29129
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
28820
29130
  name: Scalars['String']['output'];
28821
29131
  parentOptions?: Maybe<JiraParentOptionConnection>;
29132
+ selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
28822
29133
  type: Scalars['String']['output'];
28823
29134
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
28824
29135
  };
@@ -28836,6 +29147,14 @@ export declare type JiraCascadingSelectFieldParentOptionsArgs = {
28836
29147
  last?: InputMaybe<Scalars['Int']['input']>;
28837
29148
  searchBy?: InputMaybe<Scalars['String']['input']>;
28838
29149
  };
29150
+ export declare type JiraCascadingSelectFieldSelectableValueOptionsArgs = {
29151
+ after?: InputMaybe<Scalars['String']['input']>;
29152
+ before?: InputMaybe<Scalars['String']['input']>;
29153
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
29154
+ first?: InputMaybe<Scalars['Int']['input']>;
29155
+ last?: InputMaybe<Scalars['Int']['input']>;
29156
+ searchBy?: InputMaybe<Scalars['String']['input']>;
29157
+ };
28839
29158
  export declare type JiraCascadingSelectFieldInput = {
28840
29159
  childOptionValue?: InputMaybe<JiraSelectedOptionInput>;
28841
29160
  fieldId: Scalars['ID']['input'];
@@ -29342,6 +29661,13 @@ export declare type JiraConfigurableNavigationItemInput = {
29342
29661
  isVisible: Scalars['Boolean']['input'];
29343
29662
  menuId: Scalars['String']['input'];
29344
29663
  };
29664
+ export declare type JiraConfiguratorIssueTypeScheme = {
29665
+ __typename?: 'JiraConfiguratorIssueTypeScheme';
29666
+ description?: Maybe<Scalars['String']['output']>;
29667
+ id: Scalars['ID']['output'];
29668
+ issueTypes?: Maybe<Array<JiraIssueType>>;
29669
+ name?: Maybe<Scalars['String']['output']>;
29670
+ };
29345
29671
  export declare type JiraConfluenceRemoteIssueLink = {
29346
29672
  __typename?: 'JiraConfluenceRemoteIssueLink';
29347
29673
  href?: Maybe<Scalars['String']['output']>;
@@ -29477,7 +29803,7 @@ export declare enum JiraContactOrgAdminToEnableAtlassianIntelligenceState {
29477
29803
  }
29478
29804
  export declare type JiraCreateAgileReleaseTrainInput = {
29479
29805
  cloudId: Scalars['ID']['input'];
29480
- configurationId: Scalars['ID']['input'];
29806
+ configurationId?: InputMaybe<Scalars['ID']['input']>;
29481
29807
  largeSolutionProjectId?: InputMaybe<Scalars['ID']['input']>;
29482
29808
  projectDetails: JiraCreateScaledConfiguratorProjectInput;
29483
29809
  teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
@@ -29516,7 +29842,7 @@ export declare type JiraCreateCustomFilterPayload = Payload & {
29516
29842
  };
29517
29843
  export declare type JiraCreateLargeSolutionInput = {
29518
29844
  cloudId: Scalars['ID']['input'];
29519
- configurationId: Scalars['ID']['input'];
29845
+ configurationId?: InputMaybe<Scalars['ID']['input']>;
29520
29846
  projectDetails: JiraCreateScaledConfiguratorProjectInput;
29521
29847
  };
29522
29848
  export declare type JiraCreateLargeSolutionPayload = Payload & {
@@ -30266,6 +30592,12 @@ export declare type JiraFieldType = {
30266
30592
  displayName?: Maybe<Scalars['String']['output']>;
30267
30593
  name: Scalars['String']['output'];
30268
30594
  };
30595
+ export declare type JiraFieldValidationMutationErrorExtension = MutationErrorExtension & {
30596
+ __typename?: 'JiraFieldValidationMutationErrorExtension';
30597
+ errorType?: Maybe<Scalars['String']['output']>;
30598
+ fieldId?: Maybe<Scalars['String']['output']>;
30599
+ statusCode?: Maybe<Scalars['Int']['output']>;
30600
+ };
30269
30601
  export declare type JiraFilter = {
30270
30602
  filterId: Scalars['String']['output'];
30271
30603
  filterUrl?: Maybe<Scalars['URL']['output']>;
@@ -30624,6 +30956,55 @@ export declare type JiraGlobalTimeTrackingSettings = {
30624
30956
  hoursPerDay: Scalars['Float']['output'];
30625
30957
  isTimeTrackingEnabled: Scalars['Boolean']['output'];
30626
30958
  };
30959
+ export declare type JiraGoal = Node & {
30960
+ __typename?: 'JiraGoal';
30961
+ id: Scalars['ID']['output'];
30962
+ key?: Maybe<Scalars['String']['output']>;
30963
+ name?: Maybe<Scalars['String']['output']>;
30964
+ score?: Maybe<Scalars['Float']['output']>;
30965
+ status?: Maybe<JiraGoalStatus>;
30966
+ targetDate?: Maybe<Scalars['Date']['output']>;
30967
+ };
30968
+ export declare type JiraGoalConnection = {
30969
+ __typename?: 'JiraGoalConnection';
30970
+ edges?: Maybe<Array<Maybe<JiraGoalEdge>>>;
30971
+ errors?: Maybe<Array<QueryError>>;
30972
+ pageInfo: PageInfo;
30973
+ totalCount?: Maybe<Scalars['Int']['output']>;
30974
+ };
30975
+ export declare type JiraGoalEdge = {
30976
+ __typename?: 'JiraGoalEdge';
30977
+ cursor: Scalars['String']['output'];
30978
+ node?: Maybe<JiraGoal>;
30979
+ };
30980
+ export declare enum JiraGoalStatus {
30981
+ AtRisk = "AT_RISK",
30982
+ Cancelled = "CANCELLED",
30983
+ Completed = "COMPLETED",
30984
+ OffTrack = "OFF_TRACK",
30985
+ OnTrack = "ON_TRACK",
30986
+ Paused = "PAUSED",
30987
+ Pending = "PENDING"
30988
+ }
30989
+ export declare type JiraGoalsField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
30990
+ __typename?: 'JiraGoalsField';
30991
+ aliasFieldId?: Maybe<Scalars['ID']['output']>;
30992
+ description?: Maybe<Scalars['String']['output']>;
30993
+ fieldConfig?: Maybe<JiraFieldConfig>;
30994
+ fieldId: Scalars['String']['output'];
30995
+ id: Scalars['ID']['output'];
30996
+ isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
30997
+ name: Scalars['String']['output'];
30998
+ selectedGoals?: Maybe<JiraGoalConnection>;
30999
+ type: Scalars['String']['output'];
31000
+ userFieldConfig?: Maybe<JiraUserFieldConfig>;
31001
+ };
31002
+ export declare type JiraGoalsFieldSelectedGoalsArgs = {
31003
+ after?: InputMaybe<Scalars['String']['input']>;
31004
+ before?: InputMaybe<Scalars['String']['input']>;
31005
+ first?: InputMaybe<Scalars['Int']['input']>;
31006
+ last?: InputMaybe<Scalars['Int']['input']>;
31007
+ };
30627
31008
  export declare type JiraGrantTypeKey = {
30628
31009
  __typename?: 'JiraGrantTypeKey';
30629
31010
  key: JiraGrantTypeKeyEnum;
@@ -30765,16 +31146,20 @@ export declare type JiraInvalidSyntaxError = {
30765
31146
  };
30766
31147
  export declare type JiraIssue = Node & {
30767
31148
  __typename?: 'JiraIssue';
30768
- assignee?: Maybe<Scalars['String']['output']>;
31149
+ assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
30769
31150
  attachments?: Maybe<JiraAttachmentConnection>;
31151
+ canBeExported?: Maybe<Scalars['Boolean']['output']>;
30770
31152
  childIssues?: Maybe<JiraChildIssues>;
31153
+ commandPaletteActions?: Maybe<JiraIssueCommandPaletteActionConnection>;
30771
31154
  commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
30772
31155
  comments?: Maybe<JiraCommentConnection>;
30773
31156
  deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
31157
+ descriptionField?: Maybe<JiraRichTextField>;
31158
+ designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
30774
31159
  devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
30775
31160
  devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
30776
31161
  devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
30777
- duedate?: Maybe<Scalars['DateTime']['output']>;
31162
+ dueDateField?: Maybe<JiraDatePickerField>;
30778
31163
  errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
30779
31164
  fieldByIdOrAlias?: Maybe<JiraIssueField>;
30780
31165
  fieldSets?: Maybe<JiraIssueFieldSetConnection>;
@@ -30795,6 +31180,7 @@ export declare type JiraIssue = Node & {
30795
31180
  issueId: Scalars['String']['output'];
30796
31181
  issueLinks?: Maybe<JiraIssueLinkConnection>;
30797
31182
  issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
31183
+ issueTypeField?: Maybe<JiraIssueTypeField>;
30798
31184
  issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
30799
31185
  issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
30800
31186
  issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
@@ -30802,13 +31188,18 @@ export declare type JiraIssue = Node & {
30802
31188
  lifecycleState?: Maybe<JiraIssueLifecycleState>;
30803
31189
  linkedDesigns?: Maybe<GraphJiraDesignConnection>;
30804
31190
  postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
31191
+ priorityField?: Maybe<JiraPriorityField>;
31192
+ projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
31193
+ resolutionField?: Maybe<JiraResolutionField>;
30805
31194
  screenId?: Maybe<Scalars['Long']['output']>;
30806
31195
  shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
30807
31196
  smartSummary?: Maybe<JiraAdf>;
30808
- startdate?: Maybe<Scalars['DateTime']['output']>;
31197
+ startDateField?: Maybe<JiraDatePickerField>;
31198
+ statusField?: Maybe<JiraStatusField>;
30809
31199
  storyPointEstimateField?: Maybe<JiraNumberField>;
30810
31200
  storyPointsField?: Maybe<JiraNumberField>;
30811
31201
  suggestFieldValues?: Maybe<JiraSuggestedIssueFieldValuesResult>;
31202
+ summaryField?: Maybe<JiraSingleLineTextField>;
30812
31203
  webUrl?: Maybe<Scalars['URL']['output']>;
30813
31204
  worklogs?: Maybe<JiraWorkLogConnection>;
30814
31205
  };
@@ -30819,6 +31210,12 @@ export declare type JiraIssueAttachmentsArgs = {
30819
31210
  last?: InputMaybe<Scalars['Int']['input']>;
30820
31211
  sortBy?: InputMaybe<JiraAttachmentSortInput>;
30821
31212
  };
31213
+ export declare type JiraIssueCommandPaletteActionsArgs = {
31214
+ after?: InputMaybe<Scalars['String']['input']>;
31215
+ before?: InputMaybe<Scalars['String']['input']>;
31216
+ first?: InputMaybe<Scalars['Int']['input']>;
31217
+ last?: InputMaybe<Scalars['Int']['input']>;
31218
+ };
30822
31219
  export declare type JiraIssueCommandPaletteFieldsArgs = {
30823
31220
  after?: InputMaybe<Scalars['String']['input']>;
30824
31221
  before?: InputMaybe<Scalars['String']['input']>;
@@ -30831,8 +31228,12 @@ export declare type JiraIssueCommentsArgs = {
30831
31228
  first?: InputMaybe<Scalars['Int']['input']>;
30832
31229
  last?: InputMaybe<Scalars['Int']['input']>;
30833
31230
  };
31231
+ export declare type JiraIssueDesignsArgs = {
31232
+ after?: InputMaybe<Scalars['String']['input']>;
31233
+ first?: InputMaybe<Scalars['Int']['input']>;
31234
+ };
30834
31235
  export declare type JiraIssueFieldByIdOrAliasArgs = {
30835
- idsOrAlias?: InputMaybe<Scalars['String']['input']>;
31236
+ idOrAlias?: InputMaybe<Scalars['String']['input']>;
30836
31237
  ignoreMissingField?: InputMaybe<Scalars['Boolean']['input']>;
30837
31238
  };
30838
31239
  export declare type JiraIssueFieldSetsArgs = {
@@ -30890,6 +31291,12 @@ export declare type JiraIssueLinkedDesignsArgs = {
30890
31291
  after?: InputMaybe<Scalars['String']['input']>;
30891
31292
  first?: InputMaybe<Scalars['Int']['input']>;
30892
31293
  };
31294
+ export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
31295
+ after?: InputMaybe<Scalars['String']['input']>;
31296
+ before?: InputMaybe<Scalars['String']['input']>;
31297
+ first?: InputMaybe<Scalars['Int']['input']>;
31298
+ last?: InputMaybe<Scalars['Int']['input']>;
31299
+ };
30893
31300
  export declare type JiraIssueShadowFieldSetsForIssueSearchViewArgs = {
30894
31301
  after?: InputMaybe<Scalars['String']['input']>;
30895
31302
  before?: InputMaybe<Scalars['String']['input']>;
@@ -30992,6 +31399,28 @@ export declare type JiraIssueBulkOperationsMetadata = {
30992
31399
  __typename?: 'JiraIssueBulkOperationsMetadata';
30993
31400
  maxNumberOfIssues?: Maybe<Scalars['Long']['output']>;
30994
31401
  };
31402
+ export declare type JiraIssueCommandPaletteAction = JiraIssueCommandPaletteUpdateFieldAction | JiraIssueGenericCommandPaletteAction;
31403
+ export declare type JiraIssueCommandPaletteActionConnection = {
31404
+ __typename?: 'JiraIssueCommandPaletteActionConnection';
31405
+ edges?: Maybe<Array<Maybe<JiraIssueCommandPaletteActionEdge>>>;
31406
+ pageInfo: PageInfo;
31407
+ totalCount?: Maybe<Scalars['Int']['output']>;
31408
+ };
31409
+ export declare type JiraIssueCommandPaletteActionConnectionResult = JiraIssueCommandPaletteActionConnection | QueryError;
31410
+ export declare type JiraIssueCommandPaletteActionEdge = {
31411
+ __typename?: 'JiraIssueCommandPaletteActionEdge';
31412
+ cursor: Scalars['String']['output'];
31413
+ node?: Maybe<JiraIssueCommandPaletteAction>;
31414
+ };
31415
+ export declare type JiraIssueCommandPaletteActionUnsupportedErrorExtension = QueryErrorExtension & {
31416
+ __typename?: 'JiraIssueCommandPaletteActionUnsupportedErrorExtension';
31417
+ errorType?: Maybe<Scalars['String']['output']>;
31418
+ statusCode?: Maybe<Scalars['Int']['output']>;
31419
+ };
31420
+ export declare type JiraIssueCommandPaletteUpdateFieldAction = {
31421
+ __typename?: 'JiraIssueCommandPaletteUpdateFieldAction';
31422
+ field: JiraIssueField;
31423
+ };
30995
31424
  export declare type JiraIssueCommitDevSummary = {
30996
31425
  __typename?: 'JiraIssueCommitDevSummary';
30997
31426
  count?: Maybe<Scalars['Int']['output']>;
@@ -31198,6 +31627,10 @@ export declare type JiraIssueFieldsInput = {
31198
31627
  timeTrackingField?: InputMaybe<JiraTimeTrackingFieldInput>;
31199
31628
  urlFields?: InputMaybe<Array<JiraUrlFieldInput>>;
31200
31629
  };
31630
+ export declare type JiraIssueGenericCommandPaletteAction = {
31631
+ __typename?: 'JiraIssueGenericCommandPaletteAction';
31632
+ actionName: Scalars['String']['output'];
31633
+ };
31201
31634
  export declare type JiraIssueHierarchyConfigData = {
31202
31635
  __typename?: 'JiraIssueHierarchyConfigData';
31203
31636
  cmpIssueTypes?: Maybe<JiraIssueTypeConnection>;
@@ -31397,6 +31830,7 @@ export declare type JiraIssueLinkFieldIssueLinkConnectionArgs = {
31397
31830
  export declare type JiraIssueLinkFieldIssueLinkTypeRelationsArgs = {
31398
31831
  after?: InputMaybe<Scalars['String']['input']>;
31399
31832
  before?: InputMaybe<Scalars['String']['input']>;
31833
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
31400
31834
  first?: InputMaybe<Scalars['Int']['input']>;
31401
31835
  last?: InputMaybe<Scalars['Int']['input']>;
31402
31836
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -31404,9 +31838,19 @@ export declare type JiraIssueLinkFieldIssueLinkTypeRelationsArgs = {
31404
31838
  export declare type JiraIssueLinkFieldIssuesArgs = {
31405
31839
  after?: InputMaybe<Scalars['String']['input']>;
31406
31840
  before?: InputMaybe<Scalars['String']['input']>;
31841
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
31407
31842
  first?: InputMaybe<Scalars['Int']['input']>;
31843
+ jql?: InputMaybe<Scalars['String']['input']>;
31408
31844
  last?: InputMaybe<Scalars['Int']['input']>;
31845
+ projectId?: InputMaybe<Scalars['ID']['input']>;
31409
31846
  searchBy?: InputMaybe<Scalars['String']['input']>;
31847
+ showSubTaskParent?: InputMaybe<Scalars['Boolean']['input']>;
31848
+ showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
31849
+ };
31850
+ export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
31851
+ linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
31852
+ linkType: Scalars['ID']['input'];
31853
+ operation: JiraAddValueFieldOperations;
31410
31854
  };
31411
31855
  export declare type JiraIssueLinkType = Node & {
31412
31856
  __typename?: 'JiraIssueLinkType';
@@ -31689,13 +32133,24 @@ export declare type JiraIssueSearchViewPayload = Payload & {
31689
32133
  export declare type JiraIssueTransitionComment = {
31690
32134
  __typename?: 'JiraIssueTransitionComment';
31691
32135
  adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
32136
+ enableCommentVisibility?: Maybe<Scalars['Boolean']['output']>;
31692
32137
  mediaContext?: Maybe<JiraMediaContext>;
31693
32138
  types?: Maybe<Array<Maybe<JiraIssueTransitionCommentType>>>;
31694
32139
  };
32140
+ export declare type JiraIssueTransitionCommentInput = {
32141
+ body: JiraAdfInput;
32142
+ operation: JiraAddValueFieldOperations;
32143
+ type?: InputMaybe<JiraIssueTransitionCommentType>;
32144
+ visibility?: InputMaybe<JiraIssueTransitionCommentVisibilityInput>;
32145
+ };
31695
32146
  export declare enum JiraIssueTransitionCommentType {
31696
32147
  InternalNote = "INTERNAL_NOTE",
31697
32148
  ReplyToCustomer = "REPLY_TO_CUSTOMER"
31698
32149
  }
32150
+ export declare type JiraIssueTransitionCommentVisibilityInput = {
32151
+ groupId?: InputMaybe<Scalars['ID']['input']>;
32152
+ roleId?: InputMaybe<Scalars['ID']['input']>;
32153
+ };
31699
32154
  export declare type JiraIssueTransitionFieldLevelInput = {
31700
32155
  JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
31701
32156
  JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
@@ -31703,6 +32158,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
31703
32158
  JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
31704
32159
  JiraDatePickerField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
31705
32160
  JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
32161
+ JiraIssueLinkField?: InputMaybe<Array<JiraUpdateIssueLinkFieldInputForIssueTransitions>>;
31706
32162
  JiraIssueTypeField?: InputMaybe<Array<JiraUpdateIssueTypeFieldInput>>;
31707
32163
  JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
31708
32164
  JiraMultipleGroupPickerField?: InputMaybe<Array<JiraUpdateMultipleGroupPickerFieldInput>>;
@@ -31715,9 +32171,12 @@ export declare type JiraIssueTransitionFieldLevelInput = {
31715
32171
  JiraRadioSelectField?: InputMaybe<Array<JiraUpdateRadioSelectFieldInput>>;
31716
32172
  JiraResolutionField?: InputMaybe<Array<JiraUpdateResolutionFieldInput>>;
31717
32173
  JiraRichTextField?: InputMaybe<Array<JiraUpdateRichTextFieldInput>>;
32174
+ JiraSecurityLevelField?: InputMaybe<Array<JiraUpdateSecurityLevelFieldInput>>;
32175
+ JiraSingleGroupPickerField?: InputMaybe<Array<JiraUpdateSingleGroupPickerFieldInput>>;
31718
32176
  JiraSingleLineTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
31719
32177
  JiraSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
31720
32178
  JiraSingleSelectUserPickerField?: InputMaybe<Array<JiraUpdateSingleSelectUserPickerFieldInput>>;
32179
+ JiraSingleVersionPickerField?: InputMaybe<Array<JiraUpdateSingleVersionPickerFieldInput>>;
31721
32180
  JiraSprintField?: InputMaybe<Array<JiraUpdateSprintFieldInput>>;
31722
32181
  JiraTeamViewField?: InputMaybe<Array<JiraUpdateTeamFieldInput>>;
31723
32182
  JiraTimeTrackingField?: InputMaybe<Array<JiraUpdateTimeTrackingFieldInput>>;
@@ -31782,6 +32241,7 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
31782
32241
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
31783
32242
  issueType?: Maybe<JiraIssueType>;
31784
32243
  issueTypes?: Maybe<JiraIssueTypeConnection>;
32244
+ issueTypesForTransition?: Maybe<JiraIssueTypeConnection>;
31785
32245
  name: Scalars['String']['output'];
31786
32246
  type: Scalars['String']['output'];
31787
32247
  };
@@ -31794,6 +32254,15 @@ export declare type JiraIssueTypeFieldIssueTypesArgs = {
31794
32254
  searchBy?: InputMaybe<Scalars['String']['input']>;
31795
32255
  suggested?: InputMaybe<Scalars['Boolean']['input']>;
31796
32256
  };
32257
+ export declare type JiraIssueTypeFieldIssueTypesForTransitionArgs = {
32258
+ after?: InputMaybe<Scalars['String']['input']>;
32259
+ before?: InputMaybe<Scalars['String']['input']>;
32260
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
32261
+ first?: InputMaybe<Scalars['Int']['input']>;
32262
+ last?: InputMaybe<Scalars['Int']['input']>;
32263
+ searchBy?: InputMaybe<Scalars['String']['input']>;
32264
+ suggested?: InputMaybe<Scalars['Boolean']['input']>;
32265
+ };
31797
32266
  export declare type JiraIssueTypeFieldOperationInput = {
31798
32267
  id: Scalars['ID']['input'];
31799
32268
  operation: JiraSingleValueFieldOperations;
@@ -32090,6 +32559,13 @@ export declare enum JiraJqlFunctionStatus {
32090
32559
  Processing = "PROCESSING",
32091
32560
  Unknown = "UNKNOWN"
32092
32561
  }
32562
+ export declare type JiraJqlGoalsFieldValue = JiraJqlFieldValue & {
32563
+ __typename?: 'JiraJqlGoalsFieldValue';
32564
+ displayName: Scalars['String']['output'];
32565
+ encodedJqlTerm?: Maybe<Scalars['String']['output']>;
32566
+ goal: JiraGoal;
32567
+ jqlTerm: Scalars['String']['output'];
32568
+ };
32093
32569
  export declare type JiraJqlGroupFieldValue = JiraJqlFieldValue & {
32094
32570
  __typename?: 'JiraJqlGroupFieldValue';
32095
32571
  displayName: Scalars['String']['output'];
@@ -32517,6 +32993,10 @@ export declare type JiraLinkIssuesToIncidentMutationPayload = Payload & {
32517
32993
  errors?: Maybe<Array<MutationError>>;
32518
32994
  success: Scalars['Boolean']['output'];
32519
32995
  };
32996
+ export declare type JiraLinkedIssuesInput = {
32997
+ inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
32998
+ outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
32999
+ };
32520
33000
  export declare type JiraLongRunningTaskProgress = {
32521
33001
  __typename?: 'JiraLongRunningTaskProgress';
32522
33002
  description?: Maybe<Scalars['String']['output']>;
@@ -32607,6 +33087,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
32607
33087
  export declare type JiraMultipleGroupPickerFieldGroupsArgs = {
32608
33088
  after?: InputMaybe<Scalars['String']['input']>;
32609
33089
  before?: InputMaybe<Scalars['String']['input']>;
33090
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
32610
33091
  first?: InputMaybe<Scalars['Int']['input']>;
32611
33092
  last?: InputMaybe<Scalars['Int']['input']>;
32612
33093
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -32816,6 +33297,7 @@ export declare type JiraMutation = {
32816
33297
  createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
32817
33298
  createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
32818
33299
  createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
33300
+ createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
32819
33301
  createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
32820
33302
  createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
32821
33303
  createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
@@ -32909,9 +33391,12 @@ export declare type JiraMutation = {
32909
33391
  updateReleaseNotesConfiguration?: Maybe<JiraUpdateReleaseNotesConfigurationPayload>;
32910
33392
  updateResolutionField?: Maybe<JiraResolutionFieldPayload>;
32911
33393
  updateRichTextField?: Maybe<JiraRichTextFieldPayload>;
33394
+ updateSecurityLevelField?: Maybe<JiraSecurityLevelFieldPayload>;
33395
+ updateSingleGroupPickerField?: Maybe<JiraSingleGroupPickerFieldPayload>;
32912
33396
  updateSingleLineTextField?: Maybe<JiraSingleLineTextFieldPayload>;
32913
33397
  updateSingleSelectField?: Maybe<JiraSingleSelectFieldPayload>;
32914
33398
  updateSingleSelectUserPickerField?: Maybe<JiraSingleSelectUserPickerFieldPayload>;
33399
+ updateSingleVersionPickerField?: Maybe<JiraSingleVersionPickerFieldPayload>;
32915
33400
  updateSprintField?: Maybe<JiraSprintFieldPayload>;
32916
33401
  updateStatusByQuickTransition?: Maybe<JiraStatusFieldPayload>;
32917
33402
  updateStoryPointEstimateField?: Maybe<JiraStoryPointEstimateFieldPayload>;
@@ -32966,6 +33451,10 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
32966
33451
  cloudId: Scalars['ID']['input'];
32967
33452
  input: JiraCreateApproverListFieldInput;
32968
33453
  };
33454
+ export declare type JiraMutationCreateIssueLinksArgs = {
33455
+ cloudId: Scalars['ID']['input'];
33456
+ input: JiraBulkCreateIssueLinksInput;
33457
+ };
32969
33458
  export declare type JiraMutationCreateJiraVersionArgs = {
32970
33459
  input: JiraVersionCreateMutationInput;
32971
33460
  };
@@ -33253,6 +33742,12 @@ export declare type JiraMutationUpdateResolutionFieldArgs = {
33253
33742
  export declare type JiraMutationUpdateRichTextFieldArgs = {
33254
33743
  input: JiraUpdateRichTextFieldInput;
33255
33744
  };
33745
+ export declare type JiraMutationUpdateSecurityLevelFieldArgs = {
33746
+ input: JiraUpdateSecurityLevelFieldInput;
33747
+ };
33748
+ export declare type JiraMutationUpdateSingleGroupPickerFieldArgs = {
33749
+ input: JiraUpdateSingleGroupPickerFieldInput;
33750
+ };
33256
33751
  export declare type JiraMutationUpdateSingleLineTextFieldArgs = {
33257
33752
  input: JiraUpdateSingleLineTextFieldInput;
33258
33753
  };
@@ -33262,6 +33757,9 @@ export declare type JiraMutationUpdateSingleSelectFieldArgs = {
33262
33757
  export declare type JiraMutationUpdateSingleSelectUserPickerFieldArgs = {
33263
33758
  input: JiraUpdateSingleSelectUserPickerFieldInput;
33264
33759
  };
33760
+ export declare type JiraMutationUpdateSingleVersionPickerFieldArgs = {
33761
+ input: JiraUpdateSingleVersionPickerFieldInput;
33762
+ };
33265
33763
  export declare type JiraMutationUpdateSprintFieldArgs = {
33266
33764
  input: JiraUpdateSprintFieldInput;
33267
33765
  };
@@ -33325,9 +33823,12 @@ export declare type JiraNaturalLanguageToJqlInput = {
33325
33823
  naturalLanguageInput: Scalars['String']['input'];
33326
33824
  };
33327
33825
  export declare type JiraNavigationItem = {
33826
+ canRemove?: Maybe<Scalars['Boolean']['output']>;
33827
+ canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
33328
33828
  id: Scalars['ID']['output'];
33329
33829
  isDefault?: Maybe<Scalars['Boolean']['output']>;
33330
33830
  label?: Maybe<Scalars['String']['output']>;
33831
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
33331
33832
  };
33332
33833
  export declare type JiraNavigationItemConnection = HasPageInfo & {
33333
33834
  __typename?: 'JiraNavigationItemConnection';
@@ -33340,6 +33841,33 @@ export declare type JiraNavigationItemEdge = {
33340
33841
  cursor: Scalars['String']['output'];
33341
33842
  node?: Maybe<JiraNavigationItem>;
33342
33843
  };
33844
+ export declare enum JiraNavigationItemTypeKey {
33845
+ App = "APP",
33846
+ Approvals = "APPROVALS",
33847
+ Apps = "APPS",
33848
+ Attachments = "ATTACHMENTS",
33849
+ Backlog = "BACKLOG",
33850
+ Board = "BOARD",
33851
+ Calendar = "CALENDAR",
33852
+ Code = "CODE",
33853
+ Components = "COMPONENTS",
33854
+ Deployments = "DEPLOYMENTS",
33855
+ Forms = "FORMS",
33856
+ Goals = "GOALS",
33857
+ Incidents = "INCIDENTS",
33858
+ Issues = "ISSUES",
33859
+ List = "LIST",
33860
+ OnCall = "ON_CALL",
33861
+ Pages = "PAGES",
33862
+ Releases = "RELEASES",
33863
+ Reports = "REPORTS",
33864
+ Requests = "REQUESTS",
33865
+ Security = "SECURITY",
33866
+ Shortcut = "SHORTCUT",
33867
+ Shortcuts = "SHORTCUTS",
33868
+ Summary = "SUMMARY",
33869
+ Timeline = "TIMELINE"
33870
+ }
33343
33871
  export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
33344
33872
  __typename?: 'JiraNavigationUIStateUserProperty';
33345
33873
  id: Scalars['ID']['output'];
@@ -33354,6 +33882,14 @@ export declare type JiraNavigationUiStateUserPropertyRightPanelsArgs = {
33354
33882
  first?: InputMaybe<Scalars['Int']['input']>;
33355
33883
  last?: InputMaybe<Scalars['Int']['input']>;
33356
33884
  };
33885
+ export declare enum JiraNotificationCategoryType {
33886
+ CommentChanges = "COMMENT_CHANGES",
33887
+ IssueAssigned = "ISSUE_ASSIGNED",
33888
+ IssueChanges = "ISSUE_CHANGES",
33889
+ IssueMentioned = "ISSUE_MENTIONED",
33890
+ IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
33891
+ IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
33892
+ }
33357
33893
  export declare type JiraNotificationChannel = {
33358
33894
  __typename?: 'JiraNotificationChannel';
33359
33895
  channel?: Maybe<JiraNotificationChannelType>;
@@ -33380,6 +33916,7 @@ export declare type JiraNotificationOptions = {
33380
33916
  };
33381
33917
  export declare type JiraNotificationPreference = {
33382
33918
  __typename?: 'JiraNotificationPreference';
33919
+ category?: Maybe<JiraNotificationCategoryType>;
33383
33920
  emailChannel?: Maybe<JiraNotificationChannel>;
33384
33921
  id: Scalars['ID']['output'];
33385
33922
  inProductChannel?: Maybe<JiraNotificationChannel>;
@@ -33403,6 +33940,7 @@ export declare type JiraNotificationPreferences = {
33403
33940
  issueMoved?: Maybe<JiraNotificationPreference>;
33404
33941
  issueUpdated?: Maybe<JiraNotificationPreference>;
33405
33942
  mentionsCombined?: Maybe<JiraNotificationPreference>;
33943
+ miscellaneousIssueEventCombined?: Maybe<JiraNotificationPreference>;
33406
33944
  worklogCombined?: Maybe<JiraNotificationPreference>;
33407
33945
  };
33408
33946
  export declare type JiraNotificationProjectPreferenceConnection = HasPageInfo & HasTotal & {
@@ -33427,6 +33965,7 @@ export declare enum JiraNotificationType {
33427
33965
  IssueMoved = "ISSUE_MOVED",
33428
33966
  IssueUpdated = "ISSUE_UPDATED",
33429
33967
  MentionsCombined = "MENTIONS_COMBINED",
33968
+ MiscellaneousIssueEventCombined = "MISCELLANEOUS_ISSUE_EVENT_COMBINED",
33430
33969
  WorklogCombined = "WORKLOG_COMBINED"
33431
33970
  }
33432
33971
  export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
@@ -33766,11 +34305,16 @@ export declare type JiraParentIssueFieldParentCandidatesForExistingIssueArgs = {
33766
34305
  last?: InputMaybe<Scalars['Int']['input']>;
33767
34306
  searchBy?: InputMaybe<Scalars['String']['input']>;
33768
34307
  };
33769
- export declare type JiraParentOption = Node & {
34308
+ export declare type JiraParentOption = JiraHasSelectableValueOptions & JiraSelectableValue & Node & {
33770
34309
  __typename?: 'JiraParentOption';
33771
34310
  childOptions?: Maybe<JiraOptionConnection>;
33772
34311
  id: Scalars['ID']['output'];
33773
34312
  isDisabled?: Maybe<Scalars['Boolean']['output']>;
34313
+ selectableGroupKey?: Maybe<Scalars['String']['output']>;
34314
+ selectableIconUrl?: Maybe<Scalars['URL']['output']>;
34315
+ selectableLabel?: Maybe<Scalars['String']['output']>;
34316
+ selectableUrl?: Maybe<Scalars['URL']['output']>;
34317
+ selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
33774
34318
  value?: Maybe<Scalars['String']['output']>;
33775
34319
  };
33776
34320
  export declare type JiraParentOptionChildOptionsArgs = {
@@ -33781,6 +34325,14 @@ export declare type JiraParentOptionChildOptionsArgs = {
33781
34325
  last?: InputMaybe<Scalars['Int']['input']>;
33782
34326
  searchBy?: InputMaybe<Scalars['String']['input']>;
33783
34327
  };
34328
+ export declare type JiraParentOptionSelectableValueOptionsArgs = {
34329
+ after?: InputMaybe<Scalars['String']['input']>;
34330
+ before?: InputMaybe<Scalars['String']['input']>;
34331
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
34332
+ first?: InputMaybe<Scalars['Int']['input']>;
34333
+ last?: InputMaybe<Scalars['Int']['input']>;
34334
+ searchBy?: InputMaybe<Scalars['String']['input']>;
34335
+ };
33784
34336
  export declare type JiraParentOptionConnection = {
33785
34337
  __typename?: 'JiraParentOptionConnection';
33786
34338
  edges?: Maybe<Array<Maybe<JiraParentOptionEdge>>>;
@@ -33972,6 +34524,7 @@ export declare type JiraPlan = Node & {
33972
34524
  export declare type JiraPlatformAttachment = JiraAttachment & Node & {
33973
34525
  __typename?: 'JiraPlatformAttachment';
33974
34526
  attachmentId: Scalars['String']['output'];
34527
+ attachmentProperty?: Maybe<Scalars['JSON']['output']>;
33975
34528
  author?: Maybe<User>;
33976
34529
  created: Scalars['DateTime']['output'];
33977
34530
  fileName?: Maybe<Scalars['String']['output']>;
@@ -33986,6 +34539,9 @@ export declare type JiraPlatformAttachment = JiraAttachment & Node & {
33986
34539
  parentName?: Maybe<Scalars['String']['output']>;
33987
34540
  searchViewContext?: Maybe<JiraAttachmentSearchViewContext>;
33988
34541
  };
34542
+ export declare type JiraPlatformAttachmentAttachmentPropertyArgs = {
34543
+ key: Scalars['String']['input'];
34544
+ };
33989
34545
  export declare type JiraPlatformAttachmentMediaReadTokenArgs = {
33990
34546
  durationInSeconds: Scalars['Int']['input'];
33991
34547
  maxTokenLength: Scalars['Int']['input'];
@@ -34119,6 +34675,7 @@ export declare type JiraProject = Node & {
34119
34675
  intentTemplates?: Maybe<VirtualAgentIntentTemplatesConnection>;
34120
34676
  isFavourite?: Maybe<Scalars['Boolean']['output']>;
34121
34677
  issueTypes?: Maybe<JiraIssueTypeConnection>;
34678
+ jwmDefaultSavedView?: Maybe<JiraWorkManagementSavedViewResult>;
34122
34679
  key: Scalars['String']['output'];
34123
34680
  lastUpdated?: Maybe<Scalars['DateTime']['output']>;
34124
34681
  lastUpdatedFormatted?: Maybe<Scalars['String']['output']>;
@@ -34607,6 +35164,25 @@ export declare enum JiraProjectPermissionCategoryEnum {
34607
35164
  TimeTracking = "TIME_TRACKING",
34608
35165
  VotersAndWatchers = "VOTERS_AND_WATCHERS"
34609
35166
  }
35167
+ export declare type JiraProjectRoleActorLogTableEntry = {
35168
+ __typename?: 'JiraProjectRoleActorLogTableEntry';
35169
+ executedBy?: Maybe<User>;
35170
+ executedGroupId?: Maybe<Scalars['String']['output']>;
35171
+ numberOfRecords?: Maybe<Scalars['Int']['output']>;
35172
+ updated?: Maybe<Scalars['DateTime']['output']>;
35173
+ };
35174
+ export declare type JiraProjectRoleActorLogTableEntryConnection = {
35175
+ __typename?: 'JiraProjectRoleActorLogTableEntryConnection';
35176
+ edges?: Maybe<Array<Maybe<JiraProjectRoleActorLogTableEntryEdge>>>;
35177
+ nodes?: Maybe<Array<Maybe<JiraProjectRoleActorLogTableEntry>>>;
35178
+ pageInfo: PageInfo;
35179
+ totalCount?: Maybe<Scalars['Int']['output']>;
35180
+ };
35181
+ export declare type JiraProjectRoleActorLogTableEntryEdge = {
35182
+ __typename?: 'JiraProjectRoleActorLogTableEntryEdge';
35183
+ cursor?: Maybe<Scalars['String']['output']>;
35184
+ node?: Maybe<JiraProjectRoleActorLogTableEntry>;
35185
+ };
34610
35186
  export declare type JiraProjectRoleActorRecommendation = Node & {
34611
35187
  __typename?: 'JiraProjectRoleActorRecommendation';
34612
35188
  executedBy?: Maybe<User>;
@@ -34762,6 +35338,7 @@ export declare type JiraQuery = {
34762
35338
  getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
34763
35339
  globalTimeTrackingSettings?: Maybe<JiraTimeTrackingSettings>;
34764
35340
  grantTypeValues?: Maybe<JiraGrantTypeValueConnection>;
35341
+ groupCommentVisibilities?: Maybe<JiraGroupConnection>;
34765
35342
  installDeploymentsBannerPrecondition?: Maybe<JiraInstallDeploymentsBannerPrecondition>;
34766
35343
  integerUserProperty?: Maybe<JiraEntityPropertyInt>;
34767
35344
  isIssueViewEditorAiEnabled?: Maybe<Scalars['Boolean']['output']>;
@@ -34813,7 +35390,8 @@ export declare type JiraQuery = {
34813
35390
  jwmNavigationByProjectKey?: Maybe<JiraWorkManagementNavigation>;
34814
35391
  jwmOverview?: Maybe<JiraWorkManagementGiraOverviewResult>;
34815
35392
  jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
34816
- jwmSavedViewById?: Maybe<JiraWorkManagementSavedView>;
35393
+ jwmSavedViewById?: Maybe<JiraWorkManagementSavedViewResult>;
35394
+ jwmSavedViewByProjectKeyAndItemId?: Maybe<JiraWorkManagementSavedViewResult>;
34817
35395
  jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
34818
35396
  jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
34819
35397
  labelsFieldOptions?: Maybe<JiraLabelConnection>;
@@ -34830,7 +35408,9 @@ export declare type JiraQuery = {
34830
35408
  postIncidentReviewLinksByIds?: Maybe<Array<Maybe<JiraPostIncidentReviewLink>>>;
34831
35409
  projectListViewTemplates?: Maybe<JiraProjectListViewTemplateConnection>;
34832
35410
  projectRequestTypesFromTemplate?: Maybe<Array<JiraServiceManagementRequestTypeFromTemplate>>;
35411
+ projectRoleActorLogTableEntries?: Maybe<JiraProjectRoleActorLogTableEntryConnection>;
34833
35412
  projectRoleActorRecommendations?: Maybe<JiraProjectRoleActorRecommendationConnection>;
35413
+ recentItems?: Maybe<JiraSearchableEntityConnection>;
34834
35414
  remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
34835
35415
  requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
34836
35416
  requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
@@ -34841,6 +35421,7 @@ export declare type JiraQuery = {
34841
35421
  resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
34842
35422
  resourceUsageRecommendationStats?: Maybe<JiraResourceUsageRecommendationStats>;
34843
35423
  scaledConfiguration?: Maybe<JiraSafeConfiguration>;
35424
+ scaledConfigurationPermissions?: Maybe<JiraScaledConfigurationPermissions>;
34844
35425
  screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
34845
35426
  screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
34846
35427
  shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
@@ -35052,6 +35633,13 @@ export declare type JiraQueryGrantTypeValuesArgs = {
35052
35633
  last?: InputMaybe<Scalars['Int']['input']>;
35053
35634
  searchTerm?: InputMaybe<Scalars['String']['input']>;
35054
35635
  };
35636
+ export declare type JiraQueryGroupCommentVisibilitiesArgs = {
35637
+ after?: InputMaybe<Scalars['String']['input']>;
35638
+ before?: InputMaybe<Scalars['String']['input']>;
35639
+ cloudId: Scalars['ID']['input'];
35640
+ first?: InputMaybe<Scalars['Int']['input']>;
35641
+ last?: InputMaybe<Scalars['Int']['input']>;
35642
+ };
35055
35643
  export declare type JiraQueryInstallDeploymentsBannerPreconditionArgs = {
35056
35644
  projectId: Scalars['ID']['input'];
35057
35645
  };
@@ -35269,6 +35857,11 @@ export declare type JiraQueryJwmOverviewsArgs = {
35269
35857
  export declare type JiraQueryJwmSavedViewByIdArgs = {
35270
35858
  id: Scalars['ID']['input'];
35271
35859
  };
35860
+ export declare type JiraQueryJwmSavedViewByProjectKeyAndItemIdArgs = {
35861
+ cloudId: Scalars['ID']['input'];
35862
+ itemId: Scalars['ID']['input'];
35863
+ projectKey: Scalars['String']['input'];
35864
+ };
35272
35865
  export declare type JiraQueryJwmSavedViewsByProjectArgs = {
35273
35866
  after?: InputMaybe<Scalars['String']['input']>;
35274
35867
  cloudId: Scalars['ID']['input'];
@@ -35344,6 +35937,13 @@ export declare type JiraQueryProjectRequestTypesFromTemplateArgs = {
35344
35937
  cloudId: Scalars['ID']['input'];
35345
35938
  projectId: Scalars['ID']['input'];
35346
35939
  };
35940
+ export declare type JiraQueryProjectRoleActorLogTableEntriesArgs = {
35941
+ after?: InputMaybe<Scalars['String']['input']>;
35942
+ before?: InputMaybe<Scalars['String']['input']>;
35943
+ cloudId: Scalars['ID']['input'];
35944
+ first?: InputMaybe<Scalars['Int']['input']>;
35945
+ last?: InputMaybe<Scalars['Int']['input']>;
35946
+ };
35347
35947
  export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
35348
35948
  after?: InputMaybe<Scalars['String']['input']>;
35349
35949
  before?: InputMaybe<Scalars['String']['input']>;
@@ -35353,6 +35953,14 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
35353
35953
  statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
35354
35954
  userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
35355
35955
  };
35956
+ export declare type JiraQueryRecentItemsArgs = {
35957
+ after?: InputMaybe<Scalars['String']['input']>;
35958
+ before?: InputMaybe<Scalars['String']['input']>;
35959
+ cloudId: Scalars['ID']['input'];
35960
+ first?: InputMaybe<Scalars['Int']['input']>;
35961
+ last?: InputMaybe<Scalars['Int']['input']>;
35962
+ types: Array<JiraSearchableEntityType>;
35963
+ };
35356
35964
  export declare type JiraQueryRemoteIssueLinksByIdArgs = {
35357
35965
  ids: Array<Scalars['ID']['input']>;
35358
35966
  };
@@ -35395,7 +36003,10 @@ export declare type JiraQueryResourceUsageRecommendationStatsArgs = {
35395
36003
  };
35396
36004
  export declare type JiraQueryScaledConfigurationArgs = {
35397
36005
  cloudId: Scalars['ID']['input'];
35398
- id: Scalars['ID']['input'];
36006
+ id?: InputMaybe<Scalars['ID']['input']>;
36007
+ };
36008
+ export declare type JiraQueryScaledConfigurationPermissionsArgs = {
36009
+ cloudId: Scalars['ID']['input'];
35399
36010
  };
35400
36011
  export declare type JiraQueryScreenIdByIssueIdArgs = {
35401
36012
  issueId: Scalars['ID']['input'];
@@ -35802,6 +36413,7 @@ export declare type JiraResolutionField = JiraIssueField & JiraIssueFieldConfigu
35802
36413
  name: Scalars['String']['output'];
35803
36414
  resolution?: Maybe<JiraResolution>;
35804
36415
  resolutions?: Maybe<JiraResolutionConnection>;
36416
+ resolutionsForTransition?: Maybe<JiraResolutionConnection>;
35805
36417
  type: Scalars['String']['output'];
35806
36418
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
35807
36419
  };
@@ -35814,6 +36426,16 @@ export declare type JiraResolutionFieldResolutionsArgs = {
35814
36426
  searchBy?: InputMaybe<Scalars['String']['input']>;
35815
36427
  suggested?: InputMaybe<Scalars['Boolean']['input']>;
35816
36428
  };
36429
+ export declare type JiraResolutionFieldResolutionsForTransitionArgs = {
36430
+ after?: InputMaybe<Scalars['String']['input']>;
36431
+ before?: InputMaybe<Scalars['String']['input']>;
36432
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
36433
+ first?: InputMaybe<Scalars['Int']['input']>;
36434
+ last?: InputMaybe<Scalars['Int']['input']>;
36435
+ searchBy?: InputMaybe<Scalars['String']['input']>;
36436
+ suggested?: InputMaybe<Scalars['Boolean']['input']>;
36437
+ transitionId: Scalars['String']['input'];
36438
+ };
35817
36439
  export declare type JiraResolutionFieldOperationInput = {
35818
36440
  id?: InputMaybe<Scalars['ID']['input']>;
35819
36441
  operation: JiraSingleValueFieldOperations;
@@ -36008,10 +36630,12 @@ export declare type JiraSafeBoard = {
36008
36630
  export declare type JiraSafeConfiguration = {
36009
36631
  __typename?: 'JiraSafeConfiguration';
36010
36632
  agileReleaseTrains?: Maybe<JiraAgileReleaseTrainConnection>;
36633
+ artIssueTypeScheme?: Maybe<JiraConfiguratorIssueTypeScheme>;
36011
36634
  capability?: Maybe<JiraIssueType>;
36012
36635
  feature?: Maybe<JiraIssueType>;
36013
36636
  id: Scalars['ID']['output'];
36014
36637
  jobSize?: Maybe<JiraNumberField>;
36638
+ largeSolutionIssueTypeScheme?: Maybe<JiraConfiguratorIssueTypeScheme>;
36015
36639
  largeSolutions?: Maybe<JiraLargeSolutionConnection>;
36016
36640
  plan?: Maybe<JiraPlan>;
36017
36641
  riskReduction?: Maybe<JiraNumberField>;
@@ -36048,6 +36672,16 @@ export declare type JiraSafeTeamBoardEdge = {
36048
36672
  cursor: Scalars['String']['output'];
36049
36673
  node?: Maybe<JiraSafeTeamBoard>;
36050
36674
  };
36675
+ export declare enum JiraScaledConfigurationPermission {
36676
+ Edit = "EDIT",
36677
+ None = "NONE",
36678
+ View = "VIEW"
36679
+ }
36680
+ export declare type JiraScaledConfigurationPermissions = {
36681
+ __typename?: 'JiraScaledConfigurationPermissions';
36682
+ hasEntitlements?: Maybe<Scalars['Boolean']['output']>;
36683
+ userPermissions?: Maybe<JiraScaledConfigurationPermission>;
36684
+ };
36051
36685
  export declare type JiraScmRepository = {
36052
36686
  __typename?: 'JiraScmRepository';
36053
36687
  entityUrl?: Maybe<Scalars['URL']['output']>;
@@ -36100,6 +36734,23 @@ export declare type JiraScreenTabLayoutItemEdge = {
36100
36734
  cursor: Scalars['String']['output'];
36101
36735
  node?: Maybe<JiraScreenTabLayoutItem>;
36102
36736
  };
36737
+ export declare type JiraSearchableEntity = JiraBoard | JiraCustomFilter | JiraDashboard | JiraProject | JiraSystemFilter;
36738
+ export declare type JiraSearchableEntityConnection = {
36739
+ __typename?: 'JiraSearchableEntityConnection';
36740
+ edges?: Maybe<Array<Maybe<JiraSearchableEntityEdge>>>;
36741
+ pageInfo: PageInfo;
36742
+ };
36743
+ export declare type JiraSearchableEntityEdge = {
36744
+ __typename?: 'JiraSearchableEntityEdge';
36745
+ cursor: Scalars['String']['output'];
36746
+ node?: Maybe<JiraSearchableEntity>;
36747
+ };
36748
+ export declare enum JiraSearchableEntityType {
36749
+ Board = "BOARD",
36750
+ Dashboard = "DASHBOARD",
36751
+ Filter = "FILTER",
36752
+ Project = "PROJECT"
36753
+ }
36103
36754
  export declare type JiraSecurityLevel = Node & {
36104
36755
  __typename?: 'JiraSecurityLevel';
36105
36756
  description?: Maybe<Scalars['String']['output']>;
@@ -36128,6 +36779,7 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
36128
36779
  id: Scalars['ID']['output'];
36129
36780
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
36130
36781
  name: Scalars['String']['output'];
36782
+ nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
36131
36783
  securityLevel?: Maybe<JiraSecurityLevel>;
36132
36784
  securityLevels?: Maybe<JiraSecurityLevelConnection>;
36133
36785
  type: Scalars['String']['output'];
@@ -36136,10 +36788,21 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
36136
36788
  export declare type JiraSecurityLevelFieldSecurityLevelsArgs = {
36137
36789
  after?: InputMaybe<Scalars['String']['input']>;
36138
36790
  before?: InputMaybe<Scalars['String']['input']>;
36791
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
36139
36792
  first?: InputMaybe<Scalars['Int']['input']>;
36140
36793
  last?: InputMaybe<Scalars['Int']['input']>;
36141
36794
  searchBy?: InputMaybe<Scalars['String']['input']>;
36142
36795
  };
36796
+ export declare type JiraSecurityLevelFieldOperationInput = {
36797
+ id?: InputMaybe<Scalars['ID']['input']>;
36798
+ operation: JiraSingleValueFieldOperations;
36799
+ };
36800
+ export declare type JiraSecurityLevelFieldPayload = Payload & {
36801
+ __typename?: 'JiraSecurityLevelFieldPayload';
36802
+ errors?: Maybe<Array<MutationError>>;
36803
+ field?: Maybe<JiraSecurityLevelField>;
36804
+ success: Scalars['Boolean']['output'];
36805
+ };
36143
36806
  export declare type JiraSecurityLevelInput = {
36144
36807
  securityLevelId: Scalars['ID']['input'];
36145
36808
  };
@@ -36329,8 +36992,10 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
36329
36992
  authorCanSeeRequest?: Maybe<Scalars['Boolean']['output']>;
36330
36993
  commentId: Scalars['ID']['output'];
36331
36994
  created: Scalars['DateTime']['output'];
36995
+ eventOccurredAt?: Maybe<Scalars['DateTime']['output']>;
36332
36996
  id: Scalars['ID']['output'];
36333
36997
  issue?: Maybe<JiraIssue>;
36998
+ jsdIncidentActivityViewHidden?: Maybe<Scalars['Boolean']['output']>;
36334
36999
  permissionLevel?: Maybe<JiraPermissionLevel>;
36335
37000
  richText?: Maybe<JiraRichText>;
36336
37001
  updateAuthor?: Maybe<User>;
@@ -36747,6 +37412,14 @@ export declare type JiraServiceManagementProjectTeamType = {
36747
37412
  __typename?: 'JiraServiceManagementProjectTeamType';
36748
37413
  teamType?: Maybe<Scalars['String']['output']>;
36749
37414
  };
37415
+ export declare type JiraServiceManagementQueue = Node & {
37416
+ __typename?: 'JiraServiceManagementQueue';
37417
+ favouriteValue?: Maybe<JiraFavouriteValue>;
37418
+ id: Scalars['ID']['output'];
37419
+ queueId?: Maybe<Scalars['Long']['output']>;
37420
+ queueUrl?: Maybe<Scalars['URL']['output']>;
37421
+ title?: Maybe<Scalars['String']['output']>;
37422
+ };
36750
37423
  export declare enum JiraServiceManagementRendererType {
36751
37424
  AtlassianWikiRendererType = "ATLASSIAN_WIKI_RENDERER_TYPE",
36752
37425
  JiraTextRendererType = "JIRA_TEXT_RENDERER_TYPE"
@@ -37154,9 +37827,12 @@ export declare type JiraShortcutDataInput = {
37154
37827
  };
37155
37828
  export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
37156
37829
  __typename?: 'JiraShortcutNavigationItem';
37830
+ canRemove?: Maybe<Scalars['Boolean']['output']>;
37831
+ canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
37157
37832
  id: Scalars['ID']['output'];
37158
37833
  isDefault?: Maybe<Scalars['Boolean']['output']>;
37159
37834
  label?: Maybe<Scalars['String']['output']>;
37835
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
37160
37836
  url?: Maybe<Scalars['String']['output']>;
37161
37837
  };
37162
37838
  export declare type JiraSimilarIssues = {
@@ -37189,6 +37865,16 @@ export declare type JiraSingleGroupPickerFieldInput = {
37189
37865
  fieldId: Scalars['ID']['input'];
37190
37866
  group: JiraGroupInput;
37191
37867
  };
37868
+ export declare type JiraSingleGroupPickerFieldOperationInput = {
37869
+ groupId?: InputMaybe<Scalars['String']['input']>;
37870
+ operation: JiraSingleValueFieldOperations;
37871
+ };
37872
+ export declare type JiraSingleGroupPickerFieldPayload = Payload & {
37873
+ __typename?: 'JiraSingleGroupPickerFieldPayload';
37874
+ errors?: Maybe<Array<MutationError>>;
37875
+ field?: Maybe<JiraSingleGroupPickerField>;
37876
+ success: Scalars['Boolean']['output'];
37877
+ };
37192
37878
  export declare type JiraSingleLineTextField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
37193
37879
  __typename?: 'JiraSingleLineTextField';
37194
37880
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -37322,6 +38008,7 @@ export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFie
37322
38008
  export declare type JiraSingleVersionPickerFieldVersionsArgs = {
37323
38009
  after?: InputMaybe<Scalars['String']['input']>;
37324
38010
  before?: InputMaybe<Scalars['String']['input']>;
38011
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
37325
38012
  first?: InputMaybe<Scalars['Int']['input']>;
37326
38013
  last?: InputMaybe<Scalars['Int']['input']>;
37327
38014
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -37331,12 +38018,25 @@ export declare type JiraSingleVersionPickerFieldInput = {
37331
38018
  fieldId: Scalars['ID']['input'];
37332
38019
  version: JiraVersionInput;
37333
38020
  };
38021
+ export declare type JiraSingleVersionPickerFieldOperationInput = {
38022
+ id?: InputMaybe<Scalars['ID']['input']>;
38023
+ operation: JiraSingleValueFieldOperations;
38024
+ };
38025
+ export declare type JiraSingleVersionPickerFieldPayload = Payload & {
38026
+ __typename?: 'JiraSingleVersionPickerFieldPayload';
38027
+ errors?: Maybe<Array<MutationError>>;
38028
+ field?: Maybe<JiraSingleVersionPickerField>;
38029
+ success: Scalars['Boolean']['output'];
38030
+ };
37334
38031
  export declare type JiraSoftwareBuiltInNavigationItem = JiraNavigationItem & Node & {
37335
38032
  __typename?: 'JiraSoftwareBuiltInNavigationItem';
38033
+ canRemove?: Maybe<Scalars['Boolean']['output']>;
38034
+ canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
37336
38035
  id: Scalars['ID']['output'];
37337
38036
  isDefault?: Maybe<Scalars['Boolean']['output']>;
37338
38037
  itemType?: Maybe<JiraSoftwareSimpleNavigationItemEnum>;
37339
38038
  label?: Maybe<Scalars['String']['output']>;
38039
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
37340
38040
  };
37341
38041
  export declare type JiraSoftwareIssueSearchCustomInput = {
37342
38042
  additionalJql?: InputMaybe<Scalars['String']['input']>;
@@ -38018,7 +38718,12 @@ export declare type JiraUpdateGlobalPreferencesPayload = Payload & {
38018
38718
  preferences?: Maybe<JiraNotificationPreferences>;
38019
38719
  success: Scalars['Boolean']['output'];
38020
38720
  };
38721
+ export declare type JiraUpdateIssueLinkFieldInputForIssueTransitions = {
38722
+ id: Scalars['ID']['input'];
38723
+ operation: JiraIssueLinkFieldOperationInputForIssueTransitions;
38724
+ };
38021
38725
  export declare type JiraUpdateIssueTransitionInput = {
38726
+ comment?: InputMaybe<JiraIssueTransitionCommentInput>;
38022
38727
  fieldInputs?: InputMaybe<JiraIssueTransitionFieldLevelInput>;
38023
38728
  issueId: Scalars['ID']['input'];
38024
38729
  transitionId: Scalars['Int']['input'];
@@ -38122,11 +38827,19 @@ export declare type JiraUpdateRichTextFieldInput = {
38122
38827
  id: Scalars['ID']['input'];
38123
38828
  operation: JiraRichTextFieldOperationInput;
38124
38829
  };
38830
+ export declare type JiraUpdateSecurityLevelFieldInput = {
38831
+ id: Scalars['ID']['input'];
38832
+ operation: JiraSecurityLevelFieldOperationInput;
38833
+ };
38125
38834
  export declare type JiraUpdateShortcutInput = {
38126
38835
  projectId: Scalars['ID']['input'];
38127
38836
  shortcutData: JiraShortcutDataInput;
38128
38837
  shortcutId: Scalars['ID']['input'];
38129
38838
  };
38839
+ export declare type JiraUpdateSingleGroupPickerFieldInput = {
38840
+ id: Scalars['ID']['input'];
38841
+ operation: JiraSingleGroupPickerFieldOperationInput;
38842
+ };
38130
38843
  export declare type JiraUpdateSingleLineTextFieldInput = {
38131
38844
  id: Scalars['ID']['input'];
38132
38845
  operation: JiraSingleLineTextFieldOperationInput;
@@ -38139,6 +38852,10 @@ export declare type JiraUpdateSingleSelectUserPickerFieldInput = {
38139
38852
  id: Scalars['ID']['input'];
38140
38853
  operation: JiraSingleSelectUserPickerFieldOperationInput;
38141
38854
  };
38855
+ export declare type JiraUpdateSingleVersionPickerFieldInput = {
38856
+ id: Scalars['ID']['input'];
38857
+ operation: JiraSingleVersionPickerFieldOperationInput;
38858
+ };
38142
38859
  export declare type JiraUpdateSprintFieldInput = {
38143
38860
  id: Scalars['ID']['input'];
38144
38861
  operation: JiraSprintFieldOperationInput;
@@ -38681,6 +39398,7 @@ export declare type JiraVersionFilterInput = {
38681
39398
  activeWithin?: InputMaybe<JiraDateTimeWindow>;
38682
39399
  projectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
38683
39400
  projectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
39401
+ searchString?: InputMaybe<Scalars['String']['input']>;
38684
39402
  statuses?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
38685
39403
  };
38686
39404
  export declare type JiraVersionInput = {
@@ -39366,6 +40084,7 @@ export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
39366
40084
  isDefault?: Maybe<Scalars['Boolean']['output']>;
39367
40085
  label?: Maybe<Scalars['String']['output']>;
39368
40086
  type?: Maybe<JiraWorkManagementSavedViewType>;
40087
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
39369
40088
  };
39370
40089
  export declare type JiraWorkManagementSavedViewResult = JiraWorkManagementSavedView | QueryError;
39371
40090
  export declare type JiraWorkManagementSavedViewType = Node & {
@@ -39373,6 +40092,7 @@ export declare type JiraWorkManagementSavedViewType = Node & {
39373
40092
  id: Scalars['ID']['output'];
39374
40093
  key?: Maybe<Scalars['String']['output']>;
39375
40094
  label?: Maybe<Scalars['String']['output']>;
40095
+ typeKey?: Maybe<JiraNavigationItemTypeKey>;
39376
40096
  };
39377
40097
  export declare type JiraWorkManagementSavedViewTypeConnection = HasPageInfo & {
39378
40098
  __typename?: 'JiraWorkManagementSavedViewTypeConnection';
@@ -39498,6 +40218,74 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
39498
40218
  startedTime?: InputMaybe<Scalars['DateTime']['input']>;
39499
40219
  timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
39500
40220
  };
40221
+ export declare type JsmChatChannelRequestTypeMapping = {
40222
+ __typename?: 'JsmChatChannelRequestTypeMapping';
40223
+ channelId: Scalars['ID']['output'];
40224
+ channelName?: Maybe<Scalars['String']['output']>;
40225
+ channelType?: Maybe<Scalars['String']['output']>;
40226
+ projectId?: Maybe<Scalars['String']['output']>;
40227
+ requestTypeId?: Maybe<Scalars['String']['output']>;
40228
+ requestTypeName?: Maybe<Scalars['String']['output']>;
40229
+ settings?: Maybe<JsmChatChannelSettings>;
40230
+ };
40231
+ export declare type JsmChatChannelSettings = {
40232
+ __typename?: 'JsmChatChannelSettings';
40233
+ isDeflectionChannel?: Maybe<Scalars['Boolean']['output']>;
40234
+ isVirtualAgentChannel?: Maybe<Scalars['Boolean']['output']>;
40235
+ isVirtualAgentTestChannel?: Maybe<Scalars['Boolean']['output']>;
40236
+ };
40237
+ export declare type JsmChatChatConfigSlack = {
40238
+ __typename?: 'JsmChatChatConfigSlack';
40239
+ botUserId?: Maybe<Scalars['String']['output']>;
40240
+ channelRequestTypeMapping: Array<JsmChatChannelRequestTypeMapping>;
40241
+ projectSettings?: Maybe<JsmChatProjectSettingsSlack>;
40242
+ siteId: Scalars['ID']['output'];
40243
+ slackTeamId?: Maybe<Scalars['String']['output']>;
40244
+ uninstalled?: Maybe<Scalars['Boolean']['output']>;
40245
+ };
40246
+ export declare type JsmChatGetSlackChatConfigInput = {
40247
+ activationId: Scalars['ID']['input'];
40248
+ projectId: Scalars['ID']['input'];
40249
+ siteId: Scalars['ID']['input'];
40250
+ };
40251
+ export declare type JsmChatInitializeConfigRequest = {
40252
+ activationId: Scalars['ID']['input'];
40253
+ projectId: Scalars['ID']['input'];
40254
+ siteId: Scalars['ID']['input'];
40255
+ };
40256
+ export declare type JsmChatInitializeConfigResponse = {
40257
+ __typename?: 'JsmChatInitializeConfigResponse';
40258
+ nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
40259
+ };
40260
+ export declare type JsmChatProjectSettings = {
40261
+ __typename?: 'JsmChatProjectSettings';
40262
+ agentAssignedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
40263
+ agentIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
40264
+ agentThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
40265
+ areRequesterThreadRepliesPrivate?: Maybe<Scalars['Boolean']['output']>;
40266
+ hideQueueDuringTicketCreation?: Maybe<Scalars['Boolean']['output']>;
40267
+ jsmApproversEnabled?: Maybe<Scalars['Boolean']['output']>;
40268
+ requesterIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
40269
+ requesterThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
40270
+ };
40271
+ export declare type JsmChatProjectSettingsSlack = {
40272
+ __typename?: 'JsmChatProjectSettingsSlack';
40273
+ activationId?: Maybe<Scalars['String']['output']>;
40274
+ projectId: Scalars['ID']['output'];
40275
+ settings?: Maybe<JsmChatProjectSettings>;
40276
+ siteId?: Maybe<Scalars['String']['output']>;
40277
+ };
40278
+ export declare type JsmChatQuery = {
40279
+ __typename?: 'JsmChatQuery';
40280
+ getSlackChatConfig?: Maybe<JsmChatChatConfigSlack>;
40281
+ initializeConfig: JsmChatInitializeConfigResponse;
40282
+ };
40283
+ export declare type JsmChatQueryGetSlackChatConfigArgs = {
40284
+ input: JsmChatGetSlackChatConfigInput;
40285
+ };
40286
+ export declare type JsmChatQueryInitializeConfigArgs = {
40287
+ input: JsmChatInitializeConfigRequest;
40288
+ };
39501
40289
  export declare type JswMutation = {
39502
40290
  __typename?: 'JswMutation';
39503
40291
  deleteCard?: Maybe<DeleteCardOutput>;
@@ -39512,10 +40300,12 @@ export declare type JswQuery = {
39512
40300
  export declare type JswQueryBoardScopeArgs = {
39513
40301
  boardId: Scalars['ID']['input'];
39514
40302
  };
40303
+ export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
39515
40304
  export declare type KnowledgeDiscoveryCreateDefinitionInput = {
39516
40305
  definition: Scalars['String']['input'];
39517
40306
  keyPhrase: Scalars['String']['input'];
39518
- references?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
40307
+ referenceContentId?: InputMaybe<Scalars['String']['input']>;
40308
+ referenceUrl?: InputMaybe<Scalars['String']['input']>;
39519
40309
  workspaceId: Scalars['String']['input'];
39520
40310
  };
39521
40311
  export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
@@ -39527,10 +40317,17 @@ export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
39527
40317
  export declare type KnowledgeDiscoveryDefinition = {
39528
40318
  __typename?: 'KnowledgeDiscoveryDefinition';
39529
40319
  accountId: Scalars['String']['output'];
39530
- createdAt: Scalars['Int']['output'];
40320
+ confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
40321
+ createdAt: Scalars['String']['output'];
39531
40322
  definition: Scalars['String']['output'];
40323
+ editor?: Maybe<User>;
39532
40324
  keyPhrase: Scalars['String']['output'];
39533
- references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
40325
+ referenceUrl?: Maybe<Scalars['String']['output']>;
40326
+ };
40327
+ export declare type KnowledgeDiscoveryDefinitionHistoryResult = KnowledgeDiscoveryDefinitionList | QueryError;
40328
+ export declare type KnowledgeDiscoveryDefinitionList = {
40329
+ __typename?: 'KnowledgeDiscoveryDefinitionList';
40330
+ definitions?: Maybe<Array<Maybe<KnowledgeDiscoveryDefinition>>>;
39534
40331
  };
39535
40332
  export declare type KnowledgeDiscoveryDefinitionResult = KnowledgeDiscoveryDefinition | QueryError;
39536
40333
  export declare type KnowledgeDiscoveryMutationApi = {
@@ -39543,17 +40340,28 @@ export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
39543
40340
  export declare type KnowledgeDiscoveryQueryApi = {
39544
40341
  __typename?: 'KnowledgeDiscoveryQueryApi';
39545
40342
  definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
40343
+ definitionHistory?: Maybe<KnowledgeDiscoveryDefinitionHistoryResult>;
39546
40344
  smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
40345
+ topic?: Maybe<KnowledgeDiscoveryTopicResult>;
39547
40346
  };
39548
40347
  export declare type KnowledgeDiscoveryQueryApiDefinitionArgs = {
39549
40348
  keyPhrase: Scalars['String']['input'];
39550
40349
  workspaceId: Scalars['String']['input'];
39551
40350
  };
40351
+ export declare type KnowledgeDiscoveryQueryApiDefinitionHistoryArgs = {
40352
+ keyPhrase: Scalars['String']['input'];
40353
+ workspaceId: Scalars['String']['input'];
40354
+ };
39552
40355
  export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
39553
40356
  locale: Scalars['String']['input'];
39554
40357
  query: Scalars['String']['input'];
39555
40358
  workspaceId: Scalars['String']['input'];
39556
40359
  };
40360
+ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
40361
+ cloudId?: InputMaybe<Scalars['String']['input']>;
40362
+ id: Scalars['String']['input'];
40363
+ workspaceId?: InputMaybe<Scalars['String']['input']>;
40364
+ };
39557
40365
  export declare enum KnowledgeDiscoverySearchQueryClassification {
39558
40366
  KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
39559
40367
  NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
@@ -39566,6 +40374,24 @@ export declare type KnowledgeDiscoverySmartAnswersRoute = {
39566
40374
  transformedQuery: Scalars['String']['output'];
39567
40375
  };
39568
40376
  export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
40377
+ export declare type KnowledgeDiscoveryTopic = {
40378
+ __typename?: 'KnowledgeDiscoveryTopic';
40379
+ description: Scalars['String']['output'];
40380
+ documentCount?: Maybe<Scalars['Int']['output']>;
40381
+ id: Scalars['ID']['output'];
40382
+ name: Scalars['String']['output'];
40383
+ type?: Maybe<KnowledgeDiscoveryTopicType>;
40384
+ updatedAt: Scalars['String']['output'];
40385
+ };
40386
+ export declare type KnowledgeDiscoveryTopicResult = KnowledgeDiscoveryTopic | QueryError;
40387
+ export declare enum KnowledgeDiscoveryTopicType {
40388
+ Area = "AREA",
40389
+ Company = "COMPANY",
40390
+ Event = "EVENT",
40391
+ Process = "PROCESS",
40392
+ Program = "PROGRAM",
40393
+ Team = "TEAM"
40394
+ }
39569
40395
  export declare type LabelUsage = {
39570
40396
  __typename?: 'LabelUsage';
39571
40397
  count: Scalars['Int']['output'];
@@ -40147,12 +40973,61 @@ export declare type MarketplaceStoreMutationApi = {
40147
40973
  export declare type MarketplaceStoreMutationApiInstallAppArgs = {
40148
40974
  input: MarketplaceStoreInstallAppInput;
40149
40975
  };
40976
+ export declare type MarketplaceStorePartnerAddress = {
40977
+ __typename?: 'MarketplaceStorePartnerAddress';
40978
+ city?: Maybe<Scalars['String']['output']>;
40979
+ country?: Maybe<Scalars['String']['output']>;
40980
+ line1?: Maybe<Scalars['String']['output']>;
40981
+ line2?: Maybe<Scalars['String']['output']>;
40982
+ postcode?: Maybe<Scalars['String']['output']>;
40983
+ state?: Maybe<Scalars['String']['output']>;
40984
+ };
40985
+ export declare type MarketplaceStorePartnerContactDetails = {
40986
+ __typename?: 'MarketplaceStorePartnerContactDetails';
40987
+ email: Scalars['String']['output'];
40988
+ homepageUrl?: Maybe<Scalars['String']['output']>;
40989
+ otherContactDetails?: Maybe<Scalars['String']['output']>;
40990
+ phone?: Maybe<Scalars['String']['output']>;
40991
+ };
40992
+ export declare type MarketplaceStorePartnerEnrollment = {
40993
+ __typename?: 'MarketplaceStorePartnerEnrollment';
40994
+ program?: Maybe<MarketplaceStorePartnerEnrollmentProgram>;
40995
+ value?: Maybe<MarketplaceStorePartnerEnrollmentProgramValue>;
40996
+ };
40997
+ export declare enum MarketplaceStorePartnerEnrollmentProgram {
40998
+ MarketplacePartner = "MARKETPLACE_PARTNER",
40999
+ SolutionPartner = "SOLUTION_PARTNER"
41000
+ }
41001
+ export declare enum MarketplaceStorePartnerEnrollmentProgramValue {
41002
+ Gold = "GOLD",
41003
+ Platinum = "PLATINUM",
41004
+ Silver = "SILVER"
41005
+ }
41006
+ export declare type MarketplaceStorePartnerProfileResponse = {
41007
+ __typename?: 'MarketplaceStorePartnerProfileResponse';
41008
+ address?: Maybe<MarketplaceStorePartnerAddress>;
41009
+ contactDetails?: Maybe<MarketplaceStorePartnerContactDetails>;
41010
+ description?: Maybe<Scalars['String']['output']>;
41011
+ enrollments: Array<Maybe<MarketplaceStorePartnerEnrollment>>;
41012
+ id: Scalars['ID']['output'];
41013
+ logoUrl?: Maybe<Scalars['String']['output']>;
41014
+ name: Scalars['String']['output'];
41015
+ supportDetails?: Maybe<MarketplaceStorePartnerSupportDetails>;
41016
+ };
41017
+ export declare type MarketplaceStorePartnerSupportDetails = {
41018
+ __typename?: 'MarketplaceStorePartnerSupportDetails';
41019
+ email?: Maybe<Scalars['String']['output']>;
41020
+ name: Scalars['String']['output'];
41021
+ phone?: Maybe<Scalars['String']['output']>;
41022
+ url?: Maybe<Scalars['String']['output']>;
41023
+ };
40150
41024
  export declare type MarketplaceStoreQueryApi = {
40151
41025
  __typename?: 'MarketplaceStoreQueryApi';
40152
41026
  category: MarketplaceStoreCategoryResponse;
40153
41027
  collection: MarketplaceStoreCollectionResponse;
40154
41028
  homePage: MarketplaceStoreHomePageResponse;
40155
41029
  installAppStatus: MarketplaceStoreInstallAppResponse;
41030
+ partnerProfile: MarketplaceStorePartnerProfileResponse;
40156
41031
  };
40157
41032
  export declare type MarketplaceStoreQueryApiCategoryArgs = {
40158
41033
  slug: Scalars['String']['input'];
@@ -40166,6 +41041,10 @@ export declare type MarketplaceStoreQueryApiHomePageArgs = {
40166
41041
  export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
40167
41042
  id: Scalars['ID']['input'];
40168
41043
  };
41044
+ export declare type MarketplaceStoreQueryApiPartnerProfileArgs = {
41045
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41046
+ vendorId: Scalars['ID']['input'];
41047
+ };
40169
41048
  export declare type MarketplaceSupportedAtlassianProduct = {
40170
41049
  __typename?: 'MarketplaceSupportedAtlassianProduct';
40171
41050
  hostingOptions: Array<AtlassianProductHostingType>;
@@ -41249,6 +42128,44 @@ export declare type OriginalSplitIssue = {
41249
42128
  id: Scalars['ID']['input'];
41250
42129
  summary: Scalars['String']['input'];
41251
42130
  };
42131
+ export declare type PeapdcpEnrollmentInput = {
42132
+ cloudId: Scalars['ID']['input'];
42133
+ desiredStatus: Scalars['Boolean']['input'];
42134
+ product: PeapdcpProduct;
42135
+ };
42136
+ export declare type PeapdcpEnrollmentStatus = {
42137
+ __typename?: 'PEAPDCPEnrollmentStatus';
42138
+ cloudId: Scalars['ID']['output'];
42139
+ enrollmentStatus?: Maybe<Scalars['Boolean']['output']>;
42140
+ error?: Maybe<Array<Scalars['String']['output']>>;
42141
+ product: PeapdcpProduct;
42142
+ success: Scalars['Boolean']['output'];
42143
+ };
42144
+ export declare type PeapdcpEnrollmentStatusInput = {
42145
+ cloudId: Scalars['ID']['input'];
42146
+ product: PeapdcpProduct;
42147
+ };
42148
+ export declare enum PeapdcpProduct {
42149
+ Confluence = "CONFLUENCE",
42150
+ Jira = "JIRA"
42151
+ }
42152
+ export declare type PeapEnrollmentInput = {
42153
+ cloudId: Scalars['ID']['input'];
42154
+ desiredStatus: Scalars['Boolean']['input'];
42155
+ programId: Scalars['ID']['input'];
42156
+ };
42157
+ export declare type PeapEnrollmentStatus = {
42158
+ __typename?: 'PEAPEnrollmentStatus';
42159
+ cloudId: Scalars['ID']['output'];
42160
+ enrollmentStatus?: Maybe<Scalars['Boolean']['output']>;
42161
+ error?: Maybe<Array<Scalars['String']['output']>>;
42162
+ programId: Scalars['ID']['output'];
42163
+ success: Scalars['Boolean']['output'];
42164
+ };
42165
+ export declare type PeapEnrollmentStatusInput = {
42166
+ cloudId: Scalars['ID']['input'];
42167
+ programId: Scalars['ID']['input'];
42168
+ };
41252
42169
  export declare type PeapInternalMutationApi = {
41253
42170
  __typename?: 'PEAPInternalMutationApi';
41254
42171
  _module?: Maybe<Scalars['String']['output']>;
@@ -41274,6 +42191,10 @@ export declare type PeapInternalQueryApi = {
41274
42191
  export declare type PeapMutationApi = {
41275
42192
  __typename?: 'PEAPMutationApi';
41276
42193
  internal: PeapInternalMutationApi;
42194
+ programEnrollment: PeapProgramEnrollmentStatus;
42195
+ };
42196
+ export declare type PeapMutationApiProgramEnrollmentArgs = {
42197
+ input: PeapProgramEnrollmentInput;
41277
42198
  };
41278
42199
  export declare type PeapNewProgramInput = {
41279
42200
  description: Scalars['String']['input'];
@@ -41308,6 +42229,15 @@ export declare type PeapProgramEdge = {
41308
42229
  cursor: Scalars['String']['output'];
41309
42230
  node: PeapProgram;
41310
42231
  };
42232
+ export declare type PeapProgramEnrollmentInput = {
42233
+ dcp?: InputMaybe<PeapdcpEnrollmentInput>;
42234
+ peap?: InputMaybe<PeapEnrollmentInput>;
42235
+ };
42236
+ export declare type PeapProgramEnrollmentStatus = PeapdcpEnrollmentStatus | PeapEnrollmentStatus;
42237
+ export declare type PeapProgramEnrollmentStatusInput = {
42238
+ dcp?: InputMaybe<PeapdcpEnrollmentStatusInput>;
42239
+ peap?: InputMaybe<PeapEnrollmentStatusInput>;
42240
+ };
41311
42241
  export declare type PeapProgramInternalData = {
41312
42242
  __typename?: 'PEAPProgramInternalData';
41313
42243
  cdacGroup?: Maybe<Scalars['String']['output']>;
@@ -41331,11 +42261,15 @@ export declare type PeapQueryApi = {
41331
42261
  __typename?: 'PEAPQueryApi';
41332
42262
  internal: PeapInternalQueryApi;
41333
42263
  program?: Maybe<PeapProgram>;
42264
+ programEnrollment: PeapProgramEnrollmentStatus;
41334
42265
  programs?: Maybe<PeapProgramConnection>;
41335
42266
  };
41336
42267
  export declare type PeapQueryApiProgramArgs = {
41337
42268
  id: Scalars['ID']['input'];
41338
42269
  };
42270
+ export declare type PeapQueryApiProgramEnrollmentArgs = {
42271
+ input: PeapProgramEnrollmentStatusInput;
42272
+ };
41339
42273
  export declare type PeapQueryApiProgramsArgs = {
41340
42274
  after?: InputMaybe<Scalars['String']['input']>;
41341
42275
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -42682,6 +43616,7 @@ export declare type PolarisTimelineConfig = {
42682
43616
  mode: PolarisTimelineMode;
42683
43617
  startDateField?: Maybe<PolarisIdeaField>;
42684
43618
  startTimestamp?: Maybe<Scalars['String']['output']>;
43619
+ summaryCardField?: Maybe<PolarisIdeaField>;
42685
43620
  };
42686
43621
  export declare enum PolarisTimelineMode {
42687
43622
  Months = "MONTHS",
@@ -42955,7 +43890,6 @@ export declare type Query = {
42955
43890
  appStoredEntity?: Maybe<AppStoredEntity>;
42956
43891
  apps?: Maybe<AppConnection>;
42957
43892
  aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
42958
- atlas?: Maybe<TownsquareQueryApi>;
42959
43893
  bitbucket?: Maybe<BitbucketQuery>;
42960
43894
  bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
42961
43895
  boardScope?: Maybe<BoardScope>;
@@ -43019,6 +43953,7 @@ export declare type Query = {
43019
43953
  jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
43020
43954
  jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
43021
43955
  jiraReleases?: Maybe<JiraReleases>;
43956
+ jsmChat?: Maybe<JsmChatQuery>;
43022
43957
  jsw?: Maybe<JswQuery>;
43023
43958
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
43024
43959
  marketplaceApp?: Maybe<MarketplaceApp>;
@@ -43067,6 +44002,7 @@ export declare type Query = {
43067
44002
  sandbox: SandboxQuery;
43068
44003
  search?: Maybe<SearchQueryApi>;
43069
44004
  shepherd?: Maybe<ShepherdQuery>;
44005
+ signup?: Maybe<SignupQueryApi>;
43070
44006
  smarts?: Maybe<SmartsQueryApi>;
43071
44007
  softwareBoards?: Maybe<BoardScopeConnection>;
43072
44008
  suggestions?: Maybe<AutoSuggestionApi>;
@@ -43310,6 +44246,9 @@ export declare type QueryHelpExternalResourceArgs = {
43310
44246
  export declare type QueryHelpLayoutArgs = {
43311
44247
  cloudId?: InputMaybe<Scalars['ID']['input']>;
43312
44248
  };
44249
+ export declare type QueryHelpObjectStoreArgs = {
44250
+ cloudId?: InputMaybe<Scalars['ID']['input']>;
44251
+ };
43313
44252
  export declare type QueryInstallationContextsWithLogAccessArgs = {
43314
44253
  appId: Scalars['ID']['input'];
43315
44254
  };
@@ -44859,6 +45798,7 @@ export declare type SearchConfluenceFilter = {
44859
45798
  export declare type SearchConfluencePageBlogAttachment = SearchResult & {
44860
45799
  __typename?: 'SearchConfluencePageBlogAttachment';
44861
45800
  confluenceEntity?: Maybe<SearchConfluenceEntity>;
45801
+ createdDate?: Maybe<Scalars['DateTime']['output']>;
44862
45802
  description: Scalars['String']['output'];
44863
45803
  entityId?: Maybe<Scalars['String']['output']>;
44864
45804
  excerpt?: Maybe<Scalars['String']['output']>;
@@ -45029,8 +45969,19 @@ export declare type SearchResultAtlasProject = SearchResult & {
45029
45969
  type: SearchResultType;
45030
45970
  url: Scalars['URL']['output'];
45031
45971
  };
45972
+ export declare type SearchResultBitbucketRepository = SearchResult & {
45973
+ __typename?: 'SearchResultBitbucketRepository';
45974
+ description: Scalars['String']['output'];
45975
+ iconUrl?: Maybe<Scalars['URL']['output']>;
45976
+ id: Scalars['ID']['output'];
45977
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
45978
+ title: Scalars['String']['output'];
45979
+ type: SearchResultType;
45980
+ url: Scalars['URL']['output'];
45981
+ };
45032
45982
  export declare type SearchResultGoogleDocument = SearchResult & {
45033
45983
  __typename?: 'SearchResultGoogleDocument';
45984
+ bodyText: Scalars['String']['output'];
45034
45985
  description: Scalars['String']['output'];
45035
45986
  excerpt?: Maybe<Scalars['String']['output']>;
45036
45987
  iconUrl?: Maybe<Scalars['URL']['output']>;
@@ -45098,10 +46049,24 @@ export declare type SearchResultJiraIssue = SearchResult & {
45098
46049
  iconUrl?: Maybe<Scalars['URL']['output']>;
45099
46050
  id: Scalars['ID']['output'];
45100
46051
  issue?: Maybe<JiraIssue>;
46052
+ status?: Maybe<SearchResultJiraIssueStatus>;
45101
46053
  title: Scalars['String']['output'];
45102
46054
  type: SearchResultType;
45103
46055
  url: Scalars['URL']['output'];
45104
46056
  };
46057
+ export declare type SearchResultJiraIssueStatus = {
46058
+ __typename?: 'SearchResultJiraIssueStatus';
46059
+ id: Scalars['ID']['output'];
46060
+ name: Scalars['String']['output'];
46061
+ statusCategory?: Maybe<SearchResultJiraIssueStatusCategory>;
46062
+ };
46063
+ export declare type SearchResultJiraIssueStatusCategory = {
46064
+ __typename?: 'SearchResultJiraIssueStatusCategory';
46065
+ colorName?: Maybe<Scalars['String']['output']>;
46066
+ id: Scalars['ID']['output'];
46067
+ key: Scalars['String']['output'];
46068
+ name: Scalars['String']['output'];
46069
+ };
45105
46070
  export declare type SearchResultJiraProject = SearchResult & {
45106
46071
  __typename?: 'SearchResultJiraProject';
45107
46072
  canView: Scalars['Boolean']['output'];
@@ -45120,6 +46085,7 @@ export declare type SearchResultJiraProject = SearchResult & {
45120
46085
  };
45121
46086
  export declare type SearchResultMicrosoftDocument = SearchResult & {
45122
46087
  __typename?: 'SearchResultMicrosoftDocument';
46088
+ bodyText: Scalars['String']['output'];
45123
46089
  description: Scalars['String']['output'];
45124
46090
  excerpt?: Maybe<Scalars['String']['output']>;
45125
46091
  iconUrl?: Maybe<Scalars['URL']['output']>;
@@ -45129,6 +46095,26 @@ export declare type SearchResultMicrosoftDocument = SearchResult & {
45129
46095
  type: SearchResultType;
45130
46096
  url: Scalars['URL']['output'];
45131
46097
  };
46098
+ export declare type SearchResultTrelloBoard = SearchResult & {
46099
+ __typename?: 'SearchResultTrelloBoard';
46100
+ description: Scalars['String']['output'];
46101
+ iconUrl?: Maybe<Scalars['URL']['output']>;
46102
+ id: Scalars['ID']['output'];
46103
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
46104
+ title: Scalars['String']['output'];
46105
+ type: SearchResultType;
46106
+ url: Scalars['URL']['output'];
46107
+ };
46108
+ export declare type SearchResultTrelloCard = SearchResult & {
46109
+ __typename?: 'SearchResultTrelloCard';
46110
+ description: Scalars['String']['output'];
46111
+ iconUrl?: Maybe<Scalars['URL']['output']>;
46112
+ id: Scalars['ID']['output'];
46113
+ lastModifiedDate?: Maybe<Scalars['String']['output']>;
46114
+ title: Scalars['String']['output'];
46115
+ type: SearchResultType;
46116
+ url: Scalars['URL']['output'];
46117
+ };
45132
46118
  export declare enum SearchResultType {
45133
46119
  Attachment = "attachment",
45134
46120
  Blogpost = "blogpost",
@@ -45146,6 +46132,7 @@ export declare enum SearchResultType {
45146
46132
  Plan = "plan",
45147
46133
  Project = "project",
45148
46134
  Question = "question",
46135
+ Repository = "repository",
45149
46136
  Space = "space",
45150
46137
  Tag = "tag",
45151
46138
  Unrecognised = "unrecognised",
@@ -45371,6 +46358,7 @@ export declare type ShepherdActivityHighlight = {
45371
46358
  categorizedMetadata?: Maybe<Array<ShepherdCategorizedAlertMetadata>>;
45372
46359
  eventIds?: Maybe<Array<Scalars['String']['output']>>;
45373
46360
  histogram?: Maybe<Array<ShepherdActivityHistogramBucket>>;
46361
+ metadata?: Maybe<ShepherdAlertMetaData>;
45374
46362
  resourceEvents?: Maybe<Array<ShepherdResourceEvent>>;
45375
46363
  subject?: Maybe<ShepherdSubject>;
45376
46364
  time?: Maybe<ShepherdTime>;
@@ -45503,6 +46491,10 @@ export declare type ShepherdAlertEdge = {
45503
46491
  cursor?: Maybe<Scalars['String']['output']>;
45504
46492
  node?: Maybe<ShepherdAlert>;
45505
46493
  };
46494
+ export declare type ShepherdAlertMetaData = {
46495
+ __typename?: 'ShepherdAlertMetaData';
46496
+ siteContainerResourceCount?: Maybe<Scalars['Int']['output']>;
46497
+ };
45506
46498
  export declare type ShepherdAlertQueries = {
45507
46499
  __typename?: 'ShepherdAlertQueries';
45508
46500
  byAri?: Maybe<ShepherdAlertResult>;
@@ -45865,6 +46857,9 @@ export declare type ShepherdDetectionRemoveSettingValuePayload = Payload & {
45865
46857
  export declare type ShepherdDetectionResourceExclusion = {
45866
46858
  __typename?: 'ShepherdDetectionResourceExclusion';
45867
46859
  ari: Scalars['ID']['output'];
46860
+ createdBy?: Maybe<Scalars['ID']['output']>;
46861
+ createdOn?: Maybe<Scalars['DateTime']['output']>;
46862
+ resourceUrl?: Maybe<Scalars['String']['output']>;
45868
46863
  };
45869
46864
  export declare enum ShepherdDetectionScanningFrequency {
45870
46865
  RealTime = "REAL_TIME",
@@ -45913,20 +46908,22 @@ export declare type ShepherdDetectionUpdateSettingValuePayload = Payload & {
45913
46908
  };
45914
46909
  export declare type ShepherdExclusionContentInfo = {
45915
46910
  __typename?: 'ShepherdExclusionContentInfo';
46911
+ ari?: Maybe<Scalars['String']['output']>;
45916
46912
  classification?: Maybe<Scalars['String']['output']>;
45917
46913
  owner?: Maybe<Scalars['ID']['output']>;
45918
46914
  product?: Maybe<ShepherdAtlassianProduct>;
45919
46915
  site?: Maybe<ShepherdSite>;
45920
46916
  space?: Maybe<Scalars['String']['output']>;
45921
46917
  title?: Maybe<Scalars['String']['output']>;
46918
+ url?: Maybe<Scalars['URL']['output']>;
45922
46919
  };
45923
46920
  export declare type ShepherdExclusionContentInfoResult = QueryError | ShepherdExclusionContentInfo;
45924
46921
  export declare type ShepherdExclusionsQueries = {
45925
46922
  __typename?: 'ShepherdExclusionsQueries';
45926
- contentInfoFromUrl?: Maybe<ShepherdExclusionContentInfoResult>;
46923
+ contentInfo?: Maybe<ShepherdExclusionContentInfoResult>;
45927
46924
  };
45928
- export declare type ShepherdExclusionsQueriesContentInfoFromUrlArgs = {
45929
- contentUrl: Scalars['URL']['input'];
46925
+ export declare type ShepherdExclusionsQueriesContentInfoArgs = {
46926
+ contentUrlOrAri: Scalars['String']['input'];
45930
46927
  productAti: Scalars['String']['input'];
45931
46928
  workspaceId: Scalars['ID']['input'];
45932
46929
  };
@@ -46125,6 +47122,7 @@ export declare type ShepherdResourceActivity = {
46125
47122
  actor: ShepherdActor;
46126
47123
  context: Array<ShepherdAuditLogContext>;
46127
47124
  id: Scalars['String']['output'];
47125
+ message?: Maybe<Scalars['JSON']['output']>;
46128
47126
  resourceAri: Scalars['String']['output'];
46129
47127
  resourceUrl?: Maybe<Scalars['String']['output']>;
46130
47128
  time: Scalars['DateTime']['output'];
@@ -46412,6 +47410,19 @@ export declare type ShepherdWorkspaceUpdateCustomDetectionInput = {
46412
47410
  export declare type ShepherdWorkspaceUpdateInput = {
46413
47411
  shouldOnboard: Scalars['Boolean']['input'];
46414
47412
  };
47413
+ export declare type SignupProvisioningStatus = {
47414
+ __typename?: 'SignupProvisioningStatus';
47415
+ orchestrationId: Scalars['String']['output'];
47416
+ provisionComplete: Scalars['Boolean']['output'];
47417
+ };
47418
+ export declare type SignupQueryApi = {
47419
+ __typename?: 'SignupQueryApi';
47420
+ getSample: SignupProvisioningStatus;
47421
+ };
47422
+ export declare type SignupSubscriptionApi = {
47423
+ __typename?: 'SignupSubscriptionApi';
47424
+ signupProvisioningStatus?: Maybe<SignupProvisioningStatus>;
47425
+ };
46415
47426
  export declare type SmartsContext = {
46416
47427
  additionalContextList?: InputMaybe<Array<SmartsKeyValue>>;
46417
47428
  containerId?: InputMaybe<Scalars['String']['input']>;
@@ -46721,6 +47732,7 @@ export declare type Subscription = {
46721
47732
  ecosystem?: Maybe<EcosystemSubscription>;
46722
47733
  jira?: Maybe<JiraSubscription>;
46723
47734
  sandbox: SandboxSubscription;
47735
+ signup?: Maybe<SignupSubscriptionApi>;
46724
47736
  testing?: Maybe<TestingSubscription>;
46725
47737
  trello: TrelloSubscriptionApi;
46726
47738
  };
@@ -47497,17 +48509,11 @@ export declare type ToggleBoardFeatureOutput = MutationResponse & {
47497
48509
  };
47498
48510
  export declare type Toolchain = {
47499
48511
  __typename?: 'Toolchain';
47500
- check3LO?: Maybe<ToolchainCheck3Lo>;
47501
48512
  checkAuth?: Maybe<ToolchainCheckAuth>;
47502
48513
  containers?: Maybe<ToolchainContainerConnection>;
47503
48514
  syncStatus?: Maybe<ToolchainSyncStatus>;
47504
48515
  workspaces?: Maybe<ToolchainWorkspaceConnection>;
47505
48516
  };
47506
- export declare type ToolchainCheck3LoArgs = {
47507
- cloudId: Scalars['ID']['input'];
47508
- providerId: Scalars['String']['input'];
47509
- providerType?: InputMaybe<ToolchainProviderType>;
47510
- };
47511
48517
  export declare type ToolchainCheckAuthArgs = {
47512
48518
  cloudId: Scalars['ID']['input'];
47513
48519
  providerId: Scalars['String']['input'];
@@ -47575,10 +48581,6 @@ export declare type ToolchainAssociateEntityInput = {
47575
48581
  };
47576
48582
  export declare type ToolchainAssociatedContainer = DevOpsDocument | DevOpsOperationsComponentDetails | DevOpsRepository | DevOpsService;
47577
48583
  export declare type ToolchainAssociatedEntity = DevOpsDesign;
47578
- export declare type ToolchainCheck3Lo = {
47579
- __typename?: 'ToolchainCheck3LO';
47580
- authorized: Scalars['Boolean']['output'];
47581
- };
47582
48584
  export declare type ToolchainCheck3LoAuth = ToolchainCheckAuth & {
47583
48585
  __typename?: 'ToolchainCheck3LOAuth';
47584
48586
  authorized: Scalars['Boolean']['output'];
@@ -47808,12 +48810,18 @@ export declare type TownsquareGoal = Node & {
47808
48810
  key: Scalars['String']['output'];
47809
48811
  name: Scalars['String']['output'];
47810
48812
  owner?: Maybe<User>;
48813
+ parentGoal?: Maybe<TownsquareGoal>;
47811
48814
  state?: Maybe<TownsquareGoalState>;
47812
48815
  status?: Maybe<TownsquareStatus>;
48816
+ subGoals?: Maybe<TownsquareGoalConnection>;
47813
48817
  targetDate?: Maybe<TownsquareTargetDate>;
47814
48818
  url?: Maybe<Scalars['String']['output']>;
47815
48819
  uuid: Scalars['String']['output'];
47816
48820
  };
48821
+ export declare type TownsquareGoalSubGoalsArgs = {
48822
+ after?: InputMaybe<Scalars['String']['input']>;
48823
+ first?: InputMaybe<Scalars['Int']['input']>;
48824
+ };
47817
48825
  export declare type TownsquareGoalConnection = {
47818
48826
  __typename?: 'TownsquareGoalConnection';
47819
48827
  edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
@@ -48387,6 +49395,7 @@ export declare type TrelloBoardUpdatedDeltas = {
48387
49395
  };
48388
49396
  export declare type TrelloBoardViewer = {
48389
49397
  __typename?: 'TrelloBoardViewer';
49398
+ aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
48390
49399
  calendarKey?: Maybe<Scalars['String']['output']>;
48391
49400
  email?: Maybe<TrelloBoardViewerEmail>;
48392
49401
  lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
@@ -48941,6 +49950,7 @@ export declare type TrelloMutationApi = {
48941
49950
  unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
48942
49951
  unwatchCard?: Maybe<TrelloWatchCardPayload>;
48943
49952
  updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
49953
+ updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
48944
49954
  updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
48945
49955
  watchCard?: Maybe<TrelloWatchCardPayload>;
48946
49956
  };
@@ -48968,6 +49978,9 @@ export declare type TrelloMutationApiUnwatchCardArgs = {
48968
49978
  export declare type TrelloMutationApiUpdateBoardNameArgs = {
48969
49979
  input: TrelloUpdateBoardNameInput;
48970
49980
  };
49981
+ export declare type TrelloMutationApiUpdateBoardViewerAiEmailArgs = {
49982
+ input: TrelloUpdateBoardViewerAiEmailInput;
49983
+ };
48971
49984
  export declare type TrelloMutationApiUpdateCardNameArgs = {
48972
49985
  input: TrelloUpdateCardNameInput;
48973
49986
  };
@@ -49206,6 +50219,16 @@ export declare type TrelloUpdateBoardNamePayload = Payload & {
49206
50219
  errors?: Maybe<Array<MutationError>>;
49207
50220
  success: Scalars['Boolean']['output'];
49208
50221
  };
50222
+ export declare type TrelloUpdateBoardViewerAiEmailInput = {
50223
+ boardId: Scalars['ID']['input'];
50224
+ value: Scalars['Boolean']['input'];
50225
+ };
50226
+ export declare type TrelloUpdateBoardViewerAiEmailPayload = Payload & {
50227
+ __typename?: 'TrelloUpdateBoardViewerAIEmailPayload';
50228
+ errors?: Maybe<Array<MutationError>>;
50229
+ success: Scalars['Boolean']['output'];
50230
+ viewer?: Maybe<TrelloBoardViewer>;
50231
+ };
49209
50232
  export declare type TrelloUpdateCardNameInput = {
49210
50233
  cardId: Scalars['ID']['input'];
49211
50234
  name?: InputMaybe<Scalars['String']['input']>;
@@ -49760,6 +50783,7 @@ export declare type UpdatePolarisTimelineConfig = {
49760
50783
  mode?: InputMaybe<PolarisTimelineMode>;
49761
50784
  startDateField?: InputMaybe<Scalars['ID']['input']>;
49762
50785
  startTimestamp?: InputMaybe<Scalars['String']['input']>;
50786
+ summaryCardField?: InputMaybe<Scalars['ID']['input']>;
49763
50787
  };
49764
50788
  export declare type UpdatePolarisViewArrangementInfoPayload = Payload & {
49765
50789
  __typename?: 'UpdatePolarisViewArrangementInfoPayload';