@forge/cli-shared 6.5.0-next.6 → 6.5.0-next.7
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
|
@@ -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>;
|
|
@@ -22924,6 +22937,7 @@ export declare enum ExternalWorkItemSubtype {
|
|
|
22924
22937
|
Bug = "BUG",
|
|
22925
22938
|
DefaultTask = "DEFAULT_TASK",
|
|
22926
22939
|
Epic = "EPIC",
|
|
22940
|
+
Incident = "INCIDENT",
|
|
22927
22941
|
Milestone = "MILESTONE",
|
|
22928
22942
|
Other = "OTHER",
|
|
22929
22943
|
Problem = "PROBLEM",
|
|
@@ -28248,6 +28262,8 @@ export declare type GraphStore = {
|
|
|
28248
28262
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28249
28263
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28250
28264
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28265
|
+
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
28266
|
+
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
28251
28267
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
28252
28268
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
28253
28269
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
@@ -30675,6 +30691,20 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
30675
30691
|
id: Scalars['ID']['input'];
|
|
30676
30692
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
30677
30693
|
};
|
|
30694
|
+
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
30695
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30696
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30697
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30698
|
+
id: Scalars['ID']['input'];
|
|
30699
|
+
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
30700
|
+
};
|
|
30701
|
+
export declare type GraphStoreUserMergedPullRequestInverseArgs = {
|
|
30702
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30703
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30704
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30705
|
+
id: Scalars['ID']['input'];
|
|
30706
|
+
sort?: InputMaybe<GraphStoreUserMergedPullRequestSortInput>;
|
|
30707
|
+
};
|
|
30678
30708
|
export declare type GraphStoreUserOwnsComponentArgs = {
|
|
30679
30709
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30680
30710
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39720,6 +39750,34 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
39720
39750
|
};
|
|
39721
39751
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39722
39752
|
export declare type GraphStoreSimplifiedUserIsInTeamUnion = TeamV2;
|
|
39753
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
39754
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
39755
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
39756
|
+
pageInfo: PageInfo;
|
|
39757
|
+
};
|
|
39758
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestEdge = {
|
|
39759
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestEdge';
|
|
39760
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39761
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39762
|
+
id: Scalars['ID']['output'];
|
|
39763
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39764
|
+
node?: Maybe<GraphStoreSimplifiedUserMergedPullRequestUnion>;
|
|
39765
|
+
};
|
|
39766
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseConnection = HasPageInfo & {
|
|
39767
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestInverseConnection';
|
|
39768
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseEdge>>>;
|
|
39769
|
+
pageInfo: PageInfo;
|
|
39770
|
+
};
|
|
39771
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseEdge = {
|
|
39772
|
+
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestInverseEdge';
|
|
39773
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39774
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39775
|
+
id: Scalars['ID']['output'];
|
|
39776
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39777
|
+
node?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseUnion>;
|
|
39778
|
+
};
|
|
39779
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39780
|
+
export declare type GraphStoreSimplifiedUserMergedPullRequestUnion = DevOpsPullRequestDetails;
|
|
39723
39781
|
export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
|
|
39724
39782
|
__typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
|
|
39725
39783
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
|
|
@@ -40519,6 +40577,9 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
40519
40577
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
40520
40578
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40521
40579
|
};
|
|
40580
|
+
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
40581
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40582
|
+
};
|
|
40522
40583
|
export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
40523
40584
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40524
40585
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40957,6 +41018,7 @@ export declare enum GrowthUnifiedProfileTeamType {
|
|
|
40957
41018
|
Operations = "OPERATIONS",
|
|
40958
41019
|
Other = "OTHER",
|
|
40959
41020
|
ProductManagement = "PRODUCT_MANAGEMENT",
|
|
41021
|
+
ProgramManagement = "PROGRAM_MANAGEMENT",
|
|
40960
41022
|
ProjectManagement = "PROJECT_MANAGEMENT",
|
|
40961
41023
|
Sales = "SALES",
|
|
40962
41024
|
SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
|
|
@@ -46273,6 +46335,19 @@ export declare type JiraCreateProjectCleanupRecommendationsPayload = Payload & {
|
|
|
46273
46335
|
recommendationsCreated?: Maybe<Scalars['Long']['output']>;
|
|
46274
46336
|
success: Scalars['Boolean']['output'];
|
|
46275
46337
|
};
|
|
46338
|
+
export declare type JiraCreateProjectFieldInput = {
|
|
46339
|
+
cloudId: Scalars['ID']['input'];
|
|
46340
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
46341
|
+
name: Scalars['String']['input'];
|
|
46342
|
+
projectId: Scalars['String']['input'];
|
|
46343
|
+
type: Scalars['String']['input'];
|
|
46344
|
+
};
|
|
46345
|
+
export declare type JiraCreateProjectFieldPayload = Payload & {
|
|
46346
|
+
__typename?: 'JiraCreateProjectFieldPayload';
|
|
46347
|
+
errors?: Maybe<Array<MutationError>>;
|
|
46348
|
+
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
46349
|
+
success: Scalars['Boolean']['output'];
|
|
46350
|
+
};
|
|
46276
46351
|
export declare type JiraCreateReleaseNoteConfluencePageInput = {
|
|
46277
46352
|
appLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
46278
46353
|
excludeIssueKey?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -49518,8 +49593,12 @@ export declare type JiraIssueSearchViewContexts = {
|
|
|
49518
49593
|
errors?: Maybe<Array<QueryError>>;
|
|
49519
49594
|
};
|
|
49520
49595
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
49596
|
+
issueContext?: InputMaybe<JiraIssueSearchViewFieldSetsIssueContext>;
|
|
49521
49597
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
49522
49598
|
};
|
|
49599
|
+
export declare type JiraIssueSearchViewFieldSetsIssueContext = {
|
|
49600
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
49601
|
+
};
|
|
49523
49602
|
export declare type JiraIssueSearchViewFieldSetsProjectContext = {
|
|
49524
49603
|
issueType?: InputMaybe<Scalars['ID']['input']>;
|
|
49525
49604
|
project?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -50964,6 +51043,7 @@ export declare type JiraMutation = {
|
|
|
50964
51043
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
50965
51044
|
createJwmOverview?: Maybe<JiraWorkManagementGiraCreateOverviewPayload>;
|
|
50966
51045
|
createProjectCleanupRecommendations?: Maybe<JiraCreateProjectCleanupRecommendationsPayload>;
|
|
51046
|
+
createProjectFieldAndAddToAllIssueTypes?: Maybe<JiraCreateProjectFieldPayload>;
|
|
50967
51047
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
50968
51048
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
50969
51049
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
@@ -51210,6 +51290,9 @@ export declare type JiraMutationCreateJwmOverviewArgs = {
|
|
|
51210
51290
|
export declare type JiraMutationCreateProjectCleanupRecommendationsArgs = {
|
|
51211
51291
|
cloudId: Scalars['ID']['input'];
|
|
51212
51292
|
};
|
|
51293
|
+
export declare type JiraMutationCreateProjectFieldAndAddToAllIssueTypesArgs = {
|
|
51294
|
+
input: JiraCreateProjectFieldInput;
|
|
51295
|
+
};
|
|
51213
51296
|
export declare type JiraMutationCreateProjectShortcutArgs = {
|
|
51214
51297
|
input: JiraCreateShortcutInput;
|
|
51215
51298
|
};
|
|
@@ -53843,6 +53926,7 @@ export declare type JiraQueryFavouritesArgs = {
|
|
|
53843
53926
|
};
|
|
53844
53927
|
export declare type JiraQueryFieldSetViewQueryByProjectArgs = {
|
|
53845
53928
|
cloudId: Scalars['ID']['input'];
|
|
53929
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
53846
53930
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
53847
53931
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
53848
53932
|
};
|
|
@@ -69409,6 +69493,7 @@ export declare type Query = {
|
|
|
69409
69493
|
externalCollaboratorDefaultSpace?: Maybe<ExternalCollaboratorDefaultSpace>;
|
|
69410
69494
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
69411
69495
|
external_entities?: Maybe<ExternalEntities>;
|
|
69496
|
+
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
69412
69497
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
69413
69498
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
69414
69499
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -69572,9 +69657,12 @@ export declare type Query = {
|
|
|
69572
69657
|
radar_fieldValues?: Maybe<RadarFieldValuesConnection>;
|
|
69573
69658
|
radar_groupMetrics?: Maybe<RadarGroupMetricsConnection>;
|
|
69574
69659
|
radar_position?: Maybe<RadarPosition>;
|
|
69660
|
+
radar_positionByAri?: Maybe<RadarPosition>;
|
|
69575
69661
|
radar_positions?: Maybe<RadarPositionConnection>;
|
|
69576
69662
|
radar_positionsByAris?: Maybe<Array<RadarPosition>>;
|
|
69663
|
+
radar_positionsSearch?: Maybe<RadarPositionConnection>;
|
|
69577
69664
|
radar_worker?: Maybe<RadarWorker>;
|
|
69665
|
+
radar_workerByAri?: Maybe<RadarWorker>;
|
|
69578
69666
|
radar_workersByAris?: Maybe<Array<RadarWorker>>;
|
|
69579
69667
|
radar_workspace: RadarWorkspace;
|
|
69580
69668
|
reactedUsers?: Maybe<ReactedUsersResponse>;
|
|
@@ -71241,6 +71329,10 @@ export declare type QueryExternalContentMediaSessionArgs = {
|
|
|
71241
71329
|
export declare type QueryExternal_EntitiesArgs = {
|
|
71242
71330
|
ids: Array<Scalars['ID']['input']>;
|
|
71243
71331
|
};
|
|
71332
|
+
export declare type QueryExternal_EntitiesV2Args = {
|
|
71333
|
+
graphWorkspaceAri: Scalars['ID']['input'];
|
|
71334
|
+
ids: Array<Scalars['ID']['input']>;
|
|
71335
|
+
};
|
|
71244
71336
|
export declare type QueryFavoriteContentArgs = {
|
|
71245
71337
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
71246
71338
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -71750,6 +71842,9 @@ export declare type QueryRadar_GroupMetricsArgs = {
|
|
|
71750
71842
|
export declare type QueryRadar_PositionArgs = {
|
|
71751
71843
|
id: Scalars['ID']['input'];
|
|
71752
71844
|
};
|
|
71845
|
+
export declare type QueryRadar_PositionByAriArgs = {
|
|
71846
|
+
id: Scalars['ID']['input'];
|
|
71847
|
+
};
|
|
71753
71848
|
export declare type QueryRadar_PositionsArgs = {
|
|
71754
71849
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71755
71850
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -71762,9 +71857,21 @@ export declare type QueryRadar_PositionsArgs = {
|
|
|
71762
71857
|
export declare type QueryRadar_PositionsByArisArgs = {
|
|
71763
71858
|
ids: Array<Scalars['ID']['input']>;
|
|
71764
71859
|
};
|
|
71860
|
+
export declare type QueryRadar_PositionsSearchArgs = {
|
|
71861
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71862
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
71863
|
+
cloudId: Scalars['ID']['input'];
|
|
71864
|
+
fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
71865
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71866
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71867
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
71868
|
+
};
|
|
71765
71869
|
export declare type QueryRadar_WorkerArgs = {
|
|
71766
71870
|
id: Scalars['ID']['input'];
|
|
71767
71871
|
};
|
|
71872
|
+
export declare type QueryRadar_WorkerByAriArgs = {
|
|
71873
|
+
id: Scalars['ID']['input'];
|
|
71874
|
+
};
|
|
71768
71875
|
export declare type QueryRadar_WorkersByArisArgs = {
|
|
71769
71876
|
ids: Array<Scalars['ID']['input']>;
|
|
71770
71877
|
};
|
|
@@ -74209,6 +74316,7 @@ export declare type SearchFilterInput = {
|
|
|
74209
74316
|
externalFilters?: InputMaybe<SearchExternalFilter>;
|
|
74210
74317
|
jiraFilters?: InputMaybe<SearchJiraFilter>;
|
|
74211
74318
|
locations: Array<Scalars['String']['input']>;
|
|
74319
|
+
mercuryFilters?: InputMaybe<SearchMercuryFilter>;
|
|
74212
74320
|
thirdPartyFilters?: InputMaybe<SearchThirdPartyFilter>;
|
|
74213
74321
|
};
|
|
74214
74322
|
export declare type SearchInterleaverScrapingResult = {
|
|
@@ -74252,6 +74360,10 @@ export declare type SearchL2Feature = {
|
|
|
74252
74360
|
export declare type SearchL2FeatureProvider = {
|
|
74253
74361
|
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
74254
74362
|
};
|
|
74363
|
+
export declare type SearchMercuryFilter = {
|
|
74364
|
+
focusAreaTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
74365
|
+
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
74366
|
+
};
|
|
74255
74367
|
export declare type SearchProductCount = {
|
|
74256
74368
|
__typename?: 'SearchProductCount';
|
|
74257
74369
|
count: Scalars['Int']['output'];
|
|
@@ -80233,7 +80345,7 @@ export declare type TrelloCreatePlannerCalendarEventOptions = {
|
|
|
80233
80345
|
eventType?: InputMaybe<TrelloPlannerCalendarEventType>;
|
|
80234
80346
|
readOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
80235
80347
|
start: Scalars['DateTime']['input'];
|
|
80236
|
-
title
|
|
80348
|
+
title: Scalars['String']['input'];
|
|
80237
80349
|
visibility?: InputMaybe<TrelloPlannerCalendarEventVisibility>;
|
|
80238
80350
|
};
|
|
80239
80351
|
export declare type TrelloCreatePlannerCalendarEventPayload = Payload & {
|
|
@@ -80545,7 +80657,7 @@ export declare type TrelloMemberUpdated = {
|
|
|
80545
80657
|
};
|
|
80546
80658
|
export declare type TrelloMemberUpdatedConnection = {
|
|
80547
80659
|
__typename?: 'TrelloMemberUpdatedConnection';
|
|
80548
|
-
nodes
|
|
80660
|
+
nodes?: Maybe<Array<TrelloMember>>;
|
|
80549
80661
|
};
|
|
80550
80662
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
80551
80663
|
__typename?: 'TrelloMemberWorkspaceConnection';
|
|
@@ -81491,6 +81603,7 @@ export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
|
81491
81603
|
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
81492
81604
|
minutesOnline?: Maybe<Scalars['Int']['output']>;
|
|
81493
81605
|
rank?: Maybe<Scalars['String']['output']>;
|
|
81606
|
+
rankPosition?: Maybe<Scalars['Int']['output']>;
|
|
81494
81607
|
repliesCreated?: Maybe<Scalars['Int']['output']>;
|
|
81495
81608
|
roles?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
81496
81609
|
status?: Maybe<Scalars['String']['output']>;
|
|
@@ -81621,8 +81734,12 @@ export declare type UnifiedLearning = UnifiedINode & {
|
|
|
81621
81734
|
recentCoursesBadges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
81622
81735
|
};
|
|
81623
81736
|
export declare type UnifiedLearningCertificationsArgs = {
|
|
81624
|
-
after?: InputMaybe<Scalars['
|
|
81737
|
+
after?: InputMaybe<Scalars['Int']['input']>;
|
|
81625
81738
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
81739
|
+
sortDirection?: InputMaybe<UnifiedSortDirection>;
|
|
81740
|
+
sortField?: InputMaybe<UnifiedLearningCertificationSortField>;
|
|
81741
|
+
status?: InputMaybe<UnifiedLearningCertificationStatus>;
|
|
81742
|
+
type?: InputMaybe<Array<UnifiedLearningCertificationType>>;
|
|
81626
81743
|
};
|
|
81627
81744
|
export declare type UnifiedLearningRecentCoursesArgs = {
|
|
81628
81745
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81638,10 +81755,11 @@ export declare type UnifiedLearningCertification = UnifiedINode & {
|
|
|
81638
81755
|
expireDate?: Maybe<Scalars['String']['output']>;
|
|
81639
81756
|
id: Scalars['ID']['output'];
|
|
81640
81757
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
81641
|
-
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
81642
81758
|
name?: Maybe<Scalars['String']['output']>;
|
|
81643
81759
|
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
81760
|
+
publicUrl?: Maybe<Scalars['String']['output']>;
|
|
81644
81761
|
status?: Maybe<Scalars['String']['output']>;
|
|
81762
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
81645
81763
|
};
|
|
81646
81764
|
export declare type UnifiedLearningCertificationConnection = UnifiedIConnection & {
|
|
81647
81765
|
__typename?: 'UnifiedLearningCertificationConnection';
|
|
@@ -81654,6 +81772,26 @@ export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
|
81654
81772
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
81655
81773
|
node?: Maybe<UnifiedLearningCertification>;
|
|
81656
81774
|
};
|
|
81775
|
+
export declare enum UnifiedLearningCertificationSortField {
|
|
81776
|
+
ActiveDate = "ACTIVE_DATE",
|
|
81777
|
+
ExpireDate = "EXPIRE_DATE",
|
|
81778
|
+
Id = "ID",
|
|
81779
|
+
ImageUrl = "IMAGE_URL",
|
|
81780
|
+
Name = "NAME",
|
|
81781
|
+
NameAbbr = "NAME_ABBR",
|
|
81782
|
+
PublicUrl = "PUBLIC_URL",
|
|
81783
|
+
Status = "STATUS",
|
|
81784
|
+
Type = "TYPE"
|
|
81785
|
+
}
|
|
81786
|
+
export declare enum UnifiedLearningCertificationStatus {
|
|
81787
|
+
Active = "ACTIVE",
|
|
81788
|
+
Expired = "EXPIRED"
|
|
81789
|
+
}
|
|
81790
|
+
export declare enum UnifiedLearningCertificationType {
|
|
81791
|
+
Badge = "BADGE",
|
|
81792
|
+
Certification = "CERTIFICATION",
|
|
81793
|
+
Standing = "STANDING"
|
|
81794
|
+
}
|
|
81657
81795
|
export declare type UnifiedLinkAuthenticationPayload = {
|
|
81658
81796
|
__typename?: 'UnifiedLinkAuthenticationPayload';
|
|
81659
81797
|
account1?: Maybe<UnifiedAccountDetails>;
|
|
@@ -81700,7 +81838,7 @@ export declare type UnifiedLinkingMutation = {
|
|
|
81700
81838
|
authenticateLinkingWithLoggedInAccount?: Maybe<UnifiedULinkAuthenticationPayload>;
|
|
81701
81839
|
completeTransaction?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81702
81840
|
initializeLinkingWithLoggedInAccount?: Maybe<UnifiedULinkInitiationPayload>;
|
|
81703
|
-
|
|
81841
|
+
updateLinkingWithPrimaryAccountAaid?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81704
81842
|
};
|
|
81705
81843
|
export declare type UnifiedLinkingMutationAuthenticateLinkingWithLoggedInAccountArgs = {
|
|
81706
81844
|
token: Scalars['String']['input'];
|
|
@@ -81708,7 +81846,7 @@ export declare type UnifiedLinkingMutationAuthenticateLinkingWithLoggedInAccount
|
|
|
81708
81846
|
export declare type UnifiedLinkingMutationCompleteTransactionArgs = {
|
|
81709
81847
|
token: Scalars['String']['input'];
|
|
81710
81848
|
};
|
|
81711
|
-
export declare type
|
|
81849
|
+
export declare type UnifiedLinkingMutationUpdateLinkingWithPrimaryAccountAaidArgs = {
|
|
81712
81850
|
aaid: Scalars['String']['input'];
|
|
81713
81851
|
token: Scalars['String']['input'];
|
|
81714
81852
|
};
|
|
@@ -81914,6 +82052,10 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
|
81914
82052
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
81915
82053
|
node?: Maybe<UnifiedRecentCourse>;
|
|
81916
82054
|
};
|
|
82055
|
+
export declare enum UnifiedSortDirection {
|
|
82056
|
+
Asc = "ASC",
|
|
82057
|
+
Desc = "DESC"
|
|
82058
|
+
}
|
|
81917
82059
|
export declare type UnifiedUAccount2Result = UnifiedAccount2 | UnifiedQueryError;
|
|
81918
82060
|
export declare type UnifiedUAccountDetailsResult = UnifiedAccountDetails | UnifiedQueryError;
|
|
81919
82061
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
@@ -84025,6 +84167,7 @@ export declare type WorkSuggestionsPullRequestSuggestionsResponse = {
|
|
|
84025
84167
|
__typename?: 'WorkSuggestionsPullRequestSuggestionsResponse';
|
|
84026
84168
|
mergeableSuggestions?: Maybe<Array<WorkSuggestionsPrMergeableTask>>;
|
|
84027
84169
|
newCommentsSuggestions?: Maybe<Array<WorkSuggestionsPrCommentsTask>>;
|
|
84170
|
+
pullRequestReviewSuggestions?: Maybe<Array<WorkSuggestionsPullRequestReviewTask>>;
|
|
84028
84171
|
};
|
|
84029
84172
|
export declare type WorkSuggestionsPurgeUserActionStateInput = {
|
|
84030
84173
|
cloudId: Scalars['ID']['input'];
|