@forge/cli-shared 8.2.0-next.10 → 8.2.0-next.12
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 +12 -0
- package/out/graphql/graphql-types.d.ts +495 -23
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +38 -11
- package/package.json +1 -1
|
@@ -1212,9 +1212,9 @@ export declare type AgentStudioAgentEdge = {
|
|
|
1212
1212
|
};
|
|
1213
1213
|
export declare type AgentStudioAgentQueryInput = {
|
|
1214
1214
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
1215
|
-
onlyCodingAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1216
1215
|
onlyFavouriteAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1217
1216
|
onlyMyAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1217
|
+
onlyTemplateAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1218
1218
|
};
|
|
1219
1219
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
|
|
1220
1220
|
export declare enum AgentStudioAgentType {
|
|
@@ -1244,7 +1244,7 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
1244
1244
|
};
|
|
1245
1245
|
export declare type AgentStudioAssistantScenario = AgentStudioScenario & Node & {
|
|
1246
1246
|
__typename?: 'AgentStudioAssistantScenario';
|
|
1247
|
-
|
|
1247
|
+
actions?: Maybe<Array<AgentStudioAction>>;
|
|
1248
1248
|
creator?: Maybe<User>;
|
|
1249
1249
|
creatorId: Scalars['ID']['output'];
|
|
1250
1250
|
id: Scalars['ID']['output'];
|
|
@@ -1295,7 +1295,7 @@ export declare type AgentStudioCreateAgentPayload = Payload & {
|
|
|
1295
1295
|
success: Scalars['Boolean']['output'];
|
|
1296
1296
|
};
|
|
1297
1297
|
export declare type AgentStudioCreateScenarioInput = {
|
|
1298
|
-
|
|
1298
|
+
actions?: InputMaybe<Array<AgentStudioActionInput>>;
|
|
1299
1299
|
containerId?: InputMaybe<Scalars['ID']['input']>;
|
|
1300
1300
|
instructions: Scalars['String']['input'];
|
|
1301
1301
|
invocationDescription: Scalars['String']['input'];
|
|
@@ -1381,7 +1381,7 @@ export declare type AgentStudioPortalChannel = AgentStudioChannel & {
|
|
|
1381
1381
|
url?: Maybe<Scalars['String']['output']>;
|
|
1382
1382
|
};
|
|
1383
1383
|
export declare type AgentStudioScenario = {
|
|
1384
|
-
|
|
1384
|
+
actions?: Maybe<Array<AgentStudioAction>>;
|
|
1385
1385
|
creatorId: Scalars['ID']['output'];
|
|
1386
1386
|
id: Scalars['ID']['output'];
|
|
1387
1387
|
instructions: Scalars['String']['output'];
|
|
@@ -1483,7 +1483,7 @@ export declare type AgentStudioUpdateConversationStartersPayload = Payload & {
|
|
|
1483
1483
|
success: Scalars['Boolean']['output'];
|
|
1484
1484
|
};
|
|
1485
1485
|
export declare type AgentStudioUpdateScenarioInput = {
|
|
1486
|
-
|
|
1486
|
+
actions?: InputMaybe<Array<AgentStudioActionInput>>;
|
|
1487
1487
|
creatorId: Scalars['ID']['input'];
|
|
1488
1488
|
instructions: Scalars['String']['input'];
|
|
1489
1489
|
invocationDescription: Scalars['String']['input'];
|
|
@@ -3151,14 +3151,16 @@ export declare type AssetsDmAdapters = {
|
|
|
3151
3151
|
product?: Maybe<Array<Maybe<AssetsDmAdapter>>>;
|
|
3152
3152
|
};
|
|
3153
3153
|
export declare type AssetsDmAutoColumnMappingInput = {
|
|
3154
|
-
delimiter
|
|
3155
|
-
header
|
|
3154
|
+
delimiter: Scalars['String']['input'];
|
|
3155
|
+
header: Scalars['String']['input'];
|
|
3156
|
+
isEndWithDelimiter?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3157
|
+
qualifier?: InputMaybe<Scalars['String']['input']>;
|
|
3156
3158
|
};
|
|
3157
3159
|
export declare type AssetsDmAutoColumnMappingResponse = {
|
|
3158
3160
|
__typename?: 'AssetsDMAutoColumnMappingResponse';
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3161
|
+
columnMappings: Array<AssetsDmMappedColumn>;
|
|
3162
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
3163
|
+
message: Scalars['String']['output'];
|
|
3162
3164
|
};
|
|
3163
3165
|
export declare type AssetsDmDataSource = {
|
|
3164
3166
|
__typename?: 'AssetsDMDataSource';
|
|
@@ -3172,6 +3174,7 @@ export declare type AssetsDmDataSource = {
|
|
|
3172
3174
|
};
|
|
3173
3175
|
export declare type AssetsDmDataSourceFormFields = {
|
|
3174
3176
|
__typename?: 'AssetsDMDataSourceFormFields';
|
|
3177
|
+
dataSourceJobs: Array<AssetsDmDataSourceJobs>;
|
|
3175
3178
|
dataSourceTypes: AssetsDmDataSourceTypesConnection;
|
|
3176
3179
|
dateFormats: Array<AssetsDmDateFormats>;
|
|
3177
3180
|
};
|
|
@@ -3185,6 +3188,13 @@ export declare type AssetsDmDataSourceInput = {
|
|
|
3185
3188
|
configuration: Scalars['JSON']['input'];
|
|
3186
3189
|
objectClassType: AssetsDmObjectClassEnum;
|
|
3187
3190
|
};
|
|
3191
|
+
export declare type AssetsDmDataSourceJobs = {
|
|
3192
|
+
__typename?: 'AssetsDMDataSourceJobs';
|
|
3193
|
+
createdBy: Scalars['String']['output'];
|
|
3194
|
+
createdDate: Scalars['String']['output'];
|
|
3195
|
+
jobId: Scalars['String']['output'];
|
|
3196
|
+
name: Scalars['String']['output'];
|
|
3197
|
+
};
|
|
3188
3198
|
export declare type AssetsDmDataSourceResponse = {
|
|
3189
3199
|
__typename?: 'AssetsDMDataSourceResponse';
|
|
3190
3200
|
error?: Maybe<Scalars['String']['output']>;
|
|
@@ -3225,12 +3235,12 @@ export declare type AssetsDmGenerateAdapterTokenResponse = {
|
|
|
3225
3235
|
};
|
|
3226
3236
|
export declare type AssetsDmMappedColumn = {
|
|
3227
3237
|
__typename?: 'AssetsDMMappedColumn';
|
|
3228
|
-
columnMappingId
|
|
3229
|
-
columnType
|
|
3230
|
-
dateFormatId
|
|
3231
|
-
destinationColumnName
|
|
3232
|
-
jobId
|
|
3233
|
-
sourceColumnName
|
|
3238
|
+
columnMappingId: Scalars['ID']['output'];
|
|
3239
|
+
columnType: Scalars['Int']['output'];
|
|
3240
|
+
dateFormatId: Scalars['String']['output'];
|
|
3241
|
+
destinationColumnName: Scalars['String']['output'];
|
|
3242
|
+
jobId: Scalars['ID']['output'];
|
|
3243
|
+
sourceColumnName: Scalars['String']['output'];
|
|
3234
3244
|
};
|
|
3235
3245
|
export declare type AssetsDmObjectClass = {
|
|
3236
3246
|
__typename?: 'AssetsDMObjectClass';
|
|
@@ -18167,6 +18177,7 @@ export declare type CustomerServiceMutationApi = {
|
|
|
18167
18177
|
updateOrganizationAttributeMultiValueByName?: Maybe<CustomerServiceOrganizationUpdateAttributeValuePayload>;
|
|
18168
18178
|
updateOrganizationAttributeValue?: Maybe<CustomerServiceOrganizationUpdateAttributeValuePayload>;
|
|
18169
18179
|
updateOrganizationAttributeValueByName?: Maybe<CustomerServiceOrganizationUpdateAttributeValuePayload>;
|
|
18180
|
+
updateParticipants?: Maybe<CustomerServiceRequestUpdateParticipantsPayload>;
|
|
18170
18181
|
updateProduct?: Maybe<CustomerServiceProductUpdatePayload>;
|
|
18171
18182
|
updateTemplateForm?: Maybe<CustomerServiceTemplateFormUpdatePayload>;
|
|
18172
18183
|
};
|
|
@@ -18271,6 +18282,10 @@ export declare type CustomerServiceMutationApiUpdateOrganizationAttributeValueAr
|
|
|
18271
18282
|
export declare type CustomerServiceMutationApiUpdateOrganizationAttributeValueByNameArgs = {
|
|
18272
18283
|
input: CustomerServiceOrganizationUpdateAttributeByNameInput;
|
|
18273
18284
|
};
|
|
18285
|
+
export declare type CustomerServiceMutationApiUpdateParticipantsArgs = {
|
|
18286
|
+
input: CustomerServiceUpdateRequestParticipantInput;
|
|
18287
|
+
workItemId: Scalars['ID']['input'];
|
|
18288
|
+
};
|
|
18274
18289
|
export declare type CustomerServiceMutationApiUpdateProductArgs = {
|
|
18275
18290
|
input: CustomerServiceProductUpdateInput;
|
|
18276
18291
|
};
|
|
@@ -18544,6 +18559,7 @@ export declare type CustomerServiceRequest = {
|
|
|
18544
18559
|
formData?: Maybe<CustomerServiceRequestFormDataConnection>;
|
|
18545
18560
|
id: Scalars['ID']['output'];
|
|
18546
18561
|
key?: Maybe<Scalars['String']['output']>;
|
|
18562
|
+
participants?: Maybe<Array<CustomerServiceRequestParticipant>>;
|
|
18547
18563
|
statusKey?: Maybe<CustomerServiceStatusKey>;
|
|
18548
18564
|
summary?: Maybe<Scalars['String']['output']>;
|
|
18549
18565
|
templateForm?: Maybe<CustomerServiceTemplateForm>;
|
|
@@ -18569,6 +18585,12 @@ export declare type CustomerServiceRequestFormDataEdge = {
|
|
|
18569
18585
|
cursor: Scalars['String']['output'];
|
|
18570
18586
|
node?: Maybe<CustomerServiceRequestFormEntryField>;
|
|
18571
18587
|
};
|
|
18588
|
+
export declare type CustomerServiceRequestFormEntryAttachmentField = CustomerServiceRequestFormEntryField & {
|
|
18589
|
+
__typename?: 'CustomerServiceRequestFormEntryAttachmentField';
|
|
18590
|
+
fileIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
18591
|
+
id: Scalars['ID']['output'];
|
|
18592
|
+
question?: Maybe<Scalars['String']['output']>;
|
|
18593
|
+
};
|
|
18572
18594
|
export declare type CustomerServiceRequestFormEntryField = {
|
|
18573
18595
|
id: Scalars['ID']['output'];
|
|
18574
18596
|
question?: Maybe<Scalars['String']['output']>;
|
|
@@ -18591,6 +18613,18 @@ export declare type CustomerServiceRequestFormEntryTextField = CustomerServiceRe
|
|
|
18591
18613
|
question?: Maybe<Scalars['String']['output']>;
|
|
18592
18614
|
textAnswer?: Maybe<Scalars['String']['output']>;
|
|
18593
18615
|
};
|
|
18616
|
+
export declare type CustomerServiceRequestParticipant = {
|
|
18617
|
+
__typename?: 'CustomerServiceRequestParticipant';
|
|
18618
|
+
accountId: Scalars['String']['output'];
|
|
18619
|
+
accountType?: Maybe<Scalars['String']['output']>;
|
|
18620
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
18621
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
18622
|
+
};
|
|
18623
|
+
export declare type CustomerServiceRequestUpdateParticipantsPayload = Payload & {
|
|
18624
|
+
__typename?: 'CustomerServiceRequestUpdateParticipantsPayload';
|
|
18625
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18626
|
+
success: Scalars['Boolean']['output'];
|
|
18627
|
+
};
|
|
18594
18628
|
export declare type CustomerServiceRoutingRule = {
|
|
18595
18629
|
__typename?: 'CustomerServiceRoutingRule';
|
|
18596
18630
|
id: Scalars['ID']['output'];
|
|
@@ -18676,6 +18710,10 @@ export declare type CustomerServiceUpdateCustomDetailValuePayload = Payload & {
|
|
|
18676
18710
|
errors?: Maybe<Array<MutationError>>;
|
|
18677
18711
|
success: Scalars['Boolean']['output'];
|
|
18678
18712
|
};
|
|
18713
|
+
export declare type CustomerServiceUpdateRequestParticipantInput = {
|
|
18714
|
+
addedParticipants: Array<Scalars['String']['input']>;
|
|
18715
|
+
deletedParticipants: Array<Scalars['ID']['input']>;
|
|
18716
|
+
};
|
|
18679
18717
|
export declare type CustomerServiceUserDetailValue = {
|
|
18680
18718
|
__typename?: 'CustomerServiceUserDetailValue';
|
|
18681
18719
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -28590,6 +28628,10 @@ export declare type GraphStore = {
|
|
|
28590
28628
|
focusAreaHasProjectBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
28591
28629
|
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
28592
28630
|
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
28631
|
+
focusAreaHasWatcher?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherConnection>;
|
|
28632
|
+
focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
28633
|
+
focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
|
|
28634
|
+
focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
28593
28635
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
28594
28636
|
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
28595
28637
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
@@ -28972,6 +29014,8 @@ export declare type GraphStore = {
|
|
|
28972
29014
|
userAssignedIssueInverse?: Maybe<GraphStoreSimplifiedUserAssignedIssueInverseConnection>;
|
|
28973
29015
|
userAssignedPir?: Maybe<GraphStoreSimplifiedUserAssignedPirConnection>;
|
|
28974
29016
|
userAssignedPirInverse?: Maybe<GraphStoreSimplifiedUserAssignedPirInverseConnection>;
|
|
29017
|
+
userAssignedWorkItem?: Maybe<GraphStoreSimplifiedUserAssignedWorkItemConnection>;
|
|
29018
|
+
userAssignedWorkItemInverse?: Maybe<GraphStoreSimplifiedUserAssignedWorkItemInverseConnection>;
|
|
28975
29019
|
userAttendedCalendarEvent?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventConnection>;
|
|
28976
29020
|
userAttendedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventInverseConnection>;
|
|
28977
29021
|
userAuthoredCommit?: Maybe<GraphStoreSimplifiedUserAuthoredCommitConnection>;
|
|
@@ -30158,6 +30202,32 @@ export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
|
30158
30202
|
ids: Array<Scalars['ID']['input']>;
|
|
30159
30203
|
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
30160
30204
|
};
|
|
30205
|
+
export declare type GraphStoreFocusAreaHasWatcherArgs = {
|
|
30206
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30207
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30208
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30209
|
+
id: Scalars['ID']['input'];
|
|
30210
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
30211
|
+
};
|
|
30212
|
+
export declare type GraphStoreFocusAreaHasWatcherBatchArgs = {
|
|
30213
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30214
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30215
|
+
ids: Array<Scalars['ID']['input']>;
|
|
30216
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
30217
|
+
};
|
|
30218
|
+
export declare type GraphStoreFocusAreaHasWatcherInverseArgs = {
|
|
30219
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30220
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30221
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30222
|
+
id: Scalars['ID']['input'];
|
|
30223
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
30224
|
+
};
|
|
30225
|
+
export declare type GraphStoreFocusAreaHasWatcherInverseBatchArgs = {
|
|
30226
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30227
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30228
|
+
ids: Array<Scalars['ID']['input']>;
|
|
30229
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
30230
|
+
};
|
|
30161
30231
|
export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
|
|
30162
30232
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30163
30233
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32650,6 +32720,20 @@ export declare type GraphStoreUserAssignedPirInverseArgs = {
|
|
|
32650
32720
|
id: Scalars['ID']['input'];
|
|
32651
32721
|
sort?: InputMaybe<GraphStoreUserAssignedPirSortInput>;
|
|
32652
32722
|
};
|
|
32723
|
+
export declare type GraphStoreUserAssignedWorkItemArgs = {
|
|
32724
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32725
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32726
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32727
|
+
id: Scalars['ID']['input'];
|
|
32728
|
+
sort?: InputMaybe<GraphStoreUserAssignedWorkItemSortInput>;
|
|
32729
|
+
};
|
|
32730
|
+
export declare type GraphStoreUserAssignedWorkItemInverseArgs = {
|
|
32731
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32732
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32733
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32734
|
+
id: Scalars['ID']['input'];
|
|
32735
|
+
sort?: InputMaybe<GraphStoreUserAssignedWorkItemSortInput>;
|
|
32736
|
+
};
|
|
32653
32737
|
export declare type GraphStoreUserAttendedCalendarEventArgs = {
|
|
32654
32738
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32655
32739
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34568,6 +34652,47 @@ export declare type GraphStoreBatchFocusAreaHasProjectStartNode = {
|
|
|
34568
34652
|
id: Scalars['ID']['output'];
|
|
34569
34653
|
};
|
|
34570
34654
|
export declare type GraphStoreBatchFocusAreaHasProjectStartUnion = MercuryFocusArea;
|
|
34655
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherConnection = HasPageInfo & {
|
|
34656
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherConnection';
|
|
34657
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasWatcherEdge>>;
|
|
34658
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasWatcherNode>>;
|
|
34659
|
+
pageInfo: PageInfo;
|
|
34660
|
+
};
|
|
34661
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherEdge = {
|
|
34662
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherEdge';
|
|
34663
|
+
node: GraphStoreBatchFocusAreaHasWatcherInnerConnection;
|
|
34664
|
+
};
|
|
34665
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherEndNode = {
|
|
34666
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherEndNode';
|
|
34667
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasWatcherEndUnion>;
|
|
34668
|
+
id: Scalars['ID']['output'];
|
|
34669
|
+
};
|
|
34670
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherEndUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
34671
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherInnerConnection = {
|
|
34672
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherInnerConnection';
|
|
34673
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasWatcherInnerEdge>>;
|
|
34674
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasWatcherNode>>;
|
|
34675
|
+
requestedId: Scalars['ID']['output'];
|
|
34676
|
+
};
|
|
34677
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherInnerEdge = {
|
|
34678
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherInnerEdge';
|
|
34679
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34680
|
+
node: GraphStoreBatchFocusAreaHasWatcherNode;
|
|
34681
|
+
};
|
|
34682
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherNode = Node & {
|
|
34683
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherNode';
|
|
34684
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34685
|
+
from: GraphStoreBatchFocusAreaHasWatcherStartNode;
|
|
34686
|
+
id: Scalars['ID']['output'];
|
|
34687
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34688
|
+
to: GraphStoreBatchFocusAreaHasWatcherEndNode;
|
|
34689
|
+
};
|
|
34690
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherStartNode = {
|
|
34691
|
+
__typename?: 'GraphStoreBatchFocusAreaHasWatcherStartNode';
|
|
34692
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasWatcherStartUnion>;
|
|
34693
|
+
id: Scalars['ID']['output'];
|
|
34694
|
+
};
|
|
34695
|
+
export declare type GraphStoreBatchFocusAreaHasWatcherStartUnion = MercuryFocusArea;
|
|
34571
34696
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
|
|
34572
34697
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
|
|
34573
34698
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -35691,7 +35816,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
35691
35816
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
35692
35817
|
id: Scalars['ID']['output'];
|
|
35693
35818
|
};
|
|
35694
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35819
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35695
35820
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
35696
35821
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
35697
35822
|
value: Scalars['Int']['output'];
|
|
@@ -35726,7 +35851,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
35726
35851
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
35727
35852
|
id: Scalars['ID']['output'];
|
|
35728
35853
|
};
|
|
35729
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35854
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35730
35855
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
35731
35856
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
35732
35857
|
value: Scalars['String']['output'];
|
|
@@ -35736,19 +35861,19 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
35736
35861
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
35737
35862
|
id: Scalars['ID']['output'];
|
|
35738
35863
|
};
|
|
35739
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35864
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35740
35865
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
35741
35866
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
35742
35867
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
35743
35868
|
id: Scalars['ID']['output'];
|
|
35744
35869
|
};
|
|
35745
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35870
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35746
35871
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
35747
35872
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
35748
35873
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
35749
35874
|
id: Scalars['ID']['output'];
|
|
35750
35875
|
};
|
|
35751
|
-
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35876
|
+
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35752
35877
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
35753
35878
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
35754
35879
|
value: Scalars['Boolean']['output'];
|
|
@@ -35847,7 +35972,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
35847
35972
|
V2 = "V2",
|
|
35848
35973
|
V3 = "V3"
|
|
35849
35974
|
}
|
|
35850
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35975
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35851
35976
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
35852
35977
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
35853
35978
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -36266,6 +36391,9 @@ export declare type GraphStoreFocusAreaHasPageSortInput = {
|
|
|
36266
36391
|
export declare type GraphStoreFocusAreaHasProjectSortInput = {
|
|
36267
36392
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36268
36393
|
};
|
|
36394
|
+
export declare type GraphStoreFocusAreaHasWatcherSortInput = {
|
|
36395
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36396
|
+
};
|
|
36269
36397
|
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
36270
36398
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
36271
36399
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -42539,6 +42667,34 @@ export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
|
|
|
42539
42667
|
};
|
|
42540
42668
|
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
|
|
42541
42669
|
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
42670
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherConnection = HasPageInfo & {
|
|
42671
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasWatcherConnection';
|
|
42672
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasWatcherEdge>>>;
|
|
42673
|
+
pageInfo: PageInfo;
|
|
42674
|
+
};
|
|
42675
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherEdge = {
|
|
42676
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasWatcherEdge';
|
|
42677
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42678
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42679
|
+
id: Scalars['ID']['output'];
|
|
42680
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42681
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherUnion>;
|
|
42682
|
+
};
|
|
42683
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection = HasPageInfo & {
|
|
42684
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection';
|
|
42685
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseEdge>>>;
|
|
42686
|
+
pageInfo: PageInfo;
|
|
42687
|
+
};
|
|
42688
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherInverseEdge = {
|
|
42689
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasWatcherInverseEdge';
|
|
42690
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42691
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42692
|
+
id: Scalars['ID']['output'];
|
|
42693
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42694
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseUnion>;
|
|
42695
|
+
};
|
|
42696
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherInverseUnion = MercuryFocusArea;
|
|
42697
|
+
export declare type GraphStoreSimplifiedFocusAreaHasWatcherUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42542
42698
|
export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection = HasPageInfo & {
|
|
42543
42699
|
__typename?: 'GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection';
|
|
42544
42700
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseEdge>>>;
|
|
@@ -46019,6 +46175,34 @@ export declare type GraphStoreSimplifiedUserAssignedPirInverseEdge = {
|
|
|
46019
46175
|
};
|
|
46020
46176
|
export declare type GraphStoreSimplifiedUserAssignedPirInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46021
46177
|
export declare type GraphStoreSimplifiedUserAssignedPirUnion = JiraIssue;
|
|
46178
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemConnection = HasPageInfo & {
|
|
46179
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedWorkItemConnection';
|
|
46180
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedWorkItemEdge>>>;
|
|
46181
|
+
pageInfo: PageInfo;
|
|
46182
|
+
};
|
|
46183
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemEdge = {
|
|
46184
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedWorkItemEdge';
|
|
46185
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46186
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46187
|
+
id: Scalars['ID']['output'];
|
|
46188
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46189
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedWorkItemUnion>;
|
|
46190
|
+
};
|
|
46191
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemInverseConnection = HasPageInfo & {
|
|
46192
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedWorkItemInverseConnection';
|
|
46193
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedWorkItemInverseEdge>>>;
|
|
46194
|
+
pageInfo: PageInfo;
|
|
46195
|
+
};
|
|
46196
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemInverseEdge = {
|
|
46197
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedWorkItemInverseEdge';
|
|
46198
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46199
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46200
|
+
id: Scalars['ID']['output'];
|
|
46201
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46202
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedWorkItemInverseUnion>;
|
|
46203
|
+
};
|
|
46204
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46205
|
+
export declare type GraphStoreSimplifiedUserAssignedWorkItemUnion = ExternalWorkItem;
|
|
46022
46206
|
export declare type GraphStoreSimplifiedUserAttendedCalendarEventConnection = HasPageInfo & HasTotal & {
|
|
46023
46207
|
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventConnection';
|
|
46024
46208
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAttendedCalendarEventEdge>>>;
|
|
@@ -49271,6 +49455,9 @@ export declare type GraphStoreUserAssignedIssueSortInput = {
|
|
|
49271
49455
|
export declare type GraphStoreUserAssignedPirSortInput = {
|
|
49272
49456
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49273
49457
|
};
|
|
49458
|
+
export declare type GraphStoreUserAssignedWorkItemSortInput = {
|
|
49459
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49460
|
+
};
|
|
49274
49461
|
export declare type GraphStoreUserAttendedCalendarEventConditionalFilterInput = {
|
|
49275
49462
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
49276
49463
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -56329,6 +56516,7 @@ export declare type JiraCreateFormattingRulePayload = Payload & {
|
|
|
56329
56516
|
};
|
|
56330
56517
|
export declare type JiraCreateGlobalCustomFieldInput = {
|
|
56331
56518
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
56519
|
+
formatConfig?: InputMaybe<JiraFieldFormatConfigInput>;
|
|
56332
56520
|
name: Scalars['String']['input'];
|
|
56333
56521
|
options?: InputMaybe<Array<JiraCreateGlobalCustomFieldOptionInput>>;
|
|
56334
56522
|
type: JiraConfigFieldType;
|
|
@@ -58371,12 +58559,13 @@ export declare type JiraForgeWorkItemPanel = {
|
|
|
58371
58559
|
};
|
|
58372
58560
|
export declare type JiraForgeWorkItemPanelInstance = {
|
|
58373
58561
|
__typename?: 'JiraForgeWorkItemPanelInstance';
|
|
58562
|
+
added: Scalars['Long']['output'];
|
|
58374
58563
|
collapsed: Scalars['Boolean']['output'];
|
|
58375
58564
|
id: Scalars['ID']['output'];
|
|
58376
58565
|
pinnedTo: JiraForgeWorkItemPinnableEntityType;
|
|
58377
58566
|
};
|
|
58378
58567
|
export declare type JiraForgeWorkItemPanelsContextInput = {
|
|
58379
|
-
workItemIdOrKey
|
|
58568
|
+
workItemIdOrKey: Scalars['String']['input'];
|
|
58380
58569
|
};
|
|
58381
58570
|
export declare enum JiraForgeWorkItemPinnableEntityType {
|
|
58382
58571
|
Project = "PROJECT",
|
|
@@ -59520,6 +59709,7 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
59520
59709
|
defaultJqlClauseName?: Maybe<Scalars['String']['output']>;
|
|
59521
59710
|
description?: Maybe<Scalars['String']['output']>;
|
|
59522
59711
|
fieldId: Scalars['String']['output'];
|
|
59712
|
+
formatConfig?: Maybe<JiraFieldFormatConfig>;
|
|
59523
59713
|
id: Scalars['ID']['output'];
|
|
59524
59714
|
isCustom: Scalars['Boolean']['output'];
|
|
59525
59715
|
isDefaultFieldOptionsCountOverLimit?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -59946,6 +60136,7 @@ export declare type JiraIssueLinkRelationshipTypeField = JiraIssueField & JiraIs
|
|
|
59946
60136
|
type: Scalars['String']['output'];
|
|
59947
60137
|
};
|
|
59948
60138
|
export declare type JiraIssueLinkRelationshipTypeUpdateInput = {
|
|
60139
|
+
direction?: InputMaybe<JiraIssueLinkDirection>;
|
|
59949
60140
|
issueLinkId: Scalars['ID']['input'];
|
|
59950
60141
|
issueLinkTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
59951
60142
|
};
|
|
@@ -60832,6 +61023,36 @@ export declare type JiraJourneyItemCommon = {
|
|
|
60832
61023
|
name?: Maybe<Scalars['String']['output']>;
|
|
60833
61024
|
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
60834
61025
|
};
|
|
61026
|
+
export declare type JiraJourneyItemCondition = {
|
|
61027
|
+
__typename?: 'JiraJourneyItemCondition';
|
|
61028
|
+
comparator: JiraJourneyItemConditionComparator;
|
|
61029
|
+
left: Scalars['String']['output'];
|
|
61030
|
+
right: Scalars['String']['output'];
|
|
61031
|
+
};
|
|
61032
|
+
export declare enum JiraJourneyItemConditionComparator {
|
|
61033
|
+
Contains = "CONTAINS",
|
|
61034
|
+
Equals = "EQUALS",
|
|
61035
|
+
GreaterThan = "GREATER_THAN",
|
|
61036
|
+
LessThan = "LESS_THAN",
|
|
61037
|
+
NotContains = "NOT_CONTAINS",
|
|
61038
|
+
NotEquals = "NOT_EQUALS",
|
|
61039
|
+
RegexContains = "REGEX_CONTAINS",
|
|
61040
|
+
RegexMatches = "REGEX_MATCHES",
|
|
61041
|
+
RegexNotMatches = "REGEX_NOT_MATCHES",
|
|
61042
|
+
StartsWith = "STARTS_WITH"
|
|
61043
|
+
}
|
|
61044
|
+
export declare type JiraJourneyItemConditionInput = {
|
|
61045
|
+
comparator: JiraJourneyItemConditionComparator;
|
|
61046
|
+
left: Scalars['String']['input'];
|
|
61047
|
+
right: Scalars['String']['input'];
|
|
61048
|
+
};
|
|
61049
|
+
export declare type JiraJourneyItemConditions = {
|
|
61050
|
+
__typename?: 'JiraJourneyItemConditions';
|
|
61051
|
+
conditions?: Maybe<Array<JiraJourneyItemCondition>>;
|
|
61052
|
+
};
|
|
61053
|
+
export declare type JiraJourneyItemConditionsInput = {
|
|
61054
|
+
conditions: Array<JiraJourneyItemConditionInput>;
|
|
61055
|
+
};
|
|
60835
61056
|
export declare type JiraJourneyItemConfigurationInput = {
|
|
60836
61057
|
statusDependencyConfiguration?: InputMaybe<JiraJourneyStatusDependencyConfigurationInput>;
|
|
60837
61058
|
workItemConfiguration?: InputMaybe<JiraJourneyWorkItemConfigurationInput>;
|
|
@@ -60927,6 +61148,7 @@ export declare type JiraJourneyValidationError = {
|
|
|
60927
61148
|
export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
60928
61149
|
__typename?: 'JiraJourneyWorkItem';
|
|
60929
61150
|
associatedAutomationRules?: Maybe<Array<JiraJourneyBuilderAssociatedAutomationRule>>;
|
|
61151
|
+
conditions?: Maybe<JiraJourneyItemConditions>;
|
|
60930
61152
|
fieldValues?: Maybe<Array<JiraJourneyWorkItemFieldValueKeyValuePair>>;
|
|
60931
61153
|
id: Scalars['ID']['output'];
|
|
60932
61154
|
issueType?: Maybe<JiraIssueType>;
|
|
@@ -62113,6 +62335,7 @@ export declare type JiraMutation = {
|
|
|
62113
62335
|
addFieldsToProject?: Maybe<JiraAddFieldsToProjectPayload>;
|
|
62114
62336
|
addIssuesToFixVersion?: Maybe<JiraAddIssuesToFixVersionPayload>;
|
|
62115
62337
|
addJiraJourneyWorkItemAssociatedAutomationRule?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
62338
|
+
addJiraJourneyWorkItemConditions?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
62116
62339
|
addJiraVersionApprover?: Maybe<JiraVersionAddApproverPayload>;
|
|
62117
62340
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
62118
62341
|
addPostIncidentReviewLink?: Maybe<JiraAddPostIncidentReviewLinkMutationPayload>;
|
|
@@ -62197,6 +62420,7 @@ export declare type JiraMutation = {
|
|
|
62197
62420
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
62198
62421
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
62199
62422
|
removeJiraJourneyWorkItemAssociatedAutomationRule?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
62423
|
+
removeJiraJourneyWorkItemConditions?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
62200
62424
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
62201
62425
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
62202
62426
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
@@ -62327,6 +62551,10 @@ export declare type JiraMutationAddJiraJourneyWorkItemAssociatedAutomationRuleAr
|
|
|
62327
62551
|
cloudId: Scalars['ID']['input'];
|
|
62328
62552
|
input: JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput;
|
|
62329
62553
|
};
|
|
62554
|
+
export declare type JiraMutationAddJiraJourneyWorkItemConditionsArgs = {
|
|
62555
|
+
cloudId: Scalars['ID']['input'];
|
|
62556
|
+
input: JiraUpdateJourneyWorkItemConditionsInput;
|
|
62557
|
+
};
|
|
62330
62558
|
export declare type JiraMutationAddJiraVersionApproverArgs = {
|
|
62331
62559
|
input: JiraVersionAddApproverInput;
|
|
62332
62560
|
};
|
|
@@ -62602,6 +62830,10 @@ export declare type JiraMutationRemoveJiraJourneyWorkItemAssociatedAutomationRul
|
|
|
62602
62830
|
cloudId: Scalars['ID']['input'];
|
|
62603
62831
|
input: JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput;
|
|
62604
62832
|
};
|
|
62833
|
+
export declare type JiraMutationRemoveJiraJourneyWorkItemConditionsArgs = {
|
|
62834
|
+
cloudId: Scalars['ID']['input'];
|
|
62835
|
+
input: JiraUpdateJourneyWorkItemConditionsInput;
|
|
62836
|
+
};
|
|
62605
62837
|
export declare type JiraMutationRemovePermissionSchemeGrantsArgs = {
|
|
62606
62838
|
input: JiraPermissionSchemeRemoveGrantInput;
|
|
62607
62839
|
};
|
|
@@ -62742,6 +62974,7 @@ export declare type JiraMutationUpdateEntitlementFieldArgs = {
|
|
|
62742
62974
|
export declare type JiraMutationUpdateFieldSetsViewArgs = {
|
|
62743
62975
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
62744
62976
|
id: Scalars['ID']['input'];
|
|
62977
|
+
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
62745
62978
|
};
|
|
62746
62979
|
export declare type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
62747
62980
|
input: JiraUpdateForgeObjectFieldInput;
|
|
@@ -70283,6 +70516,7 @@ export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
|
70283
70516
|
export declare type JiraUpdateGlobalCustomFieldInput = {
|
|
70284
70517
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
70285
70518
|
fieldId: Scalars['String']['input'];
|
|
70519
|
+
formatConfig?: InputMaybe<JiraFieldFormatConfigInput>;
|
|
70286
70520
|
name: Scalars['String']['input'];
|
|
70287
70521
|
searcherKey?: InputMaybe<Scalars['String']['input']>;
|
|
70288
70522
|
};
|
|
@@ -70393,6 +70627,13 @@ export declare type JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput = {
|
|
|
70393
70627
|
journeyItemId: Scalars['ID']['input'];
|
|
70394
70628
|
journeyVersion: Scalars['Long']['input'];
|
|
70395
70629
|
};
|
|
70630
|
+
export declare type JiraUpdateJourneyWorkItemConditionsInput = {
|
|
70631
|
+
conditions: JiraJourneyItemConditionsInput;
|
|
70632
|
+
etag: Scalars['String']['input'];
|
|
70633
|
+
journeyId: Scalars['ID']['input'];
|
|
70634
|
+
journeyItemId: Scalars['ID']['input'];
|
|
70635
|
+
journeyVersion: Scalars['Long']['input'];
|
|
70636
|
+
};
|
|
70396
70637
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
70397
70638
|
id: Scalars['ID']['input'];
|
|
70398
70639
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -86326,6 +86567,7 @@ export declare type QueryDevai_FlowSessionsByIssueKeyAndCloudIdArgs = {
|
|
|
86326
86567
|
export declare type QueryDevai_GetPrefillRepoUrlForFlowArgs = {
|
|
86327
86568
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
86328
86569
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
86570
|
+
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
86329
86571
|
};
|
|
86330
86572
|
export declare type QueryDevai_GetUserPermissionsForRepoArgs = {
|
|
86331
86573
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -97343,6 +97585,10 @@ export declare type TrelloBoardPowerUpConnection = {
|
|
|
97343
97585
|
nodes?: Maybe<Array<TrelloPowerUp>>;
|
|
97344
97586
|
pageInfo: PageInfo;
|
|
97345
97587
|
};
|
|
97588
|
+
export declare type TrelloBoardPowerUpConnectionUpdated = {
|
|
97589
|
+
__typename?: 'TrelloBoardPowerUpConnectionUpdated';
|
|
97590
|
+
edges?: Maybe<Array<TrelloBoardPowerUpEdgeUpdated>>;
|
|
97591
|
+
};
|
|
97346
97592
|
export declare type TrelloBoardPowerUpEdge = {
|
|
97347
97593
|
__typename?: 'TrelloBoardPowerUpEdge';
|
|
97348
97594
|
cursor: Scalars['String']['output'];
|
|
@@ -97351,6 +97597,13 @@ export declare type TrelloBoardPowerUpEdge = {
|
|
|
97351
97597
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
97352
97598
|
promotional?: Maybe<Scalars['Boolean']['output']>;
|
|
97353
97599
|
};
|
|
97600
|
+
export declare type TrelloBoardPowerUpEdgeUpdated = {
|
|
97601
|
+
__typename?: 'TrelloBoardPowerUpEdgeUpdated';
|
|
97602
|
+
memberId?: Maybe<Scalars['ID']['output']>;
|
|
97603
|
+
node: TrelloPowerUp;
|
|
97604
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
97605
|
+
promotional?: Maybe<Scalars['Boolean']['output']>;
|
|
97606
|
+
};
|
|
97354
97607
|
export declare type TrelloBoardPowerUpFilterInput = {
|
|
97355
97608
|
access?: InputMaybe<Scalars['String']['input']>;
|
|
97356
97609
|
};
|
|
@@ -97411,6 +97664,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
97411
97664
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
97412
97665
|
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
97413
97666
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
97667
|
+
powerUps?: Maybe<TrelloBoardPowerUpConnectionUpdated>;
|
|
97414
97668
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
97415
97669
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
97416
97670
|
url?: Maybe<Scalars['URL']['output']>;
|
|
@@ -97477,6 +97731,7 @@ export declare type TrelloCard = Node & {
|
|
|
97477
97731
|
list?: Maybe<TrelloList>;
|
|
97478
97732
|
location?: Maybe<TrelloCardLocation>;
|
|
97479
97733
|
members?: Maybe<TrelloMemberConnection>;
|
|
97734
|
+
membersVoted?: Maybe<TrelloMemberConnection>;
|
|
97480
97735
|
mirrorSource?: Maybe<TrelloCard>;
|
|
97481
97736
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
97482
97737
|
mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -97519,6 +97774,10 @@ export declare type TrelloCardMembersArgs = {
|
|
|
97519
97774
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
97520
97775
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
97521
97776
|
};
|
|
97777
|
+
export declare type TrelloCardMembersVotedArgs = {
|
|
97778
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
97779
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
97780
|
+
};
|
|
97522
97781
|
export declare type TrelloCardPowerUpDataArgs = {
|
|
97523
97782
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
97524
97783
|
filter?: InputMaybe<TrelloPowerUpDataFilterInput>;
|
|
@@ -97729,6 +97988,10 @@ export declare type TrelloCardCustomFieldItemEdgeUpdated = {
|
|
|
97729
97988
|
__typename?: 'TrelloCardCustomFieldItemEdgeUpdated';
|
|
97730
97989
|
node: TrelloCustomFieldItemUpdated;
|
|
97731
97990
|
};
|
|
97991
|
+
export declare type TrelloCardDeleted = {
|
|
97992
|
+
__typename?: 'TrelloCardDeleted';
|
|
97993
|
+
id: Scalars['ID']['output'];
|
|
97994
|
+
};
|
|
97732
97995
|
export declare type TrelloCardDueInfo = {
|
|
97733
97996
|
__typename?: 'TrelloCardDueInfo';
|
|
97734
97997
|
at?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -97809,6 +98072,7 @@ export declare type TrelloCardUpdated = {
|
|
|
97809
98072
|
list?: Maybe<TrelloList>;
|
|
97810
98073
|
location?: Maybe<TrelloCardLocation>;
|
|
97811
98074
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
98075
|
+
membersVoted?: Maybe<TrelloMemberUpdatedConnection>;
|
|
97812
98076
|
mirrorSource?: Maybe<TrelloCard>;
|
|
97813
98077
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
97814
98078
|
mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -98013,6 +98277,23 @@ export declare type TrelloCopyInboxCardActionDisplayEntities = {
|
|
|
98013
98277
|
card?: Maybe<TrelloActionCardEntity>;
|
|
98014
98278
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
98015
98279
|
};
|
|
98280
|
+
export declare type TrelloCreateApplicationInput = {
|
|
98281
|
+
agreementId: Scalars['ID']['input'];
|
|
98282
|
+
author: Scalars['String']['input'];
|
|
98283
|
+
email: Scalars['String']['input'];
|
|
98284
|
+
iframeUrl?: InputMaybe<Scalars['URL']['input']>;
|
|
98285
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
98286
|
+
name: Scalars['String']['input'];
|
|
98287
|
+
supportContact: Scalars['String']['input'];
|
|
98288
|
+
workspaceId: Scalars['ID']['input'];
|
|
98289
|
+
};
|
|
98290
|
+
export declare type TrelloCreateApplicationPayload = Payload & {
|
|
98291
|
+
__typename?: 'TrelloCreateApplicationPayload';
|
|
98292
|
+
errors?: Maybe<Array<MutationError>>;
|
|
98293
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
98294
|
+
oauth2Client?: Maybe<TrelloOAuth2Client>;
|
|
98295
|
+
success: Scalars['Boolean']['output'];
|
|
98296
|
+
};
|
|
98016
98297
|
export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
|
|
98017
98298
|
__typename?: 'TrelloCreateCardAction';
|
|
98018
98299
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
@@ -98476,6 +98757,7 @@ export declare type TrelloListUpdated = {
|
|
|
98476
98757
|
id: Scalars['ID']['output'];
|
|
98477
98758
|
name?: Maybe<Scalars['String']['output']>;
|
|
98478
98759
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
98760
|
+
onCardDeleted?: Maybe<Array<TrelloCardDeleted>>;
|
|
98479
98761
|
position?: Maybe<Scalars['Float']['output']>;
|
|
98480
98762
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
98481
98763
|
};
|
|
@@ -98652,6 +98934,7 @@ export declare type TrelloMutationApi = {
|
|
|
98652
98934
|
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
98653
98935
|
archiveCard?: Maybe<TrelloArchiveCardPayload>;
|
|
98654
98936
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
98937
|
+
createApplication?: Maybe<TrelloCreateApplicationPayload>;
|
|
98655
98938
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
98656
98939
|
createOAuth2Application?: Maybe<TrelloCreateOAuth2ApplicationPayload>;
|
|
98657
98940
|
createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
|
|
@@ -98675,6 +98958,7 @@ export declare type TrelloMutationApi = {
|
|
|
98675
98958
|
updateBoardVisibility?: Maybe<TrelloUpdateBoardVisibilityPayload>;
|
|
98676
98959
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
98677
98960
|
updateKeyboardShortcutsPref?: Maybe<TrelloUpdateKeyboardShortcutsPrefPayload>;
|
|
98961
|
+
updateOAuth2AppCallbackUrls?: Maybe<TrelloUpdateOAuth2AppCallbackUrlsPayload>;
|
|
98678
98962
|
watchCard?: Maybe<TrelloWatchCardPayload>;
|
|
98679
98963
|
};
|
|
98680
98964
|
export declare type TrelloMutationApiAddMemberToCardArgs = {
|
|
@@ -98686,6 +98970,9 @@ export declare type TrelloMutationApiArchiveCardArgs = {
|
|
|
98686
98970
|
export declare type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
98687
98971
|
input: TrelloAssignCardToPlannerCalendarEventInput;
|
|
98688
98972
|
};
|
|
98973
|
+
export declare type TrelloMutationApiCreateApplicationArgs = {
|
|
98974
|
+
input: TrelloCreateApplicationInput;
|
|
98975
|
+
};
|
|
98689
98976
|
export declare type TrelloMutationApiCreateCardArgs = {
|
|
98690
98977
|
input: TrelloCreateCardInput;
|
|
98691
98978
|
};
|
|
@@ -98755,6 +99042,9 @@ export declare type TrelloMutationApiUpdateCardNameArgs = {
|
|
|
98755
99042
|
export declare type TrelloMutationApiUpdateKeyboardShortcutsPrefArgs = {
|
|
98756
99043
|
input: TrelloUpdateKeyboardShortcutsPrefInput;
|
|
98757
99044
|
};
|
|
99045
|
+
export declare type TrelloMutationApiUpdateOAuth2AppCallbackUrlsArgs = {
|
|
99046
|
+
input: TrelloUpdateOAuth2AppCallbackUrlsInput;
|
|
99047
|
+
};
|
|
98758
99048
|
export declare type TrelloMutationApiWatchCardArgs = {
|
|
98759
99049
|
input: TrelloWatchCardInput;
|
|
98760
99050
|
};
|
|
@@ -99741,6 +100031,17 @@ export declare type TrelloUpdateKeyboardShortcutsPrefPayload = Payload & {
|
|
|
99741
100031
|
errors?: Maybe<Array<MutationError>>;
|
|
99742
100032
|
success: Scalars['Boolean']['output'];
|
|
99743
100033
|
};
|
|
100034
|
+
export declare type TrelloUpdateOAuth2AppCallbackUrlsInput = {
|
|
100035
|
+
callbackUrls: Array<Scalars['URL']['input']>;
|
|
100036
|
+
id: Scalars['ID']['input'];
|
|
100037
|
+
};
|
|
100038
|
+
export declare type TrelloUpdateOAuth2AppCallbackUrlsPayload = Payload & {
|
|
100039
|
+
__typename?: 'TrelloUpdateOAuth2AppCallbackUrlsPayload';
|
|
100040
|
+
callbackUrls?: Maybe<Array<Scalars['URL']['output']>>;
|
|
100041
|
+
errors?: Maybe<Array<MutationError>>;
|
|
100042
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
100043
|
+
success: Scalars['Boolean']['output'];
|
|
100044
|
+
};
|
|
99744
100045
|
export declare type TrelloUploadedBackground = {
|
|
99745
100046
|
__typename?: 'TrelloUploadedBackground';
|
|
99746
100047
|
objectId: Scalars['ID']['output'];
|
|
@@ -99944,6 +100245,171 @@ export declare type UnifiedAdmins = UnifiedINode & {
|
|
|
99944
100245
|
admins?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
99945
100246
|
id: Scalars['ID']['output'];
|
|
99946
100247
|
};
|
|
100248
|
+
export declare type UnifiedAiAccount = UnifiedINode & {
|
|
100249
|
+
__typename?: 'UnifiedAiAccount';
|
|
100250
|
+
aaid: Scalars['String']['output'];
|
|
100251
|
+
created_at: Scalars['String']['output'];
|
|
100252
|
+
email_id?: Maybe<Scalars['String']['output']>;
|
|
100253
|
+
id: Scalars['ID']['output'];
|
|
100254
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
100255
|
+
org_id?: Maybe<Scalars['String']['output']>;
|
|
100256
|
+
updated_at: Scalars['String']['output'];
|
|
100257
|
+
};
|
|
100258
|
+
export declare type UnifiedAiCategoriesResult = {
|
|
100259
|
+
__typename?: 'UnifiedAiCategoriesResult';
|
|
100260
|
+
categories: Array<UnifiedAiCategory>;
|
|
100261
|
+
};
|
|
100262
|
+
export declare type UnifiedAiCategory = UnifiedINode & {
|
|
100263
|
+
__typename?: 'UnifiedAiCategory';
|
|
100264
|
+
created_at: Scalars['String']['output'];
|
|
100265
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
100266
|
+
href: Scalars['String']['output'];
|
|
100267
|
+
id: Scalars['ID']['output'];
|
|
100268
|
+
is_active: Scalars['Boolean']['output'];
|
|
100269
|
+
name: Scalars['String']['output'];
|
|
100270
|
+
order: Scalars['Int']['output'];
|
|
100271
|
+
parent_id?: Maybe<Scalars['String']['output']>;
|
|
100272
|
+
type: Scalars['String']['output'];
|
|
100273
|
+
updated_at: Scalars['String']['output'];
|
|
100274
|
+
};
|
|
100275
|
+
export declare type UnifiedAiCategoryPayload = {
|
|
100276
|
+
__typename?: 'UnifiedAiCategoryPayload';
|
|
100277
|
+
category?: Maybe<UnifiedAiCategory>;
|
|
100278
|
+
errors?: Maybe<Array<Maybe<UnifiedAiError>>>;
|
|
100279
|
+
success: Scalars['Boolean']['output'];
|
|
100280
|
+
};
|
|
100281
|
+
export declare type UnifiedAiEditHistory = {
|
|
100282
|
+
__typename?: 'UnifiedAiEditHistory';
|
|
100283
|
+
edit_reason?: Maybe<Scalars['String']['output']>;
|
|
100284
|
+
edited_at: Scalars['String']['output'];
|
|
100285
|
+
editor?: Maybe<UnifiedAiAccount>;
|
|
100286
|
+
editor_id: Scalars['String']['output'];
|
|
100287
|
+
id: Scalars['ID']['output'];
|
|
100288
|
+
post_id: Scalars['String']['output'];
|
|
100289
|
+
};
|
|
100290
|
+
export declare type UnifiedAiError = {
|
|
100291
|
+
__typename?: 'UnifiedAiError';
|
|
100292
|
+
code?: Maybe<Scalars['String']['output']>;
|
|
100293
|
+
extensions?: Maybe<UnifiedAiErrorExtensions>;
|
|
100294
|
+
message: Scalars['String']['output'];
|
|
100295
|
+
};
|
|
100296
|
+
export declare type UnifiedAiErrorExtensions = {
|
|
100297
|
+
__typename?: 'UnifiedAiErrorExtensions';
|
|
100298
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
100299
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
100300
|
+
};
|
|
100301
|
+
export declare type UnifiedAiMutation = {
|
|
100302
|
+
__typename?: 'UnifiedAiMutation';
|
|
100303
|
+
createForumCategory?: Maybe<UnifiedAiCategoryPayload>;
|
|
100304
|
+
createPost?: Maybe<UnifiedAiPostPayload>;
|
|
100305
|
+
deletePost?: Maybe<UnifiedAiPostPayload>;
|
|
100306
|
+
updatePost?: Maybe<UnifiedAiPostPayload>;
|
|
100307
|
+
};
|
|
100308
|
+
export declare type UnifiedAiMutationCreateForumCategoryArgs = {
|
|
100309
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
100310
|
+
href: Scalars['String']['input'];
|
|
100311
|
+
is_active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
100312
|
+
name: Scalars['String']['input'];
|
|
100313
|
+
order?: InputMaybe<Scalars['Int']['input']>;
|
|
100314
|
+
parent_id?: InputMaybe<Scalars['String']['input']>;
|
|
100315
|
+
type: Scalars['String']['input'];
|
|
100316
|
+
};
|
|
100317
|
+
export declare type UnifiedAiMutationCreatePostArgs = {
|
|
100318
|
+
categoryId: Scalars['String']['input'];
|
|
100319
|
+
content: Scalars['String']['input'];
|
|
100320
|
+
title: Scalars['String']['input'];
|
|
100321
|
+
type: Scalars['String']['input'];
|
|
100322
|
+
};
|
|
100323
|
+
export declare type UnifiedAiMutationDeletePostArgs = {
|
|
100324
|
+
id: Scalars['String']['input'];
|
|
100325
|
+
};
|
|
100326
|
+
export declare type UnifiedAiMutationUpdatePostArgs = {
|
|
100327
|
+
content: Scalars['String']['input'];
|
|
100328
|
+
editReason?: InputMaybe<Scalars['String']['input']>;
|
|
100329
|
+
id: Scalars['String']['input'];
|
|
100330
|
+
};
|
|
100331
|
+
export declare type UnifiedAiPost = UnifiedINode & {
|
|
100332
|
+
__typename?: 'UnifiedAiPost';
|
|
100333
|
+
author?: Maybe<UnifiedAiAccount>;
|
|
100334
|
+
author_id: Scalars['String']['output'];
|
|
100335
|
+
category?: Maybe<UnifiedAiCategory>;
|
|
100336
|
+
category_id: Scalars['String']['output'];
|
|
100337
|
+
content: Scalars['String']['output'];
|
|
100338
|
+
created_at: Scalars['String']['output'];
|
|
100339
|
+
edit_history?: Maybe<Array<Maybe<UnifiedAiEditHistory>>>;
|
|
100340
|
+
id: Scalars['ID']['output'];
|
|
100341
|
+
is_locked: Scalars['Boolean']['output'];
|
|
100342
|
+
is_pinned: Scalars['Boolean']['output'];
|
|
100343
|
+
like_ids: Array<Scalars['String']['output']>;
|
|
100344
|
+
responses?: Maybe<Array<Maybe<UnifiedAiPost>>>;
|
|
100345
|
+
tags: Array<Scalars['String']['output']>;
|
|
100346
|
+
title: Scalars['String']['output'];
|
|
100347
|
+
type: Scalars['String']['output'];
|
|
100348
|
+
updated_at: Scalars['String']['output'];
|
|
100349
|
+
};
|
|
100350
|
+
export declare type UnifiedAiPostEdge = UnifiedIEdge & {
|
|
100351
|
+
__typename?: 'UnifiedAiPostEdge';
|
|
100352
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
100353
|
+
node?: Maybe<UnifiedAiPost>;
|
|
100354
|
+
};
|
|
100355
|
+
export declare type UnifiedAiPostPayload = {
|
|
100356
|
+
__typename?: 'UnifiedAiPostPayload';
|
|
100357
|
+
errors?: Maybe<Array<Maybe<UnifiedAiError>>>;
|
|
100358
|
+
post?: Maybe<UnifiedAiPost>;
|
|
100359
|
+
success: Scalars['Boolean']['output'];
|
|
100360
|
+
};
|
|
100361
|
+
export declare type UnifiedAiPostResult = {
|
|
100362
|
+
__typename?: 'UnifiedAiPostResult';
|
|
100363
|
+
post: UnifiedAiPost;
|
|
100364
|
+
};
|
|
100365
|
+
export declare enum UnifiedAiPostSortField {
|
|
100366
|
+
CreatedAt = "CREATED_AT",
|
|
100367
|
+
IsPinned = "IS_PINNED",
|
|
100368
|
+
LastReplyAt = "LAST_REPLY_AT",
|
|
100369
|
+
Title = "TITLE",
|
|
100370
|
+
UpdatedAt = "UPDATED_AT",
|
|
100371
|
+
ViewCount = "VIEW_COUNT"
|
|
100372
|
+
}
|
|
100373
|
+
export declare enum UnifiedAiPostType {
|
|
100374
|
+
Article = "ARTICLE",
|
|
100375
|
+
Question = "QUESTION"
|
|
100376
|
+
}
|
|
100377
|
+
export declare type UnifiedAiPostsConnection = UnifiedIConnection & {
|
|
100378
|
+
__typename?: 'UnifiedAiPostsConnection';
|
|
100379
|
+
edges?: Maybe<Array<Maybe<UnifiedAiPostEdge>>>;
|
|
100380
|
+
pageInfo: UnifiedPageInfo;
|
|
100381
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
100382
|
+
};
|
|
100383
|
+
export declare type UnifiedAiPostsResult = {
|
|
100384
|
+
__typename?: 'UnifiedAiPostsResult';
|
|
100385
|
+
posts: Array<UnifiedAiPost>;
|
|
100386
|
+
};
|
|
100387
|
+
export declare type UnifiedAiQuery = {
|
|
100388
|
+
__typename?: 'UnifiedAiQuery';
|
|
100389
|
+
getAllPosts?: Maybe<UnifiedUAiPostsConnectionResult>;
|
|
100390
|
+
getForumCategories?: Maybe<UnifiedUAiCategoriesResult>;
|
|
100391
|
+
getPostById?: Maybe<UnifiedUAiPostResult>;
|
|
100392
|
+
getPostsByAuthorId?: Maybe<UnifiedUAiPostsResult>;
|
|
100393
|
+
getPostsByCategory?: Maybe<UnifiedUAiPostsResult>;
|
|
100394
|
+
};
|
|
100395
|
+
export declare type UnifiedAiQueryGetAllPostsArgs = {
|
|
100396
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
100397
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
100398
|
+
isLocked?: InputMaybe<Scalars['Boolean']['input']>;
|
|
100399
|
+
isPinned?: InputMaybe<Scalars['Boolean']['input']>;
|
|
100400
|
+
sortDirection?: InputMaybe<UnifiedSortDirection>;
|
|
100401
|
+
sortField?: InputMaybe<UnifiedAiPostSortField>;
|
|
100402
|
+
type?: InputMaybe<Array<UnifiedAiPostType>>;
|
|
100403
|
+
};
|
|
100404
|
+
export declare type UnifiedAiQueryGetPostByIdArgs = {
|
|
100405
|
+
id: Scalars['String']['input'];
|
|
100406
|
+
};
|
|
100407
|
+
export declare type UnifiedAiQueryGetPostsByAuthorIdArgs = {
|
|
100408
|
+
authorId: Scalars['String']['input'];
|
|
100409
|
+
};
|
|
100410
|
+
export declare type UnifiedAiQueryGetPostsByCategoryArgs = {
|
|
100411
|
+
categoryId: Scalars['String']['input'];
|
|
100412
|
+
};
|
|
99947
100413
|
export declare type UnifiedAllowList = UnifiedINode & {
|
|
99948
100414
|
__typename?: 'UnifiedAllowList';
|
|
99949
100415
|
allowList?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -100455,6 +100921,7 @@ export declare type UnifiedLinkingStatusPayload = UnifiedPayload & {
|
|
|
100455
100921
|
export declare type UnifiedMutation = {
|
|
100456
100922
|
__typename?: 'UnifiedMutation';
|
|
100457
100923
|
account?: Maybe<UnifiedAccountMutation>;
|
|
100924
|
+
ai?: Maybe<UnifiedAiMutation>;
|
|
100458
100925
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
100459
100926
|
community?: Maybe<UnifiedCommunityMutation>;
|
|
100460
100927
|
consent?: Maybe<UnifiedConsentMutation>;
|
|
@@ -100581,6 +101048,7 @@ export declare type UnifiedQuery = {
|
|
|
100581
101048
|
account?: Maybe<UnifiedUAccountResult>;
|
|
100582
101049
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
100583
101050
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
101051
|
+
ai?: Maybe<UnifiedAiQuery>;
|
|
100584
101052
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
100585
101053
|
caching?: Maybe<UnifiedCachingQuery>;
|
|
100586
101054
|
consent?: Maybe<UnifiedConsentQuery>;
|
|
@@ -100649,6 +101117,10 @@ export declare type UnifiedUAccountBasicsResult = UnifiedAccountBasics | Unified
|
|
|
100649
101117
|
export declare type UnifiedUAccountDetailsResult = UnifiedAccountDetails | UnifiedQueryError;
|
|
100650
101118
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
100651
101119
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
101120
|
+
export declare type UnifiedUAiCategoriesResult = UnifiedAiCategoriesResult | UnifiedQueryError;
|
|
101121
|
+
export declare type UnifiedUAiPostResult = UnifiedAiPostResult | UnifiedQueryError;
|
|
101122
|
+
export declare type UnifiedUAiPostsConnectionResult = UnifiedAiPostsConnection | UnifiedQueryError;
|
|
101123
|
+
export declare type UnifiedUAiPostsResult = UnifiedAiPostsResult | UnifiedQueryError;
|
|
100652
101124
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
100653
101125
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
100654
101126
|
export declare type UnifiedUCacheKeyResult = UnifiedCacheKeyResult | UnifiedQueryError;
|