@forge/cli-shared 5.0.0-next.4 → 5.0.0-next.4-experimental-c6147b1
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 +41 -0
- package/out/graphql/graphql-types.d.ts +254 -133
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +37 -13
- package/package.json +2 -2
|
@@ -2019,6 +2019,18 @@ export declare type BoardScopeEdge = {
|
|
|
2019
2019
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
2020
2020
|
node?: Maybe<BoardScope>;
|
|
2021
2021
|
};
|
|
2022
|
+
export declare enum BoardSwimlaneStrategy {
|
|
2023
|
+
AssigneeUnassignedFirst = "ASSIGNEE_UNASSIGNED_FIRST",
|
|
2024
|
+
AssigneeUnassignedLast = "ASSIGNEE_UNASSIGNED_LAST",
|
|
2025
|
+
Custom = "CUSTOM",
|
|
2026
|
+
Epic = "EPIC",
|
|
2027
|
+
IssueChildren = "ISSUE_CHILDREN",
|
|
2028
|
+
IssueParent = "ISSUE_PARENT",
|
|
2029
|
+
None = "NONE",
|
|
2030
|
+
ParentChild = "PARENT_CHILD",
|
|
2031
|
+
Project = "PROJECT",
|
|
2032
|
+
RequestType = "REQUEST_TYPE"
|
|
2033
|
+
}
|
|
2022
2034
|
export declare type Book = {
|
|
2023
2035
|
__typename?: 'Book';
|
|
2024
2036
|
author?: Maybe<Array<Maybe<Author>>>;
|
|
@@ -10028,6 +10040,7 @@ export declare type DevOpsDocument = Node & {
|
|
|
10028
10040
|
__typename?: 'DevOpsDocument';
|
|
10029
10041
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
10030
10042
|
collaborators?: Maybe<Array<Maybe<User>>>;
|
|
10043
|
+
content?: Maybe<DevOpsDocumentContent>;
|
|
10031
10044
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
10032
10045
|
createdBy?: Maybe<User>;
|
|
10033
10046
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -10057,6 +10070,11 @@ export declare enum DevOpsDocumentCategory {
|
|
|
10057
10070
|
Spreadsheet = "SPREADSHEET",
|
|
10058
10071
|
Video = "VIDEO"
|
|
10059
10072
|
}
|
|
10073
|
+
export declare type DevOpsDocumentContent = {
|
|
10074
|
+
__typename?: 'DevOpsDocumentContent';
|
|
10075
|
+
mimeType?: Maybe<Scalars['String']['output']>;
|
|
10076
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
10077
|
+
};
|
|
10060
10078
|
export declare type DevOpsDocumentExportLink = {
|
|
10061
10079
|
__typename?: 'DevOpsDocumentExportLink';
|
|
10062
10080
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
@@ -10977,6 +10995,7 @@ export declare type DevOpsSupportedActions = {
|
|
|
10977
10995
|
associate?: Maybe<Scalars['Boolean']['output']>;
|
|
10978
10996
|
associateEntity?: Maybe<Scalars['Boolean']['output']>;
|
|
10979
10997
|
checkAuth?: Maybe<Scalars['Boolean']['output']>;
|
|
10998
|
+
createContainer?: Maybe<Scalars['Boolean']['output']>;
|
|
10980
10999
|
disassociate?: Maybe<Scalars['Boolean']['output']>;
|
|
10981
11000
|
disassociateEntity?: Maybe<Scalars['Boolean']['output']>;
|
|
10982
11001
|
listContainers?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -28617,7 +28636,7 @@ export declare type JsmReporter = {
|
|
|
28617
28636
|
__typename?: 'JSMReporter';
|
|
28618
28637
|
id: Scalars['ID']['output'];
|
|
28619
28638
|
};
|
|
28620
|
-
export declare type JsmResponder = AppUser | AtlassianAccountUser | CustomerUser | OpsgenieTeam;
|
|
28639
|
+
export declare type JsmResponder = AppUser | AtlassianAccountUser | CustomerUser | OpsgenieTeam | ThirdPartyUser;
|
|
28621
28640
|
export declare type JsmStatus = {
|
|
28622
28641
|
__typename?: 'JSMStatus';
|
|
28623
28642
|
id: Scalars['ID']['output'];
|
|
@@ -29164,6 +29183,7 @@ export declare type JiraAutodevJob = {
|
|
|
29164
29183
|
__typename?: 'JiraAutodevJob';
|
|
29165
29184
|
codeChanges?: Maybe<JiraAutodevCodeChangeConnection>;
|
|
29166
29185
|
currentWorkflow?: Maybe<Scalars['String']['output']>;
|
|
29186
|
+
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
29167
29187
|
id: Scalars['ID']['output'];
|
|
29168
29188
|
plan?: Maybe<JiraAutodevPlan>;
|
|
29169
29189
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
@@ -30800,6 +30820,7 @@ export declare type JiraDevOpsMutation = {
|
|
|
30800
30820
|
__typename?: 'JiraDevOpsMutation';
|
|
30801
30821
|
approveJiraBitbucketWorkspaceAccessRequest?: Maybe<JiraApproveJiraBitbucketWorkspaceAccessRequestPayload>;
|
|
30802
30822
|
createAutodevJob?: Maybe<JiraAutodevCreateJobPayload>;
|
|
30823
|
+
createAutodevPullRequest?: Maybe<JiraAutodevBasicPayload>;
|
|
30803
30824
|
createAutofixJob?: Maybe<JiraAutofixCreateJobPayload>;
|
|
30804
30825
|
deleteAutodevJob?: Maybe<JiraAutodevBasicPayload>;
|
|
30805
30826
|
dismissBitbucketPendingAccessRequestBanner?: Maybe<JiraDismissBitbucketPendingAccessRequestBannerPayload>;
|
|
@@ -30825,6 +30846,10 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
30825
30846
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
30826
30847
|
repoUrl: Scalars['String']['input'];
|
|
30827
30848
|
};
|
|
30849
|
+
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
30850
|
+
issueAri: Scalars['ID']['input'];
|
|
30851
|
+
jobId: Scalars['ID']['input'];
|
|
30852
|
+
};
|
|
30828
30853
|
export declare type JiraDevOpsMutationCreateAutofixJobArgs = {
|
|
30829
30854
|
cloudId: Scalars['ID']['input'];
|
|
30830
30855
|
input: JiraAutofixInput;
|
|
@@ -30876,6 +30901,7 @@ export declare type JiraDevOpsMutationSetProjectSelectedDeploymentAppsPropertyAr
|
|
|
30876
30901
|
};
|
|
30877
30902
|
export declare type JiraDevOpsMutationStartAutodevArgs = {
|
|
30878
30903
|
acceptanceCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
30904
|
+
createPr?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30879
30905
|
currentState?: InputMaybe<Scalars['String']['input']>;
|
|
30880
30906
|
desiredState?: InputMaybe<Scalars['String']['input']>;
|
|
30881
30907
|
issueAri: Scalars['ID']['input'];
|
|
@@ -32754,6 +32780,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
32754
32780
|
export declare type JiraIssueTransitionComment = {
|
|
32755
32781
|
__typename?: 'JiraIssueTransitionComment';
|
|
32756
32782
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
32783
|
+
enableCannedResponses?: Maybe<Scalars['Boolean']['output']>;
|
|
32757
32784
|
enableCommentVisibility?: Maybe<Scalars['Boolean']['output']>;
|
|
32758
32785
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
32759
32786
|
types?: Maybe<Array<Maybe<JiraIssueTransitionCommentType>>>;
|
|
@@ -38739,7 +38766,7 @@ export declare type JiraSingleSelectUserPickerFieldPayload = Payload & {
|
|
|
38739
38766
|
export declare enum JiraSingleValueFieldOperations {
|
|
38740
38767
|
Set = "SET"
|
|
38741
38768
|
}
|
|
38742
|
-
export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
38769
|
+
export declare type JiraSingleVersionPickerField = JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
38743
38770
|
__typename?: 'JiraSingleVersionPickerField';
|
|
38744
38771
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
38745
38772
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -38748,11 +38775,20 @@ export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFie
|
|
|
38748
38775
|
id: Scalars['ID']['output'];
|
|
38749
38776
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
38750
38777
|
name: Scalars['String']['output'];
|
|
38778
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
38751
38779
|
type: Scalars['String']['output'];
|
|
38752
38780
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
38753
38781
|
version?: Maybe<JiraVersion>;
|
|
38754
38782
|
versions?: Maybe<JiraVersionConnection>;
|
|
38755
38783
|
};
|
|
38784
|
+
export declare type JiraSingleVersionPickerFieldSelectableValueOptionsArgs = {
|
|
38785
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38786
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
38787
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
38788
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38789
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38790
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
38791
|
+
};
|
|
38756
38792
|
export declare type JiraSingleVersionPickerFieldVersionsArgs = {
|
|
38757
38793
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38758
38794
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -39347,6 +39383,7 @@ export declare type JiraTimeTrackingField = JiraIssueField & JiraIssueFieldConfi
|
|
|
39347
39383
|
};
|
|
39348
39384
|
export declare type JiraTimeTrackingFieldInput = {
|
|
39349
39385
|
originalEstimate?: InputMaybe<Scalars['String']['input']>;
|
|
39386
|
+
timeRemaining?: InputMaybe<Scalars['String']['input']>;
|
|
39350
39387
|
};
|
|
39351
39388
|
export declare type JiraTimeTrackingFieldPayload = Payload & {
|
|
39352
39389
|
__typename?: 'JiraTimeTrackingFieldPayload';
|
|
@@ -41030,6 +41067,10 @@ export declare enum JsmChatChannelType {
|
|
|
41030
41067
|
Agent = "AGENT",
|
|
41031
41068
|
Request = "REQUEST"
|
|
41032
41069
|
}
|
|
41070
|
+
export declare enum JsmChatConnectedApps {
|
|
41071
|
+
Slack = "SLACK",
|
|
41072
|
+
Teams = "TEAMS"
|
|
41073
|
+
}
|
|
41033
41074
|
export declare type JsmChatCreateChannelInput = {
|
|
41034
41075
|
channelName: Scalars['String']['input'];
|
|
41035
41076
|
channelType: JsmChatChannelType;
|
|
@@ -41081,6 +41122,7 @@ export declare type JsmChatInitializeConfigResponse = {
|
|
|
41081
41122
|
};
|
|
41082
41123
|
export declare type JsmChatInitializeNativeConfigResponse = {
|
|
41083
41124
|
__typename?: 'JsmChatInitializeNativeConfigResponse';
|
|
41125
|
+
connectedApp?: Maybe<JsmChatConnectedApps>;
|
|
41084
41126
|
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
41085
41127
|
};
|
|
41086
41128
|
export declare enum JsmChatMessageSource {
|
|
@@ -41089,12 +41131,46 @@ export declare enum JsmChatMessageSource {
|
|
|
41089
41131
|
export declare enum JsmChatMessageType {
|
|
41090
41132
|
Adf = "ADF"
|
|
41091
41133
|
}
|
|
41134
|
+
export declare type JsmChatMsTeamsChannelRequestTypeMapping = {
|
|
41135
|
+
__typename?: 'JsmChatMsTeamsChannelRequestTypeMapping';
|
|
41136
|
+
channels?: Maybe<Array<Maybe<JsmChatMsTeamsChannels>>>;
|
|
41137
|
+
teamId: Scalars['ID']['output'];
|
|
41138
|
+
teamName?: Maybe<Scalars['String']['output']>;
|
|
41139
|
+
};
|
|
41140
|
+
export declare type JsmChatMsTeamsChannels = {
|
|
41141
|
+
__typename?: 'JsmChatMsTeamsChannels';
|
|
41142
|
+
channelId: Scalars['ID']['output'];
|
|
41143
|
+
channelName?: Maybe<Scalars['String']['output']>;
|
|
41144
|
+
channelType?: Maybe<Scalars['String']['output']>;
|
|
41145
|
+
channelUrl?: Maybe<Scalars['String']['output']>;
|
|
41146
|
+
requestTypes?: Maybe<Array<Maybe<JsmChatRequestTypesMappedResponse>>>;
|
|
41147
|
+
};
|
|
41148
|
+
export declare type JsmChatMsTeamsConfig = {
|
|
41149
|
+
__typename?: 'JsmChatMsTeamsConfig';
|
|
41150
|
+
channelRequestTypeMapping: Array<JsmChatMsTeamsChannelRequestTypeMapping>;
|
|
41151
|
+
projectKey?: Maybe<Scalars['String']['output']>;
|
|
41152
|
+
projectSettings?: Maybe<JsmChatMsTeamsProjectSettings>;
|
|
41153
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
41154
|
+
tenantId?: Maybe<Scalars['String']['output']>;
|
|
41155
|
+
tenantTeamName?: Maybe<Scalars['String']['output']>;
|
|
41156
|
+
tenantTeamUrl?: Maybe<Scalars['String']['output']>;
|
|
41157
|
+
uninstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
41158
|
+
};
|
|
41159
|
+
export declare type JsmChatMsTeamsProjectSettings = {
|
|
41160
|
+
__typename?: 'JsmChatMsTeamsProjectSettings';
|
|
41161
|
+
jsmApproversEnabled: Scalars['Boolean']['output'];
|
|
41162
|
+
};
|
|
41163
|
+
export declare type JsmChatMsTeamsUpdatedProjectSettings = {
|
|
41164
|
+
jsmApproversEnabled: Scalars['Boolean']['input'];
|
|
41165
|
+
};
|
|
41092
41166
|
export declare type JsmChatMutation = {
|
|
41093
41167
|
__typename?: 'JsmChatMutation';
|
|
41094
41168
|
createChannel: JsmChatCreateChannelOutput;
|
|
41095
41169
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
41096
41170
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
41097
41171
|
updateChannelSettings: JsmChatUpdateChannelSettingsOutput;
|
|
41172
|
+
updateMsTeamsChannelSettings: JsmChatUpdateMsTeamsChannelSettingsOutput;
|
|
41173
|
+
updateMsTeamsProjectSettings: JsmChatUpdateMsTeamsProjectSettingsOutput;
|
|
41098
41174
|
updateProjectSettings?: Maybe<JsmChatUpdateProjectSettingsOutput>;
|
|
41099
41175
|
};
|
|
41100
41176
|
export declare type JsmChatMutationCreateChannelArgs = {
|
|
@@ -41114,6 +41190,15 @@ export declare type JsmChatMutationUpdateChannelSettingsArgs = {
|
|
|
41114
41190
|
jiraProjectAri: Scalars['ID']['input'];
|
|
41115
41191
|
slackChannelAri?: InputMaybe<Scalars['ID']['input']>;
|
|
41116
41192
|
};
|
|
41193
|
+
export declare type JsmChatMutationUpdateMsTeamsChannelSettingsArgs = {
|
|
41194
|
+
input: JsmChatUpdateMsTeamsChannelSettingsInput;
|
|
41195
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
41196
|
+
msTeamsAri: Scalars['ID']['input'];
|
|
41197
|
+
};
|
|
41198
|
+
export declare type JsmChatMutationUpdateMsTeamsProjectSettingsArgs = {
|
|
41199
|
+
input: JsmChatUpdateMsTeamsProjectSettingsInput;
|
|
41200
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
41201
|
+
};
|
|
41117
41202
|
export declare type JsmChatMutationUpdateProjectSettingsArgs = {
|
|
41118
41203
|
input: JsmChatUpdateProjectSettingsInput;
|
|
41119
41204
|
};
|
|
@@ -41137,10 +41222,14 @@ export declare type JsmChatProjectSettingsSlack = {
|
|
|
41137
41222
|
};
|
|
41138
41223
|
export declare type JsmChatQuery = {
|
|
41139
41224
|
__typename?: 'JsmChatQuery';
|
|
41225
|
+
getMsTeamsChatConfig?: Maybe<JsmChatMsTeamsConfig>;
|
|
41140
41226
|
getSlackChatConfig?: Maybe<JsmChatSlackConfig>;
|
|
41141
41227
|
initializeConfig: JsmChatInitializeConfigResponse;
|
|
41142
41228
|
initializeNativeConfig: JsmChatInitializeNativeConfigResponse;
|
|
41143
41229
|
};
|
|
41230
|
+
export declare type JsmChatQueryGetMsTeamsChatConfigArgs = {
|
|
41231
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
41232
|
+
};
|
|
41144
41233
|
export declare type JsmChatQueryGetSlackChatConfigArgs = {
|
|
41145
41234
|
jiraProjectAri: Scalars['ID']['input'];
|
|
41146
41235
|
};
|
|
@@ -41190,6 +41279,29 @@ export declare type JsmChatUpdateChannelSettingsOutput = {
|
|
|
41190
41279
|
slackTeamId?: Maybe<Scalars['String']['output']>;
|
|
41191
41280
|
status: Scalars['Boolean']['output'];
|
|
41192
41281
|
};
|
|
41282
|
+
export declare type JsmChatUpdateMsTeamsChannelSettingsInput = {
|
|
41283
|
+
requestTypeIds: Array<Scalars['String']['input']>;
|
|
41284
|
+
};
|
|
41285
|
+
export declare type JsmChatUpdateMsTeamsChannelSettingsOutput = {
|
|
41286
|
+
__typename?: 'JsmChatUpdateMsTeamsChannelSettingsOutput';
|
|
41287
|
+
channelId?: Maybe<Scalars['String']['output']>;
|
|
41288
|
+
channelName?: Maybe<Scalars['String']['output']>;
|
|
41289
|
+
channelType?: Maybe<Scalars['String']['output']>;
|
|
41290
|
+
message: Scalars['String']['output'];
|
|
41291
|
+
requestTypes?: Maybe<Array<Maybe<JsmChatRequestTypesMappedResponse>>>;
|
|
41292
|
+
status: Scalars['Boolean']['output'];
|
|
41293
|
+
};
|
|
41294
|
+
export declare type JsmChatUpdateMsTeamsProjectSettingsInput = {
|
|
41295
|
+
settings?: InputMaybe<JsmChatMsTeamsUpdatedProjectSettings>;
|
|
41296
|
+
};
|
|
41297
|
+
export declare type JsmChatUpdateMsTeamsProjectSettingsOutput = {
|
|
41298
|
+
__typename?: 'JsmChatUpdateMsTeamsProjectSettingsOutput';
|
|
41299
|
+
message: Scalars['String']['output'];
|
|
41300
|
+
projectId?: Maybe<Scalars['String']['output']>;
|
|
41301
|
+
settings?: Maybe<JsmChatMsTeamsProjectSettings>;
|
|
41302
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
41303
|
+
status: Scalars['Boolean']['output'];
|
|
41304
|
+
};
|
|
41193
41305
|
export declare type JsmChatUpdateProjectSettingsInput = {
|
|
41194
41306
|
activationId: Scalars['String']['input'];
|
|
41195
41307
|
projectId: Scalars['String']['input'];
|
|
@@ -42515,9 +42627,22 @@ export declare enum MercuryMetricType {
|
|
|
42515
42627
|
}
|
|
42516
42628
|
export declare type MercuryQueryApi = {
|
|
42517
42629
|
__typename?: 'MercuryQueryApi';
|
|
42630
|
+
focusArea: MercuryFocusArea;
|
|
42631
|
+
focusAreaStatusTransitions: Array<MercuryFocusAreaStatusTransition>;
|
|
42632
|
+
focusAreaTypes: Array<MercuryFocusAreaType>;
|
|
42518
42633
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
42519
42634
|
focusAreasByCloudId?: Maybe<MercuryFocusAreaConnection>;
|
|
42520
42635
|
};
|
|
42636
|
+
export declare type MercuryQueryApiFocusAreaArgs = {
|
|
42637
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
42638
|
+
id: Scalars['ID']['input'];
|
|
42639
|
+
};
|
|
42640
|
+
export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
42641
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
42642
|
+
};
|
|
42643
|
+
export declare type MercuryQueryApiFocusAreaTypesArgs = {
|
|
42644
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
42645
|
+
};
|
|
42521
42646
|
export declare type MercuryQueryApiFocusAreasByArisArgs = {
|
|
42522
42647
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
42523
42648
|
};
|
|
@@ -42719,7 +42844,7 @@ export declare type Mutation = {
|
|
|
42719
42844
|
trello: TrelloMutationApi;
|
|
42720
42845
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
42721
42846
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
42722
|
-
unified
|
|
42847
|
+
unified?: Maybe<UnifiedMutation>;
|
|
42723
42848
|
uninstallApp?: Maybe<AppUninstallationResponse>;
|
|
42724
42849
|
unsubscribeFromApp?: Maybe<AppUnsubscribePayload>;
|
|
42725
42850
|
unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
|
|
@@ -45482,7 +45607,7 @@ export declare type Query = {
|
|
|
45482
45607
|
topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
|
|
45483
45608
|
townsquare?: Maybe<TownsquareQueryApi>;
|
|
45484
45609
|
trello: TrelloQueryApi;
|
|
45485
|
-
unified
|
|
45610
|
+
unified?: Maybe<UnifiedQuery>;
|
|
45486
45611
|
user?: Maybe<User>;
|
|
45487
45612
|
users?: Maybe<Array<User>>;
|
|
45488
45613
|
virtualAgent?: Maybe<VirtualAgentQueryApi>;
|
|
@@ -47061,6 +47186,8 @@ export declare enum Scope {
|
|
|
47061
47186
|
ProjectVersionRead = "PROJECT_VERSION_READ",
|
|
47062
47187
|
ProjectVersionWrite = "PROJECT_VERSION_WRITE",
|
|
47063
47188
|
ProjectWrite = "PROJECT_WRITE",
|
|
47189
|
+
PullRequest = "PULL_REQUEST",
|
|
47190
|
+
PullRequestWrite = "PULL_REQUEST_WRITE",
|
|
47064
47191
|
ReadAccount = "READ_ACCOUNT",
|
|
47065
47192
|
ReadCompassAttentionItem = "READ_COMPASS_ATTENTION_ITEM",
|
|
47066
47193
|
ReadCompassComponent = "READ_COMPASS_COMPONENT",
|
|
@@ -49133,6 +49260,7 @@ export declare type SmartsRecommendedUser = {
|
|
|
49133
49260
|
export declare type SoftwareBoard = {
|
|
49134
49261
|
__typename?: 'SoftwareBoard';
|
|
49135
49262
|
assignees?: Maybe<Array<Maybe<User>>>;
|
|
49263
|
+
boardSwimlaneStrategy?: Maybe<BoardSwimlaneStrategy>;
|
|
49136
49264
|
cardChildren?: Maybe<Array<Maybe<SoftwareCard>>>;
|
|
49137
49265
|
cardMedia?: Maybe<CardMediaConfig>;
|
|
49138
49266
|
cardTypes: Array<Maybe<CardType>>;
|
|
@@ -50151,6 +50279,21 @@ export declare type ThirdPartySecurityWorkspace = Node & SecurityWorkspace & {
|
|
|
50151
50279
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
50152
50280
|
url?: Maybe<Scalars['URL']['output']>;
|
|
50153
50281
|
};
|
|
50282
|
+
export declare type ThirdPartyUser = LocalizationContext & User & {
|
|
50283
|
+
__typename?: 'ThirdPartyUser';
|
|
50284
|
+
accountId: Scalars['ID']['output'];
|
|
50285
|
+
accountStatus: AccountStatus;
|
|
50286
|
+
canonicalAccountId: Scalars['ID']['output'];
|
|
50287
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50288
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
50289
|
+
externalId: Scalars['String']['output'];
|
|
50290
|
+
id: Scalars['ID']['output'];
|
|
50291
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
50292
|
+
name: Scalars['String']['output'];
|
|
50293
|
+
picture: Scalars['URL']['output'];
|
|
50294
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
50295
|
+
zoneinfo?: Maybe<Scalars['String']['output']>;
|
|
50296
|
+
};
|
|
50154
50297
|
export declare type TimeSeriesPoint = {
|
|
50155
50298
|
__typename?: 'TimeSeriesPoint';
|
|
50156
50299
|
id: Scalars['ID']['output'];
|
|
@@ -50415,6 +50558,7 @@ export declare type TownsquareCreateGoalInput = {
|
|
|
50415
50558
|
containerId: Scalars['String']['input'];
|
|
50416
50559
|
name: Scalars['String']['input'];
|
|
50417
50560
|
owner?: InputMaybe<Scalars['String']['input']>;
|
|
50561
|
+
targetDate?: InputMaybe<TownsquareTargetDateInput>;
|
|
50418
50562
|
};
|
|
50419
50563
|
export declare type TownsquareCreateGoalPayload = {
|
|
50420
50564
|
__typename?: 'TownsquareCreateGoalPayload';
|
|
@@ -51172,6 +51316,8 @@ export declare type TrelloCardBadges = {
|
|
|
51172
51316
|
comments?: Maybe<Scalars['Int']['output']>;
|
|
51173
51317
|
description?: Maybe<Scalars['Boolean']['output']>;
|
|
51174
51318
|
due?: Maybe<TrelloCardBadgeDueInfo>;
|
|
51319
|
+
externalSource?: Maybe<TrelloCardExternalSource>;
|
|
51320
|
+
lastUpdatedByAi?: Maybe<Scalars['Boolean']['output']>;
|
|
51175
51321
|
location?: Maybe<Scalars['Boolean']['output']>;
|
|
51176
51322
|
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
51177
51323
|
viewer?: Maybe<TrelloCardViewer>;
|
|
@@ -51245,6 +51391,9 @@ export declare type TrelloCardEdge = {
|
|
|
51245
51391
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
51246
51392
|
node?: Maybe<TrelloCard>;
|
|
51247
51393
|
};
|
|
51394
|
+
export declare enum TrelloCardExternalSource {
|
|
51395
|
+
Email = "EMAIL"
|
|
51396
|
+
}
|
|
51248
51397
|
export declare type TrelloCardLimit = {
|
|
51249
51398
|
__typename?: 'TrelloCardLimit';
|
|
51250
51399
|
perCard?: Maybe<TrelloLimitProps>;
|
|
@@ -51495,6 +51644,7 @@ export declare type TrelloList = Node & {
|
|
|
51495
51644
|
objectId: Scalars['ID']['output'];
|
|
51496
51645
|
position: Scalars['Float']['output'];
|
|
51497
51646
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
51647
|
+
suggestedCardName?: Maybe<Scalars['String']['output']>;
|
|
51498
51648
|
viewer?: Maybe<TrelloListViewer>;
|
|
51499
51649
|
};
|
|
51500
51650
|
export declare type TrelloListCardsArgs = {
|
|
@@ -52020,93 +52170,96 @@ export declare type UnassignIssueParentOutput = MutationResponse & {
|
|
|
52020
52170
|
statusCode: Scalars['Int']['output'];
|
|
52021
52171
|
success: Scalars['Boolean']['output'];
|
|
52022
52172
|
};
|
|
52023
|
-
export declare type UnifiedAccount = {
|
|
52173
|
+
export declare type UnifiedAccount = UnifiedINode & {
|
|
52024
52174
|
__typename?: 'UnifiedAccount';
|
|
52025
|
-
aaid
|
|
52175
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
52026
52176
|
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
52177
|
+
id: Scalars['ID']['output'];
|
|
52178
|
+
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52027
52179
|
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
52028
|
-
parentAccountInternalId?: Maybe<Scalars['
|
|
52029
|
-
};
|
|
52030
|
-
export declare type UnifiedCreateAccountSuccess = {
|
|
52031
|
-
__typename?: 'UnifiedCreateAccountSuccess';
|
|
52032
|
-
data: UnifiedParentAccount;
|
|
52180
|
+
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52033
52181
|
};
|
|
52034
|
-
export declare type
|
|
52035
|
-
|
|
52036
|
-
|
|
52037
|
-
|
|
52182
|
+
export declare type UnifiedAtlassianProduct = {
|
|
52183
|
+
__typename?: 'UnifiedAtlassianProduct';
|
|
52184
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
52185
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
52186
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
52187
|
+
};
|
|
52188
|
+
export declare type UnifiedForumSnapshot = {
|
|
52189
|
+
__typename?: 'UnifiedForumSnapshot';
|
|
52190
|
+
acceptedAnswersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52191
|
+
answersCreated?: Maybe<Scalars['Int']['output']>;
|
|
52192
|
+
badgesEarned?: Maybe<Scalars['Int']['output']>;
|
|
52193
|
+
kudosGiven?: Maybe<Scalars['Int']['output']>;
|
|
52194
|
+
kudosReceived?: Maybe<Scalars['Int']['output']>;
|
|
52195
|
+
lastPostTime?: Maybe<Scalars['String']['output']>;
|
|
52196
|
+
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
52197
|
+
minutesOnline?: Maybe<Scalars['Int']['output']>;
|
|
52198
|
+
rank?: Maybe<Scalars['String']['output']>;
|
|
52199
|
+
repliesCreated?: Maybe<Scalars['Int']['output']>;
|
|
52200
|
+
roles?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
52201
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
52202
|
+
topicsCreated?: Maybe<Scalars['Int']['output']>;
|
|
52203
|
+
totalLoginsRecorded?: Maybe<Scalars['String']['output']>;
|
|
52204
|
+
totalPosts?: Maybe<Scalars['Int']['output']>;
|
|
52038
52205
|
};
|
|
52039
|
-
export declare type
|
|
52040
|
-
|
|
52041
|
-
__typename?: 'UnifiedError';
|
|
52042
|
-
message: Scalars['String']['output'];
|
|
52206
|
+
export declare type UnifiedINode = {
|
|
52207
|
+
id: Scalars['ID']['output'];
|
|
52043
52208
|
};
|
|
52044
|
-
export declare type
|
|
52045
|
-
__typename?: '
|
|
52046
|
-
|
|
52047
|
-
|
|
52048
|
-
|
|
52049
|
-
|
|
52050
|
-
|
|
52051
|
-
|
|
52052
|
-
|
|
52053
|
-
minutesOnline: Scalars['Int']['output'];
|
|
52054
|
-
rank: Scalars['String']['output'];
|
|
52055
|
-
repliesCreated: Scalars['Int']['output'];
|
|
52056
|
-
roles: Array<Scalars['String']['output']>;
|
|
52057
|
-
status: Scalars['String']['output'];
|
|
52058
|
-
topicsCreated: Scalars['Int']['output'];
|
|
52059
|
-
totalLoginsRecorded: Scalars['String']['output'];
|
|
52060
|
-
totalPosts: Scalars['Int']['output'];
|
|
52209
|
+
export declare type UnifiedLearningCertification = {
|
|
52210
|
+
__typename?: 'UnifiedLearningCertification';
|
|
52211
|
+
activeDate?: Maybe<Scalars['String']['output']>;
|
|
52212
|
+
expireDate?: Maybe<Scalars['String']['output']>;
|
|
52213
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
52214
|
+
inactiveDate?: Maybe<Scalars['String']['output']>;
|
|
52215
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
52216
|
+
nameAbbr?: Maybe<Scalars['String']['output']>;
|
|
52217
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
52061
52218
|
};
|
|
52062
|
-
export declare type UnifiedLinkedAccount = {
|
|
52219
|
+
export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
52063
52220
|
__typename?: 'UnifiedLinkedAccount';
|
|
52064
|
-
aaid
|
|
52221
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
52065
52222
|
connectedProductsReferenceId?: Maybe<Scalars['String']['output']>;
|
|
52066
|
-
|
|
52067
|
-
|
|
52068
|
-
|
|
52069
|
-
aaid: Scalars['String']['input'];
|
|
52070
|
-
connectedProductsReferenceId?: InputMaybe<Scalars['String']['input']>;
|
|
52071
|
-
parentAccountInternalId?: InputMaybe<Scalars['String']['input']>;
|
|
52072
|
-
};
|
|
52073
|
-
export declare type UnifiedLinkedCreateAccountSuccess = {
|
|
52074
|
-
__typename?: 'UnifiedLinkedCreateAccountSuccess';
|
|
52075
|
-
data: UnifiedLinkedAccount;
|
|
52223
|
+
id: Scalars['ID']['output'];
|
|
52224
|
+
linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52225
|
+
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52076
52226
|
};
|
|
52077
|
-
export declare type UnifiedLinkedCreateAccountUnion = UnifiedError | UnifiedLinkedCreateAccountSuccess;
|
|
52078
52227
|
export declare type UnifiedMutation = {
|
|
52079
52228
|
__typename?: 'UnifiedMutation';
|
|
52080
|
-
createLinkedAccount
|
|
52081
|
-
createParentAccount
|
|
52082
|
-
createUnifiedSystem
|
|
52083
|
-
updateUnifiedProfile
|
|
52229
|
+
createLinkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
52230
|
+
createParentAccount?: Maybe<UnifiedParentAccount>;
|
|
52231
|
+
createUnifiedSystem?: Maybe<UnifiedProfile>;
|
|
52232
|
+
updateUnifiedProfile?: Maybe<UnifiedProfile>;
|
|
52084
52233
|
};
|
|
52085
52234
|
export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
52086
|
-
|
|
52235
|
+
aaid: Scalars['String']['input'];
|
|
52236
|
+
connectedProductsReferenceId: Scalars['String']['input'];
|
|
52237
|
+
parentAccountInternalId: Scalars['String']['input'];
|
|
52087
52238
|
};
|
|
52088
52239
|
export declare type UnifiedMutationCreateParentAccountArgs = {
|
|
52089
|
-
|
|
52240
|
+
parentAccountEmailId: Scalars['String']['input'];
|
|
52090
52241
|
};
|
|
52091
52242
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
52092
|
-
|
|
52243
|
+
aaid: Scalars['String']['input'];
|
|
52244
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
52245
|
+
parentAccountEmailId: Scalars['String']['input'];
|
|
52246
|
+
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52093
52247
|
};
|
|
52094
52248
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
52095
|
-
|
|
52249
|
+
unifiedProfileInput?: InputMaybe<UnifiedProfileInput>;
|
|
52096
52250
|
};
|
|
52097
|
-
export declare type UnifiedParentAccount = {
|
|
52251
|
+
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
52098
52252
|
__typename?: 'UnifiedParentAccount';
|
|
52253
|
+
id: Scalars['ID']['output'];
|
|
52099
52254
|
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
52100
|
-
parentAccountInternalId?: Maybe<Scalars['
|
|
52255
|
+
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
52101
52256
|
};
|
|
52102
|
-
export declare type
|
|
52103
|
-
parentAccountEmailId?: InputMaybe<Scalars['String']['input']>;
|
|
52104
|
-
};
|
|
52105
|
-
export declare type UnifiedProfile = {
|
|
52257
|
+
export declare type UnifiedProfile = UnifiedINode & {
|
|
52106
52258
|
__typename?: 'UnifiedProfile';
|
|
52107
52259
|
bio?: Maybe<Scalars['String']['output']>;
|
|
52108
52260
|
company?: Maybe<Scalars['String']['output']>;
|
|
52109
52261
|
forumsId?: Maybe<Scalars['String']['output']>;
|
|
52262
|
+
id: Scalars['ID']['output'];
|
|
52110
52263
|
learnId?: Maybe<Scalars['String']['output']>;
|
|
52111
52264
|
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
52112
52265
|
location?: Maybe<Scalars['String']['output']>;
|
|
@@ -52125,6 +52278,7 @@ export declare type UnifiedProfileInput = {
|
|
|
52125
52278
|
bio?: InputMaybe<Scalars['String']['input']>;
|
|
52126
52279
|
company?: InputMaybe<Scalars['String']['input']>;
|
|
52127
52280
|
forumsId?: InputMaybe<Scalars['String']['input']>;
|
|
52281
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
52128
52282
|
learnId?: InputMaybe<Scalars['String']['input']>;
|
|
52129
52283
|
linkedinUrl?: InputMaybe<Scalars['String']['input']>;
|
|
52130
52284
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52142,73 +52296,35 @@ export declare type UnifiedProfileInput = {
|
|
|
52142
52296
|
};
|
|
52143
52297
|
export declare type UnifiedQuery = {
|
|
52144
52298
|
__typename?: 'UnifiedQuery';
|
|
52145
|
-
|
|
52146
|
-
|
|
52147
|
-
|
|
52148
|
-
|
|
52149
|
-
|
|
52150
|
-
|
|
52299
|
+
atlassianProducts?: Maybe<Array<Maybe<UnifiedAtlassianProduct>>>;
|
|
52300
|
+
forumSnapshot?: Maybe<UnifiedForumSnapshot>;
|
|
52301
|
+
learningCertications?: Maybe<Array<Maybe<UnifiedLearningCertification>>>;
|
|
52302
|
+
node?: Maybe<UnifiedINode>;
|
|
52303
|
+
unifiedAccount?: Maybe<UnifiedAccount>;
|
|
52304
|
+
unifiedAccounts?: Maybe<Array<Maybe<UnifiedAccount>>>;
|
|
52305
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
52306
|
+
unifiedProfiles?: Maybe<Array<Maybe<UnifiedProfile>>>;
|
|
52307
|
+
};
|
|
52308
|
+
export declare type UnifiedQueryAtlassianProductsArgs = {
|
|
52309
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
52151
52310
|
};
|
|
52152
52311
|
export declare type UnifiedQueryForumSnapshotArgs = {
|
|
52153
|
-
aaid
|
|
52312
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52154
52313
|
};
|
|
52155
|
-
export declare type
|
|
52314
|
+
export declare type UnifiedQueryLearningCerticationsArgs = {
|
|
52156
52315
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52157
52316
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52158
52317
|
};
|
|
52318
|
+
export declare type UnifiedQueryNodeArgs = {
|
|
52319
|
+
id: Scalars['ID']['input'];
|
|
52320
|
+
};
|
|
52159
52321
|
export declare type UnifiedQueryUnifiedAccountArgs = {
|
|
52160
|
-
aaid
|
|
52322
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52161
52323
|
};
|
|
52162
52324
|
export declare type UnifiedQueryUnifiedProfileArgs = {
|
|
52163
52325
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
52164
52326
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52165
52327
|
};
|
|
52166
|
-
export declare type UnifiedQueryAccountSuccess = {
|
|
52167
|
-
__typename?: 'UnifiedQueryAccountSuccess';
|
|
52168
|
-
data: UnifiedAccount;
|
|
52169
|
-
};
|
|
52170
|
-
export declare type UnifiedQueryAccountUnion = UnifiedError | UnifiedQueryAccountSuccess;
|
|
52171
|
-
export declare type UnifiedQueryForumSnapshotSuccess = {
|
|
52172
|
-
__typename?: 'UnifiedQueryForumSnapshotSuccess';
|
|
52173
|
-
data: UnifiedForumsUser;
|
|
52174
|
-
};
|
|
52175
|
-
export declare type UnifiedQueryForumSnapshotUnion = UnifiedError | UnifiedQueryForumSnapshotSuccess;
|
|
52176
|
-
export declare type UnifiedQueryLearningCertificationSuccess = {
|
|
52177
|
-
__typename?: 'UnifiedQueryLearningCertificationSuccess';
|
|
52178
|
-
data: Array<UnifiedUserCertificateDataRes>;
|
|
52179
|
-
};
|
|
52180
|
-
export declare type UnifiedQueryLearningCertificationUnion = UnifiedError | UnifiedQueryLearningCertificationSuccess;
|
|
52181
|
-
export declare type UnifiedQueryProfileSuccess = {
|
|
52182
|
-
__typename?: 'UnifiedQueryProfileSuccess';
|
|
52183
|
-
data: UnifiedProfile;
|
|
52184
|
-
};
|
|
52185
|
-
export declare type UnifiedQueryProfileUnion = UnifiedError | UnifiedQueryProfileSuccess;
|
|
52186
|
-
export declare type UnifiedQueryProfilesSuccess = {
|
|
52187
|
-
__typename?: 'UnifiedQueryProfilesSuccess';
|
|
52188
|
-
data: Array<UnifiedProfile>;
|
|
52189
|
-
};
|
|
52190
|
-
export declare type UnifiedQueryProfilesUnion = UnifiedError | UnifiedQueryProfilesSuccess;
|
|
52191
|
-
export declare type UnifiedSystemCreateAccountSuccess = {
|
|
52192
|
-
__typename?: 'UnifiedSystemCreateAccountSuccess';
|
|
52193
|
-
data: UnifiedProfile;
|
|
52194
|
-
};
|
|
52195
|
-
export declare type UnifiedSystemCreateAccountUnion = UnifiedError | UnifiedSystemCreateAccountSuccess;
|
|
52196
|
-
export declare type UnifiedSystemInput = {
|
|
52197
|
-
aaid: Scalars['String']['input'];
|
|
52198
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
52199
|
-
parentAccountEmailId: Scalars['String']['input'];
|
|
52200
|
-
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
52201
|
-
};
|
|
52202
|
-
export declare type UnifiedUserCertificateDataRes = {
|
|
52203
|
-
__typename?: 'UnifiedUserCertificateDataRes';
|
|
52204
|
-
activeDate: Scalars['String']['output'];
|
|
52205
|
-
expireDate: Scalars['String']['output'];
|
|
52206
|
-
imageUrl: Scalars['String']['output'];
|
|
52207
|
-
inactiveDate: Scalars['String']['output'];
|
|
52208
|
-
name: Scalars['String']['output'];
|
|
52209
|
-
nameAbbr: Scalars['String']['output'];
|
|
52210
|
-
status: Scalars['String']['output'];
|
|
52211
|
-
};
|
|
52212
52328
|
export declare type UnlinkExternalSourceInput = {
|
|
52213
52329
|
cloudId: Scalars['ID']['input'];
|
|
52214
52330
|
ecosystemAppId: Scalars['ID']['input'];
|
|
@@ -53325,8 +53441,12 @@ export declare type WebTriggerUrlInput = {
|
|
|
53325
53441
|
};
|
|
53326
53442
|
export declare type WorkSuggestions = {
|
|
53327
53443
|
__typename?: 'WorkSuggestions';
|
|
53444
|
+
userProfileByCloudId?: Maybe<WorkSuggestionsUserProfile>;
|
|
53328
53445
|
workSuggestionsByContextAri: WorkSuggestionsConnection;
|
|
53329
53446
|
};
|
|
53447
|
+
export declare type WorkSuggestionsUserProfileByCloudIdArgs = {
|
|
53448
|
+
cloudId: Scalars['ID']['input'];
|
|
53449
|
+
};
|
|
53330
53450
|
export declare type WorkSuggestionsWorkSuggestionsByContextAriArgs = {
|
|
53331
53451
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
53332
53452
|
contextAri: WorkSuggestionsContextAri;
|
|
@@ -53389,17 +53509,6 @@ export declare type WorkSuggestionsContextAri = {
|
|
|
53389
53509
|
projectAri: Scalars['ID']['input'];
|
|
53390
53510
|
sprintAri?: InputMaybe<Scalars['ID']['input']>;
|
|
53391
53511
|
};
|
|
53392
|
-
export declare type WorkSuggestionsCreateUserProfileInput = {
|
|
53393
|
-
cloudId: Scalars['ID']['input'];
|
|
53394
|
-
persona?: InputMaybe<WorkSuggestionsUserPersona>;
|
|
53395
|
-
projectAris: Array<Scalars['ID']['input']>;
|
|
53396
|
-
};
|
|
53397
|
-
export declare type WorkSuggestionsCreateUserProfilePayload = Payload & {
|
|
53398
|
-
__typename?: 'WorkSuggestionsCreateUserProfilePayload';
|
|
53399
|
-
errors?: Maybe<Array<MutationError>>;
|
|
53400
|
-
success: Scalars['Boolean']['output'];
|
|
53401
|
-
userProfile?: Maybe<WorkSuggestionsUserProfile>;
|
|
53402
|
-
};
|
|
53403
53512
|
export declare type WorkSuggestionsCriticalVulnerabilityTask = WorkSuggestionsCommon & {
|
|
53404
53513
|
__typename?: 'WorkSuggestionsCriticalVulnerabilityTask';
|
|
53405
53514
|
id: Scalars['String']['output'];
|
|
@@ -53439,15 +53548,12 @@ export declare enum WorkSuggestionsEnvironmentType {
|
|
|
53439
53548
|
}
|
|
53440
53549
|
export declare type WorkSuggestionsMutation = {
|
|
53441
53550
|
__typename?: 'WorkSuggestionsMutation';
|
|
53442
|
-
createUserProfile?: Maybe<WorkSuggestionsCreateUserProfilePayload>;
|
|
53443
53551
|
purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
|
|
53444
53552
|
purgeUserProfileForCurrentUser?: Maybe<WorkSuggestionsPurgeUserProfilePayload>;
|
|
53445
53553
|
removeTask?: Maybe<WorkSuggestionsActionPayload>;
|
|
53554
|
+
saveUserProfile?: Maybe<WorkSuggestionsSaveUserProfilePayload>;
|
|
53446
53555
|
snoozeTask?: Maybe<WorkSuggestionsActionPayload>;
|
|
53447
53556
|
};
|
|
53448
|
-
export declare type WorkSuggestionsMutationCreateUserProfileArgs = {
|
|
53449
|
-
input: WorkSuggestionsCreateUserProfileInput;
|
|
53450
|
-
};
|
|
53451
53557
|
export declare type WorkSuggestionsMutationPurgeUserActionStateForCurrentUserArgs = {
|
|
53452
53558
|
input: WorkSuggestionsPurgeUserActionStateInput;
|
|
53453
53559
|
};
|
|
@@ -53457,6 +53563,9 @@ export declare type WorkSuggestionsMutationPurgeUserProfileForCurrentUserArgs =
|
|
|
53457
53563
|
export declare type WorkSuggestionsMutationRemoveTaskArgs = {
|
|
53458
53564
|
input: WorkSuggestionsActionInput;
|
|
53459
53565
|
};
|
|
53566
|
+
export declare type WorkSuggestionsMutationSaveUserProfileArgs = {
|
|
53567
|
+
input: WorkSuggestionsSaveUserProfileInput;
|
|
53568
|
+
};
|
|
53460
53569
|
export declare type WorkSuggestionsMutationSnoozeTaskArgs = {
|
|
53461
53570
|
input: WorkSuggestionsActionInput;
|
|
53462
53571
|
};
|
|
@@ -53501,6 +53610,18 @@ export declare type WorkSuggestionsPurgeUserProfilePayload = Payload & {
|
|
|
53501
53610
|
success: Scalars['Boolean']['output'];
|
|
53502
53611
|
userProfile?: Maybe<WorkSuggestionsUserProfile>;
|
|
53503
53612
|
};
|
|
53613
|
+
export declare type WorkSuggestionsSaveUserProfileInput = {
|
|
53614
|
+
cloudId: Scalars['ID']['input'];
|
|
53615
|
+
isUpdate: Scalars['Boolean']['input'];
|
|
53616
|
+
persona?: InputMaybe<WorkSuggestionsUserPersona>;
|
|
53617
|
+
projectAris: Array<Scalars['ID']['input']>;
|
|
53618
|
+
};
|
|
53619
|
+
export declare type WorkSuggestionsSaveUserProfilePayload = Payload & {
|
|
53620
|
+
__typename?: 'WorkSuggestionsSaveUserProfilePayload';
|
|
53621
|
+
errors?: Maybe<Array<MutationError>>;
|
|
53622
|
+
success: Scalars['Boolean']['output'];
|
|
53623
|
+
userProfile?: Maybe<WorkSuggestionsUserProfile>;
|
|
53624
|
+
};
|
|
53504
53625
|
export declare type WorkSuggestionsUserActionState = {
|
|
53505
53626
|
__typename?: 'WorkSuggestionsUserActionState';
|
|
53506
53627
|
expireAt: Scalars['String']['output'];
|