@forge/cli-shared 2.6.1-next.3 → 2.6.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.
|
@@ -251,7 +251,7 @@ export declare type ActivityObject = {
|
|
|
251
251
|
contributors?: Maybe<Array<ActivityContributor>>;
|
|
252
252
|
data?: Maybe<ActivityObjectData>;
|
|
253
253
|
};
|
|
254
|
-
export declare type ActivityObjectData = AvocadoQuestion | AvocadoAnswer | TownsquareProject | TownsquareGoal | TownsquareComment | ConfluencePage | ConfluenceBlogPost |
|
|
254
|
+
export declare type ActivityObjectData = AvocadoQuestion | AvocadoAnswer | TownsquareProject | TownsquareGoal | TownsquareComment | ConfluencePage | ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | JiraIssue | JiraPlatformComment | JiraServiceManagementComment;
|
|
255
255
|
export declare enum ActivityObjectType {
|
|
256
256
|
Site = "SITE",
|
|
257
257
|
Project = "PROJECT",
|
|
@@ -321,7 +321,8 @@ export declare enum ApiGroup {
|
|
|
321
321
|
ContentPlatformApi = "CONTENT_PLATFORM_API",
|
|
322
322
|
Identity = "IDENTITY",
|
|
323
323
|
DevopsAriGraph = "DEVOPS_ARI_GRAPH",
|
|
324
|
-
Help = "HELP"
|
|
324
|
+
Help = "HELP",
|
|
325
|
+
CollaborationGraph = "COLLABORATION_GRAPH"
|
|
325
326
|
}
|
|
326
327
|
export declare type App = {
|
|
327
328
|
__typename?: 'App';
|
|
@@ -877,6 +878,7 @@ export declare type AriGraphRelationshipsArgs = {
|
|
|
877
878
|
filter: AriGraphRelationshipsFilter;
|
|
878
879
|
first?: Maybe<Scalars['Int']>;
|
|
879
880
|
after?: Maybe<Scalars['String']>;
|
|
881
|
+
sort?: Maybe<AriGraphRelationshipsSort>;
|
|
880
882
|
};
|
|
881
883
|
export declare type AriGraphCreateRelationshipsInput = {
|
|
882
884
|
relationships: Array<AriGraphCreateRelationshipsInputRelationship>;
|
|
@@ -954,6 +956,13 @@ export declare type AriGraphRelationshipsMutationErrorExtension = MutationErrorE
|
|
|
954
956
|
errorType?: Maybe<Scalars['String']>;
|
|
955
957
|
reference: AriGraphRelationshipsErrorReference;
|
|
956
958
|
};
|
|
959
|
+
export declare type AriGraphRelationshipsSort = {
|
|
960
|
+
lastUpdatedSortDirection?: Maybe<AriGraphRelationshipsSortDirection>;
|
|
961
|
+
};
|
|
962
|
+
export declare enum AriGraphRelationshipsSortDirection {
|
|
963
|
+
Asc = "ASC",
|
|
964
|
+
Desc = "DESC"
|
|
965
|
+
}
|
|
957
966
|
export declare type ArjConfiguration = {
|
|
958
967
|
__typename?: 'ArjConfiguration';
|
|
959
968
|
parentCustomFieldId?: Maybe<Scalars['String']>;
|
|
@@ -1692,6 +1701,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
1692
1701
|
__typename?: 'CompassCatalogMutationApi';
|
|
1693
1702
|
createComponent?: Maybe<CreateCompassComponentPayload>;
|
|
1694
1703
|
updateComponent?: Maybe<UpdateCompassComponentPayload>;
|
|
1704
|
+
updateComponentType?: Maybe<UpdateCompassComponentTypePayload>;
|
|
1695
1705
|
deleteComponent?: Maybe<DeleteCompassComponentPayload>;
|
|
1696
1706
|
createComponentLink?: Maybe<CreateCompassComponentLinkPayload>;
|
|
1697
1707
|
updateComponentLink?: Maybe<UpdateCompassComponentLinkPayload>;
|
|
@@ -1750,6 +1760,9 @@ export declare type CompassCatalogMutationApiCreateComponentArgs = {
|
|
|
1750
1760
|
export declare type CompassCatalogMutationApiUpdateComponentArgs = {
|
|
1751
1761
|
input: UpdateCompassComponentInput;
|
|
1752
1762
|
};
|
|
1763
|
+
export declare type CompassCatalogMutationApiUpdateComponentTypeArgs = {
|
|
1764
|
+
input: UpdateCompassComponentTypeInput;
|
|
1765
|
+
};
|
|
1753
1766
|
export declare type CompassCatalogMutationApiDeleteComponentArgs = {
|
|
1754
1767
|
input: DeleteCompassComponentInput;
|
|
1755
1768
|
};
|
|
@@ -3286,6 +3299,7 @@ export declare type ConfluenceBlogPost = {
|
|
|
3286
3299
|
__typename?: 'ConfluenceBlogPost';
|
|
3287
3300
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3288
3301
|
blogPostId: Scalars['ID'];
|
|
3302
|
+
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
3289
3303
|
id: Scalars['ID'];
|
|
3290
3304
|
latestVersion?: Maybe<ConfluenceBlogPostVersion>;
|
|
3291
3305
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
@@ -3297,6 +3311,9 @@ export declare type ConfluenceBlogPost = {
|
|
|
3297
3311
|
type?: Maybe<ConfluenceContentType>;
|
|
3298
3312
|
viewer?: Maybe<ConfluenceBlogPostViewerSummary>;
|
|
3299
3313
|
};
|
|
3314
|
+
export declare type ConfluenceBlogPostCommentsArgs = {
|
|
3315
|
+
commentType?: Maybe<ConfluenceCommentType>;
|
|
3316
|
+
};
|
|
3300
3317
|
export declare type ConfluenceBlogPostPropertiesArgs = {
|
|
3301
3318
|
keys: Array<Maybe<Scalars['String']>>;
|
|
3302
3319
|
};
|
|
@@ -3334,7 +3351,6 @@ export declare enum ConfluenceCollaborativeEditingService {
|
|
|
3334
3351
|
Synchrony = "SYNCHRONY"
|
|
3335
3352
|
}
|
|
3336
3353
|
export declare type ConfluenceComment = {
|
|
3337
|
-
__typename?: 'ConfluenceComment';
|
|
3338
3354
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3339
3355
|
commentId?: Maybe<Scalars['ID']>;
|
|
3340
3356
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
@@ -3353,6 +3369,10 @@ export declare enum ConfluenceCommentStatus {
|
|
|
3353
3369
|
Current = "CURRENT",
|
|
3354
3370
|
Draft = "DRAFT"
|
|
3355
3371
|
}
|
|
3372
|
+
export declare enum ConfluenceCommentType {
|
|
3373
|
+
Footer = "FOOTER",
|
|
3374
|
+
Inline = "INLINE"
|
|
3375
|
+
}
|
|
3356
3376
|
export declare type ConfluenceContentBody = {
|
|
3357
3377
|
__typename?: 'ConfluenceContentBody';
|
|
3358
3378
|
adf?: Maybe<Scalars['String']>;
|
|
@@ -3430,11 +3450,21 @@ export declare type ConfluenceCreateBlogPostPropertyPayload = Payload & {
|
|
|
3430
3450
|
errors?: Maybe<Array<MutationError>>;
|
|
3431
3451
|
success: Scalars['Boolean'];
|
|
3432
3452
|
};
|
|
3453
|
+
export declare type ConfluenceCreateFooterCommentOnBlogPostInput = {
|
|
3454
|
+
blogPostId: Scalars['ID'];
|
|
3455
|
+
body: ConfluenceContentBodyInput;
|
|
3456
|
+
};
|
|
3457
|
+
export declare type ConfluenceCreateFooterCommentOnBlogPostPayload = Payload & {
|
|
3458
|
+
__typename?: 'ConfluenceCreateFooterCommentOnBlogPostPayload';
|
|
3459
|
+
comment?: Maybe<ConfluenceComment>;
|
|
3460
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3461
|
+
success: Scalars['Boolean'];
|
|
3462
|
+
};
|
|
3433
3463
|
export declare type ConfluenceCreateFooterCommentOnPageInput = {
|
|
3434
3464
|
body: ConfluenceContentBodyInput;
|
|
3435
3465
|
pageId: Scalars['ID'];
|
|
3436
3466
|
};
|
|
3437
|
-
export declare type ConfluenceCreateFooterCommentOnPagePayload = {
|
|
3467
|
+
export declare type ConfluenceCreateFooterCommentOnPagePayload = Payload & {
|
|
3438
3468
|
__typename?: 'ConfluenceCreateFooterCommentOnPagePayload';
|
|
3439
3469
|
comment?: Maybe<ConfluenceComment>;
|
|
3440
3470
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -3535,7 +3565,7 @@ export declare type ConfluenceDeleteUserPropertyPayload = Payload & {
|
|
|
3535
3565
|
errors?: Maybe<Array<MutationError>>;
|
|
3536
3566
|
success: Scalars['Boolean'];
|
|
3537
3567
|
};
|
|
3538
|
-
export declare type ConfluenceFooterComment = {
|
|
3568
|
+
export declare type ConfluenceFooterComment = ConfluenceComment & {
|
|
3539
3569
|
__typename?: 'ConfluenceFooterComment';
|
|
3540
3570
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3541
3571
|
commentId?: Maybe<Scalars['ID']>;
|
|
@@ -3545,7 +3575,7 @@ export declare type ConfluenceFooterComment = {
|
|
|
3545
3575
|
name?: Maybe<Scalars['String']>;
|
|
3546
3576
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
3547
3577
|
};
|
|
3548
|
-
export declare type ConfluenceInlineComment = {
|
|
3578
|
+
export declare type ConfluenceInlineComment = ConfluenceComment & {
|
|
3549
3579
|
__typename?: 'ConfluenceInlineComment';
|
|
3550
3580
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3551
3581
|
commentId?: Maybe<Scalars['ID']>;
|
|
@@ -3585,6 +3615,7 @@ export declare type ConfluenceMutationApi = {
|
|
|
3585
3615
|
__typename?: 'ConfluenceMutationApi';
|
|
3586
3616
|
createBlogPost?: Maybe<ConfluenceCreateBlogPostPayload>;
|
|
3587
3617
|
createBlogPostProperty?: Maybe<ConfluenceCreateBlogPostPropertyPayload>;
|
|
3618
|
+
createFooterCommentOnBlogPost?: Maybe<ConfluenceCreateFooterCommentOnBlogPostPayload>;
|
|
3588
3619
|
createFooterCommentOnPage?: Maybe<ConfluenceCreateFooterCommentOnPagePayload>;
|
|
3589
3620
|
createPage?: Maybe<ConfluenceCreatePagePayload>;
|
|
3590
3621
|
createPageProperty?: Maybe<ConfluenceCreatePagePropertyPayload>;
|
|
@@ -3620,6 +3651,9 @@ export declare type ConfluenceMutationApiCreateBlogPostArgs = {
|
|
|
3620
3651
|
export declare type ConfluenceMutationApiCreateBlogPostPropertyArgs = {
|
|
3621
3652
|
input: ConfluenceCreateBlogPostPropertyInput;
|
|
3622
3653
|
};
|
|
3654
|
+
export declare type ConfluenceMutationApiCreateFooterCommentOnBlogPostArgs = {
|
|
3655
|
+
input: ConfluenceCreateFooterCommentOnBlogPostInput;
|
|
3656
|
+
};
|
|
3623
3657
|
export declare type ConfluenceMutationApiCreateFooterCommentOnPageArgs = {
|
|
3624
3658
|
input: ConfluenceCreateFooterCommentOnPageInput;
|
|
3625
3659
|
};
|
|
@@ -3741,6 +3775,7 @@ export declare enum ConfluenceOperationTarget {
|
|
|
3741
3775
|
export declare type ConfluencePage = {
|
|
3742
3776
|
__typename?: 'ConfluencePage';
|
|
3743
3777
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3778
|
+
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
3744
3779
|
id: Scalars['ID'];
|
|
3745
3780
|
latestVersion?: Maybe<ConfluencePageVersion>;
|
|
3746
3781
|
links?: Maybe<ConfluencePageLinks>;
|
|
@@ -3753,6 +3788,9 @@ export declare type ConfluencePage = {
|
|
|
3753
3788
|
type?: Maybe<ConfluenceContentType>;
|
|
3754
3789
|
viewer?: Maybe<ConfluencePageViewerSummary>;
|
|
3755
3790
|
};
|
|
3791
|
+
export declare type ConfluencePageCommentsArgs = {
|
|
3792
|
+
commentType?: Maybe<ConfluenceCommentType>;
|
|
3793
|
+
};
|
|
3756
3794
|
export declare type ConfluencePagePropertiesArgs = {
|
|
3757
3795
|
keys: Array<Maybe<Scalars['String']>>;
|
|
3758
3796
|
};
|
|
@@ -5076,7 +5114,6 @@ export declare type DeleteEventSourceInput = {
|
|
|
5076
5114
|
cloudId: Scalars['ID'];
|
|
5077
5115
|
externalEventSourceId: Scalars['ID'];
|
|
5078
5116
|
eventType: CompassEventType;
|
|
5079
|
-
deleteIfAttachedToComponents?: Maybe<Scalars['Boolean']>;
|
|
5080
5117
|
};
|
|
5081
5118
|
export declare type DeleteEventSourcePayload = Payload & {
|
|
5082
5119
|
__typename?: 'DeleteEventSourcePayload';
|
|
@@ -6054,6 +6091,7 @@ export declare type EcosystemMutation = {
|
|
|
6054
6091
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
6055
6092
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
6056
6093
|
updateUserInstallationRules?: Maybe<UserInstallationRulesPayload>;
|
|
6094
|
+
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
6057
6095
|
};
|
|
6058
6096
|
export declare type EcosystemMutationUpdateAppHostServiceScopesArgs = {
|
|
6059
6097
|
input: UpdateAppHostServiceScopesInput;
|
|
@@ -6064,6 +6102,9 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
6064
6102
|
export declare type EcosystemMutationUpdateUserInstallationRulesArgs = {
|
|
6065
6103
|
input: UpdateUserInstallationRulesInput;
|
|
6066
6104
|
};
|
|
6105
|
+
export declare type EcosystemMutationForgeAlertsArgs = {
|
|
6106
|
+
appId: Scalars['ID'];
|
|
6107
|
+
};
|
|
6067
6108
|
export declare type EcosystemQuery = {
|
|
6068
6109
|
__typename?: 'EcosystemQuery';
|
|
6069
6110
|
userGrants?: Maybe<UserGrantConnection>;
|
|
@@ -6073,6 +6114,7 @@ export declare type EcosystemQuery = {
|
|
|
6073
6114
|
marketplaceAppsByCurrentUserPartnerContactPermissions: Array<FortifiedMarketplaceApp>;
|
|
6074
6115
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
6075
6116
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
6117
|
+
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
6076
6118
|
};
|
|
6077
6119
|
export declare type EcosystemQueryUserGrantsArgs = {
|
|
6078
6120
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -6098,6 +6140,9 @@ export declare type EcosystemQueryFortifiedMetricsArgs = {
|
|
|
6098
6140
|
export declare type EcosystemQueryForgeMetricsArgs = {
|
|
6099
6141
|
appId: Scalars['ID'];
|
|
6100
6142
|
};
|
|
6143
|
+
export declare type EcosystemQueryForgeAlertsArgs = {
|
|
6144
|
+
appId: Scalars['ID'];
|
|
6145
|
+
};
|
|
6101
6146
|
export declare type EditSprintInput = {
|
|
6102
6147
|
boardId: Scalars['ID'];
|
|
6103
6148
|
sprintId: Scalars['ID'];
|
|
@@ -6220,6 +6265,57 @@ export declare type FilterQuery = {
|
|
|
6220
6265
|
sanitisedJql: Scalars['String'];
|
|
6221
6266
|
errors?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
6222
6267
|
};
|
|
6268
|
+
export declare type ForgeAlertsConfigData = {
|
|
6269
|
+
__typename?: 'ForgeAlertsConfigData';
|
|
6270
|
+
alertName: Scalars['String'];
|
|
6271
|
+
description?: Maybe<Scalars['String']>;
|
|
6272
|
+
environment: Scalars['String'];
|
|
6273
|
+
isMuted: Scalars['Boolean'];
|
|
6274
|
+
metricName: Scalars['String'];
|
|
6275
|
+
status: ForgeAlertsStatus;
|
|
6276
|
+
triggerValue: Scalars['Float'];
|
|
6277
|
+
};
|
|
6278
|
+
export declare type ForgeAlertsConfigQueryInput = {
|
|
6279
|
+
environment: Scalars['String'];
|
|
6280
|
+
};
|
|
6281
|
+
export declare type ForgeAlertsConfigResult = ForgeAlertsConfigData | QueryError;
|
|
6282
|
+
export declare type ForgeAlertsCreateConfigInput = {
|
|
6283
|
+
alertName?: Maybe<Scalars['String']>;
|
|
6284
|
+
description?: Maybe<Scalars['String']>;
|
|
6285
|
+
environment: Scalars['String'];
|
|
6286
|
+
isMuted?: Maybe<Scalars['Boolean']>;
|
|
6287
|
+
metricName?: Maybe<Scalars['String']>;
|
|
6288
|
+
triggerValue?: Maybe<Scalars['Float']>;
|
|
6289
|
+
};
|
|
6290
|
+
export declare type ForgeAlertsMutation = {
|
|
6291
|
+
__typename?: 'ForgeAlertsMutation';
|
|
6292
|
+
appId: Scalars['ID'];
|
|
6293
|
+
createAlertConfig?: Maybe<ForgeAlertsConfigResult>;
|
|
6294
|
+
updateAlertConfig?: Maybe<ForgeAlertsConfigResult>;
|
|
6295
|
+
};
|
|
6296
|
+
export declare type ForgeAlertsMutationCreateAlertConfigArgs = {
|
|
6297
|
+
input: ForgeAlertsCreateConfigInput;
|
|
6298
|
+
};
|
|
6299
|
+
export declare type ForgeAlertsMutationUpdateAlertConfigArgs = {
|
|
6300
|
+
input: ForgeAlertsUpdateConfigInput;
|
|
6301
|
+
};
|
|
6302
|
+
export declare type ForgeAlertsQuery = {
|
|
6303
|
+
__typename?: 'ForgeAlertsQuery';
|
|
6304
|
+
alertConfig?: Maybe<ForgeAlertsConfigResult>;
|
|
6305
|
+
appId: Scalars['ID'];
|
|
6306
|
+
};
|
|
6307
|
+
export declare type ForgeAlertsQueryAlertConfigArgs = {
|
|
6308
|
+
input: ForgeAlertsConfigQueryInput;
|
|
6309
|
+
};
|
|
6310
|
+
export declare enum ForgeAlertsStatus {
|
|
6311
|
+
Firing = "FIRING",
|
|
6312
|
+
Resolved = "RESOLVED"
|
|
6313
|
+
}
|
|
6314
|
+
export declare type ForgeAlertsUpdateConfigInput = {
|
|
6315
|
+
description?: Maybe<Scalars['String']>;
|
|
6316
|
+
environment: Scalars['String'];
|
|
6317
|
+
isMuted?: Maybe<Scalars['Boolean']>;
|
|
6318
|
+
};
|
|
6223
6319
|
export declare type ForgeContextToken = {
|
|
6224
6320
|
__typename?: 'ForgeContextToken';
|
|
6225
6321
|
jwt: Scalars['String'];
|
|
@@ -6729,7 +6825,7 @@ export declare type HelpObjectStoreRequestForm = HelpObjectStoreHelpObject & Nod
|
|
|
6729
6825
|
export declare type HelpObjectStoreRequestFormResult = HelpObjectStoreRequestForm | HelpObjectStoreQueryError;
|
|
6730
6826
|
export declare type HelpObjectStoreSuccessfullyCreatedEntityMappingDetail = {
|
|
6731
6827
|
__typename?: 'HelpObjectStoreSuccessfullyCreatedEntityMappingDetail';
|
|
6732
|
-
|
|
6828
|
+
ari: Scalars['ID'];
|
|
6733
6829
|
entityId: Scalars['String'];
|
|
6734
6830
|
projectId: Scalars['String'];
|
|
6735
6831
|
};
|
|
@@ -7159,7 +7255,8 @@ export declare type JiraAddRelatedWorkToVersionPayload = Payload & {
|
|
|
7159
7255
|
};
|
|
7160
7256
|
export declare type JiraAffectedService = {
|
|
7161
7257
|
__typename?: 'JiraAffectedService';
|
|
7162
|
-
serviceId
|
|
7258
|
+
serviceId: Scalars['ID'];
|
|
7259
|
+
name?: Maybe<Scalars['String']>;
|
|
7163
7260
|
};
|
|
7164
7261
|
export declare type JiraAffectedServiceConnection = {
|
|
7165
7262
|
__typename?: 'JiraAffectedServiceConnection';
|
|
@@ -10006,6 +10103,7 @@ export declare type JiraOAuthDevOpsProvider = JiraDevOpsProvider & {
|
|
|
10006
10103
|
capabilities?: Maybe<Array<Maybe<JiraDevOpsCapability>>>;
|
|
10007
10104
|
iconUrl?: Maybe<Scalars['URL']>;
|
|
10008
10105
|
oauthAppId?: Maybe<Scalars['ID']>;
|
|
10106
|
+
marketplaceAppKey?: Maybe<Scalars['String']>;
|
|
10009
10107
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
10010
10108
|
};
|
|
10011
10109
|
export declare type JiraOption = Node & {
|
|
@@ -10071,10 +10169,16 @@ export declare type JiraParentIssueField = Node & JiraIssueField & JiraIssueFiel
|
|
|
10071
10169
|
name: Scalars['String'];
|
|
10072
10170
|
description?: Maybe<Scalars['String']>;
|
|
10073
10171
|
parentIssue?: Maybe<JiraIssue>;
|
|
10172
|
+
parentVisibility?: Maybe<JiraParentVisibility>;
|
|
10074
10173
|
searchUrl?: Maybe<Scalars['String']>;
|
|
10075
10174
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
10076
10175
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
10077
10176
|
};
|
|
10177
|
+
export declare type JiraParentVisibility = {
|
|
10178
|
+
__typename?: 'JiraParentVisibility';
|
|
10179
|
+
hasEpicLinkFieldDependency?: Maybe<Scalars['Boolean']>;
|
|
10180
|
+
canUseParentLinkField?: Maybe<Scalars['Boolean']>;
|
|
10181
|
+
};
|
|
10078
10182
|
export declare type JiraPeopleField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
10079
10183
|
__typename?: 'JiraPeopleField';
|
|
10080
10184
|
id: Scalars['ID'];
|
|
@@ -10324,12 +10428,12 @@ export declare type JiraProject = Node & {
|
|
|
10324
10428
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
10325
10429
|
canSetIssueRestriction?: Maybe<Scalars['Boolean']>;
|
|
10326
10430
|
devOpsToolRelationships?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
10327
|
-
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
10328
10431
|
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
10329
10432
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
10330
10433
|
opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
10331
10434
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
10332
10435
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
10436
|
+
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
10333
10437
|
confluenceSpaceRelationships?: Maybe<JiraProjectAndConfluenceSpaceRelationshipConnection>;
|
|
10334
10438
|
};
|
|
10335
10439
|
export declare type JiraProjectDevOpsToolRelationshipsArgs = {
|
|
@@ -11981,6 +12085,7 @@ export declare type JiraTeam = Node & {
|
|
|
11981
12085
|
description?: Maybe<Scalars['String']>;
|
|
11982
12086
|
avatar?: Maybe<JiraAvatar>;
|
|
11983
12087
|
members?: Maybe<JiraUserConnection>;
|
|
12088
|
+
isShared?: Maybe<Scalars['Boolean']>;
|
|
11984
12089
|
};
|
|
11985
12090
|
export declare type JiraTeamConnection = {
|
|
11986
12091
|
__typename?: 'JiraTeamConnection';
|
|
@@ -12133,6 +12238,7 @@ export declare type JiraUrlField = Node & JiraIssueField & JiraIssueFieldConfigu
|
|
|
12133
12238
|
name: Scalars['String'];
|
|
12134
12239
|
description?: Maybe<Scalars['String']>;
|
|
12135
12240
|
url?: Maybe<Scalars['URL']>;
|
|
12241
|
+
urlValue?: Maybe<Scalars['String']>;
|
|
12136
12242
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
12137
12243
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
12138
12244
|
};
|
|
@@ -12834,44 +12940,9 @@ export declare type Mutation = {
|
|
|
12834
12940
|
createJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipCreatePayload>;
|
|
12835
12941
|
deleteJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipDeletePayload>;
|
|
12836
12942
|
deleteDevOpsToolRelationshipsForJiraProject?: Maybe<JiraProjectAndDevOpsToolRelationshipDeleteForJiraProjectPayload>;
|
|
12837
|
-
shepherd?: Maybe<ShepherdMutation>;
|
|
12838
|
-
helpObjectStore?: Maybe<HelpObjectStoreMutationApi>;
|
|
12839
|
-
jsw?: Maybe<JswMutation>;
|
|
12840
|
-
createColumn?: Maybe<CreateColumnOutput>;
|
|
12841
|
-
setColumnName?: Maybe<SetColumnNameOutput>;
|
|
12842
|
-
rankColumn?: Maybe<RankColumnOutput>;
|
|
12843
|
-
setColumnLimit?: Maybe<SetColumnLimitOutput>;
|
|
12844
|
-
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
12845
|
-
startSprint?: Maybe<SprintResponse>;
|
|
12846
|
-
createSprint?: Maybe<CreateSprintResponse>;
|
|
12847
|
-
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
12848
|
-
deleteSprint?: Maybe<MutationResponse>;
|
|
12849
|
-
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
12850
|
-
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
12851
|
-
editSprint?: Maybe<SprintResponse>;
|
|
12852
|
-
setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
12853
|
-
setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
12854
|
-
setEstimationType?: Maybe<GenericMutationResponse>;
|
|
12855
|
-
createCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
12856
|
-
updateCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
12857
|
-
deleteCustomFilter?: Maybe<GenericMutationResponse>;
|
|
12858
|
-
boardCardMove?: Maybe<MoveCardOutput>;
|
|
12859
|
-
assignIssueParent?: Maybe<AssignIssueParentOutput>;
|
|
12860
|
-
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
12861
|
-
createCardParent?: Maybe<CardParentCreateOutput>;
|
|
12862
|
-
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
12863
|
-
setIssueMediaVisibility?: Maybe<SetIssueMediaVisibilityOutput>;
|
|
12864
|
-
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
12865
|
-
setBoardEstimationType?: Maybe<ToggleBoardFeatureOutput>;
|
|
12866
|
-
createApp?: Maybe<CreateAppResponse>;
|
|
12867
|
-
updateAppDetails?: Maybe<UpdateAppDetailsResponse>;
|
|
12868
|
-
deleteApp?: Maybe<DeleteAppResponse>;
|
|
12869
|
-
updateAtlassianOAuthClient?: Maybe<UpdateAtlassianOAuthClientResponse>;
|
|
12870
|
-
ecosystem?: Maybe<EcosystemMutation>;
|
|
12871
12943
|
createReleaseNote: ContentPlatformReleaseNote;
|
|
12872
12944
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
12873
12945
|
updateReleaseNote: ContentPlatformReleaseNote;
|
|
12874
|
-
updateNavbarConnectionStateTabSeen?: Maybe<DevOpsToolUpdateNavbarConnectionStateTabSeenPayload>;
|
|
12875
12946
|
devOps?: Maybe<DevOpsMutation>;
|
|
12876
12947
|
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
12877
12948
|
updateDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<UpdateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
@@ -12891,16 +12962,6 @@ export declare type Mutation = {
|
|
|
12891
12962
|
updateJiraProjectAndRepositoryRelationship?: Maybe<UpdateJiraProjectAndRepositoryRelationshipPayload>;
|
|
12892
12963
|
deleteJiraProjectAndRepositoryRelationship?: Maybe<DeleteJiraProjectAndRepositoryRelationshipPayload>;
|
|
12893
12964
|
jira?: Maybe<JiraMutation>;
|
|
12894
|
-
createDevOpsService?: Maybe<CreateDevOpsServicePayload>;
|
|
12895
|
-
updateDevOpsService?: Maybe<UpdateDevOpsServicePayload>;
|
|
12896
|
-
deleteDevOpsService?: Maybe<DeleteDevOpsServicePayload>;
|
|
12897
|
-
createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
|
|
12898
|
-
updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
|
|
12899
|
-
deleteDevOpsServiceRelationship?: Maybe<DeleteDevOpsServiceRelationshipPayload>;
|
|
12900
|
-
updateDevOpsServiceEntityProperties?: Maybe<UpdateDevOpsServiceEntityPropertiesPayload>;
|
|
12901
|
-
deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
|
|
12902
|
-
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
12903
|
-
roadmaps?: Maybe<RoadmapsMutation>;
|
|
12904
12965
|
appStorage?: Maybe<AppStorageMutation>;
|
|
12905
12966
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
12906
12967
|
updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
|
|
@@ -12960,6 +13021,52 @@ export declare type Mutation = {
|
|
|
12960
13021
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
12961
13022
|
watchMarketplaceApp?: Maybe<WatchMarketplaceAppPayload>;
|
|
12962
13023
|
unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
|
|
13024
|
+
compass?: Maybe<CompassCatalogMutationApi>;
|
|
13025
|
+
shepherd?: Maybe<ShepherdMutation>;
|
|
13026
|
+
helpObjectStore?: Maybe<HelpObjectStoreMutationApi>;
|
|
13027
|
+
jsw?: Maybe<JswMutation>;
|
|
13028
|
+
createColumn?: Maybe<CreateColumnOutput>;
|
|
13029
|
+
setColumnName?: Maybe<SetColumnNameOutput>;
|
|
13030
|
+
rankColumn?: Maybe<RankColumnOutput>;
|
|
13031
|
+
setColumnLimit?: Maybe<SetColumnLimitOutput>;
|
|
13032
|
+
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
13033
|
+
startSprint?: Maybe<SprintResponse>;
|
|
13034
|
+
createSprint?: Maybe<CreateSprintResponse>;
|
|
13035
|
+
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
13036
|
+
deleteSprint?: Maybe<MutationResponse>;
|
|
13037
|
+
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
13038
|
+
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
13039
|
+
editSprint?: Maybe<SprintResponse>;
|
|
13040
|
+
setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
13041
|
+
setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
13042
|
+
setEstimationType?: Maybe<GenericMutationResponse>;
|
|
13043
|
+
createCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
13044
|
+
updateCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
13045
|
+
deleteCustomFilter?: Maybe<GenericMutationResponse>;
|
|
13046
|
+
boardCardMove?: Maybe<MoveCardOutput>;
|
|
13047
|
+
assignIssueParent?: Maybe<AssignIssueParentOutput>;
|
|
13048
|
+
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
13049
|
+
createCardParent?: Maybe<CardParentCreateOutput>;
|
|
13050
|
+
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
13051
|
+
setIssueMediaVisibility?: Maybe<SetIssueMediaVisibilityOutput>;
|
|
13052
|
+
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
13053
|
+
setBoardEstimationType?: Maybe<ToggleBoardFeatureOutput>;
|
|
13054
|
+
createApp?: Maybe<CreateAppResponse>;
|
|
13055
|
+
updateAppDetails?: Maybe<UpdateAppDetailsResponse>;
|
|
13056
|
+
deleteApp?: Maybe<DeleteAppResponse>;
|
|
13057
|
+
updateAtlassianOAuthClient?: Maybe<UpdateAtlassianOAuthClientResponse>;
|
|
13058
|
+
ecosystem?: Maybe<EcosystemMutation>;
|
|
13059
|
+
updateNavbarConnectionStateTabSeen?: Maybe<DevOpsToolUpdateNavbarConnectionStateTabSeenPayload>;
|
|
13060
|
+
createDevOpsService?: Maybe<CreateDevOpsServicePayload>;
|
|
13061
|
+
updateDevOpsService?: Maybe<UpdateDevOpsServicePayload>;
|
|
13062
|
+
deleteDevOpsService?: Maybe<DeleteDevOpsServicePayload>;
|
|
13063
|
+
createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
|
|
13064
|
+
updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
|
|
13065
|
+
deleteDevOpsServiceRelationship?: Maybe<DeleteDevOpsServiceRelationshipPayload>;
|
|
13066
|
+
updateDevOpsServiceEntityProperties?: Maybe<UpdateDevOpsServiceEntityPropertiesPayload>;
|
|
13067
|
+
deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
|
|
13068
|
+
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
13069
|
+
roadmaps?: Maybe<RoadmapsMutation>;
|
|
12963
13070
|
installApp?: Maybe<AppInstallationResponse>;
|
|
12964
13071
|
uninstallApp?: Maybe<AppUninstallationResponse>;
|
|
12965
13072
|
upgradeApp?: Maybe<AppInstallationUpgradeResponse>;
|
|
@@ -12973,7 +13080,6 @@ export declare type Mutation = {
|
|
|
12973
13080
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
12974
13081
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
12975
13082
|
helpCenter?: Maybe<HelpCenterMutationApi>;
|
|
12976
|
-
compass?: Maybe<CompassCatalogMutationApi>;
|
|
12977
13083
|
deleteConfluenceSpaceRelationshipsForJiraProject?: Maybe<JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectPayload>;
|
|
12978
13084
|
};
|
|
12979
13085
|
export declare type MutationCreateJiraProjectAndDevOpsToolRelationshipArgs = {
|
|
@@ -12985,99 +13091,6 @@ export declare type MutationDeleteJiraProjectAndDevOpsToolRelationshipArgs = {
|
|
|
12985
13091
|
export declare type MutationDeleteDevOpsToolRelationshipsForJiraProjectArgs = {
|
|
12986
13092
|
input: JiraProjectAndDevOpsToolRelationshipDeleteForJiraProjectInput;
|
|
12987
13093
|
};
|
|
12988
|
-
export declare type MutationHelpObjectStoreArgs = {
|
|
12989
|
-
cloudId: Scalars['ID'];
|
|
12990
|
-
};
|
|
12991
|
-
export declare type MutationCreateColumnArgs = {
|
|
12992
|
-
input?: Maybe<CreateColumnInput>;
|
|
12993
|
-
};
|
|
12994
|
-
export declare type MutationSetColumnNameArgs = {
|
|
12995
|
-
input?: Maybe<SetColumnNameInput>;
|
|
12996
|
-
};
|
|
12997
|
-
export declare type MutationRankColumnArgs = {
|
|
12998
|
-
input?: Maybe<RankColumnInput>;
|
|
12999
|
-
};
|
|
13000
|
-
export declare type MutationSetColumnLimitArgs = {
|
|
13001
|
-
input?: Maybe<SetColumnLimitInput>;
|
|
13002
|
-
};
|
|
13003
|
-
export declare type MutationDeleteColumnArgs = {
|
|
13004
|
-
input?: Maybe<DeleteColumnInput>;
|
|
13005
|
-
};
|
|
13006
|
-
export declare type MutationStartSprintArgs = {
|
|
13007
|
-
input?: Maybe<StartSprintInput>;
|
|
13008
|
-
};
|
|
13009
|
-
export declare type MutationCreateSprintArgs = {
|
|
13010
|
-
input?: Maybe<CreateSprintInput>;
|
|
13011
|
-
};
|
|
13012
|
-
export declare type MutationCompleteSprintArgs = {
|
|
13013
|
-
input?: Maybe<CompleteSprintInput>;
|
|
13014
|
-
};
|
|
13015
|
-
export declare type MutationDeleteSprintArgs = {
|
|
13016
|
-
input?: Maybe<DeleteSprintInput>;
|
|
13017
|
-
};
|
|
13018
|
-
export declare type MutationMoveSprintUpArgs = {
|
|
13019
|
-
input?: Maybe<MoveSprintUpInput>;
|
|
13020
|
-
};
|
|
13021
|
-
export declare type MutationMoveSprintDownArgs = {
|
|
13022
|
-
input?: Maybe<MoveSprintDownInput>;
|
|
13023
|
-
};
|
|
13024
|
-
export declare type MutationEditSprintArgs = {
|
|
13025
|
-
input?: Maybe<EditSprintInput>;
|
|
13026
|
-
};
|
|
13027
|
-
export declare type MutationSetUserSwimlaneStrategyArgs = {
|
|
13028
|
-
input?: Maybe<SetSwimlaneStrategyInput>;
|
|
13029
|
-
};
|
|
13030
|
-
export declare type MutationSetSwimlaneStrategyArgs = {
|
|
13031
|
-
input?: Maybe<SetSwimlaneStrategyInput>;
|
|
13032
|
-
};
|
|
13033
|
-
export declare type MutationSetEstimationTypeArgs = {
|
|
13034
|
-
input?: Maybe<SetEstimationTypeInput>;
|
|
13035
|
-
};
|
|
13036
|
-
export declare type MutationCreateCustomFilterArgs = {
|
|
13037
|
-
input?: Maybe<CreateCustomFilterInput>;
|
|
13038
|
-
};
|
|
13039
|
-
export declare type MutationUpdateCustomFilterArgs = {
|
|
13040
|
-
input?: Maybe<UpdateCustomFilterInput>;
|
|
13041
|
-
};
|
|
13042
|
-
export declare type MutationDeleteCustomFilterArgs = {
|
|
13043
|
-
input?: Maybe<DeleteCustomFilterInput>;
|
|
13044
|
-
};
|
|
13045
|
-
export declare type MutationBoardCardMoveArgs = {
|
|
13046
|
-
input?: Maybe<BoardCardMoveInput>;
|
|
13047
|
-
};
|
|
13048
|
-
export declare type MutationAssignIssueParentArgs = {
|
|
13049
|
-
input?: Maybe<AssignIssueParentInput>;
|
|
13050
|
-
};
|
|
13051
|
-
export declare type MutationUnassignIssueParentArgs = {
|
|
13052
|
-
input?: Maybe<UnassignIssueParentInput>;
|
|
13053
|
-
};
|
|
13054
|
-
export declare type MutationCreateCardParentArgs = {
|
|
13055
|
-
input: CardParentCreateInput;
|
|
13056
|
-
};
|
|
13057
|
-
export declare type MutationRankCardParentArgs = {
|
|
13058
|
-
input: CardParentRankInput;
|
|
13059
|
-
};
|
|
13060
|
-
export declare type MutationSetIssueMediaVisibilityArgs = {
|
|
13061
|
-
input?: Maybe<SetIssueMediaVisibilityInput>;
|
|
13062
|
-
};
|
|
13063
|
-
export declare type MutationToggleBoardFeatureArgs = {
|
|
13064
|
-
input?: Maybe<ToggleBoardFeatureInput>;
|
|
13065
|
-
};
|
|
13066
|
-
export declare type MutationSetBoardEstimationTypeArgs = {
|
|
13067
|
-
input?: Maybe<SetBoardEstimationTypeInput>;
|
|
13068
|
-
};
|
|
13069
|
-
export declare type MutationCreateAppArgs = {
|
|
13070
|
-
input: CreateAppInput;
|
|
13071
|
-
};
|
|
13072
|
-
export declare type MutationUpdateAppDetailsArgs = {
|
|
13073
|
-
input: UpdateAppDetailsInput;
|
|
13074
|
-
};
|
|
13075
|
-
export declare type MutationDeleteAppArgs = {
|
|
13076
|
-
input: DeleteAppInput;
|
|
13077
|
-
};
|
|
13078
|
-
export declare type MutationUpdateAtlassianOAuthClientArgs = {
|
|
13079
|
-
input: UpdateAtlassianOAuthClientInput;
|
|
13080
|
-
};
|
|
13081
13094
|
export declare type MutationCreateReleaseNoteArgs = {
|
|
13082
13095
|
changeStatus?: Maybe<Scalars['String']>;
|
|
13083
13096
|
title?: Maybe<Scalars['String']>;
|
|
@@ -13114,9 +13127,6 @@ export declare type MutationUpdateReleaseNoteArgs = {
|
|
|
13114
13127
|
relatedContextIds?: Maybe<Array<Scalars['String']>>;
|
|
13115
13128
|
featureRolloutEndDate?: Maybe<Scalars['DateTime']>;
|
|
13116
13129
|
};
|
|
13117
|
-
export declare type MutationUpdateNavbarConnectionStateTabSeenArgs = {
|
|
13118
|
-
input: DevOpsToolUpdateNavbarConnectionStateTabSeenInput;
|
|
13119
|
-
};
|
|
13120
13130
|
export declare type MutationCreateDevOpsServiceAndOpsgenieTeamRelationshipArgs = {
|
|
13121
13131
|
input: CreateDevOpsServiceAndOpsgenieTeamRelationshipInput;
|
|
13122
13132
|
};
|
|
@@ -13168,50 +13178,23 @@ export declare type MutationUpdateJiraProjectAndRepositoryRelationshipArgs = {
|
|
|
13168
13178
|
export declare type MutationDeleteJiraProjectAndRepositoryRelationshipArgs = {
|
|
13169
13179
|
input: DeleteJiraProjectAndRepositoryRelationshipInput;
|
|
13170
13180
|
};
|
|
13171
|
-
export declare type
|
|
13172
|
-
input:
|
|
13181
|
+
export declare type MutationUpdatePolarisTermsConsentArgs = {
|
|
13182
|
+
input: UpdatePolarisTermsConsentInput;
|
|
13173
13183
|
};
|
|
13174
|
-
export declare type
|
|
13175
|
-
|
|
13184
|
+
export declare type MutationCreatePolarisAnonymousVisitorHashArgs = {
|
|
13185
|
+
id: Scalars['ID'];
|
|
13176
13186
|
};
|
|
13177
|
-
export declare type
|
|
13178
|
-
|
|
13187
|
+
export declare type MutationDeletePolarisAnonymousVisitorHashArgs = {
|
|
13188
|
+
hash: Scalars['String'];
|
|
13179
13189
|
};
|
|
13180
|
-
export declare type
|
|
13181
|
-
input:
|
|
13190
|
+
export declare type MutationResolvePolarisObjectArgs = {
|
|
13191
|
+
input: ResolvePolarisObjectInput;
|
|
13182
13192
|
};
|
|
13183
|
-
export declare type
|
|
13184
|
-
input:
|
|
13193
|
+
export declare type MutationInvokePolarisObjectArgs = {
|
|
13194
|
+
input: InvokePolarisObjectInput;
|
|
13185
13195
|
};
|
|
13186
|
-
export declare type
|
|
13187
|
-
input:
|
|
13188
|
-
};
|
|
13189
|
-
export declare type MutationUpdateDevOpsServiceEntityPropertiesArgs = {
|
|
13190
|
-
input: UpdateDevOpsServiceEntityPropertiesInput;
|
|
13191
|
-
};
|
|
13192
|
-
export declare type MutationDeleteDevOpsServiceEntityPropertiesArgs = {
|
|
13193
|
-
input: DeleteDevOpsServiceEntityPropertiesInput;
|
|
13194
|
-
};
|
|
13195
|
-
export declare type MutationUpdateDeveloperLogAccessArgs = {
|
|
13196
|
-
input: UpdateDeveloperLogAccessInput;
|
|
13197
|
-
};
|
|
13198
|
-
export declare type MutationUpdatePolarisTermsConsentArgs = {
|
|
13199
|
-
input: UpdatePolarisTermsConsentInput;
|
|
13200
|
-
};
|
|
13201
|
-
export declare type MutationCreatePolarisAnonymousVisitorHashArgs = {
|
|
13202
|
-
id: Scalars['ID'];
|
|
13203
|
-
};
|
|
13204
|
-
export declare type MutationDeletePolarisAnonymousVisitorHashArgs = {
|
|
13205
|
-
hash: Scalars['String'];
|
|
13206
|
-
};
|
|
13207
|
-
export declare type MutationResolvePolarisObjectArgs = {
|
|
13208
|
-
input: ResolvePolarisObjectInput;
|
|
13209
|
-
};
|
|
13210
|
-
export declare type MutationInvokePolarisObjectArgs = {
|
|
13211
|
-
input: InvokePolarisObjectInput;
|
|
13212
|
-
};
|
|
13213
|
-
export declare type MutationCreatePolarisCommentArgs = {
|
|
13214
|
-
input: CreatePolarisCommentInput;
|
|
13196
|
+
export declare type MutationCreatePolarisCommentArgs = {
|
|
13197
|
+
input: CreatePolarisCommentInput;
|
|
13215
13198
|
};
|
|
13216
13199
|
export declare type MutationUpdatePolarisCommentArgs = {
|
|
13217
13200
|
input: UpdatePolarisCommentInput;
|
|
@@ -13375,6 +13358,129 @@ export declare type MutationWatchMarketplaceAppArgs = {
|
|
|
13375
13358
|
export declare type MutationUnwatchMarketplaceAppArgs = {
|
|
13376
13359
|
id: Scalars['ID'];
|
|
13377
13360
|
};
|
|
13361
|
+
export declare type MutationHelpObjectStoreArgs = {
|
|
13362
|
+
cloudId: Scalars['ID'];
|
|
13363
|
+
};
|
|
13364
|
+
export declare type MutationCreateColumnArgs = {
|
|
13365
|
+
input?: Maybe<CreateColumnInput>;
|
|
13366
|
+
};
|
|
13367
|
+
export declare type MutationSetColumnNameArgs = {
|
|
13368
|
+
input?: Maybe<SetColumnNameInput>;
|
|
13369
|
+
};
|
|
13370
|
+
export declare type MutationRankColumnArgs = {
|
|
13371
|
+
input?: Maybe<RankColumnInput>;
|
|
13372
|
+
};
|
|
13373
|
+
export declare type MutationSetColumnLimitArgs = {
|
|
13374
|
+
input?: Maybe<SetColumnLimitInput>;
|
|
13375
|
+
};
|
|
13376
|
+
export declare type MutationDeleteColumnArgs = {
|
|
13377
|
+
input?: Maybe<DeleteColumnInput>;
|
|
13378
|
+
};
|
|
13379
|
+
export declare type MutationStartSprintArgs = {
|
|
13380
|
+
input?: Maybe<StartSprintInput>;
|
|
13381
|
+
};
|
|
13382
|
+
export declare type MutationCreateSprintArgs = {
|
|
13383
|
+
input?: Maybe<CreateSprintInput>;
|
|
13384
|
+
};
|
|
13385
|
+
export declare type MutationCompleteSprintArgs = {
|
|
13386
|
+
input?: Maybe<CompleteSprintInput>;
|
|
13387
|
+
};
|
|
13388
|
+
export declare type MutationDeleteSprintArgs = {
|
|
13389
|
+
input?: Maybe<DeleteSprintInput>;
|
|
13390
|
+
};
|
|
13391
|
+
export declare type MutationMoveSprintUpArgs = {
|
|
13392
|
+
input?: Maybe<MoveSprintUpInput>;
|
|
13393
|
+
};
|
|
13394
|
+
export declare type MutationMoveSprintDownArgs = {
|
|
13395
|
+
input?: Maybe<MoveSprintDownInput>;
|
|
13396
|
+
};
|
|
13397
|
+
export declare type MutationEditSprintArgs = {
|
|
13398
|
+
input?: Maybe<EditSprintInput>;
|
|
13399
|
+
};
|
|
13400
|
+
export declare type MutationSetUserSwimlaneStrategyArgs = {
|
|
13401
|
+
input?: Maybe<SetSwimlaneStrategyInput>;
|
|
13402
|
+
};
|
|
13403
|
+
export declare type MutationSetSwimlaneStrategyArgs = {
|
|
13404
|
+
input?: Maybe<SetSwimlaneStrategyInput>;
|
|
13405
|
+
};
|
|
13406
|
+
export declare type MutationSetEstimationTypeArgs = {
|
|
13407
|
+
input?: Maybe<SetEstimationTypeInput>;
|
|
13408
|
+
};
|
|
13409
|
+
export declare type MutationCreateCustomFilterArgs = {
|
|
13410
|
+
input?: Maybe<CreateCustomFilterInput>;
|
|
13411
|
+
};
|
|
13412
|
+
export declare type MutationUpdateCustomFilterArgs = {
|
|
13413
|
+
input?: Maybe<UpdateCustomFilterInput>;
|
|
13414
|
+
};
|
|
13415
|
+
export declare type MutationDeleteCustomFilterArgs = {
|
|
13416
|
+
input?: Maybe<DeleteCustomFilterInput>;
|
|
13417
|
+
};
|
|
13418
|
+
export declare type MutationBoardCardMoveArgs = {
|
|
13419
|
+
input?: Maybe<BoardCardMoveInput>;
|
|
13420
|
+
};
|
|
13421
|
+
export declare type MutationAssignIssueParentArgs = {
|
|
13422
|
+
input?: Maybe<AssignIssueParentInput>;
|
|
13423
|
+
};
|
|
13424
|
+
export declare type MutationUnassignIssueParentArgs = {
|
|
13425
|
+
input?: Maybe<UnassignIssueParentInput>;
|
|
13426
|
+
};
|
|
13427
|
+
export declare type MutationCreateCardParentArgs = {
|
|
13428
|
+
input: CardParentCreateInput;
|
|
13429
|
+
};
|
|
13430
|
+
export declare type MutationRankCardParentArgs = {
|
|
13431
|
+
input: CardParentRankInput;
|
|
13432
|
+
};
|
|
13433
|
+
export declare type MutationSetIssueMediaVisibilityArgs = {
|
|
13434
|
+
input?: Maybe<SetIssueMediaVisibilityInput>;
|
|
13435
|
+
};
|
|
13436
|
+
export declare type MutationToggleBoardFeatureArgs = {
|
|
13437
|
+
input?: Maybe<ToggleBoardFeatureInput>;
|
|
13438
|
+
};
|
|
13439
|
+
export declare type MutationSetBoardEstimationTypeArgs = {
|
|
13440
|
+
input?: Maybe<SetBoardEstimationTypeInput>;
|
|
13441
|
+
};
|
|
13442
|
+
export declare type MutationCreateAppArgs = {
|
|
13443
|
+
input: CreateAppInput;
|
|
13444
|
+
};
|
|
13445
|
+
export declare type MutationUpdateAppDetailsArgs = {
|
|
13446
|
+
input: UpdateAppDetailsInput;
|
|
13447
|
+
};
|
|
13448
|
+
export declare type MutationDeleteAppArgs = {
|
|
13449
|
+
input: DeleteAppInput;
|
|
13450
|
+
};
|
|
13451
|
+
export declare type MutationUpdateAtlassianOAuthClientArgs = {
|
|
13452
|
+
input: UpdateAtlassianOAuthClientInput;
|
|
13453
|
+
};
|
|
13454
|
+
export declare type MutationUpdateNavbarConnectionStateTabSeenArgs = {
|
|
13455
|
+
input: DevOpsToolUpdateNavbarConnectionStateTabSeenInput;
|
|
13456
|
+
};
|
|
13457
|
+
export declare type MutationCreateDevOpsServiceArgs = {
|
|
13458
|
+
input: CreateDevOpsServiceInput;
|
|
13459
|
+
};
|
|
13460
|
+
export declare type MutationUpdateDevOpsServiceArgs = {
|
|
13461
|
+
input: UpdateDevOpsServiceInput;
|
|
13462
|
+
};
|
|
13463
|
+
export declare type MutationDeleteDevOpsServiceArgs = {
|
|
13464
|
+
input: DeleteDevOpsServiceInput;
|
|
13465
|
+
};
|
|
13466
|
+
export declare type MutationCreateDevOpsServiceRelationshipArgs = {
|
|
13467
|
+
input: CreateDevOpsServiceRelationshipInput;
|
|
13468
|
+
};
|
|
13469
|
+
export declare type MutationUpdateDevOpsServiceRelationshipArgs = {
|
|
13470
|
+
input: UpdateDevOpsServiceRelationshipInput;
|
|
13471
|
+
};
|
|
13472
|
+
export declare type MutationDeleteDevOpsServiceRelationshipArgs = {
|
|
13473
|
+
input: DeleteDevOpsServiceRelationshipInput;
|
|
13474
|
+
};
|
|
13475
|
+
export declare type MutationUpdateDevOpsServiceEntityPropertiesArgs = {
|
|
13476
|
+
input: UpdateDevOpsServiceEntityPropertiesInput;
|
|
13477
|
+
};
|
|
13478
|
+
export declare type MutationDeleteDevOpsServiceEntityPropertiesArgs = {
|
|
13479
|
+
input: DeleteDevOpsServiceEntityPropertiesInput;
|
|
13480
|
+
};
|
|
13481
|
+
export declare type MutationUpdateDeveloperLogAccessArgs = {
|
|
13482
|
+
input: UpdateDeveloperLogAccessInput;
|
|
13483
|
+
};
|
|
13378
13484
|
export declare type MutationInstallAppArgs = {
|
|
13379
13485
|
input: AppInstallationInput;
|
|
13380
13486
|
};
|
|
@@ -14664,36 +14770,16 @@ export declare type ProjectAvatars = {
|
|
|
14664
14770
|
};
|
|
14665
14771
|
export declare type Query = {
|
|
14666
14772
|
__typename?: 'Query';
|
|
14667
|
-
echo?: Maybe<Scalars['String']>;
|
|
14668
|
-
diagnostics?: Maybe<Scalars['JSON']>;
|
|
14669
|
-
node?: Maybe<Node>;
|
|
14670
14773
|
customerSupport?: Maybe<SupportRequestCatalogQueryApi>;
|
|
14671
14774
|
jiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationship>;
|
|
14672
|
-
activities?: Maybe<Activities>;
|
|
14673
|
-
activity?: Maybe<Activity>;
|
|
14674
|
-
devOpsMetrics?: Maybe<DevOpsMetrics>;
|
|
14675
|
-
shepherd?: Maybe<ShepherdQuery>;
|
|
14676
14775
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
14677
14776
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
14678
|
-
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
14679
|
-
jsw?: Maybe<JswQuery>;
|
|
14680
|
-
boardScope?: Maybe<BoardScope>;
|
|
14681
|
-
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
14682
|
-
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
14683
|
-
apps?: Maybe<AppConnection>;
|
|
14684
|
-
app?: Maybe<App>;
|
|
14685
|
-
appHostServices?: Maybe<Array<AppHostService>>;
|
|
14686
14777
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
14687
14778
|
releaseNote: ContentPlatformReleaseNote;
|
|
14688
14779
|
practicePages: ContentPlatformPracticePagesConnection;
|
|
14689
14780
|
practicePage: ContentPlatformPracticePage;
|
|
14690
14781
|
smarts?: Maybe<SmartsQueryApi>;
|
|
14691
|
-
devOpsTools?: Maybe<DevOpsTools>;
|
|
14692
|
-
search?: Maybe<SearchQueryApi>;
|
|
14693
14782
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
14694
|
-
me: AuthenticationContext;
|
|
14695
|
-
user?: Maybe<User>;
|
|
14696
|
-
users?: Maybe<Array<User>>;
|
|
14697
14783
|
devOps?: Maybe<DevOps>;
|
|
14698
14784
|
jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
14699
14785
|
repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
@@ -14712,20 +14798,8 @@ export declare type Query = {
|
|
|
14712
14798
|
jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
14713
14799
|
codeInJira?: Maybe<CodeInJira>;
|
|
14714
14800
|
jira?: Maybe<JiraQuery>;
|
|
14715
|
-
devOpsService?: Maybe<DevOpsService>;
|
|
14716
|
-
devOpsServiceTiers?: Maybe<Array<DevOpsServiceTier>>;
|
|
14717
|
-
devOpsServices?: Maybe<DevOpsServiceConnection>;
|
|
14718
|
-
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
14719
|
-
devOpsServiceRelationship?: Maybe<DevOpsServiceRelationship>;
|
|
14720
|
-
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
14721
14801
|
avocado?: Maybe<Avocado>;
|
|
14722
|
-
appLogs?: Maybe<AppLogConnection>;
|
|
14723
|
-
appLogLines?: Maybe<AppLogLineConnection>;
|
|
14724
|
-
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
14725
|
-
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
14726
14802
|
team?: Maybe<TeamQuery>;
|
|
14727
|
-
roadmaps?: Maybe<RoadmapsQuery>;
|
|
14728
|
-
tenantContexts?: Maybe<Array<Maybe<TenantContext>>>;
|
|
14729
14803
|
testing?: Maybe<Testing>;
|
|
14730
14804
|
movie?: Maybe<TestingMovie>;
|
|
14731
14805
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
@@ -14758,45 +14832,52 @@ export declare type Query = {
|
|
|
14758
14832
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
14759
14833
|
marketplacePricingPlan?: Maybe<MarketplacePricingPlan>;
|
|
14760
14834
|
marketplaceUser?: Maybe<MarketplaceUser>;
|
|
14835
|
+
compass?: Maybe<CompassCatalogQueryApi>;
|
|
14836
|
+
extensionsEcho?: Maybe<Scalars['String']>;
|
|
14837
|
+
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
14838
|
+
extensionByKey?: Maybe<Extension>;
|
|
14839
|
+
echo?: Maybe<Scalars['String']>;
|
|
14840
|
+
diagnostics?: Maybe<Scalars['JSON']>;
|
|
14841
|
+
node?: Maybe<Node>;
|
|
14842
|
+
activities?: Maybe<Activities>;
|
|
14843
|
+
activity?: Maybe<Activity>;
|
|
14844
|
+
devOpsMetrics?: Maybe<DevOpsMetrics>;
|
|
14845
|
+
shepherd?: Maybe<ShepherdQuery>;
|
|
14846
|
+
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
14847
|
+
jsw?: Maybe<JswQuery>;
|
|
14848
|
+
boardScope?: Maybe<BoardScope>;
|
|
14849
|
+
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
14850
|
+
softwareBoards?: Maybe<BoardScopeConnection>;
|
|
14851
|
+
apps?: Maybe<AppConnection>;
|
|
14852
|
+
app?: Maybe<App>;
|
|
14853
|
+
appHostServices?: Maybe<Array<AppHostService>>;
|
|
14854
|
+
devOpsTools?: Maybe<DevOpsTools>;
|
|
14855
|
+
search?: Maybe<SearchQueryApi>;
|
|
14856
|
+
me: AuthenticationContext;
|
|
14857
|
+
user?: Maybe<User>;
|
|
14858
|
+
users?: Maybe<Array<User>>;
|
|
14859
|
+
devOpsService?: Maybe<DevOpsService>;
|
|
14860
|
+
devOpsServiceTiers?: Maybe<Array<DevOpsServiceTier>>;
|
|
14861
|
+
devOpsServices?: Maybe<DevOpsServiceConnection>;
|
|
14862
|
+
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
14863
|
+
devOpsServiceRelationship?: Maybe<DevOpsServiceRelationship>;
|
|
14864
|
+
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
14865
|
+
appLogs?: Maybe<AppLogConnection>;
|
|
14866
|
+
appLogLines?: Maybe<AppLogLineConnection>;
|
|
14867
|
+
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
14868
|
+
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
14869
|
+
roadmaps?: Maybe<RoadmapsQuery>;
|
|
14870
|
+
tenantContexts?: Maybe<Array<Maybe<TenantContext>>>;
|
|
14761
14871
|
jiraReleases?: Maybe<JiraReleases>;
|
|
14762
14872
|
appInstallationTask?: Maybe<AppInstallationTask>;
|
|
14763
14873
|
ecosystem?: Maybe<EcosystemQuery>;
|
|
14764
14874
|
appDeployment?: Maybe<AppDeployment>;
|
|
14765
14875
|
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
14766
14876
|
helpCenter?: Maybe<HelpCenterQueryApi>;
|
|
14767
|
-
compass?: Maybe<CompassCatalogQueryApi>;
|
|
14768
|
-
extensionsEcho?: Maybe<Scalars['String']>;
|
|
14769
|
-
extensionContexts?: Maybe<Array<ExtensionContext>>;
|
|
14770
|
-
extensionByKey?: Maybe<Extension>;
|
|
14771
|
-
};
|
|
14772
|
-
export declare type QueryNodeArgs = {
|
|
14773
|
-
id: Scalars['ID'];
|
|
14774
14877
|
};
|
|
14775
14878
|
export declare type QueryJiraProjectAndDevOpsToolRelationshipArgs = {
|
|
14776
14879
|
id: Scalars['ID'];
|
|
14777
14880
|
};
|
|
14778
|
-
export declare type QueryBoardScopeArgs = {
|
|
14779
|
-
boardId: Scalars['ID'];
|
|
14780
|
-
};
|
|
14781
|
-
export declare type QueryDevelopmentInformationArgs = {
|
|
14782
|
-
issueId: Scalars['ID'];
|
|
14783
|
-
};
|
|
14784
|
-
export declare type QuerySoftwareBoardsArgs = {
|
|
14785
|
-
projectAri: Scalars['ID'];
|
|
14786
|
-
};
|
|
14787
|
-
export declare type QueryAppsArgs = {
|
|
14788
|
-
first?: Maybe<Scalars['Int']>;
|
|
14789
|
-
after?: Maybe<Scalars['String']>;
|
|
14790
|
-
last?: Maybe<Scalars['Int']>;
|
|
14791
|
-
before?: Maybe<Scalars['String']>;
|
|
14792
|
-
filter?: Maybe<AppsFilter>;
|
|
14793
|
-
};
|
|
14794
|
-
export declare type QueryAppArgs = {
|
|
14795
|
-
id: Scalars['ID'];
|
|
14796
|
-
};
|
|
14797
|
-
export declare type QueryAppHostServicesArgs = {
|
|
14798
|
-
filter?: Maybe<AppServicesFilter>;
|
|
14799
|
-
};
|
|
14800
14881
|
export declare type QueryReleaseNotesArgs = {
|
|
14801
14882
|
after?: Maybe<Scalars['String']>;
|
|
14802
14883
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -14815,12 +14896,6 @@ export declare type QueryPracticePagesArgs = {
|
|
|
14815
14896
|
export declare type QueryPracticePageArgs = {
|
|
14816
14897
|
id: Scalars['String'];
|
|
14817
14898
|
};
|
|
14818
|
-
export declare type QueryUserArgs = {
|
|
14819
|
-
accountId: Scalars['ID'];
|
|
14820
|
-
};
|
|
14821
|
-
export declare type QueryUsersArgs = {
|
|
14822
|
-
accountIds: Array<Scalars['ID']>;
|
|
14823
|
-
};
|
|
14824
14899
|
export declare type QueryJiraProjectRelationshipsForRepositoryArgs = {
|
|
14825
14900
|
id: Scalars['ID'];
|
|
14826
14901
|
cloudId: Scalars['ID'];
|
|
@@ -14898,56 +14973,6 @@ export declare type QueryJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
|
14898
14973
|
export declare type QueryCodeInJiraArgs = {
|
|
14899
14974
|
cloudId: Scalars['ID'];
|
|
14900
14975
|
};
|
|
14901
|
-
export declare type QueryDevOpsServiceArgs = {
|
|
14902
|
-
id: Scalars['ID'];
|
|
14903
|
-
};
|
|
14904
|
-
export declare type QueryDevOpsServiceTiersArgs = {
|
|
14905
|
-
cloudId: Scalars['String'];
|
|
14906
|
-
};
|
|
14907
|
-
export declare type QueryDevOpsServicesArgs = {
|
|
14908
|
-
cloudId: Scalars['String'];
|
|
14909
|
-
first?: Maybe<Scalars['Int']>;
|
|
14910
|
-
after?: Maybe<Scalars['String']>;
|
|
14911
|
-
filter?: Maybe<DevOpsServicesFilterInput>;
|
|
14912
|
-
};
|
|
14913
|
-
export declare type QueryDevOpsServicesByIdArgs = {
|
|
14914
|
-
ids: Array<Scalars['ID']>;
|
|
14915
|
-
};
|
|
14916
|
-
export declare type QueryDevOpsServiceRelationshipArgs = {
|
|
14917
|
-
id: Scalars['ID'];
|
|
14918
|
-
};
|
|
14919
|
-
export declare type QueryBitbucketRepositoriesAvailableToLinkWithNewDevOpsServiceArgs = {
|
|
14920
|
-
cloudId: Scalars['ID'];
|
|
14921
|
-
first?: Maybe<Scalars['Int']>;
|
|
14922
|
-
after?: Maybe<Scalars['String']>;
|
|
14923
|
-
nameFilter?: Maybe<Scalars['String']>;
|
|
14924
|
-
};
|
|
14925
|
-
export declare type QueryAppLogsArgs = {
|
|
14926
|
-
last?: Maybe<Scalars['Int']>;
|
|
14927
|
-
first?: Maybe<Scalars['Int']>;
|
|
14928
|
-
before?: Maybe<Scalars['String']>;
|
|
14929
|
-
after?: Maybe<Scalars['String']>;
|
|
14930
|
-
appId: Scalars['ID'];
|
|
14931
|
-
environmentId: Array<Scalars['ID']>;
|
|
14932
|
-
query?: Maybe<LogQueryInput>;
|
|
14933
|
-
};
|
|
14934
|
-
export declare type QueryAppLogLinesArgs = {
|
|
14935
|
-
first?: Maybe<Scalars['Int']>;
|
|
14936
|
-
after?: Maybe<Scalars['String']>;
|
|
14937
|
-
invocation: Scalars['ID'];
|
|
14938
|
-
};
|
|
14939
|
-
export declare type QueryDeveloperLogAccessArgs = {
|
|
14940
|
-
contextIds: Array<Scalars['ID']>;
|
|
14941
|
-
appId: Scalars['ID'];
|
|
14942
|
-
environmentType: AppEnvironmentType;
|
|
14943
|
-
};
|
|
14944
|
-
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
14945
|
-
appId: Scalars['ID'];
|
|
14946
|
-
};
|
|
14947
|
-
export declare type QueryTenantContextsArgs = {
|
|
14948
|
-
cloudIds?: Maybe<Array<Scalars['ID']>>;
|
|
14949
|
-
hostNames?: Maybe<Array<Scalars['String']>>;
|
|
14950
|
-
};
|
|
14951
14976
|
export declare type QueryMovieArgs = {
|
|
14952
14977
|
id: Scalars['ID'];
|
|
14953
14978
|
};
|
|
@@ -15047,17 +15072,6 @@ export declare type QueryMarketplacePricingPlanArgs = {
|
|
|
15047
15072
|
hostingType: AtlassianProductHostingType;
|
|
15048
15073
|
pricingPlanOptions?: Maybe<MarketplacePricingPlanOptions>;
|
|
15049
15074
|
};
|
|
15050
|
-
export declare type QueryAppInstallationTaskArgs = {
|
|
15051
|
-
id: Scalars['ID'];
|
|
15052
|
-
};
|
|
15053
|
-
export declare type QueryAppDeploymentArgs = {
|
|
15054
|
-
appId: Scalars['ID'];
|
|
15055
|
-
environmentKey: Scalars['String'];
|
|
15056
|
-
id: Scalars['ID'];
|
|
15057
|
-
};
|
|
15058
|
-
export declare type QueryHelpCenterArgs = {
|
|
15059
|
-
cloudId: Scalars['ID'];
|
|
15060
|
-
};
|
|
15061
15075
|
export declare type QueryExtensionsEchoArgs = {
|
|
15062
15076
|
text: Scalars['String'];
|
|
15063
15077
|
};
|
|
@@ -15069,6 +15083,98 @@ export declare type QueryExtensionByKeyArgs = {
|
|
|
15069
15083
|
definitionId: Scalars['ID'];
|
|
15070
15084
|
extensionKey: Scalars['String'];
|
|
15071
15085
|
};
|
|
15086
|
+
export declare type QueryNodeArgs = {
|
|
15087
|
+
id: Scalars['ID'];
|
|
15088
|
+
};
|
|
15089
|
+
export declare type QueryBoardScopeArgs = {
|
|
15090
|
+
boardId: Scalars['ID'];
|
|
15091
|
+
};
|
|
15092
|
+
export declare type QueryDevelopmentInformationArgs = {
|
|
15093
|
+
issueId: Scalars['ID'];
|
|
15094
|
+
};
|
|
15095
|
+
export declare type QuerySoftwareBoardsArgs = {
|
|
15096
|
+
projectAri: Scalars['ID'];
|
|
15097
|
+
};
|
|
15098
|
+
export declare type QueryAppsArgs = {
|
|
15099
|
+
first?: Maybe<Scalars['Int']>;
|
|
15100
|
+
after?: Maybe<Scalars['String']>;
|
|
15101
|
+
last?: Maybe<Scalars['Int']>;
|
|
15102
|
+
before?: Maybe<Scalars['String']>;
|
|
15103
|
+
filter?: Maybe<AppsFilter>;
|
|
15104
|
+
};
|
|
15105
|
+
export declare type QueryAppArgs = {
|
|
15106
|
+
id: Scalars['ID'];
|
|
15107
|
+
};
|
|
15108
|
+
export declare type QueryAppHostServicesArgs = {
|
|
15109
|
+
filter?: Maybe<AppServicesFilter>;
|
|
15110
|
+
};
|
|
15111
|
+
export declare type QueryUserArgs = {
|
|
15112
|
+
accountId: Scalars['ID'];
|
|
15113
|
+
};
|
|
15114
|
+
export declare type QueryUsersArgs = {
|
|
15115
|
+
accountIds: Array<Scalars['ID']>;
|
|
15116
|
+
};
|
|
15117
|
+
export declare type QueryDevOpsServiceArgs = {
|
|
15118
|
+
id: Scalars['ID'];
|
|
15119
|
+
};
|
|
15120
|
+
export declare type QueryDevOpsServiceTiersArgs = {
|
|
15121
|
+
cloudId: Scalars['String'];
|
|
15122
|
+
};
|
|
15123
|
+
export declare type QueryDevOpsServicesArgs = {
|
|
15124
|
+
cloudId: Scalars['String'];
|
|
15125
|
+
first?: Maybe<Scalars['Int']>;
|
|
15126
|
+
after?: Maybe<Scalars['String']>;
|
|
15127
|
+
filter?: Maybe<DevOpsServicesFilterInput>;
|
|
15128
|
+
};
|
|
15129
|
+
export declare type QueryDevOpsServicesByIdArgs = {
|
|
15130
|
+
ids: Array<Scalars['ID']>;
|
|
15131
|
+
};
|
|
15132
|
+
export declare type QueryDevOpsServiceRelationshipArgs = {
|
|
15133
|
+
id: Scalars['ID'];
|
|
15134
|
+
};
|
|
15135
|
+
export declare type QueryBitbucketRepositoriesAvailableToLinkWithNewDevOpsServiceArgs = {
|
|
15136
|
+
cloudId: Scalars['ID'];
|
|
15137
|
+
first?: Maybe<Scalars['Int']>;
|
|
15138
|
+
after?: Maybe<Scalars['String']>;
|
|
15139
|
+
nameFilter?: Maybe<Scalars['String']>;
|
|
15140
|
+
};
|
|
15141
|
+
export declare type QueryAppLogsArgs = {
|
|
15142
|
+
last?: Maybe<Scalars['Int']>;
|
|
15143
|
+
first?: Maybe<Scalars['Int']>;
|
|
15144
|
+
before?: Maybe<Scalars['String']>;
|
|
15145
|
+
after?: Maybe<Scalars['String']>;
|
|
15146
|
+
appId: Scalars['ID'];
|
|
15147
|
+
environmentId: Array<Scalars['ID']>;
|
|
15148
|
+
query?: Maybe<LogQueryInput>;
|
|
15149
|
+
};
|
|
15150
|
+
export declare type QueryAppLogLinesArgs = {
|
|
15151
|
+
first?: Maybe<Scalars['Int']>;
|
|
15152
|
+
after?: Maybe<Scalars['String']>;
|
|
15153
|
+
invocation: Scalars['ID'];
|
|
15154
|
+
};
|
|
15155
|
+
export declare type QueryDeveloperLogAccessArgs = {
|
|
15156
|
+
contextIds: Array<Scalars['ID']>;
|
|
15157
|
+
appId: Scalars['ID'];
|
|
15158
|
+
environmentType: AppEnvironmentType;
|
|
15159
|
+
};
|
|
15160
|
+
export declare type QueryInstallationContextsWithLogAccessArgs = {
|
|
15161
|
+
appId: Scalars['ID'];
|
|
15162
|
+
};
|
|
15163
|
+
export declare type QueryTenantContextsArgs = {
|
|
15164
|
+
cloudIds?: Maybe<Array<Scalars['ID']>>;
|
|
15165
|
+
hostNames?: Maybe<Array<Scalars['String']>>;
|
|
15166
|
+
};
|
|
15167
|
+
export declare type QueryAppInstallationTaskArgs = {
|
|
15168
|
+
id: Scalars['ID'];
|
|
15169
|
+
};
|
|
15170
|
+
export declare type QueryAppDeploymentArgs = {
|
|
15171
|
+
appId: Scalars['ID'];
|
|
15172
|
+
environmentKey: Scalars['String'];
|
|
15173
|
+
id: Scalars['ID'];
|
|
15174
|
+
};
|
|
15175
|
+
export declare type QueryHelpCenterArgs = {
|
|
15176
|
+
cloudId: Scalars['ID'];
|
|
15177
|
+
};
|
|
15072
15178
|
export declare type QueryError = {
|
|
15073
15179
|
__typename?: 'QueryError';
|
|
15074
15180
|
identifier?: Maybe<Scalars['ID']>;
|
|
@@ -15106,12 +15212,13 @@ export declare enum RateLimitingCurrency {
|
|
|
15106
15212
|
TestingService = "TESTING_SERVICE",
|
|
15107
15213
|
DevopsContainerRelationshipsReadCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_READ_CURRENCY",
|
|
15108
15214
|
DevopsContainerRelationshipsWriteCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY",
|
|
15215
|
+
TeamsCurrency = "TEAMS_CURRENCY",
|
|
15216
|
+
TeamMembersCurrency = "TEAM_MEMBERS_CURRENCY",
|
|
15217
|
+
CompassInsertMetricValueCurrency = "COMPASS_INSERT_METRIC_VALUE_CURRENCY",
|
|
15109
15218
|
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
|
|
15110
15219
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
15111
15220
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
15112
|
-
|
|
15113
|
-
TeamMembersCurrency = "TEAM_MEMBERS_CURRENCY",
|
|
15114
|
-
CompassInsertMetricValueCurrency = "COMPASS_INSERT_METRIC_VALUE_CURRENCY"
|
|
15221
|
+
ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY"
|
|
15115
15222
|
}
|
|
15116
15223
|
export declare type RawStatus = {
|
|
15117
15224
|
__typename?: 'RawStatus';
|
|
@@ -16930,8 +17037,11 @@ export declare type Storage = {
|
|
|
16930
17037
|
};
|
|
16931
17038
|
export declare type Subscription = {
|
|
16932
17039
|
__typename?: 'Subscription';
|
|
16933
|
-
onJiraIssueCreatedForUser?: Maybe<OnJiraIssueCreatedForUserResponseType>;
|
|
16934
17040
|
onTestingActivityItemUpdate?: Maybe<Node>;
|
|
17041
|
+
onJiraIssueCreatedForUser?: Maybe<OnJiraIssueCreatedForUserResponseType>;
|
|
17042
|
+
};
|
|
17043
|
+
export declare type SubscriptionOnTestingActivityItemUpdateArgs = {
|
|
17044
|
+
issueId: Scalars['ID'];
|
|
16935
17045
|
};
|
|
16936
17046
|
export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
|
|
16937
17047
|
cloudId: Scalars['ID'];
|
|
@@ -16939,9 +17049,6 @@ export declare type SubscriptionOnJiraIssueCreatedForUserArgs = {
|
|
|
16939
17049
|
projectType?: JiraProjectType;
|
|
16940
17050
|
filter?: JiraProjectFilterInput;
|
|
16941
17051
|
};
|
|
16942
|
-
export declare type SubscriptionOnTestingActivityItemUpdateArgs = {
|
|
16943
|
-
issueId: Scalars['ID'];
|
|
16944
|
-
};
|
|
16945
17052
|
export declare type SupportRequest = {
|
|
16946
17053
|
__typename?: 'SupportRequest';
|
|
16947
17054
|
id: Scalars['ID'];
|
|
@@ -17807,6 +17914,16 @@ export declare type UpdateCompassComponentPayload = Payload & {
|
|
|
17807
17914
|
errors?: Maybe<Array<MutationError>>;
|
|
17808
17915
|
componentDetails?: Maybe<CompassComponent>;
|
|
17809
17916
|
};
|
|
17917
|
+
export declare type UpdateCompassComponentTypeInput = {
|
|
17918
|
+
id: Scalars['ID'];
|
|
17919
|
+
type: CompassComponentType;
|
|
17920
|
+
};
|
|
17921
|
+
export declare type UpdateCompassComponentTypePayload = Payload & {
|
|
17922
|
+
__typename?: 'UpdateCompassComponentTypePayload';
|
|
17923
|
+
success: Scalars['Boolean'];
|
|
17924
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17925
|
+
componentDetails?: Maybe<CompassComponent>;
|
|
17926
|
+
};
|
|
17810
17927
|
export declare type UpdateCompassFieldInput = {
|
|
17811
17928
|
definition: Scalars['ID'];
|
|
17812
17929
|
value: CompassFieldValueInput;
|