@forge/cli-shared 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1663,6 +1663,10 @@ export declare type AriGraphSubscriptionsOnVulnerabilityCreatedOrUpdatedForProje
|
|
|
1663
1663
|
projectId: Scalars['ID']['input'];
|
|
1664
1664
|
type?: Scalars['String']['input'];
|
|
1665
1665
|
};
|
|
1666
|
+
export declare type AriRoutingFilter = {
|
|
1667
|
+
owner: Scalars['String']['input'];
|
|
1668
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
1669
|
+
};
|
|
1666
1670
|
export declare type ArjConfiguration = {
|
|
1667
1671
|
__typename?: 'ArjConfiguration';
|
|
1668
1672
|
epicLinkCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
@@ -5241,6 +5245,7 @@ export declare type CompassGlobalPermissions = {
|
|
|
5241
5245
|
createMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
5242
5246
|
createScorecards?: Maybe<CompassPermissionResult>;
|
|
5243
5247
|
deleteIncomingWebhooks?: Maybe<CompassPermissionResult>;
|
|
5248
|
+
editCustomFieldDefinitions?: Maybe<CompassPermissionResult>;
|
|
5244
5249
|
viewCustomFieldDefinitions?: Maybe<CompassPermissionResult>;
|
|
5245
5250
|
viewMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
5246
5251
|
};
|
|
@@ -14509,6 +14514,7 @@ export declare type ContentPlatformFullTutorial = {
|
|
|
14509
14514
|
};
|
|
14510
14515
|
export declare type ContentPlatformHighlightedFeature = {
|
|
14511
14516
|
__typename?: 'ContentPlatformHighlightedFeature';
|
|
14517
|
+
callOut?: Maybe<Scalars['String']['output']>;
|
|
14512
14518
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14513
14519
|
highlightedFeatureDetails?: Maybe<Scalars['String']['output']>;
|
|
14514
14520
|
highlightedFeatureTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
@@ -14571,6 +14577,7 @@ export declare type ContentPlatformIpmAnchored = {
|
|
|
14571
14577
|
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
14572
14578
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14573
14579
|
};
|
|
14580
|
+
export declare type ContentPlatformIpmAnchoredAndIpmPositionUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
14574
14581
|
export declare type ContentPlatformIpmCompImage = {
|
|
14575
14582
|
__typename?: 'ContentPlatformIpmCompImage';
|
|
14576
14583
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -14579,6 +14586,15 @@ export declare type ContentPlatformIpmCompImage = {
|
|
|
14579
14586
|
imageAltText?: Maybe<Scalars['String']['output']>;
|
|
14580
14587
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14581
14588
|
};
|
|
14589
|
+
export declare type ContentPlatformIpmCompImageAndIpmComponentEmbeddedVideoUnion = ContentPlatformIpmCompImage | ContentPlatformIpmComponentEmbeddedVideo;
|
|
14590
|
+
export declare type ContentPlatformIpmComponentBackButton = {
|
|
14591
|
+
__typename?: 'ContentPlatformIpmComponentBackButton';
|
|
14592
|
+
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
14593
|
+
buttonText: Scalars['String']['output'];
|
|
14594
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14595
|
+
id: Scalars['String']['output'];
|
|
14596
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14597
|
+
};
|
|
14582
14598
|
export declare type ContentPlatformIpmComponentEmbeddedVideo = {
|
|
14583
14599
|
__typename?: 'ContentPlatformIpmComponentEmbeddedVideo';
|
|
14584
14600
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -14611,6 +14627,14 @@ export declare type ContentPlatformIpmComponentLinkButton = {
|
|
|
14611
14627
|
id: Scalars['String']['output'];
|
|
14612
14628
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14613
14629
|
};
|
|
14630
|
+
export declare type ContentPlatformIpmComponentNextButton = {
|
|
14631
|
+
__typename?: 'ContentPlatformIpmComponentNextButton';
|
|
14632
|
+
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
14633
|
+
buttonText: Scalars['String']['output'];
|
|
14634
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14635
|
+
id: Scalars['String']['output'];
|
|
14636
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14637
|
+
};
|
|
14614
14638
|
export declare type ContentPlatformIpmComponentRemindMeLater = {
|
|
14615
14639
|
__typename?: 'ContentPlatformIpmComponentRemindMeLater';
|
|
14616
14640
|
buttonAltText?: Maybe<Scalars['String']['output']>;
|
|
@@ -14666,6 +14690,31 @@ export declare type ContentPlatformIpmImageModalSearchConnection = {
|
|
|
14666
14690
|
edges: Array<ContentPlatformIpmImageModalResultEdge>;
|
|
14667
14691
|
pageInfo: PageInfo;
|
|
14668
14692
|
};
|
|
14693
|
+
export declare type ContentPlatformIpmMultiStep = {
|
|
14694
|
+
__typename?: 'ContentPlatformIpmMultiStep';
|
|
14695
|
+
body: Scalars['JSON']['output'];
|
|
14696
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14697
|
+
featuredDigitalAsset?: Maybe<ContentPlatformIpmCompImageAndIpmComponentEmbeddedVideoUnion>;
|
|
14698
|
+
id: Scalars['String']['output'];
|
|
14699
|
+
ipmNumber: Scalars['String']['output'];
|
|
14700
|
+
location?: Maybe<ContentPlatformIpmAnchoredAndIpmPositionUnion>;
|
|
14701
|
+
primaryButton: ContentPlatformIpmComponentNextButton;
|
|
14702
|
+
secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
|
|
14703
|
+
steps: Array<ContentPlatformIpmSingleStep>;
|
|
14704
|
+
title: Scalars['String']['output'];
|
|
14705
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14706
|
+
variant: Scalars['String']['output'];
|
|
14707
|
+
};
|
|
14708
|
+
export declare type ContentPlatformIpmMultiStepResultEdge = {
|
|
14709
|
+
__typename?: 'ContentPlatformIpmMultiStepResultEdge';
|
|
14710
|
+
cursor: Scalars['String']['output'];
|
|
14711
|
+
node: ContentPlatformIpmMultiStep;
|
|
14712
|
+
};
|
|
14713
|
+
export declare type ContentPlatformIpmMultiStepSearchConnection = {
|
|
14714
|
+
__typename?: 'ContentPlatformIpmMultiStepSearchConnection';
|
|
14715
|
+
edges: Array<ContentPlatformIpmMultiStepResultEdge>;
|
|
14716
|
+
pageInfo: PageInfo;
|
|
14717
|
+
};
|
|
14669
14718
|
export declare type ContentPlatformIpmPosition = {
|
|
14670
14719
|
__typename?: 'ContentPlatformIpmPosition';
|
|
14671
14720
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -14674,6 +14723,18 @@ export declare type ContentPlatformIpmPosition = {
|
|
|
14674
14723
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14675
14724
|
};
|
|
14676
14725
|
export declare type ContentPlatformIpmPositionAndIpmAnchoredUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
14726
|
+
export declare type ContentPlatformIpmSingleStep = {
|
|
14727
|
+
__typename?: 'ContentPlatformIpmSingleStep';
|
|
14728
|
+
anchored?: Maybe<ContentPlatformIpmAnchored>;
|
|
14729
|
+
body: Scalars['JSON']['output'];
|
|
14730
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14731
|
+
featuredDigitalAsset?: Maybe<ContentPlatformIpmCompImageAndIpmComponentEmbeddedVideoUnion>;
|
|
14732
|
+
id: Scalars['String']['output'];
|
|
14733
|
+
primaryButton: ContentPlatformIpmComponentNextButton;
|
|
14734
|
+
secondaryButton?: Maybe<ContentPlatformIpmComponentBackButton>;
|
|
14735
|
+
title: Scalars['String']['output'];
|
|
14736
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14737
|
+
};
|
|
14677
14738
|
export declare type ContentPlatformMarketplaceApp = {
|
|
14678
14739
|
__typename?: 'ContentPlatformMarketplaceApp';
|
|
14679
14740
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -17243,6 +17304,10 @@ export declare type DevAiAutodevLogGroup = {
|
|
|
17243
17304
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
17244
17305
|
status?: Maybe<DevAiAutodevLogGroupStatus>;
|
|
17245
17306
|
};
|
|
17307
|
+
export declare type DevAiAutodevLogGroupLogsArgs = {
|
|
17308
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
17309
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17310
|
+
};
|
|
17246
17311
|
export declare type DevAiAutodevLogGroupConnection = {
|
|
17247
17312
|
__typename?: 'DevAiAutodevLogGroupConnection';
|
|
17248
17313
|
edges?: Maybe<Array<Maybe<DevAiAutodevLogGroupEdge>>>;
|
|
@@ -24923,6 +24988,7 @@ export declare type GraphStore = {
|
|
|
24923
24988
|
contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
24924
24989
|
contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
24925
24990
|
contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
24991
|
+
cypherQuery: GraphStoreCypherQueryConnection;
|
|
24926
24992
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
24927
24993
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
24928
24994
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -25462,6 +25528,11 @@ export declare type GraphStoreContentReferencedEntityRelationshipArgs = {
|
|
|
25462
25528
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25463
25529
|
id: Scalars['ID']['input'];
|
|
25464
25530
|
};
|
|
25531
|
+
export declare type GraphStoreCypherQueryArgs = {
|
|
25532
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25533
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25534
|
+
query: Scalars['String']['input'];
|
|
25535
|
+
};
|
|
25465
25536
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
25466
25537
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25467
25538
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -28661,6 +28732,16 @@ export declare enum GraphStoreCreateVulnerabilityAssociatedIssueVulnerabilityTyp
|
|
|
28661
28732
|
Sca = "SCA",
|
|
28662
28733
|
Unknown = "UNKNOWN"
|
|
28663
28734
|
}
|
|
28735
|
+
export declare type GraphStoreCypherQueryConnection = {
|
|
28736
|
+
__typename?: 'GraphStoreCypherQueryConnection';
|
|
28737
|
+
edges: Array<GraphStoreCypherQueryNode>;
|
|
28738
|
+
pageInfo: PageInfo;
|
|
28739
|
+
};
|
|
28740
|
+
export declare type GraphStoreCypherQueryNode = {
|
|
28741
|
+
__typename?: 'GraphStoreCypherQueryNode';
|
|
28742
|
+
id: Scalars['ID']['output'];
|
|
28743
|
+
issues: Array<Scalars['ID']['output']>;
|
|
28744
|
+
};
|
|
28664
28745
|
export declare type GraphStoreDateFilterInput = {
|
|
28665
28746
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28666
28747
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -36762,6 +36843,19 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
36762
36843
|
__typename?: 'HamsTrial';
|
|
36763
36844
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
36764
36845
|
};
|
|
36846
|
+
export declare type HasMercuryProjectFields = {
|
|
36847
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
36848
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
36849
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
36850
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
36851
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
36852
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
36853
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
36854
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
36855
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
36856
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
36857
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
36858
|
+
};
|
|
36765
36859
|
export declare type HasPageInfo = {
|
|
36766
36860
|
pageInfo: PageInfo;
|
|
36767
36861
|
};
|
|
@@ -36784,6 +36878,7 @@ export declare type HelpCenter = Node & {
|
|
|
36784
36878
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
36785
36879
|
type?: Maybe<HelpCenterType>;
|
|
36786
36880
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
36881
|
+
virtualAgentAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
36787
36882
|
virtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
36788
36883
|
};
|
|
36789
36884
|
export declare type HelpCenterPortalsArgs = {
|
|
@@ -37022,7 +37117,7 @@ export declare type HelpCenterNameInput = {
|
|
|
37022
37117
|
export declare type HelpCenterPermissions = {
|
|
37023
37118
|
__typename?: 'HelpCenterPermissions';
|
|
37024
37119
|
accessControlType: HelpCenterAccessControlType;
|
|
37025
|
-
allowedAccessGroups?: Maybe<Array<
|
|
37120
|
+
allowedAccessGroups?: Maybe<Array<CustomerServiceOrganizationQueryResult>>;
|
|
37026
37121
|
};
|
|
37027
37122
|
export declare type HelpCenterPermissionsInput = {
|
|
37028
37123
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -38717,6 +38812,7 @@ export declare type InvocationMetrics = {
|
|
|
38717
38812
|
};
|
|
38718
38813
|
export declare type InvocationResponsePayload = {
|
|
38719
38814
|
__typename?: 'InvocationResponsePayload';
|
|
38815
|
+
async: Scalars['Boolean']['output'];
|
|
38720
38816
|
body: Scalars['JSON']['output'];
|
|
38721
38817
|
};
|
|
38722
38818
|
export declare type InvokeAuxEffectsInput = {
|
|
@@ -38732,6 +38828,7 @@ export declare type InvokeAuxEffectsResponse = Payload & {
|
|
|
38732
38828
|
success: Scalars['Boolean']['output'];
|
|
38733
38829
|
};
|
|
38734
38830
|
export declare type InvokeExtensionInput = {
|
|
38831
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38735
38832
|
contextIds: Array<Scalars['ID']['input']>;
|
|
38736
38833
|
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
38737
38834
|
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -39171,12 +39268,22 @@ export declare enum JiraActionType {
|
|
|
39171
39268
|
export declare type JiraActiveBackgroundDetailsResult = JiraAttachmentBackground | JiraColorBackground | JiraGradientBackground | JiraMediaBackground | QueryError;
|
|
39172
39269
|
export declare type JiraActivityConfiguration = {
|
|
39173
39270
|
__typename?: 'JiraActivityConfiguration';
|
|
39271
|
+
fieldValues?: Maybe<Array<Maybe<JiraActivityFieldValueKeyValuePair>>>;
|
|
39174
39272
|
id: Scalars['ID']['output'];
|
|
39175
39273
|
issueType?: Maybe<JiraIssueType>;
|
|
39176
39274
|
name?: Maybe<Scalars['String']['output']>;
|
|
39177
39275
|
project?: Maybe<JiraProject>;
|
|
39178
39276
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
39179
39277
|
};
|
|
39278
|
+
export declare type JiraActivityFieldValueKeyValuePair = {
|
|
39279
|
+
__typename?: 'JiraActivityFieldValueKeyValuePair';
|
|
39280
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
39281
|
+
value?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
39282
|
+
};
|
|
39283
|
+
export declare type JiraActivityFieldValueKeyValuePairInput = {
|
|
39284
|
+
key: Scalars['String']['input'];
|
|
39285
|
+
value: Array<InputMaybe<Scalars['String']['input']>>;
|
|
39286
|
+
};
|
|
39180
39287
|
export declare type JiraAddFieldsToProjectInput = {
|
|
39181
39288
|
cloudId: Scalars['ID']['input'];
|
|
39182
39289
|
fieldIds: Array<Scalars['ID']['input']>;
|
|
@@ -41414,6 +41521,7 @@ export declare type JiraContainerNavigationQueryInput = {
|
|
|
41414
41521
|
};
|
|
41415
41522
|
export declare type JiraContainerNavigationResult = JiraContainerNavigation | QueryError;
|
|
41416
41523
|
export declare type JiraCreateActivityConfigurationInput = {
|
|
41524
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraActivityFieldValueKeyValuePairInput>>>;
|
|
41417
41525
|
id: Scalars['ID']['input'];
|
|
41418
41526
|
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
41419
41527
|
name: Scalars['String']['input'];
|
|
@@ -42410,6 +42518,7 @@ export declare type JiraFavouriteEdge = {
|
|
|
42410
42518
|
node?: Maybe<JiraFavourite>;
|
|
42411
42519
|
};
|
|
42412
42520
|
export declare type JiraFavouriteFilter = {
|
|
42521
|
+
includeArchivedProjects?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42413
42522
|
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
42414
42523
|
sort?: InputMaybe<JiraFavouriteSortInput>;
|
|
42415
42524
|
type?: InputMaybe<JiraFavouriteType>;
|
|
@@ -43356,7 +43465,7 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
43356
43465
|
line?: Maybe<Scalars['Int']['output']>;
|
|
43357
43466
|
message?: Maybe<Scalars['String']['output']>;
|
|
43358
43467
|
};
|
|
43359
|
-
export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
43468
|
+
export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike & Node & {
|
|
43360
43469
|
__typename?: 'JiraIssue';
|
|
43361
43470
|
archivedBy?: Maybe<User>;
|
|
43362
43471
|
archivedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43401,6 +43510,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
43401
43510
|
issueId: Scalars['String']['output'];
|
|
43402
43511
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
43403
43512
|
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
43513
|
+
issueTypeAvatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
43404
43514
|
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
43405
43515
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
43406
43516
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -43412,18 +43522,31 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
43412
43522
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
43413
43523
|
mediaReadToken?: Maybe<JiraMediaReadToken>;
|
|
43414
43524
|
mediaUploadToken?: Maybe<JiraMediaUploadTokenResult>;
|
|
43525
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
43526
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
43527
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
43528
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
43529
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
43530
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
43531
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
43532
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
43533
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
43534
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
43535
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
43415
43536
|
parentIssueField?: Maybe<JiraParentIssueField>;
|
|
43416
43537
|
planScenarioValues?: Maybe<JiraScenarioIssueValues>;
|
|
43417
43538
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
43418
43539
|
priorityField?: Maybe<JiraPriorityField>;
|
|
43419
43540
|
projectField?: Maybe<JiraProjectField>;
|
|
43420
43541
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
43542
|
+
reporter?: Maybe<User>;
|
|
43421
43543
|
resolutionDateField?: Maybe<JiraDateTimePickerField>;
|
|
43422
43544
|
resolutionField?: Maybe<JiraResolutionField>;
|
|
43423
43545
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
43424
43546
|
smartSummary?: Maybe<JiraAdf>;
|
|
43425
43547
|
startDateField?: Maybe<JiraDatePickerField>;
|
|
43426
43548
|
startDateViewField?: Maybe<JiraIssueField>;
|
|
43549
|
+
statusCategory?: Maybe<JiraStatusCategory>;
|
|
43427
43550
|
statusField?: Maybe<JiraStatusField>;
|
|
43428
43551
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
43429
43552
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
@@ -43431,6 +43554,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
43431
43554
|
summarisedBuilds?: Maybe<DevOpsSummarisedBuilds>;
|
|
43432
43555
|
summarisedDeployments?: Maybe<DevOpsSummarisedDeployments>;
|
|
43433
43556
|
summarisedFeatureFlags?: Maybe<DevOpsSummarisedFeatureFlags>;
|
|
43557
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
43434
43558
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
43435
43559
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
43436
43560
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
@@ -44468,6 +44592,7 @@ export declare type JiraIssueSearchGroupByFieldMutationPayload = Payload & {
|
|
|
44468
44592
|
export declare type JiraIssueSearchHierarchyPreferenceMutationPayload = Payload & {
|
|
44469
44593
|
__typename?: 'JiraIssueSearchHierarchyPreferenceMutationPayload';
|
|
44470
44594
|
errors?: Maybe<Array<MutationError>>;
|
|
44595
|
+
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
44471
44596
|
success: Scalars['Boolean']['output'];
|
|
44472
44597
|
};
|
|
44473
44598
|
export declare type JiraIssueSearchInput = {
|
|
@@ -47521,6 +47646,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
|
|
|
47521
47646
|
export declare type JiraProject = Node & {
|
|
47522
47647
|
__typename?: 'JiraProject';
|
|
47523
47648
|
action?: Maybe<JiraProjectAction>;
|
|
47649
|
+
activeBackground?: Maybe<JiraBackground>;
|
|
47524
47650
|
assignableUsers?: Maybe<JiraAssignableUsersConnection>;
|
|
47525
47651
|
associatedComponents?: Maybe<GraphGenericConnection>;
|
|
47526
47652
|
associatedIssueLayoutFields?: Maybe<JiraFieldConnection>;
|
|
@@ -49370,6 +49496,7 @@ export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
|
|
|
49370
49496
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49371
49497
|
};
|
|
49372
49498
|
export declare type JiraRecentItemsFilter = {
|
|
49499
|
+
includeArchivedProjects?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49373
49500
|
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
49374
49501
|
types?: InputMaybe<Array<JiraSearchableEntityType>>;
|
|
49375
49502
|
};
|
|
@@ -51683,11 +51810,13 @@ export declare type JiraStatus = Node & {
|
|
|
51683
51810
|
statusCategory?: Maybe<JiraStatusCategory>;
|
|
51684
51811
|
statusId: Scalars['String']['output'];
|
|
51685
51812
|
};
|
|
51686
|
-
export declare type JiraStatusCategory = Node & {
|
|
51813
|
+
export declare type JiraStatusCategory = MercuryProjectStatus & Node & {
|
|
51687
51814
|
__typename?: 'JiraStatusCategory';
|
|
51688
51815
|
colorName?: Maybe<JiraStatusCategoryColor>;
|
|
51689
51816
|
id: Scalars['ID']['output'];
|
|
51690
51817
|
key?: Maybe<Scalars['String']['output']>;
|
|
51818
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
51819
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
51691
51820
|
name?: Maybe<Scalars['String']['output']>;
|
|
51692
51821
|
statusCategoryId: Scalars['String']['output'];
|
|
51693
51822
|
};
|
|
@@ -54271,6 +54400,7 @@ export declare type JsmChatMutationAddConversationInteractionArgs = {
|
|
|
54271
54400
|
workspaceAri: Scalars['ID']['input'];
|
|
54272
54401
|
};
|
|
54273
54402
|
export declare type JsmChatMutationAddWebConversationInteractionArgs = {
|
|
54403
|
+
conversationId: Scalars['ID']['input'];
|
|
54274
54404
|
conversationMessageId: Scalars['ID']['input'];
|
|
54275
54405
|
input: JsmChatWebAddConversationInteractionInput;
|
|
54276
54406
|
workspaceAri: Scalars['ID']['input'];
|
|
@@ -55930,6 +56060,12 @@ export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
|
55930
56060
|
logicalFileName: Scalars['String']['output'];
|
|
55931
56061
|
size: Scalars['Int']['output'];
|
|
55932
56062
|
};
|
|
56063
|
+
export declare type MarketplaceConsoleCanMakeServerVersionPublicInput = {
|
|
56064
|
+
dcAppSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
56065
|
+
serverAppSoftwareId: Scalars['ID']['input'];
|
|
56066
|
+
userKey?: InputMaybe<Scalars['ID']['input']>;
|
|
56067
|
+
versionNumber: Scalars['ID']['input'];
|
|
56068
|
+
};
|
|
55933
56069
|
export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
55934
56070
|
__typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
|
|
55935
56071
|
artifact?: Maybe<MarketplaceConsoleSoftwareArtifact>;
|
|
@@ -56488,6 +56624,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
56488
56624
|
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
|
|
56489
56625
|
appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
|
|
56490
56626
|
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
|
|
56627
|
+
canMakeServerVersionPublic?: Maybe<MarketplaceConsoleServerVersionPublicChecks>;
|
|
56491
56628
|
currentPartnerContact?: Maybe<MarketplaceConsolePartnerContact>;
|
|
56492
56629
|
currentPartnerContactByAppId?: Maybe<MarketplaceConsolePartnerContact>;
|
|
56493
56630
|
currentUserPreferences?: Maybe<MarketplaceConsoleUserPreferences>;
|
|
@@ -56521,6 +56658,9 @@ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
|
|
|
56521
56658
|
export declare type MarketplaceConsoleQueryApiAppSoftwaresByAppIdArgs = {
|
|
56522
56659
|
appId: Scalars['ID']['input'];
|
|
56523
56660
|
};
|
|
56661
|
+
export declare type MarketplaceConsoleQueryApiCanMakeServerVersionPublicArgs = {
|
|
56662
|
+
canMakeServerVersionPublicInput: MarketplaceConsoleCanMakeServerVersionPublicInput;
|
|
56663
|
+
};
|
|
56524
56664
|
export declare type MarketplaceConsoleQueryApiCurrentPartnerContactArgs = {
|
|
56525
56665
|
partnerId: Scalars['ID']['input'];
|
|
56526
56666
|
};
|
|
@@ -56556,6 +56696,12 @@ export declare type MarketplaceConsoleRemoteArtifactLinks = {
|
|
|
56556
56696
|
remote?: Maybe<MarketplaceConsoleLink>;
|
|
56557
56697
|
self: MarketplaceConsoleLink;
|
|
56558
56698
|
};
|
|
56699
|
+
export declare type MarketplaceConsoleServerVersionPublicChecks = {
|
|
56700
|
+
__typename?: 'MarketplaceConsoleServerVersionPublicChecks';
|
|
56701
|
+
publicServerVersionExists: Scalars['Boolean']['output'];
|
|
56702
|
+
serverVersionHasDCCounterpart: Scalars['Boolean']['output'];
|
|
56703
|
+
shouldStopNewPublicServerVersions: Scalars['Boolean']['output'];
|
|
56704
|
+
};
|
|
56559
56705
|
export declare type MarketplaceConsoleSoftwareArtifact = {
|
|
56560
56706
|
__typename?: 'MarketplaceConsoleSoftwareArtifact';
|
|
56561
56707
|
fileInfo: MarketplaceConsoleArtifactFileInfo;
|
|
@@ -58051,6 +58197,22 @@ export declare type MercuryPreference = Node & {
|
|
|
58051
58197
|
key: Scalars['String']['output'];
|
|
58052
58198
|
value: Scalars['String']['output'];
|
|
58053
58199
|
};
|
|
58200
|
+
export declare type MercuryProjectStatus = {
|
|
58201
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
58202
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
58203
|
+
};
|
|
58204
|
+
export declare enum MercuryProjectStatusColor {
|
|
58205
|
+
Blue = "BLUE",
|
|
58206
|
+
Gray = "GRAY",
|
|
58207
|
+
Green = "GREEN",
|
|
58208
|
+
Red = "RED",
|
|
58209
|
+
Yellow = "YELLOW"
|
|
58210
|
+
}
|
|
58211
|
+
export declare enum MercuryProjectTargetDateType {
|
|
58212
|
+
Day = "DAY",
|
|
58213
|
+
Month = "MONTH",
|
|
58214
|
+
Quarter = "QUARTER"
|
|
58215
|
+
}
|
|
58054
58216
|
export declare type MercuryProvider = Node & {
|
|
58055
58217
|
__typename?: 'MercuryProvider';
|
|
58056
58218
|
configurationState: MercuryProviderConfigurationState;
|
|
@@ -61835,6 +61997,8 @@ export declare type Query = {
|
|
|
61835
61997
|
ipmFlags: ContentPlatformIpmFlagSearchConnection;
|
|
61836
61998
|
ipmImageModal?: Maybe<ContentPlatformIpmImageModal>;
|
|
61837
61999
|
ipmImageModals: ContentPlatformIpmImageModalSearchConnection;
|
|
62000
|
+
ipmMultiStep?: Maybe<ContentPlatformIpmMultiStep>;
|
|
62001
|
+
ipmMultiSteps: ContentPlatformIpmMultiStepSearchConnection;
|
|
61838
62002
|
isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61839
62003
|
jira?: Maybe<JiraQuery>;
|
|
61840
62004
|
jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
|
|
@@ -63048,7 +63212,9 @@ export declare type QueryDevOpsServicesByIdArgs = {
|
|
|
63048
63212
|
ids: Array<Scalars['ID']['input']>;
|
|
63049
63213
|
};
|
|
63050
63214
|
export declare type QueryDevai_AutodevJobLogGroupsArgs = {
|
|
63215
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63051
63216
|
cloudId: Scalars['ID']['input'];
|
|
63217
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63052
63218
|
jobId: Scalars['ID']['input'];
|
|
63053
63219
|
};
|
|
63054
63220
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
@@ -63128,6 +63294,13 @@ export declare type QueryIpmImageModalArgs = {
|
|
|
63128
63294
|
export declare type QueryIpmImageModalsArgs = {
|
|
63129
63295
|
search: ContentPlatformSearchApIv2Query;
|
|
63130
63296
|
};
|
|
63297
|
+
export declare type QueryIpmMultiStepArgs = {
|
|
63298
|
+
id: Scalars['String']['input'];
|
|
63299
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63300
|
+
};
|
|
63301
|
+
export declare type QueryIpmMultiStepsArgs = {
|
|
63302
|
+
search: ContentPlatformSearchApIv2Query;
|
|
63303
|
+
};
|
|
63131
63304
|
export declare type QueryIsSainSearchEnabledArgs = {
|
|
63132
63305
|
cloudId: Scalars['String']['input'];
|
|
63133
63306
|
};
|
|
@@ -63445,6 +63618,14 @@ export declare type RadarEntity = {
|
|
|
63445
63618
|
export declare enum RadarEntityType {
|
|
63446
63619
|
Position = "POSITION"
|
|
63447
63620
|
}
|
|
63621
|
+
export declare type RadarError = {
|
|
63622
|
+
__typename?: 'RadarError';
|
|
63623
|
+
errorCode?: Maybe<Scalars['String']['output']>;
|
|
63624
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
63625
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
63626
|
+
stackTrace?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
63627
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
63628
|
+
};
|
|
63448
63629
|
export declare type RadarFieldDefinition = Node & {
|
|
63449
63630
|
__typename?: 'RadarFieldDefinition';
|
|
63450
63631
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -63505,6 +63686,19 @@ export declare enum RadarFilterPlurality {
|
|
|
63505
63686
|
None = "NONE",
|
|
63506
63687
|
Or = "OR"
|
|
63507
63688
|
}
|
|
63689
|
+
export declare type RadarFocusAreaMappingsInput = {
|
|
63690
|
+
focusAreaAri: Scalars['ID']['input'];
|
|
63691
|
+
positionId: Scalars['ID']['input'];
|
|
63692
|
+
};
|
|
63693
|
+
export declare type RadarMutationBaseResponse = {
|
|
63694
|
+
errors?: Maybe<Array<RadarError>>;
|
|
63695
|
+
success: Scalars['Boolean']['output'];
|
|
63696
|
+
};
|
|
63697
|
+
export declare type RadarMutationResponse = RadarMutationBaseResponse & {
|
|
63698
|
+
__typename?: 'RadarMutationResponse';
|
|
63699
|
+
errors?: Maybe<Array<RadarError>>;
|
|
63700
|
+
success: Scalars['Boolean']['output'];
|
|
63701
|
+
};
|
|
63508
63702
|
export declare type RadarNumericFieldValue = {
|
|
63509
63703
|
__typename?: 'RadarNumericFieldValue';
|
|
63510
63704
|
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
@@ -65905,6 +66099,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
65905
66099
|
BitbucketWorkspacePrivacy = "BITBUCKET_WORKSPACE_PRIVACY",
|
|
65906
66100
|
ClassificationLevelArchived = "CLASSIFICATION_LEVEL_ARCHIVED",
|
|
65907
66101
|
ClassificationLevelPublished = "CLASSIFICATION_LEVEL_PUBLISHED",
|
|
66102
|
+
CompromisedMobileDevice = "COMPROMISED_MOBILE_DEVICE",
|
|
65908
66103
|
ConfluenceCustomDetection = "CONFLUENCE_CUSTOM_DETECTION",
|
|
65909
66104
|
ConfluenceDataDiscovery = "CONFLUENCE_DATA_DISCOVERY",
|
|
65910
66105
|
ConfluenceDataDiscoveryAtlassianToken = "CONFLUENCE_DATA_DISCOVERY_ATLASSIAN_TOKEN",
|
|
@@ -65979,6 +66174,8 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
65979
66174
|
UserGrantedRole = "USER_GRANTED_ROLE",
|
|
65980
66175
|
UserRemovedFromBeacon = "USER_REMOVED_FROM_BEACON",
|
|
65981
66176
|
UserRevokedRole = "USER_REVOKED_ROLE",
|
|
66177
|
+
UserTokenCreated = "USER_TOKEN_CREATED",
|
|
66178
|
+
UserTokenRevoked = "USER_TOKEN_REVOKED",
|
|
65982
66179
|
VerifiedDomainVerification = "VERIFIED_DOMAIN_VERIFICATION"
|
|
65983
66180
|
}
|
|
65984
66181
|
export declare type ShepherdAlertTitle = {
|
|
@@ -66627,7 +66824,9 @@ export declare enum ShepherdRemediationActionType {
|
|
|
66627
66824
|
ArchiveRestoreClassificationRemediation = "ARCHIVE_RESTORE_CLASSIFICATION_REMEDIATION",
|
|
66628
66825
|
BlockchainExplorerRemediation = "BLOCKCHAIN_EXPLORER_REMEDIATION",
|
|
66629
66826
|
BlockIpAllowlistRemediation = "BLOCK_IP_ALLOWLIST_REMEDIATION",
|
|
66827
|
+
CheckAutomationsRemediation = "CHECK_AUTOMATIONS_REMEDIATION",
|
|
66630
66828
|
ClassificationLevelChangeRemediation = "CLASSIFICATION_LEVEL_CHANGE_REMEDIATION",
|
|
66829
|
+
CompromisedDeviceRemediation = "COMPROMISED_DEVICE_REMEDIATION",
|
|
66631
66830
|
ConfluenceAnonAccessRemediation = "CONFLUENCE_ANON_ACCESS_REMEDIATION",
|
|
66632
66831
|
DeleteDataRemediation = "DELETE_DATA_REMEDIATION",
|
|
66633
66832
|
DeleteFilesRemediation = "DELETE_FILES_REMEDIATION",
|
|
@@ -66666,11 +66865,13 @@ export declare enum ShepherdRemediationActionType {
|
|
|
66666
66865
|
RevokeAccessRemediation = "REVOKE_ACCESS_REMEDIATION",
|
|
66667
66866
|
RevokeApiKeyRemediation = "REVOKE_API_KEY_REMEDIATION",
|
|
66668
66867
|
RevokeApiTokensRemediation = "REVOKE_API_TOKENS_REMEDIATION",
|
|
66868
|
+
RevokeUserApiTokenRemediation = "REVOKE_USER_API_TOKEN_REMEDIATION",
|
|
66669
66869
|
SpacePermissionsRemediation = "SPACE_PERMISSIONS_REMEDIATION",
|
|
66670
66870
|
SuspendActorRemediation = "SUSPEND_ACTOR_REMEDIATION",
|
|
66671
66871
|
SuspendSubjectRemediation = "SUSPEND_SUBJECT_REMEDIATION",
|
|
66672
66872
|
TurnOffJiraPermissionsRemediation = "TURN_OFF_JIRA_PERMISSIONS_REMEDIATION",
|
|
66673
66873
|
TwoStepPolicyRemediation = "TWO_STEP_POLICY_REMEDIATION",
|
|
66874
|
+
UseAuthPolicyRemediation = "USE_AUTH_POLICY_REMEDIATION",
|
|
66674
66875
|
ViewSpacePermissionsRemediation = "VIEW_SPACE_PERMISSIONS_REMEDIATION"
|
|
66675
66876
|
}
|
|
66676
66877
|
export declare type ShepherdResourceActivity = {
|
|
@@ -67363,6 +67564,7 @@ export declare type Storage = {
|
|
|
67363
67564
|
export declare type Subscription = {
|
|
67364
67565
|
__typename?: 'Subscription';
|
|
67365
67566
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
67567
|
+
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
67366
67568
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
67367
67569
|
jira?: Maybe<JiraSubscription>;
|
|
67368
67570
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
@@ -67373,6 +67575,10 @@ export declare type Subscription = {
|
|
|
67373
67575
|
testing?: Maybe<TestingSubscription>;
|
|
67374
67576
|
trello: TrelloSubscriptionApi;
|
|
67375
67577
|
};
|
|
67578
|
+
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
67579
|
+
cloudId: Scalars['ID']['input'];
|
|
67580
|
+
jobId: Scalars['ID']['input'];
|
|
67581
|
+
};
|
|
67376
67582
|
export declare type SupportInquiryEntitlement = {
|
|
67377
67583
|
__typename?: 'SupportInquiryEntitlement';
|
|
67378
67584
|
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -69231,6 +69437,7 @@ export declare type TrelloBoardUpdatedEdge = {
|
|
|
69231
69437
|
export declare type TrelloBoardViewer = {
|
|
69232
69438
|
__typename?: 'TrelloBoardViewer';
|
|
69233
69439
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69440
|
+
aiSlackEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69234
69441
|
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
69235
69442
|
email?: Maybe<TrelloBoardViewerEmail>;
|
|
69236
69443
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -69840,6 +70047,7 @@ export declare type TrelloMutationApi = {
|
|
|
69840
70047
|
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
69841
70048
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
69842
70049
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
70050
|
+
updateBoardViewerAISlack?: Maybe<TrelloUpdateBoardViewerAiSlackPayload>;
|
|
69843
70051
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
69844
70052
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
69845
70053
|
watchCard?: Maybe<TrelloWatchCardPayload>;
|
|
@@ -69880,6 +70088,9 @@ export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
|
69880
70088
|
export declare type TrelloMutationApiUpdateBoardViewerAiEmailArgs = {
|
|
69881
70089
|
input: TrelloUpdateBoardViewerAiEmailInput;
|
|
69882
70090
|
};
|
|
70091
|
+
export declare type TrelloMutationApiUpdateBoardViewerAiSlackArgs = {
|
|
70092
|
+
input: TrelloUpdateBoardViewerAiSlackInput;
|
|
70093
|
+
};
|
|
69883
70094
|
export declare type TrelloMutationApiUpdateBoardViewerMirrorCardArgs = {
|
|
69884
70095
|
input: TrelloUpdateBoardViewerShowCompactMirrorCardInput;
|
|
69885
70096
|
};
|
|
@@ -69908,7 +70119,6 @@ export declare type TrelloPlannerAccountsArgs = {
|
|
|
69908
70119
|
};
|
|
69909
70120
|
export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterface & {
|
|
69910
70121
|
__typename?: 'TrelloPlannerCalendar';
|
|
69911
|
-
adsColor?: Maybe<TrelloPlannerCalendarColor>;
|
|
69912
70122
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
69913
70123
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69914
70124
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
@@ -70057,10 +70267,10 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
70057
70267
|
};
|
|
70058
70268
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
70059
70269
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
70060
|
-
adsColor?: Maybe<TrelloPlannerCalendarColor>;
|
|
70061
70270
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
70062
70271
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70063
70272
|
id: Scalars['ID']['output'];
|
|
70273
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
70064
70274
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
70065
70275
|
timezone?: Maybe<Scalars['String']['output']>;
|
|
70066
70276
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -70133,7 +70343,6 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
70133
70343
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
70134
70344
|
};
|
|
70135
70345
|
export declare type TrelloProviderCalendarInterface = {
|
|
70136
|
-
adsColor?: Maybe<TrelloPlannerCalendarColor>;
|
|
70137
70346
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
70138
70347
|
id: Scalars['ID']['output'];
|
|
70139
70348
|
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70146,6 +70355,7 @@ export declare type TrelloQueryApi = {
|
|
|
70146
70355
|
board?: Maybe<TrelloBoard>;
|
|
70147
70356
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
70148
70357
|
card?: Maybe<TrelloCard>;
|
|
70358
|
+
cardsForPlannerEvent?: Maybe<TrelloPlannerCalendarEventCardConnection>;
|
|
70149
70359
|
echo?: Maybe<Scalars['String']['output']>;
|
|
70150
70360
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
70151
70361
|
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
@@ -70169,6 +70379,13 @@ export declare type TrelloQueryApiBoardByShortLinkArgs = {
|
|
|
70169
70379
|
export declare type TrelloQueryApiCardArgs = {
|
|
70170
70380
|
id: Scalars['ID']['input'];
|
|
70171
70381
|
};
|
|
70382
|
+
export declare type TrelloQueryApiCardsForPlannerEventArgs = {
|
|
70383
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
70384
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70385
|
+
providerAccountId: Scalars['ID']['input'];
|
|
70386
|
+
providerEventId: Scalars['ID']['input'];
|
|
70387
|
+
workspaceId: Scalars['ID']['input'];
|
|
70388
|
+
};
|
|
70172
70389
|
export declare type TrelloQueryApiEchosArgs = {
|
|
70173
70390
|
echo: Array<Scalars['String']['input']>;
|
|
70174
70391
|
};
|
|
@@ -70176,6 +70393,7 @@ export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
|
70176
70393
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70177
70394
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70178
70395
|
id: Scalars['ID']['input'];
|
|
70396
|
+
workspaceId: Scalars['ID']['input'];
|
|
70179
70397
|
};
|
|
70180
70398
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
70181
70399
|
id: Scalars['ID']['input'];
|
|
@@ -70190,11 +70408,13 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
70190
70408
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70191
70409
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70192
70410
|
id: Scalars['ID']['input'];
|
|
70411
|
+
workspaceId: Scalars['ID']['input'];
|
|
70193
70412
|
};
|
|
70194
70413
|
export declare type TrelloQueryApiProviderPlannerCalendarsByAccountIdArgs = {
|
|
70195
70414
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70196
70415
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70197
70416
|
id: Scalars['ID']['input'];
|
|
70417
|
+
workspaceId: Scalars['ID']['input'];
|
|
70198
70418
|
};
|
|
70199
70419
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
70200
70420
|
ids: Array<Scalars['ID']['input']>;
|
|
@@ -70368,6 +70588,16 @@ export declare type TrelloUpdateBoardViewerAiEmailPayload = Payload & {
|
|
|
70368
70588
|
success: Scalars['Boolean']['output'];
|
|
70369
70589
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
70370
70590
|
};
|
|
70591
|
+
export declare type TrelloUpdateBoardViewerAiSlackInput = {
|
|
70592
|
+
boardId: Scalars['ID']['input'];
|
|
70593
|
+
value: Scalars['Boolean']['input'];
|
|
70594
|
+
};
|
|
70595
|
+
export declare type TrelloUpdateBoardViewerAiSlackPayload = Payload & {
|
|
70596
|
+
__typename?: 'TrelloUpdateBoardViewerAISlackPayload';
|
|
70597
|
+
errors?: Maybe<Array<MutationError>>;
|
|
70598
|
+
success: Scalars['Boolean']['output'];
|
|
70599
|
+
viewer?: Maybe<TrelloBoardViewer>;
|
|
70600
|
+
};
|
|
70371
70601
|
export declare type TrelloUpdateBoardViewerShowCompactMirrorCardInput = {
|
|
70372
70602
|
boardId: Scalars['ID']['input'];
|
|
70373
70603
|
value: Scalars['Boolean']['input'];
|
|
@@ -72046,10 +72276,14 @@ export declare type VirtualAgentMutationApiUpdateVirtualAgentConfigurationArgs =
|
|
|
72046
72276
|
};
|
|
72047
72277
|
export declare type VirtualAgentQueryApi = {
|
|
72048
72278
|
__typename?: 'VirtualAgentQueryApi';
|
|
72279
|
+
availableToHelpCenter?: Maybe<Scalars['Boolean']['output']>;
|
|
72049
72280
|
validateRequestType?: Maybe<VirtualAgentRequestTypeConnectionStatus>;
|
|
72050
72281
|
virtualAgentAvailability?: Maybe<Scalars['Boolean']['output']>;
|
|
72051
72282
|
virtualAgentEntitlements?: Maybe<VirtualAgentFeatures>;
|
|
72052
72283
|
};
|
|
72284
|
+
export declare type VirtualAgentQueryApiAvailableToHelpCenterArgs = {
|
|
72285
|
+
helpCenterId: Scalars['ID']['input'];
|
|
72286
|
+
};
|
|
72053
72287
|
export declare type VirtualAgentQueryApiValidateRequestTypeArgs = {
|
|
72054
72288
|
jiraProjectId: Scalars['ID']['input'];
|
|
72055
72289
|
requestTypeId: Scalars['String']['input'];
|