@forge/cli-shared 3.25.1-next.3 → 3.25.1-next.4
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 +8 -0
- package/out/graphql/graphql-types.d.ts +1207 -242
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +114 -10
- package/package.json +2 -2
|
@@ -128,6 +128,8 @@ export declare type ActionsAction = {
|
|
|
128
128
|
};
|
|
129
129
|
export declare type ActionsActionType = {
|
|
130
130
|
__typename?: 'ActionsActionType';
|
|
131
|
+
aiPrompt?: Maybe<Scalars['String']['output']>;
|
|
132
|
+
aiPromptAdditional?: Maybe<Scalars['String']['output']>;
|
|
131
133
|
description?: Maybe<Scalars['String']['output']>;
|
|
132
134
|
displayName: Scalars['String']['output'];
|
|
133
135
|
entityType?: Maybe<Scalars['String']['output']>;
|
|
@@ -137,6 +139,8 @@ export declare type ActionsActionType = {
|
|
|
137
139
|
};
|
|
138
140
|
export declare type ActionsActionTypeInput = {
|
|
139
141
|
__typename?: 'ActionsActionTypeInput';
|
|
142
|
+
aiPrompt?: Maybe<Scalars['String']['output']>;
|
|
143
|
+
aiPromptAdditional?: Maybe<Scalars['String']['output']>;
|
|
140
144
|
defaultValue?: Maybe<Scalars['JSON']['output']>;
|
|
141
145
|
description: Scalars['String']['output'];
|
|
142
146
|
pattern?: Maybe<Scalars['String']['output']>;
|
|
@@ -162,7 +166,9 @@ export declare type ActionsActionTypeOutputTuple = {
|
|
|
162
166
|
export declare type ActionsActionableApp = {
|
|
163
167
|
__typename?: 'ActionsActionableApp';
|
|
164
168
|
actions?: Maybe<Array<Maybe<ActionsAction>>>;
|
|
169
|
+
appDefinitionId?: Maybe<Scalars['String']['output']>;
|
|
165
170
|
appId: Scalars['String']['output'];
|
|
171
|
+
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
166
172
|
name: Scalars['String']['output'];
|
|
167
173
|
oauthClientId: Scalars['String']['output'];
|
|
168
174
|
};
|
|
@@ -187,6 +193,7 @@ export declare enum ActionsAuthType {
|
|
|
187
193
|
TwoLegged = "TWO_LEGGED"
|
|
188
194
|
}
|
|
189
195
|
export declare type ActionsExecuteActionFilter = {
|
|
196
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
190
197
|
oauthClientId?: InputMaybe<Scalars['String']['input']>;
|
|
191
198
|
providerAri?: InputMaybe<Scalars['String']['input']>;
|
|
192
199
|
};
|
|
@@ -767,6 +774,7 @@ export declare enum ApiContext {
|
|
|
767
774
|
Devops = "DEVOPS"
|
|
768
775
|
}
|
|
769
776
|
export declare enum ApiGroup {
|
|
777
|
+
Actions = "ACTIONS",
|
|
770
778
|
AdminGraphqlServer = "ADMIN_GRAPHQL_SERVER",
|
|
771
779
|
AppRecommendations = "APP_RECOMMENDATIONS",
|
|
772
780
|
Caas = "CAAS",
|
|
@@ -1612,6 +1620,7 @@ export declare type AquaIssueContext = {
|
|
|
1612
1620
|
export declare type AquaNotificationDetails = {
|
|
1613
1621
|
__typename?: 'AquaNotificationDetails';
|
|
1614
1622
|
errorKey?: Maybe<Scalars['String']['output']>;
|
|
1623
|
+
hasRecipientJoined?: Maybe<Scalars['Boolean']['output']>;
|
|
1615
1624
|
mailboxMessage?: Maybe<Scalars['String']['output']>;
|
|
1616
1625
|
suppressionManaged?: Maybe<Scalars['Boolean']['output']>;
|
|
1617
1626
|
};
|
|
@@ -1757,7 +1766,7 @@ export declare type AriGraphRelationshipNode = {
|
|
|
1757
1766
|
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
1758
1767
|
id: Scalars['ID']['output'];
|
|
1759
1768
|
};
|
|
1760
|
-
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsIncidentDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
1769
|
+
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
1761
1770
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
1762
1771
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
1763
1772
|
from?: Maybe<Scalars['ID']['output']>;
|
|
@@ -1852,6 +1861,7 @@ export declare type AtlassianAccountUser = LocalizationContext & User & {
|
|
|
1852
1861
|
accountId: Scalars['ID']['output'];
|
|
1853
1862
|
accountStatus: AccountStatus;
|
|
1854
1863
|
canonicalAccountId: Scalars['ID']['output'];
|
|
1864
|
+
characteristics?: Maybe<Scalars['JSON']['output']>;
|
|
1855
1865
|
email?: Maybe<Scalars['String']['output']>;
|
|
1856
1866
|
extendedProfile?: Maybe<AtlassianAccountUserExtendedProfile>;
|
|
1857
1867
|
id: Scalars['ID']['output'];
|
|
@@ -1864,10 +1874,13 @@ export declare type AtlassianAccountUser = LocalizationContext & User & {
|
|
|
1864
1874
|
};
|
|
1865
1875
|
export declare type AtlassianAccountUserExtendedProfile = {
|
|
1866
1876
|
__typename?: 'AtlassianAccountUserExtendedProfile';
|
|
1877
|
+
closedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1867
1878
|
department?: Maybe<Scalars['String']['output']>;
|
|
1879
|
+
inactiveDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1868
1880
|
jobTitle?: Maybe<Scalars['String']['output']>;
|
|
1869
1881
|
location?: Maybe<Scalars['String']['output']>;
|
|
1870
1882
|
organization?: Maybe<Scalars['String']['output']>;
|
|
1883
|
+
phoneNumbers?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
1871
1884
|
};
|
|
1872
1885
|
export declare type AtlassianOAuthClient = {
|
|
1873
1886
|
__typename?: 'AtlassianOAuthClient';
|
|
@@ -3067,6 +3080,18 @@ export declare type CompassAcknowledgeAnnouncementPayload = Payload & {
|
|
|
3067
3080
|
errors?: Maybe<Array<MutationError>>;
|
|
3068
3081
|
success: Scalars['Boolean']['output'];
|
|
3069
3082
|
};
|
|
3083
|
+
export declare type CompassAddDocumentInput = {
|
|
3084
|
+
componentId: Scalars['ID']['input'];
|
|
3085
|
+
documentationCategoryId: Scalars['ID']['input'];
|
|
3086
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
3087
|
+
url: Scalars['URL']['input'];
|
|
3088
|
+
};
|
|
3089
|
+
export declare type CompassAddDocumentPayload = Payload & {
|
|
3090
|
+
__typename?: 'CompassAddDocumentPayload';
|
|
3091
|
+
documentDetails?: Maybe<CompassDocument>;
|
|
3092
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3093
|
+
success: Scalars['Boolean']['output'];
|
|
3094
|
+
};
|
|
3070
3095
|
export declare type CompassAddTeamLabelsInput = {
|
|
3071
3096
|
cloudId: Scalars['ID']['input'];
|
|
3072
3097
|
labels: Array<Scalars['String']['input']>;
|
|
@@ -3205,6 +3230,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
3205
3230
|
__typename?: 'CompassCatalogMutationApi';
|
|
3206
3231
|
acknowledgeAnnouncement?: Maybe<CompassAcknowledgeAnnouncementPayload>;
|
|
3207
3232
|
addComponentLabels?: Maybe<AddCompassComponentLabelsPayload>;
|
|
3233
|
+
addDocument?: Maybe<CompassAddDocumentPayload>;
|
|
3208
3234
|
addTeamLabels?: Maybe<CompassAddTeamLabelsPayload>;
|
|
3209
3235
|
applyScorecardToComponent?: Maybe<ApplyCompassScorecardToComponentPayload>;
|
|
3210
3236
|
attachComponentDataManager?: Maybe<AttachCompassComponentDataManagerPayload>;
|
|
@@ -3270,6 +3296,9 @@ export declare type CompassCatalogMutationApiAcknowledgeAnnouncementArgs = {
|
|
|
3270
3296
|
export declare type CompassCatalogMutationApiAddComponentLabelsArgs = {
|
|
3271
3297
|
input: AddCompassComponentLabelsInput;
|
|
3272
3298
|
};
|
|
3299
|
+
export declare type CompassCatalogMutationApiAddDocumentArgs = {
|
|
3300
|
+
input: CompassAddDocumentInput;
|
|
3301
|
+
};
|
|
3273
3302
|
export declare type CompassCatalogMutationApiAddTeamLabelsArgs = {
|
|
3274
3303
|
input: CompassAddTeamLabelsInput;
|
|
3275
3304
|
};
|
|
@@ -3465,6 +3494,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3465
3494
|
documentationCategories?: Maybe<CompassDocumentationCategoriesConnection>;
|
|
3466
3495
|
eventSource?: Maybe<CompassEventSourceResult>;
|
|
3467
3496
|
fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
|
|
3497
|
+
getDocumentation?: Maybe<CompassDocumentConnection>;
|
|
3468
3498
|
incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
|
|
3469
3499
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
3470
3500
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
@@ -3530,6 +3560,11 @@ export declare type CompassCatalogQueryApiFieldDefinitionsByComponentTypeArgs =
|
|
|
3530
3560
|
cloudId: Scalars['ID']['input'];
|
|
3531
3561
|
input: CompassComponentType;
|
|
3532
3562
|
};
|
|
3563
|
+
export declare type CompassCatalogQueryApiGetDocumentationArgs = {
|
|
3564
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3565
|
+
componentId: Scalars['ID']['input'];
|
|
3566
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3567
|
+
};
|
|
3533
3568
|
export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
|
|
3534
3569
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
3535
3570
|
cloudId: Scalars['ID']['input'];
|
|
@@ -3981,7 +4016,7 @@ export declare type CompassCreateMetricSourcePayload = Payload & {
|
|
|
3981
4016
|
success: Scalars['Boolean']['output'];
|
|
3982
4017
|
};
|
|
3983
4018
|
export declare type CompassCreatePullRequestEventInput = {
|
|
3984
|
-
cloudId
|
|
4019
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
3985
4020
|
lastUpdated: Scalars['DateTime']['input'];
|
|
3986
4021
|
pullRequestProperties: CompassPullRequestInputProperties;
|
|
3987
4022
|
};
|
|
@@ -4367,6 +4402,26 @@ export declare enum CompassDeploymentEventState {
|
|
|
4367
4402
|
Successful = "SUCCESSFUL",
|
|
4368
4403
|
Unknown = "UNKNOWN"
|
|
4369
4404
|
}
|
|
4405
|
+
export declare type CompassDocument = Node & {
|
|
4406
|
+
__typename?: 'CompassDocument';
|
|
4407
|
+
changeMetadata: CompassChangeMetadata;
|
|
4408
|
+
componentId: Scalars['ID']['output'];
|
|
4409
|
+
documentCategoryId: Scalars['ID']['output'];
|
|
4410
|
+
id: Scalars['ID']['output'];
|
|
4411
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
4412
|
+
url: Scalars['URL']['output'];
|
|
4413
|
+
};
|
|
4414
|
+
export declare type CompassDocumentConnection = {
|
|
4415
|
+
__typename?: 'CompassDocumentConnection';
|
|
4416
|
+
edges?: Maybe<Array<CompassDocumentEdge>>;
|
|
4417
|
+
nodes?: Maybe<Array<CompassDocument>>;
|
|
4418
|
+
pageInfo?: Maybe<PageInfo>;
|
|
4419
|
+
};
|
|
4420
|
+
export declare type CompassDocumentEdge = {
|
|
4421
|
+
__typename?: 'CompassDocumentEdge';
|
|
4422
|
+
cursor: Scalars['String']['output'];
|
|
4423
|
+
node?: Maybe<CompassDocument>;
|
|
4424
|
+
};
|
|
4370
4425
|
export declare type CompassDocumentationCategoriesConnection = {
|
|
4371
4426
|
__typename?: 'CompassDocumentationCategoriesConnection';
|
|
4372
4427
|
edges?: Maybe<Array<CompassDocumentationCategoryEdge>>;
|
|
@@ -4811,6 +4866,23 @@ export declare type CompassMetricSourceEdge = {
|
|
|
4811
4866
|
cursor: Scalars['String']['output'];
|
|
4812
4867
|
node?: Maybe<CompassMetricSource>;
|
|
4813
4868
|
};
|
|
4869
|
+
export declare type CompassMetricSourceFilter = {
|
|
4870
|
+
metricDefinition?: InputMaybe<CompassMetricSourceMetricDefinitionFilter>;
|
|
4871
|
+
};
|
|
4872
|
+
export declare type CompassMetricSourceMetricDefinitionFilter = {
|
|
4873
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
4874
|
+
};
|
|
4875
|
+
export declare type CompassMetricSourceQuery = {
|
|
4876
|
+
matchAnyFilter?: InputMaybe<Array<CompassMetricSourceFilter>>;
|
|
4877
|
+
};
|
|
4878
|
+
export declare type CompassMetricSourceV2 = {
|
|
4879
|
+
externalMetricSourceId?: Maybe<Scalars['ID']['output']>;
|
|
4880
|
+
forgeAppId?: Maybe<Scalars['ID']['output']>;
|
|
4881
|
+
id: Scalars['ID']['output'];
|
|
4882
|
+
metricDefinition?: Maybe<CompassMetricDefinition>;
|
|
4883
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
4884
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
4885
|
+
};
|
|
4814
4886
|
export declare type CompassMetricSourceValuesConnection = {
|
|
4815
4887
|
__typename?: 'CompassMetricSourceValuesConnection';
|
|
4816
4888
|
edges?: Maybe<Array<CompassMetricValueEdge>>;
|
|
@@ -4847,6 +4919,16 @@ export declare type CompassMetricValueInput = {
|
|
|
4847
4919
|
timestamp: Scalars['DateTime']['input'];
|
|
4848
4920
|
value: Scalars['Float']['input'];
|
|
4849
4921
|
};
|
|
4922
|
+
export declare type CompassMetricValuesFilter = {
|
|
4923
|
+
timeRange?: InputMaybe<CompassMetricValuesTimeRangeFilter>;
|
|
4924
|
+
};
|
|
4925
|
+
export declare type CompassMetricValuesQuery = {
|
|
4926
|
+
matchAnyFilter?: InputMaybe<Array<CompassMetricValuesFilter>>;
|
|
4927
|
+
};
|
|
4928
|
+
export declare type CompassMetricValuesTimeRangeFilter = {
|
|
4929
|
+
endDate: Scalars['DateTime']['input'];
|
|
4930
|
+
startDate: Scalars['DateTime']['input'];
|
|
4931
|
+
};
|
|
4850
4932
|
export declare type CompassMetricValuesTimeseries = {
|
|
4851
4933
|
__typename?: 'CompassMetricValuesTimeseries';
|
|
4852
4934
|
values?: Maybe<Array<Maybe<CompassMetricValue>>>;
|
|
@@ -4855,6 +4937,23 @@ export declare type CompassMetricValuesTimeseriesResult = CompassMetricValuesTim
|
|
|
4855
4937
|
export declare type CompassPlainMetricSourceConfigurationInput = {
|
|
4856
4938
|
query: Scalars['String']['input'];
|
|
4857
4939
|
};
|
|
4940
|
+
export declare type CompassPullRequestEvent = CompassEvent & {
|
|
4941
|
+
__typename?: 'CompassPullRequestEvent';
|
|
4942
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
4943
|
+
displayName: Scalars['String']['output'];
|
|
4944
|
+
eventType: CompassEventType;
|
|
4945
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
4946
|
+
pullRequestEventProperties: CompassPullRequestEventProperties;
|
|
4947
|
+
updateSequenceNumber: Scalars['Long']['output'];
|
|
4948
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
4949
|
+
};
|
|
4950
|
+
export declare type CompassPullRequestEventProperties = {
|
|
4951
|
+
__typename?: 'CompassPullRequestEventProperties';
|
|
4952
|
+
id: Scalars['String']['output'];
|
|
4953
|
+
pullRequestUrl: Scalars['String']['output'];
|
|
4954
|
+
repoUrl: Scalars['String']['output'];
|
|
4955
|
+
status: CompassCreatePullRequestStatus;
|
|
4956
|
+
};
|
|
4858
4957
|
export declare type CompassPullRequestInputProperties = {
|
|
4859
4958
|
id: Scalars['String']['input'];
|
|
4860
4959
|
pullRequestUrl: Scalars['String']['input'];
|
|
@@ -4972,8 +5071,6 @@ export declare type CompassScorecard = Node & {
|
|
|
4972
5071
|
changeMetadata: CompassChangeMetadata;
|
|
4973
5072
|
componentLabels?: Maybe<Array<CompassComponentLabel>>;
|
|
4974
5073
|
componentTiers?: Maybe<Array<CompassComponentTier>>;
|
|
4975
|
-
componentType: CompassComponentType;
|
|
4976
|
-
componentTypeId: Scalars['ID']['output'];
|
|
4977
5074
|
componentTypeIds: Array<Scalars['ID']['output']>;
|
|
4978
5075
|
criteriaScoreStatisticsHistories?: Maybe<CompassScorecardCriteriaScoreStatisticsHistoryConnection>;
|
|
4979
5076
|
criterias?: Maybe<Array<CompassScorecardCriteria>>;
|
|
@@ -5419,6 +5516,10 @@ export declare type CompassStarredComponentsResult = CompassStarredComponentConn
|
|
|
5419
5516
|
export declare type CompassSynchronizeLinkAssociationsInput = {
|
|
5420
5517
|
cloudId: Scalars['ID']['input'];
|
|
5421
5518
|
forgeAppId: Scalars['ID']['input'];
|
|
5519
|
+
options?: InputMaybe<CompassSynchronizeLinkAssociationsOptions>;
|
|
5520
|
+
};
|
|
5521
|
+
export declare type CompassSynchronizeLinkAssociationsOptions = {
|
|
5522
|
+
eventTypes?: InputMaybe<Array<InputMaybe<CompassEventType>>>;
|
|
5422
5523
|
};
|
|
5423
5524
|
export declare type CompassSynchronizeLinkAssociationsPayload = Payload & {
|
|
5424
5525
|
__typename?: 'CompassSynchronizeLinkAssociationsPayload';
|
|
@@ -5461,8 +5562,14 @@ export declare type CompassTeamData = {
|
|
|
5461
5562
|
__typename?: 'CompassTeamData';
|
|
5462
5563
|
currentCheckin?: Maybe<CompassTeamCheckin>;
|
|
5463
5564
|
labels?: Maybe<Array<CompassTeamLabel>>;
|
|
5565
|
+
metricSources?: Maybe<CompassTeamMetricSourceConnection>;
|
|
5464
5566
|
teamId?: Maybe<Scalars['ID']['output']>;
|
|
5465
5567
|
};
|
|
5568
|
+
export declare type CompassTeamDataMetricSourcesArgs = {
|
|
5569
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5570
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5571
|
+
query?: InputMaybe<CompassMetricSourceQuery>;
|
|
5572
|
+
};
|
|
5466
5573
|
export declare type CompassTeamDataInput = {
|
|
5467
5574
|
cloudId: Scalars['ID']['input'];
|
|
5468
5575
|
teamId: Scalars['ID']['input'];
|
|
@@ -5472,6 +5579,33 @@ export declare type CompassTeamLabel = {
|
|
|
5472
5579
|
__typename?: 'CompassTeamLabel';
|
|
5473
5580
|
name: Scalars['String']['output'];
|
|
5474
5581
|
};
|
|
5582
|
+
export declare type CompassTeamMetricSource = CompassMetricSourceV2 & {
|
|
5583
|
+
__typename?: 'CompassTeamMetricSource';
|
|
5584
|
+
externalMetricSourceId?: Maybe<Scalars['ID']['output']>;
|
|
5585
|
+
forgeAppId?: Maybe<Scalars['ID']['output']>;
|
|
5586
|
+
id: Scalars['ID']['output'];
|
|
5587
|
+
metricDefinition?: Maybe<CompassMetricDefinition>;
|
|
5588
|
+
team?: Maybe<CompassTeamData>;
|
|
5589
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
5590
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
5591
|
+
values?: Maybe<CompassMetricSourceValuesConnection>;
|
|
5592
|
+
};
|
|
5593
|
+
export declare type CompassTeamMetricSourceValuesArgs = {
|
|
5594
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5595
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5596
|
+
query?: InputMaybe<CompassMetricValuesQuery>;
|
|
5597
|
+
};
|
|
5598
|
+
export declare type CompassTeamMetricSourceConnection = {
|
|
5599
|
+
__typename?: 'CompassTeamMetricSourceConnection';
|
|
5600
|
+
edges?: Maybe<Array<Maybe<CompassTeamMetricSourceEdge>>>;
|
|
5601
|
+
nodes?: Maybe<Array<Maybe<CompassTeamMetricSource>>>;
|
|
5602
|
+
pageInfo?: Maybe<PageInfo>;
|
|
5603
|
+
};
|
|
5604
|
+
export declare type CompassTeamMetricSourceEdge = {
|
|
5605
|
+
__typename?: 'CompassTeamMetricSourceEdge';
|
|
5606
|
+
cursor: Scalars['String']['output'];
|
|
5607
|
+
node?: Maybe<CompassTeamMetricSource>;
|
|
5608
|
+
};
|
|
5475
5609
|
export declare type CompassUpdateAnnouncementInput = {
|
|
5476
5610
|
clearAcknowledgements?: InputMaybe<Scalars['Boolean']['input']>;
|
|
5477
5611
|
cloudId: Scalars['ID']['input'];
|
|
@@ -6733,15 +6867,79 @@ export declare type ContentPlatformAdvocateQuote = {
|
|
|
6733
6867
|
organization?: Maybe<ContentPlatformOrganization>;
|
|
6734
6868
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6735
6869
|
};
|
|
6736
|
-
export declare type
|
|
6737
|
-
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6870
|
+
export declare type ContentPlatformAnchor = {
|
|
6871
|
+
__typename?: 'ContentPlatformAnchor';
|
|
6872
|
+
anchorId: Scalars['String']['output'];
|
|
6873
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
6874
|
+
callToAction?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
6741
6875
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6742
|
-
|
|
6876
|
+
headline?: Maybe<Array<ContentPlatformAnchorHeadline>>;
|
|
6877
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6878
|
+
pageVariant: Scalars['String']['output'];
|
|
6879
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
6880
|
+
primaryMessage?: Maybe<Array<ContentPlatformAnchorPrimaryMessage>>;
|
|
6881
|
+
product?: Maybe<Array<ContentPlatformProduct>>;
|
|
6882
|
+
results?: Maybe<Array<ContentPlatformAnchorResult>>;
|
|
6883
|
+
socialProof?: Maybe<Array<ContentPlatformAnchorSocialProof>>;
|
|
6884
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6885
|
+
};
|
|
6886
|
+
export declare type ContentPlatformAnchorContentSearchConnection = {
|
|
6887
|
+
__typename?: 'ContentPlatformAnchorContentSearchConnection';
|
|
6888
|
+
edges: Array<ContentPlatformAnchorResultEdge>;
|
|
6889
|
+
pageInfo: PageInfo;
|
|
6890
|
+
};
|
|
6891
|
+
export declare type ContentPlatformAnchorHeadline = {
|
|
6892
|
+
__typename?: 'ContentPlatformAnchorHeadline';
|
|
6893
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
6894
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6895
|
+
id: Scalars['String']['output'];
|
|
6896
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6897
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
6898
|
+
planBenefits?: Maybe<Array<ContentPlatformPlanBenefits>>;
|
|
6899
|
+
product?: Maybe<Array<ContentPlatformProduct>>;
|
|
6900
|
+
subheading?: Maybe<Scalars['String']['output']>;
|
|
6901
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6902
|
+
};
|
|
6903
|
+
export declare type ContentPlatformAnchorPrimaryMessage = {
|
|
6904
|
+
__typename?: 'ContentPlatformAnchorPrimaryMessage';
|
|
6905
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
6906
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6907
|
+
id: Scalars['String']['output'];
|
|
6908
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6909
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
6910
|
+
product?: Maybe<ContentPlatformProduct>;
|
|
6911
|
+
supportingExample?: Maybe<Array<ContentPlatformSupportingExample>>;
|
|
6912
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6913
|
+
};
|
|
6914
|
+
export declare type ContentPlatformAnchorResult = {
|
|
6915
|
+
__typename?: 'ContentPlatformAnchorResult';
|
|
6916
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
6917
|
+
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6918
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6919
|
+
id: Scalars['String']['output'];
|
|
6920
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6921
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
6922
|
+
product?: Maybe<ContentPlatformProduct>;
|
|
6923
|
+
subheading?: Maybe<Scalars['String']['output']>;
|
|
6924
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6925
|
+
};
|
|
6926
|
+
export declare type ContentPlatformAnchorResultEdge = {
|
|
6927
|
+
__typename?: 'ContentPlatformAnchorResultEdge';
|
|
6928
|
+
cursor: Scalars['String']['output'];
|
|
6929
|
+
node: ContentPlatformAnchor;
|
|
6930
|
+
};
|
|
6931
|
+
export declare type ContentPlatformAnchorSocialProof = {
|
|
6932
|
+
__typename?: 'ContentPlatformAnchorSocialProof';
|
|
6933
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
6934
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
6935
|
+
customers?: Maybe<Array<ContentPlatformOrganization>>;
|
|
6936
|
+
id: Scalars['String']['output'];
|
|
6937
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6938
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
6939
|
+
product?: Maybe<Array<ContentPlatformProduct>>;
|
|
6743
6940
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6744
6941
|
};
|
|
6942
|
+
export declare type ContentPlatformAnyContext = ContentPlatformContextApp | ContentPlatformContextProduct | ContentPlatformContextTheme;
|
|
6745
6943
|
export declare type ContentPlatformAssetComponent = {
|
|
6746
6944
|
__typename?: 'ContentPlatformAssetComponent';
|
|
6747
6945
|
asset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
@@ -6879,15 +7077,15 @@ export declare type ContentPlatformCustomerStory = {
|
|
|
6879
7077
|
customerStoryId: Scalars['String']['output'];
|
|
6880
7078
|
heroAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6881
7079
|
location?: Maybe<Scalars['String']['output']>;
|
|
6882
|
-
marketplaceApps?: Maybe<Array<
|
|
7080
|
+
marketplaceApps?: Maybe<Array<ContentPlatformMarketplaceApp>>;
|
|
6883
7081
|
numberOfUsers?: Maybe<Scalars['String']['output']>;
|
|
6884
|
-
|
|
7082
|
+
products?: Maybe<Array<ContentPlatformProduct>>;
|
|
6885
7083
|
relatedCustomerStories?: Maybe<Array<ContentPlatformCustomerStory>>;
|
|
6886
7084
|
relatedPdf?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
6887
7085
|
relatedVideo?: Maybe<Scalars['String']['output']>;
|
|
6888
7086
|
shortTitle?: Maybe<Scalars['String']['output']>;
|
|
6889
7087
|
solution?: Maybe<Array<ContentPlatformSolution>>;
|
|
6890
|
-
|
|
7088
|
+
solutionPartners?: Maybe<Array<ContentPlatformOrganization>>;
|
|
6891
7089
|
stats?: Maybe<Array<ContentPlatformStat>>;
|
|
6892
7090
|
story?: Maybe<Array<ContentPlatformStoryComponent>>;
|
|
6893
7091
|
storyDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -6923,6 +7121,15 @@ export declare type ContentPlatformEmbeddedVideoAsset = {
|
|
|
6923
7121
|
embeddedVideoAssetName?: Maybe<Scalars['String']['output']>;
|
|
6924
7122
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6925
7123
|
};
|
|
7124
|
+
export declare type ContentPlatformFeaturedVideo = {
|
|
7125
|
+
__typename?: 'ContentPlatformFeaturedVideo';
|
|
7126
|
+
callToActionText?: Maybe<Scalars['String']['output']>;
|
|
7127
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7128
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7129
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
7130
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7131
|
+
videoName?: Maybe<Scalars['String']['output']>;
|
|
7132
|
+
};
|
|
6926
7133
|
export declare type ContentPlatformField = {
|
|
6927
7134
|
field: ContentPlatformFieldNames;
|
|
6928
7135
|
};
|
|
@@ -6944,7 +7151,7 @@ export declare type ContentPlatformHubArticle = {
|
|
|
6944
7151
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6945
7152
|
urlSlug: Scalars['String']['output'];
|
|
6946
7153
|
};
|
|
6947
|
-
export declare type
|
|
7154
|
+
export declare type ContentPlatformHubArticleAndTutorialAndProductFeatureAndFeaturedVideoUnion = ContentPlatformFeaturedVideo | ContentPlatformHubArticle | ContentPlatformProductFeature | ContentPlatformTutorial;
|
|
6948
7155
|
export declare type ContentPlatformHubArticleAndTutorialUnion = ContentPlatformHubArticle | ContentPlatformTutorial;
|
|
6949
7156
|
export declare type ContentPlatformImageAsset = {
|
|
6950
7157
|
__typename?: 'ContentPlatformImageAsset';
|
|
@@ -6971,6 +7178,14 @@ export declare type ContentPlatformImageComponent = {
|
|
|
6971
7178
|
image: ContentPlatformImageAsset;
|
|
6972
7179
|
name: Scalars['String']['output'];
|
|
6973
7180
|
};
|
|
7181
|
+
export declare type ContentPlatformMarketplaceApp = {
|
|
7182
|
+
__typename?: 'ContentPlatformMarketplaceApp';
|
|
7183
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7184
|
+
icon?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7185
|
+
name: Scalars['String']['output'];
|
|
7186
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7187
|
+
url: Scalars['String']['output'];
|
|
7188
|
+
};
|
|
6974
7189
|
export declare enum ContentPlatformOperators {
|
|
6975
7190
|
All = "ALL",
|
|
6976
7191
|
Any = "ANY"
|
|
@@ -6981,11 +7196,27 @@ export declare type ContentPlatformOrganization = {
|
|
|
6981
7196
|
industry?: Maybe<Array<ContentPlatformTaxonomyIndustry>>;
|
|
6982
7197
|
logo?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
6983
7198
|
name: Scalars['String']['output'];
|
|
7199
|
+
organizationSize?: Maybe<ContentPlatformTaxonomyCompanySize>;
|
|
7200
|
+
region?: Maybe<ContentPlatformTaxonomyRegion>;
|
|
6984
7201
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
6985
7202
|
tagline?: Maybe<Scalars['String']['output']>;
|
|
6986
7203
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6987
7204
|
};
|
|
6988
7205
|
export declare type ContentPlatformOrganizationAndAuthorUnion = ContentPlatformAuthor | ContentPlatformOrganization;
|
|
7206
|
+
export declare type ContentPlatformPlanBenefits = {
|
|
7207
|
+
__typename?: 'ContentPlatformPlanBenefits';
|
|
7208
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
7209
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7210
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7211
|
+
id: Scalars['String']['output'];
|
|
7212
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7213
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
7214
|
+
plan?: Maybe<ContentPlatformTaxonomyPlan>;
|
|
7215
|
+
planFeatures?: Maybe<Array<ContentPlatformTaxonomyFeature>>;
|
|
7216
|
+
product?: Maybe<ContentPlatformProduct>;
|
|
7217
|
+
supportingAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7218
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7219
|
+
};
|
|
6989
7220
|
export declare type ContentPlatformProTipComponent = {
|
|
6990
7221
|
__typename?: 'ContentPlatformProTipComponent';
|
|
6991
7222
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -6993,12 +7224,23 @@ export declare type ContentPlatformProTipComponent = {
|
|
|
6993
7224
|
proTipText?: Maybe<Scalars['String']['output']>;
|
|
6994
7225
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6995
7226
|
};
|
|
7227
|
+
export declare type ContentPlatformProduct = {
|
|
7228
|
+
__typename?: 'ContentPlatformProduct';
|
|
7229
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7230
|
+
deployment?: Maybe<Scalars['String']['output']>;
|
|
7231
|
+
icon?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7232
|
+
name: Scalars['String']['output'];
|
|
7233
|
+
productBlurb?: Maybe<Scalars['String']['output']>;
|
|
7234
|
+
productNameId?: Maybe<Scalars['String']['output']>;
|
|
7235
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7236
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
7237
|
+
};
|
|
6996
7238
|
export declare type ContentPlatformProductFeature = {
|
|
6997
7239
|
__typename?: 'ContentPlatformProductFeature';
|
|
6998
7240
|
callToAction?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
6999
7241
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7000
7242
|
description?: Maybe<Scalars['String']['output']>;
|
|
7001
|
-
|
|
7243
|
+
featureName?: Maybe<Scalars['String']['output']>;
|
|
7002
7244
|
slogan?: Maybe<Scalars['String']['output']>;
|
|
7003
7245
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7004
7246
|
};
|
|
@@ -7158,6 +7400,29 @@ export declare type ContentPlatformSupportingConceptWrapper = {
|
|
|
7158
7400
|
name?: Maybe<Scalars['String']['output']>;
|
|
7159
7401
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7160
7402
|
};
|
|
7403
|
+
export declare type ContentPlatformSupportingExample = {
|
|
7404
|
+
__typename?: 'ContentPlatformSupportingExample';
|
|
7405
|
+
advocateQuote?: Maybe<ContentPlatformAdvocateQuote>;
|
|
7406
|
+
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
7407
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7408
|
+
heading?: Maybe<Scalars['String']['output']>;
|
|
7409
|
+
id: Scalars['String']['output'];
|
|
7410
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7411
|
+
persona?: Maybe<Array<ContentPlatformTaxonomyPersona>>;
|
|
7412
|
+
product?: Maybe<Array<ContentPlatformProduct>>;
|
|
7413
|
+
proofpoint?: Maybe<Scalars['String']['output']>;
|
|
7414
|
+
supportingAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7415
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7416
|
+
};
|
|
7417
|
+
export declare type ContentPlatformTaxonomyAnchorTopic = {
|
|
7418
|
+
__typename?: 'ContentPlatformTaxonomyAnchorTopic';
|
|
7419
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7420
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7421
|
+
id: Scalars['String']['output'];
|
|
7422
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7423
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
7424
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7425
|
+
};
|
|
7161
7426
|
export declare type ContentPlatformTaxonomyAnnouncementPlan = {
|
|
7162
7427
|
__typename?: 'ContentPlatformTaxonomyAnnouncementPlan';
|
|
7163
7428
|
description: Scalars['String']['output'];
|
|
@@ -7188,6 +7453,15 @@ export declare type ContentPlatformTaxonomyContentHub = {
|
|
|
7188
7453
|
title?: Maybe<Scalars['String']['output']>;
|
|
7189
7454
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7190
7455
|
};
|
|
7456
|
+
export declare type ContentPlatformTaxonomyFeature = {
|
|
7457
|
+
__typename?: 'ContentPlatformTaxonomyFeature';
|
|
7458
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7459
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7460
|
+
id: Scalars['String']['output'];
|
|
7461
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7462
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
7463
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7464
|
+
};
|
|
7191
7465
|
export declare type ContentPlatformTaxonomyIndustry = {
|
|
7192
7466
|
__typename?: 'ContentPlatformTaxonomyIndustry';
|
|
7193
7467
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -7195,6 +7469,31 @@ export declare type ContentPlatformTaxonomyIndustry = {
|
|
|
7195
7469
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
7196
7470
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7197
7471
|
};
|
|
7472
|
+
export declare type ContentPlatformTaxonomyPersona = {
|
|
7473
|
+
__typename?: 'ContentPlatformTaxonomyPersona';
|
|
7474
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7475
|
+
id: Scalars['String']['output'];
|
|
7476
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7477
|
+
personaDescription?: Maybe<Scalars['String']['output']>;
|
|
7478
|
+
personaShortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
7479
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7480
|
+
};
|
|
7481
|
+
export declare type ContentPlatformTaxonomyPlan = {
|
|
7482
|
+
__typename?: 'ContentPlatformTaxonomyPlan';
|
|
7483
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7484
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
7485
|
+
id: Scalars['String']['output'];
|
|
7486
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7487
|
+
shortDescriptionOneLiner?: Maybe<Scalars['String']['output']>;
|
|
7488
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7489
|
+
};
|
|
7490
|
+
export declare type ContentPlatformTaxonomyRegion = {
|
|
7491
|
+
__typename?: 'ContentPlatformTaxonomyRegion';
|
|
7492
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7493
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
7494
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
7495
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7496
|
+
};
|
|
7198
7497
|
export declare type ContentPlatformTaxonomyUserRole = {
|
|
7199
7498
|
__typename?: 'ContentPlatformTaxonomyUserRole';
|
|
7200
7499
|
description: Scalars['String']['output'];
|
|
@@ -7310,9 +7609,9 @@ export declare type ContentPlatformTemplateUseStep = {
|
|
|
7310
7609
|
};
|
|
7311
7610
|
export declare type ContentPlatformTextComponent = {
|
|
7312
7611
|
__typename?: 'ContentPlatformTextComponent';
|
|
7612
|
+
bodyText?: Maybe<Scalars['String']['output']>;
|
|
7313
7613
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7314
7614
|
name?: Maybe<Scalars['String']['output']>;
|
|
7315
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
7316
7615
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7317
7616
|
};
|
|
7318
7617
|
export declare type ContentPlatformTextComponentAndAssetComponentAndProTipComponentAndTwitterComponentAndEmbeddedVideoAssetAndCallToActionUnion = ContentPlatformAssetComponent | ContentPlatformCallToAction | ContentPlatformEmbeddedVideoAsset | ContentPlatformProTipComponent | ContentPlatformTextComponent | ContentPlatformTwitterComponent;
|
|
@@ -7332,7 +7631,7 @@ export declare type ContentPlatformTopicOverview = {
|
|
|
7332
7631
|
bodyTextContainer?: Maybe<Array<ContentPlatformSupportingConceptWrapper>>;
|
|
7333
7632
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7334
7633
|
description?: Maybe<Scalars['String']['output']>;
|
|
7335
|
-
featuredContentContainer?: Maybe<Array<
|
|
7634
|
+
featuredContentContainer?: Maybe<Array<ContentPlatformHubArticleAndTutorialAndProductFeatureAndFeaturedVideoUnion>>;
|
|
7336
7635
|
mainCallToAction?: Maybe<ContentPlatformCallToAction>;
|
|
7337
7636
|
name?: Maybe<Scalars['String']['output']>;
|
|
7338
7637
|
nextBestAction: Array<ContentPlatformHubArticleAndTutorialUnion>;
|
|
@@ -7359,9 +7658,9 @@ export declare type ContentPlatformTutorial = {
|
|
|
7359
7658
|
__typename?: 'ContentPlatformTutorial';
|
|
7360
7659
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7361
7660
|
description?: Maybe<Scalars['String']['output']>;
|
|
7362
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
7363
7661
|
title?: Maybe<Scalars['String']['output']>;
|
|
7364
7662
|
tutorialBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
7663
|
+
tutorialName?: Maybe<Scalars['String']['output']>;
|
|
7365
7664
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7366
7665
|
urlSlug: Scalars['String']['output'];
|
|
7367
7666
|
};
|
|
@@ -8018,6 +8317,7 @@ export declare type CustomerServiceAttributeConfigMetadataUpdateInput = {
|
|
|
8018
8317
|
contextConfigurations?: InputMaybe<Array<InputMaybe<CustomerServiceContextConfigurationInput>>>;
|
|
8019
8318
|
id: Scalars['ID']['input'];
|
|
8020
8319
|
position?: InputMaybe<Scalars['Int']['input']>;
|
|
8320
|
+
styleConfiguration?: InputMaybe<CustomerServiceCustomAttributeStyleConfigurationInput>;
|
|
8021
8321
|
};
|
|
8022
8322
|
export declare type CustomerServiceAttributeConfigMetadataUpdatePayload = Payload & {
|
|
8023
8323
|
__typename?: 'CustomerServiceAttributeConfigMetadataUpdatePayload';
|
|
@@ -8061,7 +8361,8 @@ export declare enum CustomerServiceAttributeTypeName {
|
|
|
8061
8361
|
Phone = "PHONE",
|
|
8062
8362
|
Select = "SELECT",
|
|
8063
8363
|
Text = "TEXT",
|
|
8064
|
-
Url = "URL"
|
|
8364
|
+
Url = "URL",
|
|
8365
|
+
User = "USER"
|
|
8065
8366
|
}
|
|
8066
8367
|
export declare type CustomerServiceAttributeUpdateInput = {
|
|
8067
8368
|
id: Scalars['ID']['input'];
|
|
@@ -8083,6 +8384,7 @@ export declare type CustomerServiceAttributeValue = Node & {
|
|
|
8083
8384
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
8084
8385
|
id: Scalars['ID']['output'];
|
|
8085
8386
|
name: Scalars['String']['output'];
|
|
8387
|
+
platformValue?: Maybe<CustomerServicePlatformDetailValue>;
|
|
8086
8388
|
type: CustomerServiceAttributeType;
|
|
8087
8389
|
value?: Maybe<Scalars['String']['output']>;
|
|
8088
8390
|
values?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -8109,6 +8411,29 @@ export declare enum CustomerServiceContextType {
|
|
|
8109
8411
|
Default = "DEFAULT",
|
|
8110
8412
|
Issue = "ISSUE"
|
|
8111
8413
|
}
|
|
8414
|
+
export declare type CustomerServiceCustomAttributeOptionStyle = {
|
|
8415
|
+
__typename?: 'CustomerServiceCustomAttributeOptionStyle';
|
|
8416
|
+
backgroundColour: Scalars['String']['output'];
|
|
8417
|
+
};
|
|
8418
|
+
export declare type CustomerServiceCustomAttributeOptionStyleInput = {
|
|
8419
|
+
backgroundColour: Scalars['String']['input'];
|
|
8420
|
+
};
|
|
8421
|
+
export declare type CustomerServiceCustomAttributeOptionsStyleConfiguration = {
|
|
8422
|
+
__typename?: 'CustomerServiceCustomAttributeOptionsStyleConfiguration';
|
|
8423
|
+
optionValue: Scalars['String']['output'];
|
|
8424
|
+
style: CustomerServiceCustomAttributeOptionStyle;
|
|
8425
|
+
};
|
|
8426
|
+
export declare type CustomerServiceCustomAttributeOptionsStyleConfigurationInput = {
|
|
8427
|
+
optionValue: Scalars['String']['input'];
|
|
8428
|
+
style: CustomerServiceCustomAttributeOptionStyleInput;
|
|
8429
|
+
};
|
|
8430
|
+
export declare type CustomerServiceCustomAttributeStyleConfiguration = {
|
|
8431
|
+
__typename?: 'CustomerServiceCustomAttributeStyleConfiguration';
|
|
8432
|
+
options?: Maybe<Array<CustomerServiceCustomAttributeOptionsStyleConfiguration>>;
|
|
8433
|
+
};
|
|
8434
|
+
export declare type CustomerServiceCustomAttributeStyleConfigurationInput = {
|
|
8435
|
+
options?: InputMaybe<Array<CustomerServiceCustomAttributeOptionsStyleConfigurationInput>>;
|
|
8436
|
+
};
|
|
8112
8437
|
export declare type CustomerServiceCustomDetail = Node & {
|
|
8113
8438
|
__typename?: 'CustomerServiceCustomDetail';
|
|
8114
8439
|
config?: Maybe<CustomerServiceCustomDetailConfigMetadata>;
|
|
@@ -8120,11 +8445,13 @@ export declare type CustomerServiceCustomDetailConfigMetadata = {
|
|
|
8120
8445
|
__typename?: 'CustomerServiceCustomDetailConfigMetadata';
|
|
8121
8446
|
contextConfigurations?: Maybe<Array<CustomerServiceContextConfiguration>>;
|
|
8122
8447
|
position?: Maybe<Scalars['Int']['output']>;
|
|
8448
|
+
styleConfiguration?: Maybe<CustomerServiceCustomAttributeStyleConfiguration>;
|
|
8123
8449
|
};
|
|
8124
8450
|
export declare type CustomerServiceCustomDetailConfigMetadataUpdateInput = {
|
|
8125
8451
|
contextConfigurations?: InputMaybe<Array<CustomerServiceContextConfigurationInput>>;
|
|
8126
8452
|
id: Scalars['ID']['input'];
|
|
8127
8453
|
position?: InputMaybe<Scalars['Int']['input']>;
|
|
8454
|
+
styleConfiguration?: InputMaybe<CustomerServiceCustomAttributeStyleConfigurationInput>;
|
|
8128
8455
|
};
|
|
8129
8456
|
export declare type CustomerServiceCustomDetailConfigMetadataUpdatePayload = Payload & {
|
|
8130
8457
|
__typename?: 'CustomerServiceCustomDetailConfigMetadataUpdatePayload';
|
|
@@ -8136,6 +8463,7 @@ export declare type CustomerServiceCustomDetailCreateInput = {
|
|
|
8136
8463
|
contextConfigurations?: InputMaybe<Array<CustomerServiceContextConfigurationInput>>;
|
|
8137
8464
|
customDetailEntityType: CustomerServiceCustomDetailsEntityType;
|
|
8138
8465
|
name: Scalars['String']['input'];
|
|
8466
|
+
styleConfiguration?: InputMaybe<CustomerServiceCustomAttributeStyleConfigurationInput>;
|
|
8139
8467
|
type?: InputMaybe<CustomerServiceCustomDetailCreateTypeInput>;
|
|
8140
8468
|
};
|
|
8141
8469
|
export declare type CustomerServiceCustomDetailCreatePayload = Payload & {
|
|
@@ -8175,7 +8503,8 @@ export declare enum CustomerServiceCustomDetailTypeName {
|
|
|
8175
8503
|
Phone = "PHONE",
|
|
8176
8504
|
Select = "SELECT",
|
|
8177
8505
|
Text = "TEXT",
|
|
8178
|
-
Url = "URL"
|
|
8506
|
+
Url = "URL",
|
|
8507
|
+
User = "USER"
|
|
8179
8508
|
}
|
|
8180
8509
|
export declare type CustomerServiceCustomDetailUpdateInput = {
|
|
8181
8510
|
id: Scalars['ID']['input'];
|
|
@@ -8197,6 +8526,7 @@ export declare type CustomerServiceCustomDetailValue = Node & {
|
|
|
8197
8526
|
config?: Maybe<CustomerServiceCustomDetailConfigMetadata>;
|
|
8198
8527
|
id: Scalars['ID']['output'];
|
|
8199
8528
|
name: Scalars['String']['output'];
|
|
8529
|
+
platformValue?: Maybe<CustomerServicePlatformDetailValue>;
|
|
8200
8530
|
type: CustomerServiceCustomDetailType;
|
|
8201
8531
|
value?: Maybe<Scalars['String']['output']>;
|
|
8202
8532
|
values?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -8611,6 +8941,7 @@ export declare type CustomerServiceOrganizationUpdatePayload = Payload & {
|
|
|
8611
8941
|
success: Scalars['Boolean']['output'];
|
|
8612
8942
|
successfullyUpdatedOrganizationId?: Maybe<Scalars['ID']['output']>;
|
|
8613
8943
|
};
|
|
8944
|
+
export declare type CustomerServicePlatformDetailValue = CustomerServiceUserDetailValue;
|
|
8614
8945
|
export declare type CustomerServiceProduct = Node & {
|
|
8615
8946
|
__typename?: 'CustomerServiceProduct';
|
|
8616
8947
|
entitlementsCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8675,6 +9006,7 @@ export declare type CustomerServiceQueryApiCustomDetailsByEntityTypeArgs = {
|
|
|
8675
9006
|
};
|
|
8676
9007
|
export declare type CustomerServiceQueryApiEntitlementByIdArgs = {
|
|
8677
9008
|
entitlementId: Scalars['ID']['input'];
|
|
9009
|
+
filter?: InputMaybe<CustomerServiceFilterInput>;
|
|
8678
9010
|
};
|
|
8679
9011
|
export declare type CustomerServiceQueryApiIndividualByAccountIdArgs = {
|
|
8680
9012
|
accountId: Scalars['ID']['input'];
|
|
@@ -8711,6 +9043,12 @@ export declare type CustomerServiceUpdateCustomDetailValuePayload = Payload & {
|
|
|
8711
9043
|
errors?: Maybe<Array<MutationError>>;
|
|
8712
9044
|
success: Scalars['Boolean']['output'];
|
|
8713
9045
|
};
|
|
9046
|
+
export declare type CustomerServiceUserDetailValue = {
|
|
9047
|
+
__typename?: 'CustomerServiceUserDetailValue';
|
|
9048
|
+
accountId: Scalars['ID']['output'];
|
|
9049
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
9050
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9051
|
+
};
|
|
8714
9052
|
export declare type CustomerUser = LocalizationContext & User & {
|
|
8715
9053
|
__typename?: 'CustomerUser';
|
|
8716
9054
|
accountId: Scalars['ID']['output'];
|
|
@@ -9113,6 +9451,8 @@ export declare type DevOps = {
|
|
|
9113
9451
|
designEntityDetails?: Maybe<Array<Maybe<DevOpsDesign>>>;
|
|
9114
9452
|
entitiesByAssociations?: Maybe<DevOpsEntities>;
|
|
9115
9453
|
graph?: Maybe<Graph>;
|
|
9454
|
+
operationsIncidentEntityDetails?: Maybe<Array<Maybe<DevOpsOperationsIncidentDetails>>>;
|
|
9455
|
+
operationsPostIncidentReviewEntityDetails?: Maybe<Array<Maybe<DevOpsOperationsPostIncidentReviewDetails>>>;
|
|
9116
9456
|
providers?: Maybe<DevOpsProviders>;
|
|
9117
9457
|
providersByDomain?: Maybe<Array<Maybe<DevOpsDataProvider>>>;
|
|
9118
9458
|
providersByIds?: Maybe<Array<Maybe<DevOpsDataProvider>>>;
|
|
@@ -9126,6 +9466,12 @@ export declare type DevOpsDesignEntityDetailsArgs = {
|
|
|
9126
9466
|
export declare type DevOpsEntitiesByAssociationsArgs = {
|
|
9127
9467
|
ids: Array<Scalars['ID']['input']>;
|
|
9128
9468
|
};
|
|
9469
|
+
export declare type DevOpsOperationsIncidentEntityDetailsArgs = {
|
|
9470
|
+
ids: Array<Scalars['ID']['input']>;
|
|
9471
|
+
};
|
|
9472
|
+
export declare type DevOpsOperationsPostIncidentReviewEntityDetailsArgs = {
|
|
9473
|
+
ids: Array<Scalars['ID']['input']>;
|
|
9474
|
+
};
|
|
9129
9475
|
export declare type DevOpsProvidersArgs = {
|
|
9130
9476
|
id: Scalars['ID']['input'];
|
|
9131
9477
|
providerTypes?: InputMaybe<Array<DevOpsProviderType>>;
|
|
@@ -9200,6 +9546,45 @@ export declare type DevOpsBuildTestInfo = {
|
|
|
9200
9546
|
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
9201
9547
|
totalNumber?: Maybe<Scalars['Int']['output']>;
|
|
9202
9548
|
};
|
|
9549
|
+
export declare enum DevOpsComponentTier {
|
|
9550
|
+
Tier_1 = "TIER_1",
|
|
9551
|
+
Tier_2 = "TIER_2",
|
|
9552
|
+
Tier_3 = "TIER_3",
|
|
9553
|
+
Tier_4 = "TIER_4"
|
|
9554
|
+
}
|
|
9555
|
+
export declare enum DevOpsComponentType {
|
|
9556
|
+
Application = "APPLICATION",
|
|
9557
|
+
Capability = "CAPABILITY",
|
|
9558
|
+
CloudResource = "CLOUD_RESOURCE",
|
|
9559
|
+
DataPipeline = "DATA_PIPELINE",
|
|
9560
|
+
Library = "LIBRARY",
|
|
9561
|
+
MachineLearningModel = "MACHINE_LEARNING_MODEL",
|
|
9562
|
+
Other = "OTHER",
|
|
9563
|
+
Service = "SERVICE",
|
|
9564
|
+
UiElement = "UI_ELEMENT",
|
|
9565
|
+
Website = "WEBSITE"
|
|
9566
|
+
}
|
|
9567
|
+
export declare type DevOpsComponentsProvider = DevOpsDataProvider & {
|
|
9568
|
+
__typename?: 'DevOpsComponentsProvider';
|
|
9569
|
+
appInstallationId?: Maybe<Scalars['ID']['output']>;
|
|
9570
|
+
configState?: Maybe<JiraAppConfigState>;
|
|
9571
|
+
documentationUrl?: Maybe<Scalars['URL']['output']>;
|
|
9572
|
+
homeUrl?: Maybe<Scalars['URL']['output']>;
|
|
9573
|
+
id: Scalars['ID']['output'];
|
|
9574
|
+
linkedContainers?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
|
|
9575
|
+
logoUrl?: Maybe<Scalars['URL']['output']>;
|
|
9576
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9577
|
+
providerType?: Maybe<DevOpsProviderType>;
|
|
9578
|
+
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
9579
|
+
};
|
|
9580
|
+
export declare type DevOpsComponentsProviderConfigStateArgs = {
|
|
9581
|
+
cloudId: Scalars['ID']['input'];
|
|
9582
|
+
};
|
|
9583
|
+
export declare type DevOpsComponentsProviderLinkedContainersArgs = {
|
|
9584
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
9585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9586
|
+
id: Scalars['ID']['input'];
|
|
9587
|
+
};
|
|
9203
9588
|
export declare type DevOpsContainerRelationshipEntityPropertyInput = {
|
|
9204
9589
|
key: Scalars['String']['input'];
|
|
9205
9590
|
value: Scalars['JSON']['input'];
|
|
@@ -9658,10 +10043,25 @@ export declare type DevOpsMutation = {
|
|
|
9658
10043
|
export declare type DevOpsMutation_EmptyArgs = {
|
|
9659
10044
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
9660
10045
|
};
|
|
10046
|
+
export declare type DevOpsOperationsComponentDetails = {
|
|
10047
|
+
__typename?: 'DevOpsOperationsComponentDetails';
|
|
10048
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
10049
|
+
componentType?: Maybe<DevOpsComponentType>;
|
|
10050
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
10051
|
+
id: Scalars['ID']['output'];
|
|
10052
|
+
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
10053
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
10054
|
+
providerAri?: Maybe<Scalars['String']['output']>;
|
|
10055
|
+
providerComponentId?: Maybe<Scalars['String']['output']>;
|
|
10056
|
+
providerId?: Maybe<Scalars['String']['output']>;
|
|
10057
|
+
tier?: Maybe<DevOpsComponentTier>;
|
|
10058
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
10059
|
+
};
|
|
9661
10060
|
export declare type DevOpsOperationsIncidentDetails = {
|
|
9662
10061
|
__typename?: 'DevOpsOperationsIncidentDetails';
|
|
9663
10062
|
actionItems?: Maybe<GraphStoreSimplifiedIncidentLinkedJswIssueConnection>;
|
|
9664
10063
|
affectedComponentIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10064
|
+
affectedComponents?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection>;
|
|
9665
10065
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
9666
10066
|
description?: Maybe<Scalars['String']['output']>;
|
|
9667
10067
|
id: Scalars['ID']['output'];
|
|
@@ -9675,6 +10075,10 @@ export declare type DevOpsOperationsIncidentDetailsActionItemsArgs = {
|
|
|
9675
10075
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
9676
10076
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9677
10077
|
};
|
|
10078
|
+
export declare type DevOpsOperationsIncidentDetailsAffectedComponentsArgs = {
|
|
10079
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10080
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10081
|
+
};
|
|
9678
10082
|
export declare type DevOpsOperationsIncidentDetailsLinkedPostIncidentReviewsArgs = {
|
|
9679
10083
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
9680
10084
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -9693,6 +10097,19 @@ export declare enum DevOpsOperationsIncidentStatus {
|
|
|
9693
10097
|
Resolved = "RESOLVED",
|
|
9694
10098
|
Unknown = "UNKNOWN"
|
|
9695
10099
|
}
|
|
10100
|
+
export declare type DevOpsOperationsPostIncidentReviewDetails = {
|
|
10101
|
+
__typename?: 'DevOpsOperationsPostIncidentReviewDetails';
|
|
10102
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
10103
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
10104
|
+
id: Scalars['ID']['output'];
|
|
10105
|
+
lastUpdatedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
10106
|
+
providerAri?: Maybe<Scalars['String']['output']>;
|
|
10107
|
+
providerPostIncidentReviewId?: Maybe<Scalars['String']['output']>;
|
|
10108
|
+
reviewsIncidentIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10109
|
+
status?: Maybe<DevOpsPostIncidentReviewStatus>;
|
|
10110
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
10111
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
10112
|
+
};
|
|
9696
10113
|
export declare type DevOpsOperationsProvider = DevOpsDataProvider & {
|
|
9697
10114
|
__typename?: 'DevOpsOperationsProvider';
|
|
9698
10115
|
appInstallationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -9714,6 +10131,11 @@ export declare type DevOpsOperationsProviderLinkedContainersArgs = {
|
|
|
9714
10131
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9715
10132
|
id: Scalars['ID']['input'];
|
|
9716
10133
|
};
|
|
10134
|
+
export declare enum DevOpsPostIncidentReviewStatus {
|
|
10135
|
+
Completed = "COMPLETED",
|
|
10136
|
+
InProgress = "IN_PROGRESS",
|
|
10137
|
+
Todo = "TODO"
|
|
10138
|
+
}
|
|
9717
10139
|
export declare type DevOpsProvider = {
|
|
9718
10140
|
__typename?: 'DevOpsProvider';
|
|
9719
10141
|
links?: Maybe<DevOpsProviderLinks>;
|
|
@@ -9730,6 +10152,7 @@ export declare enum DevOpsProviderType {
|
|
|
9730
10152
|
Build = "BUILD",
|
|
9731
10153
|
Deployment = "DEPLOYMENT",
|
|
9732
10154
|
Design = "DESIGN",
|
|
10155
|
+
DevopsComponents = "DEVOPS_COMPONENTS",
|
|
9733
10156
|
DevInfo = "DEV_INFO",
|
|
9734
10157
|
Documentation = "DOCUMENTATION",
|
|
9735
10158
|
FeatureFlag = "FEATURE_FLAG",
|
|
@@ -9743,6 +10166,7 @@ export declare type DevOpsProviders = {
|
|
|
9743
10166
|
deploymentProviders?: Maybe<Array<Maybe<DevOpsDeploymentProvider>>>;
|
|
9744
10167
|
designProviders?: Maybe<Array<Maybe<DevOpsDesignProvider>>>;
|
|
9745
10168
|
devInfoProviders?: Maybe<Array<Maybe<DevOpsDevInfoProvider>>>;
|
|
10169
|
+
devopsComponentsProviders?: Maybe<Array<Maybe<DevOpsComponentsProvider>>>;
|
|
9746
10170
|
documentationProviders?: Maybe<Array<Maybe<DevOpsDocumentationProvider>>>;
|
|
9747
10171
|
featureFlagProviders?: Maybe<Array<Maybe<DevOpsFeatureFlagProvider>>>;
|
|
9748
10172
|
operationsProviders?: Maybe<Array<Maybe<DevOpsOperationsProvider>>>;
|
|
@@ -9762,7 +10186,9 @@ export declare type DevOpsPullRequestDetails = {
|
|
|
9762
10186
|
destinationBranch?: Maybe<DevOpsBranchInfo>;
|
|
9763
10187
|
id: Scalars['ID']['output'];
|
|
9764
10188
|
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
10189
|
+
providerIcon?: Maybe<Scalars['URL']['output']>;
|
|
9765
10190
|
providerId?: Maybe<Scalars['String']['output']>;
|
|
10191
|
+
providerName?: Maybe<Scalars['String']['output']>;
|
|
9766
10192
|
pullRequestInternalId?: Maybe<Scalars['String']['output']>;
|
|
9767
10193
|
repositoryId?: Maybe<Scalars['ID']['output']>;
|
|
9768
10194
|
repositoryInternalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -11892,6 +12318,7 @@ export declare type Graph = {
|
|
|
11892
12318
|
projectAssociatedVulnerabilityInverse?: Maybe<GraphJiraProjectConnection>;
|
|
11893
12319
|
projectAssociatedVulnerabilityRelationship?: Maybe<GraphProjectAssociatedVulnerabilityRelationshipConnection>;
|
|
11894
12320
|
projectAssociatedVulnerabilityRelationshipInverse?: Maybe<GraphProjectAssociatedVulnerabilityRelationshipConnection>;
|
|
12321
|
+
projectHasIssueRelationship?: Maybe<GraphProjectHasIssueRelationshipConnection>;
|
|
11895
12322
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphSecurityContainerAssociatedToVulnerabilityRelationshipConnection>;
|
|
11896
12323
|
securityContainerAssociatedToVulnerabilityRelationshipBatch?: Maybe<Array<Maybe<GraphSecurityContainerAssociatedToVulnerabilityRelationshipConnection>>>;
|
|
11897
12324
|
serviceLinkedIncident?: Maybe<GraphJiraIssueConnection>;
|
|
@@ -12152,6 +12579,12 @@ export declare type GraphProjectAssociatedVulnerabilityRelationshipInverseArgs =
|
|
|
12152
12579
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
12153
12580
|
to: Scalars['ID']['input'];
|
|
12154
12581
|
};
|
|
12582
|
+
export declare type GraphProjectHasIssueRelationshipArgs = {
|
|
12583
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
12584
|
+
filter?: InputMaybe<GraphQueryMetadataProjectHasIssueInput>;
|
|
12585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
12586
|
+
from: Scalars['ID']['input'];
|
|
12587
|
+
};
|
|
12155
12588
|
export declare type GraphSecurityContainerAssociatedToVulnerabilityRelationshipArgs = {
|
|
12156
12589
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
12157
12590
|
filter?: InputMaybe<GraphQueryMetadataSecurityContainerAssociatedToVulnerabilityInput>;
|
|
@@ -12522,6 +12955,29 @@ export declare enum GraphCreateMetadataProjectAssociatedVulnerabilityJiraVulnera
|
|
|
12522
12955
|
Sca = "SCA",
|
|
12523
12956
|
Unknown = "UNKNOWN"
|
|
12524
12957
|
}
|
|
12958
|
+
export declare type GraphCreateMetadataProjectHasIssueJiraIssueOutput = {
|
|
12959
|
+
__typename?: 'GraphCreateMetadataProjectHasIssueJiraIssueOutput';
|
|
12960
|
+
assigneeAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12961
|
+
creatorAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12962
|
+
fixVersionIds?: Maybe<Array<Maybe<Scalars['Long']['output']>>>;
|
|
12963
|
+
issueAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12964
|
+
issueTypeAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12965
|
+
reporterAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12966
|
+
statusAri?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutputAri>;
|
|
12967
|
+
};
|
|
12968
|
+
export declare type GraphCreateMetadataProjectHasIssueJiraIssueOutputAri = {
|
|
12969
|
+
__typename?: 'GraphCreateMetadataProjectHasIssueJiraIssueOutputAri';
|
|
12970
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
12971
|
+
};
|
|
12972
|
+
export declare type GraphCreateMetadataProjectHasIssueOutput = {
|
|
12973
|
+
__typename?: 'GraphCreateMetadataProjectHasIssueOutput';
|
|
12974
|
+
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
12975
|
+
sprintAris?: Maybe<Array<Maybe<GraphCreateMetadataProjectHasIssueOutputAri>>>;
|
|
12976
|
+
};
|
|
12977
|
+
export declare type GraphCreateMetadataProjectHasIssueOutputAri = {
|
|
12978
|
+
__typename?: 'GraphCreateMetadataProjectHasIssueOutputAri';
|
|
12979
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
12980
|
+
};
|
|
12525
12981
|
export declare type GraphCreateMetadataSprintAssociatedBuildJiraBuildOutput = {
|
|
12526
12982
|
__typename?: 'GraphCreateMetadataSprintAssociatedBuildJiraBuildOutput';
|
|
12527
12983
|
state?: Maybe<GraphCreateMetadataSprintAssociatedBuildJiraBuildOutputBuildStateEnum>;
|
|
@@ -13158,6 +13614,34 @@ export declare type GraphProjectAssociatedVulnerabilityRelationshipEdge = {
|
|
|
13158
13614
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
13159
13615
|
node: GraphProjectAssociatedVulnerabilityRelationship;
|
|
13160
13616
|
};
|
|
13617
|
+
export declare type GraphProjectHasIssuePayload = Payload & {
|
|
13618
|
+
__typename?: 'GraphProjectHasIssuePayload';
|
|
13619
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13620
|
+
projectHasIssueRelationship: Array<Maybe<GraphProjectHasIssueRelationship>>;
|
|
13621
|
+
success: Scalars['Boolean']['output'];
|
|
13622
|
+
};
|
|
13623
|
+
export declare type GraphProjectHasIssueRelationship = Node & {
|
|
13624
|
+
__typename?: 'GraphProjectHasIssueRelationship';
|
|
13625
|
+
from: GraphJiraProject;
|
|
13626
|
+
id: Scalars['ID']['output'];
|
|
13627
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
13628
|
+
relationshipMetadata?: Maybe<GraphCreateMetadataProjectHasIssueOutput>;
|
|
13629
|
+
to: GraphJiraIssue;
|
|
13630
|
+
toMetadata?: Maybe<GraphCreateMetadataProjectHasIssueJiraIssueOutput>;
|
|
13631
|
+
};
|
|
13632
|
+
export declare type GraphProjectHasIssueRelationshipConnection = {
|
|
13633
|
+
__typename?: 'GraphProjectHasIssueRelationshipConnection';
|
|
13634
|
+
edges: Array<Maybe<GraphProjectHasIssueRelationshipEdge>>;
|
|
13635
|
+
fromId?: Maybe<Scalars['ID']['output']>;
|
|
13636
|
+
pageInfo: PageInfo;
|
|
13637
|
+
toId?: Maybe<Scalars['ID']['output']>;
|
|
13638
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
13639
|
+
};
|
|
13640
|
+
export declare type GraphProjectHasIssueRelationshipEdge = {
|
|
13641
|
+
__typename?: 'GraphProjectHasIssueRelationshipEdge';
|
|
13642
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
13643
|
+
node: GraphProjectHasIssueRelationship;
|
|
13644
|
+
};
|
|
13161
13645
|
export declare type GraphProjectService = Node & {
|
|
13162
13646
|
__typename?: 'GraphProjectService';
|
|
13163
13647
|
id: Scalars['ID']['output'];
|
|
@@ -13973,6 +14457,158 @@ export declare enum GraphQueryMetadataProjectAssociatedVulnerabilityInputToVulne
|
|
|
13973
14457
|
Sca = "SCA",
|
|
13974
14458
|
Unknown = "UNKNOWN"
|
|
13975
14459
|
}
|
|
14460
|
+
export declare type GraphQueryMetadataProjectHasIssueInput = {
|
|
14461
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectHasIssueInputAnd>>;
|
|
14462
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectHasIssueInputOr>>;
|
|
14463
|
+
};
|
|
14464
|
+
export declare type GraphQueryMetadataProjectHasIssueInputAnd = {
|
|
14465
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAt>;
|
|
14466
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdated>;
|
|
14467
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectHasIssueInputOrInner>>;
|
|
14468
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOn>;
|
|
14469
|
+
relationship_sprintAris?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAri>;
|
|
14470
|
+
to_assigneeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14471
|
+
to_creatorAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14472
|
+
to_fixVersionIds?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIds>;
|
|
14473
|
+
to_issueAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14474
|
+
to_issueTypeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14475
|
+
to_reporterAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14476
|
+
to_statusAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14477
|
+
};
|
|
14478
|
+
export declare type GraphQueryMetadataProjectHasIssueInputAndInner = {
|
|
14479
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAt>;
|
|
14480
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdated>;
|
|
14481
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOn>;
|
|
14482
|
+
relationship_sprintAris?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAri>;
|
|
14483
|
+
to_assigneeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14484
|
+
to_creatorAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14485
|
+
to_fixVersionIds?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIds>;
|
|
14486
|
+
to_issueAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14487
|
+
to_issueTypeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14488
|
+
to_reporterAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14489
|
+
to_statusAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14490
|
+
};
|
|
14491
|
+
export declare type GraphQueryMetadataProjectHasIssueInputCreatedAt = {
|
|
14492
|
+
notValues?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
14493
|
+
range?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAtRangeField>;
|
|
14494
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAtMetadataSortField>;
|
|
14495
|
+
values?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
14496
|
+
};
|
|
14497
|
+
export declare type GraphQueryMetadataProjectHasIssueInputCreatedAtMetadataSortField = {
|
|
14498
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14499
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14500
|
+
};
|
|
14501
|
+
export declare type GraphQueryMetadataProjectHasIssueInputCreatedAtRangeField = {
|
|
14502
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14503
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14504
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14505
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14506
|
+
};
|
|
14507
|
+
export declare type GraphQueryMetadataProjectHasIssueInputLastUpdated = {
|
|
14508
|
+
notValues?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
14509
|
+
range?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdatedRangeField>;
|
|
14510
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdatedMetadataSortField>;
|
|
14511
|
+
values?: InputMaybe<Array<Scalars['DateTime']['input']>>;
|
|
14512
|
+
};
|
|
14513
|
+
export declare type GraphQueryMetadataProjectHasIssueInputLastUpdatedMetadataSortField = {
|
|
14514
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14515
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14516
|
+
};
|
|
14517
|
+
export declare type GraphQueryMetadataProjectHasIssueInputLastUpdatedRangeField = {
|
|
14518
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14519
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14520
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14521
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
14522
|
+
};
|
|
14523
|
+
export declare type GraphQueryMetadataProjectHasIssueInputOr = {
|
|
14524
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectHasIssueInputAndInner>>;
|
|
14525
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAt>;
|
|
14526
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdated>;
|
|
14527
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOn>;
|
|
14528
|
+
relationship_sprintAris?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAri>;
|
|
14529
|
+
to_assigneeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14530
|
+
to_creatorAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14531
|
+
to_fixVersionIds?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIds>;
|
|
14532
|
+
to_issueAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14533
|
+
to_issueTypeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14534
|
+
to_reporterAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14535
|
+
to_statusAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14536
|
+
};
|
|
14537
|
+
export declare type GraphQueryMetadataProjectHasIssueInputOrInner = {
|
|
14538
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectHasIssueInputCreatedAt>;
|
|
14539
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectHasIssueInputLastUpdated>;
|
|
14540
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOn>;
|
|
14541
|
+
relationship_sprintAris?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAri>;
|
|
14542
|
+
to_assigneeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14543
|
+
to_creatorAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14544
|
+
to_fixVersionIds?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIds>;
|
|
14545
|
+
to_issueAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14546
|
+
to_issueTypeAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14547
|
+
to_reporterAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14548
|
+
to_statusAri?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAri>;
|
|
14549
|
+
};
|
|
14550
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipAri = {
|
|
14551
|
+
matchType?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipArimatchTypeEnum>;
|
|
14552
|
+
value?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAriValue>;
|
|
14553
|
+
};
|
|
14554
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipAriValue = {
|
|
14555
|
+
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
14556
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipAriValueMetadataSortField>;
|
|
14557
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
14558
|
+
};
|
|
14559
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipAriValueMetadataSortField = {
|
|
14560
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14561
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14562
|
+
};
|
|
14563
|
+
export declare enum GraphQueryMetadataProjectHasIssueInputRelationshipArimatchTypeEnum {
|
|
14564
|
+
All = "ALL",
|
|
14565
|
+
Any = "ANY",
|
|
14566
|
+
None = "NONE"
|
|
14567
|
+
}
|
|
14568
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOn = {
|
|
14569
|
+
notValues?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
14570
|
+
range?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOnRangeField>;
|
|
14571
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOnMetadataSortField>;
|
|
14572
|
+
values?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
14573
|
+
};
|
|
14574
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOnMetadataSortField = {
|
|
14575
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14576
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14577
|
+
};
|
|
14578
|
+
export declare type GraphQueryMetadataProjectHasIssueInputRelationshipIssueLastUpdatedOnRangeField = {
|
|
14579
|
+
gt?: InputMaybe<Scalars['Long']['input']>;
|
|
14580
|
+
gte?: InputMaybe<Scalars['Long']['input']>;
|
|
14581
|
+
lt?: InputMaybe<Scalars['Long']['input']>;
|
|
14582
|
+
lte?: InputMaybe<Scalars['Long']['input']>;
|
|
14583
|
+
};
|
|
14584
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToAri = {
|
|
14585
|
+
value?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAriValue>;
|
|
14586
|
+
};
|
|
14587
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToAriValue = {
|
|
14588
|
+
notValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
14589
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToAriValueMetadataSortField>;
|
|
14590
|
+
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
14591
|
+
};
|
|
14592
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToAriValueMetadataSortField = {
|
|
14593
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14594
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14595
|
+
};
|
|
14596
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToFixVersionIds = {
|
|
14597
|
+
notValues?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
14598
|
+
range?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIdsRangeField>;
|
|
14599
|
+
sort?: InputMaybe<GraphQueryMetadataProjectHasIssueInputToFixVersionIdsMetadataSortField>;
|
|
14600
|
+
values?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
14601
|
+
};
|
|
14602
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToFixVersionIdsMetadataSortField = {
|
|
14603
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
14604
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
14605
|
+
};
|
|
14606
|
+
export declare type GraphQueryMetadataProjectHasIssueInputToFixVersionIdsRangeField = {
|
|
14607
|
+
gt?: InputMaybe<Scalars['Long']['input']>;
|
|
14608
|
+
gte?: InputMaybe<Scalars['Long']['input']>;
|
|
14609
|
+
lt?: InputMaybe<Scalars['Long']['input']>;
|
|
14610
|
+
lte?: InputMaybe<Scalars['Long']['input']>;
|
|
14611
|
+
};
|
|
13976
14612
|
export declare type GraphQueryMetadataSecurityContainerAssociatedToVulnerabilityInput = {
|
|
13977
14613
|
and?: InputMaybe<Array<GraphQueryMetadataSecurityContainerAssociatedToVulnerabilityInputAnd>>;
|
|
13978
14614
|
or?: InputMaybe<Array<GraphQueryMetadataSecurityContainerAssociatedToVulnerabilityInputOr>>;
|
|
@@ -15017,7 +15653,7 @@ export declare type GraphQueryMetadataSprintContainsIssueInputToStatusCategoryMe
|
|
|
15017
15653
|
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
15018
15654
|
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
15019
15655
|
};
|
|
15020
|
-
export declare type GraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDocument | DevOpsFeatureFlag | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
15656
|
+
export declare type GraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
15021
15657
|
export declare type GraphSecurityContainerAssociatedToVulnerabilityRelationship = Node & {
|
|
15022
15658
|
__typename?: 'GraphSecurityContainerAssociatedToVulnerabilityRelationship';
|
|
15023
15659
|
from: GraphJiraSecurityContainer;
|
|
@@ -15198,6 +15834,7 @@ export declare type GraphStore = {
|
|
|
15198
15834
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
15199
15835
|
componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
15200
15836
|
componentImpactedByIncident?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentConnection>;
|
|
15837
|
+
componentImpactedByIncidentInverse?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection>;
|
|
15201
15838
|
componentImpactedByIncidentInverseRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
15202
15839
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
15203
15840
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
@@ -15256,7 +15893,10 @@ export declare type GraphStore = {
|
|
|
15256
15893
|
issueAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection>;
|
|
15257
15894
|
issueAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedFeatureFlagConnection>;
|
|
15258
15895
|
issueAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullIssueAssociatedFeatureFlagConnection>;
|
|
15896
|
+
issueAssociatedIssueRemoteLink?: Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkConnection>;
|
|
15897
|
+
issueAssociatedIssueRemoteLinkBatch?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkConnection>;
|
|
15259
15898
|
issueAssociatedIssueRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseConnection>;
|
|
15899
|
+
issueAssociatedIssueRemoteLinkInverseBatch?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkConnection>;
|
|
15260
15900
|
issueAssociatedIssueRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkConnection>;
|
|
15261
15901
|
issueAssociatedIssueRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkConnection>;
|
|
15262
15902
|
issueAssociatedPr?: Maybe<GraphStoreSimplifiedIssueAssociatedPrConnection>;
|
|
@@ -15427,20 +16067,12 @@ export declare type GraphStore = {
|
|
|
15427
16067
|
serviceLinkedIncidentRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
15428
16068
|
shipit57IssueLinksToPage?: Maybe<GraphStoreSimplifiedShipit57IssueLinksToPageConnection>;
|
|
15429
16069
|
shipit57IssueLinksToPageInverse?: Maybe<GraphStoreSimplifiedShipit57IssueLinksToPageInverseConnection>;
|
|
15430
|
-
shipit57IssueLinksToPageInverseRelationship?: Maybe<GraphStoreFullShipit57IssueLinksToPageConnection>;
|
|
15431
16070
|
shipit57IssueLinksToPageManual?: Maybe<GraphStoreSimplifiedShipit57IssueLinksToPageManualConnection>;
|
|
15432
16071
|
shipit57IssueLinksToPageManualInverse?: Maybe<GraphStoreSimplifiedShipit57IssueLinksToPageManualInverseConnection>;
|
|
15433
|
-
shipit57IssueLinksToPageManualInverseRelationship?: Maybe<GraphStoreFullShipit57IssueLinksToPageManualConnection>;
|
|
15434
|
-
shipit57IssueLinksToPageManualRelationship?: Maybe<GraphStoreFullShipit57IssueLinksToPageManualConnection>;
|
|
15435
|
-
shipit57IssueLinksToPageRelationship?: Maybe<GraphStoreFullShipit57IssueLinksToPageConnection>;
|
|
15436
16072
|
shipit57IssueRecursiveLinksToPage?: Maybe<GraphStoreSimplifiedShipit57IssueRecursiveLinksToPageConnection>;
|
|
15437
16073
|
shipit57IssueRecursiveLinksToPageInverse?: Maybe<GraphStoreSimplifiedShipit57IssueRecursiveLinksToPageInverseConnection>;
|
|
15438
|
-
shipit57IssueRecursiveLinksToPageInverseRelationship?: Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageConnection>;
|
|
15439
|
-
shipit57IssueRecursiveLinksToPageRelationship?: Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageConnection>;
|
|
15440
16074
|
shipit57PullRequestLinksToPage?: Maybe<GraphStoreSimplifiedShipit57PullRequestLinksToPageConnection>;
|
|
15441
16075
|
shipit57PullRequestLinksToPageInverse?: Maybe<GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseConnection>;
|
|
15442
|
-
shipit57PullRequestLinksToPageInverseRelationship?: Maybe<GraphStoreFullShipit57PullRequestLinksToPageConnection>;
|
|
15443
|
-
shipit57PullRequestLinksToPageRelationship?: Maybe<GraphStoreFullShipit57PullRequestLinksToPageConnection>;
|
|
15444
16076
|
sprintAssociatedBuildInverseRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
15445
16077
|
sprintAssociatedBuildRelationship?: Maybe<GraphStoreFullSprintAssociatedBuildConnection>;
|
|
15446
16078
|
sprintAssociatedDeployment?: Maybe<GraphStoreSimplifiedSprintAssociatedDeploymentConnection>;
|
|
@@ -15603,6 +16235,11 @@ export declare type GraphStoreComponentImpactedByIncidentArgs = {
|
|
|
15603
16235
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15604
16236
|
id: Scalars['ID']['input'];
|
|
15605
16237
|
};
|
|
16238
|
+
export declare type GraphStoreComponentImpactedByIncidentInverseArgs = {
|
|
16239
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16240
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16241
|
+
id: Scalars['ID']['input'];
|
|
16242
|
+
};
|
|
15606
16243
|
export declare type GraphStoreComponentImpactedByIncidentInverseRelationshipArgs = {
|
|
15607
16244
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15608
16245
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -15894,11 +16531,26 @@ export declare type GraphStoreIssueAssociatedFeatureFlagRelationshipArgs = {
|
|
|
15894
16531
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15895
16532
|
id: Scalars['ID']['input'];
|
|
15896
16533
|
};
|
|
16534
|
+
export declare type GraphStoreIssueAssociatedIssueRemoteLinkArgs = {
|
|
16535
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16536
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16537
|
+
id: Scalars['ID']['input'];
|
|
16538
|
+
};
|
|
16539
|
+
export declare type GraphStoreIssueAssociatedIssueRemoteLinkBatchArgs = {
|
|
16540
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16541
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16542
|
+
ids: Array<Scalars['ID']['input']>;
|
|
16543
|
+
};
|
|
15897
16544
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseArgs = {
|
|
15898
16545
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15899
16546
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15900
16547
|
id: Scalars['ID']['input'];
|
|
15901
16548
|
};
|
|
16549
|
+
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseBatchArgs = {
|
|
16550
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16551
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16552
|
+
ids: Array<Scalars['ID']['input']>;
|
|
16553
|
+
};
|
|
15902
16554
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseRelationshipArgs = {
|
|
15903
16555
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15904
16556
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16682,23 +17334,31 @@ export declare type GraphStoreProjectExplicitlyAssociatedRepoRelationshipArgs =
|
|
|
16682
17334
|
};
|
|
16683
17335
|
export declare type GraphStoreProjectHasIssueArgs = {
|
|
16684
17336
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17337
|
+
filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
|
|
16685
17338
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16686
17339
|
id: Scalars['ID']['input'];
|
|
17340
|
+
sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
|
|
16687
17341
|
};
|
|
16688
17342
|
export declare type GraphStoreProjectHasIssueInverseArgs = {
|
|
16689
17343
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17344
|
+
filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
|
|
16690
17345
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16691
17346
|
id: Scalars['ID']['input'];
|
|
17347
|
+
sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
|
|
16692
17348
|
};
|
|
16693
17349
|
export declare type GraphStoreProjectHasIssueInverseRelationshipArgs = {
|
|
16694
17350
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17351
|
+
filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
|
|
16695
17352
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16696
17353
|
id: Scalars['ID']['input'];
|
|
17354
|
+
sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
|
|
16697
17355
|
};
|
|
16698
17356
|
export declare type GraphStoreProjectHasIssueRelationshipArgs = {
|
|
16699
17357
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17358
|
+
filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
|
|
16700
17359
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16701
17360
|
id: Scalars['ID']['input'];
|
|
17361
|
+
sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
|
|
16702
17362
|
};
|
|
16703
17363
|
export declare type GraphStoreProjectHasSharedVersionWithArgs = {
|
|
16704
17364
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16803,11 +17463,6 @@ export declare type GraphStoreShipit57IssueLinksToPageInverseArgs = {
|
|
|
16803
17463
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16804
17464
|
id: Scalars['ID']['input'];
|
|
16805
17465
|
};
|
|
16806
|
-
export declare type GraphStoreShipit57IssueLinksToPageInverseRelationshipArgs = {
|
|
16807
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16808
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16809
|
-
id: Scalars['ID']['input'];
|
|
16810
|
-
};
|
|
16811
17466
|
export declare type GraphStoreShipit57IssueLinksToPageManualArgs = {
|
|
16812
17467
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16813
17468
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16818,21 +17473,6 @@ export declare type GraphStoreShipit57IssueLinksToPageManualInverseArgs = {
|
|
|
16818
17473
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16819
17474
|
id: Scalars['ID']['input'];
|
|
16820
17475
|
};
|
|
16821
|
-
export declare type GraphStoreShipit57IssueLinksToPageManualInverseRelationshipArgs = {
|
|
16822
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16823
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16824
|
-
id: Scalars['ID']['input'];
|
|
16825
|
-
};
|
|
16826
|
-
export declare type GraphStoreShipit57IssueLinksToPageManualRelationshipArgs = {
|
|
16827
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16828
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16829
|
-
id: Scalars['ID']['input'];
|
|
16830
|
-
};
|
|
16831
|
-
export declare type GraphStoreShipit57IssueLinksToPageRelationshipArgs = {
|
|
16832
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16833
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16834
|
-
id: Scalars['ID']['input'];
|
|
16835
|
-
};
|
|
16836
17476
|
export declare type GraphStoreShipit57IssueRecursiveLinksToPageArgs = {
|
|
16837
17477
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16838
17478
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16843,16 +17483,6 @@ export declare type GraphStoreShipit57IssueRecursiveLinksToPageInverseArgs = {
|
|
|
16843
17483
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16844
17484
|
id: Scalars['ID']['input'];
|
|
16845
17485
|
};
|
|
16846
|
-
export declare type GraphStoreShipit57IssueRecursiveLinksToPageInverseRelationshipArgs = {
|
|
16847
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16848
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16849
|
-
id: Scalars['ID']['input'];
|
|
16850
|
-
};
|
|
16851
|
-
export declare type GraphStoreShipit57IssueRecursiveLinksToPageRelationshipArgs = {
|
|
16852
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16853
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16854
|
-
id: Scalars['ID']['input'];
|
|
16855
|
-
};
|
|
16856
17486
|
export declare type GraphStoreShipit57PullRequestLinksToPageArgs = {
|
|
16857
17487
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16858
17488
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16863,16 +17493,6 @@ export declare type GraphStoreShipit57PullRequestLinksToPageInverseArgs = {
|
|
|
16863
17493
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16864
17494
|
id: Scalars['ID']['input'];
|
|
16865
17495
|
};
|
|
16866
|
-
export declare type GraphStoreShipit57PullRequestLinksToPageInverseRelationshipArgs = {
|
|
16867
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16868
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16869
|
-
id: Scalars['ID']['input'];
|
|
16870
|
-
};
|
|
16871
|
-
export declare type GraphStoreShipit57PullRequestLinksToPageRelationshipArgs = {
|
|
16872
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
16873
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16874
|
-
id: Scalars['ID']['input'];
|
|
16875
|
-
};
|
|
16876
17496
|
export declare type GraphStoreSprintAssociatedBuildInverseRelationshipArgs = {
|
|
16877
17497
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16878
17498
|
filter?: InputMaybe<GraphStoreSprintAssociatedBuildFilterInput>;
|
|
@@ -17427,7 +18047,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndNo
|
|
|
17427
18047
|
data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndUnion>;
|
|
17428
18048
|
id: Scalars['ID']['output'];
|
|
17429
18049
|
};
|
|
17430
|
-
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndUnion = JiraIssue | JiraPostIncidentReviewLink;
|
|
18050
|
+
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkEndUnion = DevOpsOperationsPostIncidentReviewDetails | JiraIssue | JiraPostIncidentReviewLink;
|
|
17431
18051
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkInnerConnection = {
|
|
17432
18052
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkInnerConnection';
|
|
17433
18053
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkInnerEdge>>;
|
|
@@ -17549,6 +18169,47 @@ export declare type GraphStoreBatchIncidentLinkedJswIssueStartNode = Node & {
|
|
|
17549
18169
|
id: Scalars['ID']['output'];
|
|
17550
18170
|
};
|
|
17551
18171
|
export declare type GraphStoreBatchIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18172
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkConnection = HasPageInfo & {
|
|
18173
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkConnection';
|
|
18174
|
+
edges: Array<Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkEdge>>;
|
|
18175
|
+
nodes: Array<Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkNode>>;
|
|
18176
|
+
pageInfo: PageInfo;
|
|
18177
|
+
};
|
|
18178
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEdge = {
|
|
18179
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkEdge';
|
|
18180
|
+
node: GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerConnection;
|
|
18181
|
+
};
|
|
18182
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode = Node & {
|
|
18183
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode';
|
|
18184
|
+
data?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkEndUnion>;
|
|
18185
|
+
id: Scalars['ID']['output'];
|
|
18186
|
+
};
|
|
18187
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkEndUnion = JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssueRemoteIssueLink | JiraWebRemoteIssueLink;
|
|
18188
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerConnection = {
|
|
18189
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerConnection';
|
|
18190
|
+
edges: Array<Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerEdge>>;
|
|
18191
|
+
nodes: Array<Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkNode>>;
|
|
18192
|
+
requestedId: Scalars['ID']['output'];
|
|
18193
|
+
};
|
|
18194
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerEdge = {
|
|
18195
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkInnerEdge';
|
|
18196
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
18197
|
+
node: GraphStoreBatchIssueAssociatedIssueRemoteLinkNode;
|
|
18198
|
+
};
|
|
18199
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkNode = Node & {
|
|
18200
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkNode';
|
|
18201
|
+
createdAt: Scalars['DateTime']['output'];
|
|
18202
|
+
from: GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode;
|
|
18203
|
+
id: Scalars['ID']['output'];
|
|
18204
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
18205
|
+
to: GraphStoreBatchIssueAssociatedIssueRemoteLinkEndNode;
|
|
18206
|
+
};
|
|
18207
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode = Node & {
|
|
18208
|
+
__typename?: 'GraphStoreBatchIssueAssociatedIssueRemoteLinkStartNode';
|
|
18209
|
+
data?: Maybe<GraphStoreBatchIssueAssociatedIssueRemoteLinkStartUnion>;
|
|
18210
|
+
id: Scalars['ID']['output'];
|
|
18211
|
+
};
|
|
18212
|
+
export declare type GraphStoreBatchIssueAssociatedIssueRemoteLinkStartUnion = JiraIssue;
|
|
17552
18213
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceConnection = HasPageInfo & {
|
|
17553
18214
|
__typename?: 'GraphStoreBatchJsmProjectAssociatedServiceConnection';
|
|
17554
18215
|
edges: Array<Maybe<GraphStoreBatchJsmProjectAssociatedServiceEdge>>;
|
|
@@ -18379,6 +19040,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentNode = Node & {
|
|
|
18379
19040
|
};
|
|
18380
19041
|
export declare type GraphStoreFullComponentImpactedByIncidentRelationshipObjectMetadataOutput = {
|
|
18381
19042
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentRelationshipObjectMetadataOutput';
|
|
19043
|
+
affectedServiceAris?: Maybe<Scalars['String']['output']>;
|
|
18382
19044
|
assigneeAri?: Maybe<Scalars['String']['output']>;
|
|
18383
19045
|
majorIncident?: Maybe<Scalars['Boolean']['output']>;
|
|
18384
19046
|
priority?: Maybe<GraphStoreFullComponentImpactedByIncidentJiraIncidentPriorityOutput>;
|
|
@@ -18387,8 +19049,10 @@ export declare type GraphStoreFullComponentImpactedByIncidentRelationshipObjectM
|
|
|
18387
19049
|
};
|
|
18388
19050
|
export declare type GraphStoreFullComponentImpactedByIncidentStartNode = {
|
|
18389
19051
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentStartNode';
|
|
19052
|
+
data?: Maybe<GraphStoreFullComponentImpactedByIncidentStartUnion>;
|
|
18390
19053
|
id: Scalars['ID']['output'];
|
|
18391
19054
|
};
|
|
19055
|
+
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = DevOpsOperationsComponentDetails;
|
|
18392
19056
|
export declare type GraphStoreFullComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
18393
19057
|
__typename?: 'GraphStoreFullComponentLinkedJswIssueConnection';
|
|
18394
19058
|
edges: Array<Maybe<GraphStoreFullComponentLinkedJswIssueEdge>>;
|
|
@@ -18421,7 +19085,7 @@ export declare type GraphStoreFullComponentLinkedJswIssueStartNode = {
|
|
|
18421
19085
|
data?: Maybe<GraphStoreFullComponentLinkedJswIssueStartUnion>;
|
|
18422
19086
|
id: Scalars['ID']['output'];
|
|
18423
19087
|
};
|
|
18424
|
-
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsService;
|
|
19088
|
+
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
18425
19089
|
export declare type GraphStoreFullContentReferencedEntityConnection = HasPageInfo & {
|
|
18426
19090
|
__typename?: 'GraphStoreFullContentReferencedEntityConnection';
|
|
18427
19091
|
edges: Array<Maybe<GraphStoreFullContentReferencedEntityEdge>>;
|
|
@@ -18490,7 +19154,7 @@ export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkEndNod
|
|
|
18490
19154
|
data?: Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewLinkEndUnion>;
|
|
18491
19155
|
id: Scalars['ID']['output'];
|
|
18492
19156
|
};
|
|
18493
|
-
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkEndUnion = JiraIssue | JiraPostIncidentReviewLink;
|
|
19157
|
+
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkEndUnion = DevOpsOperationsPostIncidentReviewDetails | JiraIssue | JiraPostIncidentReviewLink;
|
|
18494
19158
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkNode = Node & {
|
|
18495
19159
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewLinkNode';
|
|
18496
19160
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -18850,9 +19514,11 @@ export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkEdge = {
|
|
|
18850
19514
|
};
|
|
18851
19515
|
export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkEndNode = {
|
|
18852
19516
|
__typename?: 'GraphStoreFullIssueAssociatedIssueRemoteLinkEndNode';
|
|
19517
|
+
data?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkEndUnion>;
|
|
18853
19518
|
id: Scalars['ID']['output'];
|
|
18854
19519
|
metadata?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkRelationshipObjectMetadataOutput>;
|
|
18855
19520
|
};
|
|
19521
|
+
export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkEndUnion = JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssueRemoteIssueLink | JiraWebRemoteIssueLink;
|
|
18856
19522
|
export declare enum GraphStoreFullIssueAssociatedIssueRemoteLinkLinkApplicationTypeOutput {
|
|
18857
19523
|
Bamboo = "BAMBOO",
|
|
18858
19524
|
BbPrComment = "BB_PR_COMMENT",
|
|
@@ -19275,7 +19941,7 @@ export declare type GraphStoreFullJswProjectAssociatedComponentEndNode = {
|
|
|
19275
19941
|
data?: Maybe<GraphStoreFullJswProjectAssociatedComponentEndUnion>;
|
|
19276
19942
|
id: Scalars['ID']['output'];
|
|
19277
19943
|
};
|
|
19278
|
-
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsService;
|
|
19944
|
+
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
19279
19945
|
export declare type GraphStoreFullJswProjectAssociatedComponentNode = Node & {
|
|
19280
19946
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentNode';
|
|
19281
19947
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -19337,6 +20003,7 @@ export declare type GraphStoreFullJswProjectAssociatedIncidentNode = Node & {
|
|
|
19337
20003
|
};
|
|
19338
20004
|
export declare type GraphStoreFullJswProjectAssociatedIncidentRelationshipObjectMetadataOutput = {
|
|
19339
20005
|
__typename?: 'GraphStoreFullJswProjectAssociatedIncidentRelationshipObjectMetadataOutput';
|
|
20006
|
+
affectedServiceAris?: Maybe<Scalars['String']['output']>;
|
|
19340
20007
|
assigneeAri?: Maybe<Scalars['String']['output']>;
|
|
19341
20008
|
majorIncident?: Maybe<Scalars['Boolean']['output']>;
|
|
19342
20009
|
priority?: Maybe<GraphStoreFullJswProjectAssociatedIncidentJiraIncidentPriorityOutput>;
|
|
@@ -20349,11 +21016,13 @@ export declare type GraphStoreFullProjectExplicitlyAssociatedRepoStartNode = {
|
|
|
20349
21016
|
id: Scalars['ID']['output'];
|
|
20350
21017
|
};
|
|
20351
21018
|
export declare type GraphStoreFullProjectExplicitlyAssociatedRepoStartUnion = JiraProject;
|
|
20352
|
-
export declare type GraphStoreFullProjectHasIssueConnection = HasPageInfo & {
|
|
21019
|
+
export declare type GraphStoreFullProjectHasIssueConnection = HasPageInfo & HasTotal & {
|
|
20353
21020
|
__typename?: 'GraphStoreFullProjectHasIssueConnection';
|
|
20354
21021
|
edges: Array<Maybe<GraphStoreFullProjectHasIssueEdge>>;
|
|
21022
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
20355
21023
|
nodes: Array<Maybe<GraphStoreFullProjectHasIssueNode>>;
|
|
20356
21024
|
pageInfo: PageInfo;
|
|
21025
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20357
21026
|
};
|
|
20358
21027
|
export declare type GraphStoreFullProjectHasIssueEdge = {
|
|
20359
21028
|
__typename?: 'GraphStoreFullProjectHasIssueEdge';
|
|
@@ -20379,6 +21048,7 @@ export declare type GraphStoreFullProjectHasIssueNode = Node & {
|
|
|
20379
21048
|
export declare type GraphStoreFullProjectHasIssueRelationshipMetadataOutput = {
|
|
20380
21049
|
__typename?: 'GraphStoreFullProjectHasIssueRelationshipMetadataOutput';
|
|
20381
21050
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
21051
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
20382
21052
|
};
|
|
20383
21053
|
export declare type GraphStoreFullProjectHasIssueRelationshipObjectMetadataOutput = {
|
|
20384
21054
|
__typename?: 'GraphStoreFullProjectHasIssueRelationshipObjectMetadataOutput';
|
|
@@ -20570,6 +21240,7 @@ export declare type GraphStoreFullServiceLinkedIncidentNode = Node & {
|
|
|
20570
21240
|
};
|
|
20571
21241
|
export declare type GraphStoreFullServiceLinkedIncidentRelationshipObjectMetadataOutput = {
|
|
20572
21242
|
__typename?: 'GraphStoreFullServiceLinkedIncidentRelationshipObjectMetadataOutput';
|
|
21243
|
+
affectedServiceAris?: Maybe<Scalars['String']['output']>;
|
|
20573
21244
|
assigneeAri?: Maybe<Scalars['String']['output']>;
|
|
20574
21245
|
majorIncident?: Maybe<Scalars['Boolean']['output']>;
|
|
20575
21246
|
priority?: Maybe<GraphStoreFullServiceLinkedIncidentJiraServiceManagementIncidentPriorityOutput>;
|
|
@@ -20582,134 +21253,6 @@ export declare type GraphStoreFullServiceLinkedIncidentStartNode = {
|
|
|
20582
21253
|
id: Scalars['ID']['output'];
|
|
20583
21254
|
};
|
|
20584
21255
|
export declare type GraphStoreFullServiceLinkedIncidentStartUnion = DevOpsService;
|
|
20585
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageConnection = HasPageInfo & HasTotal & {
|
|
20586
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageConnection';
|
|
20587
|
-
edges: Array<Maybe<GraphStoreFullShipit57IssueLinksToPageEdge>>;
|
|
20588
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
20589
|
-
nodes: Array<Maybe<GraphStoreFullShipit57IssueLinksToPageNode>>;
|
|
20590
|
-
pageInfo: PageInfo;
|
|
20591
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20592
|
-
};
|
|
20593
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageEdge = {
|
|
20594
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageEdge';
|
|
20595
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
20596
|
-
node: GraphStoreFullShipit57IssueLinksToPageNode;
|
|
20597
|
-
};
|
|
20598
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageEndNode = {
|
|
20599
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageEndNode';
|
|
20600
|
-
data?: Maybe<GraphStoreFullShipit57IssueLinksToPageEndUnion>;
|
|
20601
|
-
id: Scalars['ID']['output'];
|
|
20602
|
-
};
|
|
20603
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageEndUnion = ConfluencePage;
|
|
20604
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualConnection = HasPageInfo & {
|
|
20605
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageManualConnection';
|
|
20606
|
-
edges: Array<Maybe<GraphStoreFullShipit57IssueLinksToPageManualEdge>>;
|
|
20607
|
-
nodes: Array<Maybe<GraphStoreFullShipit57IssueLinksToPageManualNode>>;
|
|
20608
|
-
pageInfo: PageInfo;
|
|
20609
|
-
};
|
|
20610
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualEdge = {
|
|
20611
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageManualEdge';
|
|
20612
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
20613
|
-
node: GraphStoreFullShipit57IssueLinksToPageManualNode;
|
|
20614
|
-
};
|
|
20615
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualEndNode = {
|
|
20616
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageManualEndNode';
|
|
20617
|
-
data?: Maybe<GraphStoreFullShipit57IssueLinksToPageManualEndUnion>;
|
|
20618
|
-
id: Scalars['ID']['output'];
|
|
20619
|
-
};
|
|
20620
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualEndUnion = ConfluencePage;
|
|
20621
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualNode = Node & {
|
|
20622
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageManualNode';
|
|
20623
|
-
createdAt: Scalars['DateTime']['output'];
|
|
20624
|
-
from: GraphStoreFullShipit57IssueLinksToPageManualStartNode;
|
|
20625
|
-
id: Scalars['ID']['output'];
|
|
20626
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
20627
|
-
to: GraphStoreFullShipit57IssueLinksToPageManualEndNode;
|
|
20628
|
-
};
|
|
20629
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualStartNode = {
|
|
20630
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageManualStartNode';
|
|
20631
|
-
data?: Maybe<GraphStoreFullShipit57IssueLinksToPageManualStartUnion>;
|
|
20632
|
-
id: Scalars['ID']['output'];
|
|
20633
|
-
};
|
|
20634
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageManualStartUnion = JiraIssue;
|
|
20635
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageNode = Node & {
|
|
20636
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageNode';
|
|
20637
|
-
createdAt: Scalars['DateTime']['output'];
|
|
20638
|
-
from: GraphStoreFullShipit57IssueLinksToPageStartNode;
|
|
20639
|
-
id: Scalars['ID']['output'];
|
|
20640
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
20641
|
-
to: GraphStoreFullShipit57IssueLinksToPageEndNode;
|
|
20642
|
-
};
|
|
20643
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageStartNode = {
|
|
20644
|
-
__typename?: 'GraphStoreFullShipit57IssueLinksToPageStartNode';
|
|
20645
|
-
data?: Maybe<GraphStoreFullShipit57IssueLinksToPageStartUnion>;
|
|
20646
|
-
id: Scalars['ID']['output'];
|
|
20647
|
-
};
|
|
20648
|
-
export declare type GraphStoreFullShipit57IssueLinksToPageStartUnion = JiraIssue;
|
|
20649
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageConnection = HasPageInfo & HasTotal & {
|
|
20650
|
-
__typename?: 'GraphStoreFullShipit57IssueRecursiveLinksToPageConnection';
|
|
20651
|
-
edges: Array<Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageEdge>>;
|
|
20652
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
20653
|
-
nodes: Array<Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageNode>>;
|
|
20654
|
-
pageInfo: PageInfo;
|
|
20655
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20656
|
-
};
|
|
20657
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageEdge = {
|
|
20658
|
-
__typename?: 'GraphStoreFullShipit57IssueRecursiveLinksToPageEdge';
|
|
20659
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
20660
|
-
node: GraphStoreFullShipit57IssueRecursiveLinksToPageNode;
|
|
20661
|
-
};
|
|
20662
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageEndNode = {
|
|
20663
|
-
__typename?: 'GraphStoreFullShipit57IssueRecursiveLinksToPageEndNode';
|
|
20664
|
-
data?: Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageEndUnion>;
|
|
20665
|
-
id: Scalars['ID']['output'];
|
|
20666
|
-
};
|
|
20667
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageEndUnion = ConfluencePage;
|
|
20668
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageNode = Node & {
|
|
20669
|
-
__typename?: 'GraphStoreFullShipit57IssueRecursiveLinksToPageNode';
|
|
20670
|
-
createdAt: Scalars['DateTime']['output'];
|
|
20671
|
-
from: GraphStoreFullShipit57IssueRecursiveLinksToPageStartNode;
|
|
20672
|
-
id: Scalars['ID']['output'];
|
|
20673
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
20674
|
-
to: GraphStoreFullShipit57IssueRecursiveLinksToPageEndNode;
|
|
20675
|
-
};
|
|
20676
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageStartNode = {
|
|
20677
|
-
__typename?: 'GraphStoreFullShipit57IssueRecursiveLinksToPageStartNode';
|
|
20678
|
-
data?: Maybe<GraphStoreFullShipit57IssueRecursiveLinksToPageStartUnion>;
|
|
20679
|
-
id: Scalars['ID']['output'];
|
|
20680
|
-
};
|
|
20681
|
-
export declare type GraphStoreFullShipit57IssueRecursiveLinksToPageStartUnion = JiraIssue;
|
|
20682
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageConnection = HasPageInfo & {
|
|
20683
|
-
__typename?: 'GraphStoreFullShipit57PullRequestLinksToPageConnection';
|
|
20684
|
-
edges: Array<Maybe<GraphStoreFullShipit57PullRequestLinksToPageEdge>>;
|
|
20685
|
-
nodes: Array<Maybe<GraphStoreFullShipit57PullRequestLinksToPageNode>>;
|
|
20686
|
-
pageInfo: PageInfo;
|
|
20687
|
-
};
|
|
20688
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageEdge = {
|
|
20689
|
-
__typename?: 'GraphStoreFullShipit57PullRequestLinksToPageEdge';
|
|
20690
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
20691
|
-
node: GraphStoreFullShipit57PullRequestLinksToPageNode;
|
|
20692
|
-
};
|
|
20693
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageEndNode = {
|
|
20694
|
-
__typename?: 'GraphStoreFullShipit57PullRequestLinksToPageEndNode';
|
|
20695
|
-
data?: Maybe<GraphStoreFullShipit57PullRequestLinksToPageEndUnion>;
|
|
20696
|
-
id: Scalars['ID']['output'];
|
|
20697
|
-
};
|
|
20698
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageEndUnion = ConfluencePage;
|
|
20699
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageNode = Node & {
|
|
20700
|
-
__typename?: 'GraphStoreFullShipit57PullRequestLinksToPageNode';
|
|
20701
|
-
createdAt: Scalars['DateTime']['output'];
|
|
20702
|
-
from: GraphStoreFullShipit57PullRequestLinksToPageStartNode;
|
|
20703
|
-
id: Scalars['ID']['output'];
|
|
20704
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
20705
|
-
to: GraphStoreFullShipit57PullRequestLinksToPageEndNode;
|
|
20706
|
-
};
|
|
20707
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageStartNode = {
|
|
20708
|
-
__typename?: 'GraphStoreFullShipit57PullRequestLinksToPageStartNode';
|
|
20709
|
-
data?: Maybe<GraphStoreFullShipit57PullRequestLinksToPageStartUnion>;
|
|
20710
|
-
id: Scalars['ID']['output'];
|
|
20711
|
-
};
|
|
20712
|
-
export declare type GraphStoreFullShipit57PullRequestLinksToPageStartUnion = DevOpsPullRequestDetails;
|
|
20713
21256
|
export declare enum GraphStoreFullSprintAssociatedBuildBuildStateOutput {
|
|
20714
21257
|
Cancelled = "CANCELLED",
|
|
20715
21258
|
Failed = "FAILED",
|
|
@@ -21728,6 +22271,7 @@ export declare type GraphStoreJswProjectAssociatedIncidentConditionalFilterInput
|
|
|
21728
22271
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
21729
22272
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
21730
22273
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
22274
|
+
to_affectedServiceAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
21731
22275
|
to_assigneeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
21732
22276
|
to_majorIncident?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
21733
22277
|
to_priority?: InputMaybe<GraphStoreJswProjectAssociatedIncidentJiraIncidentPriorityFilterInput>;
|
|
@@ -21768,6 +22312,7 @@ export declare type GraphStoreJswProjectAssociatedIncidentSortInput = {
|
|
|
21768
22312
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
21769
22313
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
21770
22314
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
22315
|
+
to_affectedServiceAris?: InputMaybe<GraphStoreSortInput>;
|
|
21771
22316
|
to_assigneeAri?: InputMaybe<GraphStoreSortInput>;
|
|
21772
22317
|
to_majorIncident?: InputMaybe<GraphStoreSortInput>;
|
|
21773
22318
|
to_priority?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -22221,11 +22766,46 @@ export declare type GraphStoreProjectAssociatedVulnerabilityVulnerabilityTypeFil
|
|
|
22221
22766
|
is?: InputMaybe<Array<GraphStoreProjectAssociatedVulnerabilityVulnerabilityType>>;
|
|
22222
22767
|
isNot?: InputMaybe<Array<GraphStoreProjectAssociatedVulnerabilityVulnerabilityType>>;
|
|
22223
22768
|
};
|
|
22769
|
+
export declare type GraphStoreProjectHasIssueConditionalFilterInput = {
|
|
22770
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
22771
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
22772
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
22773
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
22774
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22775
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
22776
|
+
to_assigneeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22777
|
+
to_creatorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22778
|
+
to_fixVersionIds?: InputMaybe<GraphStoreLongFilterInput>;
|
|
22779
|
+
to_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22780
|
+
to_issueTypeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22781
|
+
to_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22782
|
+
to_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22783
|
+
};
|
|
22784
|
+
export declare type GraphStoreProjectHasIssueFilterInput = {
|
|
22785
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreProjectHasIssueConditionalFilterInput>>>;
|
|
22786
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreProjectHasIssueConditionalFilterInput>>>;
|
|
22787
|
+
};
|
|
22788
|
+
export declare type GraphStoreProjectHasIssueSortInput = {
|
|
22789
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
22790
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
22791
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
22792
|
+
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
22793
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
22794
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
22795
|
+
to_assigneeAri?: InputMaybe<GraphStoreSortInput>;
|
|
22796
|
+
to_creatorAri?: InputMaybe<GraphStoreSortInput>;
|
|
22797
|
+
to_fixVersionIds?: InputMaybe<GraphStoreSortInput>;
|
|
22798
|
+
to_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
22799
|
+
to_issueTypeAri?: InputMaybe<GraphStoreSortInput>;
|
|
22800
|
+
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
22801
|
+
to_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
22802
|
+
};
|
|
22224
22803
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
22225
22804
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
22226
22805
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
22227
22806
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
22228
22807
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
22808
|
+
to_affectedServiceAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22229
22809
|
to_assigneeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
22230
22810
|
to_majorIncident?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
22231
22811
|
to_priority?: InputMaybe<GraphStoreServiceLinkedIncidentJiraServiceManagementIncidentPriorityFilterInput>;
|
|
@@ -22264,6 +22844,7 @@ export declare type GraphStoreServiceLinkedIncidentSortInput = {
|
|
|
22264
22844
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
22265
22845
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
22266
22846
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
22847
|
+
to_affectedServiceAris?: InputMaybe<GraphStoreSortInput>;
|
|
22267
22848
|
to_assigneeAri?: InputMaybe<GraphStoreSortInput>;
|
|
22268
22849
|
to_majorIncident?: InputMaybe<GraphStoreSortInput>;
|
|
22269
22850
|
to_priority?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -22347,6 +22928,19 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentEdge = {
|
|
|
22347
22928
|
lastUpdated: Scalars['DateTime']['output'];
|
|
22348
22929
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentUnion>;
|
|
22349
22930
|
};
|
|
22931
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection = HasPageInfo & {
|
|
22932
|
+
__typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentInverseConnection';
|
|
22933
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge>>>;
|
|
22934
|
+
pageInfo: PageInfo;
|
|
22935
|
+
};
|
|
22936
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge = {
|
|
22937
|
+
__typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge';
|
|
22938
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22939
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22940
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22941
|
+
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion>;
|
|
22942
|
+
};
|
|
22943
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = DevOpsOperationsComponentDetails;
|
|
22350
22944
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
22351
22945
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
22352
22946
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
@@ -22376,7 +22970,7 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
22376
22970
|
lastUpdated: Scalars['DateTime']['output'];
|
|
22377
22971
|
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
|
|
22378
22972
|
};
|
|
22379
|
-
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsService;
|
|
22973
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
22380
22974
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
22381
22975
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
22382
22976
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
@@ -22462,7 +23056,7 @@ export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLink
|
|
|
22462
23056
|
node?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion>;
|
|
22463
23057
|
};
|
|
22464
23058
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
22465
|
-
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkUnion = JiraIssue | JiraPostIncidentReviewLink;
|
|
23059
|
+
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkUnion = DevOpsOperationsPostIncidentReviewDetails | JiraIssue | JiraPostIncidentReviewLink;
|
|
22466
23060
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewUnion = JiraIssue;
|
|
22467
23061
|
export declare type GraphStoreSimplifiedIncidentHasActionItemConnection = HasPageInfo & HasTotal & {
|
|
22468
23062
|
__typename?: 'GraphStoreSimplifiedIncidentHasActionItemConnection';
|
|
@@ -22641,6 +23235,18 @@ export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge =
|
|
|
22641
23235
|
};
|
|
22642
23236
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseUnion = JiraIssue;
|
|
22643
23237
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagUnion = DevOpsFeatureFlag;
|
|
23238
|
+
export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkConnection = HasPageInfo & {
|
|
23239
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkConnection';
|
|
23240
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkEdge>>>;
|
|
23241
|
+
pageInfo: PageInfo;
|
|
23242
|
+
};
|
|
23243
|
+
export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkEdge = {
|
|
23244
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkEdge';
|
|
23245
|
+
createdAt: Scalars['DateTime']['output'];
|
|
23246
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
23247
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
23248
|
+
node?: Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkUnion>;
|
|
23249
|
+
};
|
|
22644
23250
|
export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseConnection = HasPageInfo & {
|
|
22645
23251
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseConnection';
|
|
22646
23252
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseEdge>>>;
|
|
@@ -22654,6 +23260,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseEdg
|
|
|
22654
23260
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseUnion>;
|
|
22655
23261
|
};
|
|
22656
23262
|
export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkInverseUnion = JiraIssue;
|
|
23263
|
+
export declare type GraphStoreSimplifiedIssueAssociatedIssueRemoteLinkUnion = JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssueRemoteIssueLink | JiraWebRemoteIssueLink;
|
|
22657
23264
|
export declare type GraphStoreSimplifiedIssueAssociatedPrConnection = HasPageInfo & {
|
|
22658
23265
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedPrConnection';
|
|
22659
23266
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedPrEdge>>>;
|
|
@@ -22943,7 +23550,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge
|
|
|
22943
23550
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion>;
|
|
22944
23551
|
};
|
|
22945
23552
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion = JiraProject;
|
|
22946
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsService;
|
|
23553
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
22947
23554
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentConnection = HasPageInfo & HasTotal & {
|
|
22948
23555
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedIncidentConnection';
|
|
22949
23556
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentEdge>>>;
|
|
@@ -23659,10 +24266,12 @@ export declare type GraphStoreSimplifiedProjectExplicitlyAssociatedRepoInverseEd
|
|
|
23659
24266
|
};
|
|
23660
24267
|
export declare type GraphStoreSimplifiedProjectExplicitlyAssociatedRepoInverseUnion = JiraProject;
|
|
23661
24268
|
export declare type GraphStoreSimplifiedProjectExplicitlyAssociatedRepoUnion = DevOpsRepository;
|
|
23662
|
-
export declare type GraphStoreSimplifiedProjectHasIssueConnection = HasPageInfo & {
|
|
24269
|
+
export declare type GraphStoreSimplifiedProjectHasIssueConnection = HasPageInfo & HasTotal & {
|
|
23663
24270
|
__typename?: 'GraphStoreSimplifiedProjectHasIssueConnection';
|
|
23664
24271
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasIssueEdge>>>;
|
|
24272
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
23665
24273
|
pageInfo: PageInfo;
|
|
24274
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
23666
24275
|
};
|
|
23667
24276
|
export declare type GraphStoreSimplifiedProjectHasIssueEdge = {
|
|
23668
24277
|
__typename?: 'GraphStoreSimplifiedProjectHasIssueEdge';
|
|
@@ -23671,10 +24280,12 @@ export declare type GraphStoreSimplifiedProjectHasIssueEdge = {
|
|
|
23671
24280
|
lastUpdated: Scalars['DateTime']['output'];
|
|
23672
24281
|
node?: Maybe<GraphStoreSimplifiedProjectHasIssueUnion>;
|
|
23673
24282
|
};
|
|
23674
|
-
export declare type GraphStoreSimplifiedProjectHasIssueInverseConnection = HasPageInfo & {
|
|
24283
|
+
export declare type GraphStoreSimplifiedProjectHasIssueInverseConnection = HasPageInfo & HasTotal & {
|
|
23675
24284
|
__typename?: 'GraphStoreSimplifiedProjectHasIssueInverseConnection';
|
|
23676
24285
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasIssueInverseEdge>>>;
|
|
24286
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
23677
24287
|
pageInfo: PageInfo;
|
|
24288
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
23678
24289
|
};
|
|
23679
24290
|
export declare type GraphStoreSimplifiedProjectHasIssueInverseEdge = {
|
|
23680
24291
|
__typename?: 'GraphStoreSimplifiedProjectHasIssueInverseEdge';
|
|
@@ -24963,7 +25574,6 @@ export declare type HelpCenterBulkUpdateTopicInput = {
|
|
|
24963
25574
|
export declare type HelpCenterContentGapIndicator = {
|
|
24964
25575
|
__typename?: 'HelpCenterContentGapIndicator';
|
|
24965
25576
|
clusterId: Scalars['ID']['output'];
|
|
24966
|
-
coverage: Scalars['Float']['output'];
|
|
24967
25577
|
keywords: Scalars['String']['output'];
|
|
24968
25578
|
questionsCount: Scalars['Int']['output'];
|
|
24969
25579
|
};
|
|
@@ -25271,6 +25881,7 @@ export declare type HelpCenterQueryApiHelpCentersArgs = {
|
|
|
25271
25881
|
export declare type HelpCenterQueryApiHelpCentersListArgs = {
|
|
25272
25882
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25273
25883
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25884
|
+
sortOrder: HelpCenterSortOrder;
|
|
25274
25885
|
workspaceAri: Scalars['ID']['input'];
|
|
25275
25886
|
};
|
|
25276
25887
|
export declare type HelpCenterQueryApiHelpDeskByIdArgs = {
|
|
@@ -25312,6 +25923,10 @@ export declare type HelpCenterReportingPerformanceIndicatorsWithMetaData = {
|
|
|
25312
25923
|
refreshedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
25313
25924
|
};
|
|
25314
25925
|
export declare type HelpCenterReportingResult = HelpCenterReporting | QueryError;
|
|
25926
|
+
export declare enum HelpCenterSortOrder {
|
|
25927
|
+
CreatedDateAscending = "CREATED_DATE_ASCENDING",
|
|
25928
|
+
CreatedDateDescending = "CREATED_DATE_DESCENDING"
|
|
25929
|
+
}
|
|
25315
25930
|
export declare type HelpCenterSuccessfullyCreatedTopicIds = {
|
|
25316
25931
|
__typename?: 'HelpCenterSuccessfullyCreatedTopicIds';
|
|
25317
25932
|
helpCenterId: Scalars['ID']['output'];
|
|
@@ -26440,9 +27055,13 @@ export declare type InlineColumnEditConfig = {
|
|
|
26440
27055
|
};
|
|
26441
27056
|
export declare type Insights = {
|
|
26442
27057
|
__typename?: 'Insights';
|
|
27058
|
+
githubOnboardingDetails: InsightsGithubOnboardingDetails;
|
|
26443
27059
|
nextBestTasksByContextAri: Array<InsightsNextBestTask>;
|
|
26444
27060
|
nextBestTasksByContextAriPaginated: InsightsNextBestTaskConnection;
|
|
26445
27061
|
};
|
|
27062
|
+
export declare type InsightsGithubOnboardingDetailsArgs = {
|
|
27063
|
+
cloudId: Scalars['ID']['input'];
|
|
27064
|
+
};
|
|
26446
27065
|
export declare type InsightsNextBestTasksByContextAriArgs = {
|
|
26447
27066
|
contextAri: InsightsContextAri;
|
|
26448
27067
|
statusId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26551,6 +27170,11 @@ export declare enum InsightsEnvironmentType {
|
|
|
26551
27170
|
Testing = "TESTING",
|
|
26552
27171
|
Unmapped = "UNMAPPED"
|
|
26553
27172
|
}
|
|
27173
|
+
export declare type InsightsGithubOnboardingDetails = {
|
|
27174
|
+
__typename?: 'InsightsGithubOnboardingDetails';
|
|
27175
|
+
outboundAuthUrl: Scalars['String']['output'];
|
|
27176
|
+
recommendationVisibility: InsightsRecommendationVisibility;
|
|
27177
|
+
};
|
|
26554
27178
|
export declare type InsightsMutation = {
|
|
26555
27179
|
__typename?: 'InsightsMutation';
|
|
26556
27180
|
purgeUserActionStateForCurrentUser?: Maybe<InsightsActionNextBestTaskPayload>;
|
|
@@ -26640,6 +27264,12 @@ export declare type InsightsPullRequestReviewTask = InsightsNextBestTaskCommon &
|
|
|
26640
27264
|
export declare type InsightsPurgeUserActionStateInput = {
|
|
26641
27265
|
cloudId: Scalars['ID']['input'];
|
|
26642
27266
|
};
|
|
27267
|
+
export declare enum InsightsRecommendationVisibility {
|
|
27268
|
+
Hidden = "HIDDEN",
|
|
27269
|
+
Removed = "REMOVED",
|
|
27270
|
+
Snoozed = "SNOOZED",
|
|
27271
|
+
Visible = "VISIBLE"
|
|
27272
|
+
}
|
|
26643
27273
|
export declare enum InsightsTaskType {
|
|
26644
27274
|
BlockingIssue = "BLOCKING_ISSUE",
|
|
26645
27275
|
BuildFailed = "BUILD_FAILED",
|
|
@@ -27229,6 +27859,10 @@ export declare type JiraAdfToConvertedPlainText = {
|
|
|
27229
27859
|
isTruncated?: Maybe<Scalars['Boolean']['output']>;
|
|
27230
27860
|
plainText?: Maybe<Scalars['String']['output']>;
|
|
27231
27861
|
};
|
|
27862
|
+
export declare type JiraAdjustmentEstimate = {
|
|
27863
|
+
adjustEstimateType: JiraWorklogAdjustmentEstimateOperation;
|
|
27864
|
+
adjustTimeInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
27865
|
+
};
|
|
27232
27866
|
export declare type JiraAdminRichTextFieldConfig = {
|
|
27233
27867
|
__typename?: 'JiraAdminRichTextFieldConfig';
|
|
27234
27868
|
aiEnabledByProject?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -27567,7 +28201,7 @@ export declare type JiraAttachmentFieldPayload = Payload & {
|
|
|
27567
28201
|
};
|
|
27568
28202
|
export declare type JiraAttachmentFilterInput = {
|
|
27569
28203
|
authorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27570
|
-
dateRange?: InputMaybe<
|
|
28204
|
+
dateRange?: InputMaybe<JiraDateTimeRange>;
|
|
27571
28205
|
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
27572
28206
|
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27573
28207
|
};
|
|
@@ -27580,8 +28214,8 @@ export declare type JiraAttachmentSearchViewContext = {
|
|
|
27580
28214
|
};
|
|
27581
28215
|
export declare type JiraAttachmentSearchViewContextInput = {
|
|
27582
28216
|
authorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27583
|
-
createdAfter?: InputMaybe<Scalars['
|
|
27584
|
-
createdBefore?: InputMaybe<Scalars['
|
|
28217
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28218
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27585
28219
|
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
27586
28220
|
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27587
28221
|
projectKeys: Array<Scalars['String']['input']>;
|
|
@@ -27703,6 +28337,7 @@ export declare type JiraAutodevPullRequestEdge = {
|
|
|
27703
28337
|
node?: Maybe<JiraAutodevPullRequest>;
|
|
27704
28338
|
};
|
|
27705
28339
|
export declare enum JiraAutodevState {
|
|
28340
|
+
Cancelled = "CANCELLED",
|
|
27706
28341
|
CodeGenerating = "CODE_GENERATING",
|
|
27707
28342
|
CodeGenerationFail = "CODE_GENERATION_FAIL",
|
|
27708
28343
|
CodeGenerationReady = "CODE_GENERATION_READY",
|
|
@@ -27713,7 +28348,8 @@ export declare enum JiraAutodevState {
|
|
|
27713
28348
|
PlanGenerationSuccess = "PLAN_GENERATION_SUCCESS",
|
|
27714
28349
|
PullrequestCreating = "PULLREQUEST_CREATING",
|
|
27715
28350
|
PullrequestCreationFail = "PULLREQUEST_CREATION_FAIL",
|
|
27716
|
-
PullrequestCreationSuccess = "PULLREQUEST_CREATION_SUCCESS"
|
|
28351
|
+
PullrequestCreationSuccess = "PULLREQUEST_CREATION_SUCCESS",
|
|
28352
|
+
Unknown = "UNKNOWN"
|
|
27717
28353
|
}
|
|
27718
28354
|
export declare enum JiraAutodevStatus {
|
|
27719
28355
|
Cancelled = "CANCELLED",
|
|
@@ -27790,6 +28426,14 @@ export declare enum JiraBitbucketWorkspaceApprovalState {
|
|
|
27790
28426
|
Approved = "APPROVED",
|
|
27791
28427
|
PendingApproval = "PENDING_APPROVAL"
|
|
27792
28428
|
}
|
|
28429
|
+
export declare type JiraBoard = Node & {
|
|
28430
|
+
__typename?: 'JiraBoard';
|
|
28431
|
+
boardId?: Maybe<Scalars['Long']['output']>;
|
|
28432
|
+
boardUrl?: Maybe<Scalars['URL']['output']>;
|
|
28433
|
+
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
28434
|
+
id: Scalars['ID']['output'];
|
|
28435
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
28436
|
+
};
|
|
27793
28437
|
export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
27794
28438
|
__typename?: 'JiraBooleanField';
|
|
27795
28439
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -27830,7 +28474,6 @@ export declare type JiraBulkEditInput = {
|
|
|
27830
28474
|
editedFieldsInput: JiraIssueFieldsInput;
|
|
27831
28475
|
selectedActions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
27832
28476
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
27833
|
-
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27834
28477
|
};
|
|
27835
28478
|
export declare enum JiraBulkEditMultiSelectFieldOptions {
|
|
27836
28479
|
Add = "ADD",
|
|
@@ -27854,6 +28497,7 @@ export declare type JiraBulkEditResponseBulkEditFieldsArgs = {
|
|
|
27854
28497
|
export declare type JiraBulkOperationInput = {
|
|
27855
28498
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
27856
28499
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
28500
|
+
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27857
28501
|
};
|
|
27858
28502
|
export declare enum JiraBulkOperationType {
|
|
27859
28503
|
BulkEdit = "BULK_EDIT",
|
|
@@ -27928,7 +28572,6 @@ export declare type JiraBulkTransitionScreenResponseBulkTransitionsScreenArgs =
|
|
|
27928
28572
|
};
|
|
27929
28573
|
export declare type JiraBulkTransitionsInput = {
|
|
27930
28574
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
27931
|
-
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27932
28575
|
transitionId: Scalars['String']['input'];
|
|
27933
28576
|
transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
|
|
27934
28577
|
};
|
|
@@ -28207,6 +28850,7 @@ export declare type JiraClassicConnectDevOpsProvider = JiraDevOpsProvider & {
|
|
|
28207
28850
|
export declare type JiraClassificationLevel = {
|
|
28208
28851
|
__typename?: 'JiraClassificationLevel';
|
|
28209
28852
|
color?: Maybe<JiraColor>;
|
|
28853
|
+
definition?: Maybe<Scalars['String']['output']>;
|
|
28210
28854
|
guidelines?: Maybe<Scalars['String']['output']>;
|
|
28211
28855
|
id: Scalars['ID']['output'];
|
|
28212
28856
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -28228,6 +28872,10 @@ export declare type JiraClassificationLevelFilterInput = {
|
|
|
28228
28872
|
filterByStatus: Array<JiraClassificationLevelStatus>;
|
|
28229
28873
|
filterByType: Array<JiraClassificationLevelType>;
|
|
28230
28874
|
};
|
|
28875
|
+
export declare enum JiraClassificationLevelSource {
|
|
28876
|
+
Issue = "ISSUE",
|
|
28877
|
+
Project = "PROJECT"
|
|
28878
|
+
}
|
|
28231
28879
|
export declare enum JiraClassificationLevelStatus {
|
|
28232
28880
|
Archived = "ARCHIVED",
|
|
28233
28881
|
Draft = "DRAFT",
|
|
@@ -28841,6 +29489,7 @@ export declare type JiraCustomFilter = JiraFilter & Node & {
|
|
|
28841
29489
|
editGrants?: Maybe<JiraShareableEntityEditGrantConnection>;
|
|
28842
29490
|
emailSubscriptions?: Maybe<JiraFilterEmailSubscriptionConnection>;
|
|
28843
29491
|
filterId: Scalars['String']['output'];
|
|
29492
|
+
filterUrl?: Maybe<Scalars['URL']['output']>;
|
|
28844
29493
|
id: Scalars['ID']['output'];
|
|
28845
29494
|
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
28846
29495
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -28895,6 +29544,14 @@ export declare type JiraCustomRemoteIssueLink = {
|
|
|
28895
29544
|
summary?: Maybe<Scalars['String']['output']>;
|
|
28896
29545
|
title?: Maybe<Scalars['String']['output']>;
|
|
28897
29546
|
};
|
|
29547
|
+
export declare type JiraDashboard = Node & {
|
|
29548
|
+
__typename?: 'JiraDashboard';
|
|
29549
|
+
dashboardId?: Maybe<Scalars['Long']['output']>;
|
|
29550
|
+
dashboardUrl?: Maybe<Scalars['URL']['output']>;
|
|
29551
|
+
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
29552
|
+
id: Scalars['ID']['output'];
|
|
29553
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
29554
|
+
};
|
|
28898
29555
|
export declare type JiraDataClassification = {
|
|
28899
29556
|
__typename?: 'JiraDataClassification';
|
|
28900
29557
|
color?: Maybe<JiraColor>;
|
|
@@ -28907,6 +29564,7 @@ export declare type JiraDataClassificationField = JiraIssueField & JiraIssueFiel
|
|
|
28907
29564
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
28908
29565
|
classification?: Maybe<JiraDataClassification>;
|
|
28909
29566
|
classificationLevel?: Maybe<JiraClassificationLevel>;
|
|
29567
|
+
classificationLevelSource?: Maybe<JiraClassificationLevelSource>;
|
|
28910
29568
|
classificationLevels?: Maybe<JiraClassificationLevelConnection>;
|
|
28911
29569
|
defaultClassificationLevel?: Maybe<JiraClassificationLevel>;
|
|
28912
29570
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -28967,10 +29625,6 @@ export declare type JiraDatePickerField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
28967
29625
|
type: Scalars['String']['output'];
|
|
28968
29626
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
28969
29627
|
};
|
|
28970
|
-
export declare type JiraDateRange = {
|
|
28971
|
-
after?: InputMaybe<Scalars['Date']['input']>;
|
|
28972
|
-
before?: InputMaybe<Scalars['Date']['input']>;
|
|
28973
|
-
};
|
|
28974
29628
|
export declare type JiraDateTimeFieldInput = {
|
|
28975
29629
|
dateTime: JiraDateTimeInput;
|
|
28976
29630
|
fieldId: Scalars['ID']['input'];
|
|
@@ -29001,6 +29655,10 @@ export declare type JiraDateTimePickerField = JiraIssueField & JiraIssueFieldCon
|
|
|
29001
29655
|
type: Scalars['String']['output'];
|
|
29002
29656
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
29003
29657
|
};
|
|
29658
|
+
export declare type JiraDateTimeRange = {
|
|
29659
|
+
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
29660
|
+
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
29661
|
+
};
|
|
29004
29662
|
export declare type JiraDateTimeWindow = {
|
|
29005
29663
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
29006
29664
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -29158,6 +29816,7 @@ export declare type JiraDevOpsMutation = {
|
|
|
29158
29816
|
saveAutodevPlan?: Maybe<JiraAutodevBasicPayload>;
|
|
29159
29817
|
setProjectSelectedDeploymentAppsProperty?: Maybe<JiraSetProjectSelectedDeploymentAppsPropertyPayload>;
|
|
29160
29818
|
startAutodev?: Maybe<JiraAutodevBasicPayload>;
|
|
29819
|
+
stopAutodevJob?: Maybe<JiraAutodevBasicPayload>;
|
|
29161
29820
|
updateAssociations?: Maybe<JiraDevOpsUpdateAssociationsPayload>;
|
|
29162
29821
|
};
|
|
29163
29822
|
export declare type JiraDevOpsMutationApproveJiraBitbucketWorkspaceAccessRequestArgs = {
|
|
@@ -29214,6 +29873,13 @@ export declare type JiraDevOpsMutationSetProjectSelectedDeploymentAppsPropertyAr
|
|
|
29214
29873
|
input: JiraSetProjectSelectedDeploymentAppsPropertyInput;
|
|
29215
29874
|
};
|
|
29216
29875
|
export declare type JiraDevOpsMutationStartAutodevArgs = {
|
|
29876
|
+
acceptanceCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
29877
|
+
currentState?: InputMaybe<Scalars['String']['input']>;
|
|
29878
|
+
desiredState?: InputMaybe<Scalars['String']['input']>;
|
|
29879
|
+
issueAri: Scalars['ID']['input'];
|
|
29880
|
+
jobId: Scalars['ID']['input'];
|
|
29881
|
+
};
|
|
29882
|
+
export declare type JiraDevOpsMutationStopAutodevJobArgs = {
|
|
29217
29883
|
issueAri: Scalars['ID']['input'];
|
|
29218
29884
|
jobId: Scalars['ID']['input'];
|
|
29219
29885
|
};
|
|
@@ -29445,7 +30111,7 @@ export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
29445
30111
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
29446
30112
|
type: Scalars['String']['output'];
|
|
29447
30113
|
};
|
|
29448
|
-
export declare type JiraFavourite = JiraCustomFilter | JiraProject | JiraSystemFilter;
|
|
30114
|
+
export declare type JiraFavourite = JiraBoard | JiraCustomFilter | JiraDashboard | JiraPlan | JiraProject | JiraSystemFilter;
|
|
29449
30115
|
export declare type JiraFavouriteConnection = {
|
|
29450
30116
|
__typename?: 'JiraFavouriteConnection';
|
|
29451
30117
|
edges?: Maybe<Array<Maybe<JiraFavouriteEdge>>>;
|
|
@@ -29460,7 +30126,10 @@ export declare type JiraFavouriteFilter = {
|
|
|
29460
30126
|
type: JiraFavouriteType;
|
|
29461
30127
|
};
|
|
29462
30128
|
export declare enum JiraFavouriteType {
|
|
30129
|
+
Board = "BOARD",
|
|
30130
|
+
Dashboard = "DASHBOARD",
|
|
29463
30131
|
Filter = "FILTER",
|
|
30132
|
+
Plan = "PLAN",
|
|
29464
30133
|
Project = "PROJECT"
|
|
29465
30134
|
}
|
|
29466
30135
|
export declare type JiraFavouriteValue = Node & {
|
|
@@ -29517,6 +30186,7 @@ export declare type JiraFieldType = {
|
|
|
29517
30186
|
};
|
|
29518
30187
|
export declare type JiraFilter = {
|
|
29519
30188
|
filterId: Scalars['String']['output'];
|
|
30189
|
+
filterUrl?: Maybe<Scalars['URL']['output']>;
|
|
29520
30190
|
id: Scalars['ID']['output'];
|
|
29521
30191
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
29522
30192
|
jql: Scalars['String']['output'];
|
|
@@ -30024,6 +30694,7 @@ export declare type JiraIssue = Node & {
|
|
|
30024
30694
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
30025
30695
|
duedate?: Maybe<Scalars['DateTime']['output']>;
|
|
30026
30696
|
errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
|
|
30697
|
+
fieldByIdOrAlias?: Maybe<JiraIssueField>;
|
|
30027
30698
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
30028
30699
|
fieldSetsById?: Maybe<JiraIssueFieldSetConnection>;
|
|
30029
30700
|
fieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
@@ -30078,6 +30749,10 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
30078
30749
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30079
30750
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30080
30751
|
};
|
|
30752
|
+
export declare type JiraIssueFieldByIdOrAliasArgs = {
|
|
30753
|
+
idsOrAlias?: InputMaybe<Scalars['String']['input']>;
|
|
30754
|
+
ignoreMissingField?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30755
|
+
};
|
|
30081
30756
|
export declare type JiraIssueFieldSetsArgs = {
|
|
30082
30757
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30083
30758
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30202,6 +30877,8 @@ export declare type JiraIssueBulkOperationFailureEdge = {
|
|
|
30202
30877
|
export declare type JiraIssueBulkOperationProgress = {
|
|
30203
30878
|
__typename?: 'JiraIssueBulkOperationProgress';
|
|
30204
30879
|
bulkOperationFailures?: Maybe<JiraIssueBulkOperationFailureConnection>;
|
|
30880
|
+
editedAccessibleIssues?: Maybe<JiraIssueConnection>;
|
|
30881
|
+
editedInaccessibleIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
30205
30882
|
progress?: Maybe<Scalars['Long']['output']>;
|
|
30206
30883
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
30207
30884
|
status?: Maybe<JiraLongRunningTaskStatus>;
|
|
@@ -30217,6 +30894,12 @@ export declare type JiraIssueBulkOperationProgressBulkOperationFailuresArgs = {
|
|
|
30217
30894
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30218
30895
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30219
30896
|
};
|
|
30897
|
+
export declare type JiraIssueBulkOperationProgressEditedAccessibleIssuesArgs = {
|
|
30898
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30899
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
30900
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30901
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30902
|
+
};
|
|
30220
30903
|
export declare type JiraIssueBulkOperationProgressSuccessfulIssuesArgs = {
|
|
30221
30904
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30222
30905
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30920,6 +31603,16 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
30920
31603
|
success: Scalars['Boolean']['output'];
|
|
30921
31604
|
view?: Maybe<JiraIssueSearchView>;
|
|
30922
31605
|
};
|
|
31606
|
+
export declare type JiraIssueTransitionComment = {
|
|
31607
|
+
__typename?: 'JiraIssueTransitionComment';
|
|
31608
|
+
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
31609
|
+
mediaContext?: Maybe<JiraMediaContext>;
|
|
31610
|
+
types?: Maybe<Array<Maybe<JiraIssueTransitionCommentType>>>;
|
|
31611
|
+
};
|
|
31612
|
+
export declare enum JiraIssueTransitionCommentType {
|
|
31613
|
+
InternalNote = "INTERNAL_NOTE",
|
|
31614
|
+
ReplyToCustomer = "REPLY_TO_CUSTOMER"
|
|
31615
|
+
}
|
|
30923
31616
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
30924
31617
|
JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
|
|
30925
31618
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
@@ -30944,7 +31637,9 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
30944
31637
|
JiraSingleSelectUserPickerField?: InputMaybe<Array<JiraUpdateSingleSelectUserPickerFieldInput>>;
|
|
30945
31638
|
JiraSprintField?: InputMaybe<Array<JiraUpdateSprintFieldInput>>;
|
|
30946
31639
|
JiraTeamViewField?: InputMaybe<Array<JiraUpdateTeamFieldInput>>;
|
|
31640
|
+
JiraTimeTrackingField?: InputMaybe<Array<JiraUpdateTimeTrackingFieldInput>>;
|
|
30947
31641
|
JiraUrlField?: InputMaybe<Array<JiraUpdateUrlFieldInput>>;
|
|
31642
|
+
JiraWorkLogField?: InputMaybe<Array<JiraUpdateWorklogFieldInputForIssueTransitions>>;
|
|
30948
31643
|
};
|
|
30949
31644
|
export declare enum JiraIssueTransitionLayoutMessageType {
|
|
30950
31645
|
Error = "ERROR",
|
|
@@ -30961,6 +31656,7 @@ export declare type JiraIssueTransitionMessage = {
|
|
|
30961
31656
|
};
|
|
30962
31657
|
export declare type JiraIssueTransitionModal = {
|
|
30963
31658
|
__typename?: 'JiraIssueTransitionModal';
|
|
31659
|
+
comment?: Maybe<JiraIssueTransitionComment>;
|
|
30964
31660
|
contentSections?: Maybe<JiraScreenTabLayout>;
|
|
30965
31661
|
description?: Maybe<Scalars['String']['output']>;
|
|
30966
31662
|
issue?: Maybe<JiraIssue>;
|
|
@@ -31942,6 +32638,7 @@ export declare type JiraMultipleSelectUserPickerFieldSelectedUsersConnectionArgs
|
|
|
31942
32638
|
export declare type JiraMultipleSelectUserPickerFieldUsersArgs = {
|
|
31943
32639
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31944
32640
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
32641
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
31945
32642
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31946
32643
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31947
32644
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -32079,6 +32776,7 @@ export declare type JiraMutation = {
|
|
|
32079
32776
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
32080
32777
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
32081
32778
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
32779
|
+
renameNavigationItem?: Maybe<JiraRenameNavigationItemPayload>;
|
|
32082
32780
|
replaceIssueSearchViewFieldSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
32083
32781
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
32084
32782
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
@@ -32097,6 +32795,7 @@ export declare type JiraMutation = {
|
|
|
32097
32795
|
updateDataClassificationField?: Maybe<JiraDataClassificationFieldPayload>;
|
|
32098
32796
|
updateDateField?: Maybe<JiraDateFieldPayload>;
|
|
32099
32797
|
updateDateTimeField?: Maybe<JiraDateTimeFieldPayload>;
|
|
32798
|
+
updateEntitlementField?: Maybe<JiraServiceManagementEntitlementFieldPayload>;
|
|
32100
32799
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
32101
32800
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
32102
32801
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
@@ -32313,6 +33012,9 @@ export declare type JiraMutationRemovePostIncidentReviewLinkArgs = {
|
|
|
32313
33012
|
export declare type JiraMutationRemoveRelatedWorkFromVersionArgs = {
|
|
32314
33013
|
input: JiraRemoveRelatedWorkFromVersionInput;
|
|
32315
33014
|
};
|
|
33015
|
+
export declare type JiraMutationRenameNavigationItemArgs = {
|
|
33016
|
+
input: JiraRenameNavigationItemInput;
|
|
33017
|
+
};
|
|
32316
33018
|
export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
32317
33019
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
32318
33020
|
id: Scalars['ID']['input'];
|
|
@@ -32371,6 +33073,9 @@ export declare type JiraMutationUpdateDateFieldArgs = {
|
|
|
32371
33073
|
export declare type JiraMutationUpdateDateTimeFieldArgs = {
|
|
32372
33074
|
input: JiraUpdateDateTimeFieldInput;
|
|
32373
33075
|
};
|
|
33076
|
+
export declare type JiraMutationUpdateEntitlementFieldArgs = {
|
|
33077
|
+
input: JiraServiceManagementUpdateEntitlementFieldInput;
|
|
33078
|
+
};
|
|
32374
33079
|
export declare type JiraMutationUpdateGlobalNotificationOptionsArgs = {
|
|
32375
33080
|
cloudId: Scalars['ID']['input'];
|
|
32376
33081
|
input: JiraUpdateNotificationOptionsInput;
|
|
@@ -32849,6 +33554,7 @@ export declare type JiraOAuthDevOpsProvider = JiraDevOpsProvider & {
|
|
|
32849
33554
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
32850
33555
|
};
|
|
32851
33556
|
export declare type JiraOnIssueCreatedForUserResponseType = JiraIssueAndProject | JiraProjectConnection;
|
|
33557
|
+
export declare type JiraOnSuggestedChildIssueResult = JiraSuggestedChildIssueError | JiraSuggestedChildIssueStatus | JiraSuggestedIssue;
|
|
32852
33558
|
export declare type JiraOpsgenieTeam = Node & {
|
|
32853
33559
|
__typename?: 'JiraOpsgenieTeam';
|
|
32854
33560
|
id: Scalars['ID']['output'];
|
|
@@ -33174,8 +33880,10 @@ export declare enum JiraPermissionType {
|
|
|
33174
33880
|
}
|
|
33175
33881
|
export declare type JiraPlan = Node & {
|
|
33176
33882
|
__typename?: 'JiraPlan';
|
|
33883
|
+
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
33177
33884
|
id: Scalars['ID']['output'];
|
|
33178
33885
|
planId?: Maybe<Scalars['Long']['output']>;
|
|
33886
|
+
planUrl?: Maybe<Scalars['URL']['output']>;
|
|
33179
33887
|
title?: Maybe<Scalars['String']['output']>;
|
|
33180
33888
|
};
|
|
33181
33889
|
export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
@@ -33334,6 +34042,7 @@ export declare type JiraProject = Node & {
|
|
|
33334
34042
|
lead?: Maybe<User>;
|
|
33335
34043
|
leadId?: Maybe<Scalars['ID']['output']>;
|
|
33336
34044
|
linkedDocumentationContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
34045
|
+
linkedOperationsComponentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentConnection>;
|
|
33337
34046
|
linkedOperationsIncidentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentConnection>;
|
|
33338
34047
|
linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
33339
34048
|
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
|
|
@@ -33357,6 +34066,7 @@ export declare type JiraProject = Node & {
|
|
|
33357
34066
|
totalLinkedSecurityVulnerabilityCount?: Maybe<Scalars['Int']['output']>;
|
|
33358
34067
|
uuid?: Maybe<Scalars['ID']['output']>;
|
|
33359
34068
|
versions?: Maybe<JiraVersionConnection>;
|
|
34069
|
+
versionsV2?: Maybe<JiraVersionConnectionResult>;
|
|
33360
34070
|
virtualAgentConfiguration?: Maybe<VirtualAgentConfigurationResult>;
|
|
33361
34071
|
};
|
|
33362
34072
|
export declare type JiraProjectActionArgs = {
|
|
@@ -33411,10 +34121,15 @@ export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
|
33411
34121
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33412
34122
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
33413
34123
|
};
|
|
34124
|
+
export declare type JiraProjectLinkedOperationsComponentsByProjectArgs = {
|
|
34125
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34126
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34127
|
+
};
|
|
33414
34128
|
export declare type JiraProjectLinkedOperationsIncidentsByProjectArgs = {
|
|
33415
34129
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33416
34130
|
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
33417
34131
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34132
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
33418
34133
|
};
|
|
33419
34134
|
export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
33420
34135
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33467,6 +34182,17 @@ export declare type JiraProjectVersionsArgs = {
|
|
|
33467
34182
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
33468
34183
|
sortBy?: InputMaybe<JiraVersionSortInput>;
|
|
33469
34184
|
};
|
|
34185
|
+
export declare type JiraProjectVersionsV2Args = {
|
|
34186
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34187
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
34188
|
+
filter?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
34189
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34190
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
34191
|
+
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
34192
|
+
releaseDateBefore?: InputMaybe<Scalars['Date']['input']>;
|
|
34193
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
34194
|
+
sortBy?: InputMaybe<JiraVersionSortInput>;
|
|
34195
|
+
};
|
|
33470
34196
|
export declare type JiraProjectAction = {
|
|
33471
34197
|
__typename?: 'JiraProjectAction';
|
|
33472
34198
|
canPerform: Scalars['Boolean']['output'];
|
|
@@ -33747,12 +34473,17 @@ export declare type JiraProjectListViewTemplateItem = {
|
|
|
33747
34473
|
__typename?: 'JiraProjectListViewTemplateItem';
|
|
33748
34474
|
canCreate?: Maybe<Scalars['Boolean']['output']>;
|
|
33749
34475
|
description?: Maybe<Scalars['String']['output']>;
|
|
34476
|
+
iconDarkUrl?: Maybe<Scalars['URL']['output']>;
|
|
33750
34477
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
33751
34478
|
isLastUsed?: Maybe<Scalars['Boolean']['output']>;
|
|
33752
34479
|
isPremiumOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
33753
34480
|
isProductLicensed?: Maybe<Scalars['Boolean']['output']>;
|
|
33754
34481
|
key?: Maybe<Scalars['String']['output']>;
|
|
34482
|
+
previewDarkUrl?: Maybe<Scalars['URL']['output']>;
|
|
34483
|
+
previewUrl?: Maybe<Scalars['URL']['output']>;
|
|
33755
34484
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
34485
|
+
recommendationSessionId?: Maybe<Scalars['String']['output']>;
|
|
34486
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
33756
34487
|
title?: Maybe<Scalars['String']['output']>;
|
|
33757
34488
|
};
|
|
33758
34489
|
export declare type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
@@ -33994,6 +34725,7 @@ export declare type JiraQuery = {
|
|
|
33994
34725
|
jwmNavigationByProjectKey?: Maybe<JiraWorkManagementNavigation>;
|
|
33995
34726
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverviewResult>;
|
|
33996
34727
|
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
34728
|
+
jwmSavedViewById?: Maybe<JiraWorkManagementSavedView>;
|
|
33997
34729
|
jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
|
|
33998
34730
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
33999
34731
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
@@ -34442,6 +35174,9 @@ export declare type JiraQueryJwmOverviewsArgs = {
|
|
|
34442
35174
|
cloudId: Scalars['ID']['input'];
|
|
34443
35175
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34444
35176
|
};
|
|
35177
|
+
export declare type JiraQueryJwmSavedViewByIdArgs = {
|
|
35178
|
+
id: Scalars['ID']['input'];
|
|
35179
|
+
};
|
|
34445
35180
|
export declare type JiraQueryJwmSavedViewsByProjectArgs = {
|
|
34446
35181
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34447
35182
|
cloudId: Scalars['ID']['input'];
|
|
@@ -34663,6 +35398,8 @@ export declare type JiraQueryVersionsForProjectsArgs = {
|
|
|
34663
35398
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34664
35399
|
jiraProjectIds: Array<Scalars['ID']['input']>;
|
|
34665
35400
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
35401
|
+
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
35402
|
+
releaseDateBefore?: InputMaybe<Scalars['Date']['input']>;
|
|
34666
35403
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
34667
35404
|
};
|
|
34668
35405
|
export declare type JiraQueryViewPermissionSchemeArgs = {
|
|
@@ -34927,6 +35664,16 @@ export declare type JiraRemoveRelatedWorkFromVersionPayload = Payload & {
|
|
|
34927
35664
|
errors?: Maybe<Array<MutationError>>;
|
|
34928
35665
|
success: Scalars['Boolean']['output'];
|
|
34929
35666
|
};
|
|
35667
|
+
export declare type JiraRenameNavigationItemInput = {
|
|
35668
|
+
id: Scalars['ID']['input'];
|
|
35669
|
+
label: Scalars['String']['input'];
|
|
35670
|
+
};
|
|
35671
|
+
export declare type JiraRenameNavigationItemPayload = Payload & {
|
|
35672
|
+
__typename?: 'JiraRenameNavigationItemPayload';
|
|
35673
|
+
errors?: Maybe<Array<MutationError>>;
|
|
35674
|
+
navigationItem?: Maybe<JiraNavigationItem>;
|
|
35675
|
+
success: Scalars['Boolean']['output'];
|
|
35676
|
+
};
|
|
34930
35677
|
export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
34931
35678
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34932
35679
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35649,11 +36396,17 @@ export declare type JiraServiceManagementDueDatePreviewField = JiraServiceManage
|
|
|
35649
36396
|
required?: Maybe<Scalars['Boolean']['output']>;
|
|
35650
36397
|
type?: Maybe<Scalars['String']['output']>;
|
|
35651
36398
|
};
|
|
36399
|
+
export declare type JiraServiceManagementEntitledEntity = JiraServiceManagementEntitlementCustomer | JiraServiceManagementEntitlementOrganization;
|
|
35652
36400
|
export declare type JiraServiceManagementEntitlement = Node & {
|
|
35653
36401
|
__typename?: 'JiraServiceManagementEntitlement';
|
|
36402
|
+
entity?: Maybe<JiraServiceManagementEntitledEntity>;
|
|
35654
36403
|
id: Scalars['ID']['output'];
|
|
35655
36404
|
product?: Maybe<JiraServiceManagementProduct>;
|
|
35656
36405
|
};
|
|
36406
|
+
export declare type JiraServiceManagementEntitlementCustomer = {
|
|
36407
|
+
__typename?: 'JiraServiceManagementEntitlementCustomer';
|
|
36408
|
+
id: Scalars['ID']['output'];
|
|
36409
|
+
};
|
|
35657
36410
|
export declare type JiraServiceManagementEntitlementField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
35658
36411
|
__typename?: 'JiraServiceManagementEntitlementField';
|
|
35659
36412
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -35667,6 +36420,16 @@ export declare type JiraServiceManagementEntitlementField = JiraIssueField & Jir
|
|
|
35667
36420
|
type: Scalars['String']['output'];
|
|
35668
36421
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
35669
36422
|
};
|
|
36423
|
+
export declare type JiraServiceManagementEntitlementFieldPayload = Payload & {
|
|
36424
|
+
__typename?: 'JiraServiceManagementEntitlementFieldPayload';
|
|
36425
|
+
errors?: Maybe<Array<MutationError>>;
|
|
36426
|
+
field?: Maybe<JiraServiceManagementEntitlementField>;
|
|
36427
|
+
success: Scalars['Boolean']['output'];
|
|
36428
|
+
};
|
|
36429
|
+
export declare type JiraServiceManagementEntitlementOrganization = {
|
|
36430
|
+
__typename?: 'JiraServiceManagementEntitlementOrganization';
|
|
36431
|
+
id: Scalars['ID']['output'];
|
|
36432
|
+
};
|
|
35670
36433
|
export declare type JiraServiceManagementFeedback = {
|
|
35671
36434
|
__typename?: 'JiraServiceManagementFeedback';
|
|
35672
36435
|
rating?: Maybe<Scalars['Int']['output']>;
|
|
@@ -36099,6 +36862,14 @@ export declare type JiraServiceManagementUnknownPreviewField = JiraServiceManage
|
|
|
36099
36862
|
required?: Maybe<Scalars['Boolean']['output']>;
|
|
36100
36863
|
type?: Maybe<Scalars['String']['output']>;
|
|
36101
36864
|
};
|
|
36865
|
+
export declare type JiraServiceManagementUpdateEntitlementFieldInput = {
|
|
36866
|
+
id: Scalars['ID']['input'];
|
|
36867
|
+
operation?: InputMaybe<JiraServiceManagementUpdateEntitlementOperationInput>;
|
|
36868
|
+
};
|
|
36869
|
+
export declare type JiraServiceManagementUpdateEntitlementOperationInput = {
|
|
36870
|
+
entitlementId?: InputMaybe<Scalars['ID']['input']>;
|
|
36871
|
+
operation: JiraSingleValueFieldOperations;
|
|
36872
|
+
};
|
|
36102
36873
|
export declare type JiraServiceManagementUserApproverPrincipal = {
|
|
36103
36874
|
__typename?: 'JiraServiceManagementUserApproverPrincipal';
|
|
36104
36875
|
jiraRest?: Maybe<Scalars['URL']['output']>;
|
|
@@ -36713,6 +37484,7 @@ export declare type JiraSubscription = {
|
|
|
36713
37484
|
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
36714
37485
|
onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
36715
37486
|
onJwmIssueUpdatedByProject?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
37487
|
+
onSuggestedChildIssue?: Maybe<JiraOnSuggestedChildIssueResult>;
|
|
36716
37488
|
};
|
|
36717
37489
|
export declare type JiraSubscriptionOnAttachmentCreatedByProjectsArgs = {
|
|
36718
37490
|
cloudId: Scalars['ID']['input'];
|
|
@@ -36749,6 +37521,13 @@ export declare type JiraSubscriptionOnJwmIssueUpdatedByProjectArgs = {
|
|
|
36749
37521
|
cloudId: Scalars['ID']['input'];
|
|
36750
37522
|
projectId: Scalars['String']['input'];
|
|
36751
37523
|
};
|
|
37524
|
+
export declare type JiraSubscriptionOnSuggestedChildIssueArgs = {
|
|
37525
|
+
additionalContext?: InputMaybe<Scalars['String']['input']>;
|
|
37526
|
+
channelId?: InputMaybe<Scalars['String']['input']>;
|
|
37527
|
+
excludeSimilarIssues?: InputMaybe<Array<JiraSuggestedIssueInput>>;
|
|
37528
|
+
issueTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37529
|
+
sourceIssueId: Scalars['ID']['input'];
|
|
37530
|
+
};
|
|
36752
37531
|
export declare type JiraSubtasksField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
36753
37532
|
__typename?: 'JiraSubtasksField';
|
|
36754
37533
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -36767,6 +37546,33 @@ export declare type JiraSubtasksFieldSubtasksArgs = {
|
|
|
36767
37546
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36768
37547
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
36769
37548
|
};
|
|
37549
|
+
export declare type JiraSuggestedChildIssueError = {
|
|
37550
|
+
__typename?: 'JiraSuggestedChildIssueError';
|
|
37551
|
+
error?: Maybe<JiraSuggestedIssueErrorType>;
|
|
37552
|
+
};
|
|
37553
|
+
export declare type JiraSuggestedChildIssueStatus = {
|
|
37554
|
+
__typename?: 'JiraSuggestedChildIssueStatus';
|
|
37555
|
+
channelId?: Maybe<Scalars['String']['output']>;
|
|
37556
|
+
status?: Maybe<JiraSuggestedChildIssueStatusType>;
|
|
37557
|
+
};
|
|
37558
|
+
export declare enum JiraSuggestedChildIssueStatusType {
|
|
37559
|
+
Complete = "COMPLETE",
|
|
37560
|
+
RefiningSuggestedIssues = "REFINING_SUGGESTED_ISSUES",
|
|
37561
|
+
RemovingDuplicateIssues = "REMOVING_DUPLICATE_ISSUES",
|
|
37562
|
+
RetrievingSourceContext = "RETRIEVING_SOURCE_CONTEXT",
|
|
37563
|
+
SuggestingInitialIssues = "SUGGESTING_INITIAL_ISSUES"
|
|
37564
|
+
}
|
|
37565
|
+
export declare type JiraSuggestedIssue = {
|
|
37566
|
+
__typename?: 'JiraSuggestedIssue';
|
|
37567
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
37568
|
+
issueTypeId?: Maybe<Scalars['ID']['output']>;
|
|
37569
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
37570
|
+
};
|
|
37571
|
+
export declare enum JiraSuggestedIssueErrorType {
|
|
37572
|
+
NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
|
|
37573
|
+
NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
|
|
37574
|
+
Unclassified = "UNCLASSIFIED"
|
|
37575
|
+
}
|
|
36770
37576
|
export declare type JiraSuggestedIssueFieldValue = Node & {
|
|
36771
37577
|
__typename?: 'JiraSuggestedIssueFieldValue';
|
|
36772
37578
|
from?: Maybe<JiraIssueField>;
|
|
@@ -36777,8 +37583,10 @@ export declare type JiraSuggestedIssueFieldValue = Node & {
|
|
|
36777
37583
|
};
|
|
36778
37584
|
export declare enum JiraSuggestedIssueFieldValueError {
|
|
36779
37585
|
HaveRequiredField = "HAVE_REQUIRED_FIELD",
|
|
37586
|
+
IsSubTask = "IS_SUB_TASK",
|
|
36780
37587
|
NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
|
|
36781
37588
|
NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
|
|
37589
|
+
SuggestionIsNotEnabled = "SUGGESTION_IS_NOT_ENABLED",
|
|
36782
37590
|
Unclassified = "UNCLASSIFIED"
|
|
36783
37591
|
}
|
|
36784
37592
|
export declare type JiraSuggestedIssueFieldValuesResult = {
|
|
@@ -36786,9 +37594,14 @@ export declare type JiraSuggestedIssueFieldValuesResult = {
|
|
|
36786
37594
|
error?: Maybe<JiraSuggestedIssueFieldValueError>;
|
|
36787
37595
|
suggestedFieldValues?: Maybe<Array<JiraSuggestedIssueFieldValue>>;
|
|
36788
37596
|
};
|
|
37597
|
+
export declare type JiraSuggestedIssueInput = {
|
|
37598
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
37599
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
37600
|
+
};
|
|
36789
37601
|
export declare type JiraSystemFilter = JiraFilter & Node & {
|
|
36790
37602
|
__typename?: 'JiraSystemFilter';
|
|
36791
37603
|
filterId: Scalars['String']['output'];
|
|
37604
|
+
filterUrl?: Maybe<Scalars['URL']['output']>;
|
|
36792
37605
|
id: Scalars['ID']['output'];
|
|
36793
37606
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
36794
37607
|
jql: Scalars['String']['output'];
|
|
@@ -37339,6 +38152,10 @@ export declare type JiraUpdateWatchesFieldInput = {
|
|
|
37339
38152
|
id: Scalars['ID']['input'];
|
|
37340
38153
|
operation: JiraWatchesFieldOperationInput;
|
|
37341
38154
|
};
|
|
38155
|
+
export declare type JiraUpdateWorklogFieldInputForIssueTransitions = {
|
|
38156
|
+
id: Scalars['ID']['input'];
|
|
38157
|
+
operation: JiraWorklogFieldOperationInputForIssueTransitions;
|
|
38158
|
+
};
|
|
37342
38159
|
export declare type JiraUrlField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
37343
38160
|
__typename?: 'JiraUrlField';
|
|
37344
38161
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -37673,6 +38490,12 @@ export declare type JiraVersionConnection = {
|
|
|
37673
38490
|
pageInfo: PageInfo;
|
|
37674
38491
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37675
38492
|
};
|
|
38493
|
+
export declare type JiraVersionConnectionResult = JiraVersionConnection | QueryError;
|
|
38494
|
+
export declare type JiraVersionConnectionResultQueryErrorExtension = QueryErrorExtension & {
|
|
38495
|
+
__typename?: 'JiraVersionConnectionResultQueryErrorExtension';
|
|
38496
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
38497
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
38498
|
+
};
|
|
37676
38499
|
export declare type JiraVersionContributorConnection = {
|
|
37677
38500
|
__typename?: 'JiraVersionContributorConnection';
|
|
37678
38501
|
edges?: Maybe<Array<Maybe<JiraVersionContributorEdge>>>;
|
|
@@ -38444,6 +39267,7 @@ export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
|
|
|
38444
39267
|
label?: Maybe<Scalars['String']['output']>;
|
|
38445
39268
|
type?: Maybe<JiraWorkManagementSavedViewType>;
|
|
38446
39269
|
};
|
|
39270
|
+
export declare type JiraWorkManagementSavedViewResult = JiraWorkManagementSavedView | QueryError;
|
|
38447
39271
|
export declare type JiraWorkManagementSavedViewType = Node & {
|
|
38448
39272
|
__typename?: 'JiraWorkManagementSavedViewType';
|
|
38449
39273
|
id: Scalars['ID']['output'];
|
|
@@ -38562,6 +39386,18 @@ export declare type JiraWorklog = Node & {
|
|
|
38562
39386
|
workDescription?: Maybe<JiraRichText>;
|
|
38563
39387
|
worklogId: Scalars['ID']['output'];
|
|
38564
39388
|
};
|
|
39389
|
+
export declare enum JiraWorklogAdjustmentEstimateOperation {
|
|
39390
|
+
Auto = "AUTO",
|
|
39391
|
+
Leave = "LEAVE",
|
|
39392
|
+
Manual = "MANUAL",
|
|
39393
|
+
New = "NEW"
|
|
39394
|
+
}
|
|
39395
|
+
export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
39396
|
+
adjustEstimateInput: JiraAdjustmentEstimate;
|
|
39397
|
+
operation: JiraAddValueFieldOperations;
|
|
39398
|
+
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
39399
|
+
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
39400
|
+
};
|
|
38565
39401
|
export declare type JswMutation = {
|
|
38566
39402
|
__typename?: 'JswMutation';
|
|
38567
39403
|
deleteCard?: Maybe<DeleteCardOutput>;
|
|
@@ -38576,6 +39412,60 @@ export declare type JswQuery = {
|
|
|
38576
39412
|
export declare type JswQueryBoardScopeArgs = {
|
|
38577
39413
|
boardId: Scalars['ID']['input'];
|
|
38578
39414
|
};
|
|
39415
|
+
export declare type KnowledgeDiscoveryCreateDefinitionInput = {
|
|
39416
|
+
definition: Scalars['String']['input'];
|
|
39417
|
+
keyPhrase: Scalars['String']['input'];
|
|
39418
|
+
references?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
39419
|
+
workspaceId: Scalars['String']['input'];
|
|
39420
|
+
};
|
|
39421
|
+
export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
|
|
39422
|
+
__typename?: 'KnowledgeDiscoveryCreateDefinitionPayload';
|
|
39423
|
+
definitionDetails?: Maybe<KnowledgeDiscoveryDefinition>;
|
|
39424
|
+
errors?: Maybe<Array<MutationError>>;
|
|
39425
|
+
success: Scalars['Boolean']['output'];
|
|
39426
|
+
};
|
|
39427
|
+
export declare type KnowledgeDiscoveryDefinition = {
|
|
39428
|
+
__typename?: 'KnowledgeDiscoveryDefinition';
|
|
39429
|
+
accountId: Scalars['String']['output'];
|
|
39430
|
+
createdAt: Scalars['Int']['output'];
|
|
39431
|
+
definition: Scalars['String']['output'];
|
|
39432
|
+
keyPhrase: Scalars['String']['output'];
|
|
39433
|
+
references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
39434
|
+
};
|
|
39435
|
+
export declare type KnowledgeDiscoveryDefinitionResult = KnowledgeDiscoveryDefinition | QueryError;
|
|
39436
|
+
export declare type KnowledgeDiscoveryMutationApi = {
|
|
39437
|
+
__typename?: 'KnowledgeDiscoveryMutationApi';
|
|
39438
|
+
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
39439
|
+
};
|
|
39440
|
+
export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
|
|
39441
|
+
input: KnowledgeDiscoveryCreateDefinitionInput;
|
|
39442
|
+
};
|
|
39443
|
+
export declare type KnowledgeDiscoveryQueryApi = {
|
|
39444
|
+
__typename?: 'KnowledgeDiscoveryQueryApi';
|
|
39445
|
+
definition?: Maybe<KnowledgeDiscoveryDefinitionResult>;
|
|
39446
|
+
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
39447
|
+
};
|
|
39448
|
+
export declare type KnowledgeDiscoveryQueryApiDefinitionArgs = {
|
|
39449
|
+
keyPhrase: Scalars['String']['input'];
|
|
39450
|
+
workspaceId: Scalars['String']['input'];
|
|
39451
|
+
};
|
|
39452
|
+
export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
|
|
39453
|
+
locale: Scalars['String']['input'];
|
|
39454
|
+
query: Scalars['String']['input'];
|
|
39455
|
+
workspaceId: Scalars['String']['input'];
|
|
39456
|
+
};
|
|
39457
|
+
export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
39458
|
+
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
39459
|
+
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
39460
|
+
None = "NONE",
|
|
39461
|
+
Person = "PERSON"
|
|
39462
|
+
}
|
|
39463
|
+
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
39464
|
+
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
39465
|
+
route: KnowledgeDiscoverySearchQueryClassification;
|
|
39466
|
+
transformedQuery: Scalars['String']['output'];
|
|
39467
|
+
};
|
|
39468
|
+
export declare type KnowledgeDiscoverySmartAnswersRouteResult = KnowledgeDiscoverySmartAnswersRoute | QueryError;
|
|
38579
39469
|
export declare type LabelUsage = {
|
|
38580
39470
|
__typename?: 'LabelUsage';
|
|
38581
39471
|
count: Scalars['Int']['output'];
|
|
@@ -39356,6 +40246,7 @@ export declare type Mutation = {
|
|
|
39356
40246
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
39357
40247
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
39358
40248
|
jsw?: Maybe<JswMutation>;
|
|
40249
|
+
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
|
|
39359
40250
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
39360
40251
|
moveSprintDown?: Maybe<MoveSprintDownResponse>;
|
|
39361
40252
|
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
@@ -39393,7 +40284,7 @@ export declare type Mutation = {
|
|
|
39393
40284
|
team?: Maybe<TeamMutation>;
|
|
39394
40285
|
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
39395
40286
|
townsquare?: Maybe<TownsquareMutationApi>;
|
|
39396
|
-
trello
|
|
40287
|
+
trello: TrelloMutationApi;
|
|
39397
40288
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
39398
40289
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
39399
40290
|
uninstallApp?: Maybe<AppUninstallationResponse>;
|
|
@@ -41939,6 +42830,8 @@ export declare type Query = {
|
|
|
41939
42830
|
activities?: Maybe<Activities>;
|
|
41940
42831
|
activity?: Maybe<Activity>;
|
|
41941
42832
|
admin?: Maybe<AdminQuery>;
|
|
42833
|
+
anchor?: Maybe<ContentPlatformAnchor>;
|
|
42834
|
+
anchors: ContentPlatformAnchorContentSearchConnection;
|
|
41942
42835
|
app?: Maybe<App>;
|
|
41943
42836
|
appActiveTunnels?: Maybe<AppTunnelDefinitions>;
|
|
41944
42837
|
appAdmin?: Maybe<AppAdminQuery>;
|
|
@@ -42022,6 +42915,7 @@ export declare type Query = {
|
|
|
42022
42915
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
42023
42916
|
jiraReleases?: Maybe<JiraReleases>;
|
|
42024
42917
|
jsw?: Maybe<JswQuery>;
|
|
42918
|
+
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
42025
42919
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
42026
42920
|
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
|
|
42027
42921
|
marketplaceAppByKey?: Maybe<MarketplaceApp>;
|
|
@@ -42089,6 +42983,13 @@ export declare type Query = {
|
|
|
42089
42983
|
webTriggerUrlsByAppContext?: Maybe<Array<WebTriggerUrl>>;
|
|
42090
42984
|
xflow?: Maybe<Scalars['String']['output']>;
|
|
42091
42985
|
};
|
|
42986
|
+
export declare type QueryAnchorArgs = {
|
|
42987
|
+
id: Scalars['String']['input'];
|
|
42988
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42989
|
+
};
|
|
42990
|
+
export declare type QueryAnchorsArgs = {
|
|
42991
|
+
search: ContentPlatformSearchApIv2Query;
|
|
42992
|
+
};
|
|
42092
42993
|
export declare type QueryAppArgs = {
|
|
42093
42994
|
id: Scalars['ID']['input'];
|
|
42094
42995
|
};
|
|
@@ -43936,6 +44837,7 @@ export declare type SearchFilterInput = {
|
|
|
43936
44837
|
externalFilters?: InputMaybe<SearchExternalFilter>;
|
|
43937
44838
|
jiraFilters?: InputMaybe<SearchJiraFilter>;
|
|
43938
44839
|
locations: Array<Scalars['String']['input']>;
|
|
44840
|
+
thirdPartyFilters?: InputMaybe<SearchThirdPartyFilter>;
|
|
43939
44841
|
};
|
|
43940
44842
|
export declare enum SearchIssueStatusCategory {
|
|
43941
44843
|
Done = "DONE",
|
|
@@ -43988,6 +44890,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
43988
44890
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43989
44891
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43990
44892
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
44893
|
+
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
43991
44894
|
};
|
|
43992
44895
|
export declare type SearchRecentFilterInput = {
|
|
43993
44896
|
entities: Array<Scalars['String']['input']>;
|
|
@@ -44143,6 +45046,28 @@ export declare enum SearchResultType {
|
|
|
44143
45046
|
Unrecognised = "unrecognised",
|
|
44144
45047
|
Whiteboard = "whiteboard"
|
|
44145
45048
|
}
|
|
45049
|
+
export declare type SearchSortInput = {
|
|
45050
|
+
field: Scalars['String']['input'];
|
|
45051
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
45052
|
+
order: SearchSortOrder;
|
|
45053
|
+
};
|
|
45054
|
+
export declare enum SearchSortOrder {
|
|
45055
|
+
Asc = "ASC",
|
|
45056
|
+
Desc = "DESC"
|
|
45057
|
+
}
|
|
45058
|
+
export declare type SearchThirdPartyFilter = {
|
|
45059
|
+
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
45060
|
+
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
45061
|
+
};
|
|
45062
|
+
export declare enum SearchThirdPartyRangeField {
|
|
45063
|
+
Created = "CREATED",
|
|
45064
|
+
Lastmodified = "LASTMODIFIED"
|
|
45065
|
+
}
|
|
45066
|
+
export declare type SearchThirdPartyRangeFilter = {
|
|
45067
|
+
field: SearchThirdPartyRangeField;
|
|
45068
|
+
gt?: InputMaybe<Scalars['String']['input']>;
|
|
45069
|
+
lt?: InputMaybe<Scalars['String']['input']>;
|
|
45070
|
+
};
|
|
44146
45071
|
export declare type Security = {
|
|
44147
45072
|
__typename?: 'Security';
|
|
44148
45073
|
caiq?: Maybe<Caiq>;
|
|
@@ -44499,6 +45424,7 @@ export declare type ShepherdAlertSupportingData = {
|
|
|
44499
45424
|
__typename?: 'ShepherdAlertSupportingData';
|
|
44500
45425
|
customDetectionHighlight?: Maybe<ShepherdCustomDetectionHighlight>;
|
|
44501
45426
|
highlight: ShepherdHighlight;
|
|
45427
|
+
marketplaceAppHighlight?: Maybe<ShepherdMarketplaceAppHighlight>;
|
|
44502
45428
|
};
|
|
44503
45429
|
export declare enum ShepherdAlertTemplateType {
|
|
44504
45430
|
AddedConfluenceGlobalPermission = "ADDED_CONFLUENCE_GLOBAL_PERMISSION",
|
|
@@ -44880,6 +45806,25 @@ export declare type ShepherdDetectionUpdateSettingValuePayload = Payload & {
|
|
|
44880
45806
|
node?: Maybe<ShepherdDetectionSetting>;
|
|
44881
45807
|
success: Scalars['Boolean']['output'];
|
|
44882
45808
|
};
|
|
45809
|
+
export declare type ShepherdExclusionContentInfo = {
|
|
45810
|
+
__typename?: 'ShepherdExclusionContentInfo';
|
|
45811
|
+
classification?: Maybe<Scalars['String']['output']>;
|
|
45812
|
+
owner?: Maybe<Scalars['ID']['output']>;
|
|
45813
|
+
product?: Maybe<ShepherdAtlassianProduct>;
|
|
45814
|
+
site?: Maybe<ShepherdSite>;
|
|
45815
|
+
space?: Maybe<Scalars['String']['output']>;
|
|
45816
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
45817
|
+
};
|
|
45818
|
+
export declare type ShepherdExclusionContentInfoResult = QueryError | ShepherdExclusionContentInfo;
|
|
45819
|
+
export declare type ShepherdExclusionsQueries = {
|
|
45820
|
+
__typename?: 'ShepherdExclusionsQueries';
|
|
45821
|
+
contentInfoFromUrl?: Maybe<ShepherdExclusionContentInfoResult>;
|
|
45822
|
+
};
|
|
45823
|
+
export declare type ShepherdExclusionsQueriesContentInfoFromUrlArgs = {
|
|
45824
|
+
contentUrl: Scalars['URL']['input'];
|
|
45825
|
+
productAti: Scalars['String']['input'];
|
|
45826
|
+
workspaceId: Scalars['ID']['input'];
|
|
45827
|
+
};
|
|
44883
45828
|
export declare type ShepherdExternalResource = JiraIssue;
|
|
44884
45829
|
export declare type ShepherdGenericMutationErrorExtension = MutationErrorExtension & {
|
|
44885
45830
|
__typename?: 'ShepherdGenericMutationErrorExtension';
|
|
@@ -44949,6 +45894,11 @@ export declare type ShepherdLoginLocation = {
|
|
|
44949
45894
|
regionIsoCode?: Maybe<Scalars['String']['output']>;
|
|
44950
45895
|
regionName?: Maybe<Scalars['String']['output']>;
|
|
44951
45896
|
};
|
|
45897
|
+
export declare type ShepherdMarketplaceAppHighlight = {
|
|
45898
|
+
__typename?: 'ShepherdMarketplaceAppHighlight';
|
|
45899
|
+
appId?: Maybe<Scalars['String']['output']>;
|
|
45900
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
45901
|
+
};
|
|
44952
45902
|
export declare type ShepherdMutation = {
|
|
44953
45903
|
__typename?: 'ShepherdMutation';
|
|
44954
45904
|
actor?: Maybe<ShepherdActorMutations>;
|
|
@@ -44957,6 +45907,7 @@ export declare type ShepherdMutation = {
|
|
|
44957
45907
|
createTestAlert?: Maybe<ShepherdCreateTestAlertPayload>;
|
|
44958
45908
|
deleteAlert?: Maybe<ShepherdDeleteAlertPayload>;
|
|
44959
45909
|
subscription?: Maybe<ShepherdSubscriptionMutations>;
|
|
45910
|
+
unlinkAlertResources?: Maybe<ShepherdUpdateAlertPayload>;
|
|
44960
45911
|
updateAlert?: Maybe<ShepherdUpdateAlertPayload>;
|
|
44961
45912
|
updateAlerts?: Maybe<ShepherdUpdateAlertsPayload>;
|
|
44962
45913
|
workspace?: Maybe<ShepherdWorkspaceMutations>;
|
|
@@ -44973,6 +45924,10 @@ export declare type ShepherdMutationCreateTestAlertArgs = {
|
|
|
44973
45924
|
export declare type ShepherdMutationDeleteAlertArgs = {
|
|
44974
45925
|
id: Scalars['ID']['input'];
|
|
44975
45926
|
};
|
|
45927
|
+
export declare type ShepherdMutationUnlinkAlertResourcesArgs = {
|
|
45928
|
+
id: Scalars['ID']['input'];
|
|
45929
|
+
input: ShepherdUnlinkAlertResourcesInput;
|
|
45930
|
+
};
|
|
44976
45931
|
export declare type ShepherdMutationUpdateAlertArgs = {
|
|
44977
45932
|
id: Scalars['ID']['input'];
|
|
44978
45933
|
input: ShepherdUpdateAlertInput;
|
|
@@ -44991,6 +45946,7 @@ export declare type ShepherdQuery = {
|
|
|
44991
45946
|
__typename?: 'ShepherdQuery';
|
|
44992
45947
|
alert?: Maybe<ShepherdAlertQueries>;
|
|
44993
45948
|
classifications?: Maybe<ShepherdClassificationsQueries>;
|
|
45949
|
+
exclusions?: Maybe<ShepherdExclusionsQueries>;
|
|
44994
45950
|
shepherdActivity?: Maybe<ShepherdActivityResult>;
|
|
44995
45951
|
shepherdActor?: Maybe<ShepherdActorResult>;
|
|
44996
45952
|
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
@@ -45175,6 +46131,9 @@ export declare type ShepherdTimeInput = {
|
|
|
45175
46131
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
45176
46132
|
start: Scalars['DateTime']['input'];
|
|
45177
46133
|
};
|
|
46134
|
+
export declare type ShepherdUnlinkAlertResourcesInput = {
|
|
46135
|
+
unlinkResources?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
46136
|
+
};
|
|
45178
46137
|
export declare type ShepherdUpdateAlertInput = {
|
|
45179
46138
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
45180
46139
|
linkedResources?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -46504,7 +47463,7 @@ export declare type ToolchainAssociateEntityInput = {
|
|
|
46504
47463
|
fromId: Scalars['ID']['input'];
|
|
46505
47464
|
toEntityUrl: Scalars['URL']['input'];
|
|
46506
47465
|
};
|
|
46507
|
-
export declare type ToolchainAssociatedContainer = DevOpsDocument | DevOpsRepository | DevOpsService;
|
|
47466
|
+
export declare type ToolchainAssociatedContainer = DevOpsDocument | DevOpsOperationsComponentDetails | DevOpsRepository | DevOpsService;
|
|
46508
47467
|
export declare type ToolchainAssociatedEntity = DevOpsDesign;
|
|
46509
47468
|
export declare type ToolchainCheck3Lo = {
|
|
46510
47469
|
__typename?: 'ToolchainCheck3LO';
|
|
@@ -46616,6 +47575,7 @@ export declare enum ToolchainProviderType {
|
|
|
46616
47575
|
Build = "BUILD",
|
|
46617
47576
|
Deployment = "DEPLOYMENT",
|
|
46618
47577
|
Design = "DESIGN",
|
|
47578
|
+
DevopsComponents = "DEVOPS_COMPONENTS",
|
|
46619
47579
|
DevInfo = "DEV_INFO",
|
|
46620
47580
|
Documentation = "DOCUMENTATION",
|
|
46621
47581
|
FeatureFlag = "FEATURE_FLAG",
|
|
@@ -46915,7 +47875,7 @@ export declare type TownsquareQueryApiGoalSearchArgs = {
|
|
|
46915
47875
|
};
|
|
46916
47876
|
export declare type TownsquareQueryApiGoalTqlArgs = {
|
|
46917
47877
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46918
|
-
|
|
47878
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
46919
47879
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46920
47880
|
q: Scalars['String']['input'];
|
|
46921
47881
|
sort?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
|
|
@@ -46936,7 +47896,7 @@ export declare type TownsquareQueryApiProjectSearchArgs = {
|
|
|
46936
47896
|
};
|
|
46937
47897
|
export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
46938
47898
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46939
|
-
|
|
47899
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
46940
47900
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46941
47901
|
q: Scalars['String']['input'];
|
|
46942
47902
|
sort?: InputMaybe<Array<InputMaybe<TownsquareProjectSortEnum>>>;
|
|
@@ -47022,12 +47982,6 @@ export declare type TransitionFilter = {
|
|
|
47022
47982
|
from: Scalars['String']['input'];
|
|
47023
47983
|
to: Scalars['String']['input'];
|
|
47024
47984
|
};
|
|
47025
|
-
export declare type TrelloAddHelloPayload = Payload & {
|
|
47026
|
-
__typename?: 'TrelloAddHelloPayload';
|
|
47027
|
-
errors?: Maybe<Array<MutationError>>;
|
|
47028
|
-
hello: Scalars['String']['output'];
|
|
47029
|
-
success: Scalars['Boolean']['output'];
|
|
47030
|
-
};
|
|
47031
47985
|
export declare type TrelloAddMemberInput = {
|
|
47032
47986
|
cardId: Scalars['ID']['input'];
|
|
47033
47987
|
userId: Scalars['ID']['input'];
|
|
@@ -47308,6 +48262,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
47308
48262
|
__typename?: 'TrelloBoardUpdated';
|
|
47309
48263
|
_deltas?: Maybe<TrelloBoardUpdatedDeltas>;
|
|
47310
48264
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
48265
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
47311
48266
|
lists?: Maybe<TrelloListUpdatedConnection>;
|
|
47312
48267
|
name?: Maybe<Scalars['String']['output']>;
|
|
47313
48268
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -47674,9 +48629,6 @@ export declare type TrelloEnterprise = {
|
|
|
47674
48629
|
id: Scalars['ID']['output'];
|
|
47675
48630
|
objectId: Scalars['ID']['output'];
|
|
47676
48631
|
};
|
|
47677
|
-
export declare type TrelloHelloInput = {
|
|
47678
|
-
hello: Scalars['String']['input'];
|
|
47679
|
-
};
|
|
47680
48632
|
export declare type TrelloImagePreview = {
|
|
47681
48633
|
__typename?: 'TrelloImagePreview';
|
|
47682
48634
|
bytes?: Maybe<Scalars['Float']['output']>;
|
|
@@ -47871,7 +48823,6 @@ export declare type TrelloMemberWorkspaceFilter = {
|
|
|
47871
48823
|
};
|
|
47872
48824
|
export declare type TrelloMutationApi = {
|
|
47873
48825
|
__typename?: 'TrelloMutationApi';
|
|
47874
|
-
addHello?: Maybe<TrelloAddHelloPayload>;
|
|
47875
48826
|
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
47876
48827
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
47877
48828
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
@@ -47883,9 +48834,6 @@ export declare type TrelloMutationApi = {
|
|
|
47883
48834
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
47884
48835
|
watchCard?: Maybe<TrelloWatchCardPayload>;
|
|
47885
48836
|
};
|
|
47886
|
-
export declare type TrelloMutationApiAddHelloArgs = {
|
|
47887
|
-
input: TrelloHelloInput;
|
|
47888
|
-
};
|
|
47889
48837
|
export declare type TrelloMutationApiAddMemberToCardArgs = {
|
|
47890
48838
|
input: TrelloAddMemberInput;
|
|
47891
48839
|
};
|
|
@@ -48876,10 +49824,12 @@ export declare type VirtualAgentChannelConfig = {
|
|
|
48876
49824
|
export declare type VirtualAgentConfiguration = Node & {
|
|
48877
49825
|
__typename?: 'VirtualAgentConfiguration';
|
|
48878
49826
|
conversations?: Maybe<VirtualAgentConversationsConnection>;
|
|
49827
|
+
defaultJiraRequestTypeId?: Maybe<Scalars['String']['output']>;
|
|
48879
49828
|
flowEditorFlow?: Maybe<VirtualAgentFlowEditor>;
|
|
48880
49829
|
id: Scalars['ID']['output'];
|
|
48881
49830
|
intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjectionResult>;
|
|
48882
49831
|
intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
|
|
49832
|
+
isAiResponsesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48883
49833
|
isEnabledOnJsmPortal?: Maybe<Scalars['Boolean']['output']>;
|
|
48884
49834
|
properties?: Maybe<VirtualAgentProperties>;
|
|
48885
49835
|
respondToQueries: Scalars['Boolean']['output'];
|
|
@@ -49171,6 +50121,7 @@ export declare type VirtualAgentMutationApi = {
|
|
|
49171
50121
|
updateFlowEditorFlow?: Maybe<VirtualAgentFlowEditorPayload>;
|
|
49172
50122
|
updateIntentRuleProjection?: Maybe<VirtualAgentUpdateIntentRuleProjectionPayload>;
|
|
49173
50123
|
updateIntentRuleProjectionQuestions?: Maybe<VirtualAgentUpdateIntentRuleProjectionQuestionsPayload>;
|
|
50124
|
+
updateJsmPortalConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
|
|
49174
50125
|
updateVirtualAgentConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
|
|
49175
50126
|
};
|
|
49176
50127
|
export declare type VirtualAgentMutationApiCreateChatChannelArgs = {
|
|
@@ -49208,6 +50159,10 @@ export declare type VirtualAgentMutationApiUpdateIntentRuleProjectionQuestionsAr
|
|
|
49208
50159
|
input: VirtualAgentUpdateIntentRuleProjectionQuestionsInput;
|
|
49209
50160
|
virtualAgentIntentRuleProjectionId: Scalars['ID']['input'];
|
|
49210
50161
|
};
|
|
50162
|
+
export declare type VirtualAgentMutationApiUpdateJsmPortalConfigurationArgs = {
|
|
50163
|
+
input: VirtualAgentUpdateJsmPortalSettingsInput;
|
|
50164
|
+
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
50165
|
+
};
|
|
49211
50166
|
export declare type VirtualAgentMutationApiUpdateVirtualAgentConfigurationArgs = {
|
|
49212
50167
|
input: VirtualAgentUpdateConfigurationInput;
|
|
49213
50168
|
virtualAgentConfigurationId: Scalars['ID']['input'];
|
|
@@ -49217,16 +50172,14 @@ export declare type VirtualAgentProperties = {
|
|
|
49217
50172
|
defaultJiraRequestTypeId?: Maybe<Scalars['String']['output']>;
|
|
49218
50173
|
isAiResponsesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49219
50174
|
};
|
|
49220
|
-
export declare type VirtualAgentPropertiesInput = {
|
|
49221
|
-
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
49222
|
-
isAiResponsesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49223
|
-
};
|
|
50175
|
+
export declare type VirtualAgentPropertiesInput = {};
|
|
49224
50176
|
export declare type VirtualAgentQueryApi = {
|
|
49225
50177
|
__typename?: 'VirtualAgentQueryApi';
|
|
49226
50178
|
intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
|
|
49227
50179
|
intentTemplatesByProjectId?: Maybe<VirtualAgentIntentTemplatesConnection>;
|
|
49228
50180
|
validateRequestType?: Maybe<VirtualAgentRequestTypeConnectionStatus>;
|
|
49229
50181
|
virtualAgentConfigurationByProjectId?: Maybe<VirtualAgentConfigurationResult>;
|
|
50182
|
+
virtualAgentEntitlements?: Maybe<VirtualAgentFeatures>;
|
|
49230
50183
|
virtualAgentFeatures?: Maybe<VirtualAgentFeaturesResult>;
|
|
49231
50184
|
};
|
|
49232
50185
|
export declare type VirtualAgentQueryApiIntentRuleProjectionsArgs = {
|
|
@@ -49246,6 +50199,9 @@ export declare type VirtualAgentQueryApiValidateRequestTypeArgs = {
|
|
|
49246
50199
|
export declare type VirtualAgentQueryApiVirtualAgentConfigurationByProjectIdArgs = {
|
|
49247
50200
|
jiraProjectId: Scalars['ID']['input'];
|
|
49248
50201
|
};
|
|
50202
|
+
export declare type VirtualAgentQueryApiVirtualAgentEntitlementsArgs = {
|
|
50203
|
+
cloudId: Scalars['ID']['input'];
|
|
50204
|
+
};
|
|
49249
50205
|
export declare type VirtualAgentQueryApiVirtualAgentFeaturesArgs = {
|
|
49250
50206
|
cloudId: Scalars['ID']['input'];
|
|
49251
50207
|
};
|
|
@@ -49296,8 +50252,8 @@ export declare type VirtualAgentUpdateChatChannelPayload = Payload & {
|
|
|
49296
50252
|
success: Scalars['Boolean']['output'];
|
|
49297
50253
|
};
|
|
49298
50254
|
export declare type VirtualAgentUpdateConfigurationInput = {
|
|
49299
|
-
|
|
49300
|
-
|
|
50255
|
+
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
50256
|
+
isAiResponsesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49301
50257
|
respondToQueries?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49302
50258
|
};
|
|
49303
50259
|
export declare type VirtualAgentUpdateConfigurationPayload = Payload & {
|
|
@@ -49336,6 +50292,15 @@ export declare type VirtualAgentUpdateIntentRuleProjectionQuestionsPayload = Pay
|
|
|
49336
50292
|
intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjection>;
|
|
49337
50293
|
success: Scalars['Boolean']['output'];
|
|
49338
50294
|
};
|
|
50295
|
+
export declare type VirtualAgentUpdateJsmPortalSettingsInput = {
|
|
50296
|
+
isEnabledOnJsmPortal: Scalars['Boolean']['input'];
|
|
50297
|
+
};
|
|
50298
|
+
export declare type VirtualAgentUpdateJsmPortalSettingsPayload = Payload & {
|
|
50299
|
+
__typename?: 'VirtualAgentUpdateJsmPortalSettingsPayload';
|
|
50300
|
+
errors?: Maybe<Array<MutationError>>;
|
|
50301
|
+
success: Scalars['Boolean']['output'];
|
|
50302
|
+
virtualAgentConfiguration?: Maybe<VirtualAgentConfiguration>;
|
|
50303
|
+
};
|
|
49339
50304
|
export declare type VirtualAgentUpdatedQuestionInput = {
|
|
49340
50305
|
id: Scalars['ID']['input'];
|
|
49341
50306
|
question: Scalars['String']['input'];
|