@forge/cli-shared 8.7.2-next.0 → 8.7.2-next.1
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
|
@@ -526,6 +526,14 @@ export declare enum AvpDashboardStatusAction {
|
|
|
526
526
|
Restore = "RESTORE",
|
|
527
527
|
Trash = "TRASH"
|
|
528
528
|
}
|
|
529
|
+
export declare type AvpDashboardTemplate = {
|
|
530
|
+
__typename?: 'AVPDashboardTemplate';
|
|
531
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
532
|
+
id: Scalars['String']['output'];
|
|
533
|
+
products: Array<Scalars['String']['output']>;
|
|
534
|
+
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
535
|
+
title: Scalars['String']['output'];
|
|
536
|
+
};
|
|
529
537
|
export declare type AvpDashboardTemplateInput = {
|
|
530
538
|
containerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
531
539
|
fromTemplate: Scalars['String']['input'];
|
|
@@ -610,6 +618,11 @@ export declare type AvpFilterResponse = {
|
|
|
610
618
|
chart?: Maybe<AvpChart>;
|
|
611
619
|
envVar?: Maybe<AvpEnvVarWithChart>;
|
|
612
620
|
};
|
|
621
|
+
export declare type AvpGetDashboardTemplatesInput = {
|
|
622
|
+
cloudId: Scalars['ID']['input'];
|
|
623
|
+
productKey?: InputMaybe<Scalars['String']['input']>;
|
|
624
|
+
workspaceId: Scalars['ID']['input'];
|
|
625
|
+
};
|
|
613
626
|
export declare type AvpHotTierFilterConfig = {
|
|
614
627
|
__typename?: 'AVPHotTierFilterConfig';
|
|
615
628
|
datasourceLocator?: Maybe<AvpDatasourceLocator>;
|
|
@@ -2902,6 +2915,7 @@ export declare type AgentStudioTool = {
|
|
|
2902
2915
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
2903
2916
|
id: Scalars['ID']['output'];
|
|
2904
2917
|
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
2918
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
|
2905
2919
|
};
|
|
2906
2920
|
export declare enum AgentStudioToolDefinitionSource {
|
|
2907
2921
|
ConvoAi = "CONVO_AI",
|
|
@@ -9035,6 +9049,24 @@ export declare type CloudAppScope = {
|
|
|
9035
9049
|
id: Scalars['ID']['output'];
|
|
9036
9050
|
name: Scalars['String']['output'];
|
|
9037
9051
|
};
|
|
9052
|
+
export declare enum CloudIdProduct {
|
|
9053
|
+
Avp = "AVP",
|
|
9054
|
+
Beacon = "BEACON",
|
|
9055
|
+
Compass = "COMPASS",
|
|
9056
|
+
Confluence = "CONFLUENCE",
|
|
9057
|
+
Devai = "DEVAI",
|
|
9058
|
+
Goal = "GOAL",
|
|
9059
|
+
JiraCustomerService = "JIRA_CUSTOMER_SERVICE",
|
|
9060
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
9061
|
+
JiraServiceDesk = "JIRA_SERVICE_DESK",
|
|
9062
|
+
JiraSoftware = "JIRA_SOFTWARE",
|
|
9063
|
+
Loom = "LOOM",
|
|
9064
|
+
Mercury = "MERCURY",
|
|
9065
|
+
Opsgenie = "OPSGENIE",
|
|
9066
|
+
Project = "PROJECT",
|
|
9067
|
+
Radar = "RADAR",
|
|
9068
|
+
Statuspage = "STATUSPAGE"
|
|
9069
|
+
}
|
|
9038
9070
|
export declare type CodeInJira = {
|
|
9039
9071
|
__typename?: 'CodeInJira';
|
|
9040
9072
|
siteConfiguration?: Maybe<CodeInJiraSiteConfiguration>;
|
|
@@ -15251,6 +15283,7 @@ export declare type ConfluenceComment = {
|
|
|
15251
15283
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
15252
15284
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
15253
15285
|
id: Scalars['ID']['output'];
|
|
15286
|
+
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
15254
15287
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
15255
15288
|
name?: Maybe<Scalars['String']['output']>;
|
|
15256
15289
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
@@ -16359,6 +16392,7 @@ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
|
|
|
16359
16392
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
16360
16393
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
16361
16394
|
id: Scalars['ID']['output'];
|
|
16395
|
+
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
16362
16396
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
16363
16397
|
name?: Maybe<Scalars['String']['output']>;
|
|
16364
16398
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
@@ -16571,6 +16605,7 @@ export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
|
16571
16605
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
16572
16606
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
16573
16607
|
id: Scalars['ID']['output'];
|
|
16608
|
+
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
16574
16609
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
16575
16610
|
name?: Maybe<Scalars['String']['output']>;
|
|
16576
16611
|
resolutionStatus?: Maybe<ConfluenceInlineCommentResolutionStatus>;
|
|
@@ -17729,6 +17764,9 @@ export declare type ConfluenceQueryApiSearchLabelsArgs = {
|
|
|
17729
17764
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
17730
17765
|
searchText: Scalars['String']['input'];
|
|
17731
17766
|
};
|
|
17767
|
+
export declare type ConfluenceQueryApiSiteConfigurationArgs = {
|
|
17768
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
17769
|
+
};
|
|
17732
17770
|
export declare type ConfluenceQueryApiSpaceArgs = {
|
|
17733
17771
|
id: Scalars['ID']['input'];
|
|
17734
17772
|
};
|
|
@@ -17758,6 +17796,7 @@ export declare type ConfluenceQuestion = {
|
|
|
17758
17796
|
id: Scalars['ID']['output'];
|
|
17759
17797
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
17760
17798
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
17799
|
+
operations?: Maybe<Array<Maybe<ConfluenceQuestionsOperationCheck>>>;
|
|
17761
17800
|
title?: Maybe<Scalars['String']['output']>;
|
|
17762
17801
|
voteProperties: ConfluenceVotePropertyValue;
|
|
17763
17802
|
};
|
|
@@ -17785,6 +17824,23 @@ export declare type ConfluenceQuestionsConfiguration = {
|
|
|
17785
17824
|
isConfluenceQuestionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17786
17825
|
isConfluenceQuestionsLicensed?: Maybe<Scalars['Boolean']['output']>;
|
|
17787
17826
|
};
|
|
17827
|
+
export declare type ConfluenceQuestionsOperationCheck = {
|
|
17828
|
+
__typename?: 'ConfluenceQuestionsOperationCheck';
|
|
17829
|
+
operation?: Maybe<ConfluenceQuestionsOperationName>;
|
|
17830
|
+
target?: Maybe<ConfluenceQuestionsOperationTarget>;
|
|
17831
|
+
};
|
|
17832
|
+
export declare enum ConfluenceQuestionsOperationName {
|
|
17833
|
+
Create = "CREATE",
|
|
17834
|
+
Delete = "DELETE",
|
|
17835
|
+
Read = "READ",
|
|
17836
|
+
Update = "UPDATE"
|
|
17837
|
+
}
|
|
17838
|
+
export declare enum ConfluenceQuestionsOperationTarget {
|
|
17839
|
+
Answer = "ANSWER",
|
|
17840
|
+
Attachment = "ATTACHMENT",
|
|
17841
|
+
Comment = "COMMENT",
|
|
17842
|
+
Question = "QUESTION"
|
|
17843
|
+
}
|
|
17788
17844
|
export declare type ConfluenceReIndexLongTask = {
|
|
17789
17845
|
__typename?: 'ConfluenceReIndexLongTask';
|
|
17790
17846
|
completePercentage?: Maybe<Scalars['Int']['output']>;
|
|
@@ -25973,6 +26029,7 @@ export declare enum DevConsoleDeveloperSpaceType {
|
|
|
25973
26029
|
}
|
|
25974
26030
|
export declare type DevConsoleMutation = {
|
|
25975
26031
|
__typename?: 'DevConsoleMutation';
|
|
26032
|
+
acceptAppBillingConsent: DevConsoleResponsePayload;
|
|
25976
26033
|
addDeveloperSpaceMember?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
25977
26034
|
archiveDeveloperSpace: DevConsoleResponsePayload;
|
|
25978
26035
|
assignDeveloperSpace?: Maybe<DevConsoleAssignDeveloperSpacePayload>;
|
|
@@ -25981,6 +26038,10 @@ export declare type DevConsoleMutation = {
|
|
|
25981
26038
|
updateDeveloperSpaceMember?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
25982
26039
|
updateDeveloperSpaceSettings?: Maybe<DevConsoleDeveloperSpaceSettingsPayload>;
|
|
25983
26040
|
};
|
|
26041
|
+
export declare type DevConsoleMutationAcceptAppBillingConsentArgs = {
|
|
26042
|
+
appIds: Array<Scalars['String']['input']>;
|
|
26043
|
+
developerSpaceId: Scalars['String']['input'];
|
|
26044
|
+
};
|
|
25984
26045
|
export declare type DevConsoleMutationAddDeveloperSpaceMemberArgs = {
|
|
25985
26046
|
input: DevConsoleDeveloperSpaceMemberInput;
|
|
25986
26047
|
};
|
|
@@ -28208,13 +28269,8 @@ export declare type ErsLifecycleMutation = {
|
|
|
28208
28269
|
};
|
|
28209
28270
|
export declare type ErsLifecycleQuery = {
|
|
28210
28271
|
__typename?: 'ErsLifecycleQuery';
|
|
28211
|
-
customEntityDefinitions?: Maybe<Array<Maybe<CustomEntityDefinition>>>;
|
|
28212
28272
|
doneEntitiesFromERS?: Maybe<Array<Maybe<CustomEntityDefinition>>>;
|
|
28213
28273
|
};
|
|
28214
|
-
export declare type ErsLifecycleQueryCustomEntityDefinitionsArgs = {
|
|
28215
|
-
entities: Array<Scalars['String']['input']>;
|
|
28216
|
-
oauthClientId: Scalars['String']['input'];
|
|
28217
|
-
};
|
|
28218
28274
|
export declare type ErsLifecycleQueryDoneEntitiesFromErsArgs = {
|
|
28219
28275
|
oauthClientId: Scalars['String']['input'];
|
|
28220
28276
|
};
|
|
@@ -32061,7 +32117,7 @@ export declare type GraphIntegrationAddTwgCapabilityContainerPayload = Payload &
|
|
|
32061
32117
|
};
|
|
32062
32118
|
export declare type GraphIntegrationConsentInput = {
|
|
32063
32119
|
agreement: Scalars['String']['input'];
|
|
32064
|
-
formUrlReferer: Scalars['
|
|
32120
|
+
formUrlReferer: Scalars['URL']['input'];
|
|
32065
32121
|
source: Scalars['String']['input'];
|
|
32066
32122
|
};
|
|
32067
32123
|
export declare type GraphIntegrationCreateConnectionPayload = Payload & {
|
|
@@ -68254,6 +68310,11 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
68254
68310
|
line?: Maybe<Scalars['Int']['output']>;
|
|
68255
68311
|
message?: Maybe<Scalars['String']['output']>;
|
|
68256
68312
|
};
|
|
68313
|
+
export declare type JiraInviterActivityRecommendation = JiraProjectRecommendationDetails & {
|
|
68314
|
+
__typename?: 'JiraInviterActivityRecommendation';
|
|
68315
|
+
inviter?: Maybe<User>;
|
|
68316
|
+
recommendationType?: Maybe<JiraProjectRecommendationType>;
|
|
68317
|
+
};
|
|
68257
68318
|
export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike & Node & {
|
|
68258
68319
|
__typename?: 'JiraIssue';
|
|
68259
68320
|
aiAgentSessions?: Maybe<JiraAiAgentSessionConnection>;
|
|
@@ -68606,6 +68667,10 @@ export declare type JiraIssueWorklogsArgs = {
|
|
|
68606
68667
|
sortBy?: InputMaybe<JiraWorklogSortInput>;
|
|
68607
68668
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
68608
68669
|
};
|
|
68670
|
+
export declare enum JiraIssueActivityType {
|
|
68671
|
+
Created = "CREATED",
|
|
68672
|
+
Updated = "UPDATED"
|
|
68673
|
+
}
|
|
68609
68674
|
export declare type JiraIssueAndProject = {
|
|
68610
68675
|
__typename?: 'JiraIssueAndProject';
|
|
68611
68676
|
issueId: Scalars['ID']['output'];
|
|
@@ -75033,6 +75098,28 @@ export declare enum JiraProjectPermissionType {
|
|
|
75033
75098
|
ViewVotersAndWatchers = "VIEW_VOTERS_AND_WATCHERS",
|
|
75034
75099
|
WorkOnIssues = "WORK_ON_ISSUES"
|
|
75035
75100
|
}
|
|
75101
|
+
export declare type JiraProjectRecommendation = {
|
|
75102
|
+
__typename?: 'JiraProjectRecommendation';
|
|
75103
|
+
details?: Maybe<JiraProjectRecommendationDetails>;
|
|
75104
|
+
project?: Maybe<JiraProject>;
|
|
75105
|
+
};
|
|
75106
|
+
export declare type JiraProjectRecommendationConnection = {
|
|
75107
|
+
__typename?: 'JiraProjectRecommendationConnection';
|
|
75108
|
+
edges?: Maybe<Array<Maybe<JiraProjectRecommendationEdge>>>;
|
|
75109
|
+
nodes?: Maybe<Array<Maybe<JiraProjectRecommendation>>>;
|
|
75110
|
+
pageInfo: PageInfo;
|
|
75111
|
+
};
|
|
75112
|
+
export declare type JiraProjectRecommendationDetails = {
|
|
75113
|
+
recommendationType?: Maybe<JiraProjectRecommendationType>;
|
|
75114
|
+
};
|
|
75115
|
+
export declare type JiraProjectRecommendationEdge = {
|
|
75116
|
+
__typename?: 'JiraProjectRecommendationEdge';
|
|
75117
|
+
node?: Maybe<JiraProjectRecommendation>;
|
|
75118
|
+
};
|
|
75119
|
+
export declare enum JiraProjectRecommendationType {
|
|
75120
|
+
InviterActivity = "INVITER_ACTIVITY",
|
|
75121
|
+
TenantActivity = "TENANT_ACTIVITY"
|
|
75122
|
+
}
|
|
75036
75123
|
export declare type JiraProjectRoleActorLogTableEntry = {
|
|
75037
75124
|
__typename?: 'JiraProjectRoleActorLogTableEntry';
|
|
75038
75125
|
executedBy?: Maybe<User>;
|
|
@@ -75467,6 +75554,7 @@ export declare type JiraQuery = {
|
|
|
75467
75554
|
recentPlans?: Maybe<JiraSearchableEntityConnection>;
|
|
75468
75555
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
75469
75556
|
recentQueues?: Maybe<JiraSearchableEntityConnection>;
|
|
75557
|
+
recommendProjects?: Maybe<JiraProjectRecommendationConnection>;
|
|
75470
75558
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
75471
75559
|
reportsPage?: Maybe<JiraReportsPage>;
|
|
75472
75560
|
requestTypeField?: Maybe<JiraJqlField>;
|
|
@@ -76364,6 +76452,12 @@ export declare type JiraQueryRecentQueuesArgs = {
|
|
|
76364
76452
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
76365
76453
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
76366
76454
|
};
|
|
76455
|
+
export declare type JiraQueryRecommendProjectsArgs = {
|
|
76456
|
+
activityField: JiraIssueActivityType;
|
|
76457
|
+
cloudId: Scalars['ID']['input'];
|
|
76458
|
+
days: Scalars['Int']['input'];
|
|
76459
|
+
limit: Scalars['Int']['input'];
|
|
76460
|
+
};
|
|
76367
76461
|
export declare type JiraQueryRemoteIssueLinksByIdArgs = {
|
|
76368
76462
|
ids: Array<Scalars['ID']['input']>;
|
|
76369
76463
|
};
|
|
@@ -80082,8 +80176,10 @@ export declare type JiraSuggestionActionInputSchema = {
|
|
|
80082
80176
|
required?: Maybe<Array<Scalars['String']['output']>>;
|
|
80083
80177
|
};
|
|
80084
80178
|
export declare enum JiraSuggestionActionType {
|
|
80179
|
+
ArchiveWorkItem = "ARCHIVE_WORK_ITEM",
|
|
80085
80180
|
ChangeDuplicateWorkItemStatus = "CHANGE_DUPLICATE_WORK_ITEM_STATUS",
|
|
80086
80181
|
ChangeStaleWorkItemStatus = "CHANGE_STALE_WORK_ITEM_STATUS",
|
|
80182
|
+
ChangeWorkItemStatus = "CHANGE_WORK_ITEM_STATUS",
|
|
80087
80183
|
LinkDuplicateWorkItems = "LINK_DUPLICATE_WORK_ITEMS"
|
|
80088
80184
|
}
|
|
80089
80185
|
export declare type JiraSuggestionEdge = {
|
|
@@ -80272,6 +80368,10 @@ export declare type JiraTemporaryAttachmentEdge = {
|
|
|
80272
80368
|
cursor: Scalars['String']['output'];
|
|
80273
80369
|
node?: Maybe<JiraTemporaryAttachment>;
|
|
80274
80370
|
};
|
|
80371
|
+
export declare type JiraTenantActivityRecommendation = JiraProjectRecommendationDetails & {
|
|
80372
|
+
__typename?: 'JiraTenantActivityRecommendation';
|
|
80373
|
+
recommendationType?: Maybe<JiraProjectRecommendationType>;
|
|
80374
|
+
};
|
|
80275
80375
|
export declare enum JiraTimeFormat {
|
|
80276
80376
|
Days = "DAYS",
|
|
80277
80377
|
Hours = "HOURS",
|
|
@@ -89011,6 +89111,7 @@ export declare type MercuryFocusAreaStatusUpdate = {
|
|
|
89011
89111
|
summary?: Maybe<Scalars['String']['output']>;
|
|
89012
89112
|
updatedBy?: Maybe<User>;
|
|
89013
89113
|
updatedDate: Scalars['String']['output'];
|
|
89114
|
+
uuid: Scalars['ID']['output'];
|
|
89014
89115
|
};
|
|
89015
89116
|
export declare type MercuryFocusAreaStatusUpdateCommentsArgs = {
|
|
89016
89117
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -92224,8 +92325,8 @@ export declare type MutationConfluence_GenerateForgeContextTokenArgs = {
|
|
|
92224
92325
|
export declare type MutationConfluence_GenerateSpacePermissionAuditReportArgs = {
|
|
92225
92326
|
cloudId: Scalars['ID']['input'];
|
|
92226
92327
|
reportType: ConfluenceSpacePermissionAuditReportType;
|
|
92227
|
-
|
|
92228
|
-
spaceType
|
|
92328
|
+
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
92329
|
+
spaceType?: InputMaybe<ConfluenceSpacePermissionAuditReportSpaceType>;
|
|
92229
92330
|
};
|
|
92230
92331
|
export declare type MutationConfluence_InsertOfflineVersionArgs = {
|
|
92231
92332
|
cloudId: Scalars['ID']['input'];
|
|
@@ -97142,6 +97243,7 @@ export declare type Query = {
|
|
|
97142
97243
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
97143
97244
|
avp_getChart?: Maybe<AvpChart>;
|
|
97144
97245
|
avp_getDashboard?: Maybe<AvpDashboard>;
|
|
97246
|
+
avp_getDashboardTemplates: Array<AvpDashboardTemplate>;
|
|
97145
97247
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
97146
97248
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
97147
97249
|
blockedAccessRestrictions?: Maybe<BlockedAccessRestrictions>;
|
|
@@ -98417,6 +98519,9 @@ export declare type QueryAvp_GetChartArgs = {
|
|
|
98417
98519
|
export declare type QueryAvp_GetDashboardArgs = {
|
|
98418
98520
|
dashboardAri: Scalars['ID']['input'];
|
|
98419
98521
|
};
|
|
98522
|
+
export declare type QueryAvp_GetDashboardTemplatesArgs = {
|
|
98523
|
+
input?: InputMaybe<AvpGetDashboardTemplatesInput>;
|
|
98524
|
+
};
|
|
98420
98525
|
export declare type QueryBitbucketRepositoriesAvailableToLinkWithNewDevOpsServiceArgs = {
|
|
98421
98526
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
98422
98527
|
cloudId: Scalars['ID']['input'];
|
|
@@ -103420,6 +103525,8 @@ export declare enum Scope {
|
|
|
103420
103525
|
ReadServicedeskRequest = "READ_SERVICEDESK_REQUEST",
|
|
103421
103526
|
ReadTeam = "READ_TEAM",
|
|
103422
103527
|
ReadTeamMembers = "READ_TEAM_MEMBERS",
|
|
103528
|
+
ReadTeamMembersTemp = "READ_TEAM_MEMBERS_TEMP",
|
|
103529
|
+
ReadTeamTemp = "READ_TEAM_TEMP",
|
|
103423
103530
|
ReadTownsquareComment = "READ_TOWNSQUARE_COMMENT",
|
|
103424
103531
|
ReadTownsquareGoal = "READ_TOWNSQUARE_GOAL",
|
|
103425
103532
|
ReadTownsquareProject = "READ_TOWNSQUARE_PROJECT",
|
|
@@ -103523,6 +103630,8 @@ export declare enum Scope {
|
|
|
103523
103630
|
WriteServicedeskProperty = "WRITE_SERVICEDESK_PROPERTY",
|
|
103524
103631
|
WriteServicedeskRequest = "WRITE_SERVICEDESK_REQUEST",
|
|
103525
103632
|
WriteTeam = "WRITE_TEAM",
|
|
103633
|
+
WriteTeamMembersTemp = "WRITE_TEAM_MEMBERS_TEMP",
|
|
103634
|
+
WriteTeamTemp = "WRITE_TEAM_TEMP",
|
|
103526
103635
|
WriteTownsquareGoal = "WRITE_TOWNSQUARE_GOAL",
|
|
103527
103636
|
WriteTownsquareProject = "WRITE_TOWNSQUARE_PROJECT",
|
|
103528
103637
|
WriteTownsquareRelationship = "WRITE_TOWNSQUARE_RELATIONSHIP"
|
|
@@ -126149,6 +126258,7 @@ export declare type SupportRequest = {
|
|
|
126149
126258
|
requestTypeName: Scalars['String']['output'];
|
|
126150
126259
|
sourceId?: Maybe<Scalars['String']['output']>;
|
|
126151
126260
|
sourceLicense?: Maybe<Scalars['String']['output']>;
|
|
126261
|
+
sourceSystemLink?: Maybe<Scalars['String']['output']>;
|
|
126152
126262
|
status: SupportRequestStatus;
|
|
126153
126263
|
statuses: SupportRequestStatuses;
|
|
126154
126264
|
summary?: Maybe<Scalars['String']['output']>;
|