@forge/cli-shared 2.6.1 → 2.6.2-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,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.6.2-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0da5775]
|
|
8
|
+
- @forge/manifest@3.11.0-next.2
|
|
9
|
+
|
|
10
|
+
## 2.6.2-next.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [acf78b58]
|
|
15
|
+
- @forge/manifest@3.11.0-next.1
|
|
16
|
+
|
|
17
|
+
## 2.6.2-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [c1c93a4]
|
|
22
|
+
- @forge/manifest@3.10.1-next.0
|
|
23
|
+
|
|
3
24
|
## 2.6.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -605,6 +605,7 @@ export declare type AppInstallationUpgradeInput = {
|
|
|
605
605
|
versionId?: Maybe<Scalars['ID']>;
|
|
606
606
|
environmentKey: Scalars['String'];
|
|
607
607
|
async?: Maybe<Scalars['Boolean']>;
|
|
608
|
+
sourceBillingType?: Maybe<SourceBillingType>;
|
|
608
609
|
};
|
|
609
610
|
export declare type AppInstallationUpgradeResponse = Payload & {
|
|
610
611
|
__typename?: 'AppInstallationUpgradeResponse';
|
|
@@ -1174,11 +1175,12 @@ export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
|
1174
1175
|
export declare type BitbucketQueryBitbucketWorkspaceArgs = {
|
|
1175
1176
|
id: Scalars['ID'];
|
|
1176
1177
|
};
|
|
1177
|
-
export declare type BitbucketRepository = Node & {
|
|
1178
|
+
export declare type BitbucketRepository = CodeRepository & Node & {
|
|
1178
1179
|
__typename?: 'BitbucketRepository';
|
|
1179
1180
|
id: Scalars['ID'];
|
|
1180
1181
|
name: Scalars['String'];
|
|
1181
|
-
webUrl
|
|
1182
|
+
webUrl?: Maybe<Scalars['URL']>;
|
|
1183
|
+
href?: Maybe<Scalars['URL']>;
|
|
1182
1184
|
avatar?: Maybe<BitbucketRepositoryAvatar>;
|
|
1183
1185
|
workspace?: Maybe<BitbucketWorkspace>;
|
|
1184
1186
|
jiraProjectRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
@@ -1522,6 +1524,7 @@ export declare type CardType = {
|
|
|
1522
1524
|
iconUrl?: Maybe<Scalars['String']>;
|
|
1523
1525
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
1524
1526
|
hierarchyLevelType?: Maybe<Scalars['CardTypeHierarchyLevelType']>;
|
|
1527
|
+
hasRequiredFields?: Maybe<Scalars['Boolean']>;
|
|
1525
1528
|
};
|
|
1526
1529
|
export declare type CheckConsentPermissionByOAuthClientIdInput = {
|
|
1527
1530
|
cloudId: Scalars['ID'];
|
|
@@ -1572,6 +1575,10 @@ export declare type CodeInJiraVcsProvider = {
|
|
|
1572
1575
|
providerId?: Maybe<Scalars['String']>;
|
|
1573
1576
|
baseUrl?: Maybe<Scalars['String']>;
|
|
1574
1577
|
};
|
|
1578
|
+
export declare type CodeRepository = {
|
|
1579
|
+
name: Scalars['String'];
|
|
1580
|
+
href?: Maybe<Scalars['URL']>;
|
|
1581
|
+
};
|
|
1575
1582
|
export declare type Column = {
|
|
1576
1583
|
__typename?: 'Column';
|
|
1577
1584
|
id?: Maybe<Scalars['ID']>;
|
|
@@ -2099,7 +2106,6 @@ export declare type CompassCreateComponentSubscriptionInput = {
|
|
|
2099
2106
|
};
|
|
2100
2107
|
export declare type CompassCreateComponentSubscriptionPayload = Payload & {
|
|
2101
2108
|
__typename?: 'CompassCreateComponentSubscriptionPayload';
|
|
2102
|
-
component?: Maybe<CompassComponent>;
|
|
2103
2109
|
success: Scalars['Boolean'];
|
|
2104
2110
|
errors?: Maybe<Array<MutationError>>;
|
|
2105
2111
|
};
|
|
@@ -2182,6 +2188,7 @@ export declare type CompassCreateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
2182
2188
|
weight: Scalars['Int'];
|
|
2183
2189
|
customFieldDefinitionId: Scalars['ID'];
|
|
2184
2190
|
comparator: CompassCriteriaBooleanComparatorOptions;
|
|
2191
|
+
comparatorValue: Scalars['Boolean'];
|
|
2185
2192
|
};
|
|
2186
2193
|
export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
2187
2194
|
weight: Scalars['Int'];
|
|
@@ -2232,6 +2239,7 @@ export declare type CompassCreateMetricSourceInput = {
|
|
|
2232
2239
|
metricDefinitionId: Scalars['ID'];
|
|
2233
2240
|
externalMetricSourceId: Scalars['ID'];
|
|
2234
2241
|
url?: Maybe<Scalars['String']>;
|
|
2242
|
+
derived?: Maybe<Scalars['Boolean']>;
|
|
2235
2243
|
};
|
|
2236
2244
|
export declare type CompassCreateMetricSourcePayload = Payload & {
|
|
2237
2245
|
__typename?: 'CompassCreateMetricSourcePayload';
|
|
@@ -2265,8 +2273,7 @@ export declare type CompassCreateTeamCheckinResponseRichText = {
|
|
|
2265
2273
|
adf?: Maybe<Scalars['String']>;
|
|
2266
2274
|
};
|
|
2267
2275
|
export declare enum CompassCriteriaBooleanComparatorOptions {
|
|
2268
|
-
|
|
2269
|
-
IsFalse = "IS_FALSE"
|
|
2276
|
+
Equals = "EQUALS"
|
|
2270
2277
|
}
|
|
2271
2278
|
export declare enum CompassCriteriaNumberComparatorOptions {
|
|
2272
2279
|
Equals = "EQUALS",
|
|
@@ -2617,6 +2624,7 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassScore
|
|
|
2617
2624
|
weight: Scalars['Int'];
|
|
2618
2625
|
customFieldDefinition?: Maybe<CompassCustomBooleanFieldDefinition>;
|
|
2619
2626
|
comparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
2627
|
+
comparatorValue?: Maybe<Scalars['Boolean']>;
|
|
2620
2628
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
2621
2629
|
};
|
|
2622
2630
|
export declare type CompassHasCustomBooleanFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -2832,6 +2840,7 @@ export declare type CompassMetricSource = {
|
|
|
2832
2840
|
forgeAppId?: Maybe<Scalars['ID']>;
|
|
2833
2841
|
values?: Maybe<CompassMetricSourceValuesQueryResult>;
|
|
2834
2842
|
component?: Maybe<CompassComponent>;
|
|
2843
|
+
derivedFrom?: Maybe<Array<EventSource>>;
|
|
2835
2844
|
};
|
|
2836
2845
|
export declare type CompassMetricSourceValuesArgs = {
|
|
2837
2846
|
query?: Maybe<CompassMetricSourceValuesQuery>;
|
|
@@ -3171,6 +3180,7 @@ export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
3171
3180
|
weight?: Maybe<Scalars['Int']>;
|
|
3172
3181
|
customFieldDefinitionId?: Maybe<Scalars['ID']>;
|
|
3173
3182
|
comparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
3183
|
+
comparatorValue?: Maybe<Scalars['Boolean']>;
|
|
3174
3184
|
};
|
|
3175
3185
|
export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
3176
3186
|
id: Scalars['ID'];
|
|
@@ -3338,13 +3348,13 @@ export declare enum ConfluenceBlogPostStatus {
|
|
|
3338
3348
|
export declare type ConfluenceBlogPostVersion = {
|
|
3339
3349
|
__typename?: 'ConfluenceBlogPostVersion';
|
|
3340
3350
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3341
|
-
createdAt?: Maybe<Scalars['
|
|
3351
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3342
3352
|
number?: Maybe<Scalars['Int']>;
|
|
3343
3353
|
};
|
|
3344
3354
|
export declare type ConfluenceBlogPostViewerSummary = {
|
|
3345
3355
|
__typename?: 'ConfluenceBlogPostViewerSummary';
|
|
3346
3356
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3347
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3357
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3348
3358
|
};
|
|
3349
3359
|
export declare enum ConfluenceCollaborativeEditingService {
|
|
3350
3360
|
Ncs = "NCS",
|
|
@@ -3456,7 +3466,7 @@ export declare type ConfluenceCreateFooterCommentOnBlogPostInput = {
|
|
|
3456
3466
|
};
|
|
3457
3467
|
export declare type ConfluenceCreateFooterCommentOnBlogPostPayload = Payload & {
|
|
3458
3468
|
__typename?: 'ConfluenceCreateFooterCommentOnBlogPostPayload';
|
|
3459
|
-
comment?: Maybe<
|
|
3469
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3460
3470
|
errors?: Maybe<Array<MutationError>>;
|
|
3461
3471
|
success: Scalars['Boolean'];
|
|
3462
3472
|
};
|
|
@@ -3466,7 +3476,7 @@ export declare type ConfluenceCreateFooterCommentOnPageInput = {
|
|
|
3466
3476
|
};
|
|
3467
3477
|
export declare type ConfluenceCreateFooterCommentOnPagePayload = Payload & {
|
|
3468
3478
|
__typename?: 'ConfluenceCreateFooterCommentOnPagePayload';
|
|
3469
|
-
comment?: Maybe<
|
|
3479
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3470
3480
|
errors?: Maybe<Array<MutationError>>;
|
|
3471
3481
|
success: Scalars['Boolean'];
|
|
3472
3482
|
};
|
|
@@ -3592,13 +3602,13 @@ export declare type ConfluenceInlineTask = {
|
|
|
3592
3602
|
completedBy?: Maybe<ConfluenceUserInfo>;
|
|
3593
3603
|
container?: Maybe<ConfluenceInlineTaskContainer>;
|
|
3594
3604
|
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
3595
|
-
|
|
3596
|
-
|
|
3605
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3606
|
+
dueAt?: Maybe<Scalars['DateTime']>;
|
|
3597
3607
|
globalId?: Maybe<Scalars['ID']>;
|
|
3598
3608
|
id: Scalars['ID'];
|
|
3599
3609
|
status?: Maybe<ConfluenceInlineTaskStatus>;
|
|
3600
3610
|
taskId?: Maybe<Scalars['ID']>;
|
|
3601
|
-
|
|
3611
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
|
3602
3612
|
};
|
|
3603
3613
|
export declare type ConfluenceInlineTaskContainer = ConfluenceBlogPost | ConfluencePage;
|
|
3604
3614
|
export declare enum ConfluenceInlineTaskStatus {
|
|
@@ -3645,7 +3655,6 @@ export declare type ConfluenceMutationApi = {
|
|
|
3645
3655
|
deleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
|
|
3646
3656
|
};
|
|
3647
3657
|
export declare type ConfluenceMutationApiCreateBlogPostArgs = {
|
|
3648
|
-
cloudId: Scalars['ID'];
|
|
3649
3658
|
input: ConfluenceCreateBlogPostInput;
|
|
3650
3659
|
};
|
|
3651
3660
|
export declare type ConfluenceMutationApiCreateBlogPostPropertyArgs = {
|
|
@@ -3820,13 +3829,13 @@ export declare enum ConfluencePageStatus {
|
|
|
3820
3829
|
export declare type ConfluencePageVersion = {
|
|
3821
3830
|
__typename?: 'ConfluencePageVersion';
|
|
3822
3831
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3823
|
-
createdAt?: Maybe<Scalars['
|
|
3832
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3824
3833
|
number?: Maybe<Scalars['Int']>;
|
|
3825
3834
|
};
|
|
3826
3835
|
export declare type ConfluencePageViewerSummary = {
|
|
3827
3836
|
__typename?: 'ConfluencePageViewerSummary';
|
|
3828
3837
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3829
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3838
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3830
3839
|
};
|
|
3831
3840
|
export declare type ConfluencePublishBlogPostInput = {
|
|
3832
3841
|
id: Scalars['ID'];
|
|
@@ -4108,7 +4117,6 @@ export declare type ConfluenceUpdateValueUserPropertyPayload = Payload & {
|
|
|
4108
4117
|
export declare type ConfluenceUserInfo = {
|
|
4109
4118
|
__typename?: 'ConfluenceUserInfo';
|
|
4110
4119
|
user?: Maybe<User>;
|
|
4111
|
-
personalSpace?: Maybe<ConfluenceSpace>;
|
|
4112
4120
|
};
|
|
4113
4121
|
export declare type ConfluenceUserProperty = {
|
|
4114
4122
|
__typename?: 'ConfluenceUserProperty';
|
|
@@ -5745,11 +5753,12 @@ export declare type DevOpsSummarisedDeployments = {
|
|
|
5745
5753
|
mostRelevantLastUpdated?: Maybe<Scalars['DateTime']>;
|
|
5746
5754
|
deploymentEnvironment?: Maybe<DevOpsEnvironment>;
|
|
5747
5755
|
};
|
|
5748
|
-
export declare type DevOpsThirdPartyRepository = {
|
|
5756
|
+
export declare type DevOpsThirdPartyRepository = CodeRepository & {
|
|
5749
5757
|
__typename?: 'DevOpsThirdPartyRepository';
|
|
5750
5758
|
id: Scalars['ID'];
|
|
5751
5759
|
webUrl?: Maybe<Scalars['URL']>;
|
|
5752
|
-
|
|
5760
|
+
href?: Maybe<Scalars['URL']>;
|
|
5761
|
+
name: Scalars['String'];
|
|
5753
5762
|
avatar?: Maybe<DevOpsAvatar>;
|
|
5754
5763
|
};
|
|
5755
5764
|
export declare type DevOpsTool = Node & {
|
|
@@ -5975,6 +5984,7 @@ export declare type DevOpsToolSort = {
|
|
|
5975
5984
|
name?: Maybe<DevOpsToolSortOrder>;
|
|
5976
5985
|
supportsContainers?: Maybe<DevOpsToolSortOrder>;
|
|
5977
5986
|
integration?: Maybe<DevOpsToolSortOrder>;
|
|
5987
|
+
recommended?: Maybe<DevOpsToolSortOrder>;
|
|
5978
5988
|
};
|
|
5979
5989
|
export declare enum DevOpsToolSortOrder {
|
|
5980
5990
|
Asc = "ASC",
|
|
@@ -6271,6 +6281,7 @@ export declare type ForgeAlertsConfigData = {
|
|
|
6271
6281
|
description?: Maybe<Scalars['String']>;
|
|
6272
6282
|
environment: Scalars['String'];
|
|
6273
6283
|
isMuted: Scalars['Boolean'];
|
|
6284
|
+
lastTriggeredAt?: Maybe<Scalars['Int']>;
|
|
6274
6285
|
metricName: Scalars['String'];
|
|
6275
6286
|
status: ForgeAlertsStatus;
|
|
6276
6287
|
triggerValue: Scalars['Float'];
|
|
@@ -6325,7 +6336,6 @@ export declare type ForgeMetricsData = {
|
|
|
6325
6336
|
name: Scalars['String'];
|
|
6326
6337
|
type: ForgeMetricsDataType;
|
|
6327
6338
|
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
6328
|
-
resolution: ForgeMetricsResolution;
|
|
6329
6339
|
};
|
|
6330
6340
|
export declare enum ForgeMetricsDataType {
|
|
6331
6341
|
DateTime = "DATE_TIME",
|
|
@@ -6351,11 +6361,19 @@ export declare type ForgeMetricsErrorsSeries = ForgeMetricsSeries & {
|
|
|
6351
6361
|
groups: Array<ForgeMetricsLabelGroup>;
|
|
6352
6362
|
data: Array<ForgeMetricsErrorsDataPoint>;
|
|
6353
6363
|
};
|
|
6364
|
+
export declare type ForgeMetricsErrorsValueData = ForgeMetricsData & {
|
|
6365
|
+
__typename?: 'ForgeMetricsErrorsValueData';
|
|
6366
|
+
name: Scalars['String'];
|
|
6367
|
+
type: ForgeMetricsDataType;
|
|
6368
|
+
series: Array<ForgeMetricsErrorsSeries>;
|
|
6369
|
+
};
|
|
6370
|
+
export declare type ForgeMetricsErrorsValueResult = ForgeMetricsErrorsValueData | QueryError;
|
|
6354
6371
|
export declare enum ForgeMetricsGroupByDimensions {
|
|
6355
6372
|
UserTier = "USER_TIER",
|
|
6356
6373
|
EnvironmentId = "ENVIRONMENT_ID",
|
|
6357
6374
|
ErrorType = "ERROR_TYPE",
|
|
6358
|
-
Version = "VERSION"
|
|
6375
|
+
Version = "VERSION",
|
|
6376
|
+
ContextAri = "CONTEXT_ARI"
|
|
6359
6377
|
}
|
|
6360
6378
|
export declare type ForgeMetricsInstallationContext = {
|
|
6361
6379
|
__typename?: 'ForgeMetricsInstallationContext';
|
|
@@ -6390,6 +6408,13 @@ export declare type ForgeMetricsInvocationSeries = ForgeMetricsSeries & {
|
|
|
6390
6408
|
data: Array<ForgeMetricsInvocationDataPoint>;
|
|
6391
6409
|
};
|
|
6392
6410
|
export declare type ForgeMetricsInvocationsResult = ForgeMetricsInvocationData | QueryError;
|
|
6411
|
+
export declare type ForgeMetricsInvocationsValueData = ForgeMetricsData & {
|
|
6412
|
+
__typename?: 'ForgeMetricsInvocationsValueData';
|
|
6413
|
+
name: Scalars['String'];
|
|
6414
|
+
type: ForgeMetricsDataType;
|
|
6415
|
+
series: Array<ForgeMetricsInvocationSeries>;
|
|
6416
|
+
};
|
|
6417
|
+
export declare type ForgeMetricsInvocationsValueResult = ForgeMetricsInvocationsValueData | QueryError;
|
|
6393
6418
|
export declare type ForgeMetricsLabelGroup = {
|
|
6394
6419
|
__typename?: 'ForgeMetricsLabelGroup';
|
|
6395
6420
|
key: Scalars['String'];
|
|
@@ -6401,7 +6426,9 @@ export declare type ForgeMetricsQuery = {
|
|
|
6401
6426
|
successRate: ForgeMetricsSuccessRateResult;
|
|
6402
6427
|
successRateValue: ForgeMetricsSuccessRateValueResult;
|
|
6403
6428
|
invocations: ForgeMetricsInvocationsResult;
|
|
6429
|
+
invocationsValue: ForgeMetricsInvocationsValueResult;
|
|
6404
6430
|
errors: ForgeMetricsErrorsResult;
|
|
6431
|
+
errorsValue: ForgeMetricsErrorsValueResult;
|
|
6405
6432
|
sites: ForgeMetricsSitesResult;
|
|
6406
6433
|
};
|
|
6407
6434
|
export declare type ForgeMetricsQuerySuccessRateArgs = {
|
|
@@ -6413,9 +6440,15 @@ export declare type ForgeMetricsQuerySuccessRateValueArgs = {
|
|
|
6413
6440
|
export declare type ForgeMetricsQueryInvocationsArgs = {
|
|
6414
6441
|
query: ForgeMetricsQueryInput;
|
|
6415
6442
|
};
|
|
6443
|
+
export declare type ForgeMetricsQueryInvocationsValueArgs = {
|
|
6444
|
+
query: ForgeMetricsQueryInput;
|
|
6445
|
+
};
|
|
6416
6446
|
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
6417
6447
|
query: ForgeMetricsQueryInput;
|
|
6418
6448
|
};
|
|
6449
|
+
export declare type ForgeMetricsQueryErrorsValueArgs = {
|
|
6450
|
+
query: ForgeMetricsQueryInput;
|
|
6451
|
+
};
|
|
6419
6452
|
export declare type ForgeMetricsQuerySitesArgs = {
|
|
6420
6453
|
query: ForgeMetricsQueryInput;
|
|
6421
6454
|
};
|
|
@@ -6481,7 +6514,6 @@ export declare type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
|
6481
6514
|
name: Scalars['String'];
|
|
6482
6515
|
type: ForgeMetricsDataType;
|
|
6483
6516
|
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
6484
|
-
resolution: ForgeMetricsResolution;
|
|
6485
6517
|
};
|
|
6486
6518
|
export declare type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
6487
6519
|
export declare type FortifiedMarketplaceApp = {
|
|
@@ -6641,7 +6673,7 @@ export declare type HelpCenterCollectionItemsArgs = {
|
|
|
6641
6673
|
before?: Maybe<Scalars['String']>;
|
|
6642
6674
|
};
|
|
6643
6675
|
export declare type HelpCenterCollectionDeleteInput = {
|
|
6644
|
-
|
|
6676
|
+
productName: Scalars['String'];
|
|
6645
6677
|
collectionId: Scalars['ID'];
|
|
6646
6678
|
};
|
|
6647
6679
|
export declare type HelpCenterCollectionItem = {
|
|
@@ -6666,7 +6698,7 @@ export declare type HelpCenterCollectionItemInput = {
|
|
|
6666
6698
|
};
|
|
6667
6699
|
export declare type HelpCenterCollectionResult = HelpCenterCollection | QueryError;
|
|
6668
6700
|
export declare type HelpCenterCreateCollectionInput = {
|
|
6669
|
-
|
|
6701
|
+
productName: Scalars['String'];
|
|
6670
6702
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6671
6703
|
name: Scalars['String'];
|
|
6672
6704
|
description?: Maybe<Scalars['String']>;
|
|
@@ -6728,7 +6760,7 @@ export declare type HelpCenterSuccessfullyDeletedUpdatedCollectionIds = {
|
|
|
6728
6760
|
collectionIds: Scalars['ID'];
|
|
6729
6761
|
};
|
|
6730
6762
|
export declare type HelpCenterUpdateCollectionInput = {
|
|
6731
|
-
|
|
6763
|
+
productName: Scalars['String'];
|
|
6732
6764
|
collectionId: Scalars['ID'];
|
|
6733
6765
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6734
6766
|
name: Scalars['String'];
|
|
@@ -6736,7 +6768,7 @@ export declare type HelpCenterUpdateCollectionInput = {
|
|
|
6736
6768
|
properties?: Maybe<Scalars['JSON']>;
|
|
6737
6769
|
};
|
|
6738
6770
|
export declare type HelpCenterUpdateCollectionsOrderInput = {
|
|
6739
|
-
|
|
6771
|
+
productName: Scalars['String'];
|
|
6740
6772
|
collectionIds: Array<Scalars['ID']>;
|
|
6741
6773
|
};
|
|
6742
6774
|
export declare type HelpCenterUpdateCollectionsOrderPayload = Payload & {
|
|
@@ -6747,6 +6779,7 @@ export declare type HelpCenterUpdateCollectionsOrderPayload = Payload & {
|
|
|
6747
6779
|
export declare type HelpObjectStoreArticle = HelpObjectStoreHelpObject & Node & {
|
|
6748
6780
|
__typename?: 'HelpObjectStoreArticle';
|
|
6749
6781
|
id: Scalars['ID'];
|
|
6782
|
+
ari: Scalars['ID'];
|
|
6750
6783
|
title?: Maybe<Scalars['String']>;
|
|
6751
6784
|
description?: Maybe<Scalars['String']>;
|
|
6752
6785
|
icon?: Maybe<HelpObjectStoreIcon>;
|
|
@@ -6771,6 +6804,7 @@ export declare type HelpObjectStoreCreateEntityMappingPayload = Payload & {
|
|
|
6771
6804
|
};
|
|
6772
6805
|
export declare type HelpObjectStoreHelpObject = {
|
|
6773
6806
|
id: Scalars['ID'];
|
|
6807
|
+
ari: Scalars['ID'];
|
|
6774
6808
|
title?: Maybe<Scalars['String']>;
|
|
6775
6809
|
description?: Maybe<Scalars['String']>;
|
|
6776
6810
|
icon?: Maybe<HelpObjectStoreIcon>;
|
|
@@ -6808,13 +6842,14 @@ export declare type HelpObjectStoreQueryApiArticlesArgs = {
|
|
|
6808
6842
|
};
|
|
6809
6843
|
export declare type HelpObjectStoreQueryError = {
|
|
6810
6844
|
__typename?: 'HelpObjectStoreQueryError';
|
|
6811
|
-
|
|
6845
|
+
ari: Scalars['ID'];
|
|
6812
6846
|
message?: Maybe<Scalars['String']>;
|
|
6813
6847
|
extensions?: Maybe<Array<QueryErrorExtension>>;
|
|
6814
6848
|
};
|
|
6815
6849
|
export declare type HelpObjectStoreRequestForm = HelpObjectStoreHelpObject & Node & {
|
|
6816
6850
|
__typename?: 'HelpObjectStoreRequestForm';
|
|
6817
6851
|
id: Scalars['ID'];
|
|
6852
|
+
ari: Scalars['ID'];
|
|
6818
6853
|
title?: Maybe<Scalars['String']>;
|
|
6819
6854
|
description?: Maybe<Scalars['String']>;
|
|
6820
6855
|
icon?: Maybe<HelpObjectStoreIcon>;
|
|
@@ -7474,6 +7509,7 @@ export declare type JiraCmdbField = Node & JiraIssueField & JiraIssueFieldConfig
|
|
|
7474
7509
|
searchUrl?: Maybe<Scalars['String']>;
|
|
7475
7510
|
selectedCmdbObjects?: Maybe<Array<Maybe<JiraCmdbObject>>>;
|
|
7476
7511
|
selectedCmdbObjectsConnection?: Maybe<JiraCmdbObjectConnection>;
|
|
7512
|
+
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']>;
|
|
7477
7513
|
isInsightAvailable?: Maybe<Scalars['Boolean']>;
|
|
7478
7514
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
7479
7515
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
@@ -7588,6 +7624,7 @@ export declare type JiraClassicConnectDevOpsProvider = JiraDevOpsProvider & {
|
|
|
7588
7624
|
};
|
|
7589
7625
|
export declare type JiraCmdbAttribute = {
|
|
7590
7626
|
__typename?: 'JiraCmdbAttribute';
|
|
7627
|
+
attributeId?: Maybe<Scalars['String']>;
|
|
7591
7628
|
objectTypeAttributeId?: Maybe<Scalars['String']>;
|
|
7592
7629
|
objectTypeAttribute?: Maybe<JiraCmdbObjectTypeAttribute>;
|
|
7593
7630
|
objectAttributeValues?: Maybe<JiraCmdbObjectAttributeValueConnection>;
|
|
@@ -8566,6 +8603,7 @@ export declare type JiraIssue = Node & {
|
|
|
8566
8603
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
8567
8604
|
errorRetrievingData?: Maybe<Scalars['Boolean']>;
|
|
8568
8605
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
8606
|
+
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
8569
8607
|
screenId?: Maybe<Scalars['Long']>;
|
|
8570
8608
|
};
|
|
8571
8609
|
export declare type JiraIssueFieldsArgs = {
|
|
@@ -10427,6 +10465,7 @@ export declare type JiraProject = Node & {
|
|
|
10427
10465
|
status?: Maybe<JiraProjectStatus>;
|
|
10428
10466
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
10429
10467
|
canSetIssueRestriction?: Maybe<Scalars['Boolean']>;
|
|
10468
|
+
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
|
|
10430
10469
|
devOpsToolRelationships?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
10431
10470
|
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
10432
10471
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
@@ -10678,6 +10717,7 @@ export declare type JiraProjectFilterInput = {
|
|
|
10678
10717
|
keyword?: Maybe<Scalars['String']>;
|
|
10679
10718
|
sortBy?: Maybe<JiraProjectSortInput>;
|
|
10680
10719
|
};
|
|
10720
|
+
export declare type JiraProjectNavigationMetadata = JiraSoftwareProjectNavigationMetadata | JiraServiceManagementProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
10681
10721
|
export declare type JiraProjectPermission = {
|
|
10682
10722
|
__typename?: 'JiraProjectPermission';
|
|
10683
10723
|
key: Scalars['String'];
|
|
@@ -11608,6 +11648,11 @@ export declare enum JiraServiceManagementPractice {
|
|
|
11608
11648
|
ChangeManagement = "CHANGE_MANAGEMENT",
|
|
11609
11649
|
PostIncidentReview = "POST_INCIDENT_REVIEW"
|
|
11610
11650
|
}
|
|
11651
|
+
export declare type JiraServiceManagementProjectNavigationMetadata = {
|
|
11652
|
+
__typename?: 'JiraServiceManagementProjectNavigationMetadata';
|
|
11653
|
+
queueId: Scalars['ID'];
|
|
11654
|
+
queueName: Scalars['String'];
|
|
11655
|
+
};
|
|
11611
11656
|
export declare type JiraServiceManagementRequestFeedbackField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
11612
11657
|
__typename?: 'JiraServiceManagementRequestFeedbackField';
|
|
11613
11658
|
id: Scalars['ID'];
|
|
@@ -11937,6 +11982,13 @@ export declare type JiraSingleVersionPickerFieldVersionsArgs = {
|
|
|
11937
11982
|
before?: Maybe<Scalars['String']>;
|
|
11938
11983
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
11939
11984
|
};
|
|
11985
|
+
export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
11986
|
+
__typename?: 'JiraSoftwareProjectNavigationMetadata';
|
|
11987
|
+
id: Scalars['ID'];
|
|
11988
|
+
boardId: Scalars['ID'];
|
|
11989
|
+
boardName: Scalars['String'];
|
|
11990
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
11991
|
+
};
|
|
11940
11992
|
export declare type JiraSprint = Node & {
|
|
11941
11993
|
__typename?: 'JiraSprint';
|
|
11942
11994
|
id: Scalars['ID'];
|
|
@@ -12463,6 +12515,10 @@ export declare type JiraWorkLogEdge = {
|
|
|
12463
12515
|
node?: Maybe<JiraWorklog>;
|
|
12464
12516
|
cursor: Scalars['String'];
|
|
12465
12517
|
};
|
|
12518
|
+
export declare type JiraWorkManagementProjectNavigationMetadata = {
|
|
12519
|
+
__typename?: 'JiraWorkManagementProjectNavigationMetadata';
|
|
12520
|
+
boardName: Scalars['String'];
|
|
12521
|
+
};
|
|
12466
12522
|
export declare type JiraWorklog = Node & {
|
|
12467
12523
|
__typename?: 'JiraWorklog';
|
|
12468
12524
|
id: Scalars['ID'];
|
|
@@ -15215,6 +15271,7 @@ export declare enum RateLimitingCurrency {
|
|
|
15215
15271
|
TeamsCurrency = "TEAMS_CURRENCY",
|
|
15216
15272
|
TeamMembersCurrency = "TEAM_MEMBERS_CURRENCY",
|
|
15217
15273
|
CompassInsertMetricValueCurrency = "COMPASS_INSERT_METRIC_VALUE_CURRENCY",
|
|
15274
|
+
CompassSynchronizeLinkAssociationsCurrency = "COMPASS_SYNCHRONIZE_LINK_ASSOCIATIONS_CURRENCY",
|
|
15218
15275
|
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
|
|
15219
15276
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
15220
15277
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
@@ -15717,6 +15774,7 @@ export declare type RoadmapUserConfiguration = {
|
|
|
15717
15774
|
creationPreferences: RoadmapCreationPreferences;
|
|
15718
15775
|
isDependenciesVisible: Scalars['Boolean'];
|
|
15719
15776
|
isProgressVisible: Scalars['Boolean'];
|
|
15777
|
+
isWarningsVisible: Scalars['Boolean'];
|
|
15720
15778
|
listWidth: Scalars['Long'];
|
|
15721
15779
|
timelineMode: RoadmapTimelineMode;
|
|
15722
15780
|
epicView: RoadmapEpicView;
|
|
@@ -16165,8 +16223,12 @@ export declare type SearchBoardFilter = {
|
|
|
16165
16223
|
projectARI?: Maybe<Scalars['ID']>;
|
|
16166
16224
|
userARI?: Maybe<Scalars['ID']>;
|
|
16167
16225
|
negateProjectFilter?: Maybe<Scalars['Boolean']>;
|
|
16168
|
-
boardTypes?: Maybe<Array<
|
|
16226
|
+
boardTypes?: Maybe<Array<SearchBoardProductType>>;
|
|
16169
16227
|
};
|
|
16228
|
+
export declare enum SearchBoardProductType {
|
|
16229
|
+
Software = "SOFTWARE",
|
|
16230
|
+
Business = "BUSINESS"
|
|
16231
|
+
}
|
|
16170
16232
|
export declare type SearchConfluenceFilter = {
|
|
16171
16233
|
spacesFilter?: Maybe<Array<Scalars['String']>>;
|
|
16172
16234
|
contributorsFilter?: Maybe<Array<Scalars['String']>>;
|
|
@@ -16232,10 +16294,6 @@ export declare type SearchItemConnection = {
|
|
|
16232
16294
|
pageInfo: PageInfo;
|
|
16233
16295
|
totalCount?: Maybe<Scalars['Int']>;
|
|
16234
16296
|
};
|
|
16235
|
-
export declare enum SearchJiraBoardType {
|
|
16236
|
-
Jsw = "JSW",
|
|
16237
|
-
Jwm = "JWM"
|
|
16238
|
-
}
|
|
16239
16297
|
export declare type SearchJiraFilter = {
|
|
16240
16298
|
boardFilter?: Maybe<SearchBoardFilter>;
|
|
16241
16299
|
projectFilter?: Maybe<SearchJiraProjectFilter>;
|
|
@@ -16285,8 +16343,10 @@ export declare type SearchResultJiraBoard = SearchResult & {
|
|
|
16285
16343
|
type: SearchResultType;
|
|
16286
16344
|
description: Scalars['String'];
|
|
16287
16345
|
favourite: Scalars['Boolean'];
|
|
16288
|
-
boardId?: Maybe<Scalars['
|
|
16346
|
+
boardId?: Maybe<Scalars['ID']>;
|
|
16289
16347
|
container?: Maybe<SearchResultJiraBoardContainer>;
|
|
16348
|
+
product: SearchBoardProductType;
|
|
16349
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
16290
16350
|
};
|
|
16291
16351
|
export declare type SearchResultJiraBoardContainer = SearchResultJiraBoardProjectContainer | SearchResultJiraBoardUserContainer;
|
|
16292
16352
|
export declare type SearchResultJiraBoardProjectContainer = {
|
|
@@ -16314,10 +16374,11 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
16314
16374
|
type: SearchResultType;
|
|
16315
16375
|
description: Scalars['String'];
|
|
16316
16376
|
favourite: Scalars['Boolean'];
|
|
16377
|
+
canView: Scalars['Boolean'];
|
|
16317
16378
|
simplified: Scalars['Boolean'];
|
|
16318
16379
|
landingPageInfo?: Maybe<SearchResultProjectLandingPageInfo>;
|
|
16319
16380
|
};
|
|
16320
|
-
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo;
|
|
16381
|
+
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo | SearchResultWorkManagementProjectLandingPageInfo;
|
|
16321
16382
|
export declare type SearchResultServiceDeskProjectLandingPageInfo = {
|
|
16322
16383
|
__typename?: 'SearchResultServiceDeskProjectLandingPageInfo';
|
|
16323
16384
|
id: Scalars['ID'];
|
|
@@ -16339,6 +16400,10 @@ export declare enum SearchResultType {
|
|
|
16339
16400
|
Plan = "plan",
|
|
16340
16401
|
Project = "project"
|
|
16341
16402
|
}
|
|
16403
|
+
export declare type SearchResultWorkManagementProjectLandingPageInfo = {
|
|
16404
|
+
__typename?: 'SearchResultWorkManagementProjectLandingPageInfo';
|
|
16405
|
+
boardName: Scalars['String'];
|
|
16406
|
+
};
|
|
16342
16407
|
export declare type SearchSpace = {
|
|
16343
16408
|
__typename?: 'SearchSpace';
|
|
16344
16409
|
key: Scalars['String'];
|