@forge/cli-shared 3.6.1-next.0 → 3.6.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,22 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.6.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1508104: Bumping dependencies via Renovate:
8
+
9
+ - @types/cheerio
10
+
11
+ ## 3.6.1-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - af4c149: Update webpack-related packages and remove unused
16
+ - Updated dependencies [af4c149]
17
+ - @forge/util@1.2.1-next.0
18
+ - @forge/manifest@4.6.1-next.1
19
+
3
20
  ## 3.6.1-next.0
4
21
 
5
22
  ### Patch Changes
@@ -322,21 +322,6 @@ export declare type AddPolarisColumnInput = {
322
322
  heading?: Maybe<Scalars['String']>;
323
323
  };
324
324
  export declare type Admin = JiraUser | JiraUserGroup;
325
- export declare type AdminCustomSchemaMutation = {
326
- __typename?: 'AdminCustomSchemaMutation';
327
- createCustomSchemas?: Maybe<CustomSchemaPayload>;
328
- validateCustomSchemas?: Maybe<CustomSchemaPayload>;
329
- };
330
- export declare type AdminCustomSchemaMutationCreateCustomSchemasArgs = {
331
- input: AdminCustomSchemaMutationInput;
332
- };
333
- export declare type AdminCustomSchemaMutationValidateCustomSchemasArgs = {
334
- input: AdminCustomSchemaMutationInput;
335
- };
336
- export declare type AdminCustomSchemaMutationInput = {
337
- oauthClientId: Scalars['String'];
338
- schemas: Array<Scalars['JSON']>;
339
- };
340
325
  export declare enum ApiContext {
341
326
  Devops = "DEVOPS"
342
327
  }
@@ -803,6 +788,48 @@ export declare type AppPrincipal = {
803
788
  __typename?: 'AppPrincipal';
804
789
  id?: Maybe<Scalars['ID']>;
805
790
  };
