@forge/cli-shared 3.25.1-next.0 → 3.25.1-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.25.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9bf0ff6]
8
+ - @forge/manifest@6.2.1-next.0
9
+
10
+ ## 3.25.1-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 23a32d6: Fix Docker error reporting when ngrok not configured
15
+
3
16
  ## 3.25.1-next.0
4
17
 
5
18
  ### Patch Changes
@@ -11000,6 +11000,7 @@ export declare type ForgeAuditLogsDaResAppData = {
11000
11000
  environment?: Maybe<Scalars['String']['output']>;
11001
11001
  environmentId?: Maybe<Scalars['String']['output']>;
11002
11002
  eventId?: Maybe<Scalars['String']['output']>;
11003
+ migrationStartTime?: Maybe<Scalars['String']['output']>;
11003
11004
  product?: Maybe<Scalars['String']['output']>;
11004
11005
  sourceLocation?: Maybe<Scalars['String']['output']>;
11005
11006
  status?: Maybe<Scalars['String']['output']>;
@@ -11150,7 +11151,7 @@ export declare type ForgeMetricsChartInsightChoiceMessageData = {
11150
11151
  };
11151
11152
  export declare type ForgeMetricsChartInsightData = {
11152
11153
  __typename?: 'ForgeMetricsChartInsightData';
11153
- choices?: Maybe<Array<ForgeMetricsChartInsightChoiceData>>;
11154
+ choices: Array<ForgeMetricsChartInsightChoiceData>;
11154
11155
  created: Scalars['Int']['output'];
11155
11156
  id: Scalars['ID']['output'];
11156
11157
  model: Scalars['String']['output'];
@@ -24615,6 +24616,7 @@ export declare type HelpCenter = Node & {
24615
24616
  helpDesks: HelpCenterHelpDeskItemConnection;
24616
24617
  homePageLayout?: Maybe<HelpCenterHomePageLayout>;
24617
24618
  id: Scalars['ID']['output'];
24619
+ lastUpdated?: Maybe<Scalars['String']['output']>;
24618
24620
  name?: Maybe<HelpCenterName>;
24619
24621
  portals?: Maybe<HelpCenterPortals>;
24620
24622
  siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
@@ -24740,6 +24742,7 @@ export declare type HelpCenterCreateInput = {
24740
24742
  export declare type HelpCenterCreatePayload = Payload & {
24741
24743
  __typename?: 'HelpCenterCreatePayload';
24742
24744
  errors?: Maybe<Array<MutationError>>;
24745
+ helpCenterAri?: Maybe<Scalars['String']['output']>;
24743
24746
  success: Scalars['Boolean']['output'];
24744
24747
  };
24745
24748
  export declare type HelpCenterCreateTopicInput = {
@@ -27192,6 +27195,7 @@ export declare type JiraAssignRelatedWorkPayload = Payload & {
27192
27195
  };
27193
27196
  export declare type JiraAtlassianIntelligenceAction = JiraAccessAtlassianIntelligenceFeature | JiraContactOrgAdminToEnableAtlassianIntelligence | JiraEnableAtlassianIntelligenceDeepLink;
27194
27197
  export declare enum JiraAtlassianIntelligenceFeatureEnum {
27198
+ AiMate = "AI_MATE",
27195
27199
  NaturalLanguageToJql = "NATURAL_LANGUAGE_TO_JQL"
27196
27200
  }
27197
27201
  export declare type JiraAtlassianIntelligenceProductFeatureInput = {
@@ -27251,6 +27255,7 @@ export declare type JiraAttachment = {
27251
27255
  fileName?: Maybe<Scalars['String']['output']>;
27252
27256
  fileSize?: Maybe<Scalars['Long']['output']>;
27253
27257
  hasRestrictedParent?: Maybe<Scalars['Boolean']['output']>;
27258
+ issue?: Maybe<JiraIssue>;
27254
27259
  mediaApiFileId?: Maybe<Scalars['String']['output']>;
27255
27260
  mediaReadToken?: Maybe<Scalars['String']['output']>;
27256
27261
  mimeType?: Maybe<Scalars['String']['output']>;
@@ -27293,6 +27298,13 @@ export declare type JiraAttachmentFilterInput = {
27293
27298
  fileName?: InputMaybe<Scalars['String']['input']>;
27294
27299
  mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
27295
27300
  };
27301
+ export declare enum JiraAttachmentSortField {
27302
+ Created = "CREATED"
27303
+ }
27304
+ export declare type JiraAttachmentSortInput = {
27305
+ field: JiraAttachmentSortField;
27306
+ order?: SortDirection;
27307
+ };
27296
27308
  export declare type JiraAttachmentsField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
27297
27309
  __typename?: 'JiraAttachmentsField';
27298
27310
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -28661,6 +28673,10 @@ export declare type JiraDateTimeWindow = {
28661
28673
  end?: InputMaybe<Scalars['DateTime']['input']>;
28662
28674
  start?: InputMaybe<Scalars['DateTime']['input']>;
28663
28675
  };
28676
+ export declare type JiraDefaultEmptyConnectionReason = JiraEmptyConnectionReason & {
28677
+ __typename?: 'JiraDefaultEmptyConnectionReason';
28678
+ message?: Maybe<Scalars['String']['output']>;
28679
+ };
28664
28680
  export declare type JiraDefaultGrantTypeValue = Node & {
28665
28681
  __typename?: 'JiraDefaultGrantTypeValue';
28666
28682
  id: Scalars['ID']['output'];
@@ -28979,10 +28995,20 @@ export declare enum JiraEmailMimeType {
28979
28995
  Html = "HTML",
28980
28996
  Text = "TEXT"
28981
28997
  }
28998
+ export declare type JiraEmptyConnectionReason = {
28999
+ message?: Maybe<Scalars['String']['output']>;
29000
+ };
28982
29001
  export declare type JiraEnableAtlassianIntelligenceDeepLink = {
28983
29002
  __typename?: 'JiraEnableAtlassianIntelligenceDeepLink';
28984
29003
  link?: Maybe<Scalars['String']['output']>;
28985
29004
  };
29005
+ export declare type JiraEntitlementFieldInput = {
29006
+ entitlement: JiraEntitlementInput;
29007
+ fieldId: Scalars['ID']['input'];
29008
+ };
29009
+ export declare type JiraEntitlementInput = {
29010
+ entitlementId: Scalars['ID']['input'];
29011
+ };
28986
29012
  export declare type JiraEntityProperty = {
28987
29013
  id: Scalars['ID']['output'];
28988
29014
  propertyKey?: Maybe<Scalars['String']['output']>;
@@ -29650,6 +29676,7 @@ export declare type JiraInvalidSyntaxError = {
29650
29676
  };
29651
29677
  export declare type JiraIssue = Node & {
29652
29678
  __typename?: 'JiraIssue';
29679
+ assignee?: Maybe<Scalars['String']['output']>;
29653
29680
  attachments?: Maybe<JiraAttachmentConnection>;
29654
29681
  childIssues?: Maybe<JiraChildIssues>;
29655
29682
  commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
@@ -29658,6 +29685,7 @@ export declare type JiraIssue = Node & {
29658
29685
  devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
29659
29686
  devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
29660
29687
  devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
29688
+ duedate?: Maybe<Scalars['DateTime']['output']>;
29661
29689
  errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
29662
29690
  fieldSets?: Maybe<JiraIssueFieldSetConnection>;
29663
29691
  fieldSetsById?: Maybe<JiraIssueFieldSetConnection>;
@@ -29687,8 +29715,10 @@ export declare type JiraIssue = Node & {
29687
29715
  screenId?: Maybe<Scalars['Long']['output']>;
29688
29716
  shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
29689
29717
  smartSummary?: Maybe<JiraAdf>;
29718
+ startdate?: Maybe<Scalars['DateTime']['output']>;
29690
29719
  storyPointEstimateField?: Maybe<JiraNumberField>;
29691
29720
  storyPointsField?: Maybe<JiraNumberField>;
29721
+ suggestFieldValues?: Maybe<JiraSuggestedIssueFieldValuesResult>;
29692
29722
  webUrl?: Maybe<Scalars['URL']['output']>;
29693
29723
  worklogs?: Maybe<JiraWorkLogConnection>;
29694
29724
  };
@@ -29697,6 +29727,7 @@ export declare type JiraIssueAttachmentsArgs = {
29697
29727
  before?: InputMaybe<Scalars['String']['input']>;
29698
29728
  first?: InputMaybe<Scalars['Int']['input']>;
29699
29729
  last?: InputMaybe<Scalars['Int']['input']>;
29730
+ sortBy?: InputMaybe<JiraAttachmentSortInput>;
29700
29731
  };
29701
29732
  export declare type JiraIssueCommandPaletteFieldsArgs = {
29702
29733
  after?: InputMaybe<Scalars['String']['input']>;
@@ -29773,6 +29804,9 @@ export declare type JiraIssueShadowFieldSetsForIssueSearchViewArgs = {
29773
29804
  namespace?: InputMaybe<Scalars['String']['input']>;
29774
29805
  viewId?: InputMaybe<Scalars['String']['input']>;
29775
29806
  };
29807
+ export declare type JiraIssueSuggestFieldValuesArgs = {
29808
+ filterProjectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
29809
+ };
29776
29810
  export declare type JiraIssueWorklogsArgs = {
29777
29811
  after?: InputMaybe<Scalars['String']['input']>;
29778
29812
  before?: InputMaybe<Scalars['String']['input']>;
@@ -29874,6 +29908,7 @@ export declare type JiraIssueCommits = {
29874
29908
  export declare type JiraIssueConnection = {
29875
29909
  __typename?: 'JiraIssueConnection';
29876
29910
  edges?: Maybe<Array<Maybe<JiraIssueEdge>>>;
29911
+ emptyConnectionReason?: Maybe<JiraEmptyConnectionReason>;
29877
29912
  errors?: Maybe<Array<QueryError>>;
29878
29913
  isCappingIssueSearchResult?: Maybe<Scalars['Boolean']['output']>;
29879
29914
  issueNavigatorPageInfo?: Maybe<JiraIssueNavigatorPageInfo>;
@@ -30030,6 +30065,7 @@ export declare type JiraIssueFieldsInput = {
30030
30065
  colorFields?: InputMaybe<Array<JiraColorFieldInput>>;
30031
30066
  datePickerFields?: InputMaybe<Array<JiraDateFieldInput>>;
30032
30067
  dateTimePickerFields?: InputMaybe<Array<JiraDateTimeFieldInput>>;
30068
+ entitlementField?: InputMaybe<JiraEntitlementFieldInput>;
30033
30069
  epicLinkField?: InputMaybe<JiraEpicLinkFieldInput>;
30034
30070
  issueType?: InputMaybe<JiraIssueTypeInput>;
30035
30071
  labelsFields?: InputMaybe<Array<JiraLabelsFieldInput>>;
@@ -31467,6 +31503,16 @@ export declare type JiraMultipleGroupPickerFieldInput = {
31467
31503
  fieldId: Scalars['ID']['input'];
31468
31504
  groups: Array<JiraGroupInput>;
31469
31505
  };
31506
+ export declare type JiraMultipleGroupPickerFieldOperationInput = {
31507
+ groupIds: Array<Scalars['String']['input']>;
31508
+ operation: JiraMultiValueFieldOperations;
31509
+ };
31510
+ export declare type JiraMultipleGroupPickerFieldPayload = Payload & {
31511
+ __typename?: 'JiraMultipleGroupPickerFieldPayload';
31512
+ errors?: Maybe<Array<MutationError>>;
31513
+ field?: Maybe<JiraMultipleGroupPickerField>;
31514
+ success: Scalars['Boolean']['output'];
31515
+ };
31470
31516
  export declare type JiraMultipleSelectClearableUserPickerFieldInput = {
31471
31517
  fieldId: Scalars['ID']['input'];
31472
31518
  users?: InputMaybe<Array<JiraUserInput>>;
@@ -31576,7 +31622,7 @@ export declare type JiraMultipleSelectUserPickerFieldPayload = Payload & {
31576
31622
  field?: Maybe<JiraMultipleSelectUserPickerField>;
31577
31623
  success: Scalars['Boolean']['output'];
31578
31624
  };
31579
- export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
31625
+ export declare type JiraMultipleVersionPickerField = JiraHasMultipleSelectedValues & JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
31580
31626
  __typename?: 'JiraMultipleVersionPickerField';
31581
31627
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
31582
31628
  description?: Maybe<Scalars['String']['output']>;
@@ -31585,12 +31631,29 @@ export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueF
31585
31631
  id: Scalars['ID']['output'];
31586
31632
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
31587
31633
  name: Scalars['String']['output'];
31634
+ selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
31635
+ selectedValues?: Maybe<JiraSelectableValueConnection>;
31588
31636
  selectedVersions?: Maybe<Array<Maybe<JiraVersion>>>;
31589
31637
  selectedVersionsConnection?: Maybe<JiraVersionConnection>;
31590
31638
  type: Scalars['String']['output'];
31591
31639
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
31592
31640
  versions?: Maybe<JiraVersionConnection>;
31593
31641
  };
31642
+ export declare type JiraMultipleVersionPickerFieldSelectableValueOptionsArgs = {
31643
+ after?: InputMaybe<Scalars['String']['input']>;
31644
+ before?: InputMaybe<Scalars['String']['input']>;
31645
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
31646
+ first?: InputMaybe<Scalars['Int']['input']>;
31647
+ last?: InputMaybe<Scalars['Int']['input']>;
31648
+ searchBy?: InputMaybe<Scalars['String']['input']>;
31649
+ };
31650
+ export declare type JiraMultipleVersionPickerFieldSelectedValuesArgs = {
31651
+ after?: InputMaybe<Scalars['String']['input']>;
31652
+ before?: InputMaybe<Scalars['String']['input']>;
31653
+ first?: InputMaybe<Scalars['Int']['input']>;
31654
+ last?: InputMaybe<Scalars['Int']['input']>;
31655
+ searchBy?: InputMaybe<Scalars['String']['input']>;
31656
+ };
31594
31657
  export declare type JiraMultipleVersionPickerFieldSelectedVersionsConnectionArgs = {
31595
31658
  after?: InputMaybe<Scalars['String']['input']>;
31596
31659
  before?: InputMaybe<Scalars['String']['input']>;
@@ -31710,6 +31773,7 @@ export declare type JiraMutation = {
31710
31773
  updateJwmOverview?: Maybe<JiraWorkManagementGiraUpdateOverviewPayload>;
31711
31774
  updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
31712
31775
  updateLegacyTeamField?: Maybe<JiraLegacyTeamFieldPayload>;
31776
+ updateMultipleGroupPickerField?: Maybe<JiraMultipleGroupPickerFieldPayload>;
31713
31777
  updateMultipleSelectField?: Maybe<JiraMultipleSelectFieldPayload>;
31714
31778
  updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
31715
31779
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
@@ -32014,6 +32078,9 @@ export declare type JiraMutationUpdateLabelsFieldArgs = {
32014
32078
  export declare type JiraMutationUpdateLegacyTeamFieldArgs = {
32015
32079
  input: JiraUpdateLegacyTeamFieldInput;
32016
32080
  };
32081
+ export declare type JiraMutationUpdateMultipleGroupPickerFieldArgs = {
32082
+ input: JiraUpdateMultipleGroupPickerFieldInput;
32083
+ };
32017
32084
  export declare type JiraMutationUpdateMultipleSelectFieldArgs = {
32018
32085
  input: JiraUpdateMultipleSelectFieldInput;
32019
32086
  };
@@ -32545,12 +32612,22 @@ export declare type JiraParentIssueField = JiraIssueField & JiraIssueFieldConfig
32545
32612
  id: Scalars['ID']['output'];
32546
32613
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
32547
32614
  name: Scalars['String']['output'];
32615
+ parentCandidatesForExistingIssue?: Maybe<JiraIssueConnection>;
32548
32616
  parentIssue?: Maybe<JiraIssue>;
32549
32617
  parentVisibility?: Maybe<JiraParentVisibility>;
32550
32618
  searchUrl?: Maybe<Scalars['String']['output']>;
32551
32619
  type: Scalars['String']['output'];
32552
32620
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
32553
32621
  };
32622
+ export declare type JiraParentIssueFieldParentCandidatesForExistingIssueArgs = {
32623
+ after?: InputMaybe<Scalars['String']['input']>;
32624
+ before?: InputMaybe<Scalars['String']['input']>;
32625
+ excludeDone?: InputMaybe<Scalars['Boolean']['input']>;
32626
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
32627
+ first?: InputMaybe<Scalars['Int']['input']>;
32628
+ last?: InputMaybe<Scalars['Int']['input']>;
32629
+ searchBy?: InputMaybe<Scalars['String']['input']>;
32630
+ };
32554
32631
  export declare type JiraParentOption = Node & {
32555
32632
  __typename?: 'JiraParentOption';
32556
32633
  childOptions?: Maybe<JiraOptionConnection>;
@@ -32761,6 +32838,7 @@ export declare type JiraPlatformAttachment = JiraAttachment & Node & {
32761
32838
  fileSize?: Maybe<Scalars['Long']['output']>;
32762
32839
  hasRestrictedParent?: Maybe<Scalars['Boolean']['output']>;
32763
32840
  id: Scalars['ID']['output'];
32841
+ issue?: Maybe<JiraIssue>;
32764
32842
  mediaApiFileId?: Maybe<Scalars['String']['output']>;
32765
32843
  mediaReadToken?: Maybe<Scalars['String']['output']>;
32766
32844
  mimeType?: Maybe<Scalars['String']['output']>;
@@ -35020,6 +35098,7 @@ export declare type JiraServiceManagementAttachment = JiraAttachment & Node & {
35020
35098
  fileSize?: Maybe<Scalars['Long']['output']>;
35021
35099
  hasRestrictedParent?: Maybe<Scalars['Boolean']['output']>;
35022
35100
  id: Scalars['ID']['output'];
35101
+ issue?: Maybe<JiraIssue>;
35023
35102
  mediaApiFileId?: Maybe<Scalars['String']['output']>;
35024
35103
  mediaReadToken?: Maybe<Scalars['String']['output']>;
35025
35104
  mimeType?: Maybe<Scalars['String']['output']>;
@@ -36315,6 +36394,25 @@ export declare type JiraSubtasksFieldSubtasksArgs = {
36315
36394
  first?: InputMaybe<Scalars['Int']['input']>;
36316
36395
  last?: InputMaybe<Scalars['Int']['input']>;
36317
36396
  };
36397
+ export declare type JiraSuggestedIssueFieldValue = Node & {
36398
+ __typename?: 'JiraSuggestedIssueFieldValue';
36399
+ from?: Maybe<JiraIssueField>;
36400
+ id: Scalars['ID']['output'];
36401
+ name: Scalars['String']['output'];
36402
+ to?: Maybe<JiraIssueField>;
36403
+ type: Scalars['String']['output'];
36404
+ };
36405
+ export declare enum JiraSuggestedIssueFieldValueError {
36406
+ HaveRequiredField = "HAVE_REQUIRED_FIELD",
36407
+ NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
36408
+ NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
36409
+ Unclassified = "UNCLASSIFIED"
36410
+ }
36411
+ export declare type JiraSuggestedIssueFieldValuesResult = {
36412
+ __typename?: 'JiraSuggestedIssueFieldValuesResult';
36413
+ error?: Maybe<JiraSuggestedIssueFieldValueError>;
36414
+ suggestedFieldValues?: Maybe<Array<JiraSuggestedIssueFieldValue>>;
36415
+ };
36318
36416
  export declare type JiraSystemFilter = JiraFilter & Node & {
36319
36417
  __typename?: 'JiraSystemFilter';
36320
36418
  filterId: Scalars['String']['output'];
@@ -36427,6 +36525,7 @@ export declare type JiraTeamViewField = JiraIssueField & JiraIssueFieldConfigura
36427
36525
  id: Scalars['ID']['output'];
36428
36526
  isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
36429
36527
  name: Scalars['String']['output'];
36528
+ nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
36430
36529
  searchUrl?: Maybe<Scalars['String']['output']>;
36431
36530
  selectedTeam?: Maybe<JiraTeamView>;
36432
36531
  teams?: Maybe<JiraTeamViewConnection>;
@@ -36654,6 +36753,10 @@ export declare type JiraUpdateLegacyTeamFieldInput = {
36654
36753
  id: Scalars['ID']['input'];
36655
36754
  operation: JiraLegacyTeamFieldOperationInput;
36656
36755
  };
36756
+ export declare type JiraUpdateMultipleGroupPickerFieldInput = {
36757
+ id: Scalars['ID']['input'];
36758
+ operations: Array<JiraMultipleGroupPickerFieldOperationInput>;
36759
+ };
36657
36760
  export declare type JiraUpdateMultipleSelectFieldInput = {
36658
36761
  id: Scalars['ID']['input'];
36659
36762
  operations: Array<JiraMultipleSelectFieldOperationInput>;
@@ -37011,7 +37114,7 @@ export declare type JiraUserSegmentation = {
37011
37114
  role?: Maybe<Scalars['String']['output']>;
37012
37115
  teamType?: Maybe<Scalars['String']['output']>;
37013
37116
  };
37014
- export declare type JiraVersion = Node & {
37117
+ export declare type JiraVersion = JiraSelectableValue & Node & {
37015
37118
  __typename?: 'JiraVersion';
37016
37119
  approvers?: Maybe<JiraVersionApproverConnection>;
37017
37120
  availableSites?: Maybe<JiraReleaseNotesInConfluenceAvailableSitesConnection>;
@@ -37046,6 +37149,10 @@ export declare type JiraVersion = Node & {
37046
37149
  releaseNotesOptionsIssueTypes?: Maybe<JiraIssueTypeConnection>;
37047
37150
  releasesNotesPreferenceType?: Maybe<JiraVersionReleaseNotesType>;
37048
37151
  richTextSection?: Maybe<JiraVersionRichTextSection>;
37152
+ selectableGroupKey?: Maybe<Scalars['String']['output']>;
37153
+ selectableIconUrl?: Maybe<Scalars['URL']['output']>;
37154
+ selectableLabel?: Maybe<Scalars['String']['output']>;
37155
+ selectableUrl?: Maybe<Scalars['URL']['output']>;
37049
37156
  startDate?: Maybe<Scalars['DateTime']['output']>;
37050
37157
  statistics?: Maybe<JiraVersionStatistics>;
37051
37158
  status?: Maybe<JiraVersionStatus>;
@@ -38645,9 +38752,11 @@ export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHo
38645
38752
  export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStoreHomePageSection & {
38646
38753
  __typename?: 'MarketplaceStoreHomePageHighlightedSection';
38647
38754
  algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
38755
+ appsFetchCount: Scalars['Int']['output'];
38648
38756
  description: Scalars['String']['output'];
38649
38757
  highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
38650
38758
  id: Scalars['ID']['output'];
38759
+ screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
38651
38760
  title: Scalars['String']['output'];
38652
38761
  };
38653
38762
  export declare enum MarketplaceStoreHomePageHighlightedSectionVariation {
@@ -38656,8 +38765,10 @@ export declare enum MarketplaceStoreHomePageHighlightedSectionVariation {
38656
38765
  export declare type MarketplaceStoreHomePageRegularSection = MarketplaceStoreHomePageSection & {
38657
38766
  __typename?: 'MarketplaceStoreHomePageRegularSection';
38658
38767
  algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
38768
+ appsFetchCount: Scalars['Int']['output'];
38659
38769
  description: Scalars['String']['output'];
38660
38770
  id: Scalars['ID']['output'];
38771
+ screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
38661
38772
  title: Scalars['String']['output'];
38662
38773
  };
38663
38774
  export declare type MarketplaceStoreHomePageResponse = {
@@ -38669,6 +38780,17 @@ export declare type MarketplaceStoreHomePageSection = {
38669
38780
  id: Scalars['ID']['output'];
38670
38781
  title: Scalars['String']['output'];
38671
38782
  };
38783
+ export declare type MarketplaceStoreHomePageSectionScreenConfig = {
38784
+ __typename?: 'MarketplaceStoreHomePageSectionScreenConfig';
38785
+ appsCount: Scalars['Int']['output'];
38786
+ hideDescription?: Maybe<Scalars['Boolean']['output']>;
38787
+ };
38788
+ export declare type MarketplaceStoreHomePageSectionScreenSpecificProperties = {
38789
+ __typename?: 'MarketplaceStoreHomePageSectionScreenSpecificProperties';
38790
+ lg: MarketplaceStoreHomePageSectionScreenConfig;
38791
+ md: MarketplaceStoreHomePageSectionScreenConfig;
38792
+ sm: MarketplaceStoreHomePageSectionScreenConfig;
38793
+ };
38672
38794
  export declare type MarketplaceStoreInstallAppInput = {
38673
38795
  appKey: Scalars['String']['input'];
38674
38796
  target: MarketplaceStoreInstallAppTargetInput;
@@ -38714,6 +38836,9 @@ export declare type MarketplaceStoreQueryApiCategoryArgs = {
38714
38836
  export declare type MarketplaceStoreQueryApiCollectionArgs = {
38715
38837
  slug: Scalars['String']['input'];
38716
38838
  };
38839
+ export declare type MarketplaceStoreQueryApiHomePageArgs = {
38840
+ productId?: InputMaybe<Scalars['String']['input']>;
38841
+ };
38717
38842
  export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
38718
38843
  id: Scalars['ID']['input'];
38719
38844
  };
@@ -42457,6 +42582,7 @@ export declare type RoadmapExternalConfiguration = {
42457
42582
  epicNameField?: Maybe<Scalars['ID']['output']>;
42458
42583
  externalSystem: Scalars['ID']['output'];
42459
42584
  fields: Array<RoadmapFieldConfiguration>;
42585
+ flaggedField?: Maybe<Scalars['ID']['output']>;
42460
42586
  rankField?: Maybe<Scalars['ID']['output']>;
42461
42587
  sprintField?: Maybe<Scalars['ID']['output']>;
42462
42588
  startDateField?: Maybe<Scalars['ID']['output']>;
@@ -43912,6 +44038,7 @@ export declare type ShepherdActor = {
43912
44038
  aaid: Scalars['ID']['output'];
43913
44039
  createdOn?: Maybe<Scalars['DateTime']['output']>;
43914
44040
  mfaEnabled?: Maybe<Scalars['Boolean']['output']>;
44041
+ orgId?: Maybe<Scalars['ID']['output']>;
43915
44042
  orgInfo?: Maybe<ShepherdActorOrgInfo>;
43916
44043
  productAccess?: Maybe<Array<Maybe<ShepherdActorProductAccess>>>;
43917
44044
  sessions?: Maybe<Array<Maybe<ShepherdActorSession>>>;
@@ -44042,6 +44169,7 @@ export declare enum ShepherdAlertStatus {
44042
44169
  }
44043
44170
  export declare type ShepherdAlertSupportingData = {
44044
44171
  __typename?: 'ShepherdAlertSupportingData';
44172
+ customDetectionHighlight?: Maybe<ShepherdCustomDetectionHighlight>;
44045
44173
  highlight: ShepherdHighlight;
44046
44174
  };
44047
44175
  export declare enum ShepherdAlertTemplateType {
@@ -44145,6 +44273,12 @@ export declare type ShepherdAuditLogContext = {
44145
44273
  attributes: Array<ShepherdAuditLogAttribute>;
44146
44274
  id: Scalars['String']['output'];
44147
44275
  };
44276
+ export declare type ShepherdBitbucketWorkspace = {
44277
+ __typename?: 'ShepherdBitbucketWorkspace';
44278
+ ari: Scalars['ID']['output'];
44279
+ slug?: Maybe<Scalars['String']['output']>;
44280
+ url?: Maybe<Scalars['String']['output']>;
44281
+ };
44148
44282
  export declare type ShepherdCategorizedAlertMetadata = {
44149
44283
  __typename?: 'ShepherdCategorizedAlertMetadata';
44150
44284
  category: Scalars['String']['output'];
@@ -44282,6 +44416,15 @@ export declare type ShepherdCustomDetection = {
44282
44416
  title: Scalars['String']['output'];
44283
44417
  value: ShepherdCustomDetectionValueType;
44284
44418
  };
44419
+ export declare type ShepherdCustomDetectionHighlight = {
44420
+ __typename?: 'ShepherdCustomDetectionHighlight';
44421
+ customDetectionId: Scalars['ID']['output'];
44422
+ matchedRules?: Maybe<Array<Maybe<ShepherdCustomScanningRule>>>;
44423
+ };
44424
+ export declare type ShepherdCustomDetectionHighlightInput = {
44425
+ customDetectionId: Scalars['ID']['input'];
44426
+ matchedRules?: InputMaybe<Array<InputMaybe<ShepherdCustomScanningStringMatchRuleInput>>>;
44427
+ };
44285
44428
  export declare type ShepherdCustomDetectionMutationPayload = Payload & {
44286
44429
  __typename?: 'ShepherdCustomDetectionMutationPayload';
44287
44430
  errors?: Maybe<Array<MutationError>>;
@@ -44420,6 +44563,7 @@ export declare type ShepherdGenericQueryErrorExtension = QueryErrorExtension & {
44420
44563
  export declare type ShepherdHighlight = ShepherdActivityHighlight;
44421
44564
  export declare type ShepherdHighlightInput = {
44422
44565
  activityHighlight?: InputMaybe<ShepherdActivityHighlightInput>;
44566
+ customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
44423
44567
  };
44424
44568
  export declare type ShepherdHistogramBucketInput = {
44425
44569
  name: Scalars['String']['input'];
@@ -44773,6 +44917,7 @@ export declare enum ShepherdWebhookType {
44773
44917
  }
44774
44918
  export declare type ShepherdWorkspace = {
44775
44919
  __typename?: 'ShepherdWorkspace';
44920
+ bitbucketWorkspaces?: Maybe<Array<ShepherdBitbucketWorkspace>>;
44776
44921
  cloudId: Scalars['ID']['output'];
44777
44922
  cloudName?: Maybe<Scalars['String']['output']>;
44778
44923
  currentUser?: Maybe<ShepherdCurrentUser>;
@@ -48386,6 +48531,7 @@ export declare type VirtualAgentConfiguration = Node & {
48386
48531
  id: Scalars['ID']['output'];
48387
48532
  intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjectionResult>;
48388
48533
  intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
48534
+ isEnabledOnJsmPortal?: Maybe<Scalars['Boolean']['output']>;
48389
48535
  properties?: Maybe<VirtualAgentProperties>;
48390
48536
  respondToQueries: Scalars['Boolean']['output'];
48391
48537
  standardFlowEditors?: Maybe<VirtualAgentFlowEditorsConnection>;
@@ -48801,6 +48947,7 @@ export declare type VirtualAgentUpdateChatChannelPayload = Payload & {
48801
48947
  success: Scalars['Boolean']['output'];
48802
48948
  };
48803
48949
  export declare type VirtualAgentUpdateConfigurationInput = {
48950
+ isEnabledOnJsmPortal?: InputMaybe<Scalars['Boolean']['input']>;
48804
48951
  properties?: InputMaybe<VirtualAgentPropertiesInput>;
48805
48952
  respondToQueries?: InputMaybe<Scalars['Boolean']['input']>;
48806
48953
  };