@forge/cli-shared 6.5.0-next.6 → 6.5.0
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,34 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 48e369c: Update RoA messages for egressing webtriggers
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 738dea1: Update text for Runs on Atlassian program
|
|
12
|
+
- 9ad64ab: Rename ResourceType to avoid a conflict with new GraphQL type
|
|
13
|
+
- f571cc9: Fix direct distribution link
|
|
14
|
+
- Updated dependencies [0146304]
|
|
15
|
+
- Updated dependencies [d5c7fe4]
|
|
16
|
+
- Updated dependencies [56b1d12]
|
|
17
|
+
- Updated dependencies [e94d83f]
|
|
18
|
+
- Updated dependencies [b088bc0]
|
|
19
|
+
- Updated dependencies [035b3f5]
|
|
20
|
+
- Updated dependencies [66f157a]
|
|
21
|
+
- Updated dependencies [0a3744a]
|
|
22
|
+
- @forge/manifest@8.3.0
|
|
23
|
+
|
|
24
|
+
## 6.5.0-next.7
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [e94d83f]
|
|
29
|
+
- Updated dependencies [0a3744a]
|
|
30
|
+
- @forge/manifest@8.3.0-next.4
|
|
31
|
+
|
|
3
32
|
## 6.5.0-next.6
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -3994,6 +3994,7 @@ export declare type CompassCampaign = Node & {
|
|
|
3994
3994
|
dueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
3995
3995
|
id: Scalars['ID']['output'];
|
|
3996
3996
|
name?: Maybe<Scalars['String']['output']>;
|
|
3997
|
+
scorecard?: Maybe<CompassScorecard>;
|
|
3997
3998
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
3998
3999
|
status?: Maybe<Scalars['String']['output']>;
|
|
3999
4000
|
};
|
|
@@ -4013,6 +4014,7 @@ export declare type CompassCampaignQuery = {
|
|
|
4013
4014
|
sort?: InputMaybe<CompassCampaignQuerySort>;
|
|
4014
4015
|
};
|
|
4015
4016
|
export declare type CompassCampaignQueryFilter = {
|
|
4017
|
+
createdByUserId?: InputMaybe<Scalars['ID']['input']>;
|
|
4016
4018
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
4017
4019
|
};
|
|
4018
4020
|
export declare type CompassCampaignQuerySort = {
|
|
@@ -4367,6 +4369,8 @@ export declare type CompassCatalogQueryApi = {
|
|
|
4367
4369
|
assistantAnswer?: Maybe<CompassAssistantAnswer>;
|
|
4368
4370
|
attentionItems?: Maybe<CompassAttentionItemQueryResult>;
|
|
4369
4371
|
attentionItemsConnection?: Maybe<CompassAttentionItemConnection>;
|
|
4372
|
+
campaign?: Maybe<CompassCampaignResult>;
|
|
4373
|
+
campaigns?: Maybe<CompassCampaignConnection>;
|
|
4370
4374
|
component?: Maybe<CompassComponentResult>;
|
|
4371
4375
|
componentByExternalAlias?: Maybe<CompassComponentResult>;
|
|
4372
4376
|
componentByReference?: Maybe<CompassComponentResult>;
|
|
@@ -4415,6 +4419,15 @@ export declare type CompassCatalogQueryApiAttentionItemsConnectionArgs = {
|
|
|
4415
4419
|
cloudId: Scalars['ID']['input'];
|
|
4416
4420
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4417
4421
|
};
|
|
4422
|
+
export declare type CompassCatalogQueryApiCampaignArgs = {
|
|
4423
|
+
id: Scalars['ID']['input'];
|
|
4424
|
+
};
|
|
4425
|
+
export declare type CompassCatalogQueryApiCampaignsArgs = {
|
|
4426
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
4427
|
+
cloudId: Scalars['ID']['input'];
|
|
4428
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4429
|
+
query?: InputMaybe<CompassCampaignQuery>;
|
|
4430
|
+
};
|
|
4418
4431
|
export declare type CompassCatalogQueryApiComponentArgs = {
|
|
4419
4432
|
id: Scalars['ID']['input'];
|
|
4420
4433
|
};
|
|
@@ -5632,7 +5645,6 @@ export declare type CompassCustomUserFieldFilter = CompassCustomFieldFilter & {
|
|
|
5632
5645
|
__typename?: 'CompassCustomUserFieldFilter';
|
|
5633
5646
|
comparator: Scalars['String']['output'];
|
|
5634
5647
|
customFieldId: Scalars['String']['output'];
|
|
5635
|
-
users?: Maybe<Array<User>>;
|
|
5636
5648
|
values: Array<Scalars['String']['output']>;
|
|
5637
5649
|
};
|
|
5638
5650
|
export declare type CompassCustomUserFieldFilterInput = {
|
|
@@ -6325,6 +6337,7 @@ export declare type CompassInsertMetricValuePayload = Payload & {
|
|
|
6325
6337
|
};
|
|
6326
6338
|
export declare type CompassJqlMetricSourceConfiguration = {
|
|
6327
6339
|
__typename?: 'CompassJQLMetricSourceConfiguration';
|
|
6340
|
+
executingJql?: Maybe<Scalars['String']['output']>;
|
|
6328
6341
|
jql?: Maybe<Scalars['String']['output']>;
|
|
6329
6342
|
userContext?: Maybe<User>;
|
|
6330
6343
|
viewerPermissions?: Maybe<CompassJqlMetricSourceInstancePermissions>;
|
|
@@ -15289,11 +15302,38 @@ export declare type ConnectionManagerCreateApiTokenConnectionInput = {
|
|
|
15289
15302
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15290
15303
|
tokens?: InputMaybe<Array<InputMaybe<ConnectionManagerTokenInput>>>;
|
|
15291
15304
|
};
|
|
15305
|
+
export declare type ConnectionManagerCreateOAuthConnectionForJiraProjectPayload = Payload & {
|
|
15306
|
+
__typename?: 'ConnectionManagerCreateOAuthConnectionForJiraProjectPayload';
|
|
15307
|
+
authorizationUrl?: Maybe<Scalars['String']['output']>;
|
|
15308
|
+
createdConnectionId?: Maybe<Scalars['ID']['output']>;
|
|
15309
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15310
|
+
success: Scalars['Boolean']['output'];
|
|
15311
|
+
};
|
|
15312
|
+
export declare type ConnectionManagerCreateOAuthConnectionInput = {
|
|
15313
|
+
configuration?: InputMaybe<ConnectionManagerConfigurationInput>;
|
|
15314
|
+
credentials?: InputMaybe<ConnectionManagerOAuthCredentialsInput>;
|
|
15315
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
15316
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
15317
|
+
providerDetails?: InputMaybe<ConnectionManagerOAuthProviderDetailsInput>;
|
|
15318
|
+
};
|
|
15292
15319
|
export declare type ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload = Payload & {
|
|
15293
15320
|
__typename?: 'ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload';
|
|
15294
15321
|
errors?: Maybe<Array<MutationError>>;
|
|
15295
15322
|
success: Scalars['Boolean']['output'];
|
|
15296
15323
|
};
|
|
15324
|
+
export declare type ConnectionManagerDeleteConnectionForJiraProjectPayload = Payload & {
|
|
15325
|
+
__typename?: 'ConnectionManagerDeleteConnectionForJiraProjectPayload';
|
|
15326
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15327
|
+
success: Scalars['Boolean']['output'];
|
|
15328
|
+
};
|
|
15329
|
+
export declare type ConnectionManagerOAuthCredentialsInput = {
|
|
15330
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
15331
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
15332
|
+
};
|
|
15333
|
+
export declare type ConnectionManagerOAuthProviderDetailsInput = {
|
|
15334
|
+
authorizationUrl?: InputMaybe<Scalars['String']['input']>;
|
|
15335
|
+
exchangeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
15336
|
+
};
|
|
15297
15337
|
export declare type ConnectionManagerTokenInput = {
|
|
15298
15338
|
token?: InputMaybe<Scalars['String']['input']>;
|
|
15299
15339
|
tokenId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22924,6 +22964,7 @@ export declare enum ExternalWorkItemSubtype {
|
|
|
22924
22964
|
Bug = "BUG",
|
|
22925
22965
|
DefaultTask = "DEFAULT_TASK",
|
|
22926
22966
|
Epic = "EPIC",
|
|
22967
|
+
Incident = "INCIDENT",
|
|
22927
22968
|
Milestone = "MILESTONE",
|
|
22928
22969
|
Other = "OTHER",
|
|
22929
22970
|
Problem = "PROBLEM",
|
|
@@ -28248,6 +28289,8 @@ export declare type GraphStore = {
|
|
|
28248
28289
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28249
28290
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28250
28291
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28292
|
+
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
28293
|
+
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
28251
28294
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
28252
28295
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
28253
28296
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
@@ -30675,6 +30718,20 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
30675
30718
|
id: Scalars['ID']['input'];
|
|
30676
30719
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
30677
30720
|
};
|
|
30721
|
+
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
30722
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30723
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30724
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30725
|
+
id: Scalars['ID']['input'];
|
|
30726
|
+
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
30727
|
+
};
|
|
30728
|
+
export declare type GraphStoreUserMergedPullRequestInverseArgs = {
|
|
30729
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30730
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30731
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30732
|
+
id: Scalars['ID']['input'];
|
|
30733
|
+
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
30734
|
+
};
|
|
30678
30735
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
30679
30736
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30680
30737
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39720,6 +39777,34 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
39720
39777
|
};
|
|
39721
39778
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39722
39779
|
export declare type GraphStoreSimplifiedUserIsInTeamUnion = TeamV2;
|
|
39780
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
39781
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
39782
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
39783
|
+
pageInfo: PageInfo;
|
|
39784
|
+
};
|
|
39785
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestEdge = {
|
|
39786
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestEdge';
|
|
39787
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39788
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39789
|
+
id: Scalars['ID']['output'];
|
|
39790
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39791
|
+
node?: Maybe<GraphStoreSimplifiedUserMergedPullRequestUnion>;
|
|
39792
|
+
};
|
|
39793
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseConnection = HasPageInfo & {
|
|
39794
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestInverseConnection';
|
|
39795
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseEdge>>>;
|
|
39796
|
+
pageInfo: PageInfo;
|
|
39797
|
+
};
|
|
39798
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseEdge = {
|
|
39799
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestInverseEdge';
|
|
39800
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39801
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39802
|
+
id: Scalars['ID']['output'];
|
|
39803
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39804
|
+
node?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseUnion>;
|
|
39805
|
+
};
|
|
39806
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39807
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestUnion = DevOpsPullRequestDetails;
|
|
39723
39808
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
39724
39809
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
39725
39810
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -40519,6 +40604,9 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
40519
40604
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
40520
40605
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40521
40606
|
};
|
|
40607
|
+
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
40608
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40609
|
+
};
|
|
40522
40610
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
40523
40611
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40524
40612
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40957,6 +41045,7 @@ export declare enum GrowthUnifiedProfileTeamType {
|
|
|
40957
41045
|
Operations = "OPERATIONS",
|
|
40958
41046
|
Other = "OTHER",
|
|
40959
41047
|
ProductManagement = "PRODUCT_MANAGEMENT",
|
|
41048
|
+
ProgramManagement = "PROGRAM_MANAGEMENT",
|
|
40960
41049
|
ProjectManagement = "PROJECT_MANAGEMENT",
|
|
40961
41050
|
Sales = "SALES",
|
|
40962
41051
|
SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
|
|
@@ -46273,6 +46362,19 @@ export declare type JiraCreateProjectCleanupRecommendationsPayload = Payload & {
|
|
|
46273
46362
|
recommendationsCreated?: Maybe<Scalars['Long']['output']>;
|
|
46274
46363
|
success: Scalars['Boolean']['output'];
|
|
46275
46364
|
};
|
|
46365
|
+
export declare type JiraCreateProjectFieldInput = {
|
|
46366
|
+
cloudId: Scalars['ID']['input'];
|
|
46367
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
46368
|
+
name: Scalars['String']['input'];
|
|
46369
|
+
projectId: Scalars['String']['input'];
|
|
46370
|
+
type: Scalars['String']['input'];
|
|
46371
|
+
};
|
|
46372
|
+
export declare type JiraCreateProjectFieldPayload = Payload & {
|
|
46373
|
+
__typename?: 'JiraCreateProjectFieldPayload';
|
|
46374
|
+
errors?: Maybe<Array<MutationError>>;
|
|
46375
|
+
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
46376
|
+
success: Scalars['Boolean']['output'];
|
|
46377
|
+
};
|
|
46276
46378
|
export declare type JiraCreateReleaseNoteConfluencePageInput = {
|
|
46277
46379
|
appLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
46278
46380
|
excludeIssueKey?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -49518,8 +49620,12 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
49518
49620
|
errors?: Maybe<Array<QueryError>>;
|
|
49519
49621
|
};
|
|
49520
49622
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
49623
|
+
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
49521
49624
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
49522
49625
|
};
|
|
49626
|
+
export declare type JiraIssueSearchViewFieldSetsIssueContext = {
|
|
49627
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
49628
|
+
};
|
|
49523
49629
|
export declare type JiraIssueSearchViewFieldSetsProjectContext = {
|
|
49524
49630
|
issueType?: InputMaybe<Scalars['ID']['input']>;
|
|
49525
49631
|
project?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -50964,6 +51070,7 @@ export declare type JiraMutation = {
|
|
|
50964
51070
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
50965
51071
|
createJwmOverview?: Maybe<JiraWorkManagementGiraCreateOverviewPayload>;
|
|
50966
51072
|
createProjectCleanupRecommendations?: Maybe<JiraCreateProjectCleanupRecommendationsPayload>;
|
|
51073
|
+
createProjectFieldAndAddToAllIssueTypes?: Maybe<JiraCreateProjectFieldPayload>;
|
|
50967
51074
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
50968
51075
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
50969
51076
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
@@ -51210,6 +51317,9 @@ export declare type JiraMutationCreateJwmOverviewArgs = {
|
|
|
51210
51317
|
export declare type JiraMutationCreateProjectCleanupRecommendationsArgs = {
|
|
51211
51318
|
cloudId: Scalars['ID']['input'];
|
|
51212
51319
|
};
|
|
51320
|
+
export declare type JiraMutationCreateProjectFieldAndAddToAllIssueTypesArgs = {
|
|
51321
|
+
input: JiraCreateProjectFieldInput;
|
|
51322
|
+
};
|
|
51213
51323
|
export declare type JiraMutationCreateProjectShortcutArgs = {
|
|
51214
51324
|
input: JiraCreateShortcutInput;
|
|
51215
51325
|
};
|
|
@@ -53843,6 +53953,7 @@ export declare type JiraQueryFavouritesArgs = {
|
|
|
53843
53953
|
};
|
|
53844
53954
|
export declare type JiraQueryFieldSetViewQueryByProjectArgs = {
|
|
53845
53955
|
cloudId: Scalars['ID']['input'];
|
|
53956
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
53846
53957
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
53847
53958
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
53848
53959
|
};
|
|
@@ -64896,7 +65007,9 @@ export declare type Mutation = {
|
|
|
64896
65007
|
confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
|
|
64897
65008
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
64898
65009
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
65010
|
+
connectionManager_createOAuthConnectionForJiraProject?: Maybe<ConnectionManagerCreateOAuthConnectionForJiraProjectPayload>;
|
|
64899
65011
|
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
65012
|
+
connectionManager_deleteConnectionForJiraProject?: Maybe<ConnectionManagerDeleteConnectionForJiraProjectPayload>;
|
|
64900
65013
|
contactAdmin?: Maybe<GraphQlContactAdminStatus>;
|
|
64901
65014
|
convertToFolder?: Maybe<ConfluenceConvertContentToFolderPayload>;
|
|
64902
65015
|
copyDefaultSpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
@@ -65714,10 +65827,18 @@ export declare type MutationConnectionManager_CreateApiTokenConnectionForJiraPro
|
|
|
65714
65827
|
createApiTokenConnectionInput?: InputMaybe<ConnectionManagerCreateApiTokenConnectionInput>;
|
|
65715
65828
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
65716
65829
|
};
|
|
65830
|
+
export declare type MutationConnectionManager_CreateOAuthConnectionForJiraProjectArgs = {
|
|
65831
|
+
createOAuthConnectionInput: ConnectionManagerCreateOAuthConnectionInput;
|
|
65832
|
+
jiraProjectARI: Scalars['ID']['input'];
|
|
65833
|
+
};
|
|
65717
65834
|
export declare type MutationConnectionManager_DeleteApiTokenConnectionForJiraProjectArgs = {
|
|
65718
65835
|
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
65719
65836
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
65720
65837
|
};
|
|
65838
|
+
export declare type MutationConnectionManager_DeleteConnectionForJiraProjectArgs = {
|
|
65839
|
+
integrationKey: Scalars['String']['input'];
|
|
65840
|
+
jiraProjectARI: Scalars['ID']['input'];
|
|
65841
|
+
};
|
|
65721
65842
|
export declare type MutationContactAdminArgs = {
|
|
65722
65843
|
input: ContactAdminMutationInput;
|
|
65723
65844
|
};
|
|
@@ -69409,6 +69530,7 @@ export declare type Query = {
|
|
|
69409
69530
|
externalCollaboratorDefaultSpace?: Maybe<ExternalCollaboratorDefaultSpace>;
|
|
69410
69531
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
69411
69532
|
external_entities?: Maybe<ExternalEntities>;
|
|
69533
|
+
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
69412
69534
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
69413
69535
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
69414
69536
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -69572,9 +69694,12 @@ export declare type Query = {
|
|
|
69572
69694
|
radar_fieldValues?: Maybe<RadarFieldValuesConnection>;
|
|
69573
69695
|
radar_groupMetrics?: Maybe<RadarGroupMetricsConnection>;
|
|
69574
69696
|
radar_position?: Maybe<RadarPosition>;
|
|
69697
|
+
radar_positionByAri?: Maybe<RadarPosition>;
|
|
69575
69698
|
radar_positions?: Maybe<RadarPositionConnection>;
|
|
69576
69699
|
radar_positionsByAris?: Maybe<Array<RadarPosition>>;
|
|
69700
|
+
radar_positionsSearch?: Maybe<RadarPositionConnection>;
|
|
69577
69701
|
radar_worker?: Maybe<RadarWorker>;
|
|
69702
|
+
radar_workerByAri?: Maybe<RadarWorker>;
|
|
69578
69703
|
radar_workersByAris?: Maybe<Array<RadarWorker>>;
|
|
69579
69704
|
radar_workspace: RadarWorkspace;
|
|
69580
69705
|
reactedUsers?: Maybe<ReactedUsersResponse>;
|
|
@@ -71241,6 +71366,10 @@ export declare type QueryExternalContentMediaSessionArgs = {
|
|
|
71241
71366
|
export declare type QueryExternal_EntitiesArgs = {
|
|
71242
71367
|
ids: Array<Scalars['ID']['input']>;
|
|
71243
71368
|
};
|
|
71369
|
+
export declare type QueryExternal_EntitiesV2Args = {
|
|
71370
|
+
graphWorkspaceAri: Scalars['ID']['input'];
|
|
71371
|
+
ids: Array<Scalars['ID']['input']>;
|
|
71372
|
+
};
|
|
71244
71373
|
export declare type QueryFavoriteContentArgs = {
|
|
71245
71374
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
71246
71375
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -71750,6 +71879,9 @@ export declare type QueryRadar_GroupMetricsArgs = {
|
|
|
71750
71879
|
export declare type QueryRadar_PositionArgs = {
|
|
71751
71880
|
id: Scalars['ID']['input'];
|
|
71752
71881
|
};
|
|
71882
|
+
export declare type QueryRadar_PositionByAriArgs = {
|
|
71883
|
+
id: Scalars['ID']['input'];
|
|
71884
|
+
};
|
|
71753
71885
|
export declare type QueryRadar_PositionsArgs = {
|
|
71754
71886
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71755
71887
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -71762,9 +71894,21 @@ export declare type QueryRadar_PositionsArgs = {
|
|
|
71762
71894
|
export declare type QueryRadar_PositionsByArisArgs = {
|
|
71763
71895
|
ids: Array<Scalars['ID']['input']>;
|
|
71764
71896
|
};
|
|
71897
|
+
export declare type QueryRadar_PositionsSearchArgs = {
|
|
71898
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71899
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
71900
|
+
cloudId: Scalars['ID']['input'];
|
|
71901
|
+
fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
71902
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71903
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71904
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
71905
|
+
};
|
|
71765
71906
|
export declare type QueryRadar_WorkerArgs = {
|
|
71766
71907
|
id: Scalars['ID']['input'];
|
|
71767
71908
|
};
|
|
71909
|
+
export declare type QueryRadar_WorkerByAriArgs = {
|
|
71910
|
+
id: Scalars['ID']['input'];
|
|
71911
|
+
};
|
|
71768
71912
|
export declare type QueryRadar_WorkersByArisArgs = {
|
|
71769
71913
|
ids: Array<Scalars['ID']['input']>;
|
|
71770
71914
|
};
|
|
@@ -74209,6 +74353,7 @@ export declare type SearchFilterInput = {
|
|
|
74209
74353
|
externalFilters?: InputMaybe<SearchExternalFilter>;
|
|
74210
74354
|
jiraFilters?: InputMaybe<SearchJiraFilter>;
|
|
74211
74355
|
locations: Array<Scalars['String']['input']>;
|
|
74356
|
+
mercuryFilters?: InputMaybe<SearchMercuryFilter>;
|
|
74212
74357
|
thirdPartyFilters?: InputMaybe<SearchThirdPartyFilter>;
|
|
74213
74358
|
};
|
|
74214
74359
|
export declare type SearchInterleaverScrapingResult = {
|
|
@@ -74252,6 +74397,10 @@ export declare type SearchL2Feature = {
|
|
|
74252
74397
|
export declare type SearchL2FeatureProvider = {
|
|
74253
74398
|
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
74254
74399
|
};
|
|
74400
|
+
export declare type SearchMercuryFilter = {
|
|
74401
|
+
focusAreaTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
74402
|
+
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
74403
|
+
};
|
|
74255
74404
|
export declare type SearchProductCount = {
|
|
74256
74405
|
__typename?: 'SearchProductCount';
|
|
74257
74406
|
count: Scalars['Int']['output'];
|
|
@@ -80233,7 +80382,7 @@ export declare type TrelloCreatePlannerCalendarEventOptions = {
|
|
|
80233
80382
|
eventType?: InputMaybe<TrelloPlannerCalendarEventType>;
|
|
80234
80383
|
readOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
80235
80384
|
start: Scalars['DateTime']['input'];
|
|
80236
|
-
title
|
|
80385
|
+
title: Scalars['String']['input'];
|
|
80237
80386
|
visibility?: InputMaybe<TrelloPlannerCalendarEventVisibility>;
|
|
80238
80387
|
};
|
|
80239
80388
|
export declare type TrelloCreatePlannerCalendarEventPayload = Payload & {
|
|
@@ -80545,7 +80694,7 @@ export declare type TrelloMemberUpdated = {
|
|
|
80545
80694
|
};
|
|
80546
80695
|
export declare type TrelloMemberUpdatedConnection = {
|
|
80547
80696
|
__typename?: 'TrelloMemberUpdatedConnection';
|
|
80548
|
-
nodes
|
|
80697
|
+
nodes?: Maybe<Array<TrelloMember>>;
|
|
80549
80698
|
};
|
|
80550
80699
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
80551
80700
|
__typename?: 'TrelloMemberWorkspaceConnection';
|
|
@@ -81491,6 +81640,7 @@ export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
|
81491
81640
|
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
81492
81641
|
minutesOnline?: Maybe<Scalars['Int']['output']>;
|
|
81493
81642
|
rank?: Maybe<Scalars['String']['output']>;
|
|
81643
|
+
rankPosition?: Maybe<Scalars['Int']['output']>;
|
|
81494
81644
|
repliesCreated?: Maybe<Scalars['Int']['output']>;
|
|
81495
81645
|
roles?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
81496
81646
|
status?: Maybe<Scalars['String']['output']>;
|
|
@@ -81621,8 +81771,12 @@ export declare type UnifiedLearning = UnifiedINode & {
|
|
|
81621
81771
|
recentCoursesBadges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
81622
81772
|
};
|
|
81623
81773
|
export declare type UnifiedLearningCertificationsArgs = {
|
|
81624
|
-
after?: InputMaybe<Scalars['
|
|
81774
|
+
after?: InputMaybe<Scalars['Int']['input']>;
|
|
81625
81775
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
81776
|
+
sortDirection?: InputMaybe<UnifiedSortDirection>;
|
|
81777
|
+
sortField?: InputMaybe<UnifiedLearningCertificationSortField>;
|
|
81778
|
+
status?: InputMaybe<UnifiedLearningCertificationStatus>;
|
|
81779
|
+
type?: InputMaybe<Array<UnifiedLearningCertificationType>>;
|
|
81626
81780
|
};
|
|
81627
81781
|
export declare type UnifiedLearningRecentCoursesArgs = {
|
|
81628
81782
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81638,10 +81792,11 @@ export declare type UnifiedLearningCertification = UnifiedINode & {
|
|
|
81638
81792
|
expireDate?: Maybe<Scalars['String']['output']>;
|
|
81639
81793
|
id: Scalars['ID']['output'];
|
|
81640
81794
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
81641
|
-
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
81642
81795
|
name?: Maybe<Scalars['String']['output']>;
|
|
81643
81796
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
81797
|
+
publicUrl?: Maybe<Scalars['String']['output']>;
|
|
81644
81798
|
status?: Maybe<Scalars['String']['output']>;
|
|
81799
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
81645
81800
|
};
|
|
81646
81801
|
export declare type UnifiedLearningCertificationConnection = UnifiedIConnection & {
|
|
81647
81802
|
__typename?: 'UnifiedLearningCertificationConnection';
|
|
@@ -81654,6 +81809,26 @@ export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
|
81654
81809
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
81655
81810
|
node?: Maybe<UnifiedLearningCertification>;
|
|
81656
81811
|
};
|
|
81812
|
+
export declare enum UnifiedLearningCertificationSortField {
|
|
81813
|
+
ActiveDate = "ACTIVE_DATE",
|
|
81814
|
+
ExpireDate = "EXPIRE_DATE",
|
|
81815
|
+
Id = "ID",
|
|
81816
|
+
ImageUrl = "IMAGE_URL",
|
|
81817
|
+
Name = "NAME",
|
|
81818
|
+
NameAbbr = "NAME_ABBR",
|
|
81819
|
+
PublicUrl = "PUBLIC_URL",
|
|
81820
|
+
Status = "STATUS",
|
|
81821
|
+
Type = "TYPE"
|
|
81822
|
+
}
|
|
81823
|
+
export declare enum UnifiedLearningCertificationStatus {
|
|
81824
|
+
Active = "ACTIVE",
|
|
81825
|
+
Expired = "EXPIRED"
|
|
81826
|
+
}
|
|
81827
|
+
export declare enum UnifiedLearningCertificationType {
|
|
81828
|
+
Badge = "BADGE",
|
|
81829
|
+
Certification = "CERTIFICATION",
|
|
81830
|
+
Standing = "STANDING"
|
|
81831
|
+
}
|
|
81657
81832
|
export declare type UnifiedLinkAuthenticationPayload = {
|
|
81658
81833
|
__typename?: 'UnifiedLinkAuthenticationPayload';
|
|
81659
81834
|
account1?: Maybe<UnifiedAccountDetails>;
|
|
@@ -81700,7 +81875,7 @@ export declare type UnifiedLinkingMutation = {
|
|
|
81700
81875
|
authenticateLinkingWithLoggedInAccount?: Maybe<UnifiedULinkAuthenticationPayload>;
|
|
81701
81876
|
completeTransaction?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81702
81877
|
initializeLinkingWithLoggedInAccount?: Maybe<UnifiedULinkInitiationPayload>;
|
|
81703
|
-
|
|
81878
|
+
updateLinkingWithPrimaryAccountAaid?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81704
81879
|
};
|
|
81705
81880
|
export declare type UnifiedLinkingMutationAuthenticateLinkingWithLoggedInAccountArgs = {
|
|
81706
81881
|
token: Scalars['String']['input'];
|
|
@@ -81708,7 +81883,7 @@ export declare type UnifiedLinkingMutationAuthenticateLinkingWithLoggedInAccount
|
|
|
81708
81883
|
export declare type UnifiedLinkingMutationCompleteTransactionArgs = {
|
|
81709
81884
|
token: Scalars['String']['input'];
|
|
81710
81885
|
};
|
|
81711
|
-
export declare type
|
|
81886
|
+
export declare type UnifiedLinkingMutationUpdateLinkingWithPrimaryAccountAaidArgs = {
|
|
81712
81887
|
aaid: Scalars['String']['input'];
|
|
81713
81888
|
token: Scalars['String']['input'];
|
|
81714
81889
|
};
|
|
@@ -81914,6 +82089,10 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
|
81914
82089
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
81915
82090
|
node?: Maybe<UnifiedRecentCourse>;
|
|
81916
82091
|
};
|
|
82092
|
+
export declare enum UnifiedSortDirection {
|
|
82093
|
+
Asc = "ASC",
|
|
82094
|
+
Desc = "DESC"
|
|
82095
|
+
}
|
|
81917
82096
|
export declare type UnifiedUAccount2Result = UnifiedAccount2 | UnifiedQueryError;
|
|
81918
82097
|
export declare type UnifiedUAccountDetailsResult = UnifiedAccountDetails | UnifiedQueryError;
|
|
81919
82098
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
@@ -84025,6 +84204,7 @@ export declare type WorkSuggestionsPullRequestSuggestionsResponse = {
|
|
|
84025
84204
|
__typename?: 'WorkSuggestionsPullRequestSuggestionsResponse';
|
|
84026
84205
|
mergeableSuggestions?: Maybe<Array<WorkSuggestionsPrMergeableTask>>;
|
|
84027
84206
|
newCommentsSuggestions?: Maybe<Array<WorkSuggestionsPrCommentsTask>>;
|
|
84207
|
+
pullRequestReviewSuggestions?: Maybe<Array<WorkSuggestionsPullRequestReviewTask>>;
|
|
84028
84208
|
};
|
|
84029
84209
|
export declare type WorkSuggestionsPurgeUserActionStateInput = {
|
|
84030
84210
|
cloudId: Scalars['ID']['input'];
|