@forge/cli-shared 6.2.1-next.4 → 6.2.1-next.6
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 +14 -0
- package/out/graphql/graphql-types.d.ts +171 -14
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.2.1-next.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0e1b960]
|
|
8
|
+
- @forge/manifest@8.0.0-next.5
|
|
9
|
+
|
|
10
|
+
## 6.2.1-next.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [9dc2ad3]
|
|
15
|
+
- @forge/manifest@8.0.0-next.4
|
|
16
|
+
|
|
3
17
|
## 6.2.1-next.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -483,7 +483,7 @@ export declare type ActivityObject = {
|
|
|
483
483
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
484
484
|
type: Scalars['String']['output'];
|
|
485
485
|
};
|
|
486
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
486
|
+
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
487
487
|
export declare enum ActivityObjectType {
|
|
488
488
|
Blogpost = "BLOGPOST",
|
|
489
489
|
Comment = "COMMENT",
|
|
@@ -3737,6 +3737,8 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3737
3737
|
fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
|
|
3738
3738
|
filteredComponentsCount?: Maybe<CompassFilteredComponentsCountResult>;
|
|
3739
3739
|
incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
|
|
3740
|
+
libraryScorecard?: Maybe<CompassLibraryScorecardResult>;
|
|
3741
|
+
libraryScorecards?: Maybe<CompassLibraryScorecardConnection>;
|
|
3740
3742
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
3741
3743
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
3742
3744
|
metricValuesTimeSeries?: Maybe<CompassMetricValuesTimeseriesResult>;
|
|
@@ -3833,6 +3835,15 @@ export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
|
|
|
3833
3835
|
cloudId: Scalars['ID']['input'];
|
|
3834
3836
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3835
3837
|
};
|
|
3838
|
+
export declare type CompassCatalogQueryApiLibraryScorecardArgs = {
|
|
3839
|
+
cloudId: Scalars['ID']['input'];
|
|
3840
|
+
libraryScorecardId: Scalars['ID']['input'];
|
|
3841
|
+
};
|
|
3842
|
+
export declare type CompassCatalogQueryApiLibraryScorecardsArgs = {
|
|
3843
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3844
|
+
cloudId: Scalars['ID']['input'];
|
|
3845
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3846
|
+
};
|
|
3836
3847
|
export declare type CompassCatalogQueryApiMetricDefinitionArgs = {
|
|
3837
3848
|
cloudId: Scalars['ID']['input'];
|
|
3838
3849
|
metricDefinitionId: Scalars['ID']['input'];
|
|
@@ -5324,6 +5335,15 @@ export declare type CompassGlobalPermissions = {
|
|
|
5324
5335
|
viewMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
5325
5336
|
};
|
|
5326
5337
|
export declare type CompassGlobalPermissionsResult = CompassGlobalPermissions | QueryError;
|
|
5338
|
+
export declare type CompassHasCustomBooleanFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5339
|
+
__typename?: 'CompassHasCustomBooleanFieldLibraryScorecardCriterion';
|
|
5340
|
+
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
5341
|
+
booleanComparatorValue?: Maybe<Scalars['Boolean']['output']>;
|
|
5342
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5343
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5344
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5345
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5346
|
+
};
|
|
5327
5347
|
export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5328
5348
|
__typename?: 'CompassHasCustomBooleanFieldScorecardCriteria';
|
|
5329
5349
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
@@ -5339,6 +5359,15 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCusto
|
|
|
5339
5359
|
export declare type CompassHasCustomBooleanFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5340
5360
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5341
5361
|
};
|
|
5362
|
+
export declare type CompassHasCustomMultiSelectFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5363
|
+
__typename?: 'CompassHasCustomMultiSelectFieldLibraryScorecardCriterion';
|
|
5364
|
+
collectionComparator?: Maybe<CompassCriteriaCollectionComparatorOptions>;
|
|
5365
|
+
collectionComparatorValue?: Maybe<Array<Scalars['ID']['output']>>;
|
|
5366
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5367
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5368
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5369
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5370
|
+
};
|
|
5342
5371
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5343
5372
|
__typename?: 'CompassHasCustomMultiSelectFieldScorecardCriteria';
|
|
5344
5373
|
collectionComparator?: Maybe<CompassCriteriaCollectionComparatorOptions>;
|
|
@@ -5355,6 +5384,15 @@ export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassC
|
|
|
5355
5384
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5356
5385
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5357
5386
|
};
|
|
5387
|
+
export declare type CompassHasCustomNumberFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5388
|
+
__typename?: 'CompassHasCustomNumberFieldLibraryScorecardCriterion';
|
|
5389
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5390
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5391
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5392
|
+
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5393
|
+
numberComparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5394
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5395
|
+
};
|
|
5358
5396
|
export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5359
5397
|
__typename?: 'CompassHasCustomNumberFieldScorecardCriteria';
|
|
5360
5398
|
customFieldDefinition?: Maybe<CompassCustomNumberFieldDefinition>;
|
|
@@ -5370,6 +5408,15 @@ export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustom
|
|
|
5370
5408
|
export declare type CompassHasCustomNumberFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5371
5409
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5372
5410
|
};
|
|
5411
|
+
export declare type CompassHasCustomSingleSelectFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5412
|
+
__typename?: 'CompassHasCustomSingleSelectFieldLibraryScorecardCriterion';
|
|
5413
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5414
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5415
|
+
membershipComparator?: Maybe<CompassCriteriaMembershipComparatorOptions>;
|
|
5416
|
+
membershipComparatorValue?: Maybe<Array<Scalars['ID']['output']>>;
|
|
5417
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5418
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5419
|
+
};
|
|
5373
5420
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5374
5421
|
__typename?: 'CompassHasCustomSingleSelectFieldScorecardCriteria';
|
|
5375
5422
|
customFieldDefinition?: Maybe<CompassCustomSingleSelectFieldDefinition>;
|
|
@@ -5386,6 +5433,13 @@ export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = Compass
|
|
|
5386
5433
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5387
5434
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5388
5435
|
};
|
|
5436
|
+
export declare type CompassHasCustomTextFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5437
|
+
__typename?: 'CompassHasCustomTextFieldLibraryScorecardCriterion';
|
|
5438
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5439
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5440
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5441
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5442
|
+
};
|
|
5389
5443
|
export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5390
5444
|
__typename?: 'CompassHasCustomTextFieldScorecardCriteria';
|
|
5391
5445
|
customFieldDefinition?: Maybe<CompassCustomTextFieldDefinition>;
|
|
@@ -5399,6 +5453,12 @@ export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFi
|
|
|
5399
5453
|
export declare type CompassHasCustomTextFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5400
5454
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5401
5455
|
};
|
|
5456
|
+
export declare type CompassHasDescriptionLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5457
|
+
__typename?: 'CompassHasDescriptionLibraryScorecardCriterion';
|
|
5458
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5459
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5460
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5461
|
+
};
|
|
5402
5462
|
export declare type CompassHasDescriptionScorecardCriteria = CompassScorecardCriteria & {
|
|
5403
5463
|
__typename?: 'CompassHasDescriptionScorecardCriteria';
|
|
5404
5464
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5424,6 +5484,15 @@ export declare type CompassHasFieldScorecardCriteria = CompassScorecardCriteria
|
|
|
5424
5484
|
export declare type CompassHasFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5425
5485
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5426
5486
|
};
|
|
5487
|
+
export declare type CompassHasLinkLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5488
|
+
__typename?: 'CompassHasLinkLibraryScorecardCriterion';
|
|
5489
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5490
|
+
linkType?: Maybe<CompassLinkType>;
|
|
5491
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5492
|
+
textComparator?: Maybe<CompassCriteriaTextComparatorOptions>;
|
|
5493
|
+
textComparatorValue?: Maybe<Scalars['String']['output']>;
|
|
5494
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5495
|
+
};
|
|
5427
5496
|
export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria & {
|
|
5428
5497
|
__typename?: 'CompassHasLinkScorecardCriteria';
|
|
5429
5498
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5439,6 +5508,15 @@ export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria &
|
|
|
5439
5508
|
export declare type CompassHasLinkScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5440
5509
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5441
5510
|
};
|
|
5511
|
+
export declare type CompassHasMetricValueLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5512
|
+
__typename?: 'CompassHasMetricValueLibraryScorecardCriterion';
|
|
5513
|
+
comparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5514
|
+
comparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5515
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5516
|
+
metricDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5517
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5518
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5519
|
+
};
|
|
5442
5520
|
export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCriteria & {
|
|
5443
5521
|
__typename?: 'CompassHasMetricValueScorecardCriteria';
|
|
5444
5522
|
automaticallyCreateMetricSources?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5456,6 +5534,12 @@ export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCri
|
|
|
5456
5534
|
export declare type CompassHasMetricValueScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5457
5535
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5458
5536
|
};
|
|
5537
|
+
export declare type CompassHasOwnerLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5538
|
+
__typename?: 'CompassHasOwnerLibraryScorecardCriterion';
|
|
5539
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5540
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5541
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5542
|
+
};
|
|
5459
5543
|
export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria & {
|
|
5460
5544
|
__typename?: 'CompassHasOwnerScorecardCriteria';
|
|
5461
5545
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5559,6 +5643,34 @@ export declare type CompassJiraIssueEdge = {
|
|
|
5559
5643
|
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
5560
5644
|
node?: Maybe<CompassJiraIssue>;
|
|
5561
5645
|
};
|
|
5646
|
+
export declare type CompassLibraryScorecard = Node & {
|
|
5647
|
+
__typename?: 'CompassLibraryScorecard';
|
|
5648
|
+
applicationModel?: Maybe<CompassScorecardApplicationModel>;
|
|
5649
|
+
criteria?: Maybe<Array<CompassLibraryScorecardCriterion>>;
|
|
5650
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5651
|
+
id: Scalars['ID']['output'];
|
|
5652
|
+
installs?: Maybe<Scalars['Int']['output']>;
|
|
5653
|
+
isDeactivationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
5654
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5655
|
+
nameAlreadyExists?: Maybe<Scalars['Boolean']['output']>;
|
|
5656
|
+
};
|
|
5657
|
+
export declare type CompassLibraryScorecardConnection = {
|
|
5658
|
+
__typename?: 'CompassLibraryScorecardConnection';
|
|
5659
|
+
edges?: Maybe<Array<CompassLibraryScorecardEdge>>;
|
|
5660
|
+
nodes?: Maybe<Array<Maybe<CompassLibraryScorecard>>>;
|
|
5661
|
+
pageInfo?: Maybe<PageInfo>;
|
|
5662
|
+
};
|
|
5663
|
+
export declare type CompassLibraryScorecardCriterion = {
|
|
5664
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5665
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5666
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5667
|
+
};
|
|
5668
|
+
export declare type CompassLibraryScorecardEdge = {
|
|
5669
|
+
__typename?: 'CompassLibraryScorecardEdge';
|
|
5670
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
5671
|
+
node?: Maybe<CompassLibraryScorecard>;
|
|
5672
|
+
};
|
|
5673
|
+
export declare type CompassLibraryScorecardResult = CompassLibraryScorecard | QueryError;
|
|
5562
5674
|
export declare type CompassLifecycleEvent = CompassEvent & {
|
|
5563
5675
|
__typename?: 'CompassLifecycleEvent';
|
|
5564
5676
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5986,6 +6098,7 @@ export declare type CompassScorecard = Node & {
|
|
|
5986
6098
|
id: Scalars['ID']['output'];
|
|
5987
6099
|
importance: CompassScorecardImportance;
|
|
5988
6100
|
isDeactivationEnabled: Scalars['Boolean']['output'];
|
|
6101
|
+
libraryScorecardId?: Maybe<Scalars['ID']['output']>;
|
|
5989
6102
|
name: Scalars['String']['output'];
|
|
5990
6103
|
owner?: Maybe<User>;
|
|
5991
6104
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
@@ -14422,6 +14535,7 @@ export declare type ContentPlatformContentQueryInput = {
|
|
|
14422
14535
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
14423
14536
|
sortBy?: InputMaybe<ContentPlatformSortClause>;
|
|
14424
14537
|
where?: InputMaybe<ContentPlatformContentClause>;
|
|
14538
|
+
withFallback?: InputMaybe<Scalars['String']['input']>;
|
|
14425
14539
|
withLocales?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
14426
14540
|
withProductFeatureFlags?: InputMaybe<Scalars['JSON']['input']>;
|
|
14427
14541
|
};
|
|
@@ -14805,6 +14919,7 @@ export declare type ContentPlatformIpmMultiStep = {
|
|
|
14805
14919
|
secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
|
|
14806
14920
|
steps: Array<ContentPlatformIpmSingleStep>;
|
|
14807
14921
|
title: Scalars['String']['output'];
|
|
14922
|
+
trigger?: Maybe<ContentPlatformIpmTrigger>;
|
|
14808
14923
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14809
14924
|
variant: Scalars['String']['output'];
|
|
14810
14925
|
};
|
|
@@ -14838,6 +14953,14 @@ export declare type ContentPlatformIpmSingleStep = {
|
|
|
14838
14953
|
title: Scalars['String']['output'];
|
|
14839
14954
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14840
14955
|
};
|
|
14956
|
+
export declare type ContentPlatformIpmTrigger = {
|
|
14957
|
+
__typename?: 'ContentPlatformIpmTrigger';
|
|
14958
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14959
|
+
id: Scalars['String']['output'];
|
|
14960
|
+
triggeringElementId: Scalars['String']['output'];
|
|
14961
|
+
triggeringEvent?: Maybe<Scalars['String']['output']>;
|
|
14962
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14963
|
+
};
|
|
14841
14964
|
export declare type ContentPlatformMarketplaceApp = {
|
|
14842
14965
|
__typename?: 'ContentPlatformMarketplaceApp';
|
|
14843
14966
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -15776,6 +15899,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15776
15899
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
15777
15900
|
importance: CompassScorecardImportance;
|
|
15778
15901
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15902
|
+
libraryScorecardId?: InputMaybe<Scalars['ID']['input']>;
|
|
15779
15903
|
name: Scalars['String']['input'];
|
|
15780
15904
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15781
15905
|
repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
|
|
@@ -36967,8 +37091,10 @@ export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
|
36967
37091
|
};
|
|
36968
37092
|
export declare type GrowthUnifiedProfileProductDetails = {
|
|
36969
37093
|
__typename?: 'GrowthUnifiedProfileProductDetails';
|
|
36970
|
-
|
|
36971
|
-
|
|
37094
|
+
d0Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37095
|
+
d0Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
37096
|
+
d1to6Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37097
|
+
d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
36972
37098
|
productEdition?: Maybe<Scalars['String']['output']>;
|
|
36973
37099
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
36974
37100
|
productName?: Maybe<Scalars['String']['output']>;
|
|
@@ -43260,6 +43386,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
43260
43386
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43261
43387
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43262
43388
|
};
|
|
43389
|
+
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
43390
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
43391
|
+
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
43392
|
+
operation: JiraMultiValueFieldOperations;
|
|
43393
|
+
};
|
|
43263
43394
|
export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43264
43395
|
__typename?: 'JiraForgeNumberField';
|
|
43265
43396
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -43310,6 +43441,11 @@ export declare type JiraForgeQueryExtensionsArgs = {
|
|
|
43310
43441
|
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43311
43442
|
types: Array<Scalars['String']['input']>;
|
|
43312
43443
|
};
|
|
43444
|
+
export declare type JiraForgeSingleGroupPickerFieldOperationInput = {
|
|
43445
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
43446
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
43447
|
+
operation: JiraSingleValueFieldOperations;
|
|
43448
|
+
};
|
|
43313
43449
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43314
43450
|
__typename?: 'JiraForgeStringField';
|
|
43315
43451
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -45087,7 +45223,8 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
45087
45223
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
45088
45224
|
JiraForgeDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
45089
45225
|
JiraForgeDatetimeField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
45090
|
-
JiraForgeGroupField?: InputMaybe<Array<
|
|
45226
|
+
JiraForgeGroupField?: InputMaybe<Array<JiraUpdateForgeSingleGroupPickerFieldInput>>;
|
|
45227
|
+
JiraForgeGroupsField?: InputMaybe<Array<JiraUpdateForgeMultipleGroupPickerFieldInput>>;
|
|
45091
45228
|
JiraForgeNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
45092
45229
|
JiraForgeObjectField?: InputMaybe<Array<JiraUpdateForgeObjectFieldInput>>;
|
|
45093
45230
|
JiraForgeStringField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
@@ -45659,6 +45796,13 @@ export declare type JiraJqlLabelFieldValue = JiraJqlFieldValue & {
|
|
|
45659
45796
|
jqlTerm: Scalars['String']['output'];
|
|
45660
45797
|
label?: Maybe<JiraLabel>;
|
|
45661
45798
|
};
|
|
45799
|
+
export declare type JiraJqlNumberFieldValue = JiraJqlFieldValue & {
|
|
45800
|
+
__typename?: 'JiraJqlNumberFieldValue';
|
|
45801
|
+
displayName: Scalars['String']['output'];
|
|
45802
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
45803
|
+
jqlTerm: Scalars['String']['output'];
|
|
45804
|
+
number?: Maybe<Scalars['Float']['output']>;
|
|
45805
|
+
};
|
|
45662
45806
|
export declare enum JiraJqlOperator {
|
|
45663
45807
|
Changed = "CHANGED",
|
|
45664
45808
|
Contains = "CONTAINS",
|
|
@@ -52969,10 +53113,18 @@ export declare type JiraUpdateFieldSetPreferencesInput = {
|
|
|
52969
53113
|
fieldSetId: Scalars['String']['input'];
|
|
52970
53114
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
52971
53115
|
};
|
|
53116
|
+
export declare type JiraUpdateForgeMultipleGroupPickerFieldInput = {
|
|
53117
|
+
id: Scalars['ID']['input'];
|
|
53118
|
+
operations: Array<JiraForgeMultipleGroupPickerFieldOperationInput>;
|
|
53119
|
+
};
|
|
52972
53120
|
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
52973
53121
|
id: Scalars['ID']['input'];
|
|
52974
53122
|
operation: JiraForgeObjectFieldOperationInput;
|
|
52975
53123
|
};
|
|
53124
|
+
export declare type JiraUpdateForgeSingleGroupPickerFieldInput = {
|
|
53125
|
+
id: Scalars['ID']['input'];
|
|
53126
|
+
operation: JiraForgeSingleGroupPickerFieldOperationInput;
|
|
53127
|
+
};
|
|
52976
53128
|
export declare type JiraUpdateFormattingRuleInput = {
|
|
52977
53129
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
52978
53130
|
expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
|
|
@@ -56446,15 +56598,15 @@ export declare type MarketplaceConsoleAppSoftwareVersionChangelog = {
|
|
|
56446
56598
|
};
|
|
56447
56599
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibility = {
|
|
56448
56600
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionCompatibility';
|
|
56449
|
-
maxBuildNumber?: Maybe<Scalars['
|
|
56450
|
-
minBuildNumber?: Maybe<Scalars['
|
|
56601
|
+
maxBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56602
|
+
minBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56451
56603
|
parentSoftware?: Maybe<MarketplaceConsoleParentSoftware>;
|
|
56452
56604
|
parentSoftwareId: Scalars['ID']['output'];
|
|
56453
56605
|
};
|
|
56454
56606
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibilityInput = {
|
|
56455
56607
|
hosting: MarketplaceConsoleHosting;
|
|
56456
|
-
maxBuildNumber?: InputMaybe<Scalars['
|
|
56457
|
-
minBuildNumber?: InputMaybe<Scalars['
|
|
56608
|
+
maxBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56609
|
+
minBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56458
56610
|
parentSoftwareId: Scalars['ID']['input'];
|
|
56459
56611
|
};
|
|
56460
56612
|
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetails = {
|
|
@@ -56486,7 +56638,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
56486
56638
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
56487
56639
|
appSoftwareId: Scalars['String']['output'];
|
|
56488
56640
|
approvalStatus: Scalars['String']['output'];
|
|
56489
|
-
buildNumber: Scalars['
|
|
56641
|
+
buildNumber: Scalars['String']['output'];
|
|
56490
56642
|
createdAt: Scalars['String']['output'];
|
|
56491
56643
|
createdBy: Scalars['String']['output'];
|
|
56492
56644
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
@@ -56521,7 +56673,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
56521
56673
|
export declare type MarketplaceConsoleAppSoftwareVersionsListItem = {
|
|
56522
56674
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionsListItem';
|
|
56523
56675
|
appSoftwareId: Scalars['String']['output'];
|
|
56524
|
-
buildNumber: Scalars['
|
|
56676
|
+
buildNumber: Scalars['String']['output'];
|
|
56525
56677
|
legacyAppVersionApprovalStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>;
|
|
56526
56678
|
legacyAppVersionStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
56527
56679
|
releaseDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -56549,7 +56701,7 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
|
56549
56701
|
export declare type MarketplaceConsoleAppVersionsList = {
|
|
56550
56702
|
__typename?: 'MarketplaceConsoleAppVersionsList';
|
|
56551
56703
|
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
56552
|
-
nextCursor?: Maybe<Scalars['
|
|
56704
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
56553
56705
|
versions: Array<MarketplaceConsoleAppSoftwareVersionsListItem>;
|
|
56554
56706
|
};
|
|
56555
56707
|
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
@@ -56769,7 +56921,7 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
|
56769
56921
|
};
|
|
56770
56922
|
export declare type MarketplaceConsoleGetVersionsListInput = {
|
|
56771
56923
|
appSoftwareIds: Array<Scalars['ID']['input']>;
|
|
56772
|
-
cursor?: InputMaybe<Scalars['
|
|
56924
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
56773
56925
|
legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
|
|
56774
56926
|
legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
|
|
56775
56927
|
};
|
|
@@ -57061,7 +57213,7 @@ export declare type MarketplaceConsolePrivateListings = {
|
|
|
57061
57213
|
};
|
|
57062
57214
|
export declare type MarketplaceConsolePrivateListingsLink = {
|
|
57063
57215
|
__typename?: 'MarketplaceConsolePrivateListingsLink';
|
|
57064
|
-
buildNumber: Scalars['
|
|
57216
|
+
buildNumber: Scalars['String']['output'];
|
|
57065
57217
|
versionNumber: Scalars['String']['output'];
|
|
57066
57218
|
};
|
|
57067
57219
|
export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
@@ -63711,6 +63863,7 @@ export declare type QueryContentFacetArgs = {
|
|
|
63711
63863
|
first?: Scalars['Int']['input'];
|
|
63712
63864
|
forContentType: Scalars['String']['input'];
|
|
63713
63865
|
forFields: Array<Scalars['String']['input']>;
|
|
63866
|
+
withFallback?: Scalars['String']['input'];
|
|
63714
63867
|
withLocales?: Array<Scalars['String']['input']>;
|
|
63715
63868
|
};
|
|
63716
63869
|
export declare type QueryCustomerServiceArgs = {
|
|
@@ -64164,6 +64317,10 @@ export declare type QuotaInfo = {
|
|
|
64164
64317
|
encrypted: Scalars['Boolean']['output'];
|
|
64165
64318
|
quotaUsage: Scalars['Int']['output'];
|
|
64166
64319
|
};
|
|
64320
|
+
export declare type RadarAriFieldValue = {
|
|
64321
|
+
__typename?: 'RadarAriFieldValue';
|
|
64322
|
+
value?: Maybe<MercuryFocusArea>;
|
|
64323
|
+
};
|
|
64167
64324
|
export declare type RadarBooleanFieldValue = {
|
|
64168
64325
|
__typename?: 'RadarBooleanFieldValue';
|
|
64169
64326
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -64227,7 +64384,7 @@ export declare enum RadarFieldType {
|
|
|
64227
64384
|
String = "STRING",
|
|
64228
64385
|
Url = "URL"
|
|
64229
64386
|
}
|
|
64230
|
-
export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64387
|
+
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64231
64388
|
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
64232
64389
|
export declare type RadarFieldValueIdPair = {
|
|
64233
64390
|
__typename?: 'RadarFieldValueIdPair';
|