791
+ export declare type AppRecContext = {
792
+ containers?: Maybe<Scalars['JSON']>;
793
+ product?: Maybe<Scalars['String']>;
794
+ subproduct?: Maybe<Scalars['String']>;
795
+ tenantId?: Maybe<Scalars['ID']>;
796
+ userId?: Maybe<Scalars['ID']>;
797
+ };
798
+ export declare type AppRecDismissRecommendationInput = {
799
+ appId: Scalars['ID'];
800
+ };
801
+ export declare type AppRecDismissRecommendationPayload = Payload & {
802
+ __typename?: 'AppRecDismissRecommendationPayload';
803
+ dismissal?: Maybe<AppRecDismissal>;
804
+ errors?: Maybe<Array<MutationError>>;
805
+ success: Scalars['Boolean'];
806
+ };
807
+ export declare type AppRecDismissal = {
808
+ __typename?: 'AppRecDismissal';
809
+ appId: Scalars['ID'];
810
+ dismissedAt: Scalars['String'];
811
+ };
812
+ export declare type AppRecMutation = {
813
+ __typename?: 'AppRecMutation';
814
+ dismissRecommendation?: Maybe<AppRecDismissRecommendationPayload>;
815
+ };
816
+ export declare type AppRecMutationDismissRecommendationArgs = {
817
+ input: AppRecDismissRecommendationInput;
818
+ };
819
+ export declare type AppRecQuery = {
820
+ __typename?: 'AppRecQuery';
821
+ recommendations?: Maybe<Array<AppRecRecommendationResult>>;
822
+ };
823
+ export declare type AppRecQueryRecommendationsArgs = {
824
+ context?: Maybe<AppRecContext>;
825
+ first?: Maybe<Scalars['Int']>;
826
+ };
827
+ export declare type AppRecRecommendation = {
828
+ __typename?: 'AppRecRecommendation';
829
+ appId: Scalars['ID'];
830
+ reasons?: Maybe<Array<Scalars['String']>>;
831
+ };
832
+ export declare type AppRecRecommendationResult = QueryError | AppRecRecommendation;
806
833
  export declare type AppSecurityPoliciesPermission = {
807
834
  __typename?: 'AppSecurityPoliciesPermission';
808
835
  type?: Maybe<AppSecurityPoliciesPermissionType>;
@@ -1307,6 +1334,12 @@ export declare type BacklogExtension = {
1307
1334
  __typename?: 'BacklogExtension';
1308
1335
  operations?: Maybe<Array<Maybe<SoftwareOperation>>>;
1309
1336
  };
1337
+ export declare type BaseSprint = {
1338
+ id?: Maybe<Scalars['ID']>;
1339
+ name?: Maybe<Scalars['String']>;
1340
+ sprintState: SprintState;
1341
+ sprintMetadata?: Maybe<SoftwareSprintMetadata>;
1342
+ };
1310
1343
  export declare type BasicBoardFeatureView = Node & {
1311
1344
  __typename?: 'BasicBoardFeatureView';
1312
1345
  id: Scalars['ID'];
@@ -1647,7 +1680,7 @@ export declare type CardParent = {
1647
1680
  id: Scalars['ID'];
1648
1681
  key: Scalars['String'];
1649
1682
  summary: Scalars['String'];
1650
- cardType: CardType;
1683
+ cardType?: Maybe<CardType>;
1651
1684
  color?: Maybe<Scalars['CardPaletteColor']>;
1652
1685
  status?: Maybe<CardStatus>;
1653
1686
  childrenInfo?: Maybe<SoftwareCardChildrenInfo>;
@@ -3097,6 +3130,7 @@ export declare type CompassLink = {
3097
3130
  type: CompassLinkType;
3098
3131
  url: Scalars['URL'];
3099
3132
  name?: Maybe<Scalars['String']>;
3133
+ eventSources?: Maybe<Array<EventSource>>;
3100
3134
  };
3101
3135
  export declare enum CompassLinkType {
3102
3136
  Document = "DOCUMENT",
@@ -3693,11 +3727,11 @@ export declare type CompleteSprintResponse = MutationResponse & {
3693
3727
  success: Scalars['Boolean'];
3694
3728
  message: Scalars['String'];
3695
3729
  };
3696
- export declare type CompleteSprintStatistic = {
3730
+ export declare type CompleteSprintStatistic = BaseSprint & {
3697
3731
  __typename?: 'CompleteSprintStatistic';
3698
3732
  id?: Maybe<Scalars['ID']>;
3699
3733
  name?: Maybe<Scalars['String']>;
3700
- sprintState?: Maybe<SprintState>;
3734
+ sprintState: SprintState;
3701
3735
  sprintMetadata?: Maybe<SoftwareSprintMetadata>;
3702
3736
  incompleteCardsDestinations?: Maybe<Array<Maybe<InCompleteCardsDestination>>>;
3703
3737
  };
@@ -5439,16 +5473,38 @@ export declare type CurrentUser = {
5439
5473
  __typename?: 'CurrentUser';
5440
5474
  permissions: Array<Maybe<Scalars['SoftwareBoardPermission']>>;
5441
5475
  };
5476
+ export declare type CustomEntity = {
5477
+ name: Scalars['String'];
5478
+ attributes: Array<CustomEntityAttribute>;
5479
+ indexes?: Maybe<Array<CustomEntityIndex>>;
5480
+ };
5481
+ export declare type CustomEntityAttribute = {
5482
+ name: Scalars['String'];
5483
+ type: CustomEntityAttributeType;
5484
+ required?: Maybe<Scalars['Boolean']>;
5485
+ };
5486
+ export declare enum CustomEntityAttributeType {
5487
+ String = "string",
5488
+ Boolean = "boolean",
5489
+ Float = "float",
5490
+ Integer = "integer",
5491
+ Any = "any"
5492
+ }
5442
5493
  export declare type CustomEntityDefinition = {
5443
5494
  __typename?: 'CustomEntityDefinition';
5444
5495
  name: Scalars['String'];
5445
5496
  version: Scalars['Int'];
5446
5497
  attributes: Scalars['JSON'];
5447
- indexes?: Maybe<Array<Maybe<CustomEntityIndex>>>;
5498
+ indexes?: Maybe<Array<Maybe<CustomEntityIndexDefinition>>>;
5448
5499
  status: CustomEntityStatus;
5449
5500
  };
5450
5501
  export declare type CustomEntityIndex = {
5451
- __typename?: 'CustomEntityIndex';
5502
+ name: Scalars['String'];
5503
+ range: Array<Scalars['String']>;
5504
+ partition?: Maybe<Array<Scalars['String']>>;
5505
+ };
5506
+ export declare type CustomEntityIndexDefinition = {
5507
+ __typename?: 'CustomEntityIndexDefinition';
5452
5508
  name: Scalars['String'];
5453
5509
  range: Array<Scalars['String']>;
5454
5510
  partition?: Maybe<Array<Scalars['String']>>;
@@ -5460,6 +5516,26 @@ export declare enum CustomEntityIndexStatus {
5460
5516
  Creating = "CREATING",
5461
5517
  Pending = "PENDING"
5462
5518
  }
5519
+ export declare type CustomEntityMutation = {
5520
+ __typename?: 'CustomEntityMutation';
5521
+ createCustomEntities?: Maybe<CustomEntityPayload>;
5522
+ validateCustomEntities?: Maybe<CustomEntityPayload>;
5523
+ };
5524
+ export declare type CustomEntityMutationCreateCustomEntitiesArgs = {
5525
+ input: CustomEntityMutationInput;
5526
+ };
5527
+ export declare type CustomEntityMutationValidateCustomEntitiesArgs = {
5528
+ input: CustomEntityMutationInput;
5529
+ };
5530
+ export declare type CustomEntityMutationInput = {
5531
+ oauthClientId: Scalars['String'];
5532
+ entities: Array<CustomEntity>;
5533
+ };
5534
+ export declare type CustomEntityPayload = Payload & {
5535
+ __typename?: 'CustomEntityPayload';
5536
+ success: Scalars['Boolean'];
5537
+ errors?: Maybe<Array<MutationError>>;
5538
+ };
5463
5539
  export declare enum CustomEntityStatus {
5464
5540
  Active = "ACTIVE",
5465
5541
  Inactive = "INACTIVE"
@@ -5485,21 +5561,6 @@ export declare type CustomFiltersValidationError = {
5485
5561
  errorMessage: Scalars['String'];
5486
5562
  errorKey: Scalars['String'];
5487
5563
  };
5488
- export declare type CustomSchemaMutation = {
5489
- __typename?: 'CustomSchemaMutation';
5490
- createCustomSchemas?: Maybe<CustomSchemaPayload>;
5491
- };
5492
- export declare type CustomSchemaMutationCreateCustomSchemasArgs = {
5493
- input: CustomSchemaMutationInput;
5494
- };
5495
- export declare type CustomSchemaMutationInput = {
5496
- schemas: Array<Scalars['JSON']>;
5497
- };
5498
- export declare type CustomSchemaPayload = Payload & {
5499
- __typename?: 'CustomSchemaPayload';
5500
- success: Scalars['Boolean'];
5501
- errors?: Maybe<Array<MutationError>>;
5502
- };
5503
5564
  export declare type CustomUiTunnelDefinition = {
5504
5565
  __typename?: 'CustomUITunnelDefinition';
5505
5566
  resourceKey?: Maybe<Scalars['String']>;
@@ -6900,7 +6961,6 @@ export declare type DevOpsToolIntegrationProduct = DevOpsToolIntegration & {
6900
6961
  key: Scalars['String'];
6901
6962
  productName: Scalars['String'];
6902
6963
  name: Scalars['String'];
6903
- available: Scalars['Boolean'];
6904
6964
  iconUrl?: Maybe<Scalars['String']>;
6905
6965
  };
6906
6966
  export declare enum DevOpsToolIntegrationType {
@@ -7208,7 +7268,7 @@ export declare type ErrorDetails = {
7208
7268
  };
7209
7269
  export declare type ErsLifecycleMutation = {
7210
7270
  __typename?: 'ErsLifecycleMutation';
7211
- customSchemas?: Maybe<AdminCustomSchemaMutation>;
7271
+ customEntities?: Maybe<CustomEntityMutation>;
7212
7272
  };
7213
7273
  export declare type ErsLifecycleQuery = {
7214
7274
  __typename?: 'ErsLifecycleQuery';
@@ -7244,7 +7304,9 @@ export declare type EstimationConfig = {
7244
7304
  export declare enum EventKnownAvIs {
7245
7305
  AviJiraIssueCreated = "AVI_JIRA_ISSUE_CREATED",
7246
7306
  AviJiraIssueUpdated = "AVI_JIRA_ISSUE_UPDATED",
7247
- AviBitbucketPrCreated = "AVI_BITBUCKET_PR_CREATED"
7307
+ AviBitbucketPrCreated = "AVI_BITBUCKET_PR_CREATED",
7308
+ AviDevopsRelationshipCreated = "AVI_DEVOPS_RELATIONSHIP_CREATED",
7309
+ AviDevopsRelationshipUpdated = "AVI_DEVOPS_RELATIONSHIP_UPDATED"
7248
7310
  }
7249
7311
  export declare enum EventMatchingStrategies {
7250
7312
  JiraByCloud = "JIRA_BY_CLOUD",
@@ -7252,7 +7314,8 @@ export declare enum EventMatchingStrategies {
7252
7314
  JiraByIssue = "JIRA_BY_ISSUE",
7253
7315
  BitbucketByRepo = "BITBUCKET_BY_REPO",
7254
7316
  ByAccount = "BY_ACCOUNT",
7255
- JiraByCloudByProjectTypeByAccount = "JIRA_BY_CLOUD_BY_PROJECT_TYPE_BY_ACCOUNT"
7317
+ JiraByCloudByProjectTypeByAccount = "JIRA_BY_CLOUD_BY_PROJECT_TYPE_BY_ACCOUNT",
7318
+ PrByProjectByRelationshipType = "PR_BY_PROJECT_BY_RELATIONSHIP_TYPE"
7256
7319
  }
7257
7320
  export declare type EventSource = Node & {
7258
7321
  __typename?: 'EventSource';
@@ -8090,6 +8153,7 @@ export declare type Icon = {
8090
8153
  export declare type InCompleteCardsDestination = {
8091
8154
  __typename?: 'InCompleteCardsDestination';
8092
8155
  sprintId?: Maybe<Scalars['ID']>;
8156
+ sprintName?: Maybe<Scalars['String']>;
8093
8157
  destination?: Maybe<SoftwareCardsDestinationEnum>;
8094
8158
  };
8095
8159
  export declare type InlineCardCreateConfig = {
@@ -10805,6 +10869,10 @@ export declare type JiraIssueSearchResultContentIssuesArgs = {
10805
10869
  before?: Maybe<Scalars['String']>;
10806
10870
  after?: Maybe<Scalars['String']>;
10807
10871
  };
10872
+ export declare type JiraIssueSearchStatus = {
10873
+ __typename?: 'JiraIssueSearchStatus';
10874
+ functions?: Maybe<Array<Maybe<JiraJqlFunctionProcessingStatus>>>;
10875
+ };
10808
10876
  export declare type JiraIssueSearchView = Node & {
10809
10877
  __typename?: 'JiraIssueSearchView';
10810
10878
  id: Scalars['ID'];
@@ -10926,6 +10994,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
10926
10994
  forClause?: Maybe<JiraJqlClauseType>;
10927
10995
  first?: Maybe<Scalars['Int']>;
10928
10996
  after?: Maybe<Scalars['String']>;
10997
+ viewContext?: Maybe<JiraJqlViewContext>;
10929
10998
  };
10930
10999
  export declare type JiraJqlBuilderRecentFieldsArgs = {
10931
11000
  jqlContext?: Maybe<Scalars['String']>;
@@ -11055,6 +11124,17 @@ export declare type JiraJqlFunction = {
11055
11124
  isList?: Maybe<Scalars['Boolean']>;
11056
11125
  dataTypes: Array<Scalars['String']>;
11057
11126
  };
11127
+ export declare type JiraJqlFunctionProcessingStatus = {
11128
+ __typename?: 'JiraJqlFunctionProcessingStatus';
11129
+ status?: Maybe<JiraJqlFunctionStatus>;
11130
+ function?: Maybe<Scalars['String']>;
11131
+ app?: Maybe<Scalars['String']>;
11132
+ };
11133
+ export declare enum JiraJqlFunctionStatus {
11134
+ Processing = "PROCESSING",
11135
+ Finished = "FINISHED",
11136
+ Unknown = "UNKNOWN"
11137
+ }
11058
11138
  export declare type JiraJqlGroupFieldValue = JiraJqlFieldValue & {
11059
11139
  __typename?: 'JiraJqlGroupFieldValue';
11060
11140
  jqlTerm: Scalars['String'];
@@ -11328,6 +11408,9 @@ export declare type JiraJqlVersionsArchivedArgs = {
11328
11408
  last?: Maybe<Scalars['Int']>;
11329
11409
  before?: Maybe<Scalars['String']>;
11330
11410
  };
11411
+ export declare enum JiraJqlViewContext {
11412
+ Jwm = "JWM"
11413
+ }
11331
11414
  export declare type JiraLabel = {
11332
11415
  __typename?: 'JiraLabel';
11333
11416
  labelId?: Maybe<Scalars['String']>;
@@ -11373,6 +11456,7 @@ export declare type JiraLabelsFieldLabelsArgs = {
11373
11456
  last?: Maybe<Scalars['Int']>;
11374
11457
  before?: Maybe<Scalars['String']>;
11375
11458
  suggested?: Maybe<Scalars['Boolean']>;
11459
+ sessionId?: Maybe<Scalars['ID']>;
11376
11460
  };
11377
11461
  export declare type JiraLabelsFieldOperationInput = {
11378
11462
  operation: JiraMultiValueFieldOperations;
@@ -12217,7 +12301,7 @@ export declare type JiraPriorityFieldPrioritiesArgs = {
12217
12301
  };
12218
12302
  export declare type JiraPriorityFieldOperationInput = {
12219
12303
  operation: JiraSingleValueFieldOperations;
12220
- priority: Scalars['String'];
12304
+ id?: Maybe<Scalars['ID']>;
12221
12305
  };
12222
12306
  export declare type JiraPriorityFieldPayload = Payload & {
12223
12307
  __typename?: 'JiraPriorityFieldPayload';
@@ -12719,6 +12803,7 @@ export declare type JiraQuery = {
12719
12803
  issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
12720
12804
  issueSearchStable?: Maybe<JiraIssueConnection>;
12721
12805
  issueSearchTotalCount?: Maybe<Scalars['Int']>;
12806
+ issueSearchStatus?: Maybe<JiraIssueSearchStatus>;
12722
12807
  devOps?: Maybe<JiraDevOpsQuery>;
12723
12808
  resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
12724
12809
  resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
@@ -12971,6 +13056,10 @@ export declare type JiraQueryIssueSearchTotalCountArgs = {
12971
13056
  cloudId: Scalars['ID'];
12972
13057
  issueSearchInput: JiraIssueSearchInput;
12973
13058
  };
13059
+ export declare type JiraQueryIssueSearchStatusArgs = {
13060
+ cloudId: Scalars['ID'];
13061
+ jql: Scalars['String'];
13062
+ };
12974
13063
  export declare type JiraQueryResourceUsageMetricByIdArgs = {
12975
13064
  id: Scalars['ID'];
12976
13065
  };
@@ -14062,7 +14151,7 @@ export declare type JiraSingleSelectFieldPayload = Payload & {
14062
14151
  };
14063
14152
  export declare type JiraSingleSelectOperationInput = {
14064
14153
  operation: JiraSingleValueFieldOperations;
14065
- fieldOption?: Maybe<Scalars['ID']>;
14154
+ id?: Maybe<Scalars['ID']>;
14066
14155
  };
14067
14156
  export declare type JiraSingleSelectUserPickerField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
14068
14157
  __typename?: 'JiraSingleSelectUserPickerField';
@@ -14089,7 +14178,7 @@ export declare type JiraSingleSelectUserPickerFieldUsersArgs = {
14089
14178
  };
14090
14179
  export declare type JiraSingleSelectUserPickerFieldOperationInput = {
14091
14180
  operation: JiraSingleValueFieldOperations;
14092
- accountId?: Maybe<Scalars['ID']>;
14181
+ id?: Maybe<Scalars['ID']>;
14093
14182
  };
14094
14183
  export declare type JiraSingleSelectUserPickerFieldPayload = Payload & {
14095
14184
  __typename?: 'JiraSingleSelectUserPickerFieldPayload';
@@ -14937,7 +15026,7 @@ export declare type JiraWatchesFieldSuggestedWatchersArgs = {
14937
15026
  };
14938
15027
  export declare type JiraWatchesFieldOperationInput = {
14939
15028
  operation: JiraWatchesOperations;
14940
- accountId?: Maybe<Scalars['ID']>;
15029
+ id?: Maybe<Scalars['ID']>;
14941
15030
  };
14942
15031
  export declare type JiraWatchesFieldPayload = Payload & {
14943
15032
  __typename?: 'JiraWatchesFieldPayload';
@@ -16172,6 +16261,7 @@ export declare type Mutation = {
16172
16261
  publishReleaseNote: ContentPlatformReleaseNote;
16173
16262
  updateReleaseNote: ContentPlatformReleaseNote;
16174
16263
  jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
16264
+ appRecommendations?: Maybe<AppRecMutation>;
16175
16265
  devOps?: Maybe<DevOpsMutation>;
16176
16266
  createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
16177
16267
  updateDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<UpdateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
@@ -16193,7 +16283,6 @@ export declare type Mutation = {
16193
16283
  jira?: Maybe<JiraMutation>;
16194
16284
  appStorage?: Maybe<AppStorageMutation>;
16195
16285
  appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
16196
- customSchema?: Maybe<CustomSchemaMutation>;
16197
16286
  ersLifecycle?: Maybe<ErsLifecycleMutation>;
16198
16287
  confluence?: Maybe<ConfluenceMutationApi>;
16199
16288
  updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
@@ -19530,7 +19619,7 @@ export declare enum PrincipalType {
19530
19619
  export declare type ProductListing = {
19531
19620
  __typename?: 'ProductListing';
19532
19621
  name: Scalars['String'];
19533
- productKey: Scalars['ID'];
19622
+ productId: Scalars['ID'];
19534
19623
  shortDescription: Scalars['String'];
19535
19624
  links: ProductListingLinks;
19536
19625
  logoUrl?: Maybe<Scalars['String']>;
@@ -19548,6 +19637,7 @@ export declare type ProductListingLinks = {
19548
19637
  __typename?: 'ProductListingLinks';
19549
19638
  tryUrl?: Maybe<Scalars['String']>;
19550
19639
  };
19640
+ export declare type ProductListingResult = ProductListing | QueryError;
19551
19641
  export declare type ProjectAvatars = {
19552
19642
  __typename?: 'ProjectAvatars';
19553
19643
  x16: Scalars['URL'];
@@ -19568,6 +19658,7 @@ export declare type Query = {
19568
19658
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
19569
19659
  smarts?: Maybe<SmartsQueryApi>;
19570
19660
  jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
19661
+ appRecommendations?: Maybe<AppRecQuery>;
19571
19662
  townsquare?: Maybe<TownsquareQueryApi>;
19572
19663
  devOps?: Maybe<DevOps>;
19573
19664
  jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
@@ -19631,8 +19722,8 @@ export declare type Query = {
19631
19722
  myMarketplaceApps?: Maybe<MarketplaceAppConnection>;
19632
19723
  marketplacePricingPlan?: Maybe<MarketplacePricingPlan>;
19633
19724
  marketplaceUser?: Maybe<MarketplaceUser>;
19634
- productListing?: Maybe<ProductListing>;
19635
- productListings: Array<Maybe<ProductListing>>;
19725
+ productListing?: Maybe<ProductListingResult>;
19726
+ productListings: Array<ProductListingResult>;
19636
19727
  compass?: Maybe<CompassCatalogQueryApi>;
19637
19728
  extensionsEcho?: Maybe<Scalars['String']>;
19638
19729
  extensionContexts?: Maybe<Array<ExtensionContext>>;
@@ -20254,6 +20345,41 @@ export declare type RoadmapBoardConfiguration = {
20254
20345
  isChildIssuePlanningEnabled?: Maybe<Scalars['Boolean']>;
20255
20346
  derivedFields?: Maybe<Array<RoadmapField>>;
20256
20347
  };
20348
+ export declare type RoadmapChildItem = {
20349
+ __typename?: 'RoadmapChildItem';
20350
+ id: Scalars['ID'];
20351
+ projectId: Scalars['ID'];
20352
+ key: Scalars['String'];
20353
+ itemTypeId: Scalars['ID'];
20354
+ parentId?: Maybe<Scalars['ID']>;
20355
+ summary?: Maybe<Scalars['String']>;
20356
+ assignee?: Maybe<User>;
20357
+ dueDateRFC3339?: Maybe<Scalars['Date']>;
20358
+ startDateRFC3339?: Maybe<Scalars['Date']>;
20359
+ status?: Maybe<RoadmapItemStatus>;
20360
+ dependencies?: Maybe<Array<Scalars['ID']>>;
20361
+ color?: Maybe<RoadmapPaletteColor>;
20362
+ rank?: Maybe<Scalars['String']>;
20363
+ labels?: Maybe<Array<Scalars['String']>>;
20364
+ versionIds?: Maybe<Array<Scalars['ID']>>;
20365
+ sprintIds?: Maybe<Array<Scalars['ID']>>;
20366
+ componentIds?: Maybe<Array<Scalars['ID']>>;
20367
+ inferredDueDate?: Maybe<Scalars['Date']>;
20368
+ inferredStartDate?: Maybe<Scalars['Date']>;
20369
+ resolved?: Maybe<Scalars['Boolean']>;
20370
+ };
20371
+ export declare type RoadmapChildItemConnection = {
20372
+ __typename?: 'RoadmapChildItemConnection';
20373
+ edges: Array<Maybe<RoadmapChildItemEdge>>;
20374
+ nodes: Array<Maybe<RoadmapChildItem>>;
20375
+ pageInfo: PageInfo;
20376
+ totalCount?: Maybe<Scalars['Int']>;
20377
+ };
20378
+ export declare type RoadmapChildItemEdge = {
20379
+ __typename?: 'RoadmapChildItemEdge';
20380
+ cursor: Scalars['String'];
20381
+ node?: Maybe<RoadmapChildItem>;
20382
+ };
20257
20383
  export declare type RoadmapComponent = {
20258
20384
  __typename?: 'RoadmapComponent';
20259
20385
  id: Scalars['ID'];
@@ -20278,6 +20404,7 @@ export declare type RoadmapContent = {
20278
20404
  configuration: RoadmapConfiguration;
20279
20405
  items: RoadmapItemConnection;
20280
20406
  levelOneItems: RoadmapLevelOneItemConnection;
20407
+ childItems: RoadmapChildItemConnection;
20281
20408
  };
20282
20409
  export declare type RoadmapContentLevelOneItemsArgs = {
20283
20410
  first?: Maybe<Scalars['Int']>;
@@ -20285,6 +20412,13 @@ export declare type RoadmapContentLevelOneItemsArgs = {
20285
20412
  last?: Maybe<Scalars['Int']>;
20286
20413
  before?: Maybe<Scalars['String']>;
20287
20414
  };
20415
+ export declare type RoadmapContentChildItemsArgs = {
20416
+ first?: Maybe<Scalars['Int']>;
20417
+ after?: Maybe<Scalars['String']>;
20418
+ last?: Maybe<Scalars['Int']>;
20419
+ before?: Maybe<Scalars['String']>;
20420
+ parentIds: Array<Scalars['ID']>;
20421
+ };
20288
20422
  export declare type RoadmapCreateLevelOneIssueType = {
20289
20423
  epicTypeName: Scalars['String'];
20290
20424
  epicTypeDescription: Scalars['String'];
@@ -21537,6 +21671,11 @@ export declare type ShepherdAlert = Node & {
21537
21671
  updatedOn?: Maybe<Scalars['DateTime']>;
21538
21672
  workspaceId?: Maybe<Scalars['ID']>;
21539
21673
  };
21674
+ export declare enum ShepherdAlertDescriptionType {
21675
+ AlertInfo = "ALERT_INFO",
21676
+ Investigate = "INVESTIGATE",
21677
+ Remediate = "REMEDIATE"
21678
+ }
21540
21679
  export declare type ShepherdAlertEdge = {
21541
21680
  __typename?: 'ShepherdAlertEdge';
21542
21681
  cursor?: Maybe<Scalars['String']>;
@@ -21555,6 +21694,12 @@ export declare type ShepherdAlertQueriesByWorkspaceArgs = {
21555
21694
  workspaceId: Scalars['ID'];
21556
21695
  };
21557
21696
  export declare type ShepherdAlertResult = QueryError | ShepherdAlert;
21697
+ export declare enum ShepherdAlertSeverity {
21698
+ Critical = "CRITICAL",
21699
+ High = "HIGH",
21700
+ Low = "LOW",
21701
+ Medium = "MEDIUM"
21702
+ }
21558
21703
  export declare enum ShepherdAlertStatus {
21559
21704
  InProgress = "IN_PROGRESS",
21560
21705
  Triaged = "TRIAGED",
@@ -21565,6 +21710,8 @@ export declare type ShepherdAlertSupportingData = {
21565
21710
  highlight: ShepherdHighlight;
21566
21711
  };
21567
21712
  export declare enum ShepherdAlertTemplateType {
21713
+ AddedConfluenceGlobalPermission = "ADDED_CONFLUENCE_GLOBAL_PERMISSION",
21714
+ AddedConfluenceSpacePermission = "ADDED_CONFLUENCE_SPACE_PERMISSION",
21568
21715
  AddedOrgadmin = "ADDED_ORGADMIN",
21569
21716
  ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
21570
21717
  ConfluencePageExports = "CONFLUENCE_PAGE_EXPORTS",
@@ -21817,6 +21964,7 @@ export declare type ShepherdQuery = {
21817
21964
  shepherdUser?: Maybe<ShepherdUser>;
21818
21965
  subscriptions?: Maybe<ShepherdSubscriptionsResult>;
21819
21966
  workspace?: Maybe<ShepherdWorkspaceResult>;
21967
+ workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
21820
21968
  };
21821
21969
  export declare type ShepherdQueryShepherdActivityArgs = {
21822
21970
  actions?: Maybe<Array<Maybe<ShepherdActionType>>>;
@@ -22306,7 +22454,7 @@ export declare type SplitIssueOutput = MutationResponse & {
22306
22454
  message: Scalars['String'];
22307
22455
  clientMutationId?: Maybe<Scalars['ID']>;
22308
22456
  };
22309
- export declare type Sprint = {
22457
+ export declare type Sprint = BaseSprint & {
22310
22458
  __typename?: 'Sprint';
22311
22459
  id?: Maybe<Scalars['ID']>;
22312
22460
  name?: Maybe<Scalars['String']>;
@@ -22386,9 +22534,13 @@ export declare type Storage = {
22386
22534
  };
22387
22535
  export declare type Subscription = {
22388
22536
  __typename?: 'Subscription';
22537
+ onPullRequestCreatedOrUpdatedForProject?: Maybe<AriGraphRelationshipConnection>;
22389
22538
  onJiraIssueCreatedForUser?: Maybe<JiraOnIssueCreatedForUserResponseType>;
22390
22539
  onTestingActivityItemUpdate?: Maybe<Node>;
22391
22540
  };
22541
+ export declare type SubscriptionOnPullRequestCreatedOrUpdatedForProjectArgs = {
22542
+ projectId: Scalars['ID'];
22543
+ };
22392
22544
  export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
22393
22545
  cloudId: Scalars['ID'];
22394
22546
  accountId: Scalars['ID'];
@@ -23185,53 +23337,6 @@ export declare enum TownsquareGoalStateValue {
23185
23337
  Paused = "paused",
23186
23338
  Pending = "pending"
23187
23339
  }
23188
- export declare type TownsquareHelpPointer = Node & {
23189
- __typename?: 'TownsquareHelpPointer';
23190
- cloudId?: Maybe<Scalars['String']>;
23191
- creationDate?: Maybe<Scalars['DateTime']>;
23192
- creatorAaid?: Maybe<Scalars['String']>;
23193
- description?: Maybe<Scalars['String']>;
23194
- id: Scalars['ID'];
23195
- link?: Maybe<Scalars['String']>;
23196
- name?: Maybe<Scalars['String']>;
23197
- owner?: Maybe<TownsquareHelpPointerOwner>;
23198
- tags?: Maybe<TownsquareTagConnection>;
23199
- teamId?: Maybe<Scalars['String']>;
23200
- type?: Maybe<TownsquareHelpPointerType>;
23201
- iconData?: Maybe<Scalars['String']>;
23202
- };
23203
- export declare type TownsquareHelpPointerTagsArgs = {
23204
- after?: Maybe<Scalars['String']>;
23205
- first?: Maybe<Scalars['Int']>;
23206
- };
23207
- export declare type TownsquareHelpPointerConnection = {
23208
- __typename?: 'TownsquareHelpPointerConnection';
23209
- count: Scalars['Int'];
23210
- edges?: Maybe<Array<Maybe<TownsquareHelpPointerEdge>>>;
23211
- pageInfo: PageInfo;
23212
- };
23213
- export declare type TownsquareHelpPointerEdge = {
23214
- __typename?: 'TownsquareHelpPointerEdge';
23215
- cursor: Scalars['String'];
23216
- node?: Maybe<TownsquareHelpPointer>;
23217
- };
23218
- export declare type TownsquareHelpPointerOwner = {
23219
- __typename?: 'TownsquareHelpPointerOwner';
23220
- displayName?: Maybe<Scalars['String']>;
23221
- id?: Maybe<Scalars['String']>;
23222
- largeAvatarImageUrl?: Maybe<Scalars['String']>;
23223
- smallAvatarImageUrl?: Maybe<Scalars['String']>;
23224
- };
23225
- export declare type TownsquareHelpPointerSearchResponse = {
23226
- __typename?: 'TownsquareHelpPointerSearchResponse';
23227
- results?: Maybe<TownsquareHelpPointerConnection>;
23228
- tags?: Maybe<Array<Maybe<TownsquareTag>>>;
23229
- teams?: Maybe<Array<Maybe<TownsquareTeam>>>;
23230
- };
23231
- export declare enum TownsquareHelpPointerType {
23232
- Action = "ACTION",
23233
- Information = "INFORMATION"
23234
- }
23235
23340
  export declare type TownsquareProject = Node & {
23236
23341
  __typename?: 'TownsquareProject';
23237
23342
  archived: Scalars['Boolean'];
@@ -23296,9 +23401,6 @@ export declare type TownsquareQueryApi = {
23296
23401
  commentsByAri?: Maybe<Array<Maybe<TownsquareComment>>>;
23297
23402
  projectSearch?: Maybe<TownsquareProjectConnection>;
23298
23403
  goalSearch?: Maybe<TownsquareGoalConnection>;
23299
- helpPointerSearch?: Maybe<TownsquareHelpPointerSearchResponse>;
23300
- helpPointersByCloudIds?: Maybe<TownsquareHelpPointerConnection>;
23301
- helpPointersByTeam?: Maybe<TownsquareHelpPointerConnection>;
23302
23404
  };
23303
23405
  export declare type TownsquareQueryApiProjectsByAriArgs = {
23304
23406
  aris?: Maybe<Array<Maybe<Scalars['String']>>>;
@@ -23330,22 +23432,6 @@ export declare type TownsquareQueryApiGoalSearchArgs = {
23330
23432
  q?: Maybe<Scalars['String']>;
23331
23433
  sort?: Maybe<Array<Maybe<TownsquareGoalSortEnum>>>;
23332
23434
  };
23333
- export declare type TownsquareQueryApiHelpPointerSearchArgs = {
23334
- after?: Maybe<Scalars['String']>;
23335
- cloudIds?: Maybe<Array<Maybe<Scalars['String']>>>;
23336
- first?: Maybe<Scalars['Int']>;
23337
- q?: Maybe<Scalars['String']>;
23338
- };
23339
- export declare type TownsquareQueryApiHelpPointersByCloudIdsArgs = {
23340
- after?: Maybe<Scalars['String']>;
23341
- cloudIds?: Maybe<Array<Maybe<Scalars['String']>>>;
23342
- first?: Maybe<Scalars['Int']>;
23343
- };
23344
- export declare type TownsquareQueryApiHelpPointersByTeamArgs = {
23345
- after?: Maybe<Scalars['String']>;
23346
- first?: Maybe<Scalars['Int']>;
23347
- teamId: Scalars['String'];
23348
- };
23349
23435
  export declare type TownsquareTag = Node & {
23350
23436
  __typename?: 'TownsquareTag';
23351
23437
  description?: Maybe<Scalars['String']>;