@forge/cli-shared 3.23.3-next.7 → 3.23.3-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/out/graphql/graphql-types.d.ts +585 -23
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +76 -7
- package/out/service/feature-flag-service.d.ts +2 -0
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/service/feature-flag-service.js +4 -0
- package/out/ui/text.d.ts +7 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +7 -0
- package/package.json +3 -3
|
@@ -333,6 +333,7 @@ export declare type ActivitiesObjectParent = {
|
|
|
333
333
|
export declare enum ActivitiesObjectType {
|
|
334
334
|
Blogpost = "BLOGPOST",
|
|
335
335
|
Database = "DATABASE",
|
|
336
|
+
Embed = "EMBED",
|
|
336
337
|
Goal = "GOAL",
|
|
337
338
|
Issue = "ISSUE",
|
|
338
339
|
Page = "PAGE",
|
|
@@ -438,6 +439,7 @@ export declare enum ActivityObjectType {
|
|
|
438
439
|
Blogpost = "BLOGPOST",
|
|
439
440
|
Comment = "COMMENT",
|
|
440
441
|
Database = "DATABASE",
|
|
442
|
+
Embed = "EMBED",
|
|
441
443
|
Goal = "GOAL",
|
|
442
444
|
Issue = "ISSUE",
|
|
443
445
|
Page = "PAGE",
|
|
@@ -1809,6 +1811,7 @@ export declare type AriGraphSubscriptions = {
|
|
|
1809
1811
|
__typename?: 'AriGraphSubscriptions';
|
|
1810
1812
|
onDeploymentCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1811
1813
|
onPullRequestCreatedOrUpdatedForProject?: Maybe<AriGraphRelationshipConnection>;
|
|
1814
|
+
onVersionDeploymentCreatedOrUpdated?: Maybe<AriGraphRelationship>;
|
|
1812
1815
|
onVulnerabilityCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1813
1816
|
};
|
|
1814
1817
|
export declare type AriGraphSubscriptionsOnDeploymentCreatedOrUpdatedForProjectArgs = {
|
|
@@ -1819,6 +1822,10 @@ export declare type AriGraphSubscriptionsOnPullRequestCreatedOrUpdatedForProject
|
|
|
1819
1822
|
projectId: Scalars['ID']['input'];
|
|
1820
1823
|
type?: Scalars['String']['input'];
|
|
1821
1824
|
};
|
|
1825
|
+
export declare type AriGraphSubscriptionsOnVersionDeploymentCreatedOrUpdatedArgs = {
|
|
1826
|
+
type?: Scalars['String']['input'];
|
|
1827
|
+
versionId: Scalars['ID']['input'];
|
|
1828
|
+
};
|
|
1822
1829
|
export declare type AriGraphSubscriptionsOnVulnerabilityCreatedOrUpdatedForProjectArgs = {
|
|
1823
1830
|
projectId: Scalars['ID']['input'];
|
|
1824
1831
|
type?: Scalars['String']['input'];
|
|
@@ -7924,6 +7931,7 @@ export declare type CustomerServiceFilterInput = {
|
|
|
7924
7931
|
export declare type CustomerServiceIndividual = Node & {
|
|
7925
7932
|
__typename?: 'CustomerServiceIndividual';
|
|
7926
7933
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
7934
|
+
entitlementList: Array<CustomerServiceEntitlement>;
|
|
7927
7935
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
7928
7936
|
id: Scalars['ID']['output'];
|
|
7929
7937
|
links: Array<CustomerServiceLink>;
|
|
@@ -7931,6 +7939,9 @@ export declare type CustomerServiceIndividual = Node & {
|
|
|
7931
7939
|
notes: CustomerServiceNotes;
|
|
7932
7940
|
organizations: Array<CustomerServiceOrganization>;
|
|
7933
7941
|
};
|
|
7942
|
+
export declare type CustomerServiceIndividualEntitlementListArgs = {
|
|
7943
|
+
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
7944
|
+
};
|
|
7934
7945
|
export declare type CustomerServiceIndividualEntitlementsArgs = {
|
|
7935
7946
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
7936
7947
|
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
@@ -8196,12 +8207,16 @@ export declare type CustomerServiceNotesQueryResult = CustomerServiceNotes | Que
|
|
|
8196
8207
|
export declare type CustomerServiceOrganization = Node & {
|
|
8197
8208
|
__typename?: 'CustomerServiceOrganization';
|
|
8198
8209
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
8210
|
+
entitlementList: Array<CustomerServiceEntitlement>;
|
|
8199
8211
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
8200
8212
|
id: Scalars['ID']['output'];
|
|
8201
8213
|
links: Array<CustomerServiceLink>;
|
|
8202
8214
|
name: Scalars['String']['output'];
|
|
8203
8215
|
notes: CustomerServiceNotes;
|
|
8204
8216
|
};
|
|
8217
|
+
export declare type CustomerServiceOrganizationEntitlementListArgs = {
|
|
8218
|
+
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
8219
|
+
};
|
|
8205
8220
|
export declare type CustomerServiceOrganizationEntitlementsArgs = {
|
|
8206
8221
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
8207
8222
|
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
@@ -14826,6 +14841,10 @@ export declare type GraphStore = {
|
|
|
14826
14841
|
versionAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentInverseConnection>;
|
|
14827
14842
|
versionAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedDeploymentConnection>;
|
|
14828
14843
|
versionAssociatedDeploymentRelationship?: Maybe<GraphStoreFullVersionAssociatedDeploymentConnection>;
|
|
14844
|
+
versionAssociatedDesign?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignConnection>;
|
|
14845
|
+
versionAssociatedDesignInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseConnection>;
|
|
14846
|
+
versionAssociatedDesignInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedDesignConnection>;
|
|
14847
|
+
versionAssociatedDesignRelationship?: Maybe<GraphStoreFullVersionAssociatedDesignConnection>;
|
|
14829
14848
|
versionAssociatedFeatureFlag?: Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection>;
|
|
14830
14849
|
versionAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagInverseConnection>;
|
|
14831
14850
|
versionAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedFeatureFlagConnection>;
|
|
@@ -15388,23 +15407,31 @@ export declare type GraphStoreJswProjectAssociatedComponentRelationshipArgs = {
|
|
|
15388
15407
|
};
|
|
15389
15408
|
export declare type GraphStoreJswProjectAssociatedIncidentArgs = {
|
|
15390
15409
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15410
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15391
15411
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15392
15412
|
id: Scalars['ID']['input'];
|
|
15413
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15393
15414
|
};
|
|
15394
15415
|
export declare type GraphStoreJswProjectAssociatedIncidentInverseArgs = {
|
|
15395
15416
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15417
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15396
15418
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15397
15419
|
id: Scalars['ID']['input'];
|
|
15420
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15398
15421
|
};
|
|
15399
15422
|
export declare type GraphStoreJswProjectAssociatedIncidentInverseRelationshipArgs = {
|
|
15400
15423
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15424
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15401
15425
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15402
15426
|
id: Scalars['ID']['input'];
|
|
15427
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15403
15428
|
};
|
|
15404
15429
|
export declare type GraphStoreJswProjectAssociatedIncidentRelationshipArgs = {
|
|
15405
15430
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15431
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15406
15432
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15407
15433
|
id: Scalars['ID']['input'];
|
|
15434
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15408
15435
|
};
|
|
15409
15436
|
export declare type GraphStoreJswProjectSharesComponentWithJsmProjectArgs = {
|
|
15410
15437
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16387,6 +16414,34 @@ export declare type GraphStoreVersionAssociatedDeploymentRelationshipArgs = {
|
|
|
16387
16414
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16388
16415
|
id: Scalars['ID']['input'];
|
|
16389
16416
|
};
|
|
16417
|
+
export declare type GraphStoreVersionAssociatedDesignArgs = {
|
|
16418
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16419
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16420
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16421
|
+
id: Scalars['ID']['input'];
|
|
16422
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16423
|
+
};
|
|
16424
|
+
export declare type GraphStoreVersionAssociatedDesignInverseArgs = {
|
|
16425
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16426
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16427
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16428
|
+
id: Scalars['ID']['input'];
|
|
16429
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16430
|
+
};
|
|
16431
|
+
export declare type GraphStoreVersionAssociatedDesignInverseRelationshipArgs = {
|
|
16432
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16433
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16434
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16435
|
+
id: Scalars['ID']['input'];
|
|
16436
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16437
|
+
};
|
|
16438
|
+
export declare type GraphStoreVersionAssociatedDesignRelationshipArgs = {
|
|
16439
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16440
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16441
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16442
|
+
id: Scalars['ID']['input'];
|
|
16443
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16444
|
+
};
|
|
16390
16445
|
export declare type GraphStoreVersionAssociatedFeatureFlagArgs = {
|
|
16391
16446
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16392
16447
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16599,7 +16654,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStart
|
|
|
16599
16654
|
data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion>;
|
|
16600
16655
|
id: Scalars['ID']['output'];
|
|
16601
16656
|
};
|
|
16602
|
-
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion = JiraIssue;
|
|
16657
|
+
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16603
16658
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewNode = Node & {
|
|
16604
16659
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewNode';
|
|
16605
16660
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -16654,7 +16709,7 @@ export declare type GraphStoreBatchIncidentHasActionItemStartNode = Node & {
|
|
|
16654
16709
|
data?: Maybe<GraphStoreBatchIncidentHasActionItemStartUnion>;
|
|
16655
16710
|
id: Scalars['ID']['output'];
|
|
16656
16711
|
};
|
|
16657
|
-
export declare type GraphStoreBatchIncidentHasActionItemStartUnion = JiraIssue;
|
|
16712
|
+
export declare type GraphStoreBatchIncidentHasActionItemStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16658
16713
|
export declare type GraphStoreBatchIncidentLinkedJswIssueConnection = HasPageInfo & {
|
|
16659
16714
|
__typename?: 'GraphStoreBatchIncidentLinkedJswIssueConnection';
|
|
16660
16715
|
edges: Array<Maybe<GraphStoreBatchIncidentLinkedJswIssueEdge>>;
|
|
@@ -16695,7 +16750,7 @@ export declare type GraphStoreBatchIncidentLinkedJswIssueStartNode = Node & {
|
|
|
16695
16750
|
data?: Maybe<GraphStoreBatchIncidentLinkedJswIssueStartUnion>;
|
|
16696
16751
|
id: Scalars['ID']['output'];
|
|
16697
16752
|
};
|
|
16698
|
-
export declare type GraphStoreBatchIncidentLinkedJswIssueStartUnion = JiraIssue;
|
|
16753
|
+
export declare type GraphStoreBatchIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16699
16754
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceConnection = HasPageInfo & {
|
|
16700
16755
|
__typename?: 'GraphStoreBatchJsmProjectAssociatedServiceConnection';
|
|
16701
16756
|
edges: Array<Maybe<GraphStoreBatchJsmProjectAssociatedServiceEdge>>;
|
|
@@ -17442,7 +17497,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentEndNode = {
|
|
|
17442
17497
|
data?: Maybe<GraphStoreFullComponentImpactedByIncidentEndUnion>;
|
|
17443
17498
|
id: Scalars['ID']['output'];
|
|
17444
17499
|
};
|
|
17445
|
-
export declare type GraphStoreFullComponentImpactedByIncidentEndUnion = JiraIssue;
|
|
17500
|
+
export declare type GraphStoreFullComponentImpactedByIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17446
17501
|
export declare type GraphStoreFullComponentImpactedByIncidentNode = Node & {
|
|
17447
17502
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentNode';
|
|
17448
17503
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -17568,7 +17623,7 @@ export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartN
|
|
|
17568
17623
|
data?: Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion>;
|
|
17569
17624
|
id: Scalars['ID']['output'];
|
|
17570
17625
|
};
|
|
17571
|
-
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion = JiraIssue;
|
|
17626
|
+
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17572
17627
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewNode = Node & {
|
|
17573
17628
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewNode';
|
|
17574
17629
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -17615,7 +17670,7 @@ export declare type GraphStoreFullIncidentHasActionItemStartNode = {
|
|
|
17615
17670
|
data?: Maybe<GraphStoreFullIncidentHasActionItemStartUnion>;
|
|
17616
17671
|
id: Scalars['ID']['output'];
|
|
17617
17672
|
};
|
|
17618
|
-
export declare type GraphStoreFullIncidentHasActionItemStartUnion = JiraIssue;
|
|
17673
|
+
export declare type GraphStoreFullIncidentHasActionItemStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17619
17674
|
export declare type GraphStoreFullIncidentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
17620
17675
|
__typename?: 'GraphStoreFullIncidentLinkedJswIssueConnection';
|
|
17621
17676
|
edges: Array<Maybe<GraphStoreFullIncidentLinkedJswIssueEdge>>;
|
|
@@ -17648,7 +17703,7 @@ export declare type GraphStoreFullIncidentLinkedJswIssueStartNode = {
|
|
|
17648
17703
|
data?: Maybe<GraphStoreFullIncidentLinkedJswIssueStartUnion>;
|
|
17649
17704
|
id: Scalars['ID']['output'];
|
|
17650
17705
|
};
|
|
17651
|
-
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = JiraIssue;
|
|
17706
|
+
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17652
17707
|
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & {
|
|
17653
17708
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
17654
17709
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
@@ -17809,7 +17864,6 @@ export declare type GraphStoreFullIssueAssociatedDeploymentNode = Node & {
|
|
|
17809
17864
|
export declare type GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput = {
|
|
17810
17865
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput';
|
|
17811
17866
|
author?: Maybe<GraphStoreFullIssueAssociatedDeploymentAuthorOutput>;
|
|
17812
|
-
deploymentLastUpdated?: Maybe<Scalars['Long']['output']>;
|
|
17813
17867
|
environmentType?: Maybe<GraphStoreFullIssueAssociatedDeploymentEnvironmentTypeOutput>;
|
|
17814
17868
|
state?: Maybe<GraphStoreFullIssueAssociatedDeploymentDeploymentStateOutput>;
|
|
17815
17869
|
};
|
|
@@ -18267,7 +18321,7 @@ export declare type GraphStoreFullJswProjectAssociatedIncidentEndNode = {
|
|
|
18267
18321
|
id: Scalars['ID']['output'];
|
|
18268
18322
|
metadata?: Maybe<GraphStoreFullJswProjectAssociatedIncidentRelationshipObjectMetadataOutput>;
|
|
18269
18323
|
};
|
|
18270
|
-
export declare type GraphStoreFullJswProjectAssociatedIncidentEndUnion = JiraIssue;
|
|
18324
|
+
export declare type GraphStoreFullJswProjectAssociatedIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18271
18325
|
export declare enum GraphStoreFullJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityOutput {
|
|
18272
18326
|
NotSet = "NOT_SET",
|
|
18273
18327
|
P1 = "P1",
|
|
@@ -18387,7 +18441,7 @@ export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndNode =
|
|
|
18387
18441
|
data?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentEndUnion>;
|
|
18388
18442
|
id: Scalars['ID']['output'];
|
|
18389
18443
|
};
|
|
18390
|
-
export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndUnion = JiraIssue;
|
|
18444
|
+
export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18391
18445
|
export declare type GraphStoreFullOperationsContainerImpactedByIncidentNode = Node & {
|
|
18392
18446
|
__typename?: 'GraphStoreFullOperationsContainerImpactedByIncidentNode';
|
|
18393
18447
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -18983,7 +19037,7 @@ export declare type GraphStoreFullProjectAssociatedToIncidentEndNode = {
|
|
|
18983
19037
|
data?: Maybe<GraphStoreFullProjectAssociatedToIncidentEndUnion>;
|
|
18984
19038
|
id: Scalars['ID']['output'];
|
|
18985
19039
|
};
|
|
18986
|
-
export declare type GraphStoreFullProjectAssociatedToIncidentEndUnion = JiraIssue;
|
|
19040
|
+
export declare type GraphStoreFullProjectAssociatedToIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18987
19041
|
export declare type GraphStoreFullProjectAssociatedToIncidentNode = Node & {
|
|
18988
19042
|
__typename?: 'GraphStoreFullProjectAssociatedToIncidentNode';
|
|
18989
19043
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -20377,6 +20431,61 @@ export declare type GraphStoreFullVersionAssociatedDeploymentStartNode = {
|
|
|
20377
20431
|
id: Scalars['ID']['output'];
|
|
20378
20432
|
};
|
|
20379
20433
|
export declare type GraphStoreFullVersionAssociatedDeploymentStartUnion = JiraVersion;
|
|
20434
|
+
export declare type GraphStoreFullVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
20435
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignConnection';
|
|
20436
|
+
edges: Array<Maybe<GraphStoreFullVersionAssociatedDesignEdge>>;
|
|
20437
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
20438
|
+
nodes: Array<Maybe<GraphStoreFullVersionAssociatedDesignNode>>;
|
|
20439
|
+
pageInfo: PageInfo;
|
|
20440
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20441
|
+
};
|
|
20442
|
+
export declare enum GraphStoreFullVersionAssociatedDesignDesignStatusOutput {
|
|
20443
|
+
None = "NONE",
|
|
20444
|
+
NotSet = "NOT_SET",
|
|
20445
|
+
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
20446
|
+
Unknown = "UNKNOWN"
|
|
20447
|
+
}
|
|
20448
|
+
export declare enum GraphStoreFullVersionAssociatedDesignDesignTypeOutput {
|
|
20449
|
+
Canvas = "CANVAS",
|
|
20450
|
+
File = "FILE",
|
|
20451
|
+
Group = "GROUP",
|
|
20452
|
+
Node = "NODE",
|
|
20453
|
+
NotSet = "NOT_SET",
|
|
20454
|
+
Other = "OTHER",
|
|
20455
|
+
Prototype = "PROTOTYPE"
|
|
20456
|
+
}
|
|
20457
|
+
export declare type GraphStoreFullVersionAssociatedDesignEdge = {
|
|
20458
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignEdge';
|
|
20459
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
20460
|
+
node: GraphStoreFullVersionAssociatedDesignNode;
|
|
20461
|
+
};
|
|
20462
|
+
export declare type GraphStoreFullVersionAssociatedDesignEndNode = {
|
|
20463
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignEndNode';
|
|
20464
|
+
data?: Maybe<GraphStoreFullVersionAssociatedDesignEndUnion>;
|
|
20465
|
+
id: Scalars['ID']['output'];
|
|
20466
|
+
metadata?: Maybe<GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput>;
|
|
20467
|
+
};
|
|
20468
|
+
export declare type GraphStoreFullVersionAssociatedDesignEndUnion = DevOpsDesign;
|
|
20469
|
+
export declare type GraphStoreFullVersionAssociatedDesignNode = Node & {
|
|
20470
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignNode';
|
|
20471
|
+
createdAt: Scalars['DateTime']['output'];
|
|
20472
|
+
from: GraphStoreFullVersionAssociatedDesignStartNode;
|
|
20473
|
+
id: Scalars['ID']['output'];
|
|
20474
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
20475
|
+
to: GraphStoreFullVersionAssociatedDesignEndNode;
|
|
20476
|
+
};
|
|
20477
|
+
export declare type GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput = {
|
|
20478
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput';
|
|
20479
|
+
designLastUpdated?: Maybe<Scalars['Long']['output']>;
|
|
20480
|
+
status?: Maybe<GraphStoreFullVersionAssociatedDesignDesignStatusOutput>;
|
|
20481
|
+
type?: Maybe<GraphStoreFullVersionAssociatedDesignDesignTypeOutput>;
|
|
20482
|
+
};
|
|
20483
|
+
export declare type GraphStoreFullVersionAssociatedDesignStartNode = {
|
|
20484
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignStartNode';
|
|
20485
|
+
data?: Maybe<GraphStoreFullVersionAssociatedDesignStartUnion>;
|
|
20486
|
+
id: Scalars['ID']['output'];
|
|
20487
|
+
};
|
|
20488
|
+
export declare type GraphStoreFullVersionAssociatedDesignStartUnion = JiraVersion;
|
|
20380
20489
|
export declare type GraphStoreFullVersionAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
20381
20490
|
__typename?: 'GraphStoreFullVersionAssociatedFeatureFlagConnection';
|
|
20382
20491
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedFeatureFlagEdge>>;
|
|
@@ -20612,6 +20721,55 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
20612
20721
|
lessThan?: InputMaybe<Scalars['Int']['input']>;
|
|
20613
20722
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
20614
20723
|
};
|
|
20724
|
+
export declare type GraphStoreJswProjectAssociatedIncidentConditionalFilterInput = {
|
|
20725
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
20726
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
20727
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
20728
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
20729
|
+
to_assigneeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
20730
|
+
to_majorIncident?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
20731
|
+
to_priority?: InputMaybe<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityFilterInput>;
|
|
20732
|
+
to_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
20733
|
+
to_status?: InputMaybe<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatusFilterInput>;
|
|
20734
|
+
};
|
|
20735
|
+
export declare type GraphStoreJswProjectAssociatedIncidentFilterInput = {
|
|
20736
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreJswProjectAssociatedIncidentConditionalFilterInput>>>;
|
|
20737
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreJswProjectAssociatedIncidentConditionalFilterInput>>>;
|
|
20738
|
+
};
|
|
20739
|
+
export declare enum GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority {
|
|
20740
|
+
NotSet = "NOT_SET",
|
|
20741
|
+
P1 = "P1",
|
|
20742
|
+
P2 = "P2",
|
|
20743
|
+
P3 = "P3",
|
|
20744
|
+
P4 = "P4",
|
|
20745
|
+
P5 = "P5"
|
|
20746
|
+
}
|
|
20747
|
+
export declare type GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityFilterInput = {
|
|
20748
|
+
is?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority>>;
|
|
20749
|
+
isNot?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority>>;
|
|
20750
|
+
};
|
|
20751
|
+
export declare enum GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus {
|
|
20752
|
+
Done = "DONE",
|
|
20753
|
+
Indeterminate = "INDETERMINATE",
|
|
20754
|
+
New = "NEW",
|
|
20755
|
+
NotSet = "NOT_SET",
|
|
20756
|
+
Undefined = "UNDEFINED"
|
|
20757
|
+
}
|
|
20758
|
+
export declare type GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatusFilterInput = {
|
|
20759
|
+
is?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus>>;
|
|
20760
|
+
isNot?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus>>;
|
|
20761
|
+
};
|
|
20762
|
+
export declare type GraphStoreJswProjectAssociatedIncidentSortInput = {
|
|
20763
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
20764
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
20765
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
20766
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
20767
|
+
to_assigneeAri?: InputMaybe<GraphStoreSortInput>;
|
|
20768
|
+
to_majorIncident?: InputMaybe<GraphStoreSortInput>;
|
|
20769
|
+
to_priority?: InputMaybe<GraphStoreSortInput>;
|
|
20770
|
+
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
20771
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
20772
|
+
};
|
|
20615
20773
|
export declare type GraphStoreLongFilterInput = {
|
|
20616
20774
|
greaterThan?: InputMaybe<Scalars['Long']['input']>;
|
|
20617
20775
|
greaterThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -21177,7 +21335,7 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentEdge = {
|
|
|
21177
21335
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21178
21336
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentUnion>;
|
|
21179
21337
|
};
|
|
21180
|
-
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = JiraIssue;
|
|
21338
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21181
21339
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
21182
21340
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
21183
21341
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -21276,7 +21434,7 @@ export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLink
|
|
|
21276
21434
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21277
21435
|
node?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion>;
|
|
21278
21436
|
};
|
|
21279
|
-
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion = JiraIssue;
|
|
21437
|
+
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21280
21438
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkUnion = JiraIssue | JiraPostIncidentReviewLink;
|
|
21281
21439
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewUnion = JiraIssue;
|
|
21282
21440
|
export declare type GraphStoreSimplifiedIncidentHasActionItemConnection = HasPageInfo & HasTotal & {
|
|
@@ -21307,7 +21465,7 @@ export declare type GraphStoreSimplifiedIncidentHasActionItemInverseEdge = {
|
|
|
21307
21465
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21308
21466
|
node?: Maybe<GraphStoreSimplifiedIncidentHasActionItemInverseUnion>;
|
|
21309
21467
|
};
|
|
21310
|
-
export declare type GraphStoreSimplifiedIncidentHasActionItemInverseUnion = JiraIssue;
|
|
21468
|
+
export declare type GraphStoreSimplifiedIncidentHasActionItemInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21311
21469
|
export declare type GraphStoreSimplifiedIncidentHasActionItemUnion = JiraIssue;
|
|
21312
21470
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
21313
21471
|
__typename?: 'GraphStoreSimplifiedIncidentLinkedJswIssueConnection';
|
|
@@ -21337,7 +21495,7 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
21337
21495
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21338
21496
|
node?: Maybe<GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion>;
|
|
21339
21497
|
};
|
|
21340
|
-
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = JiraIssue;
|
|
21498
|
+
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21341
21499
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
21342
21500
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
21343
21501
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
@@ -21715,7 +21873,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentInverseEdge
|
|
|
21715
21873
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentInverseUnion>;
|
|
21716
21874
|
};
|
|
21717
21875
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentInverseUnion = JiraProject;
|
|
21718
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentUnion = JiraIssue;
|
|
21876
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21719
21877
|
export declare type GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectConnection = HasPageInfo & HasTotal & {
|
|
21720
21878
|
__typename?: 'GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectConnection';
|
|
21721
21879
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectEdge>>>;
|
|
@@ -21788,7 +21946,7 @@ export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentEdg
|
|
|
21788
21946
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21789
21947
|
node?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion>;
|
|
21790
21948
|
};
|
|
21791
|
-
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion = JiraIssue;
|
|
21949
|
+
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21792
21950
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection = HasPageInfo & {
|
|
21793
21951
|
__typename?: 'GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection';
|
|
21794
21952
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemEdge>>>;
|
|
@@ -22134,7 +22292,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseEdge =
|
|
|
22134
22292
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedToIncidentInverseUnion>;
|
|
22135
22293
|
};
|
|
22136
22294
|
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseUnion = JiraProject;
|
|
22137
|
-
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentUnion = JiraIssue;
|
|
22295
|
+
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
22138
22296
|
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection = HasPageInfo & HasTotal & {
|
|
22139
22297
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection';
|
|
22140
22298
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseEdge>>>;
|
|
@@ -22807,6 +22965,36 @@ export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseEdge =
|
|
|
22807
22965
|
};
|
|
22808
22966
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion = JiraVersion;
|
|
22809
22967
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary;
|
|
22968
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
22969
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignConnection';
|
|
22970
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignEdge>>>;
|
|
22971
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22972
|
+
pageInfo: PageInfo;
|
|
22973
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22974
|
+
};
|
|
22975
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignEdge = {
|
|
22976
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignEdge';
|
|
22977
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22978
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22979
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22980
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignUnion>;
|
|
22981
|
+
};
|
|
22982
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseConnection = HasPageInfo & HasTotal & {
|
|
22983
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignInverseConnection';
|
|
22984
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseEdge>>>;
|
|
22985
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22986
|
+
pageInfo: PageInfo;
|
|
22987
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22988
|
+
};
|
|
22989
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseEdge = {
|
|
22990
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignInverseEdge';
|
|
22991
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22992
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22993
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22994
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseUnion>;
|
|
22995
|
+
};
|
|
22996
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseUnion = JiraVersion;
|
|
22997
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignUnion = DevOpsDesign;
|
|
22810
22998
|
export declare type GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
22811
22999
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection';
|
|
22812
23000
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagEdge>>>;
|
|
@@ -23233,6 +23421,51 @@ export declare type GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatusFi
|
|
|
23233
23421
|
is?: InputMaybe<Array<GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatus>>;
|
|
23234
23422
|
isNot?: InputMaybe<Array<GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatus>>;
|
|
23235
23423
|
};
|
|
23424
|
+
export declare type GraphStoreVersionAssociatedDesignConditionalFilterInput = {
|
|
23425
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
23426
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
23427
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
23428
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
23429
|
+
to_designLastUpdated?: InputMaybe<GraphStoreLongFilterInput>;
|
|
23430
|
+
to_status?: InputMaybe<GraphStoreVersionAssociatedDesignDesignStatusFilterInput>;
|
|
23431
|
+
to_type?: InputMaybe<GraphStoreVersionAssociatedDesignDesignTypeFilterInput>;
|
|
23432
|
+
};
|
|
23433
|
+
export declare enum GraphStoreVersionAssociatedDesignDesignStatus {
|
|
23434
|
+
None = "NONE",
|
|
23435
|
+
NotSet = "NOT_SET",
|
|
23436
|
+
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
23437
|
+
Unknown = "UNKNOWN"
|
|
23438
|
+
}
|
|
23439
|
+
export declare type GraphStoreVersionAssociatedDesignDesignStatusFilterInput = {
|
|
23440
|
+
is?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignStatus>>;
|
|
23441
|
+
isNot?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignStatus>>;
|
|
23442
|
+
};
|
|
23443
|
+
export declare enum GraphStoreVersionAssociatedDesignDesignType {
|
|
23444
|
+
Canvas = "CANVAS",
|
|
23445
|
+
File = "FILE",
|
|
23446
|
+
Group = "GROUP",
|
|
23447
|
+
Node = "NODE",
|
|
23448
|
+
NotSet = "NOT_SET",
|
|
23449
|
+
Other = "OTHER",
|
|
23450
|
+
Prototype = "PROTOTYPE"
|
|
23451
|
+
}
|
|
23452
|
+
export declare type GraphStoreVersionAssociatedDesignDesignTypeFilterInput = {
|
|
23453
|
+
is?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignType>>;
|
|
23454
|
+
isNot?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignType>>;
|
|
23455
|
+
};
|
|
23456
|
+
export declare type GraphStoreVersionAssociatedDesignFilterInput = {
|
|
23457
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreVersionAssociatedDesignConditionalFilterInput>>>;
|
|
23458
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreVersionAssociatedDesignConditionalFilterInput>>>;
|
|
23459
|
+
};
|
|
23460
|
+
export declare type GraphStoreVersionAssociatedDesignSortInput = {
|
|
23461
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
23462
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
23463
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
23464
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
23465
|
+
to_designLastUpdated?: InputMaybe<GraphStoreSortInput>;
|
|
23466
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
23467
|
+
to_type?: InputMaybe<GraphStoreSortInput>;
|
|
23468
|
+
};
|
|
23236
23469
|
export declare type GrowthRecContext = {
|
|
23237
23470
|
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
23238
23471
|
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
@@ -23391,12 +23624,14 @@ export declare type HasTotal = {
|
|
|
23391
23624
|
};
|
|
23392
23625
|
export declare type HelpCenter = Node & {
|
|
23393
23626
|
__typename?: 'HelpCenter';
|
|
23627
|
+
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
23394
23628
|
conversation?: Maybe<HelpCenterConversation>;
|
|
23395
23629
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
23396
23630
|
helpDesks: HelpCenterHelpDeskItemConnection;
|
|
23397
23631
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
23398
23632
|
id: Scalars['ID']['output'];
|
|
23399
23633
|
name?: Maybe<HelpCenterName>;
|
|
23634
|
+
portals?: Maybe<Array<HelpCenterPortal>>;
|
|
23400
23635
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23401
23636
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
23402
23637
|
type?: Maybe<HelpCenterType>;
|
|
@@ -23405,6 +23640,32 @@ export declare type HelpCenterHelpDesksArgs = {
|
|
|
23405
23640
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23406
23641
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23407
23642
|
};
|
|
23643
|
+
export declare type HelpCenterPortalsArgs = {
|
|
23644
|
+
portalsFilter?: InputMaybe<HelpCenterPortalFilter>;
|
|
23645
|
+
sortOrder?: InputMaybe<HelpCenterPortalsSortOrder>;
|
|
23646
|
+
};
|
|
23647
|
+
export declare type HelpCenterAnnouncement = {
|
|
23648
|
+
__typename?: 'HelpCenterAnnouncement';
|
|
23649
|
+
announcementType?: Maybe<HelpCenterAnnouncementType>;
|
|
23650
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
23651
|
+
descriptionTranslationsRaw?: Maybe<Array<HelpCenterTranslation>>;
|
|
23652
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
23653
|
+
nameTranslationsRaw?: Maybe<Array<HelpCenterTranslation>>;
|
|
23654
|
+
};
|
|
23655
|
+
export declare type HelpCenterAnnouncementInput = {
|
|
23656
|
+
announcementType: HelpCenterAnnouncementType;
|
|
23657
|
+
descriptionTranslations?: InputMaybe<Array<HelpCenterTranslationInput>>;
|
|
23658
|
+
helpCenterAri: Scalars['String']['input'];
|
|
23659
|
+
nameTranslations?: InputMaybe<Array<HelpCenterTranslationInput>>;
|
|
23660
|
+
};
|
|
23661
|
+
export declare enum HelpCenterAnnouncementType {
|
|
23662
|
+
Wiki = "WIKI"
|
|
23663
|
+
}
|
|
23664
|
+
export declare type HelpCenterAnnouncements = {
|
|
23665
|
+
__typename?: 'HelpCenterAnnouncements';
|
|
23666
|
+
homePageAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23667
|
+
loginAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23668
|
+
};
|
|
23408
23669
|
export declare type HelpCenterBanner = {
|
|
23409
23670
|
__typename?: 'HelpCenterBanner';
|
|
23410
23671
|
fileId?: Maybe<Scalars['String']['output']>;
|
|
@@ -23417,6 +23678,7 @@ export declare type HelpCenterBranding = {
|
|
|
23417
23678
|
__typename?: 'HelpCenterBranding';
|
|
23418
23679
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
23419
23680
|
helpCenterBanner?: Maybe<HelpCenterBanner>;
|
|
23681
|
+
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
23420
23682
|
logo?: Maybe<HelpCenterLogo>;
|
|
23421
23683
|
};
|
|
23422
23684
|
export declare type HelpCenterBrandingColors = {
|
|
@@ -23429,6 +23691,7 @@ export declare type HelpCenterBrandingColorsInput = {
|
|
|
23429
23691
|
export declare type HelpCenterBrandingInput = {
|
|
23430
23692
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
23431
23693
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
23694
|
+
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
23432
23695
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
23433
23696
|
};
|
|
23434
23697
|
export declare type HelpCenterBulkCreateTopicsInput = {
|
|
@@ -23547,11 +23810,30 @@ export declare type HelpCenterHelpDeskUpdateInput = {
|
|
|
23547
23810
|
name: Scalars['String']['input'];
|
|
23548
23811
|
};
|
|
23549
23812
|
export declare type HelpCenterHelpObject = HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
|
|
23813
|
+
export declare type HelpCenterHomePageAnnouncementUpdatePayload = Payload & {
|
|
23814
|
+
__typename?: 'HelpCenterHomePageAnnouncementUpdatePayload';
|
|
23815
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23816
|
+
success: Scalars['Boolean']['output'];
|
|
23817
|
+
};
|
|
23550
23818
|
export declare type HelpCenterHomePageLayout = {
|
|
23551
23819
|
__typename?: 'HelpCenterHomePageLayout';
|
|
23552
23820
|
data?: Maybe<HelpLayoutResult>;
|
|
23553
23821
|
layoutId: Scalars['ID']['output'];
|
|
23554
23822
|
};
|
|
23823
|
+
export declare type HelpCenterHomePageTitle = {
|
|
23824
|
+
__typename?: 'HelpCenterHomePageTitle';
|
|
23825
|
+
default: Scalars['String']['output'];
|
|
23826
|
+
translations?: Maybe<Array<Maybe<HelpCenterTranslation>>>;
|
|
23827
|
+
};
|
|
23828
|
+
export declare type HelpCenterHomePageTitleInput = {
|
|
23829
|
+
default: Scalars['String']['input'];
|
|
23830
|
+
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
23831
|
+
};
|
|
23832
|
+
export declare type HelpCenterLoginAnnouncementUpdatePayload = Payload & {
|
|
23833
|
+
__typename?: 'HelpCenterLoginAnnouncementUpdatePayload';
|
|
23834
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23835
|
+
success: Scalars['Boolean']['output'];
|
|
23836
|
+
};
|
|
23555
23837
|
export declare type HelpCenterLogo = {
|
|
23556
23838
|
__typename?: 'HelpCenterLogo';
|
|
23557
23839
|
fileId?: Maybe<Scalars['String']['output']>;
|
|
@@ -23575,6 +23857,9 @@ export declare type HelpCenterMutationApi = {
|
|
|
23575
23857
|
deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
23576
23858
|
updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
|
|
23577
23859
|
updateHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
|
|
23860
|
+
updateHomePageAnnouncements?: Maybe<HelpCenterHomePageAnnouncementUpdatePayload>;
|
|
23861
|
+
updateLoginAnnouncements?: Maybe<HelpCenterLoginAnnouncementUpdatePayload>;
|
|
23862
|
+
updatePortalsConfiguration?: Maybe<HelpCenterPortalsConfigurationUpdatePayload>;
|
|
23578
23863
|
updateTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
23579
23864
|
updateTopicsOrder?: Maybe<HelpCenterUpdateTopicsOrderPayload>;
|
|
23580
23865
|
};
|
|
@@ -23596,6 +23881,15 @@ export declare type HelpCenterMutationApiUpdateHelpCenterArgs = {
|
|
|
23596
23881
|
export declare type HelpCenterMutationApiUpdateHelpDeskArgs = {
|
|
23597
23882
|
input: HelpCenterHelpDeskUpdateInput;
|
|
23598
23883
|
};
|
|
23884
|
+
export declare type HelpCenterMutationApiUpdateHomePageAnnouncementsArgs = {
|
|
23885
|
+
input: Array<InputMaybe<HelpCenterAnnouncementInput>>;
|
|
23886
|
+
};
|
|
23887
|
+
export declare type HelpCenterMutationApiUpdateLoginAnnouncementsArgs = {
|
|
23888
|
+
input: Array<InputMaybe<HelpCenterAnnouncementInput>>;
|
|
23889
|
+
};
|
|
23890
|
+
export declare type HelpCenterMutationApiUpdatePortalsConfigurationArgs = {
|
|
23891
|
+
input: HelpCenterPortalsConfigurationUpdateInput;
|
|
23892
|
+
};
|
|
23599
23893
|
export declare type HelpCenterMutationApiUpdateTopicArgs = {
|
|
23600
23894
|
input: HelpCenterBulkUpdateTopicInput;
|
|
23601
23895
|
};
|
|
@@ -23605,15 +23899,48 @@ export declare type HelpCenterMutationApiUpdateTopicsOrderArgs = {
|
|
|
23605
23899
|
export declare type HelpCenterName = {
|
|
23606
23900
|
__typename?: 'HelpCenterName';
|
|
23607
23901
|
default: Scalars['String']['output'];
|
|
23902
|
+
translations?: Maybe<Array<Maybe<HelpCenterTranslation>>>;
|
|
23608
23903
|
};
|
|
23609
23904
|
export declare type HelpCenterNameInput = {
|
|
23610
23905
|
default: Scalars['String']['input'];
|
|
23906
|
+
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
23907
|
+
};
|
|
23908
|
+
export declare type HelpCenterPortal = {
|
|
23909
|
+
__typename?: 'HelpCenterPortal';
|
|
23910
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
23911
|
+
id: Scalars['String']['output'];
|
|
23912
|
+
isFeatured: Scalars['Boolean']['output'];
|
|
23913
|
+
isHidden: Scalars['Boolean']['output'];
|
|
23914
|
+
key: Scalars['String']['output'];
|
|
23915
|
+
logoUrl: Scalars['String']['output'];
|
|
23916
|
+
name: Scalars['String']['output'];
|
|
23917
|
+
portalBaseUrl: Scalars['String']['output'];
|
|
23918
|
+
};
|
|
23919
|
+
export declare type HelpCenterPortalFilter = {
|
|
23920
|
+
featured: Scalars['Boolean']['input'];
|
|
23921
|
+
visible: Scalars['Boolean']['input'];
|
|
23922
|
+
};
|
|
23923
|
+
export declare type HelpCenterPortalsConfigurationUpdateInput = {
|
|
23924
|
+
featuredPortals: Array<Scalars['String']['input']>;
|
|
23925
|
+
helpCenterAri: Scalars['String']['input'];
|
|
23926
|
+
hiddenPortals: Array<Scalars['String']['input']>;
|
|
23927
|
+
sortOrder: HelpCenterPortalsSortOrder;
|
|
23611
23928
|
};
|
|
23929
|
+
export declare type HelpCenterPortalsConfigurationUpdatePayload = Payload & {
|
|
23930
|
+
__typename?: 'HelpCenterPortalsConfigurationUpdatePayload';
|
|
23931
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23932
|
+
success: Scalars['Boolean']['output'];
|
|
23933
|
+
};
|
|
23934
|
+
export declare enum HelpCenterPortalsSortOrder {
|
|
23935
|
+
NameAscending = "NAME_ASCENDING",
|
|
23936
|
+
Popularity = "POPULARITY"
|
|
23937
|
+
}
|
|
23612
23938
|
export declare type HelpCenterQueryApi = {
|
|
23613
23939
|
__typename?: 'HelpCenterQueryApi';
|
|
23614
23940
|
getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
23615
23941
|
helpCenterById?: Maybe<HelpCenterQueryResult>;
|
|
23616
23942
|
helpCenterFromProductName?: Maybe<HelpCenterQueryResult>;
|
|
23943
|
+
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
23617
23944
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
23618
23945
|
helpCenterTopicFromProductName?: Maybe<HelpCenterTopicResult>;
|
|
23619
23946
|
helpCenters?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
|
|
@@ -23630,6 +23957,9 @@ export declare type HelpCenterQueryApiHelpCenterByIdArgs = {
|
|
|
23630
23957
|
export declare type HelpCenterQueryApiHelpCenterFromProductNameArgs = {
|
|
23631
23958
|
productName: Scalars['String']['input'];
|
|
23632
23959
|
};
|
|
23960
|
+
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
23961
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
23962
|
+
};
|
|
23633
23963
|
export declare type HelpCenterQueryApiHelpCenterTopicByIdArgs = {
|
|
23634
23964
|
helpCenterAri: Scalars['ID']['input'];
|
|
23635
23965
|
topicId: Scalars['ID']['input'];
|
|
@@ -23646,6 +23976,20 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
|
|
|
23646
23976
|
helpCenterAri: Scalars['ID']['input'];
|
|
23647
23977
|
};
|
|
23648
23978
|
export declare type HelpCenterQueryResult = HelpCenter | QueryError;
|
|
23979
|
+
export declare type HelpCenterReporting = {
|
|
23980
|
+
__typename?: 'HelpCenterReporting';
|
|
23981
|
+
helpCenterId: Scalars['ID']['output'];
|
|
23982
|
+
performanceIndicators?: Maybe<Array<HelpCenterReportingPerformanceIndicator>>;
|
|
23983
|
+
scheduledAt?: Maybe<Scalars['DateTime']['output']>;
|
|
23984
|
+
};
|
|
23985
|
+
export declare type HelpCenterReportingPerformanceIndicator = {
|
|
23986
|
+
__typename?: 'HelpCenterReportingPerformanceIndicator';
|
|
23987
|
+
currentValue: Scalars['String']['output'];
|
|
23988
|
+
name: Scalars['String']['output'];
|
|
23989
|
+
previousValue?: Maybe<Scalars['String']['output']>;
|
|
23990
|
+
timeWindow?: Maybe<Scalars['String']['output']>;
|
|
23991
|
+
};
|
|
23992
|
+
export declare type HelpCenterReportingResult = HelpCenterReporting | QueryError;
|
|
23649
23993
|
export declare type HelpCenterSuccessfullyCreatedTopicIds = {
|
|
23650
23994
|
__typename?: 'HelpCenterSuccessfullyCreatedTopicIds';
|
|
23651
23995
|
helpCenterId: Scalars['ID']['output'];
|
|
@@ -23696,6 +24040,17 @@ export declare type HelpCenterTopicItemInput = {
|
|
|
23696
24040
|
ari: Scalars['ID']['input'];
|
|
23697
24041
|
};
|
|
23698
24042
|
export declare type HelpCenterTopicResult = HelpCenterTopic | QueryError;
|
|
24043
|
+
export declare type HelpCenterTranslation = {
|
|
24044
|
+
__typename?: 'HelpCenterTranslation';
|
|
24045
|
+
locale: Scalars['String']['output'];
|
|
24046
|
+
localeDisplayName: Scalars['String']['output'];
|
|
24047
|
+
value: Scalars['String']['output'];
|
|
24048
|
+
};
|
|
24049
|
+
export declare type HelpCenterTranslationInput = {
|
|
24050
|
+
locale: Scalars['String']['input'];
|
|
24051
|
+
localeDisplayName: Scalars['String']['input'];
|
|
24052
|
+
value: Scalars['String']['input'];
|
|
24053
|
+
};
|
|
23699
24054
|
export declare enum HelpCenterType {
|
|
23700
24055
|
Advanced = "ADVANCED",
|
|
23701
24056
|
Basic = "BASIC",
|
|
@@ -25458,6 +25813,19 @@ export declare type JiraAppConfigStateEdge = {
|
|
|
25458
25813
|
cursor: Scalars['String']['output'];
|
|
25459
25814
|
node?: Maybe<JiraAppConfigState>;
|
|
25460
25815
|
};
|
|
25816
|
+
export declare type JiraAppNavigationItem = JiraNavigationItem & Node & {
|
|
25817
|
+
__typename?: 'JiraAppNavigationItem';
|
|
25818
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
25819
|
+
id: Scalars['ID']['output'];
|
|
25820
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
25821
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
25822
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
25823
|
+
};
|
|
25824
|
+
export declare type JiraAppUiModifications = {
|
|
25825
|
+
__typename?: 'JiraAppUiModifications';
|
|
25826
|
+
appEnvId: Scalars['String']['output'];
|
|
25827
|
+
uiModifications: Array<JiraUiModification>;
|
|
25828
|
+
};
|
|
25461
25829
|
export declare type JiraApplicationProperty = Node & {
|
|
25462
25830
|
__typename?: 'JiraApplicationProperty';
|
|
25463
25831
|
allowedValues?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -26417,6 +26785,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26417
26785
|
export declare type JiraComponentsFieldComponentsArgs = {
|
|
26418
26786
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26419
26787
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
26788
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
26420
26789
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26421
26790
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
26422
26791
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26806,6 +27175,15 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
|
26806
27175
|
issueLinkId?: Maybe<Scalars['ID']['output']>;
|
|
26807
27176
|
success: Scalars['Boolean']['output'];
|
|
26808
27177
|
};
|
|
27178
|
+
export declare type JiraDeleteNavigationItemInput = {
|
|
27179
|
+
id: Scalars['ID']['input'];
|
|
27180
|
+
};
|
|
27181
|
+
export declare type JiraDeleteNavigationItemPayload = Payload & {
|
|
27182
|
+
__typename?: 'JiraDeleteNavigationItemPayload';
|
|
27183
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27184
|
+
navigationItem?: Maybe<Scalars['ID']['output']>;
|
|
27185
|
+
success: Scalars['Boolean']['output'];
|
|
27186
|
+
};
|
|
26809
27187
|
export declare type JiraDeleteProjectNotificationPreferencesInput = {
|
|
26810
27188
|
projectId: Scalars['ID']['input'];
|
|
26811
27189
|
};
|
|
@@ -28565,6 +28943,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
28565
28943
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
28566
28944
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
28567
28945
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
28946
|
+
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
28568
28947
|
JiraDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
28569
28948
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
28570
28949
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
@@ -28646,6 +29025,7 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28646
29025
|
export declare type JiraIssueTypeFieldIssueTypesArgs = {
|
|
28647
29026
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
28648
29027
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
29028
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
28649
29029
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28650
29030
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
28651
29031
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29557,6 +29937,7 @@ export declare type JiraMutation = {
|
|
|
29557
29937
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
29558
29938
|
deleteJiraVersionApprover?: Maybe<JiraVersionDeleteApproverPayload>;
|
|
29559
29939
|
deleteJwmOverview?: Maybe<JiraWorkManagementGiraDeleteOverviewPayload>;
|
|
29940
|
+
deleteNavigationItem?: Maybe<JiraDeleteNavigationItemPayload>;
|
|
29560
29941
|
deleteProjectNotificationPreferences?: Maybe<JiraDeleteProjectNotificationPreferencesPayload>;
|
|
29561
29942
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
29562
29943
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
@@ -29564,11 +29945,13 @@ export declare type JiraMutation = {
|
|
|
29564
29945
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
29565
29946
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
29566
29947
|
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
29948
|
+
jwmUpdateActiveBackground?: Maybe<JiraWorkManagementUpdateActiveBackgroundPayload>;
|
|
29567
29949
|
linkIssueToVersionRelatedWork?: Maybe<JiraLinkIssueToVersionRelatedWorkPayload>;
|
|
29568
29950
|
linkIssuesToIncident?: Maybe<JiraLinkIssuesToIncidentMutationPayload>;
|
|
29569
29951
|
makeTransition?: Maybe<JiraIssueTransitionResponse>;
|
|
29570
29952
|
moveIssuesToFixVersion?: Maybe<JiraMoveIssuesToFixVersionPayload>;
|
|
29571
29953
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
29954
|
+
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
29572
29955
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
29573
29956
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
29574
29957
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -29578,6 +29961,7 @@ export declare type JiraMutation = {
|
|
|
29578
29961
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
29579
29962
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
29580
29963
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
29964
|
+
setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
|
|
29581
29965
|
setEntityIsFavourite?: Maybe<JiraSetIsFavouritePayload>;
|
|
29582
29966
|
setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
|
|
29583
29967
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
@@ -29704,6 +30088,9 @@ export declare type JiraMutationDeleteJiraVersionApproverArgs = {
|
|
|
29704
30088
|
export declare type JiraMutationDeleteJwmOverviewArgs = {
|
|
29705
30089
|
input: JiraWorkManagementDeleteOverviewInput;
|
|
29706
30090
|
};
|
|
30091
|
+
export declare type JiraMutationDeleteNavigationItemArgs = {
|
|
30092
|
+
input: JiraDeleteNavigationItemInput;
|
|
30093
|
+
};
|
|
29707
30094
|
export declare type JiraMutationDeleteProjectNotificationPreferencesArgs = {
|
|
29708
30095
|
cloudId: Scalars['ID']['input'];
|
|
29709
30096
|
input: JiraDeleteProjectNotificationPreferencesInput;
|
|
@@ -29722,6 +30109,9 @@ export declare type JiraMutationInitializeProjectNotificationPreferencesArgs = {
|
|
|
29722
30109
|
export declare type JiraMutationJwmDeleteAttachmentArgs = {
|
|
29723
30110
|
input: JiraWorkManagementDeleteAttachmentInput;
|
|
29724
30111
|
};
|
|
30112
|
+
export declare type JiraMutationJwmUpdateActiveBackgroundArgs = {
|
|
30113
|
+
input: JiraWorkManagementUpdateBackgroundInput;
|
|
30114
|
+
};
|
|
29725
30115
|
export declare type JiraMutationLinkIssueToVersionRelatedWorkArgs = {
|
|
29726
30116
|
input: JiraLinkIssueToVersionRelatedWorkInput;
|
|
29727
30117
|
};
|
|
@@ -29737,6 +30127,9 @@ export declare type JiraMutationMoveIssuesToFixVersionArgs = {
|
|
|
29737
30127
|
export declare type JiraMutationRankIssuesArgs = {
|
|
29738
30128
|
rankInput: JiraRankMutationInput;
|
|
29739
30129
|
};
|
|
30130
|
+
export declare type JiraMutationRankNavigationItemArgs = {
|
|
30131
|
+
input: JiraRankNavigationItemInput;
|
|
30132
|
+
};
|
|
29740
30133
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
29741
30134
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
29742
30135
|
};
|
|
@@ -29766,6 +30159,9 @@ export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
|
29766
30159
|
cloudId: Scalars['ID']['input'];
|
|
29767
30160
|
input: Array<JiraSetApplicationPropertyInput>;
|
|
29768
30161
|
};
|
|
30162
|
+
export declare type JiraMutationSetDefaultNavigationItemArgs = {
|
|
30163
|
+
input: JiraSetDefaultNavigationItemInput;
|
|
30164
|
+
};
|
|
29769
30165
|
export declare type JiraMutationSetEntityIsFavouriteArgs = {
|
|
29770
30166
|
input: JiraSetIsFavouriteInput;
|
|
29771
30167
|
};
|
|
@@ -29951,6 +30347,22 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
|
|
|
29951
30347
|
export declare type JiraNaturalLanguageToJqlInput = {
|
|
29952
30348
|
naturalLanguageInput: Scalars['String']['input'];
|
|
29953
30349
|
};
|
|
30350
|
+
export declare type JiraNavigationItem = {
|
|
30351
|
+
id: Scalars['ID']['output'];
|
|
30352
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
30353
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
30354
|
+
};
|
|
30355
|
+
export declare type JiraNavigationItemConnection = HasPageInfo & {
|
|
30356
|
+
__typename?: 'JiraNavigationItemConnection';
|
|
30357
|
+
edges?: Maybe<Array<Maybe<JiraNavigationItemEdge>>>;
|
|
30358
|
+
errors?: Maybe<Array<QueryError>>;
|
|
30359
|
+
pageInfo: PageInfo;
|
|
30360
|
+
};
|
|
30361
|
+
export declare type JiraNavigationItemEdge = {
|
|
30362
|
+
__typename?: 'JiraNavigationItemEdge';
|
|
30363
|
+
cursor: Scalars['String']['output'];
|
|
30364
|
+
node?: Maybe<JiraNavigationItem>;
|
|
30365
|
+
};
|
|
29954
30366
|
export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
29955
30367
|
__typename?: 'JiraNavigationUIStateUserProperty';
|
|
29956
30368
|
id: Scalars['ID']['output'];
|
|
@@ -30425,6 +30837,7 @@ export declare type JiraPermission = {
|
|
|
30425
30837
|
export declare type JiraPermissionConfiguration = {
|
|
30426
30838
|
__typename?: 'JiraPermissionConfiguration';
|
|
30427
30839
|
documentation?: Maybe<JiraPermissionDocumentationExtension>;
|
|
30840
|
+
isEditable: Scalars['Boolean']['output'];
|
|
30428
30841
|
message?: Maybe<JiraPermissionMessageExtension>;
|
|
30429
30842
|
tag: JiraPermissionTagEnum;
|
|
30430
30843
|
};
|
|
@@ -30696,6 +31109,7 @@ export declare type JiraProject = Node & {
|
|
|
30696
31109
|
lead?: Maybe<User>;
|
|
30697
31110
|
leadId?: Maybe<Scalars['ID']['output']>;
|
|
30698
31111
|
linkedDocumentationContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
31112
|
+
linkedOperationsIncidentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentConnection>;
|
|
30699
31113
|
linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
30700
31114
|
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
|
|
30701
31115
|
name: Scalars['String']['output'];
|
|
@@ -30772,6 +31186,11 @@ export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
|
30772
31186
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30773
31187
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
30774
31188
|
};
|
|
31189
|
+
export declare type JiraProjectLinkedOperationsIncidentsByProjectArgs = {
|
|
31190
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31191
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
31192
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31193
|
+
};
|
|
30775
31194
|
export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
30776
31195
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30777
31196
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -31167,6 +31586,7 @@ export declare type JiraProjectRoleActorRecommendationConnection = {
|
|
|
31167
31586
|
nodes?: Maybe<Array<Maybe<JiraProjectRoleActorRecommendation>>>;
|
|
31168
31587
|
pageInfo: PageInfo;
|
|
31169
31588
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31589
|
+
totalDeletedUsersCount?: Maybe<Scalars['Int']['output']>;
|
|
31170
31590
|
};
|
|
31171
31591
|
export declare type JiraProjectRoleActorRecommendationEdge = {
|
|
31172
31592
|
__typename?: 'JiraProjectRoleActorRecommendationEdge';
|
|
@@ -31290,6 +31710,7 @@ export declare type JiraQuery = {
|
|
|
31290
31710
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
31291
31711
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
31292
31712
|
getIssueTransitionByIssueId?: Maybe<JiraIssueTransitionModal>;
|
|
31713
|
+
getIssueTransitionByIssueKey?: Maybe<JiraIssueTransitionModal>;
|
|
31293
31714
|
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
31294
31715
|
getPermissionSchemeGrantsHierarchy?: Maybe<Array<JiraPermissionGrants>>;
|
|
31295
31716
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
@@ -31327,6 +31748,7 @@ export declare type JiraQuery = {
|
|
|
31327
31748
|
jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
|
|
31328
31749
|
jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
|
|
31329
31750
|
jsonUserProperty?: Maybe<JiraEntityPropertyJson>;
|
|
31751
|
+
jwmCustomBackgrounds?: Maybe<JiraWorkManagementCustomBackgroundConnection>;
|
|
31330
31752
|
jwmFilters?: Maybe<JiraWorkManagementFilterConnectionResult>;
|
|
31331
31753
|
jwmForm?: Maybe<JiraWorkManagementFormConfiguration>;
|
|
31332
31754
|
jwmLicensing?: Maybe<JiraWorkManagementLicensing>;
|
|
@@ -31335,6 +31757,7 @@ export declare type JiraQuery = {
|
|
|
31335
31757
|
jwmNavigationByProjectKey?: Maybe<JiraWorkManagementNavigation>;
|
|
31336
31758
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverviewResult>;
|
|
31337
31759
|
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
31760
|
+
jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
|
|
31338
31761
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
31339
31762
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
31340
31763
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -31364,7 +31787,7 @@ export declare type JiraQuery = {
|
|
|
31364
31787
|
stringUserProperty?: Maybe<JiraEntityPropertyString>;
|
|
31365
31788
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
31366
31789
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
31367
|
-
uiModifications?: Maybe<Array<
|
|
31790
|
+
uiModifications?: Maybe<Array<JiraAppUiModifications>>;
|
|
31368
31791
|
userHomePage?: Maybe<JiraHomePage>;
|
|
31369
31792
|
userPreferences?: Maybe<JiraUserPreferences>;
|
|
31370
31793
|
userSegmentation?: Maybe<JiraUserSegmentation>;
|
|
@@ -31514,6 +31937,11 @@ export declare type JiraQueryGetIssueTransitionByIssueIdArgs = {
|
|
|
31514
31937
|
issueId: Scalars['ID']['input'];
|
|
31515
31938
|
transitionId: Scalars['String']['input'];
|
|
31516
31939
|
};
|
|
31940
|
+
export declare type JiraQueryGetIssueTransitionByIssueKeyArgs = {
|
|
31941
|
+
cloudId: Scalars['ID']['input'];
|
|
31942
|
+
issueKey: Scalars['String']['input'];
|
|
31943
|
+
transitionId: Scalars['String']['input'];
|
|
31944
|
+
};
|
|
31517
31945
|
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
31518
31946
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31519
31947
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31676,6 +32104,13 @@ export declare type JiraQueryJsonUserPropertyArgs = {
|
|
|
31676
32104
|
cloudId: Scalars['ID']['input'];
|
|
31677
32105
|
propertyKey: Scalars['String']['input'];
|
|
31678
32106
|
};
|
|
32107
|
+
export declare type JiraQueryJwmCustomBackgroundsArgs = {
|
|
32108
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32109
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32110
|
+
cloudId: Scalars['ID']['input'];
|
|
32111
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32112
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32113
|
+
};
|
|
31679
32114
|
export declare type JiraQueryJwmFiltersArgs = {
|
|
31680
32115
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31681
32116
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31709,6 +32144,12 @@ export declare type JiraQueryJwmOverviewsArgs = {
|
|
|
31709
32144
|
cloudId: Scalars['ID']['input'];
|
|
31710
32145
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31711
32146
|
};
|
|
32147
|
+
export declare type JiraQueryJwmSavedViewsByProjectArgs = {
|
|
32148
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32149
|
+
cloudId: Scalars['ID']['input'];
|
|
32150
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32151
|
+
projectIdOrKey: Scalars['String']['input'];
|
|
32152
|
+
};
|
|
31712
32153
|
export declare type JiraQueryJwmViewItemsArgs = {
|
|
31713
32154
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31714
32155
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31781,6 +32222,7 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
|
|
|
31781
32222
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31782
32223
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31783
32224
|
statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
|
|
32225
|
+
userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
|
|
31784
32226
|
};
|
|
31785
32227
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
31786
32228
|
cloudId: Scalars['ID']['input'];
|
|
@@ -31934,6 +32376,21 @@ export declare type JiraRankMutationPayload = Payload & {
|
|
|
31934
32376
|
errors?: Maybe<Array<MutationError>>;
|
|
31935
32377
|
success: Scalars['Boolean']['output'];
|
|
31936
32378
|
};
|
|
32379
|
+
export declare type JiraRankNavigationItemInput = {
|
|
32380
|
+
afterId?: InputMaybe<Scalars['ID']['input']>;
|
|
32381
|
+
beforeId?: InputMaybe<Scalars['ID']['input']>;
|
|
32382
|
+
id: Scalars['ID']['input'];
|
|
32383
|
+
};
|
|
32384
|
+
export declare type JiraRankNavigationItemPayload = Payload & {
|
|
32385
|
+
__typename?: 'JiraRankNavigationItemPayload';
|
|
32386
|
+
errors?: Maybe<Array<MutationError>>;
|
|
32387
|
+
navigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
32388
|
+
success: Scalars['Boolean']['output'];
|
|
32389
|
+
};
|
|
32390
|
+
export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
|
|
32391
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32392
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32393
|
+
};
|
|
31937
32394
|
export declare enum JiraRecommendationCategory {
|
|
31938
32395
|
CustomField = "CUSTOM_FIELD",
|
|
31939
32396
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
@@ -33242,6 +33699,15 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
33242
33699
|
key: Scalars['String']['input'];
|
|
33243
33700
|
value: Scalars['String']['input'];
|
|
33244
33701
|
};
|
|
33702
|
+
export declare type JiraSetDefaultNavigationItemInput = {
|
|
33703
|
+
id: Scalars['ID']['input'];
|
|
33704
|
+
};
|
|
33705
|
+
export declare type JiraSetDefaultNavigationItemPayload = Payload & {
|
|
33706
|
+
__typename?: 'JiraSetDefaultNavigationItemPayload';
|
|
33707
|
+
errors?: Maybe<Array<MutationError>>;
|
|
33708
|
+
newDefault?: Maybe<JiraNavigationItem>;
|
|
33709
|
+
success: Scalars['Boolean']['output'];
|
|
33710
|
+
};
|
|
33245
33711
|
export declare type JiraSetIsFavouriteInput = {
|
|
33246
33712
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
33247
33713
|
entityId: Scalars['ID']['input'];
|
|
@@ -33368,6 +33834,13 @@ export declare type JiraShortcutDataInput = {
|
|
|
33368
33834
|
name: Scalars['String']['input'];
|
|
33369
33835
|
url: Scalars['String']['input'];
|
|
33370
33836
|
};
|
|
33837
|
+
export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
33838
|
+
__typename?: 'JiraShortcutNavigationItem';
|
|
33839
|
+
id: Scalars['ID']['output'];
|
|
33840
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
33841
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
33842
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
33843
|
+
};
|
|
33371
33844
|
export declare type JiraSimilarIssues = {
|
|
33372
33845
|
__typename?: 'JiraSimilarIssues';
|
|
33373
33846
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -34002,7 +34475,6 @@ export declare type JiraUiExposedError = {
|
|
|
34002
34475
|
};
|
|
34003
34476
|
export declare type JiraUiModification = {
|
|
34004
34477
|
__typename?: 'JiraUiModification';
|
|
34005
|
-
appEnvId: Scalars['String']['output'];
|
|
34006
34478
|
data?: Maybe<Scalars['String']['output']>;
|
|
34007
34479
|
id: Scalars['ID']['output'];
|
|
34008
34480
|
};
|
|
@@ -35050,11 +35522,30 @@ export declare type JiraWorkLogEdge = {
|
|
|
35050
35522
|
cursor: Scalars['String']['output'];
|
|
35051
35523
|
node?: Maybe<JiraWorklog>;
|
|
35052
35524
|
};
|
|
35525
|
+
export declare type JiraWorkManagementAttachmentBackground = JiraWorkManagementBackground & {
|
|
35526
|
+
__typename?: 'JiraWorkManagementAttachmentBackground';
|
|
35527
|
+
attachment?: Maybe<JiraAttachment>;
|
|
35528
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35529
|
+
};
|
|
35530
|
+
export declare type JiraWorkManagementBackground = {
|
|
35531
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35532
|
+
};
|
|
35533
|
+
export declare enum JiraWorkManagementBackgroundType {
|
|
35534
|
+
Attachment = "ATTACHMENT",
|
|
35535
|
+
Color = "COLOR",
|
|
35536
|
+
Custom = "CUSTOM",
|
|
35537
|
+
Gradient = "GRADIENT"
|
|
35538
|
+
}
|
|
35053
35539
|
export declare type JiraWorkManagementChildSummary = {
|
|
35054
35540
|
__typename?: 'JiraWorkManagementChildSummary';
|
|
35055
35541
|
hasChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
35056
35542
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
35057
35543
|
};
|
|
35544
|
+
export declare type JiraWorkManagementColorBackground = JiraWorkManagementBackground & {
|
|
35545
|
+
__typename?: 'JiraWorkManagementColorBackground';
|
|
35546
|
+
colorValue?: Maybe<Scalars['String']['output']>;
|
|
35547
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35548
|
+
};
|
|
35058
35549
|
export declare type JiraWorkManagementCommentSummary = {
|
|
35059
35550
|
__typename?: 'JiraWorkManagementCommentSummary';
|
|
35060
35551
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
@@ -35094,6 +35585,28 @@ export declare type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
|
35094
35585
|
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
35095
35586
|
success: Scalars['Boolean']['output'];
|
|
35096
35587
|
};
|
|
35588
|
+
export declare type JiraWorkManagementCustomBackground = {
|
|
35589
|
+
__typename?: 'JiraWorkManagementCustomBackground';
|
|
35590
|
+
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
35591
|
+
altText?: Maybe<Scalars['String']['output']>;
|
|
35592
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
35593
|
+
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
35594
|
+
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
35595
|
+
};
|
|
35596
|
+
export declare type JiraWorkManagementCustomBackgroundMediaReadTokenArgs = {
|
|
35597
|
+
durationInSeconds: Scalars['Int']['input'];
|
|
35598
|
+
};
|
|
35599
|
+
export declare type JiraWorkManagementCustomBackgroundConnection = {
|
|
35600
|
+
__typename?: 'JiraWorkManagementCustomBackgroundConnection';
|
|
35601
|
+
edges?: Maybe<Array<Maybe<JiraWorkManagementCustomBackgroundEdge>>>;
|
|
35602
|
+
pageInfo?: Maybe<PageInfo>;
|
|
35603
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
35604
|
+
};
|
|
35605
|
+
export declare type JiraWorkManagementCustomBackgroundEdge = {
|
|
35606
|
+
__typename?: 'JiraWorkManagementCustomBackgroundEdge';
|
|
35607
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
35608
|
+
node?: Maybe<JiraWorkManagementCustomBackground>;
|
|
35609
|
+
};
|
|
35097
35610
|
export declare type JiraWorkManagementDeleteAttachmentInput = {
|
|
35098
35611
|
id: Scalars['ID']['input'];
|
|
35099
35612
|
};
|
|
@@ -35207,10 +35720,20 @@ export declare type JiraWorkManagementGiraUpdateOverviewPayload = Payload & {
|
|
|
35207
35720
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverview>;
|
|
35208
35721
|
success: Scalars['Boolean']['output'];
|
|
35209
35722
|
};
|
|
35723
|
+
export declare type JiraWorkManagementGradientBackground = JiraWorkManagementBackground & {
|
|
35724
|
+
__typename?: 'JiraWorkManagementGradientBackground';
|
|
35725
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35726
|
+
gradientValue?: Maybe<Scalars['String']['output']>;
|
|
35727
|
+
};
|
|
35210
35728
|
export declare type JiraWorkManagementLicensing = {
|
|
35211
35729
|
__typename?: 'JiraWorkManagementLicensing';
|
|
35212
35730
|
currentUserSeatEdition?: Maybe<JiraWorkManagementUserLicenseSeatEdition>;
|
|
35213
35731
|
};
|
|
35732
|
+
export declare type JiraWorkManagementMediaBackground = JiraWorkManagementBackground & {
|
|
35733
|
+
__typename?: 'JiraWorkManagementMediaBackground';
|
|
35734
|
+
customBackground?: Maybe<JiraWorkManagementCustomBackground>;
|
|
35735
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35736
|
+
};
|
|
35214
35737
|
export declare type JiraWorkManagementNavigation = {
|
|
35215
35738
|
__typename?: 'JiraWorkManagementNavigation';
|
|
35216
35739
|
favoriteProjects?: Maybe<JiraProjectConnection>;
|
|
@@ -35293,6 +35816,24 @@ export declare type JiraWorkManagementRankInput = {
|
|
|
35293
35816
|
after?: InputMaybe<Scalars['ID']['input']>;
|
|
35294
35817
|
before?: InputMaybe<Scalars['ID']['input']>;
|
|
35295
35818
|
};
|
|
35819
|
+
export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
|
|
35820
|
+
__typename?: 'JiraWorkManagementSavedView';
|
|
35821
|
+
id: Scalars['ID']['output'];
|
|
35822
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
35823
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
35824
|
+
type: Scalars['String']['output'];
|
|
35825
|
+
};
|
|
35826
|
+
export declare type JiraWorkManagementUpdateActiveBackgroundPayload = Payload & {
|
|
35827
|
+
__typename?: 'JiraWorkManagementUpdateActiveBackgroundPayload';
|
|
35828
|
+
background?: Maybe<JiraWorkManagementBackground>;
|
|
35829
|
+
errors?: Maybe<Array<MutationError>>;
|
|
35830
|
+
success: Scalars['Boolean']['output'];
|
|
35831
|
+
};
|
|
35832
|
+
export declare type JiraWorkManagementUpdateBackgroundInput = {
|
|
35833
|
+
backgroundType: JiraWorkManagementBackgroundType;
|
|
35834
|
+
backgroundValue: Scalars['String']['input'];
|
|
35835
|
+
entityId: Scalars['ID']['input'];
|
|
35836
|
+
};
|
|
35296
35837
|
export declare type JiraWorkManagementUpdateFilterInput = {
|
|
35297
35838
|
id: Scalars['ID']['input'];
|
|
35298
35839
|
name: Scalars['String']['input'];
|
|
@@ -35827,6 +36368,7 @@ export declare type MarketplaceStoreAlgoliaQueryFilter = {
|
|
|
35827
36368
|
export declare type MarketplaceStoreAlgoliaQueryMetadata = {
|
|
35828
36369
|
__typename?: 'MarketplaceStoreAlgoliaQueryMetadata';
|
|
35829
36370
|
filter: MarketplaceStoreAlgoliaQueryFilter;
|
|
36371
|
+
searchIndex: Scalars['String']['output'];
|
|
35830
36372
|
sort?: Maybe<MarketplaceStoreAlgoliaQuerySort>;
|
|
35831
36373
|
};
|
|
35832
36374
|
export declare type MarketplaceStoreAlgoliaQuerySort = {
|
|
@@ -35844,7 +36386,7 @@ export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStor
|
|
|
35844
36386
|
__typename?: 'MarketplaceStoreHomePageHighlightedSection';
|
|
35845
36387
|
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
35846
36388
|
description: Scalars['String']['output'];
|
|
35847
|
-
|
|
36389
|
+
highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
|
|
35848
36390
|
id: Scalars['ID']['output'];
|
|
35849
36391
|
tagline: Scalars['String']['output'];
|
|
35850
36392
|
tilesVariation: MarketplaceStoreTilesVariation;
|
|
@@ -43298,9 +43840,9 @@ export declare type TownsquareCommentEdge = {
|
|
|
43298
43840
|
node?: Maybe<TownsquareComment>;
|
|
43299
43841
|
};
|
|
43300
43842
|
export declare type TownsquareCreateGoalInput = {
|
|
43843
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
43301
43844
|
name: Scalars['String']['input'];
|
|
43302
43845
|
owner?: InputMaybe<Scalars['String']['input']>;
|
|
43303
|
-
workspaceId: Scalars['String']['input'];
|
|
43304
43846
|
};
|
|
43305
43847
|
export declare type TownsquareCreateGoalPayload = {
|
|
43306
43848
|
__typename?: 'TownsquareCreateGoalPayload';
|
|
@@ -43321,6 +43863,21 @@ export declare type TownsquareCreateRelationshipsPayload = {
|
|
|
43321
43863
|
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
43322
43864
|
success: Scalars['Boolean']['output'];
|
|
43323
43865
|
};
|
|
43866
|
+
export declare type TownsquareDeleteRelationshipsInput = {
|
|
43867
|
+
relationships: Array<TownsquareRelationshipInput>;
|
|
43868
|
+
};
|
|
43869
|
+
export declare type TownsquareDeleteRelationshipsMutationErrorExtension = MutationErrorExtension & {
|
|
43870
|
+
__typename?: 'TownsquareDeleteRelationshipsMutationErrorExtension';
|
|
43871
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
43872
|
+
relationship: TownsquareRelationship;
|
|
43873
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
43874
|
+
};
|
|
43875
|
+
export declare type TownsquareDeleteRelationshipsPayload = {
|
|
43876
|
+
__typename?: 'TownsquareDeleteRelationshipsPayload';
|
|
43877
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43878
|
+
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
43879
|
+
success: Scalars['Boolean']['output'];
|
|
43880
|
+
};
|
|
43324
43881
|
export declare type TownsquareGoal = Node & {
|
|
43325
43882
|
__typename?: 'TownsquareGoal';
|
|
43326
43883
|
archived: Scalars['Boolean']['output'];
|
|
@@ -43394,6 +43951,7 @@ export declare type TownsquareMutationApi = {
|
|
|
43394
43951
|
__typename?: 'TownsquareMutationApi';
|
|
43395
43952
|
createGoal?: Maybe<TownsquareCreateGoalPayload>;
|
|
43396
43953
|
createRelationships?: Maybe<TownsquareCreateRelationshipsPayload>;
|
|
43954
|
+
deleteRelationships?: Maybe<TownsquareDeleteRelationshipsPayload>;
|
|
43397
43955
|
};
|
|
43398
43956
|
export declare type TownsquareMutationApiCreateGoalArgs = {
|
|
43399
43957
|
input: TownsquareCreateGoalInput;
|
|
@@ -43401,6 +43959,9 @@ export declare type TownsquareMutationApiCreateGoalArgs = {
|
|
|
43401
43959
|
export declare type TownsquareMutationApiCreateRelationshipsArgs = {
|
|
43402
43960
|
input: TownsquareCreateRelationshipsInput;
|
|
43403
43961
|
};
|
|
43962
|
+
export declare type TownsquareMutationApiDeleteRelationshipsArgs = {
|
|
43963
|
+
input: TownsquareDeleteRelationshipsInput;
|
|
43964
|
+
};
|
|
43404
43965
|
export declare type TownsquareProject = Node & {
|
|
43405
43966
|
__typename?: 'TownsquareProject';
|
|
43406
43967
|
archived: Scalars['Boolean']['output'];
|
|
@@ -45670,7 +46231,6 @@ export declare type VirtualAgentIntentStatisticsProjection = {
|
|
|
45670
46231
|
};
|
|
45671
46232
|
export declare type VirtualAgentIntentTemplate = Node & {
|
|
45672
46233
|
__typename?: 'VirtualAgentIntentTemplate';
|
|
45673
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
45674
46234
|
description?: Maybe<Scalars['String']['output']>;
|
|
45675
46235
|
id: Scalars['ID']['output'];
|
|
45676
46236
|
name: Scalars['String']['output'];
|
|
@@ -45691,6 +46251,8 @@ export declare enum VirtualAgentIntentTemplateType {
|
|
|
45691
46251
|
export declare type VirtualAgentIntentTemplatesConnection = {
|
|
45692
46252
|
__typename?: 'VirtualAgentIntentTemplatesConnection';
|
|
45693
46253
|
edges?: Maybe<Array<VirtualAgentIntentTemplateEdge>>;
|
|
46254
|
+
hasDiscoveredTemplates?: Maybe<Scalars['Boolean']['output']>;
|
|
46255
|
+
lastDiscoveredTemplatesGenerationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
45694
46256
|
nodes?: Maybe<Array<VirtualAgentIntentTemplate>>;
|
|
45695
46257
|
pageInfo: PageInfo;
|
|
45696
46258
|
};
|