@forge/cli-shared 6.2.1-next.7 → 6.2.1-next.9
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 +14 -0
- package/out/graphql/graphql-types.d.ts +182 -339
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +52 -77
- package/package.json +2 -2
|
@@ -145,6 +145,7 @@ export declare type ActionsActionInput = {
|
|
|
145
145
|
__typename?: 'ActionsActionInput';
|
|
146
146
|
default?: Maybe<Scalars['JSON']['output']>;
|
|
147
147
|
description?: Maybe<ActionsDescription>;
|
|
148
|
+
fetchAction?: Maybe<ActionsAction>;
|
|
148
149
|
items?: Maybe<ActionsActionInputItems>;
|
|
149
150
|
pattern?: Maybe<Scalars['String']['output']>;
|
|
150
151
|
required: Scalars['Boolean']['output'];
|
|
@@ -1944,7 +1945,6 @@ export declare type BitbucketRepository = CodeRepository & Node & {
|
|
|
1944
1945
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
|
|
1945
1946
|
href?: Maybe<Scalars['URL']['output']>;
|
|
1946
1947
|
id: Scalars['ID']['output'];
|
|
1947
|
-
jiraProjectRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
1948
1948
|
name: Scalars['String']['output'];
|
|
1949
1949
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
1950
1950
|
workspace?: Maybe<BitbucketWorkspace>;
|
|
@@ -1955,13 +1955,6 @@ export declare type BitbucketRepositoryDevOpsServiceRelationshipsArgs = {
|
|
|
1955
1955
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1956
1956
|
sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
|
|
1957
1957
|
};
|
|
1958
|
-
export declare type BitbucketRepositoryJiraProjectRelationshipsArgs = {
|
|
1959
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
1960
|
-
cloudId: Scalars['ID']['input'];
|
|
1961
|
-
filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
|
|
1962
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1963
|
-
sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
|
|
1964
|
-
};
|
|
1965
1958
|
export declare type BitbucketRepositoryAvatar = {
|
|
1966
1959
|
__typename?: 'BitbucketRepositoryAvatar';
|
|
1967
1960
|
url: Scalars['URL']['output'];
|
|
@@ -14844,6 +14837,7 @@ export declare type ContentPlatformIpmComponentLinkButton = {
|
|
|
14844
14837
|
id: Scalars['String']['output'];
|
|
14845
14838
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14846
14839
|
};
|
|
14840
|
+
export declare type ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion = ContentPlatformIpmComponentGsacButton | ContentPlatformIpmComponentLinkButton;
|
|
14847
14841
|
export declare type ContentPlatformIpmComponentNextButton = {
|
|
14848
14842
|
__typename?: 'ContentPlatformIpmComponentNextButton';
|
|
14849
14843
|
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
@@ -14907,6 +14901,29 @@ export declare type ContentPlatformIpmImageModalSearchConnection = {
|
|
|
14907
14901
|
edges: Array<ContentPlatformIpmImageModalResultEdge>;
|
|
14908
14902
|
pageInfo: PageInfo;
|
|
14909
14903
|
};
|
|
14904
|
+
export declare type ContentPlatformIpmInlineDialog = {
|
|
14905
|
+
__typename?: 'ContentPlatformIpmInlineDialog';
|
|
14906
|
+
anchored: ContentPlatformIpmAnchored;
|
|
14907
|
+
body: Scalars['JSON']['output'];
|
|
14908
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14909
|
+
featuredImage?: Maybe<ContentPlatformIpmCompImage>;
|
|
14910
|
+
id: Scalars['String']['output'];
|
|
14911
|
+
primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
|
|
14912
|
+
secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
|
|
14913
|
+
title: Scalars['String']['output'];
|
|
14914
|
+
trigger: Array<ContentPlatformIpmTrigger>;
|
|
14915
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14916
|
+
};
|
|
14917
|
+
export declare type ContentPlatformIpmInlineDialogResultEdge = {
|
|
14918
|
+
__typename?: 'ContentPlatformIpmInlineDialogResultEdge';
|
|
14919
|
+
cursor: Scalars['String']['output'];
|
|
14920
|
+
node: ContentPlatformIpmInlineDialog;
|
|
14921
|
+
};
|
|
14922
|
+
export declare type ContentPlatformIpmInlineDialogSearchConnection = {
|
|
14923
|
+
__typename?: 'ContentPlatformIpmInlineDialogSearchConnection';
|
|
14924
|
+
edges: Array<ContentPlatformIpmInlineDialogResultEdge>;
|
|
14925
|
+
pageInfo: PageInfo;
|
|
14926
|
+
};
|
|
14910
14927
|
export declare type ContentPlatformIpmMultiStep = {
|
|
14911
14928
|
__typename?: 'ContentPlatformIpmMultiStep';
|
|
14912
14929
|
body: Scalars['JSON']['output'];
|
|
@@ -16033,32 +16050,6 @@ export declare type CreateIncomingWebhookToken = {
|
|
|
16033
16050
|
name?: Maybe<Scalars['String']['output']>;
|
|
16034
16051
|
value: Scalars['String']['output'];
|
|
16035
16052
|
};
|
|
16036
|
-
export declare type CreateJiraProjectAndOpsgenieTeamRelationshipInput = {
|
|
16037
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
16038
|
-
jiraProjectId: Scalars['ID']['input'];
|
|
16039
|
-
jiraProjectType?: InputMaybe<DevOpsJiraProjectType>;
|
|
16040
|
-
opsgenieTeamId: Scalars['ID']['input'];
|
|
16041
|
-
properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
|
|
16042
|
-
};
|
|
16043
|
-
export declare type CreateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
|
|
16044
|
-
__typename?: 'CreateJiraProjectAndOpsgenieTeamRelationshipPayload';
|
|
16045
|
-
errors?: Maybe<Array<MutationError>>;
|
|
16046
|
-
jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
16047
|
-
success: Scalars['Boolean']['output'];
|
|
16048
|
-
};
|
|
16049
|
-
export declare type CreateJiraProjectAndRepositoryRelationshipInput = {
|
|
16050
|
-
bitbucketRepositoryId?: InputMaybe<Scalars['ID']['input']>;
|
|
16051
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
16052
|
-
jiraProjectId: Scalars['ID']['input'];
|
|
16053
|
-
properties?: InputMaybe<Array<DevOpsContainerRelationshipEntityPropertyInput>>;
|
|
16054
|
-
thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
|
|
16055
|
-
};
|
|
16056
|
-
export declare type CreateJiraProjectAndRepositoryRelationshipPayload = Payload & {
|
|
16057
|
-
__typename?: 'CreateJiraProjectAndRepositoryRelationshipPayload';
|
|
16058
|
-
errors?: Maybe<Array<MutationError>>;
|
|
16059
|
-
jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
|
|
16060
|
-
success: Scalars['Boolean']['output'];
|
|
16061
|
-
};
|
|
16062
16053
|
export declare type CreatePolarisCommentInput = {
|
|
16063
16054
|
content?: InputMaybe<Scalars['JSON']['input']>;
|
|
16064
16055
|
kind?: InputMaybe<PolarisCommentKind>;
|
|
@@ -17370,22 +17361,6 @@ export declare type DeleteEventSourcePayload = Payload & {
|
|
|
17370
17361
|
errors?: Maybe<Array<MutationError>>;
|
|
17371
17362
|
success: Scalars['Boolean']['output'];
|
|
17372
17363
|
};
|
|
17373
|
-
export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipInput = {
|
|
17374
|
-
id: Scalars['ID']['input'];
|
|
17375
|
-
};
|
|
17376
|
-
export declare type DeleteJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
|
|
17377
|
-
__typename?: 'DeleteJiraProjectAndOpsgenieTeamRelationshipPayload';
|
|
17378
|
-
errors?: Maybe<Array<MutationError>>;
|
|
17379
|
-
success: Scalars['Boolean']['output'];
|
|
17380
|
-
};
|
|
17381
|
-
export declare type DeleteJiraProjectAndRepositoryRelationshipInput = {
|
|
17382
|
-
id: Scalars['ID']['input'];
|
|
17383
|
-
};
|
|
17384
|
-
export declare type DeleteJiraProjectAndRepositoryRelationshipPayload = Payload & {
|
|
17385
|
-
__typename?: 'DeleteJiraProjectAndRepositoryRelationshipPayload';
|
|
17386
|
-
errors?: Maybe<Array<MutationError>>;
|
|
17387
|
-
success: Scalars['Boolean']['output'];
|
|
17388
|
-
};
|
|
17389
17364
|
export declare type DeletePolarisIdeaTemplateInput = {
|
|
17390
17365
|
id: Scalars['ID']['input'];
|
|
17391
17366
|
project: Scalars['ID']['input'];
|
|
@@ -17752,6 +17727,20 @@ export declare type DevAiMutationsSetAutofixEnabledStateForRepositoryArgs = {
|
|
|
17752
17727
|
export declare type DevAiMutationsTriggerAutofixScanArgs = {
|
|
17753
17728
|
input: DevAiTriggerAutofixScanInput;
|
|
17754
17729
|
};
|
|
17730
|
+
export declare type DevAiPhaseEndedAutodevLog = DevAiAutodevLog & {
|
|
17731
|
+
__typename?: 'DevAiPhaseEndedAutodevLog';
|
|
17732
|
+
id: Scalars['ID']['output'];
|
|
17733
|
+
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17734
|
+
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17735
|
+
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17736
|
+
};
|
|
17737
|
+
export declare type DevAiPhaseStartedAutodevLog = DevAiAutodevLog & {
|
|
17738
|
+
__typename?: 'DevAiPhaseStartedAutodevLog';
|
|
17739
|
+
id: Scalars['ID']['output'];
|
|
17740
|
+
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17741
|
+
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17742
|
+
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17743
|
+
};
|
|
17755
17744
|
export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
17756
17745
|
__typename?: 'DevAiPlaintextAutodevLog';
|
|
17757
17746
|
id: Scalars['ID']['output'];
|
|
@@ -18262,11 +18251,6 @@ export declare type DevOpsFeatureFlagSummary = {
|
|
|
18262
18251
|
rolloutText?: Maybe<Scalars['String']['output']>;
|
|
18263
18252
|
url?: Maybe<Scalars['URL']['output']>;
|
|
18264
18253
|
};
|
|
18265
|
-
export declare enum DevOpsJiraProjectType {
|
|
18266
|
-
JiraCore = "JIRA_CORE",
|
|
18267
|
-
JiraServicedesk = "JIRA_SERVICEDESK",
|
|
18268
|
-
JiraSoftware = "JIRA_SOFTWARE"
|
|
18269
|
-
}
|
|
18270
18254
|
export declare type DevOpsMetrics = {
|
|
18271
18255
|
__typename?: 'DevOpsMetrics';
|
|
18272
18256
|
cycleTime?: Maybe<DevOpsMetricsCycleTime>;
|
|
@@ -19458,7 +19442,7 @@ export declare type EarliestViewViewedForUser = {
|
|
|
19458
19442
|
};
|
|
19459
19443
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
19460
19444
|
export declare type EcosystemAppInstallationOverridesInput = {
|
|
19461
|
-
|
|
19445
|
+
licenseMode?: InputMaybe<EcosystemLicenseMode>;
|
|
19462
19446
|
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19463
19447
|
};
|
|
19464
19448
|
export declare type EcosystemAppNetworkEgressPermission = {
|
|
@@ -19575,7 +19559,7 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
19575
19559
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
19576
19560
|
id: Scalars['ID']['output'];
|
|
19577
19561
|
};
|
|
19578
|
-
export declare enum
|
|
19562
|
+
export declare enum EcosystemLicenseMode {
|
|
19579
19563
|
UserAccess = "USER_ACCESS"
|
|
19580
19564
|
}
|
|
19581
19565
|
export declare type EcosystemMutation = {
|
|
@@ -19917,7 +19901,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
19917
19901
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
19918
19902
|
node?: Maybe<ExternalAssociation>;
|
|
19919
19903
|
};
|
|
19920
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19904
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19921
19905
|
export declare type ExternalAttachment = {
|
|
19922
19906
|
__typename?: 'ExternalAttachment';
|
|
19923
19907
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -19926,6 +19910,19 @@ export declare type ExternalAttachment = {
|
|
|
19926
19910
|
title?: Maybe<Scalars['String']['output']>;
|
|
19927
19911
|
url?: Maybe<Scalars['String']['output']>;
|
|
19928
19912
|
};
|
|
19913
|
+
export declare type ExternalAttendee = {
|
|
19914
|
+
__typename?: 'ExternalAttendee';
|
|
19915
|
+
isOptional?: Maybe<Scalars['Boolean']['output']>;
|
|
19916
|
+
rsvpStatus?: Maybe<ExternalAttendeeRsvpStatus>;
|
|
19917
|
+
user?: Maybe<ExternalUser>;
|
|
19918
|
+
};
|
|
19919
|
+
export declare enum ExternalAttendeeRsvpStatus {
|
|
19920
|
+
Accepted = "ACCEPTED",
|
|
19921
|
+
Declined = "DECLINED",
|
|
19922
|
+
NotResponded = "NOT_RESPONDED",
|
|
19923
|
+
Other = "OTHER",
|
|
19924
|
+
TenativelyAccepted = "TENATIVELY_ACCEPTED"
|
|
19925
|
+
}
|
|
19929
19926
|
export declare type ExternalAuthCredentialsInput = {
|
|
19930
19927
|
clientId?: InputMaybe<Scalars['ID']['input']>;
|
|
19931
19928
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -19995,6 +19992,38 @@ export declare enum ExternalBuildState {
|
|
|
19995
19992
|
Successful = "SUCCESSFUL",
|
|
19996
19993
|
Unknown = "UNKNOWN"
|
|
19997
19994
|
}
|
|
19995
|
+
export declare type ExternalCalendarEvent = Node & {
|
|
19996
|
+
__typename?: 'ExternalCalendarEvent';
|
|
19997
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
19998
|
+
attachments?: Maybe<Array<Maybe<ExternalCalendarEventAttachment>>>;
|
|
19999
|
+
attendees?: Maybe<Array<Maybe<ExternalAttendee>>>;
|
|
20000
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20001
|
+
createdBy?: Maybe<ExternalUser>;
|
|
20002
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20003
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
20004
|
+
eventEndTime?: Maybe<Scalars['String']['output']>;
|
|
20005
|
+
eventStartTime?: Maybe<Scalars['String']['output']>;
|
|
20006
|
+
eventType?: Maybe<ExternalEventType>;
|
|
20007
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
20008
|
+
id: Scalars['ID']['output'];
|
|
20009
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
20010
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
20011
|
+
location?: Maybe<ExternalLocation>;
|
|
20012
|
+
parent?: Maybe<ExternalEntity>;
|
|
20013
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
20014
|
+
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
20015
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
20016
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20017
|
+
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
20018
|
+
};
|
|
20019
|
+
export declare type ExternalCalendarEventAttachment = {
|
|
20020
|
+
__typename?: 'ExternalCalendarEventAttachment';
|
|
20021
|
+
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
20022
|
+
mimeType?: Maybe<Scalars['String']['output']>;
|
|
20023
|
+
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
20024
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
20025
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20026
|
+
};
|
|
19998
20027
|
export declare enum ExternalChangeType {
|
|
19999
20028
|
Added = "ADDED",
|
|
20000
20029
|
Copied = "COPIED",
|
|
@@ -20154,15 +20183,19 @@ export declare type ExternalDocument = Node & {
|
|
|
20154
20183
|
export declare enum ExternalDocumentCategory {
|
|
20155
20184
|
Archive = "ARCHIVE",
|
|
20156
20185
|
Audio = "AUDIO",
|
|
20186
|
+
Blogpost = "BLOGPOST",
|
|
20157
20187
|
Code = "CODE",
|
|
20188
|
+
Comment = "COMMENT",
|
|
20158
20189
|
Document = "DOCUMENT",
|
|
20159
20190
|
Folder = "FOLDER",
|
|
20160
20191
|
Form = "FORM",
|
|
20161
20192
|
Image = "IMAGE",
|
|
20162
20193
|
Other = "OTHER",
|
|
20194
|
+
Page = "PAGE",
|
|
20163
20195
|
Pdf = "PDF",
|
|
20164
20196
|
Presentation = "PRESENTATION",
|
|
20165
20197
|
Shortcut = "SHORTCUT",
|
|
20198
|
+
Space = "SPACE",
|
|
20166
20199
|
Spreadsheet = "SPREADSHEET",
|
|
20167
20200
|
Video = "VIDEO",
|
|
20168
20201
|
WebPage = "WEB_PAGE"
|
|
@@ -20178,6 +20211,7 @@ export declare type ExternalEntities = {
|
|
|
20178
20211
|
__typename?: 'ExternalEntities';
|
|
20179
20212
|
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
20180
20213
|
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
20214
|
+
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
20181
20215
|
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
20182
20216
|
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
20183
20217
|
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
@@ -20191,7 +20225,7 @@ export declare type ExternalEntities = {
|
|
|
20191
20225
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
20192
20226
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
20193
20227
|
};
|
|
20194
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
20228
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
20195
20229
|
export declare type ExternalEnvironment = {
|
|
20196
20230
|
__typename?: 'ExternalEnvironment';
|
|
20197
20231
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -20205,6 +20239,17 @@ export declare enum ExternalEnvironmentType {
|
|
|
20205
20239
|
Testing = "TESTING",
|
|
20206
20240
|
Unmapped = "UNMAPPED"
|
|
20207
20241
|
}
|
|
20242
|
+
export declare enum ExternalEventType {
|
|
20243
|
+
Appointment = "APPOINTMENT",
|
|
20244
|
+
Birthday = "BIRTHDAY",
|
|
20245
|
+
Default = "DEFAULT",
|
|
20246
|
+
Event = "EVENT",
|
|
20247
|
+
FocusTime = "FOCUS_TIME",
|
|
20248
|
+
OutOfOffice = "OUT_OF_OFFICE",
|
|
20249
|
+
Reminder = "REMINDER",
|
|
20250
|
+
Task = "TASK",
|
|
20251
|
+
WorkingLocation = "WORKING_LOCATION"
|
|
20252
|
+
}
|
|
20208
20253
|
export declare type ExternalExportLink = {
|
|
20209
20254
|
__typename?: 'ExternalExportLink';
|
|
20210
20255
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
@@ -20263,11 +20308,25 @@ export declare type ExternalFileInfo = {
|
|
|
20263
20308
|
fileCount?: Maybe<Scalars['Int']['output']>;
|
|
20264
20309
|
files?: Maybe<Array<Maybe<ExternalFile>>>;
|
|
20265
20310
|
};
|
|
20311
|
+
export declare type ExternalIcon = {
|
|
20312
|
+
__typename?: 'ExternalIcon';
|
|
20313
|
+
height?: Maybe<Scalars['Int']['output']>;
|
|
20314
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
20315
|
+
uri?: Maybe<Scalars['String']['output']>;
|
|
20316
|
+
width?: Maybe<Scalars['Int']['output']>;
|
|
20317
|
+
};
|
|
20266
20318
|
export declare type ExternalLargeContent = {
|
|
20267
20319
|
__typename?: 'ExternalLargeContent';
|
|
20268
20320
|
asText?: Maybe<Scalars['String']['output']>;
|
|
20269
20321
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
20270
20322
|
};
|
|
20323
|
+
export declare type ExternalLocation = {
|
|
20324
|
+
__typename?: 'ExternalLocation';
|
|
20325
|
+
address?: Maybe<Scalars['String']['output']>;
|
|
20326
|
+
coordinates?: Maybe<Scalars['String']['output']>;
|
|
20327
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
20328
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20329
|
+
};
|
|
20271
20330
|
export declare enum ExternalMembershipType {
|
|
20272
20331
|
Private = "PRIVATE",
|
|
20273
20332
|
Public = "PUBLIC",
|
|
@@ -37422,11 +37481,16 @@ export declare type HelpCenterBranding = {
|
|
|
37422
37481
|
export declare type HelpCenterBrandingColors = {
|
|
37423
37482
|
__typename?: 'HelpCenterBrandingColors';
|
|
37424
37483
|
bannerTextColor?: Maybe<Scalars['String']['output']>;
|
|
37484
|
+
hasTopBarBeenSplit: Scalars['Boolean']['output'];
|
|
37425
37485
|
primary?: Maybe<Scalars['String']['output']>;
|
|
37486
|
+
topBarColor?: Maybe<Scalars['String']['output']>;
|
|
37487
|
+
topBarTextColor?: Maybe<Scalars['String']['output']>;
|
|
37426
37488
|
};
|
|
37427
37489
|
export declare type HelpCenterBrandingColorsInput = {
|
|
37428
37490
|
bannerTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37429
37491
|
primary?: InputMaybe<Scalars['String']['input']>;
|
|
37492
|
+
topBarColor?: InputMaybe<Scalars['String']['input']>;
|
|
37493
|
+
topBarTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
37430
37494
|
};
|
|
37431
37495
|
export declare type HelpCenterBrandingInput = {
|
|
37432
37496
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
@@ -41813,6 +41877,34 @@ export declare type JiraConfluenceRemoteIssueLink = {
|
|
|
41813
41877
|
relationship?: Maybe<Scalars['String']['output']>;
|
|
41814
41878
|
title?: Maybe<Scalars['String']['output']>;
|
|
41815
41879
|
};
|
|
41880
|
+
export declare type JiraConfluenceRemoteIssueLinkConnection = {
|
|
41881
|
+
__typename?: 'JiraConfluenceRemoteIssueLinkConnection';
|
|
41882
|
+
edges?: Maybe<Array<Maybe<JiraConfluenceRemoteIssueLinkEdge>>>;
|
|
41883
|
+
pageInfo: PageInfo;
|
|
41884
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41885
|
+
};
|
|
41886
|
+
export declare type JiraConfluenceRemoteIssueLinkEdge = {
|
|
41887
|
+
__typename?: 'JiraConfluenceRemoteIssueLinkEdge';
|
|
41888
|
+
cursor: Scalars['String']['output'];
|
|
41889
|
+
node?: Maybe<JiraConfluenceRemoteIssueLink>;
|
|
41890
|
+
};
|
|
41891
|
+
export declare type JiraConfluenceRemoteIssueLinksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
41892
|
+
__typename?: 'JiraConfluenceRemoteIssueLinksField';
|
|
41893
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
41894
|
+
confluenceRemoteIssueLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
41895
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
41896
|
+
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
41897
|
+
fieldId: Scalars['String']['output'];
|
|
41898
|
+
id: Scalars['ID']['output'];
|
|
41899
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41900
|
+
issue?: Maybe<JiraIssue>;
|
|
41901
|
+
name: Scalars['String']['output'];
|
|
41902
|
+
type: Scalars['String']['output'];
|
|
41903
|
+
};
|
|
41904
|
+
export declare type JiraConfluenceRemoteIssueLinksFieldConfluenceRemoteIssueLinksArgs = {
|
|
41905
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41906
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41907
|
+
};
|
|
41816
41908
|
export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
41817
41909
|
__typename?: 'JiraConnectDateTimeField';
|
|
41818
41910
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -46189,6 +46281,7 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
46189
46281
|
export declare type JiraListViewIssuesArgs = {
|
|
46190
46282
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46191
46283
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
46284
|
+
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
46192
46285
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46193
46286
|
issueSearchInput: JiraIssueSearchInput;
|
|
46194
46287
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -46889,11 +46982,13 @@ export declare type JiraMutationJiraServiceManagementCreateRequestTypeCategoryAr
|
|
|
46889
46982
|
};
|
|
46890
46983
|
export declare type JiraMutationJiraServiceManagementDeleteRequestTypeCategoryArgs = {
|
|
46891
46984
|
cloudId: Scalars['ID']['input'];
|
|
46985
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
46892
46986
|
requestTypeCategoryId: Scalars['ID']['input'];
|
|
46893
46987
|
};
|
|
46894
46988
|
export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryArgs = {
|
|
46895
46989
|
cloudId: Scalars['ID']['input'];
|
|
46896
46990
|
input: JiraServiceManagementUpdateRequestTypeCategoryInput;
|
|
46991
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
46897
46992
|
};
|
|
46898
46993
|
export declare type JiraMutationJwmCreateCustomBackgroundArgs = {
|
|
46899
46994
|
input: JiraWorkManagementCreateCustomBackgroundInput;
|
|
@@ -48260,7 +48355,6 @@ export declare type JiraProject = Node & {
|
|
|
48260
48355
|
mostRecentlyViewedBoard?: Maybe<JiraBoardResult>;
|
|
48261
48356
|
name: Scalars['String']['output'];
|
|
48262
48357
|
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
|
|
48263
|
-
opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
48264
48358
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
48265
48359
|
projectFieldTypeGroups?: Maybe<JiraFieldTypeGroupConnection>;
|
|
48266
48360
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
@@ -48270,7 +48364,6 @@ export declare type JiraProject = Node & {
|
|
|
48270
48364
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
48271
48365
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
48272
48366
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
48273
|
-
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
48274
48367
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
48275
48368
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
48276
48369
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
@@ -48375,10 +48468,6 @@ export declare type JiraProjectLinkedSecurityVulnerabilitiesByProjectArgs = {
|
|
|
48375
48468
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedVulnerabilityInput>;
|
|
48376
48469
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48377
48470
|
};
|
|
48378
|
-
export declare type JiraProjectOpsgenieTeamRelationshipsArgs = {
|
|
48379
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
48380
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48381
|
-
};
|
|
48382
48471
|
export declare type JiraProjectOpsgenieTeamsAvailableToLinkWithArgs = {
|
|
48383
48472
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
48384
48473
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -48393,12 +48482,6 @@ export declare type JiraProjectRepositoriesArgs = {
|
|
|
48393
48482
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48394
48483
|
sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
|
|
48395
48484
|
};
|
|
48396
|
-
export declare type JiraProjectRepositoryRelationshipsArgs = {
|
|
48397
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
48398
|
-
filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
|
|
48399
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48400
|
-
sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
|
|
48401
|
-
};
|
|
48402
48485
|
export declare type JiraProjectServicesAvailableToLinkWithArgs = {
|
|
48403
48486
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
48404
48487
|
filter?: InputMaybe<DevOpsServicesFilterInput>;
|
|
@@ -48442,6 +48525,7 @@ export declare type JiraProjectAction = {
|
|
|
48442
48525
|
type: JiraProjectActionType;
|
|
48443
48526
|
};
|
|
48444
48527
|
export declare enum JiraProjectActionType {
|
|
48528
|
+
AssignIssues = "ASSIGN_ISSUES",
|
|
48445
48529
|
CreateIssues = "CREATE_ISSUES",
|
|
48446
48530
|
DeleteIssues = "DELETE_ISSUES",
|
|
48447
48531
|
EditIssues = "EDIT_ISSUES",
|
|
@@ -48452,77 +48536,6 @@ export declare enum JiraProjectActionType {
|
|
|
48452
48536
|
ViewIssues = "VIEW_ISSUES",
|
|
48453
48537
|
ViewProjectConfig = "VIEW_PROJECT_CONFIG"
|
|
48454
48538
|
}
|
|
48455
|
-
export declare type JiraProjectAndOpsgenieTeamRelationship = Node & {
|
|
48456
|
-
__typename?: 'JiraProjectAndOpsgenieTeamRelationship';
|
|
48457
|
-
createdAt: Scalars['DateTime']['output'];
|
|
48458
|
-
createdBy: Scalars['String']['output'];
|
|
48459
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
48460
|
-
id: Scalars['ID']['output'];
|
|
48461
|
-
jiraProject?: Maybe<JiraProject>;
|
|
48462
|
-
jiraProjectType?: Maybe<DevOpsJiraProjectType>;
|
|
48463
|
-
lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
48464
|
-
lastUpdatedBy?: Maybe<Scalars['String']['output']>;
|
|
48465
|
-
opsgenieTeam?: Maybe<OpsgenieTeam>;
|
|
48466
|
-
properties?: Maybe<Scalars['JSON']['output']>;
|
|
48467
|
-
revision: Scalars['ID']['output'];
|
|
48468
|
-
};
|
|
48469
|
-
export declare type JiraProjectAndOpsgenieTeamRelationshipPropertiesArgs = {
|
|
48470
|
-
keys: Array<Scalars['String']['input']>;
|
|
48471
|
-
};
|
|
48472
|
-
export declare type JiraProjectAndOpsgenieTeamRelationshipConnection = {
|
|
48473
|
-
__typename?: 'JiraProjectAndOpsgenieTeamRelationshipConnection';
|
|
48474
|
-
edges?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationshipEdge>>>;
|
|
48475
|
-
nodes?: Maybe<Array<Maybe<JiraProjectAndOpsgenieTeamRelationship>>>;
|
|
48476
|
-
pageInfo: PageInfo;
|
|
48477
|
-
};
|
|
48478
|
-
export declare type JiraProjectAndOpsgenieTeamRelationshipEdge = {
|
|
48479
|
-
__typename?: 'JiraProjectAndOpsgenieTeamRelationshipEdge';
|
|
48480
|
-
cursor: Scalars['String']['output'];
|
|
48481
|
-
node?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
48482
|
-
};
|
|
48483
|
-
export declare type JiraProjectAndRepositoryRelationship = Node & {
|
|
48484
|
-
__typename?: 'JiraProjectAndRepositoryRelationship';
|
|
48485
|
-
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
48486
|
-
certainty: DevOpsRelationshipCertainty;
|
|
48487
|
-
createdAt: Scalars['DateTime']['output'];
|
|
48488
|
-
createdBy: Scalars['String']['output'];
|
|
48489
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
48490
|
-
id: Scalars['ID']['output'];
|
|
48491
|
-
jiraProject?: Maybe<JiraProject>;
|
|
48492
|
-
lastInferredAt?: Maybe<Scalars['DateTime']['output']>;
|
|
48493
|
-
lastInferredBy?: Maybe<Scalars['String']['output']>;
|
|
48494
|
-
lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
48495
|
-
lastUpdatedBy?: Maybe<Scalars['String']['output']>;
|
|
48496
|
-
properties?: Maybe<Scalars['JSON']['output']>;
|
|
48497
|
-
revision: Scalars['ID']['output'];
|
|
48498
|
-
thirdPartyRepository?: Maybe<DevOpsThirdPartyRepository>;
|
|
48499
|
-
};
|
|
48500
|
-
export declare type JiraProjectAndRepositoryRelationshipPropertiesArgs = {
|
|
48501
|
-
keys: Array<Scalars['String']['input']>;
|
|
48502
|
-
};
|
|
48503
|
-
export declare type JiraProjectAndRepositoryRelationshipConnection = {
|
|
48504
|
-
__typename?: 'JiraProjectAndRepositoryRelationshipConnection';
|
|
48505
|
-
edges?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationshipEdge>>>;
|
|
48506
|
-
nodes?: Maybe<Array<Maybe<JiraProjectAndRepositoryRelationship>>>;
|
|
48507
|
-
pageInfo: PageInfo;
|
|
48508
|
-
};
|
|
48509
|
-
export declare type JiraProjectAndRepositoryRelationshipEdge = {
|
|
48510
|
-
__typename?: 'JiraProjectAndRepositoryRelationshipEdge';
|
|
48511
|
-
cursor: Scalars['String']['output'];
|
|
48512
|
-
node?: Maybe<JiraProjectAndRepositoryRelationship>;
|
|
48513
|
-
};
|
|
48514
|
-
export declare type JiraProjectAndRepositoryRelationshipFilter = {
|
|
48515
|
-
certainty?: InputMaybe<DevOpsRelationshipCertaintyFilter>;
|
|
48516
|
-
hostingProvider?: InputMaybe<DevOpsRepositoryHostingProviderFilter>;
|
|
48517
|
-
withAllPropertyKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
48518
|
-
};
|
|
48519
|
-
export declare type JiraProjectAndRepositoryRelationshipSort = {
|
|
48520
|
-
by: JiraProjectAndRepositoryRelationshipSortBy;
|
|
48521
|
-
order?: SortDirection;
|
|
48522
|
-
};
|
|
48523
|
-
export declare enum JiraProjectAndRepositoryRelationshipSortBy {
|
|
48524
|
-
LastInferredAt = "LAST_INFERRED_AT"
|
|
48525
|
-
}
|
|
48526
48539
|
export declare type JiraProjectAssociatedFieldsInput = {
|
|
48527
48540
|
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
|
|
48528
48541
|
};
|
|
@@ -54759,17 +54772,6 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
54759
54772
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
54760
54773
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
54761
54774
|
};
|
|
54762
|
-
export declare type JsmChatAddConversationInteractionInput = {
|
|
54763
|
-
authorId: Scalars['String']['input'];
|
|
54764
|
-
interactionType: JsmChatInteractionType;
|
|
54765
|
-
jiraFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
54766
|
-
selectedValue: Scalars['String']['input'];
|
|
54767
|
-
};
|
|
54768
|
-
export declare type JsmChatAddConversationInteractionPayload = Payload & {
|
|
54769
|
-
__typename?: 'JsmChatAddConversationInteractionPayload';
|
|
54770
|
-
errors?: Maybe<Array<MutationError>>;
|
|
54771
|
-
success: Scalars['Boolean']['output'];
|
|
54772
|
-
};
|
|
54773
54775
|
export declare type JsmChatAppendixActionItem = {
|
|
54774
54776
|
__typename?: 'JsmChatAppendixActionItem';
|
|
54775
54777
|
id: Scalars['String']['output'];
|
|
@@ -54830,30 +54832,6 @@ export declare enum JsmChatConversationChannelType {
|
|
|
54830
54832
|
Slack = "SLACK",
|
|
54831
54833
|
Widget = "WIDGET"
|
|
54832
54834
|
}
|
|
54833
|
-
export declare type JsmChatConversationMessage = {
|
|
54834
|
-
__typename?: 'JsmChatConversationMessage';
|
|
54835
|
-
appendices?: Maybe<Array<Maybe<JsmChatConversationAppendixAction>>>;
|
|
54836
|
-
authorType?: Maybe<JsmChatConversationUserRole>;
|
|
54837
|
-
content?: Maybe<Scalars['JSON']['output']>;
|
|
54838
|
-
contentType?: Maybe<JsmChatConversationMessageContentType>;
|
|
54839
|
-
id: Scalars['ID']['output'];
|
|
54840
|
-
};
|
|
54841
|
-
export declare enum JsmChatConversationMessageContentType {
|
|
54842
|
-
Adf = "ADF"
|
|
54843
|
-
}
|
|
54844
|
-
export declare type JsmChatConversationUpdateQueryError = {
|
|
54845
|
-
__typename?: 'JsmChatConversationUpdateQueryError';
|
|
54846
|
-
extensions?: Maybe<Array<QueryErrorExtension>>;
|
|
54847
|
-
identifier?: Maybe<Scalars['ID']['output']>;
|
|
54848
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
54849
|
-
};
|
|
54850
|
-
export declare type JsmChatConversationUpdateSubscriptionPayload = JsmChatConversationMessage | JsmChatConversationUpdateQueryError | JsmChatSubscriptionEstablishedPayload;
|
|
54851
|
-
export declare enum JsmChatConversationUserRole {
|
|
54852
|
-
JsmAgent = "JSM_Agent",
|
|
54853
|
-
Participant = "Participant",
|
|
54854
|
-
Reporter = "Reporter",
|
|
54855
|
-
VirtualAgent = "VirtualAgent"
|
|
54856
|
-
}
|
|
54857
54835
|
export declare type JsmChatCreateChannelInput = {
|
|
54858
54836
|
channelName: Scalars['String']['input'];
|
|
54859
54837
|
channelType: JsmChatChannelType;
|
|
@@ -54898,20 +54876,6 @@ export declare type JsmChatCreateConversationInput = {
|
|
|
54898
54876
|
conversationContextAri: Scalars['ID']['input'];
|
|
54899
54877
|
isTestChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54900
54878
|
};
|
|
54901
|
-
export declare type JsmChatCreateConversationMessageInput = {
|
|
54902
|
-
authorId: Scalars['String']['input'];
|
|
54903
|
-
message: Scalars['String']['input'];
|
|
54904
|
-
};
|
|
54905
|
-
export declare type JsmChatCreateConversationMessagePayload = Payload & {
|
|
54906
|
-
__typename?: 'JsmChatCreateConversationMessagePayload';
|
|
54907
|
-
createConversationMessageResponse?: Maybe<JsmChatCreateConversationMessageResponse>;
|
|
54908
|
-
errors?: Maybe<Array<MutationError>>;
|
|
54909
|
-
success: Scalars['Boolean']['output'];
|
|
54910
|
-
};
|
|
54911
|
-
export declare type JsmChatCreateConversationMessageResponse = {
|
|
54912
|
-
__typename?: 'JsmChatCreateConversationMessageResponse';
|
|
54913
|
-
id: Scalars['ID']['output'];
|
|
54914
|
-
};
|
|
54915
54879
|
export declare type JsmChatCreateConversationPayload = Payload & {
|
|
54916
54880
|
__typename?: 'JsmChatCreateConversationPayload';
|
|
54917
54881
|
createConversationResponse?: Maybe<JsmChatCreateConversationResponse>;
|
|
@@ -54987,11 +54951,6 @@ export declare type JsmChatInitializeNativeConfigResponse = {
|
|
|
54987
54951
|
connectedApp?: Maybe<JsmChatConnectedApps>;
|
|
54988
54952
|
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
54989
54953
|
};
|
|
54990
|
-
export declare enum JsmChatInteractionType {
|
|
54991
|
-
Buttons = "BUTTONS",
|
|
54992
|
-
Dropdown = "DROPDOWN",
|
|
54993
|
-
JiraField = "JIRA_FIELD"
|
|
54994
|
-
}
|
|
54995
54954
|
export declare type JsmChatJiraFieldAppendix = {
|
|
54996
54955
|
__typename?: 'JsmChatJiraFieldAppendix';
|
|
54997
54956
|
fieldId: Scalars['String']['output'];
|
|
@@ -55049,13 +55008,11 @@ export declare type JsmChatMsTeamsUpdatedProjectSettings = {
|
|
|
55049
55008
|
};
|
|
55050
55009
|
export declare type JsmChatMutation = {
|
|
55051
55010
|
__typename?: 'JsmChatMutation';
|
|
55052
|
-
addConversationInteraction?: Maybe<JsmChatAddConversationInteractionPayload>;
|
|
55053
55011
|
addWebConversationInteraction?: Maybe<JsmChatWebAddConversationInteractionPayload>;
|
|
55054
55012
|
createChannel: JsmChatCreateChannelOutput;
|
|
55055
55013
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
55056
55014
|
createConversation?: Maybe<JsmChatCreateConversationPayload>;
|
|
55057
55015
|
createConversationAnalyticsEvent?: Maybe<JsmChatCreateConversationAnalyticsOutput>;
|
|
55058
|
-
createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
|
|
55059
55016
|
createWebConversationMessage?: Maybe<JsmChatCreateWebConversationMessagePayload>;
|
|
55060
55017
|
deleteSlackChannelMapping: JsmChatDeleteSlackChannelMappingOutput;
|
|
55061
55018
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
@@ -55065,11 +55022,6 @@ export declare type JsmChatMutation = {
|
|
|
55065
55022
|
updateMsTeamsProjectSettings: JsmChatUpdateMsTeamsProjectSettingsOutput;
|
|
55066
55023
|
updateProjectSettings?: Maybe<JsmChatUpdateProjectSettingsOutput>;
|
|
55067
55024
|
};
|
|
55068
|
-
export declare type JsmChatMutationAddConversationInteractionArgs = {
|
|
55069
|
-
conversationId: Scalars['ID']['input'];
|
|
55070
|
-
input: JsmChatAddConversationInteractionInput;
|
|
55071
|
-
workspaceAri: Scalars['ID']['input'];
|
|
55072
|
-
};
|
|
55073
55025
|
export declare type JsmChatMutationAddWebConversationInteractionArgs = {
|
|
55074
55026
|
conversationId: Scalars['ID']['input'];
|
|
55075
55027
|
conversationMessageId: Scalars['ID']['input'];
|
|
@@ -55093,11 +55045,6 @@ export declare type JsmChatMutationCreateConversationAnalyticsEventArgs = {
|
|
|
55093
55045
|
input: JsmChatCreateConversationAnalyticsInput;
|
|
55094
55046
|
workspaceAri: Scalars['ID']['input'];
|
|
55095
55047
|
};
|
|
55096
|
-
export declare type JsmChatMutationCreateConversationMessageArgs = {
|
|
55097
|
-
conversationId: Scalars['ID']['input'];
|
|
55098
|
-
input: JsmChatCreateConversationMessageInput;
|
|
55099
|
-
workspaceAri: Scalars['ID']['input'];
|
|
55100
|
-
};
|
|
55101
55048
|
export declare type JsmChatMutationCreateWebConversationMessageArgs = {
|
|
55102
55049
|
conversationId: Scalars['ID']['input'];
|
|
55103
55050
|
input: JsmChatCreateWebConversationMessageInput;
|
|
@@ -55213,19 +55160,11 @@ export declare type JsmChatSlackConfig = {
|
|
|
55213
55160
|
};
|
|
55214
55161
|
export declare type JsmChatSubscription = {
|
|
55215
55162
|
__typename?: 'JsmChatSubscription';
|
|
55216
|
-
onConversationUpdate?: Maybe<JsmChatConversationUpdateSubscriptionPayload>;
|
|
55217
55163
|
updateConversation?: Maybe<JsmChatWebSubscriptionResponse>;
|
|
55218
55164
|
};
|
|
55219
|
-
export declare type JsmChatSubscriptionOnConversationUpdateArgs = {
|
|
55220
|
-
conversationId: Scalars['ID']['input'];
|
|
55221
|
-
};
|
|
55222
55165
|
export declare type JsmChatSubscriptionUpdateConversationArgs = {
|
|
55223
55166
|
conversationId: Scalars['ID']['input'];
|
|
55224
55167
|
};
|
|
55225
|
-
export declare type JsmChatSubscriptionEstablishedPayload = {
|
|
55226
|
-
__typename?: 'JsmChatSubscriptionEstablishedPayload';
|
|
55227
|
-
id: Scalars['ID']['output'];
|
|
55228
|
-
};
|
|
55229
55168
|
export declare type JsmChatUpdateChannelSettingsInput = {
|
|
55230
55169
|
isDeflectionChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55231
55170
|
isVirtualAgentChannel?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -59727,8 +59666,6 @@ export declare type Mutation = {
|
|
|
59727
59666
|
createDevOpsServiceAndRepositoryRelationship?: Maybe<CreateDevOpsServiceAndRepositoryRelationshipPayload>;
|
|
59728
59667
|
createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
|
|
59729
59668
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
59730
|
-
createJiraProjectAndOpsgenieTeamRelationship?: Maybe<CreateJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
59731
|
-
createJiraProjectAndRepositoryRelationship?: Maybe<CreateJiraProjectAndRepositoryRelationshipPayload>;
|
|
59732
59669
|
createPolarisComment?: Maybe<CreatePolarisCommentPayload>;
|
|
59733
59670
|
createPolarisIdeaTemplate?: Maybe<CreatePolarisIdeaTemplatePayload>;
|
|
59734
59671
|
createPolarisInsight?: Maybe<CreatePolarisInsightPayload>;
|
|
@@ -59753,8 +59690,6 @@ export declare type Mutation = {
|
|
|
59753
59690
|
deleteDevOpsServiceAndRepositoryRelationship?: Maybe<DeleteDevOpsServiceAndRepositoryRelationshipPayload>;
|
|
59754
59691
|
deleteDevOpsServiceEntityProperties?: Maybe<DeleteDevOpsServiceEntityPropertiesPayload>;
|
|
59755
59692
|
deleteDevOpsServiceRelationship?: Maybe<DeleteDevOpsServiceRelationshipPayload>;
|
|
59756
|
-
deleteJiraProjectAndOpsgenieTeamRelationship?: Maybe<DeleteJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
59757
|
-
deleteJiraProjectAndRepositoryRelationship?: Maybe<DeleteJiraProjectAndRepositoryRelationshipPayload>;
|
|
59758
59693
|
deletePolarisIdeaTemplate?: Maybe<DeletePolarisIdeaTemplatePayload>;
|
|
59759
59694
|
deletePolarisInsight?: Maybe<DeletePolarisInsightPayload>;
|
|
59760
59695
|
deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
|
|
@@ -59847,8 +59782,6 @@ export declare type Mutation = {
|
|
|
59847
59782
|
updateDevOpsServiceEntityProperties?: Maybe<UpdateDevOpsServiceEntityPropertiesPayload>;
|
|
59848
59783
|
updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
|
|
59849
59784
|
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
59850
|
-
updateJiraProjectAndOpsgenieTeamRelationship?: Maybe<UpdateJiraProjectAndOpsgenieTeamRelationshipPayload>;
|
|
59851
|
-
updateJiraProjectAndRepositoryRelationship?: Maybe<UpdateJiraProjectAndRepositoryRelationshipPayload>;
|
|
59852
59785
|
updatePolarisComment?: Maybe<UpdatePolarisCommentPayload>;
|
|
59853
59786
|
updatePolarisIdea?: Maybe<UpdatePolarisIdeaPayload>;
|
|
59854
59787
|
updatePolarisIdeaTemplate?: Maybe<UpdatePolarisIdeaTemplatePayload>;
|
|
@@ -60431,12 +60364,6 @@ export declare type MutationCreateDevOpsServiceRelationshipArgs = {
|
|
|
60431
60364
|
export declare type MutationCreateHostedResourceUploadUrlArgs = {
|
|
60432
60365
|
input: CreateHostedResourceUploadUrlInput;
|
|
60433
60366
|
};
|
|
60434
|
-
export declare type MutationCreateJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
60435
|
-
input: CreateJiraProjectAndOpsgenieTeamRelationshipInput;
|
|
60436
|
-
};
|
|
60437
|
-
export declare type MutationCreateJiraProjectAndRepositoryRelationshipArgs = {
|
|
60438
|
-
input: CreateJiraProjectAndRepositoryRelationshipInput;
|
|
60439
|
-
};
|
|
60440
60367
|
export declare type MutationCreatePolarisCommentArgs = {
|
|
60441
60368
|
input: CreatePolarisCommentInput;
|
|
60442
60369
|
};
|
|
@@ -60525,12 +60452,6 @@ export declare type MutationDeleteDevOpsServiceEntityPropertiesArgs = {
|
|
|
60525
60452
|
export declare type MutationDeleteDevOpsServiceRelationshipArgs = {
|
|
60526
60453
|
input: DeleteDevOpsServiceRelationshipInput;
|
|
60527
60454
|
};
|
|
60528
|
-
export declare type MutationDeleteJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
60529
|
-
input: DeleteJiraProjectAndOpsgenieTeamRelationshipInput;
|
|
60530
|
-
};
|
|
60531
|
-
export declare type MutationDeleteJiraProjectAndRepositoryRelationshipArgs = {
|
|
60532
|
-
input: DeleteJiraProjectAndRepositoryRelationshipInput;
|
|
60533
|
-
};
|
|
60534
60455
|
export declare type MutationDeletePolarisIdeaTemplateArgs = {
|
|
60535
60456
|
input: DeletePolarisIdeaTemplateInput;
|
|
60536
60457
|
};
|
|
@@ -60735,12 +60656,6 @@ export declare type MutationUpdateDevOpsServiceRelationshipArgs = {
|
|
|
60735
60656
|
export declare type MutationUpdateDeveloperLogAccessArgs = {
|
|
60736
60657
|
input: UpdateDeveloperLogAccessInput;
|
|
60737
60658
|
};
|
|
60738
|
-
export declare type MutationUpdateJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
60739
|
-
input: UpdateJiraProjectAndOpsgenieTeamRelationshipInput;
|
|
60740
|
-
};
|
|
60741
|
-
export declare type MutationUpdateJiraProjectAndRepositoryRelationshipArgs = {
|
|
60742
|
-
input: UpdateJiraProjectAndRepositoryRelationshipInput;
|
|
60743
|
-
};
|
|
60744
60659
|
export declare type MutationUpdatePolarisCommentArgs = {
|
|
60745
60660
|
input: UpdatePolarisCommentInput;
|
|
60746
60661
|
};
|
|
@@ -61156,7 +61071,6 @@ export declare type OpsgenieTeam = Node & {
|
|
|
61156
61071
|
description?: Maybe<Scalars['String']['output']>;
|
|
61157
61072
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndOpsgenieTeamRelationshipConnection>;
|
|
61158
61073
|
id: Scalars['ID']['output'];
|
|
61159
|
-
jiraProjectRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
61160
61074
|
members?: Maybe<OpsgenieTeamMemberConnection>;
|
|
61161
61075
|
name?: Maybe<Scalars['String']['output']>;
|
|
61162
61076
|
schedules?: Maybe<Array<Maybe<OpsgenieSchedule>>>;
|
|
@@ -61173,10 +61087,6 @@ export declare type OpsgenieTeamDevOpsServiceRelationshipsArgs = {
|
|
|
61173
61087
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61174
61088
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61175
61089
|
};
|
|
61176
|
-
export declare type OpsgenieTeamJiraProjectRelationshipsArgs = {
|
|
61177
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
61178
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61179
|
-
};
|
|
61180
61090
|
export declare type OpsgenieTeamMembersArgs = {
|
|
61181
61091
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61182
61092
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62740,16 +62650,14 @@ export declare type Query = {
|
|
|
62740
62650
|
ipmFlags: ContentPlatformIpmFlagSearchConnection;
|
|
62741
62651
|
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
62742
62652
|
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
62653
|
+
ipmInlineDialog?: Maybe<ContentPlatformIpmInlineDialog>;
|
|
62654
|
+
ipmInlineDialogs: ContentPlatformIpmInlineDialogSearchConnection;
|
|
62743
62655
|
ipmMultiStep?: Maybe<ContentPlatformIpmMultiStep>;
|
|
62744
62656
|
ipmMultiSteps: ContentPlatformIpmMultiStepSearchConnection;
|
|
62745
62657
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62746
62658
|
jira?: Maybe<JiraQuery>;
|
|
62747
62659
|
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
|
|
62748
62660
|
jiraOAuthApps?: Maybe<JiraOAuthAppsApps>;
|
|
62749
|
-
jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
62750
|
-
jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
|
|
62751
|
-
jiraProjectRelationshipsForOpsgenieTeam?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
62752
|
-
jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
62753
62661
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
62754
62662
|
jiraReleases?: Maybe<JiraReleases>;
|
|
62755
62663
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
@@ -62778,7 +62686,6 @@ export declare type Query = {
|
|
|
62778
62686
|
oauthClients?: Maybe<OAuthClientsQuery>;
|
|
62779
62687
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
62780
62688
|
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
|
|
62781
|
-
opsgenieTeamRelationshipsForJiraProject?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
62782
62689
|
partner?: Maybe<Partner>;
|
|
62783
62690
|
partnerEarlyAccess?: Maybe<PeapQueryApi>;
|
|
62784
62691
|
pokemon?: Maybe<PokemonQuery>;
|
|
@@ -62809,7 +62716,6 @@ export declare type Query = {
|
|
|
62809
62716
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
62810
62717
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
62811
62718
|
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
|
|
62812
|
-
repositoryRelationshipsForJiraProject?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
62813
62719
|
roadmaps?: Maybe<RoadmapsQuery>;
|
|
62814
62720
|
sandbox: SandboxQuery;
|
|
62815
62721
|
search?: Maybe<SearchQueryApi>;
|
|
@@ -64054,6 +63960,13 @@ export declare type QueryIpmImageModalArgs = {
|
|
|
64054
63960
|
export declare type QueryIpmImageModalsArgs = {
|
|
64055
63961
|
search: ContentPlatformSearchApIv2Query;
|
|
64056
63962
|
};
|
|
63963
|
+
export declare type QueryIpmInlineDialogArgs = {
|
|
63964
|
+
id: Scalars['String']['input'];
|
|
63965
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63966
|
+
};
|
|
63967
|
+
export declare type QueryIpmInlineDialogsArgs = {
|
|
63968
|
+
search: ContentPlatformSearchApIv2Query;
|
|
63969
|
+
};
|
|
64057
63970
|
export declare type QueryIpmMultiStepArgs = {
|
|
64058
63971
|
id: Scalars['String']['input'];
|
|
64059
63972
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -64064,25 +63977,6 @@ export declare type QueryIpmMultiStepsArgs = {
|
|
|
64064
63977
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
64065
63978
|
cloudId: Scalars['String']['input'];
|
|
64066
63979
|
};
|
|
64067
|
-
export declare type QueryJiraProjectAndOpsgenieTeamRelationshipArgs = {
|
|
64068
|
-
id: Scalars['ID']['input'];
|
|
64069
|
-
};
|
|
64070
|
-
export declare type QueryJiraProjectAndRepositoryRelationshipArgs = {
|
|
64071
|
-
id: Scalars['ID']['input'];
|
|
64072
|
-
};
|
|
64073
|
-
export declare type QueryJiraProjectRelationshipsForOpsgenieTeamArgs = {
|
|
64074
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
64075
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64076
|
-
id: Scalars['ID']['input'];
|
|
64077
|
-
};
|
|
64078
|
-
export declare type QueryJiraProjectRelationshipsForRepositoryArgs = {
|
|
64079
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
64080
|
-
cloudId: Scalars['ID']['input'];
|
|
64081
|
-
filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
|
|
64082
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64083
|
-
id: Scalars['ID']['input'];
|
|
64084
|
-
sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
|
|
64085
|
-
};
|
|
64086
63980
|
export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
64087
63981
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64088
63982
|
filter?: InputMaybe<DevOpsServiceAndJiraProjectRelationshipFilter>;
|
|
@@ -64136,11 +64030,6 @@ export declare type QueryNodeArgs = {
|
|
|
64136
64030
|
export declare type QueryOpsgenieTeamRelationshipForDevOpsServiceArgs = {
|
|
64137
64031
|
id: Scalars['ID']['input'];
|
|
64138
64032
|
};
|
|
64139
|
-
export declare type QueryOpsgenieTeamRelationshipsForJiraProjectArgs = {
|
|
64140
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
64141
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64142
|
-
id: Scalars['ID']['input'];
|
|
64143
|
-
};
|
|
64144
64033
|
export declare type QueryPolarisCollabTokenArgs = {
|
|
64145
64034
|
viewID: Scalars['ID']['input'];
|
|
64146
64035
|
};
|
|
@@ -64250,13 +64139,6 @@ export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
|
|
|
64250
64139
|
id: Scalars['ID']['input'];
|
|
64251
64140
|
sort?: InputMaybe<DevOpsServiceAndRepositoryRelationshipSort>;
|
|
64252
64141
|
};
|
|
64253
|
-
export declare type QueryRepositoryRelationshipsForJiraProjectArgs = {
|
|
64254
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
64255
|
-
filter?: InputMaybe<JiraProjectAndRepositoryRelationshipFilter>;
|
|
64256
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64257
|
-
id: Scalars['ID']['input'];
|
|
64258
|
-
sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
|
|
64259
|
-
};
|
|
64260
64142
|
export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
64261
64143
|
entityAri?: InputMaybe<Scalars['ID']['input']>;
|
|
64262
64144
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -66876,8 +66758,16 @@ export declare type ShepherdAlertSnippet = {
|
|
|
66876
66758
|
contentId: Scalars['ID']['output'];
|
|
66877
66759
|
field: Scalars['String']['output'];
|
|
66878
66760
|
redactable: Scalars['Boolean']['output'];
|
|
66761
|
+
redactedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
66762
|
+
redactionStatus: ShepherdAlertSnippetRedactionStatus;
|
|
66879
66763
|
snippetTextBlocks?: Maybe<Array<ShepherdAlertSnippetTextBlock>>;
|
|
66880
66764
|
};
|
|
66765
|
+
export declare enum ShepherdAlertSnippetRedactionStatus {
|
|
66766
|
+
Redacted = "REDACTED",
|
|
66767
|
+
RedactionFailed = "REDACTION_FAILED",
|
|
66768
|
+
RedactionPending = "REDACTION_PENDING",
|
|
66769
|
+
Unredacted = "UNREDACTED"
|
|
66770
|
+
}
|
|
66881
66771
|
export declare type ShepherdAlertSnippetResult = QueryError | ShepherdAlertSnippets;
|
|
66882
66772
|
export declare type ShepherdAlertSnippetTextBlock = {
|
|
66883
66773
|
__typename?: 'ShepherdAlertSnippetTextBlock';
|
|
@@ -66952,38 +66842,6 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
66952
66842
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
66953
66843
|
CreatedTunnel = "CREATED_TUNNEL",
|
|
66954
66844
|
CreatedUserProvisioning = "CREATED_USER_PROVISIONING",
|
|
66955
|
-
DataCenterAdminGroupDeleted = "DATA_CENTER_ADMIN_GROUP_DELETED",
|
|
66956
|
-
DataCenterAdminGroupPermissionAdded = "DATA_CENTER_ADMIN_GROUP_PERMISSION_ADDED",
|
|
66957
|
-
DataCenterAdminGroupPermissionDeleted = "DATA_CENTER_ADMIN_GROUP_PERMISSION_DELETED",
|
|
66958
|
-
DataCenterAdminUsernameChanged = "DATA_CENTER_ADMIN_USERNAME_CHANGED",
|
|
66959
|
-
DataCenterAdminUserAddedToGroup = "DATA_CENTER_ADMIN_USER_ADDED_TO_GROUP",
|
|
66960
|
-
DataCenterAdminUserAnonymized = "DATA_CENTER_ADMIN_USER_ANONYMIZED",
|
|
66961
|
-
DataCenterAdminUserDeletedFromGroup = "DATA_CENTER_ADMIN_USER_DELETED_FROM_GROUP",
|
|
66962
|
-
DataCenterAdminUserDetailsChanged = "DATA_CENTER_ADMIN_USER_DETAILS_CHANGED",
|
|
66963
|
-
DataCenterAdminUserLoggedInWithout_2Sv = "DATA_CENTER_ADMIN_USER_LOGGED_IN_WITHOUT_2SV",
|
|
66964
|
-
DataCenterAdminUserPasswordChanged = "DATA_CENTER_ADMIN_USER_PASSWORD_CHANGED",
|
|
66965
|
-
DataCenterAllowlistDisabled = "DATA_CENTER_ALLOWLIST_DISABLED",
|
|
66966
|
-
DataCenterAllowlistEnabled = "DATA_CENTER_ALLOWLIST_ENABLED",
|
|
66967
|
-
DataCenterAllowlistEntryAdded = "DATA_CENTER_ALLOWLIST_ENTRY_ADDED",
|
|
66968
|
-
DataCenterAllowlistEntryDeleted = "DATA_CENTER_ALLOWLIST_ENTRY_DELETED",
|
|
66969
|
-
DataCenterAllowlistEntryModified = "DATA_CENTER_ALLOWLIST_ENTRY_MODIFIED",
|
|
66970
|
-
DataCenterAnnouncementBannerAdded = "DATA_CENTER_ANNOUNCEMENT_BANNER_ADDED",
|
|
66971
|
-
DataCenterAnnouncementBannerDeleted = "DATA_CENTER_ANNOUNCEMENT_BANNER_DELETED",
|
|
66972
|
-
DataCenterAnnouncementBannerUpdated = "DATA_CENTER_ANNOUNCEMENT_BANNER_UPDATED",
|
|
66973
|
-
DataCenterAppInstalled = "DATA_CENTER_APP_INSTALLED",
|
|
66974
|
-
DataCenterAuditingConfigModified = "DATA_CENTER_AUDITING_CONFIG_MODIFIED",
|
|
66975
|
-
DataCenterAuthenticationMethodAdded = "DATA_CENTER_AUTHENTICATION_METHOD_ADDED",
|
|
66976
|
-
DataCenterAuthenticationMethodDeleted = "DATA_CENTER_AUTHENTICATION_METHOD_DELETED",
|
|
66977
|
-
DataCenterAuthenticationMethodModified = "DATA_CENTER_AUTHENTICATION_METHOD_MODIFIED",
|
|
66978
|
-
DataCenterBasicAuthenticationConfigurationDisabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_DISABLED",
|
|
66979
|
-
DataCenterBasicAuthenticationConfigurationEnabled = "DATA_CENTER_BASIC_AUTHENTICATION_CONFIGURATION_ENABLED",
|
|
66980
|
-
DataCenterConfigurationChanged = "DATA_CENTER_CONFIGURATION_CHANGED",
|
|
66981
|
-
DataCenterExportStarted = "DATA_CENTER_EXPORT_STARTED",
|
|
66982
|
-
DataCenterImportCompleted = "DATA_CENTER_IMPORT_COMPLETED",
|
|
66983
|
-
DataCenterUserAddedToSecurityGroup = "DATA_CENTER_USER_ADDED_TO_SECURITY_GROUP",
|
|
66984
|
-
DataCenterUserDeletedFromSecurityGroup = "DATA_CENTER_USER_DELETED_FROM_SECURITY_GROUP",
|
|
66985
|
-
DataCenterUserDirectoryAdded = "DATA_CENTER_USER_DIRECTORY_ADDED",
|
|
66986
|
-
DataCenterUserDirectoryDeleted = "DATA_CENTER_USER_DIRECTORY_DELETED",
|
|
66987
66845
|
DataSecurityPolicyActivated = "DATA_SECURITY_POLICY_ACTIVATED",
|
|
66988
66846
|
DataSecurityPolicyDeactivated = "DATA_SECURITY_POLICY_DEACTIVATED",
|
|
66989
66847
|
DataSecurityPolicyDeleted = "DATA_SECURITY_POLICY_DELETED",
|
|
@@ -67018,6 +66876,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
67018
66876
|
JiraIssueCrawling = "JIRA_ISSUE_CRAWLING",
|
|
67019
66877
|
LoginFromMaliciousIpAddress = "LOGIN_FROM_MALICIOUS_IP_ADDRESS",
|
|
67020
66878
|
LoginFromTorExitNode = "LOGIN_FROM_TOR_EXIT_NODE",
|
|
66879
|
+
MobileScreenLock = "MOBILE_SCREEN_LOCK",
|
|
67021
66880
|
OrgLoggedInAsUser = "ORG_LOGGED_IN_AS_USER",
|
|
67022
66881
|
ProjectClassificationLevelDecreased = "PROJECT_CLASSIFICATION_LEVEL_DECREASED",
|
|
67023
66882
|
ProjectClassificationLevelIncreased = "PROJECT_CLASSIFICATION_LEVEL_INCREASED",
|
|
@@ -67067,7 +66926,9 @@ export declare enum ShepherdAtlassianProduct {
|
|
|
67067
66926
|
AdminHub = "ADMIN_HUB",
|
|
67068
66927
|
Bitbucket = "BITBUCKET",
|
|
67069
66928
|
Confluence = "CONFLUENCE",
|
|
66929
|
+
ConfluenceDc = "CONFLUENCE_DC",
|
|
67070
66930
|
GuardDetect = "GUARD_DETECT",
|
|
66931
|
+
JiraDc = "JIRA_DC",
|
|
67071
66932
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
67072
66933
|
Marketplace = "MARKETPLACE"
|
|
67073
66934
|
}
|
|
@@ -67385,7 +67246,6 @@ export declare type ShepherdDetectionSettingSetValueEntryInput = {
|
|
|
67385
67246
|
scanningRules?: InputMaybe<Array<ShepherdCustomScanningRuleInput>>;
|
|
67386
67247
|
};
|
|
67387
67248
|
export declare type ShepherdDetectionSettingSetValueInput = {
|
|
67388
|
-
booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67389
67249
|
entries?: InputMaybe<Array<ShepherdDetectionSettingSetValueEntryInput>>;
|
|
67390
67250
|
stringValues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
67391
67251
|
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
|
|
@@ -68054,7 +67914,6 @@ export declare type ShepherdWorkspaceSettingUpdateInput = {
|
|
|
68054
67914
|
};
|
|
68055
67915
|
export declare type ShepherdWorkspaceSettingValueInput = {
|
|
68056
67916
|
confluenceEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68057
|
-
enabledValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68058
67917
|
jiraEnabledValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68059
67918
|
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
|
|
68060
67919
|
};
|
|
@@ -69907,6 +69766,7 @@ export declare type TownsquareQueryApi = {
|
|
|
69907
69766
|
projectSearch?: Maybe<TownsquareProjectConnection>;
|
|
69908
69767
|
projectTql?: Maybe<TownsquareProjectConnection>;
|
|
69909
69768
|
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
69769
|
+
tagsByAri?: Maybe<Array<Maybe<TownsquareTag>>>;
|
|
69910
69770
|
};
|
|
69911
69771
|
export declare type TownsquareQueryApiAllWorkspaceSummariesForOrgArgs = {
|
|
69912
69772
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69977,6 +69837,9 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
69977
69837
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
69978
69838
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69979
69839
|
};
|
|
69840
|
+
export declare type TownsquareQueryApiTagsByAriArgs = {
|
|
69841
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69842
|
+
};
|
|
69980
69843
|
export declare type TownsquareRelationship = {
|
|
69981
69844
|
__typename?: 'TownsquareRelationship';
|
|
69982
69845
|
from: Scalars['String']['output'];
|
|
@@ -71091,6 +70954,7 @@ export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterfa
|
|
|
71091
70954
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
71092
70955
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
71093
70956
|
id: Scalars['ID']['output'];
|
|
70957
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
71094
70958
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
71095
70959
|
providerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
71096
70960
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -71172,6 +71036,7 @@ export declare type TrelloPlannerCalendarEvent = Node & {
|
|
|
71172
71036
|
description?: Maybe<Scalars['String']['output']>;
|
|
71173
71037
|
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
71174
71038
|
id: Scalars['ID']['output'];
|
|
71039
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
71175
71040
|
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
71176
71041
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
71177
71042
|
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -71305,6 +71170,7 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
71305
71170
|
export declare type TrelloProviderCalendarInterface = {
|
|
71306
71171
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
71307
71172
|
id: Scalars['ID']['output'];
|
|
71173
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
71308
71174
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
71309
71175
|
timezone?: Maybe<Scalars['String']['output']>;
|
|
71310
71176
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -72584,29 +72450,6 @@ export declare type UpdateDeveloperLogAccessPayload = Payload & {
|
|
|
72584
72450
|
errors?: Maybe<Array<MutationError>>;
|
|
72585
72451
|
success: Scalars['Boolean']['output'];
|
|
72586
72452
|
};
|
|
72587
|
-
export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipInput = {
|
|
72588
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
72589
|
-
id: Scalars['ID']['input'];
|
|
72590
|
-
revision: Scalars['ID']['input'];
|
|
72591
|
-
};
|
|
72592
|
-
export declare type UpdateJiraProjectAndOpsgenieTeamRelationshipPayload = Payload & {
|
|
72593
|
-
__typename?: 'UpdateJiraProjectAndOpsgenieTeamRelationshipPayload';
|
|
72594
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72595
|
-
jiraProjectAndOpsgenieTeamRelationship?: Maybe<JiraProjectAndOpsgenieTeamRelationship>;
|
|
72596
|
-
success: Scalars['Boolean']['output'];
|
|
72597
|
-
};
|
|
72598
|
-
export declare type UpdateJiraProjectAndRepositoryRelationshipInput = {
|
|
72599
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
72600
|
-
id: Scalars['ID']['input'];
|
|
72601
|
-
revision: Scalars['ID']['input'];
|
|
72602
|
-
thirdPartyRepository?: InputMaybe<ThirdPartyRepositoryInput>;
|
|
72603
|
-
};
|
|
72604
|
-
export declare type UpdateJiraProjectAndRepositoryRelationshipPayload = Payload & {
|
|
72605
|
-
__typename?: 'UpdateJiraProjectAndRepositoryRelationshipPayload';
|
|
72606
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72607
|
-
jiraProjectAndRepositoryRelationship?: Maybe<JiraProjectAndRepositoryRelationship>;
|
|
72608
|
-
success: Scalars['Boolean']['output'];
|
|
72609
|
-
};
|
|
72610
72453
|
export declare type UpdatePolarisCommentInput = {
|
|
72611
72454
|
content?: InputMaybe<Scalars['JSON']['input']>;
|
|
72612
72455
|
delete?: InputMaybe<Scalars['Boolean']['input']>;
|