@forge/cli-shared 6.2.1-next.4 → 6.2.1-next.5
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 +7 -0
- package/out/graphql/graphql-types.d.ts +160 -14
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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>;
|
|
@@ -15776,6 +15889,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15776
15889
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
15777
15890
|
importance: CompassScorecardImportance;
|
|
15778
15891
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15892
|
+
libraryScorecardId?: InputMaybe<Scalars['ID']['input']>;
|
|
15779
15893
|
name: Scalars['String']['input'];
|
|
15780
15894
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15781
15895
|
repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
|
|
@@ -36967,8 +37081,10 @@ export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
|
36967
37081
|
};
|
|
36968
37082
|
export declare type GrowthUnifiedProfileProductDetails = {
|
|
36969
37083
|
__typename?: 'GrowthUnifiedProfileProductDetails';
|
|
36970
|
-
|
|
36971
|
-
|
|
37084
|
+
d0Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37085
|
+
d0Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
37086
|
+
d1to6Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37087
|
+
d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
36972
37088
|
productEdition?: Maybe<Scalars['String']['output']>;
|
|
36973
37089
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
36974
37090
|
productName?: Maybe<Scalars['String']['output']>;
|
|
@@ -43260,6 +43376,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
43260
43376
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43261
43377
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43262
43378
|
};
|
|
43379
|
+
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
43380
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
43381
|
+
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
43382
|
+
operation: JiraMultiValueFieldOperations;
|
|
43383
|
+
};
|
|
43263
43384
|
export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43264
43385
|
__typename?: 'JiraForgeNumberField';
|
|
43265
43386
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -43310,6 +43431,11 @@ export declare type JiraForgeQueryExtensionsArgs = {
|
|
|
43310
43431
|
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43311
43432
|
types: Array<Scalars['String']['input']>;
|
|
43312
43433
|
};
|
|
43434
|
+
export declare type JiraForgeSingleGroupPickerFieldOperationInput = {
|
|
43435
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
43436
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
43437
|
+
operation: JiraSingleValueFieldOperations;
|
|
43438
|
+
};
|
|
43313
43439
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43314
43440
|
__typename?: 'JiraForgeStringField';
|
|
43315
43441
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -45087,7 +45213,8 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
45087
45213
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
45088
45214
|
JiraForgeDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
45089
45215
|
JiraForgeDatetimeField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
45090
|
-
JiraForgeGroupField?: InputMaybe<Array<
|
|
45216
|
+
JiraForgeGroupField?: InputMaybe<Array<JiraUpdateForgeSingleGroupPickerFieldInput>>;
|
|
45217
|
+
JiraForgeGroupsField?: InputMaybe<Array<JiraUpdateForgeMultipleGroupPickerFieldInput>>;
|
|
45091
45218
|
JiraForgeNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
45092
45219
|
JiraForgeObjectField?: InputMaybe<Array<JiraUpdateForgeObjectFieldInput>>;
|
|
45093
45220
|
JiraForgeStringField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
@@ -45659,6 +45786,13 @@ export declare type JiraJqlLabelFieldValue = JiraJqlFieldValue & {
|
|
|
45659
45786
|
jqlTerm: Scalars['String']['output'];
|
|
45660
45787
|
label?: Maybe<JiraLabel>;
|
|
45661
45788
|
};
|
|
45789
|
+
export declare type JiraJqlNumberFieldValue = JiraJqlFieldValue & {
|
|
45790
|
+
__typename?: 'JiraJqlNumberFieldValue';
|
|
45791
|
+
displayName: Scalars['String']['output'];
|
|
45792
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
45793
|
+
jqlTerm: Scalars['String']['output'];
|
|
45794
|
+
number?: Maybe<Scalars['Float']['output']>;
|
|
45795
|
+
};
|
|
45662
45796
|
export declare enum JiraJqlOperator {
|
|
45663
45797
|
Changed = "CHANGED",
|
|
45664
45798
|
Contains = "CONTAINS",
|
|
@@ -52969,10 +53103,18 @@ export declare type JiraUpdateFieldSetPreferencesInput = {
|
|
|
52969
53103
|
fieldSetId: Scalars['String']['input'];
|
|
52970
53104
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
52971
53105
|
};
|
|
53106
|
+
export declare type JiraUpdateForgeMultipleGroupPickerFieldInput = {
|
|
53107
|
+
id: Scalars['ID']['input'];
|
|
53108
|
+
operations: Array<JiraForgeMultipleGroupPickerFieldOperationInput>;
|
|
53109
|
+
};
|
|
52972
53110
|
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
52973
53111
|
id: Scalars['ID']['input'];
|
|
52974
53112
|
operation: JiraForgeObjectFieldOperationInput;
|
|
52975
53113
|
};
|
|
53114
|
+
export declare type JiraUpdateForgeSingleGroupPickerFieldInput = {
|
|
53115
|
+
id: Scalars['ID']['input'];
|
|
53116
|
+
operation: JiraForgeSingleGroupPickerFieldOperationInput;
|
|
53117
|
+
};
|
|
52976
53118
|
export declare type JiraUpdateFormattingRuleInput = {
|
|
52977
53119
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
52978
53120
|
expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
|
|
@@ -56446,15 +56588,15 @@ export declare type MarketplaceConsoleAppSoftwareVersionChangelog = {
|
|
|
56446
56588
|
};
|
|
56447
56589
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibility = {
|
|
56448
56590
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionCompatibility';
|
|
56449
|
-
maxBuildNumber?: Maybe<Scalars['
|
|
56450
|
-
minBuildNumber?: Maybe<Scalars['
|
|
56591
|
+
maxBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56592
|
+
minBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56451
56593
|
parentSoftware?: Maybe<MarketplaceConsoleParentSoftware>;
|
|
56452
56594
|
parentSoftwareId: Scalars['ID']['output'];
|
|
56453
56595
|
};
|
|
56454
56596
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibilityInput = {
|
|
56455
56597
|
hosting: MarketplaceConsoleHosting;
|
|
56456
|
-
maxBuildNumber?: InputMaybe<Scalars['
|
|
56457
|
-
minBuildNumber?: InputMaybe<Scalars['
|
|
56598
|
+
maxBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56599
|
+
minBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56458
56600
|
parentSoftwareId: Scalars['ID']['input'];
|
|
56459
56601
|
};
|
|
56460
56602
|
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetails = {
|
|
@@ -56486,7 +56628,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
56486
56628
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
56487
56629
|
appSoftwareId: Scalars['String']['output'];
|
|
56488
56630
|
approvalStatus: Scalars['String']['output'];
|
|
56489
|
-
buildNumber: Scalars['
|
|
56631
|
+
buildNumber: Scalars['String']['output'];
|
|
56490
56632
|
createdAt: Scalars['String']['output'];
|
|
56491
56633
|
createdBy: Scalars['String']['output'];
|
|
56492
56634
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
@@ -56521,7 +56663,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
56521
56663
|
export declare type MarketplaceConsoleAppSoftwareVersionsListItem = {
|
|
56522
56664
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionsListItem';
|
|
56523
56665
|
appSoftwareId: Scalars['String']['output'];
|
|
56524
|
-
buildNumber: Scalars['
|
|
56666
|
+
buildNumber: Scalars['String']['output'];
|
|
56525
56667
|
legacyAppVersionApprovalStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>;
|
|
56526
56668
|
legacyAppVersionStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
56527
56669
|
releaseDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -56549,7 +56691,7 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
|
56549
56691
|
export declare type MarketplaceConsoleAppVersionsList = {
|
|
56550
56692
|
__typename?: 'MarketplaceConsoleAppVersionsList';
|
|
56551
56693
|
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
56552
|
-
nextCursor?: Maybe<Scalars['
|
|
56694
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
56553
56695
|
versions: Array<MarketplaceConsoleAppSoftwareVersionsListItem>;
|
|
56554
56696
|
};
|
|
56555
56697
|
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
@@ -56769,7 +56911,7 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
|
56769
56911
|
};
|
|
56770
56912
|
export declare type MarketplaceConsoleGetVersionsListInput = {
|
|
56771
56913
|
appSoftwareIds: Array<Scalars['ID']['input']>;
|
|
56772
|
-
cursor?: InputMaybe<Scalars['
|
|
56914
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
56773
56915
|
legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
|
|
56774
56916
|
legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
|
|
56775
56917
|
};
|
|
@@ -57061,7 +57203,7 @@ export declare type MarketplaceConsolePrivateListings = {
|
|
|
57061
57203
|
};
|
|
57062
57204
|
export declare type MarketplaceConsolePrivateListingsLink = {
|
|
57063
57205
|
__typename?: 'MarketplaceConsolePrivateListingsLink';
|
|
57064
|
-
buildNumber: Scalars['
|
|
57206
|
+
buildNumber: Scalars['String']['output'];
|
|
57065
57207
|
versionNumber: Scalars['String']['output'];
|
|
57066
57208
|
};
|
|
57067
57209
|
export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
@@ -64164,6 +64306,10 @@ export declare type QuotaInfo = {
|
|
|
64164
64306
|
encrypted: Scalars['Boolean']['output'];
|
|
64165
64307
|
quotaUsage: Scalars['Int']['output'];
|
|
64166
64308
|
};
|
|
64309
|
+
export declare type RadarAriFieldValue = {
|
|
64310
|
+
__typename?: 'RadarAriFieldValue';
|
|
64311
|
+
value?: Maybe<MercuryFocusArea>;
|
|
64312
|
+
};
|
|
64167
64313
|
export declare type RadarBooleanFieldValue = {
|
|
64168
64314
|
__typename?: 'RadarBooleanFieldValue';
|
|
64169
64315
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -64227,7 +64373,7 @@ export declare enum RadarFieldType {
|
|
|
64227
64373
|
String = "STRING",
|
|
64228
64374
|
Url = "URL"
|
|
64229
64375
|
}
|
|
64230
|
-
export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64376
|
+
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64231
64377
|
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
64232
64378
|
export declare type RadarFieldValueIdPair = {
|
|
64233
64379
|
__typename?: 'RadarFieldValueIdPair';
|