@forge/cli-shared 3.23.3-next.0 → 3.23.3-next.10
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 +88 -0
- package/out/apps/template.d.ts +1 -1
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +11 -16
- package/out/graphql/graphql-types.d.ts +965 -63
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +129 -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 +8 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +8 -1
- package/package.json +11 -11
|
@@ -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",
|
|
@@ -1325,6 +1327,7 @@ export declare type AppPrincipal = {
|
|
|
1325
1327
|
id?: Maybe<Scalars['ID']['output']>;
|
|
1326
1328
|
};
|
|
1327
1329
|
export declare type AppRecContext = {
|
|
1330
|
+
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
1328
1331
|
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
1329
1332
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
1330
1333
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -1808,6 +1811,7 @@ export declare type AriGraphSubscriptions = {
|
|
|
1808
1811
|
__typename?: 'AriGraphSubscriptions';
|
|
1809
1812
|
onDeploymentCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1810
1813
|
onPullRequestCreatedOrUpdatedForProject?: Maybe<AriGraphRelationshipConnection>;
|
|
1814
|
+
onVersionDeploymentCreatedOrUpdated?: Maybe<AriGraphRelationship>;
|
|
1811
1815
|
onVulnerabilityCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1812
1816
|
};
|
|
1813
1817
|
export declare type AriGraphSubscriptionsOnDeploymentCreatedOrUpdatedForProjectArgs = {
|
|
@@ -1818,6 +1822,10 @@ export declare type AriGraphSubscriptionsOnPullRequestCreatedOrUpdatedForProject
|
|
|
1818
1822
|
projectId: Scalars['ID']['input'];
|
|
1819
1823
|
type?: Scalars['String']['input'];
|
|
1820
1824
|
};
|
|
1825
|
+
export declare type AriGraphSubscriptionsOnVersionDeploymentCreatedOrUpdatedArgs = {
|
|
1826
|
+
type?: Scalars['String']['input'];
|
|
1827
|
+
versionId: Scalars['ID']['input'];
|
|
1828
|
+
};
|
|
1821
1829
|
export declare type AriGraphSubscriptionsOnVulnerabilityCreatedOrUpdatedForProjectArgs = {
|
|
1822
1830
|
projectId: Scalars['ID']['input'];
|
|
1823
1831
|
type?: Scalars['String']['input'];
|
|
@@ -7127,6 +7135,7 @@ export declare type CreateCompassComponentFromTemplateArgumentInput = {
|
|
|
7127
7135
|
};
|
|
7128
7136
|
export declare type CreateCompassComponentFromTemplateInput = {
|
|
7129
7137
|
createComponentDetails: CreateCompassComponentInput;
|
|
7138
|
+
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
7130
7139
|
templateArguments?: InputMaybe<Array<CreateCompassComponentFromTemplateArgumentInput>>;
|
|
7131
7140
|
templateComponentId: Scalars['ID']['input'];
|
|
7132
7141
|
};
|
|
@@ -7923,6 +7932,7 @@ export declare type CustomerServiceFilterInput = {
|
|
|
7923
7932
|
export declare type CustomerServiceIndividual = Node & {
|
|
7924
7933
|
__typename?: 'CustomerServiceIndividual';
|
|
7925
7934
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
7935
|
+
entitlementList: Array<CustomerServiceEntitlement>;
|
|
7926
7936
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
7927
7937
|
id: Scalars['ID']['output'];
|
|
7928
7938
|
links: Array<CustomerServiceLink>;
|
|
@@ -7930,6 +7940,9 @@ export declare type CustomerServiceIndividual = Node & {
|
|
|
7930
7940
|
notes: CustomerServiceNotes;
|
|
7931
7941
|
organizations: Array<CustomerServiceOrganization>;
|
|
7932
7942
|
};
|
|
7943
|
+
export declare type CustomerServiceIndividualEntitlementListArgs = {
|
|
7944
|
+
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
7945
|
+
};
|
|
7933
7946
|
export declare type CustomerServiceIndividualEntitlementsArgs = {
|
|
7934
7947
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
7935
7948
|
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
@@ -8195,12 +8208,16 @@ export declare type CustomerServiceNotesQueryResult = CustomerServiceNotes | Que
|
|
|
8195
8208
|
export declare type CustomerServiceOrganization = Node & {
|
|
8196
8209
|
__typename?: 'CustomerServiceOrganization';
|
|
8197
8210
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
8211
|
+
entitlementList: Array<CustomerServiceEntitlement>;
|
|
8198
8212
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
8199
8213
|
id: Scalars['ID']['output'];
|
|
8200
8214
|
links: Array<CustomerServiceLink>;
|
|
8201
8215
|
name: Scalars['String']['output'];
|
|
8202
8216
|
notes: CustomerServiceNotes;
|
|
8203
8217
|
};
|
|
8218
|
+
export declare type CustomerServiceOrganizationEntitlementListArgs = {
|
|
8219
|
+
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
8220
|
+
};
|
|
8204
8221
|
export declare type CustomerServiceOrganizationEntitlementsArgs = {
|
|
8205
8222
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
8206
8223
|
filter?: InputMaybe<CustomerServiceEntitlementFilterInput>;
|
|
@@ -11225,7 +11242,7 @@ export declare type ForgeMetricsQueryLatencyBucketsArgs = {
|
|
|
11225
11242
|
query: ForgeMetricsLatencyBucketsQueryInput;
|
|
11226
11243
|
};
|
|
11227
11244
|
export declare type ForgeMetricsQueryRequestUrlsArgs = {
|
|
11228
|
-
query:
|
|
11245
|
+
query: ForgeMetricsApiRequestQueryInput;
|
|
11229
11246
|
};
|
|
11230
11247
|
export declare type ForgeMetricsQuerySitesArgs = {
|
|
11231
11248
|
query: ForgeMetricsQueryInput;
|
|
@@ -14825,6 +14842,10 @@ export declare type GraphStore = {
|
|
|
14825
14842
|
versionAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentInverseConnection>;
|
|
14826
14843
|
versionAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedDeploymentConnection>;
|
|
14827
14844
|
versionAssociatedDeploymentRelationship?: Maybe<GraphStoreFullVersionAssociatedDeploymentConnection>;
|
|
14845
|
+
versionAssociatedDesign?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignConnection>;
|
|
14846
|
+
versionAssociatedDesignInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseConnection>;
|
|
14847
|
+
versionAssociatedDesignInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedDesignConnection>;
|
|
14848
|
+
versionAssociatedDesignRelationship?: Maybe<GraphStoreFullVersionAssociatedDesignConnection>;
|
|
14828
14849
|
versionAssociatedFeatureFlag?: Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection>;
|
|
14829
14850
|
versionAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagInverseConnection>;
|
|
14830
14851
|
versionAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedFeatureFlagConnection>;
|
|
@@ -15387,23 +15408,31 @@ export declare type GraphStoreJswProjectAssociatedComponentRelationshipArgs = {
|
|
|
15387
15408
|
};
|
|
15388
15409
|
export declare type GraphStoreJswProjectAssociatedIncidentArgs = {
|
|
15389
15410
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15411
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15390
15412
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15391
15413
|
id: Scalars['ID']['input'];
|
|
15414
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15392
15415
|
};
|
|
15393
15416
|
export declare type GraphStoreJswProjectAssociatedIncidentInverseArgs = {
|
|
15394
15417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15418
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15395
15419
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15396
15420
|
id: Scalars['ID']['input'];
|
|
15421
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15397
15422
|
};
|
|
15398
15423
|
export declare type GraphStoreJswProjectAssociatedIncidentInverseRelationshipArgs = {
|
|
15399
15424
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15425
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15400
15426
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15401
15427
|
id: Scalars['ID']['input'];
|
|
15428
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15402
15429
|
};
|
|
15403
15430
|
export declare type GraphStoreJswProjectAssociatedIncidentRelationshipArgs = {
|
|
15404
15431
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
15432
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
15405
15433
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15406
15434
|
id: Scalars['ID']['input'];
|
|
15435
|
+
sort?: InputMaybe<GraphStoreJswProjectAssociatedIncidentSortInput>;
|
|
15407
15436
|
};
|
|
15408
15437
|
export declare type GraphStoreJswProjectSharesComponentWithJsmProjectArgs = {
|
|
15409
15438
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16386,6 +16415,34 @@ export declare type GraphStoreVersionAssociatedDeploymentRelationshipArgs = {
|
|
|
16386
16415
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16387
16416
|
id: Scalars['ID']['input'];
|
|
16388
16417
|
};
|
|
16418
|
+
export declare type GraphStoreVersionAssociatedDesignArgs = {
|
|
16419
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16420
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16421
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16422
|
+
id: Scalars['ID']['input'];
|
|
16423
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16424
|
+
};
|
|
16425
|
+
export declare type GraphStoreVersionAssociatedDesignInverseArgs = {
|
|
16426
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16427
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16428
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16429
|
+
id: Scalars['ID']['input'];
|
|
16430
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16431
|
+
};
|
|
16432
|
+
export declare type GraphStoreVersionAssociatedDesignInverseRelationshipArgs = {
|
|
16433
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16434
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16435
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16436
|
+
id: Scalars['ID']['input'];
|
|
16437
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16438
|
+
};
|
|
16439
|
+
export declare type GraphStoreVersionAssociatedDesignRelationshipArgs = {
|
|
16440
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
16441
|
+
filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
|
|
16442
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16443
|
+
id: Scalars['ID']['input'];
|
|
16444
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedDesignSortInput>;
|
|
16445
|
+
};
|
|
16389
16446
|
export declare type GraphStoreVersionAssociatedFeatureFlagArgs = {
|
|
16390
16447
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16391
16448
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -16598,7 +16655,7 @@ export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStart
|
|
|
16598
16655
|
data?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion>;
|
|
16599
16656
|
id: Scalars['ID']['output'];
|
|
16600
16657
|
};
|
|
16601
|
-
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion = JiraIssue;
|
|
16658
|
+
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewLinkStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16602
16659
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewNode = Node & {
|
|
16603
16660
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewNode';
|
|
16604
16661
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -16653,7 +16710,7 @@ export declare type GraphStoreBatchIncidentHasActionItemStartNode = Node & {
|
|
|
16653
16710
|
data?: Maybe<GraphStoreBatchIncidentHasActionItemStartUnion>;
|
|
16654
16711
|
id: Scalars['ID']['output'];
|
|
16655
16712
|
};
|
|
16656
|
-
export declare type GraphStoreBatchIncidentHasActionItemStartUnion = JiraIssue;
|
|
16713
|
+
export declare type GraphStoreBatchIncidentHasActionItemStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16657
16714
|
export declare type GraphStoreBatchIncidentLinkedJswIssueConnection = HasPageInfo & {
|
|
16658
16715
|
__typename?: 'GraphStoreBatchIncidentLinkedJswIssueConnection';
|
|
16659
16716
|
edges: Array<Maybe<GraphStoreBatchIncidentLinkedJswIssueEdge>>;
|
|
@@ -16694,7 +16751,7 @@ export declare type GraphStoreBatchIncidentLinkedJswIssueStartNode = Node & {
|
|
|
16694
16751
|
data?: Maybe<GraphStoreBatchIncidentLinkedJswIssueStartUnion>;
|
|
16695
16752
|
id: Scalars['ID']['output'];
|
|
16696
16753
|
};
|
|
16697
|
-
export declare type GraphStoreBatchIncidentLinkedJswIssueStartUnion = JiraIssue;
|
|
16754
|
+
export declare type GraphStoreBatchIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
16698
16755
|
export declare type GraphStoreBatchJsmProjectAssociatedServiceConnection = HasPageInfo & {
|
|
16699
16756
|
__typename?: 'GraphStoreBatchJsmProjectAssociatedServiceConnection';
|
|
16700
16757
|
edges: Array<Maybe<GraphStoreBatchJsmProjectAssociatedServiceEdge>>;
|
|
@@ -17441,7 +17498,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentEndNode = {
|
|
|
17441
17498
|
data?: Maybe<GraphStoreFullComponentImpactedByIncidentEndUnion>;
|
|
17442
17499
|
id: Scalars['ID']['output'];
|
|
17443
17500
|
};
|
|
17444
|
-
export declare type GraphStoreFullComponentImpactedByIncidentEndUnion = JiraIssue;
|
|
17501
|
+
export declare type GraphStoreFullComponentImpactedByIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17445
17502
|
export declare type GraphStoreFullComponentImpactedByIncidentNode = Node & {
|
|
17446
17503
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentNode';
|
|
17447
17504
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -17567,7 +17624,7 @@ export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartN
|
|
|
17567
17624
|
data?: Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion>;
|
|
17568
17625
|
id: Scalars['ID']['output'];
|
|
17569
17626
|
};
|
|
17570
|
-
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion = JiraIssue;
|
|
17627
|
+
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewLinkStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17571
17628
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewNode = Node & {
|
|
17572
17629
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewNode';
|
|
17573
17630
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -17614,7 +17671,7 @@ export declare type GraphStoreFullIncidentHasActionItemStartNode = {
|
|
|
17614
17671
|
data?: Maybe<GraphStoreFullIncidentHasActionItemStartUnion>;
|
|
17615
17672
|
id: Scalars['ID']['output'];
|
|
17616
17673
|
};
|
|
17617
|
-
export declare type GraphStoreFullIncidentHasActionItemStartUnion = JiraIssue;
|
|
17674
|
+
export declare type GraphStoreFullIncidentHasActionItemStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17618
17675
|
export declare type GraphStoreFullIncidentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
17619
17676
|
__typename?: 'GraphStoreFullIncidentLinkedJswIssueConnection';
|
|
17620
17677
|
edges: Array<Maybe<GraphStoreFullIncidentLinkedJswIssueEdge>>;
|
|
@@ -17647,7 +17704,7 @@ export declare type GraphStoreFullIncidentLinkedJswIssueStartNode = {
|
|
|
17647
17704
|
data?: Maybe<GraphStoreFullIncidentLinkedJswIssueStartUnion>;
|
|
17648
17705
|
id: Scalars['ID']['output'];
|
|
17649
17706
|
};
|
|
17650
|
-
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = JiraIssue;
|
|
17707
|
+
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
17651
17708
|
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & {
|
|
17652
17709
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
17653
17710
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
@@ -17808,7 +17865,6 @@ export declare type GraphStoreFullIssueAssociatedDeploymentNode = Node & {
|
|
|
17808
17865
|
export declare type GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput = {
|
|
17809
17866
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentRelationshipObjectMetadataOutput';
|
|
17810
17867
|
author?: Maybe<GraphStoreFullIssueAssociatedDeploymentAuthorOutput>;
|
|
17811
|
-
deploymentLastUpdated?: Maybe<Scalars['Long']['output']>;
|
|
17812
17868
|
environmentType?: Maybe<GraphStoreFullIssueAssociatedDeploymentEnvironmentTypeOutput>;
|
|
17813
17869
|
state?: Maybe<GraphStoreFullIssueAssociatedDeploymentDeploymentStateOutput>;
|
|
17814
17870
|
};
|
|
@@ -18266,7 +18322,7 @@ export declare type GraphStoreFullJswProjectAssociatedIncidentEndNode = {
|
|
|
18266
18322
|
id: Scalars['ID']['output'];
|
|
18267
18323
|
metadata?: Maybe<GraphStoreFullJswProjectAssociatedIncidentRelationshipObjectMetadataOutput>;
|
|
18268
18324
|
};
|
|
18269
|
-
export declare type GraphStoreFullJswProjectAssociatedIncidentEndUnion = JiraIssue;
|
|
18325
|
+
export declare type GraphStoreFullJswProjectAssociatedIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18270
18326
|
export declare enum GraphStoreFullJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityOutput {
|
|
18271
18327
|
NotSet = "NOT_SET",
|
|
18272
18328
|
P1 = "P1",
|
|
@@ -18386,7 +18442,7 @@ export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndNode =
|
|
|
18386
18442
|
data?: Maybe<GraphStoreFullOperationsContainerImpactedByIncidentEndUnion>;
|
|
18387
18443
|
id: Scalars['ID']['output'];
|
|
18388
18444
|
};
|
|
18389
|
-
export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndUnion = JiraIssue;
|
|
18445
|
+
export declare type GraphStoreFullOperationsContainerImpactedByIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18390
18446
|
export declare type GraphStoreFullOperationsContainerImpactedByIncidentNode = Node & {
|
|
18391
18447
|
__typename?: 'GraphStoreFullOperationsContainerImpactedByIncidentNode';
|
|
18392
18448
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -18982,7 +19038,7 @@ export declare type GraphStoreFullProjectAssociatedToIncidentEndNode = {
|
|
|
18982
19038
|
data?: Maybe<GraphStoreFullProjectAssociatedToIncidentEndUnion>;
|
|
18983
19039
|
id: Scalars['ID']['output'];
|
|
18984
19040
|
};
|
|
18985
|
-
export declare type GraphStoreFullProjectAssociatedToIncidentEndUnion = JiraIssue;
|
|
19041
|
+
export declare type GraphStoreFullProjectAssociatedToIncidentEndUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
18986
19042
|
export declare type GraphStoreFullProjectAssociatedToIncidentNode = Node & {
|
|
18987
19043
|
__typename?: 'GraphStoreFullProjectAssociatedToIncidentNode';
|
|
18988
19044
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -20376,6 +20432,61 @@ export declare type GraphStoreFullVersionAssociatedDeploymentStartNode = {
|
|
|
20376
20432
|
id: Scalars['ID']['output'];
|
|
20377
20433
|
};
|
|
20378
20434
|
export declare type GraphStoreFullVersionAssociatedDeploymentStartUnion = JiraVersion;
|
|
20435
|
+
export declare type GraphStoreFullVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
20436
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignConnection';
|
|
20437
|
+
edges: Array<Maybe<GraphStoreFullVersionAssociatedDesignEdge>>;
|
|
20438
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
20439
|
+
nodes: Array<Maybe<GraphStoreFullVersionAssociatedDesignNode>>;
|
|
20440
|
+
pageInfo: PageInfo;
|
|
20441
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20442
|
+
};
|
|
20443
|
+
export declare enum GraphStoreFullVersionAssociatedDesignDesignStatusOutput {
|
|
20444
|
+
None = "NONE",
|
|
20445
|
+
NotSet = "NOT_SET",
|
|
20446
|
+
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
20447
|
+
Unknown = "UNKNOWN"
|
|
20448
|
+
}
|
|
20449
|
+
export declare enum GraphStoreFullVersionAssociatedDesignDesignTypeOutput {
|
|
20450
|
+
Canvas = "CANVAS",
|
|
20451
|
+
File = "FILE",
|
|
20452
|
+
Group = "GROUP",
|
|
20453
|
+
Node = "NODE",
|
|
20454
|
+
NotSet = "NOT_SET",
|
|
20455
|
+
Other = "OTHER",
|
|
20456
|
+
Prototype = "PROTOTYPE"
|
|
20457
|
+
}
|
|
20458
|
+
export declare type GraphStoreFullVersionAssociatedDesignEdge = {
|
|
20459
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignEdge';
|
|
20460
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
20461
|
+
node: GraphStoreFullVersionAssociatedDesignNode;
|
|
20462
|
+
};
|
|
20463
|
+
export declare type GraphStoreFullVersionAssociatedDesignEndNode = {
|
|
20464
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignEndNode';
|
|
20465
|
+
data?: Maybe<GraphStoreFullVersionAssociatedDesignEndUnion>;
|
|
20466
|
+
id: Scalars['ID']['output'];
|
|
20467
|
+
metadata?: Maybe<GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput>;
|
|
20468
|
+
};
|
|
20469
|
+
export declare type GraphStoreFullVersionAssociatedDesignEndUnion = DevOpsDesign;
|
|
20470
|
+
export declare type GraphStoreFullVersionAssociatedDesignNode = Node & {
|
|
20471
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignNode';
|
|
20472
|
+
createdAt: Scalars['DateTime']['output'];
|
|
20473
|
+
from: GraphStoreFullVersionAssociatedDesignStartNode;
|
|
20474
|
+
id: Scalars['ID']['output'];
|
|
20475
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
20476
|
+
to: GraphStoreFullVersionAssociatedDesignEndNode;
|
|
20477
|
+
};
|
|
20478
|
+
export declare type GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput = {
|
|
20479
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignRelationshipObjectMetadataOutput';
|
|
20480
|
+
designLastUpdated?: Maybe<Scalars['Long']['output']>;
|
|
20481
|
+
status?: Maybe<GraphStoreFullVersionAssociatedDesignDesignStatusOutput>;
|
|
20482
|
+
type?: Maybe<GraphStoreFullVersionAssociatedDesignDesignTypeOutput>;
|
|
20483
|
+
};
|
|
20484
|
+
export declare type GraphStoreFullVersionAssociatedDesignStartNode = {
|
|
20485
|
+
__typename?: 'GraphStoreFullVersionAssociatedDesignStartNode';
|
|
20486
|
+
data?: Maybe<GraphStoreFullVersionAssociatedDesignStartUnion>;
|
|
20487
|
+
id: Scalars['ID']['output'];
|
|
20488
|
+
};
|
|
20489
|
+
export declare type GraphStoreFullVersionAssociatedDesignStartUnion = JiraVersion;
|
|
20379
20490
|
export declare type GraphStoreFullVersionAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
20380
20491
|
__typename?: 'GraphStoreFullVersionAssociatedFeatureFlagConnection';
|
|
20381
20492
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedFeatureFlagEdge>>;
|
|
@@ -20611,6 +20722,55 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
20611
20722
|
lessThan?: InputMaybe<Scalars['Int']['input']>;
|
|
20612
20723
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
20613
20724
|
};
|
|
20725
|
+
export declare type GraphStoreJswProjectAssociatedIncidentConditionalFilterInput = {
|
|
20726
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
20727
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
20728
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
20729
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
20730
|
+
to_assigneeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
20731
|
+
to_majorIncident?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
20732
|
+
to_priority?: InputMaybe<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityFilterInput>;
|
|
20733
|
+
to_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
20734
|
+
to_status?: InputMaybe<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatusFilterInput>;
|
|
20735
|
+
};
|
|
20736
|
+
export declare type GraphStoreJswProjectAssociatedIncidentFilterInput = {
|
|
20737
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreJswProjectAssociatedIncidentConditionalFilterInput>>>;
|
|
20738
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreJswProjectAssociatedIncidentConditionalFilterInput>>>;
|
|
20739
|
+
};
|
|
20740
|
+
export declare enum GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority {
|
|
20741
|
+
NotSet = "NOT_SET",
|
|
20742
|
+
P1 = "P1",
|
|
20743
|
+
P2 = "P2",
|
|
20744
|
+
P3 = "P3",
|
|
20745
|
+
P4 = "P4",
|
|
20746
|
+
P5 = "P5"
|
|
20747
|
+
}
|
|
20748
|
+
export declare type GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriorityFilterInput = {
|
|
20749
|
+
is?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority>>;
|
|
20750
|
+
isNot?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentPriority>>;
|
|
20751
|
+
};
|
|
20752
|
+
export declare enum GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus {
|
|
20753
|
+
Done = "DONE",
|
|
20754
|
+
Indeterminate = "INDETERMINATE",
|
|
20755
|
+
New = "NEW",
|
|
20756
|
+
NotSet = "NOT_SET",
|
|
20757
|
+
Undefined = "UNDEFINED"
|
|
20758
|
+
}
|
|
20759
|
+
export declare type GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatusFilterInput = {
|
|
20760
|
+
is?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus>>;
|
|
20761
|
+
isNot?: InputMaybe<Array<GraphStoreJswProjectAssociatedIncidentJiraServiceManagementIncidentStatus>>;
|
|
20762
|
+
};
|
|
20763
|
+
export declare type GraphStoreJswProjectAssociatedIncidentSortInput = {
|
|
20764
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
20765
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
20766
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
20767
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
20768
|
+
to_assigneeAri?: InputMaybe<GraphStoreSortInput>;
|
|
20769
|
+
to_majorIncident?: InputMaybe<GraphStoreSortInput>;
|
|
20770
|
+
to_priority?: InputMaybe<GraphStoreSortInput>;
|
|
20771
|
+
to_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
20772
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
20773
|
+
};
|
|
20614
20774
|
export declare type GraphStoreLongFilterInput = {
|
|
20615
20775
|
greaterThan?: InputMaybe<Scalars['Long']['input']>;
|
|
20616
20776
|
greaterThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -21176,7 +21336,7 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentEdge = {
|
|
|
21176
21336
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21177
21337
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentUnion>;
|
|
21178
21338
|
};
|
|
21179
|
-
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = JiraIssue;
|
|
21339
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21180
21340
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
21181
21341
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
21182
21342
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -21275,7 +21435,7 @@ export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLink
|
|
|
21275
21435
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21276
21436
|
node?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion>;
|
|
21277
21437
|
};
|
|
21278
|
-
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion = JiraIssue;
|
|
21438
|
+
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21279
21439
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewLinkUnion = JiraIssue | JiraPostIncidentReviewLink;
|
|
21280
21440
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewUnion = JiraIssue;
|
|
21281
21441
|
export declare type GraphStoreSimplifiedIncidentHasActionItemConnection = HasPageInfo & HasTotal & {
|
|
@@ -21306,7 +21466,7 @@ export declare type GraphStoreSimplifiedIncidentHasActionItemInverseEdge = {
|
|
|
21306
21466
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21307
21467
|
node?: Maybe<GraphStoreSimplifiedIncidentHasActionItemInverseUnion>;
|
|
21308
21468
|
};
|
|
21309
|
-
export declare type GraphStoreSimplifiedIncidentHasActionItemInverseUnion = JiraIssue;
|
|
21469
|
+
export declare type GraphStoreSimplifiedIncidentHasActionItemInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21310
21470
|
export declare type GraphStoreSimplifiedIncidentHasActionItemUnion = JiraIssue;
|
|
21311
21471
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
21312
21472
|
__typename?: 'GraphStoreSimplifiedIncidentLinkedJswIssueConnection';
|
|
@@ -21336,7 +21496,7 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
21336
21496
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21337
21497
|
node?: Maybe<GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion>;
|
|
21338
21498
|
};
|
|
21339
|
-
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = JiraIssue;
|
|
21499
|
+
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21340
21500
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
21341
21501
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
21342
21502
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
@@ -21714,7 +21874,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentInverseEdge
|
|
|
21714
21874
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentInverseUnion>;
|
|
21715
21875
|
};
|
|
21716
21876
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentInverseUnion = JiraProject;
|
|
21717
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentUnion = JiraIssue;
|
|
21877
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21718
21878
|
export declare type GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectConnection = HasPageInfo & HasTotal & {
|
|
21719
21879
|
__typename?: 'GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectConnection';
|
|
21720
21880
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectSharesComponentWithJsmProjectEdge>>>;
|
|
@@ -21787,7 +21947,7 @@ export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentEdg
|
|
|
21787
21947
|
lastUpdated: Scalars['DateTime']['output'];
|
|
21788
21948
|
node?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion>;
|
|
21789
21949
|
};
|
|
21790
|
-
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion = JiraIssue;
|
|
21950
|
+
export declare type GraphStoreSimplifiedOperationsContainerImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
21791
21951
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection = HasPageInfo & {
|
|
21792
21952
|
__typename?: 'GraphStoreSimplifiedOperationsContainerImprovedByActionItemConnection';
|
|
21793
21953
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemEdge>>>;
|
|
@@ -22133,7 +22293,7 @@ export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseEdge =
|
|
|
22133
22293
|
node?: Maybe<GraphStoreSimplifiedProjectAssociatedToIncidentInverseUnion>;
|
|
22134
22294
|
};
|
|
22135
22295
|
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentInverseUnion = JiraProject;
|
|
22136
|
-
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentUnion = JiraIssue;
|
|
22296
|
+
export declare type GraphStoreSimplifiedProjectAssociatedToIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
22137
22297
|
export declare type GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection = HasPageInfo & HasTotal & {
|
|
22138
22298
|
__typename?: 'GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseConnection';
|
|
22139
22299
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectAssociatedToOperationsContainerInverseEdge>>>;
|
|
@@ -22806,6 +22966,36 @@ export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseEdge =
|
|
|
22806
22966
|
};
|
|
22807
22967
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentInverseUnion = JiraVersion;
|
|
22808
22968
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentUnion = DeploymentSummary;
|
|
22969
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignConnection = HasPageInfo & HasTotal & {
|
|
22970
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignConnection';
|
|
22971
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignEdge>>>;
|
|
22972
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22973
|
+
pageInfo: PageInfo;
|
|
22974
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22975
|
+
};
|
|
22976
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignEdge = {
|
|
22977
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignEdge';
|
|
22978
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22979
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22980
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22981
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignUnion>;
|
|
22982
|
+
};
|
|
22983
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseConnection = HasPageInfo & HasTotal & {
|
|
22984
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignInverseConnection';
|
|
22985
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseEdge>>>;
|
|
22986
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
22987
|
+
pageInfo: PageInfo;
|
|
22988
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22989
|
+
};
|
|
22990
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseEdge = {
|
|
22991
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedDesignInverseEdge';
|
|
22992
|
+
createdAt: Scalars['DateTime']['output'];
|
|
22993
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22994
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
22995
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignInverseUnion>;
|
|
22996
|
+
};
|
|
22997
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignInverseUnion = JiraVersion;
|
|
22998
|
+
export declare type GraphStoreSimplifiedVersionAssociatedDesignUnion = DevOpsDesign;
|
|
22809
22999
|
export declare type GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
22810
23000
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedFeatureFlagConnection';
|
|
22811
23001
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedFeatureFlagEdge>>>;
|
|
@@ -23232,7 +23422,53 @@ export declare type GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatusFi
|
|
|
23232
23422
|
is?: InputMaybe<Array<GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatus>>;
|
|
23233
23423
|
isNot?: InputMaybe<Array<GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatus>>;
|
|
23234
23424
|
};
|
|
23425
|
+
export declare type GraphStoreVersionAssociatedDesignConditionalFilterInput = {
|
|
23426
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
23427
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
23428
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
23429
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
23430
|
+
to_designLastUpdated?: InputMaybe<GraphStoreLongFilterInput>;
|
|
23431
|
+
to_status?: InputMaybe<GraphStoreVersionAssociatedDesignDesignStatusFilterInput>;
|
|
23432
|
+
to_type?: InputMaybe<GraphStoreVersionAssociatedDesignDesignTypeFilterInput>;
|
|
23433
|
+
};
|
|
23434
|
+
export declare enum GraphStoreVersionAssociatedDesignDesignStatus {
|
|
23435
|
+
None = "NONE",
|
|
23436
|
+
NotSet = "NOT_SET",
|
|
23437
|
+
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
23438
|
+
Unknown = "UNKNOWN"
|
|
23439
|
+
}
|
|
23440
|
+
export declare type GraphStoreVersionAssociatedDesignDesignStatusFilterInput = {
|
|
23441
|
+
is?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignStatus>>;
|
|
23442
|
+
isNot?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignStatus>>;
|
|
23443
|
+
};
|
|
23444
|
+
export declare enum GraphStoreVersionAssociatedDesignDesignType {
|
|
23445
|
+
Canvas = "CANVAS",
|
|
23446
|
+
File = "FILE",
|
|
23447
|
+
Group = "GROUP",
|
|
23448
|
+
Node = "NODE",
|
|
23449
|
+
NotSet = "NOT_SET",
|
|
23450
|
+
Other = "OTHER",
|
|
23451
|
+
Prototype = "PROTOTYPE"
|
|
23452
|
+
}
|
|
23453
|
+
export declare type GraphStoreVersionAssociatedDesignDesignTypeFilterInput = {
|
|
23454
|
+
is?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignType>>;
|
|
23455
|
+
isNot?: InputMaybe<Array<GraphStoreVersionAssociatedDesignDesignType>>;
|
|
23456
|
+
};
|
|
23457
|
+
export declare type GraphStoreVersionAssociatedDesignFilterInput = {
|
|
23458
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreVersionAssociatedDesignConditionalFilterInput>>>;
|
|
23459
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreVersionAssociatedDesignConditionalFilterInput>>>;
|
|
23460
|
+
};
|
|
23461
|
+
export declare type GraphStoreVersionAssociatedDesignSortInput = {
|
|
23462
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
23463
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
23464
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
23465
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
23466
|
+
to_designLastUpdated?: InputMaybe<GraphStoreSortInput>;
|
|
23467
|
+
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
23468
|
+
to_type?: InputMaybe<GraphStoreSortInput>;
|
|
23469
|
+
};
|
|
23235
23470
|
export declare type GrowthRecContext = {
|
|
23471
|
+
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
23236
23472
|
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
23237
23473
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
23238
23474
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -23389,12 +23625,14 @@ export declare type HasTotal = {
|
|
|
23389
23625
|
};
|
|
23390
23626
|
export declare type HelpCenter = Node & {
|
|
23391
23627
|
__typename?: 'HelpCenter';
|
|
23628
|
+
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
23392
23629
|
conversation?: Maybe<HelpCenterConversation>;
|
|
23393
23630
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
23394
23631
|
helpDesks: HelpCenterHelpDeskItemConnection;
|
|
23395
23632
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
23396
23633
|
id: Scalars['ID']['output'];
|
|
23397
23634
|
name?: Maybe<HelpCenterName>;
|
|
23635
|
+
portals?: Maybe<Array<HelpCenterPortal>>;
|
|
23398
23636
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23399
23637
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
23400
23638
|
type?: Maybe<HelpCenterType>;
|
|
@@ -23403,6 +23641,32 @@ export declare type HelpCenterHelpDesksArgs = {
|
|
|
23403
23641
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23404
23642
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
23405
23643
|
};
|
|
23644
|
+
export declare type HelpCenterPortalsArgs = {
|
|
23645
|
+
portalsFilter?: InputMaybe<HelpCenterPortalFilter>;
|
|
23646
|
+
sortOrder?: InputMaybe<HelpCenterPortalsSortOrder>;
|
|
23647
|
+
};
|
|
23648
|
+
export declare type HelpCenterAnnouncement = {
|
|
23649
|
+
__typename?: 'HelpCenterAnnouncement';
|
|
23650
|
+
announcementType?: Maybe<HelpCenterAnnouncementType>;
|
|
23651
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
23652
|
+
descriptionTranslationsRaw?: Maybe<Array<HelpCenterTranslation>>;
|
|
23653
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
23654
|
+
nameTranslationsRaw?: Maybe<Array<HelpCenterTranslation>>;
|
|
23655
|
+
};
|
|
23656
|
+
export declare type HelpCenterAnnouncementInput = {
|
|
23657
|
+
announcementType: HelpCenterAnnouncementType;
|
|
23658
|
+
descriptionTranslations?: InputMaybe<Array<HelpCenterTranslationInput>>;
|
|
23659
|
+
helpCenterAri: Scalars['String']['input'];
|
|
23660
|
+
nameTranslations?: InputMaybe<Array<HelpCenterTranslationInput>>;
|
|
23661
|
+
};
|
|
23662
|
+
export declare enum HelpCenterAnnouncementType {
|
|
23663
|
+
Wiki = "WIKI"
|
|
23664
|
+
}
|
|
23665
|
+
export declare type HelpCenterAnnouncements = {
|
|
23666
|
+
__typename?: 'HelpCenterAnnouncements';
|
|
23667
|
+
homePageAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23668
|
+
loginAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
23669
|
+
};
|
|
23406
23670
|
export declare type HelpCenterBanner = {
|
|
23407
23671
|
__typename?: 'HelpCenterBanner';
|
|
23408
23672
|
fileId?: Maybe<Scalars['String']['output']>;
|
|
@@ -23413,20 +23677,24 @@ export declare type HelpCenterBannerInput = {
|
|
|
23413
23677
|
};
|
|
23414
23678
|
export declare type HelpCenterBranding = {
|
|
23415
23679
|
__typename?: 'HelpCenterBranding';
|
|
23680
|
+
banner?: Maybe<HelpCenterBanner>;
|
|
23416
23681
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
23417
|
-
|
|
23682
|
+
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
23418
23683
|
logo?: Maybe<HelpCenterLogo>;
|
|
23419
23684
|
};
|
|
23420
23685
|
export declare type HelpCenterBrandingColors = {
|
|
23421
23686
|
__typename?: 'HelpCenterBrandingColors';
|
|
23687
|
+
bannerTextColor?: Maybe<Scalars['String']['output']>;
|
|
23422
23688
|
primary?: Maybe<Scalars['String']['output']>;
|
|
23423
23689
|
};
|
|
23424
23690
|
export declare type HelpCenterBrandingColorsInput = {
|
|
23691
|
+
bannerTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
23425
23692
|
primary?: InputMaybe<Scalars['String']['input']>;
|
|
23426
23693
|
};
|
|
23427
23694
|
export declare type HelpCenterBrandingInput = {
|
|
23428
23695
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
23429
23696
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
23697
|
+
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
23430
23698
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
23431
23699
|
};
|
|
23432
23700
|
export declare type HelpCenterBulkCreateTopicsInput = {
|
|
@@ -23545,11 +23813,30 @@ export declare type HelpCenterHelpDeskUpdateInput = {
|
|
|
23545
23813
|
name: Scalars['String']['input'];
|
|
23546
23814
|
};
|
|
23547
23815
|
export declare type HelpCenterHelpObject = HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
|
|
23816
|
+
export declare type HelpCenterHomePageAnnouncementUpdatePayload = Payload & {
|
|
23817
|
+
__typename?: 'HelpCenterHomePageAnnouncementUpdatePayload';
|
|
23818
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23819
|
+
success: Scalars['Boolean']['output'];
|
|
23820
|
+
};
|
|
23548
23821
|
export declare type HelpCenterHomePageLayout = {
|
|
23549
23822
|
__typename?: 'HelpCenterHomePageLayout';
|
|
23550
23823
|
data?: Maybe<HelpLayoutResult>;
|
|
23551
23824
|
layoutId: Scalars['ID']['output'];
|
|
23552
23825
|
};
|
|
23826
|
+
export declare type HelpCenterHomePageTitle = {
|
|
23827
|
+
__typename?: 'HelpCenterHomePageTitle';
|
|
23828
|
+
default: Scalars['String']['output'];
|
|
23829
|
+
translations?: Maybe<Array<Maybe<HelpCenterTranslation>>>;
|
|
23830
|
+
};
|
|
23831
|
+
export declare type HelpCenterHomePageTitleInput = {
|
|
23832
|
+
default: Scalars['String']['input'];
|
|
23833
|
+
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
23834
|
+
};
|
|
23835
|
+
export declare type HelpCenterLoginAnnouncementUpdatePayload = Payload & {
|
|
23836
|
+
__typename?: 'HelpCenterLoginAnnouncementUpdatePayload';
|
|
23837
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23838
|
+
success: Scalars['Boolean']['output'];
|
|
23839
|
+
};
|
|
23553
23840
|
export declare type HelpCenterLogo = {
|
|
23554
23841
|
__typename?: 'HelpCenterLogo';
|
|
23555
23842
|
fileId?: Maybe<Scalars['String']['output']>;
|
|
@@ -23573,6 +23860,9 @@ export declare type HelpCenterMutationApi = {
|
|
|
23573
23860
|
deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
23574
23861
|
updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
|
|
23575
23862
|
updateHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
|
|
23863
|
+
updateHomePageAnnouncements?: Maybe<HelpCenterHomePageAnnouncementUpdatePayload>;
|
|
23864
|
+
updateLoginAnnouncements?: Maybe<HelpCenterLoginAnnouncementUpdatePayload>;
|
|
23865
|
+
updatePortalsConfiguration?: Maybe<HelpCenterPortalsConfigurationUpdatePayload>;
|
|
23576
23866
|
updateTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
|
|
23577
23867
|
updateTopicsOrder?: Maybe<HelpCenterUpdateTopicsOrderPayload>;
|
|
23578
23868
|
};
|
|
@@ -23594,6 +23884,15 @@ export declare type HelpCenterMutationApiUpdateHelpCenterArgs = {
|
|
|
23594
23884
|
export declare type HelpCenterMutationApiUpdateHelpDeskArgs = {
|
|
23595
23885
|
input: HelpCenterHelpDeskUpdateInput;
|
|
23596
23886
|
};
|
|
23887
|
+
export declare type HelpCenterMutationApiUpdateHomePageAnnouncementsArgs = {
|
|
23888
|
+
input: Array<InputMaybe<HelpCenterAnnouncementInput>>;
|
|
23889
|
+
};
|
|
23890
|
+
export declare type HelpCenterMutationApiUpdateLoginAnnouncementsArgs = {
|
|
23891
|
+
input: Array<InputMaybe<HelpCenterAnnouncementInput>>;
|
|
23892
|
+
};
|
|
23893
|
+
export declare type HelpCenterMutationApiUpdatePortalsConfigurationArgs = {
|
|
23894
|
+
input: HelpCenterPortalsConfigurationUpdateInput;
|
|
23895
|
+
};
|
|
23597
23896
|
export declare type HelpCenterMutationApiUpdateTopicArgs = {
|
|
23598
23897
|
input: HelpCenterBulkUpdateTopicInput;
|
|
23599
23898
|
};
|
|
@@ -23603,15 +23902,48 @@ export declare type HelpCenterMutationApiUpdateTopicsOrderArgs = {
|
|
|
23603
23902
|
export declare type HelpCenterName = {
|
|
23604
23903
|
__typename?: 'HelpCenterName';
|
|
23605
23904
|
default: Scalars['String']['output'];
|
|
23905
|
+
translations?: Maybe<Array<Maybe<HelpCenterTranslation>>>;
|
|
23606
23906
|
};
|
|
23607
23907
|
export declare type HelpCenterNameInput = {
|
|
23608
23908
|
default: Scalars['String']['input'];
|
|
23909
|
+
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
23910
|
+
};
|
|
23911
|
+
export declare type HelpCenterPortal = {
|
|
23912
|
+
__typename?: 'HelpCenterPortal';
|
|
23913
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
23914
|
+
id: Scalars['String']['output'];
|
|
23915
|
+
isFeatured: Scalars['Boolean']['output'];
|
|
23916
|
+
isHidden: Scalars['Boolean']['output'];
|
|
23917
|
+
key: Scalars['String']['output'];
|
|
23918
|
+
logoUrl: Scalars['String']['output'];
|
|
23919
|
+
name: Scalars['String']['output'];
|
|
23920
|
+
portalBaseUrl: Scalars['String']['output'];
|
|
23921
|
+
};
|
|
23922
|
+
export declare type HelpCenterPortalFilter = {
|
|
23923
|
+
featured: Scalars['Boolean']['input'];
|
|
23924
|
+
visible: Scalars['Boolean']['input'];
|
|
23925
|
+
};
|
|
23926
|
+
export declare type HelpCenterPortalsConfigurationUpdateInput = {
|
|
23927
|
+
featuredPortals: Array<Scalars['String']['input']>;
|
|
23928
|
+
helpCenterAri: Scalars['String']['input'];
|
|
23929
|
+
hiddenPortals: Array<Scalars['String']['input']>;
|
|
23930
|
+
sortOrder: HelpCenterPortalsSortOrder;
|
|
23931
|
+
};
|
|
23932
|
+
export declare type HelpCenterPortalsConfigurationUpdatePayload = Payload & {
|
|
23933
|
+
__typename?: 'HelpCenterPortalsConfigurationUpdatePayload';
|
|
23934
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23935
|
+
success: Scalars['Boolean']['output'];
|
|
23609
23936
|
};
|
|
23937
|
+
export declare enum HelpCenterPortalsSortOrder {
|
|
23938
|
+
NameAscending = "NAME_ASCENDING",
|
|
23939
|
+
Popularity = "POPULARITY"
|
|
23940
|
+
}
|
|
23610
23941
|
export declare type HelpCenterQueryApi = {
|
|
23611
23942
|
__typename?: 'HelpCenterQueryApi';
|
|
23612
23943
|
getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
23613
23944
|
helpCenterById?: Maybe<HelpCenterQueryResult>;
|
|
23614
23945
|
helpCenterFromProductName?: Maybe<HelpCenterQueryResult>;
|
|
23946
|
+
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
23615
23947
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
23616
23948
|
helpCenterTopicFromProductName?: Maybe<HelpCenterTopicResult>;
|
|
23617
23949
|
helpCenters?: Maybe<Array<Maybe<HelpCenterQueryResult>>>;
|
|
@@ -23628,6 +23960,9 @@ export declare type HelpCenterQueryApiHelpCenterByIdArgs = {
|
|
|
23628
23960
|
export declare type HelpCenterQueryApiHelpCenterFromProductNameArgs = {
|
|
23629
23961
|
productName: Scalars['String']['input'];
|
|
23630
23962
|
};
|
|
23963
|
+
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
23964
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
23965
|
+
};
|
|
23631
23966
|
export declare type HelpCenterQueryApiHelpCenterTopicByIdArgs = {
|
|
23632
23967
|
helpCenterAri: Scalars['ID']['input'];
|
|
23633
23968
|
topicId: Scalars['ID']['input'];
|
|
@@ -23644,6 +23979,20 @@ export declare type HelpCenterQueryApiMediaConfigArgs = {
|
|
|
23644
23979
|
helpCenterAri: Scalars['ID']['input'];
|
|
23645
23980
|
};
|
|
23646
23981
|
export declare type HelpCenterQueryResult = HelpCenter | QueryError;
|
|
23982
|
+
export declare type HelpCenterReporting = {
|
|
23983
|
+
__typename?: 'HelpCenterReporting';
|
|
23984
|
+
helpCenterId: Scalars['ID']['output'];
|
|
23985
|
+
performanceIndicators?: Maybe<Array<HelpCenterReportingPerformanceIndicator>>;
|
|
23986
|
+
scheduledAt?: Maybe<Scalars['DateTime']['output']>;
|
|
23987
|
+
};
|
|
23988
|
+
export declare type HelpCenterReportingPerformanceIndicator = {
|
|
23989
|
+
__typename?: 'HelpCenterReportingPerformanceIndicator';
|
|
23990
|
+
currentValue: Scalars['String']['output'];
|
|
23991
|
+
name: Scalars['String']['output'];
|
|
23992
|
+
previousValue?: Maybe<Scalars['String']['output']>;
|
|
23993
|
+
timeWindow?: Maybe<Scalars['String']['output']>;
|
|
23994
|
+
};
|
|
23995
|
+
export declare type HelpCenterReportingResult = HelpCenterReporting | QueryError;
|
|
23647
23996
|
export declare type HelpCenterSuccessfullyCreatedTopicIds = {
|
|
23648
23997
|
__typename?: 'HelpCenterSuccessfullyCreatedTopicIds';
|
|
23649
23998
|
helpCenterId: Scalars['ID']['output'];
|
|
@@ -23694,6 +24043,17 @@ export declare type HelpCenterTopicItemInput = {
|
|
|
23694
24043
|
ari: Scalars['ID']['input'];
|
|
23695
24044
|
};
|
|
23696
24045
|
export declare type HelpCenterTopicResult = HelpCenterTopic | QueryError;
|
|
24046
|
+
export declare type HelpCenterTranslation = {
|
|
24047
|
+
__typename?: 'HelpCenterTranslation';
|
|
24048
|
+
locale: Scalars['String']['output'];
|
|
24049
|
+
localeDisplayName: Scalars['String']['output'];
|
|
24050
|
+
value: Scalars['String']['output'];
|
|
24051
|
+
};
|
|
24052
|
+
export declare type HelpCenterTranslationInput = {
|
|
24053
|
+
locale: Scalars['String']['input'];
|
|
24054
|
+
localeDisplayName: Scalars['String']['input'];
|
|
24055
|
+
value: Scalars['String']['input'];
|
|
24056
|
+
};
|
|
23697
24057
|
export declare enum HelpCenterType {
|
|
23698
24058
|
Advanced = "ADVANCED",
|
|
23699
24059
|
Basic = "BASIC",
|
|
@@ -24121,11 +24481,13 @@ export declare type HelpLayoutVisualConfig = {
|
|
|
24121
24481
|
__typename?: 'HelpLayoutVisualConfig';
|
|
24122
24482
|
alignment?: Maybe<HelpLayoutAlignmentSettings>;
|
|
24123
24483
|
backgroundImage?: Maybe<HelpLayoutBackgroundImage>;
|
|
24484
|
+
hidden?: Maybe<Scalars['Boolean']['output']>;
|
|
24124
24485
|
themeTemplateId?: Maybe<Scalars['String']['output']>;
|
|
24125
24486
|
};
|
|
24126
24487
|
export declare type HelpLayoutVisualConfigInput = {
|
|
24127
24488
|
alignment?: InputMaybe<HelpLayoutAlignmentSettingsInput>;
|
|
24128
24489
|
backgroundImage?: InputMaybe<HelpLayoutBackgroundImageInput>;
|
|
24490
|
+
hidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
24129
24491
|
themeTemplateId?: InputMaybe<Scalars['String']['input']>;
|
|
24130
24492
|
};
|
|
24131
24493
|
export declare type HelpLayoutVisualEntity = {
|
|
@@ -25381,6 +25743,7 @@ export declare type JiraAffectedServicesField = JiraIssueField & JiraIssueFieldC
|
|
|
25381
25743
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25382
25744
|
fieldId: Scalars['String']['output'];
|
|
25383
25745
|
id: Scalars['ID']['output'];
|
|
25746
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25384
25747
|
name: Scalars['String']['output'];
|
|
25385
25748
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
25386
25749
|
selectedAffectedServices?: Maybe<Array<Maybe<JiraAffectedService>>>;
|
|
@@ -25455,6 +25818,19 @@ export declare type JiraAppConfigStateEdge = {
|
|
|
25455
25818
|
cursor: Scalars['String']['output'];
|
|
25456
25819
|
node?: Maybe<JiraAppConfigState>;
|
|
25457
25820
|
};
|
|
25821
|
+
export declare type JiraAppNavigationItem = JiraNavigationItem & Node & {
|
|
25822
|
+
__typename?: 'JiraAppNavigationItem';
|
|
25823
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
25824
|
+
id: Scalars['ID']['output'];
|
|
25825
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
25826
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
25827
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
25828
|
+
};
|
|
25829
|
+
export declare type JiraAppUiModifications = {
|
|
25830
|
+
__typename?: 'JiraAppUiModifications';
|
|
25831
|
+
appEnvId: Scalars['String']['output'];
|
|
25832
|
+
uiModifications: Array<JiraUiModification>;
|
|
25833
|
+
};
|
|
25458
25834
|
export declare type JiraApplicationProperty = Node & {
|
|
25459
25835
|
__typename?: 'JiraApplicationProperty';
|
|
25460
25836
|
allowedValues?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -25507,6 +25883,7 @@ export declare type JiraAssetField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
25507
25883
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25508
25884
|
fieldId: Scalars['String']['output'];
|
|
25509
25885
|
id: Scalars['ID']['output'];
|
|
25886
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25510
25887
|
name: Scalars['String']['output'];
|
|
25511
25888
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
25512
25889
|
selectedAssets?: Maybe<Array<Maybe<JiraAsset>>>;
|
|
@@ -25574,6 +25951,7 @@ export declare type JiraAtlassianTeamField = JiraIssueField & JiraIssueFieldConf
|
|
|
25574
25951
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25575
25952
|
fieldId: Scalars['String']['output'];
|
|
25576
25953
|
id: Scalars['ID']['output'];
|
|
25954
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25577
25955
|
name: Scalars['String']['output'];
|
|
25578
25956
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
25579
25957
|
selectedTeam?: Maybe<JiraAtlassianTeam>;
|
|
@@ -25632,6 +26010,7 @@ export declare type JiraAttachmentsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
25632
26010
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25633
26011
|
fieldId: Scalars['String']['output'];
|
|
25634
26012
|
id: Scalars['ID']['output'];
|
|
26013
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25635
26014
|
maxAllowedTotalAttachmentsSize?: Maybe<Scalars['Long']['output']>;
|
|
25636
26015
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
25637
26016
|
name: Scalars['String']['output'];
|
|
@@ -25735,6 +26114,7 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
25735
26114
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25736
26115
|
fieldId: Scalars['String']['output'];
|
|
25737
26116
|
id: Scalars['ID']['output'];
|
|
26117
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25738
26118
|
name: Scalars['String']['output'];
|
|
25739
26119
|
type: Scalars['String']['output'];
|
|
25740
26120
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -25803,6 +26183,7 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
25803
26183
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25804
26184
|
fieldId: Scalars['String']['output'];
|
|
25805
26185
|
id: Scalars['ID']['output'];
|
|
26186
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25806
26187
|
isInsightAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
25807
26188
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
25808
26189
|
name: Scalars['String']['output'];
|
|
@@ -25951,6 +26332,7 @@ export declare type JiraCascadingSelectField = JiraIssueField & JiraIssueFieldCo
|
|
|
25951
26332
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
25952
26333
|
fieldId: Scalars['String']['output'];
|
|
25953
26334
|
id: Scalars['ID']['output'];
|
|
26335
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
25954
26336
|
name: Scalars['String']['output'];
|
|
25955
26337
|
parentOptions?: Maybe<JiraParentOptionConnection>;
|
|
25956
26338
|
type: Scalars['String']['output'];
|
|
@@ -26004,6 +26386,7 @@ export declare type JiraCheckboxesField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26004
26386
|
fieldId: Scalars['String']['output'];
|
|
26005
26387
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
26006
26388
|
id: Scalars['ID']['output'];
|
|
26389
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26007
26390
|
name: Scalars['String']['output'];
|
|
26008
26391
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
26009
26392
|
selectedOptions?: Maybe<JiraOptionConnection>;
|
|
@@ -26065,7 +26448,33 @@ export declare type JiraClassificationLevel = {
|
|
|
26065
26448
|
guidelines?: Maybe<Scalars['String']['output']>;
|
|
26066
26449
|
id: Scalars['ID']['output'];
|
|
26067
26450
|
name?: Maybe<Scalars['String']['output']>;
|
|
26451
|
+
status?: Maybe<JiraClassificationLevelStatus>;
|
|
26452
|
+
};
|
|
26453
|
+
export declare type JiraClassificationLevelConnection = {
|
|
26454
|
+
__typename?: 'JiraClassificationLevelConnection';
|
|
26455
|
+
edges?: Maybe<Array<Maybe<JiraClassificationLevelEdge>>>;
|
|
26456
|
+
errors?: Maybe<Array<QueryError>>;
|
|
26457
|
+
pageInfo?: Maybe<PageInfo>;
|
|
26458
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
26459
|
+
};
|
|
26460
|
+
export declare type JiraClassificationLevelEdge = {
|
|
26461
|
+
__typename?: 'JiraClassificationLevelEdge';
|
|
26462
|
+
cursor: Scalars['String']['output'];
|
|
26463
|
+
node?: Maybe<JiraClassificationLevel>;
|
|
26068
26464
|
};
|
|
26465
|
+
export declare type JiraClassificationLevelFilterInput = {
|
|
26466
|
+
filterByStatus: Array<JiraClassificationLevelStatus>;
|
|
26467
|
+
filterByType: Array<JiraClassificationLevelType>;
|
|
26468
|
+
};
|
|
26469
|
+
export declare enum JiraClassificationLevelStatus {
|
|
26470
|
+
Archived = "ARCHIVED",
|
|
26471
|
+
Draft = "DRAFT",
|
|
26472
|
+
Published = "PUBLISHED"
|
|
26473
|
+
}
|
|
26474
|
+
export declare enum JiraClassificationLevelType {
|
|
26475
|
+
System = "SYSTEM",
|
|
26476
|
+
User = "USER"
|
|
26477
|
+
}
|
|
26069
26478
|
export declare type JiraClearableNumberFieldInput = {
|
|
26070
26479
|
fieldId: Scalars['ID']['input'];
|
|
26071
26480
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -26285,6 +26694,7 @@ export declare type JiraColorField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
26285
26694
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26286
26695
|
fieldId: Scalars['String']['output'];
|
|
26287
26696
|
id: Scalars['ID']['output'];
|
|
26697
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26288
26698
|
name: Scalars['String']['output'];
|
|
26289
26699
|
type: Scalars['String']['output'];
|
|
26290
26700
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26370,6 +26780,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26370
26780
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26371
26781
|
fieldId: Scalars['String']['output'];
|
|
26372
26782
|
id: Scalars['ID']['output'];
|
|
26783
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26373
26784
|
name: Scalars['String']['output'];
|
|
26374
26785
|
selectedComponents?: Maybe<Array<Maybe<JiraComponent>>>;
|
|
26375
26786
|
selectedComponentsConnection?: Maybe<JiraComponentConnection>;
|
|
@@ -26379,6 +26790,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26379
26790
|
export declare type JiraComponentsFieldComponentsArgs = {
|
|
26380
26791
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26381
26792
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
26793
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
26382
26794
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26383
26795
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
26384
26796
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26407,6 +26819,7 @@ export declare enum JiraConfigStateConfigurationStatus {
|
|
|
26407
26819
|
Configured = "CONFIGURED",
|
|
26408
26820
|
NotConfigured = "NOT_CONFIGURED",
|
|
26409
26821
|
NotSet = "NOT_SET",
|
|
26822
|
+
PartiallyConfigured = "PARTIALLY_CONFIGURED",
|
|
26410
26823
|
ProviderActionConfigured = "PROVIDER_ACTION_CONFIGURED",
|
|
26411
26824
|
ProviderActionNotConfigured = "PROVIDER_ACTION_NOT_CONFIGURED"
|
|
26412
26825
|
}
|
|
@@ -26439,6 +26852,7 @@ export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldCo
|
|
|
26439
26852
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26440
26853
|
fieldId: Scalars['String']['output'];
|
|
26441
26854
|
id: Scalars['ID']['output'];
|
|
26855
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26442
26856
|
name: Scalars['String']['output'];
|
|
26443
26857
|
type: Scalars['String']['output'];
|
|
26444
26858
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26451,6 +26865,7 @@ export declare type JiraConnectMultipleSelectField = JiraIssueField & JiraIssueF
|
|
|
26451
26865
|
fieldId: Scalars['String']['output'];
|
|
26452
26866
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
26453
26867
|
id: Scalars['ID']['output'];
|
|
26868
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26454
26869
|
name: Scalars['String']['output'];
|
|
26455
26870
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
26456
26871
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
@@ -26478,6 +26893,7 @@ export declare type JiraConnectNumberField = JiraIssueField & JiraIssueFieldConf
|
|
|
26478
26893
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26479
26894
|
fieldId: Scalars['String']['output'];
|
|
26480
26895
|
id: Scalars['ID']['output'];
|
|
26896
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26481
26897
|
name: Scalars['String']['output'];
|
|
26482
26898
|
number?: Maybe<Scalars['Float']['output']>;
|
|
26483
26899
|
type: Scalars['String']['output'];
|
|
@@ -26490,6 +26906,7 @@ export declare type JiraConnectReadOnlyField = JiraIssueField & JiraIssueFieldCo
|
|
|
26490
26906
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26491
26907
|
fieldId: Scalars['String']['output'];
|
|
26492
26908
|
id: Scalars['ID']['output'];
|
|
26909
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26493
26910
|
name: Scalars['String']['output'];
|
|
26494
26911
|
text?: Maybe<Scalars['String']['output']>;
|
|
26495
26912
|
type: Scalars['String']['output'];
|
|
@@ -26502,6 +26919,7 @@ export declare type JiraConnectRichTextField = JiraIssueField & JiraIssueFieldCo
|
|
|
26502
26919
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26503
26920
|
fieldId: Scalars['String']['output'];
|
|
26504
26921
|
id: Scalars['ID']['output'];
|
|
26922
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26505
26923
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
26506
26924
|
name: Scalars['String']['output'];
|
|
26507
26925
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -26518,6 +26936,7 @@ export declare type JiraConnectSingleSelectField = JiraIssueField & JiraIssueFie
|
|
|
26518
26936
|
fieldOption?: Maybe<JiraOption>;
|
|
26519
26937
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
26520
26938
|
id: Scalars['ID']['output'];
|
|
26939
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26521
26940
|
name: Scalars['String']['output'];
|
|
26522
26941
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
26523
26942
|
type: Scalars['String']['output'];
|
|
@@ -26537,6 +26956,7 @@ export declare type JiraConnectTextField = JiraIssueField & JiraIssueFieldConfig
|
|
|
26537
26956
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26538
26957
|
fieldId: Scalars['String']['output'];
|
|
26539
26958
|
id: Scalars['ID']['output'];
|
|
26959
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26540
26960
|
name: Scalars['String']['output'];
|
|
26541
26961
|
text?: Maybe<Scalars['String']['output']>;
|
|
26542
26962
|
type: Scalars['String']['output'];
|
|
@@ -26653,12 +27073,24 @@ export declare type JiraDataClassificationField = JiraIssueField & Node & {
|
|
|
26653
27073
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
26654
27074
|
classification?: Maybe<JiraDataClassification>;
|
|
26655
27075
|
classificationLevel?: Maybe<JiraClassificationLevel>;
|
|
27076
|
+
classificationLevels?: Maybe<JiraClassificationLevelConnection>;
|
|
27077
|
+
defaultClassificationLevel?: Maybe<JiraClassificationLevel>;
|
|
26656
27078
|
description?: Maybe<Scalars['String']['output']>;
|
|
26657
27079
|
fieldId: Scalars['String']['output'];
|
|
26658
27080
|
id: Scalars['ID']['output'];
|
|
27081
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26659
27082
|
name: Scalars['String']['output'];
|
|
26660
27083
|
type: Scalars['String']['output'];
|
|
26661
27084
|
};
|
|
27085
|
+
export declare type JiraDataClassificationFieldClassificationLevelsArgs = {
|
|
27086
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
27087
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
27088
|
+
filterByCriteria?: InputMaybe<JiraClassificationLevelFilterInput>;
|
|
27089
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27090
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
27091
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
27092
|
+
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27093
|
+
};
|
|
26662
27094
|
export declare type JiraDataClassificationFieldOperationInput = {
|
|
26663
27095
|
classificationLevel: Scalars['ID']['input'];
|
|
26664
27096
|
operation: JiraSingleValueFieldOperations;
|
|
@@ -26694,6 +27126,7 @@ export declare type JiraDatePickerField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26694
27126
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26695
27127
|
fieldId: Scalars['String']['output'];
|
|
26696
27128
|
id: Scalars['ID']['output'];
|
|
27129
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26697
27130
|
name: Scalars['String']['output'];
|
|
26698
27131
|
type: Scalars['String']['output'];
|
|
26699
27132
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26723,6 +27156,7 @@ export declare type JiraDateTimePickerField = JiraIssueField & JiraIssueFieldCon
|
|
|
26723
27156
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26724
27157
|
fieldId: Scalars['String']['output'];
|
|
26725
27158
|
id: Scalars['ID']['output'];
|
|
27159
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26726
27160
|
name: Scalars['String']['output'];
|
|
26727
27161
|
type: Scalars['String']['output'];
|
|
26728
27162
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26746,6 +27180,15 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
|
26746
27180
|
issueLinkId?: Maybe<Scalars['ID']['output']>;
|
|
26747
27181
|
success: Scalars['Boolean']['output'];
|
|
26748
27182
|
};
|
|
27183
|
+
export declare type JiraDeleteNavigationItemInput = {
|
|
27184
|
+
id: Scalars['ID']['input'];
|
|
27185
|
+
};
|
|
27186
|
+
export declare type JiraDeleteNavigationItemPayload = Payload & {
|
|
27187
|
+
__typename?: 'JiraDeleteNavigationItemPayload';
|
|
27188
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27189
|
+
navigationItem?: Maybe<Scalars['ID']['output']>;
|
|
27190
|
+
success: Scalars['Boolean']['output'];
|
|
27191
|
+
};
|
|
26749
27192
|
export declare type JiraDeleteProjectNotificationPreferencesInput = {
|
|
26750
27193
|
projectId: Scalars['ID']['input'];
|
|
26751
27194
|
};
|
|
@@ -26965,6 +27408,7 @@ export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
|
26965
27408
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
26966
27409
|
fieldId: Scalars['String']['output'];
|
|
26967
27410
|
id: Scalars['ID']['output'];
|
|
27411
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26968
27412
|
name: Scalars['String']['output'];
|
|
26969
27413
|
type: Scalars['String']['output'];
|
|
26970
27414
|
};
|
|
@@ -27061,6 +27505,7 @@ export declare type JiraEpicLinkField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
27061
27505
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27062
27506
|
fieldId: Scalars['String']['output'];
|
|
27063
27507
|
id: Scalars['ID']['output'];
|
|
27508
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27064
27509
|
name: Scalars['String']['output'];
|
|
27065
27510
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
27066
27511
|
type: Scalars['String']['output'];
|
|
@@ -27095,6 +27540,7 @@ export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
27095
27540
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27096
27541
|
fieldId: Scalars['String']['output'];
|
|
27097
27542
|
id: Scalars['ID']['output'];
|
|
27543
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27098
27544
|
name: Scalars['String']['output'];
|
|
27099
27545
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
27100
27546
|
type: Scalars['String']['output'];
|
|
@@ -27230,6 +27676,7 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
27230
27676
|
fieldId: Scalars['String']['output'];
|
|
27231
27677
|
flag?: Maybe<JiraFlag>;
|
|
27232
27678
|
id: Scalars['ID']['output'];
|
|
27679
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27233
27680
|
name: Scalars['String']['output'];
|
|
27234
27681
|
type: Scalars['String']['output'];
|
|
27235
27682
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -27242,6 +27689,7 @@ export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
27242
27689
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27243
27690
|
fieldId: Scalars['String']['output'];
|
|
27244
27691
|
id: Scalars['ID']['output'];
|
|
27692
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27245
27693
|
name: Scalars['String']['output'];
|
|
27246
27694
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27247
27695
|
type: Scalars['String']['output'];
|
|
@@ -27255,6 +27703,7 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
27255
27703
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27256
27704
|
fieldId: Scalars['String']['output'];
|
|
27257
27705
|
id: Scalars['ID']['output'];
|
|
27706
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27258
27707
|
name: Scalars['String']['output'];
|
|
27259
27708
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27260
27709
|
type: Scalars['String']['output'];
|
|
@@ -27268,6 +27717,7 @@ export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
27268
27717
|
fieldId: Scalars['String']['output'];
|
|
27269
27718
|
groups?: Maybe<JiraGroupConnection>;
|
|
27270
27719
|
id: Scalars['ID']['output'];
|
|
27720
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27271
27721
|
name: Scalars['String']['output'];
|
|
27272
27722
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27273
27723
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27290,6 +27740,7 @@ export declare type JiraForgeGroupsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27290
27740
|
fieldId: Scalars['String']['output'];
|
|
27291
27741
|
groups?: Maybe<JiraGroupConnection>;
|
|
27292
27742
|
id: Scalars['ID']['output'];
|
|
27743
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27293
27744
|
name: Scalars['String']['output'];
|
|
27294
27745
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27295
27746
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27318,6 +27769,7 @@ export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27318
27769
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27319
27770
|
fieldId: Scalars['String']['output'];
|
|
27320
27771
|
id: Scalars['ID']['output'];
|
|
27772
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27321
27773
|
name: Scalars['String']['output'];
|
|
27322
27774
|
number?: Maybe<Scalars['Float']['output']>;
|
|
27323
27775
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27331,6 +27783,7 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27331
27783
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27332
27784
|
fieldId: Scalars['String']['output'];
|
|
27333
27785
|
id: Scalars['ID']['output'];
|
|
27786
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27334
27787
|
name: Scalars['String']['output'];
|
|
27335
27788
|
object?: Maybe<Scalars['String']['output']>;
|
|
27336
27789
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27344,6 +27797,7 @@ export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27344
27797
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27345
27798
|
fieldId: Scalars['String']['output'];
|
|
27346
27799
|
id: Scalars['ID']['output'];
|
|
27800
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27347
27801
|
name: Scalars['String']['output'];
|
|
27348
27802
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27349
27803
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -27357,6 +27811,7 @@ export declare type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfi
|
|
|
27357
27811
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27358
27812
|
fieldId: Scalars['String']['output'];
|
|
27359
27813
|
id: Scalars['ID']['output'];
|
|
27814
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27360
27815
|
labels?: Maybe<JiraLabelConnection>;
|
|
27361
27816
|
name: Scalars['String']['output'];
|
|
27362
27817
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27387,6 +27842,7 @@ export declare type JiraForgeUserField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
27387
27842
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27388
27843
|
fieldId: Scalars['String']['output'];
|
|
27389
27844
|
id: Scalars['ID']['output'];
|
|
27845
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27390
27846
|
name: Scalars['String']['output'];
|
|
27391
27847
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27392
27848
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27410,6 +27866,7 @@ export declare type JiraForgeUsersField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
27410
27866
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27411
27867
|
fieldId: Scalars['String']['output'];
|
|
27412
27868
|
id: Scalars['ID']['output'];
|
|
27869
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27413
27870
|
name: Scalars['String']['output'];
|
|
27414
27871
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27415
27872
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27444,6 +27901,7 @@ export declare type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfi
|
|
|
27444
27901
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27445
27902
|
fieldId: Scalars['String']['output'];
|
|
27446
27903
|
id: Scalars['ID']['output'];
|
|
27904
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27447
27905
|
name: Scalars['String']['output'];
|
|
27448
27906
|
type: Scalars['String']['output'];
|
|
27449
27907
|
};
|
|
@@ -27913,6 +28371,7 @@ export declare type JiraIssueField = {
|
|
|
27913
28371
|
description?: Maybe<Scalars['String']['output']>;
|
|
27914
28372
|
fieldId: Scalars['String']['output'];
|
|
27915
28373
|
id: Scalars['ID']['output'];
|
|
28374
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27916
28375
|
name: Scalars['String']['output'];
|
|
27917
28376
|
type: Scalars['String']['output'];
|
|
27918
28377
|
};
|
|
@@ -28187,6 +28646,7 @@ export declare type JiraIssueLinkField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28187
28646
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28188
28647
|
fieldId: Scalars['String']['output'];
|
|
28189
28648
|
id: Scalars['ID']['output'];
|
|
28649
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28190
28650
|
issueLinkConnection?: Maybe<JiraIssueLinkConnection>;
|
|
28191
28651
|
issueLinkTypeRelations?: Maybe<JiraIssueLinkTypeRelationConnection>;
|
|
28192
28652
|
issueLinks?: Maybe<Array<Maybe<JiraIssueLink>>>;
|
|
@@ -28302,6 +28762,7 @@ export declare type JiraIssueRestrictionField = JiraIssueField & JiraIssueFieldC
|
|
|
28302
28762
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28303
28763
|
fieldId: Scalars['String']['output'];
|
|
28304
28764
|
id: Scalars['ID']['output'];
|
|
28765
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28305
28766
|
name: Scalars['String']['output'];
|
|
28306
28767
|
roles?: Maybe<JiraRoleConnection>;
|
|
28307
28768
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -28487,7 +28948,10 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
28487
28948
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
28488
28949
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
28489
28950
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
28951
|
+
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
28490
28952
|
JiraDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
28953
|
+
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
28954
|
+
JiraIssueTypeField?: InputMaybe<Array<JiraUpdateIssueTypeFieldInput>>;
|
|
28491
28955
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
28492
28956
|
JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
|
|
28493
28957
|
JiraMultipleVersionPickerField?: InputMaybe<Array<JiraUpdateMultipleVersionPickerFieldInput>>;
|
|
@@ -28500,6 +28964,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
28500
28964
|
JiraSingleLineTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
28501
28965
|
JiraSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
28502
28966
|
JiraSingleSelectUserPickerField?: InputMaybe<Array<JiraUpdateSingleSelectUserPickerFieldInput>>;
|
|
28967
|
+
JiraSprintField?: InputMaybe<Array<JiraUpdateSprintFieldInput>>;
|
|
28503
28968
|
JiraTeamField?: InputMaybe<Array<JiraUpdateTeamFieldInput>>;
|
|
28504
28969
|
JiraUrlField?: InputMaybe<Array<JiraUpdateUrlFieldInput>>;
|
|
28505
28970
|
};
|
|
@@ -28557,6 +29022,7 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28557
29022
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28558
29023
|
fieldId: Scalars['String']['output'];
|
|
28559
29024
|
id: Scalars['ID']['output'];
|
|
29025
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28560
29026
|
issueType?: Maybe<JiraIssueType>;
|
|
28561
29027
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
28562
29028
|
name: Scalars['String']['output'];
|
|
@@ -28565,11 +29031,22 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28565
29031
|
export declare type JiraIssueTypeFieldIssueTypesArgs = {
|
|
28566
29032
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
28567
29033
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
29034
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
28568
29035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28569
29036
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
28570
29037
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
28571
29038
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28572
29039
|
};
|
|
29040
|
+
export declare type JiraIssueTypeFieldOperationInput = {
|
|
29041
|
+
id: Scalars['ID']['input'];
|
|
29042
|
+
operation: JiraSingleValueFieldOperations;
|
|
29043
|
+
};
|
|
29044
|
+
export declare type JiraIssueTypeFieldPayload = Payload & {
|
|
29045
|
+
__typename?: 'JiraIssueTypeFieldPayload';
|
|
29046
|
+
errors?: Maybe<Array<MutationError>>;
|
|
29047
|
+
field?: Maybe<JiraIssueTypeField>;
|
|
29048
|
+
success: Scalars['Boolean']['output'];
|
|
29049
|
+
};
|
|
28573
29050
|
export declare type JiraIssueTypeHierarchyLevel = {
|
|
28574
29051
|
__typename?: 'JiraIssueTypeHierarchyLevel';
|
|
28575
29052
|
level?: Maybe<Scalars['Int']['output']>;
|
|
@@ -28651,6 +29128,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
28651
29128
|
Labels = "LABELS",
|
|
28652
29129
|
None = "NONE",
|
|
28653
29130
|
Option = "OPTION",
|
|
29131
|
+
Organization = "ORGANIZATION",
|
|
28654
29132
|
Priority = "PRIORITY",
|
|
28655
29133
|
Project = "PROJECT",
|
|
28656
29134
|
Requesttype = "REQUESTTYPE",
|
|
@@ -29161,6 +29639,7 @@ export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
29161
29639
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29162
29640
|
fieldId: Scalars['String']['output'];
|
|
29163
29641
|
id: Scalars['ID']['output'];
|
|
29642
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29164
29643
|
labels?: Maybe<JiraLabelConnection>;
|
|
29165
29644
|
name: Scalars['String']['output'];
|
|
29166
29645
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -29300,6 +29779,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
|
|
|
29300
29779
|
fieldId: Scalars['String']['output'];
|
|
29301
29780
|
groups?: Maybe<JiraGroupConnection>;
|
|
29302
29781
|
id: Scalars['ID']['output'];
|
|
29782
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29303
29783
|
name: Scalars['String']['output'];
|
|
29304
29784
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29305
29785
|
selectedGroups?: Maybe<Array<Maybe<JiraGroup>>>;
|
|
@@ -29336,6 +29816,7 @@ export declare type JiraMultipleSelectField = JiraIssueField & JiraIssueFieldCon
|
|
|
29336
29816
|
fieldId: Scalars['String']['output'];
|
|
29337
29817
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
29338
29818
|
id: Scalars['ID']['output'];
|
|
29819
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29339
29820
|
name: Scalars['String']['output'];
|
|
29340
29821
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29341
29822
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
@@ -29378,6 +29859,7 @@ export declare type JiraMultipleSelectUserPickerField = JiraIssueField & JiraIss
|
|
|
29378
29859
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29379
29860
|
fieldId: Scalars['String']['output'];
|
|
29380
29861
|
id: Scalars['ID']['output'];
|
|
29862
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29381
29863
|
name: Scalars['String']['output'];
|
|
29382
29864
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29383
29865
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -29411,6 +29893,7 @@ export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueF
|
|
|
29411
29893
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29412
29894
|
fieldId: Scalars['String']['output'];
|
|
29413
29895
|
id: Scalars['ID']['output'];
|
|
29896
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29414
29897
|
name: Scalars['String']['output'];
|
|
29415
29898
|
selectedVersions?: Maybe<Array<Maybe<JiraVersion>>>;
|
|
29416
29899
|
selectedVersionsConnection?: Maybe<JiraVersionConnection>;
|
|
@@ -29470,6 +29953,7 @@ export declare type JiraMutation = {
|
|
|
29470
29953
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
29471
29954
|
deleteJiraVersionApprover?: Maybe<JiraVersionDeleteApproverPayload>;
|
|
29472
29955
|
deleteJwmOverview?: Maybe<JiraWorkManagementGiraDeleteOverviewPayload>;
|
|
29956
|
+
deleteNavigationItem?: Maybe<JiraDeleteNavigationItemPayload>;
|
|
29473
29957
|
deleteProjectNotificationPreferences?: Maybe<JiraDeleteProjectNotificationPreferencesPayload>;
|
|
29474
29958
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
29475
29959
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
@@ -29477,11 +29961,13 @@ export declare type JiraMutation = {
|
|
|
29477
29961
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
29478
29962
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
29479
29963
|
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
29964
|
+
jwmUpdateActiveBackground?: Maybe<JiraWorkManagementUpdateActiveBackgroundPayload>;
|
|
29480
29965
|
linkIssueToVersionRelatedWork?: Maybe<JiraLinkIssueToVersionRelatedWorkPayload>;
|
|
29481
29966
|
linkIssuesToIncident?: Maybe<JiraLinkIssuesToIncidentMutationPayload>;
|
|
29482
29967
|
makeTransition?: Maybe<JiraIssueTransitionResponse>;
|
|
29483
29968
|
moveIssuesToFixVersion?: Maybe<JiraMoveIssuesToFixVersionPayload>;
|
|
29484
29969
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
29970
|
+
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
29485
29971
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
29486
29972
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
29487
29973
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -29491,6 +29977,7 @@ export declare type JiraMutation = {
|
|
|
29491
29977
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
29492
29978
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
29493
29979
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
29980
|
+
setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
|
|
29494
29981
|
setEntityIsFavourite?: Maybe<JiraSetIsFavouritePayload>;
|
|
29495
29982
|
setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
|
|
29496
29983
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
@@ -29505,6 +29992,7 @@ export declare type JiraMutation = {
|
|
|
29505
29992
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
29506
29993
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
29507
29994
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
29995
|
+
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
29508
29996
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
29509
29997
|
updateJiraVersionApproverDeclineReason?: Maybe<JiraVersionUpdateApproverDeclineReasonPayload>;
|
|
29510
29998
|
updateJiraVersionApproverDescription?: Maybe<JiraVersionUpdateApproverDescriptionPayload>;
|
|
@@ -29617,6 +30105,9 @@ export declare type JiraMutationDeleteJiraVersionApproverArgs = {
|
|
|
29617
30105
|
export declare type JiraMutationDeleteJwmOverviewArgs = {
|
|
29618
30106
|
input: JiraWorkManagementDeleteOverviewInput;
|
|
29619
30107
|
};
|
|
30108
|
+
export declare type JiraMutationDeleteNavigationItemArgs = {
|
|
30109
|
+
input: JiraDeleteNavigationItemInput;
|
|
30110
|
+
};
|
|
29620
30111
|
export declare type JiraMutationDeleteProjectNotificationPreferencesArgs = {
|
|
29621
30112
|
cloudId: Scalars['ID']['input'];
|
|
29622
30113
|
input: JiraDeleteProjectNotificationPreferencesInput;
|
|
@@ -29635,6 +30126,9 @@ export declare type JiraMutationInitializeProjectNotificationPreferencesArgs = {
|
|
|
29635
30126
|
export declare type JiraMutationJwmDeleteAttachmentArgs = {
|
|
29636
30127
|
input: JiraWorkManagementDeleteAttachmentInput;
|
|
29637
30128
|
};
|
|
30129
|
+
export declare type JiraMutationJwmUpdateActiveBackgroundArgs = {
|
|
30130
|
+
input: JiraWorkManagementUpdateBackgroundInput;
|
|
30131
|
+
};
|
|
29638
30132
|
export declare type JiraMutationLinkIssueToVersionRelatedWorkArgs = {
|
|
29639
30133
|
input: JiraLinkIssueToVersionRelatedWorkInput;
|
|
29640
30134
|
};
|
|
@@ -29650,6 +30144,9 @@ export declare type JiraMutationMoveIssuesToFixVersionArgs = {
|
|
|
29650
30144
|
export declare type JiraMutationRankIssuesArgs = {
|
|
29651
30145
|
rankInput: JiraRankMutationInput;
|
|
29652
30146
|
};
|
|
30147
|
+
export declare type JiraMutationRankNavigationItemArgs = {
|
|
30148
|
+
input: JiraRankNavigationItemInput;
|
|
30149
|
+
};
|
|
29653
30150
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
29654
30151
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
29655
30152
|
};
|
|
@@ -29679,6 +30176,9 @@ export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
|
29679
30176
|
cloudId: Scalars['ID']['input'];
|
|
29680
30177
|
input: Array<JiraSetApplicationPropertyInput>;
|
|
29681
30178
|
};
|
|
30179
|
+
export declare type JiraMutationSetDefaultNavigationItemArgs = {
|
|
30180
|
+
input: JiraSetDefaultNavigationItemInput;
|
|
30181
|
+
};
|
|
29682
30182
|
export declare type JiraMutationSetEntityIsFavouriteArgs = {
|
|
29683
30183
|
input: JiraSetIsFavouriteInput;
|
|
29684
30184
|
};
|
|
@@ -29726,6 +30226,9 @@ export declare type JiraMutationUpdateIssueHierarchyConfigArgs = {
|
|
|
29726
30226
|
cloudId: Scalars['ID']['input'];
|
|
29727
30227
|
input: JiraIssueHierarchyConfigurationMutationInput;
|
|
29728
30228
|
};
|
|
30229
|
+
export declare type JiraMutationUpdateIssueTypeFieldArgs = {
|
|
30230
|
+
input: JiraUpdateIssueTypeFieldInput;
|
|
30231
|
+
};
|
|
29729
30232
|
export declare type JiraMutationUpdateJiraVersionArgs = {
|
|
29730
30233
|
input: JiraVersionUpdateMutationInput;
|
|
29731
30234
|
};
|
|
@@ -29864,6 +30367,22 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
|
|
|
29864
30367
|
export declare type JiraNaturalLanguageToJqlInput = {
|
|
29865
30368
|
naturalLanguageInput: Scalars['String']['input'];
|
|
29866
30369
|
};
|
|
30370
|
+
export declare type JiraNavigationItem = {
|
|
30371
|
+
id: Scalars['ID']['output'];
|
|
30372
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
30373
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
30374
|
+
};
|
|
30375
|
+
export declare type JiraNavigationItemConnection = HasPageInfo & {
|
|
30376
|
+
__typename?: 'JiraNavigationItemConnection';
|
|
30377
|
+
edges?: Maybe<Array<Maybe<JiraNavigationItemEdge>>>;
|
|
30378
|
+
errors?: Maybe<Array<QueryError>>;
|
|
30379
|
+
pageInfo: PageInfo;
|
|
30380
|
+
};
|
|
30381
|
+
export declare type JiraNavigationItemEdge = {
|
|
30382
|
+
__typename?: 'JiraNavigationItemEdge';
|
|
30383
|
+
cursor: Scalars['String']['output'];
|
|
30384
|
+
node?: Maybe<JiraNavigationItem>;
|
|
30385
|
+
};
|
|
29867
30386
|
export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
29868
30387
|
__typename?: 'JiraNavigationUIStateUserProperty';
|
|
29869
30388
|
id: Scalars['ID']['output'];
|
|
@@ -29959,6 +30478,7 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
29959
30478
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29960
30479
|
fieldId: Scalars['String']['output'];
|
|
29961
30480
|
id: Scalars['ID']['output'];
|
|
30481
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29962
30482
|
isStoryPointField?: Maybe<Scalars['Boolean']['output']>;
|
|
29963
30483
|
name: Scalars['String']['output'];
|
|
29964
30484
|
number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -30216,6 +30736,7 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
30216
30736
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30217
30737
|
fieldId: Scalars['String']['output'];
|
|
30218
30738
|
id: Scalars['ID']['output'];
|
|
30739
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30219
30740
|
name: Scalars['String']['output'];
|
|
30220
30741
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
30221
30742
|
type: Scalars['String']['output'];
|
|
@@ -30254,6 +30775,7 @@ export declare type JiraParentIssueField = JiraIssueField & JiraIssueFieldConfig
|
|
|
30254
30775
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30255
30776
|
fieldId: Scalars['String']['output'];
|
|
30256
30777
|
id: Scalars['ID']['output'];
|
|
30778
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30257
30779
|
name: Scalars['String']['output'];
|
|
30258
30780
|
parentIssue?: Maybe<JiraIssue>;
|
|
30259
30781
|
parentVisibility?: Maybe<JiraParentVisibility>;
|
|
@@ -30300,6 +30822,7 @@ export declare type JiraPeopleField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
30300
30822
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30301
30823
|
fieldId: Scalars['String']['output'];
|
|
30302
30824
|
id: Scalars['ID']['output'];
|
|
30825
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30303
30826
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
30304
30827
|
name: Scalars['String']['output'];
|
|
30305
30828
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -30334,6 +30857,7 @@ export declare type JiraPermission = {
|
|
|
30334
30857
|
export declare type JiraPermissionConfiguration = {
|
|
30335
30858
|
__typename?: 'JiraPermissionConfiguration';
|
|
30336
30859
|
documentation?: Maybe<JiraPermissionDocumentationExtension>;
|
|
30860
|
+
isEditable: Scalars['Boolean']['output'];
|
|
30337
30861
|
message?: Maybe<JiraPermissionMessageExtension>;
|
|
30338
30862
|
tag: JiraPermissionTagEnum;
|
|
30339
30863
|
};
|
|
@@ -30521,6 +31045,7 @@ export declare type JiraPriorityField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
30521
31045
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30522
31046
|
fieldId: Scalars['String']['output'];
|
|
30523
31047
|
id: Scalars['ID']['output'];
|
|
31048
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30524
31049
|
name: Scalars['String']['output'];
|
|
30525
31050
|
priorities?: Maybe<JiraPriorityConnection>;
|
|
30526
31051
|
priority?: Maybe<JiraPriority>;
|
|
@@ -30530,6 +31055,7 @@ export declare type JiraPriorityField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
30530
31055
|
export declare type JiraPriorityFieldPrioritiesArgs = {
|
|
30531
31056
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30532
31057
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
31058
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
30533
31059
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30534
31060
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30535
31061
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30567,6 +31093,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
|
|
|
30567
31093
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30568
31094
|
fieldId: Scalars['String']['output'];
|
|
30569
31095
|
id: Scalars['ID']['output'];
|
|
31096
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30570
31097
|
name: Scalars['String']['output'];
|
|
30571
31098
|
proformaForms?: Maybe<JiraProformaForms>;
|
|
30572
31099
|
type: Scalars['String']['output'];
|
|
@@ -30602,6 +31129,7 @@ export declare type JiraProject = Node & {
|
|
|
30602
31129
|
lead?: Maybe<User>;
|
|
30603
31130
|
leadId?: Maybe<Scalars['ID']['output']>;
|
|
30604
31131
|
linkedDocumentationContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
31132
|
+
linkedOperationsIncidentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentConnection>;
|
|
30605
31133
|
linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
30606
31134
|
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
|
|
30607
31135
|
name: Scalars['String']['output'];
|
|
@@ -30678,6 +31206,11 @@ export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
|
30678
31206
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30679
31207
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
30680
31208
|
};
|
|
31209
|
+
export declare type JiraProjectLinkedOperationsIncidentsByProjectArgs = {
|
|
31210
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31211
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
31212
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31213
|
+
};
|
|
30681
31214
|
export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
30682
31215
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30683
31216
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30942,6 +31475,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
30942
31475
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30943
31476
|
fieldId: Scalars['String']['output'];
|
|
30944
31477
|
id: Scalars['ID']['output'];
|
|
31478
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30945
31479
|
name: Scalars['String']['output'];
|
|
30946
31480
|
project?: Maybe<JiraProject>;
|
|
30947
31481
|
projects?: Maybe<JiraProjectConnection>;
|
|
@@ -31072,6 +31606,7 @@ export declare type JiraProjectRoleActorRecommendationConnection = {
|
|
|
31072
31606
|
nodes?: Maybe<Array<Maybe<JiraProjectRoleActorRecommendation>>>;
|
|
31073
31607
|
pageInfo: PageInfo;
|
|
31074
31608
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31609
|
+
totalDeletedUsersCount?: Maybe<Scalars['Int']['output']>;
|
|
31075
31610
|
};
|
|
31076
31611
|
export declare type JiraProjectRoleActorRecommendationEdge = {
|
|
31077
31612
|
__typename?: 'JiraProjectRoleActorRecommendationEdge';
|
|
@@ -31195,6 +31730,7 @@ export declare type JiraQuery = {
|
|
|
31195
31730
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
31196
31731
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
31197
31732
|
getIssueTransitionByIssueId?: Maybe<JiraIssueTransitionModal>;
|
|
31733
|
+
getIssueTransitionByIssueKey?: Maybe<JiraIssueTransitionModal>;
|
|
31198
31734
|
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
31199
31735
|
getPermissionSchemeGrantsHierarchy?: Maybe<Array<JiraPermissionGrants>>;
|
|
31200
31736
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
@@ -31228,10 +31764,12 @@ export declare type JiraQuery = {
|
|
|
31228
31764
|
jiraProject?: Maybe<JiraProject>;
|
|
31229
31765
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
31230
31766
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
31767
|
+
jiraSoftwareNavigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
31231
31768
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
31232
31769
|
jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
|
|
31233
31770
|
jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
|
|
31234
31771
|
jsonUserProperty?: Maybe<JiraEntityPropertyJson>;
|
|
31772
|
+
jwmCustomBackgrounds?: Maybe<JiraWorkManagementCustomBackgroundConnection>;
|
|
31235
31773
|
jwmFilters?: Maybe<JiraWorkManagementFilterConnectionResult>;
|
|
31236
31774
|
jwmForm?: Maybe<JiraWorkManagementFormConfiguration>;
|
|
31237
31775
|
jwmLicensing?: Maybe<JiraWorkManagementLicensing>;
|
|
@@ -31240,6 +31778,7 @@ export declare type JiraQuery = {
|
|
|
31240
31778
|
jwmNavigationByProjectKey?: Maybe<JiraWorkManagementNavigation>;
|
|
31241
31779
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverviewResult>;
|
|
31242
31780
|
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
31781
|
+
jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
|
|
31243
31782
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
31244
31783
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
31245
31784
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -31269,7 +31808,7 @@ export declare type JiraQuery = {
|
|
|
31269
31808
|
stringUserProperty?: Maybe<JiraEntityPropertyString>;
|
|
31270
31809
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
31271
31810
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
31272
|
-
uiModifications?: Maybe<Array<
|
|
31811
|
+
uiModifications?: Maybe<Array<JiraAppUiModifications>>;
|
|
31273
31812
|
userHomePage?: Maybe<JiraHomePage>;
|
|
31274
31813
|
userPreferences?: Maybe<JiraUserPreferences>;
|
|
31275
31814
|
userSegmentation?: Maybe<JiraUserSegmentation>;
|
|
@@ -31419,6 +31958,11 @@ export declare type JiraQueryGetIssueTransitionByIssueIdArgs = {
|
|
|
31419
31958
|
issueId: Scalars['ID']['input'];
|
|
31420
31959
|
transitionId: Scalars['String']['input'];
|
|
31421
31960
|
};
|
|
31961
|
+
export declare type JiraQueryGetIssueTransitionByIssueKeyArgs = {
|
|
31962
|
+
cloudId: Scalars['ID']['input'];
|
|
31963
|
+
issueKey: Scalars['String']['input'];
|
|
31964
|
+
transitionId: Scalars['String']['input'];
|
|
31965
|
+
};
|
|
31422
31966
|
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
31423
31967
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31424
31968
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31562,6 +32106,12 @@ export declare type JiraQueryJiraProjectByKeyArgs = {
|
|
|
31562
32106
|
export declare type JiraQueryJiraProjectsArgs = {
|
|
31563
32107
|
ids: Array<Scalars['ID']['input']>;
|
|
31564
32108
|
};
|
|
32109
|
+
export declare type JiraQueryJiraSoftwareNavigationItemsArgs = {
|
|
32110
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32111
|
+
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
32112
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32113
|
+
projectIdOrKey?: InputMaybe<Scalars['String']['input']>;
|
|
32114
|
+
};
|
|
31565
32115
|
export declare type JiraQueryJqlBuilderArgs = {
|
|
31566
32116
|
cloudId: Scalars['ID']['input'];
|
|
31567
32117
|
};
|
|
@@ -31581,6 +32131,13 @@ export declare type JiraQueryJsonUserPropertyArgs = {
|
|
|
31581
32131
|
cloudId: Scalars['ID']['input'];
|
|
31582
32132
|
propertyKey: Scalars['String']['input'];
|
|
31583
32133
|
};
|
|
32134
|
+
export declare type JiraQueryJwmCustomBackgroundsArgs = {
|
|
32135
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32136
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32137
|
+
cloudId: Scalars['ID']['input'];
|
|
32138
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32139
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32140
|
+
};
|
|
31584
32141
|
export declare type JiraQueryJwmFiltersArgs = {
|
|
31585
32142
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31586
32143
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31614,6 +32171,12 @@ export declare type JiraQueryJwmOverviewsArgs = {
|
|
|
31614
32171
|
cloudId: Scalars['ID']['input'];
|
|
31615
32172
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31616
32173
|
};
|
|
32174
|
+
export declare type JiraQueryJwmSavedViewsByProjectArgs = {
|
|
32175
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32176
|
+
cloudId: Scalars['ID']['input'];
|
|
32177
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32178
|
+
projectIdOrKey: Scalars['String']['input'];
|
|
32179
|
+
};
|
|
31617
32180
|
export declare type JiraQueryJwmViewItemsArgs = {
|
|
31618
32181
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31619
32182
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31686,6 +32249,7 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
|
|
|
31686
32249
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31687
32250
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31688
32251
|
statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
|
|
32252
|
+
userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
|
|
31689
32253
|
};
|
|
31690
32254
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
31691
32255
|
cloudId: Scalars['ID']['input'];
|
|
@@ -31801,6 +32365,7 @@ export declare type JiraRadioSelectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
31801
32365
|
fieldId: Scalars['String']['output'];
|
|
31802
32366
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
31803
32367
|
id: Scalars['ID']['output'];
|
|
32368
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
31804
32369
|
name: Scalars['String']['output'];
|
|
31805
32370
|
selectedOption?: Maybe<JiraOption>;
|
|
31806
32371
|
type: Scalars['String']['output'];
|
|
@@ -31838,6 +32403,21 @@ export declare type JiraRankMutationPayload = Payload & {
|
|
|
31838
32403
|
errors?: Maybe<Array<MutationError>>;
|
|
31839
32404
|
success: Scalars['Boolean']['output'];
|
|
31840
32405
|
};
|
|
32406
|
+
export declare type JiraRankNavigationItemInput = {
|
|
32407
|
+
afterId?: InputMaybe<Scalars['ID']['input']>;
|
|
32408
|
+
beforeId?: InputMaybe<Scalars['ID']['input']>;
|
|
32409
|
+
id: Scalars['ID']['input'];
|
|
32410
|
+
};
|
|
32411
|
+
export declare type JiraRankNavigationItemPayload = Payload & {
|
|
32412
|
+
__typename?: 'JiraRankNavigationItemPayload';
|
|
32413
|
+
errors?: Maybe<Array<MutationError>>;
|
|
32414
|
+
navigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
32415
|
+
success: Scalars['Boolean']['output'];
|
|
32416
|
+
};
|
|
32417
|
+
export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
|
|
32418
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32419
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32420
|
+
};
|
|
31841
32421
|
export declare enum JiraRecommendationCategory {
|
|
31842
32422
|
CustomField = "CUSTOM_FIELD",
|
|
31843
32423
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
@@ -32067,6 +32647,7 @@ export declare type JiraResolutionField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
32067
32647
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32068
32648
|
fieldId: Scalars['String']['output'];
|
|
32069
32649
|
id: Scalars['ID']['output'];
|
|
32650
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32070
32651
|
name: Scalars['String']['output'];
|
|
32071
32652
|
resolution?: Maybe<JiraResolution>;
|
|
32072
32653
|
resolutions?: Maybe<JiraResolutionConnection>;
|
|
@@ -32202,6 +32783,7 @@ export declare type JiraRichTextField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
32202
32783
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32203
32784
|
fieldId: Scalars['String']['output'];
|
|
32204
32785
|
id: Scalars['ID']['output'];
|
|
32786
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32205
32787
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
32206
32788
|
name: Scalars['String']['output'];
|
|
32207
32789
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -32343,6 +32925,7 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
|
|
|
32343
32925
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32344
32926
|
fieldId: Scalars['String']['output'];
|
|
32345
32927
|
id: Scalars['ID']['output'];
|
|
32928
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32346
32929
|
name: Scalars['String']['output'];
|
|
32347
32930
|
securityLevel?: Maybe<JiraSecurityLevel>;
|
|
32348
32931
|
securityLevels?: Maybe<JiraSecurityLevelConnection>;
|
|
@@ -32433,6 +33016,7 @@ export declare type JiraServiceManagementApprovalField = JiraIssueField & JiraIs
|
|
|
32433
33016
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32434
33017
|
fieldId: Scalars['String']['output'];
|
|
32435
33018
|
id: Scalars['ID']['output'];
|
|
33019
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32436
33020
|
name: Scalars['String']['output'];
|
|
32437
33021
|
type: Scalars['String']['output'];
|
|
32438
33022
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32648,6 +33232,7 @@ export declare type JiraServiceManagementDateTimeField = JiraIssueField & JiraIs
|
|
|
32648
33232
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32649
33233
|
fieldId: Scalars['String']['output'];
|
|
32650
33234
|
id: Scalars['ID']['output'];
|
|
33235
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32651
33236
|
name: Scalars['String']['output'];
|
|
32652
33237
|
type: Scalars['String']['output'];
|
|
32653
33238
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32707,6 +33292,7 @@ export declare type JiraServiceManagementIncidentLinkingField = JiraIssueField &
|
|
|
32707
33292
|
fieldId: Scalars['String']['output'];
|
|
32708
33293
|
id: Scalars['ID']['output'];
|
|
32709
33294
|
incident?: Maybe<JiraServiceManagementIncident>;
|
|
33295
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32710
33296
|
name: Scalars['String']['output'];
|
|
32711
33297
|
type: Scalars['String']['output'];
|
|
32712
33298
|
};
|
|
@@ -32725,6 +33311,7 @@ export declare type JiraServiceManagementMajorIncidentField = JiraIssueField & J
|
|
|
32725
33311
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32726
33312
|
fieldId: Scalars['String']['output'];
|
|
32727
33313
|
id: Scalars['ID']['output'];
|
|
33314
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32728
33315
|
majorIncident?: Maybe<JiraServiceManagementMajorIncident>;
|
|
32729
33316
|
name: Scalars['String']['output'];
|
|
32730
33317
|
type: Scalars['String']['output'];
|
|
@@ -32762,6 +33349,7 @@ export declare type JiraServiceManagementMultipleSelectUserPickerField = JiraIss
|
|
|
32762
33349
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32763
33350
|
fieldId: Scalars['String']['output'];
|
|
32764
33351
|
id: Scalars['ID']['output'];
|
|
33352
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32765
33353
|
name: Scalars['String']['output'];
|
|
32766
33354
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
32767
33355
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -32809,6 +33397,7 @@ export declare type JiraServiceManagementOrganizationField = JiraIssueField & Ji
|
|
|
32809
33397
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32810
33398
|
fieldId: Scalars['String']['output'];
|
|
32811
33399
|
id: Scalars['ID']['output'];
|
|
33400
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32812
33401
|
name: Scalars['String']['output'];
|
|
32813
33402
|
organizations?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
32814
33403
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -32838,6 +33427,7 @@ export declare type JiraServiceManagementPeopleField = JiraIssueField & JiraIssu
|
|
|
32838
33427
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32839
33428
|
fieldId: Scalars['String']['output'];
|
|
32840
33429
|
id: Scalars['ID']['output'];
|
|
33430
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32841
33431
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
32842
33432
|
name: Scalars['String']['output'];
|
|
32843
33433
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -32894,6 +33484,7 @@ export declare type JiraServiceManagementRequestFeedbackField = JiraIssueField &
|
|
|
32894
33484
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32895
33485
|
fieldId: Scalars['String']['output'];
|
|
32896
33486
|
id: Scalars['ID']['output'];
|
|
33487
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32897
33488
|
name: Scalars['String']['output'];
|
|
32898
33489
|
type: Scalars['String']['output'];
|
|
32899
33490
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32905,6 +33496,7 @@ export declare type JiraServiceManagementRequestLanguageField = JiraIssueField &
|
|
|
32905
33496
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32906
33497
|
fieldId: Scalars['String']['output'];
|
|
32907
33498
|
id: Scalars['ID']['output'];
|
|
33499
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32908
33500
|
language?: Maybe<JiraServiceManagementLanguage>;
|
|
32909
33501
|
languages?: Maybe<Array<Maybe<JiraServiceManagementLanguage>>>;
|
|
32910
33502
|
name: Scalars['String']['output'];
|
|
@@ -32943,6 +33535,7 @@ export declare type JiraServiceManagementRequestTypeField = JiraIssueField & Jir
|
|
|
32943
33535
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32944
33536
|
fieldId: Scalars['String']['output'];
|
|
32945
33537
|
id: Scalars['ID']['output'];
|
|
33538
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32946
33539
|
name: Scalars['String']['output'];
|
|
32947
33540
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
32948
33541
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
@@ -33027,6 +33620,7 @@ export declare type JiraServiceManagementRespondersField = JiraIssueField & Jira
|
|
|
33027
33620
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33028
33621
|
fieldId: Scalars['String']['output'];
|
|
33029
33622
|
id: Scalars['ID']['output'];
|
|
33623
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33030
33624
|
name: Scalars['String']['output'];
|
|
33031
33625
|
responders?: Maybe<Array<Maybe<JiraServiceManagementResponder>>>;
|
|
33032
33626
|
respondersConnection?: Maybe<JiraServiceManagementResponderConnection>;
|
|
@@ -33132,6 +33726,15 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
33132
33726
|
key: Scalars['String']['input'];
|
|
33133
33727
|
value: Scalars['String']['input'];
|
|
33134
33728
|
};
|
|
33729
|
+
export declare type JiraSetDefaultNavigationItemInput = {
|
|
33730
|
+
id: Scalars['ID']['input'];
|
|
33731
|
+
};
|
|
33732
|
+
export declare type JiraSetDefaultNavigationItemPayload = Payload & {
|
|
33733
|
+
__typename?: 'JiraSetDefaultNavigationItemPayload';
|
|
33734
|
+
errors?: Maybe<Array<MutationError>>;
|
|
33735
|
+
newDefault?: Maybe<JiraNavigationItem>;
|
|
33736
|
+
success: Scalars['Boolean']['output'];
|
|
33737
|
+
};
|
|
33135
33738
|
export declare type JiraSetIsFavouriteInput = {
|
|
33136
33739
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
33137
33740
|
entityId: Scalars['ID']['input'];
|
|
@@ -33258,6 +33861,13 @@ export declare type JiraShortcutDataInput = {
|
|
|
33258
33861
|
name: Scalars['String']['input'];
|
|
33259
33862
|
url: Scalars['String']['input'];
|
|
33260
33863
|
};
|
|
33864
|
+
export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
33865
|
+
__typename?: 'JiraShortcutNavigationItem';
|
|
33866
|
+
id: Scalars['ID']['output'];
|
|
33867
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
33868
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
33869
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
33870
|
+
};
|
|
33261
33871
|
export declare type JiraSimilarIssues = {
|
|
33262
33872
|
__typename?: 'JiraSimilarIssues';
|
|
33263
33873
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -33270,6 +33880,7 @@ export declare type JiraSingleGroupPickerField = JiraIssueField & JiraIssueField
|
|
|
33270
33880
|
fieldId: Scalars['String']['output'];
|
|
33271
33881
|
groups?: Maybe<JiraGroupConnection>;
|
|
33272
33882
|
id: Scalars['ID']['output'];
|
|
33883
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33273
33884
|
name: Scalars['String']['output'];
|
|
33274
33885
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33275
33886
|
selectedGroup?: Maybe<JiraGroup>;
|
|
@@ -33294,6 +33905,7 @@ export declare type JiraSingleLineTextField = JiraIssueField & JiraIssueFieldCon
|
|
|
33294
33905
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33295
33906
|
fieldId: Scalars['String']['output'];
|
|
33296
33907
|
id: Scalars['ID']['output'];
|
|
33908
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33297
33909
|
name: Scalars['String']['output'];
|
|
33298
33910
|
text?: Maybe<Scalars['String']['output']>;
|
|
33299
33911
|
type: Scalars['String']['output'];
|
|
@@ -33322,6 +33934,7 @@ export declare type JiraSingleSelectField = JiraIssueField & JiraIssueFieldConfi
|
|
|
33322
33934
|
fieldOption?: Maybe<JiraOption>;
|
|
33323
33935
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
33324
33936
|
id: Scalars['ID']['output'];
|
|
33937
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33325
33938
|
name: Scalars['String']['output'];
|
|
33326
33939
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33327
33940
|
type: Scalars['String']['output'];
|
|
@@ -33356,6 +33969,7 @@ export declare type JiraSingleSelectUserPickerField = JiraIssueField & JiraIssue
|
|
|
33356
33969
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33357
33970
|
fieldId: Scalars['String']['output'];
|
|
33358
33971
|
id: Scalars['ID']['output'];
|
|
33972
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33359
33973
|
name: Scalars['String']['output'];
|
|
33360
33974
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33361
33975
|
type: Scalars['String']['output'];
|
|
@@ -33396,6 +34010,7 @@ export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFie
|
|
|
33396
34010
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33397
34011
|
fieldId: Scalars['String']['output'];
|
|
33398
34012
|
id: Scalars['ID']['output'];
|
|
34013
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33399
34014
|
name: Scalars['String']['output'];
|
|
33400
34015
|
type: Scalars['String']['output'];
|
|
33401
34016
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -33414,6 +34029,13 @@ export declare type JiraSingleVersionPickerFieldInput = {
|
|
|
33414
34029
|
fieldId: Scalars['ID']['input'];
|
|
33415
34030
|
version: JiraVersionInput;
|
|
33416
34031
|
};
|
|
34032
|
+
export declare type JiraSoftwareBuiltInNavigationItem = JiraNavigationItem & Node & {
|
|
34033
|
+
__typename?: 'JiraSoftwareBuiltInNavigationItem';
|
|
34034
|
+
id: Scalars['ID']['output'];
|
|
34035
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
34036
|
+
itemType?: Maybe<JiraSoftwareSimpleNavigationItemEnum>;
|
|
34037
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
34038
|
+
};
|
|
33417
34039
|
export declare type JiraSoftwareIssueSearchCustomInput = {
|
|
33418
34040
|
additionalJql?: InputMaybe<Scalars['String']['input']>;
|
|
33419
34041
|
context?: InputMaybe<JiraSoftwareIssueSearchCustomInputContext>;
|
|
@@ -33432,6 +34054,23 @@ export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
|
33432
34054
|
isSimpleBoard: Scalars['Boolean']['output'];
|
|
33433
34055
|
totalBoardsInProject: Scalars['Long']['output'];
|
|
33434
34056
|
};
|
|
34057
|
+
export declare enum JiraSoftwareSimpleNavigationItemEnum {
|
|
34058
|
+
JswBacklog = "JSW_BACKLOG",
|
|
34059
|
+
JswBoard = "JSW_BOARD",
|
|
34060
|
+
JswCode = "JSW_CODE",
|
|
34061
|
+
JswComponents = "JSW_COMPONENTS",
|
|
34062
|
+
JswDeployments = "JSW_DEPLOYMENTS",
|
|
34063
|
+
JswGoals = "JSW_GOALS",
|
|
34064
|
+
JswIncidents = "JSW_INCIDENTS",
|
|
34065
|
+
JswIssues = "JSW_ISSUES",
|
|
34066
|
+
JswOnCall = "JSW_ON_CALL",
|
|
34067
|
+
JswPages = "JSW_PAGES",
|
|
34068
|
+
JswReleases = "JSW_RELEASES",
|
|
34069
|
+
JswReports = "JSW_REPORTS",
|
|
34070
|
+
JswRequests = "JSW_REQUESTS",
|
|
34071
|
+
JswSecurity = "JSW_SECURITY",
|
|
34072
|
+
JswTimeline = "JSW_TIMELINE"
|
|
34073
|
+
}
|
|
33435
34074
|
export declare type JiraSprint = Node & {
|
|
33436
34075
|
__typename?: 'JiraSprint';
|
|
33437
34076
|
boardName?: Maybe<Scalars['String']['output']>;
|
|
@@ -33463,6 +34102,7 @@ export declare type JiraSprintField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
33463
34102
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33464
34103
|
fieldId: Scalars['String']['output'];
|
|
33465
34104
|
id: Scalars['ID']['output'];
|
|
34105
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33466
34106
|
name: Scalars['String']['output'];
|
|
33467
34107
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
33468
34108
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -33541,6 +34181,7 @@ export declare type JiraStatusCategoryField = JiraIssueField & JiraIssueFieldCon
|
|
|
33541
34181
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33542
34182
|
fieldId: Scalars['String']['output'];
|
|
33543
34183
|
id: Scalars['ID']['output'];
|
|
34184
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33544
34185
|
name: Scalars['String']['output'];
|
|
33545
34186
|
statusCategory: JiraStatusCategory;
|
|
33546
34187
|
type: Scalars['String']['output'];
|
|
@@ -33553,6 +34194,7 @@ export declare type JiraStatusField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
33553
34194
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33554
34195
|
fieldId: Scalars['String']['output'];
|
|
33555
34196
|
id: Scalars['ID']['output'];
|
|
34197
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33556
34198
|
name: Scalars['String']['output'];
|
|
33557
34199
|
status: JiraStatus;
|
|
33558
34200
|
transitions?: Maybe<JiraTransitionConnection>;
|
|
@@ -33645,6 +34287,7 @@ export declare type JiraSubtasksField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
33645
34287
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33646
34288
|
fieldId: Scalars['String']['output'];
|
|
33647
34289
|
id: Scalars['ID']['output'];
|
|
34290
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33648
34291
|
name: Scalars['String']['output'];
|
|
33649
34292
|
subtasks?: Maybe<JiraIssueConnection>;
|
|
33650
34293
|
type: Scalars['String']['output'];
|
|
@@ -33702,6 +34345,7 @@ export declare type JiraTeamField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
33702
34345
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33703
34346
|
fieldId: Scalars['String']['output'];
|
|
33704
34347
|
id: Scalars['ID']['output'];
|
|
34348
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33705
34349
|
name: Scalars['String']['output'];
|
|
33706
34350
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33707
34351
|
selectedTeam?: Maybe<JiraTeam>;
|
|
@@ -33764,6 +34408,7 @@ export declare type JiraTeamViewField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
33764
34408
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33765
34409
|
fieldId: Scalars['String']['output'];
|
|
33766
34410
|
id: Scalars['ID']['output'];
|
|
34411
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33767
34412
|
name: Scalars['String']['output'];
|
|
33768
34413
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33769
34414
|
selectedTeam?: Maybe<JiraTeamView>;
|
|
@@ -33808,6 +34453,7 @@ export declare type JiraTimeTrackingField = JiraIssueField & JiraIssueFieldConfi
|
|
|
33808
34453
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33809
34454
|
fieldId: Scalars['String']['output'];
|
|
33810
34455
|
id: Scalars['ID']['output'];
|
|
34456
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33811
34457
|
name: Scalars['String']['output'];
|
|
33812
34458
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
33813
34459
|
remainingEstimate?: Maybe<JiraEstimate>;
|
|
@@ -33880,7 +34526,6 @@ export declare type JiraUiExposedError = {
|
|
|
33880
34526
|
};
|
|
33881
34527
|
export declare type JiraUiModification = {
|
|
33882
34528
|
__typename?: 'JiraUiModification';
|
|
33883
|
-
appEnvId: Scalars['String']['output'];
|
|
33884
34529
|
data?: Maybe<Scalars['String']['output']>;
|
|
33885
34530
|
id: Scalars['ID']['output'];
|
|
33886
34531
|
};
|
|
@@ -33972,6 +34617,10 @@ export declare type JiraUpdateIssueTransitionInput = {
|
|
|
33972
34617
|
issueId: Scalars['ID']['input'];
|
|
33973
34618
|
transitionId: Scalars['Int']['input'];
|
|
33974
34619
|
};
|
|
34620
|
+
export declare type JiraUpdateIssueTypeFieldInput = {
|
|
34621
|
+
id: Scalars['ID']['input'];
|
|
34622
|
+
operation: JiraIssueTypeFieldOperationInput;
|
|
34623
|
+
};
|
|
33975
34624
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
33976
34625
|
id: Scalars['ID']['input'];
|
|
33977
34626
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -34173,6 +34822,7 @@ export declare type JiraUrlField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
34173
34822
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34174
34823
|
fieldId: Scalars['String']['output'];
|
|
34175
34824
|
id: Scalars['ID']['output'];
|
|
34825
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34176
34826
|
name: Scalars['String']['output'];
|
|
34177
34827
|
type: Scalars['String']['output'];
|
|
34178
34828
|
uri?: Maybe<Scalars['String']['output']>;
|
|
@@ -34526,6 +35176,7 @@ export declare type JiraVersionDetailPageIssuesIssuesArgs = {
|
|
|
34526
35176
|
export declare enum JiraVersionDetailsCollapsedUi {
|
|
34527
35177
|
Description = "DESCRIPTION",
|
|
34528
35178
|
Issues = "ISSUES",
|
|
35179
|
+
IssueAssociatedDesigns = "ISSUE_ASSOCIATED_DESIGNS",
|
|
34529
35180
|
ProgressCard = "PROGRESS_CARD",
|
|
34530
35181
|
RelatedWork = "RELATED_WORK",
|
|
34531
35182
|
RichTextSection = "RICH_TEXT_SECTION",
|
|
@@ -34825,6 +35476,7 @@ export declare type JiraVotesField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
34825
35476
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34826
35477
|
fieldId: Scalars['String']['output'];
|
|
34827
35478
|
id: Scalars['ID']['output'];
|
|
35479
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34828
35480
|
name: Scalars['String']['output'];
|
|
34829
35481
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
34830
35482
|
type: Scalars['String']['output'];
|
|
@@ -34862,6 +35514,7 @@ export declare type JiraWatchesField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
34862
35514
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34863
35515
|
fieldId: Scalars['String']['output'];
|
|
34864
35516
|
id: Scalars['ID']['output'];
|
|
35517
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34865
35518
|
name: Scalars['String']['output'];
|
|
34866
35519
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
34867
35520
|
suggestedWatchers?: Maybe<JiraUserConnection>;
|
|
@@ -34907,6 +35560,7 @@ export declare type JiraWorkCategoryField = JiraIssueField & JiraIssueFieldConfi
|
|
|
34907
35560
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34908
35561
|
fieldId: Scalars['String']['output'];
|
|
34909
35562
|
id: Scalars['ID']['output'];
|
|
35563
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34910
35564
|
name: Scalars['String']['output'];
|
|
34911
35565
|
type: Scalars['String']['output'];
|
|
34912
35566
|
workCategory?: Maybe<JiraWorkCategory>;
|
|
@@ -34923,11 +35577,30 @@ export declare type JiraWorkLogEdge = {
|
|
|
34923
35577
|
cursor: Scalars['String']['output'];
|
|
34924
35578
|
node?: Maybe<JiraWorklog>;
|
|
34925
35579
|
};
|
|
35580
|
+
export declare type JiraWorkManagementAttachmentBackground = JiraWorkManagementBackground & {
|
|
35581
|
+
__typename?: 'JiraWorkManagementAttachmentBackground';
|
|
35582
|
+
attachment?: Maybe<JiraAttachment>;
|
|
35583
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35584
|
+
};
|
|
35585
|
+
export declare type JiraWorkManagementBackground = {
|
|
35586
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35587
|
+
};
|
|
35588
|
+
export declare enum JiraWorkManagementBackgroundType {
|
|
35589
|
+
Attachment = "ATTACHMENT",
|
|
35590
|
+
Color = "COLOR",
|
|
35591
|
+
Custom = "CUSTOM",
|
|
35592
|
+
Gradient = "GRADIENT"
|
|
35593
|
+
}
|
|
34926
35594
|
export declare type JiraWorkManagementChildSummary = {
|
|
34927
35595
|
__typename?: 'JiraWorkManagementChildSummary';
|
|
34928
35596
|
hasChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
34929
35597
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
34930
35598
|
};
|
|
35599
|
+
export declare type JiraWorkManagementColorBackground = JiraWorkManagementBackground & {
|
|
35600
|
+
__typename?: 'JiraWorkManagementColorBackground';
|
|
35601
|
+
colorValue?: Maybe<Scalars['String']['output']>;
|
|
35602
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35603
|
+
};
|
|
34931
35604
|
export declare type JiraWorkManagementCommentSummary = {
|
|
34932
35605
|
__typename?: 'JiraWorkManagementCommentSummary';
|
|
34933
35606
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
@@ -34967,6 +35640,28 @@ export declare type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
|
34967
35640
|
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
34968
35641
|
success: Scalars['Boolean']['output'];
|
|
34969
35642
|
};
|
|
35643
|
+
export declare type JiraWorkManagementCustomBackground = {
|
|
35644
|
+
__typename?: 'JiraWorkManagementCustomBackground';
|
|
35645
|
+
activeCount?: Maybe<Scalars['Long']['output']>;
|
|
35646
|
+
altText?: Maybe<Scalars['String']['output']>;
|
|
35647
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
35648
|
+
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
35649
|
+
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
35650
|
+
};
|
|
35651
|
+
export declare type JiraWorkManagementCustomBackgroundMediaReadTokenArgs = {
|
|
35652
|
+
durationInSeconds: Scalars['Int']['input'];
|
|
35653
|
+
};
|
|
35654
|
+
export declare type JiraWorkManagementCustomBackgroundConnection = {
|
|
35655
|
+
__typename?: 'JiraWorkManagementCustomBackgroundConnection';
|
|
35656
|
+
edges?: Maybe<Array<Maybe<JiraWorkManagementCustomBackgroundEdge>>>;
|
|
35657
|
+
pageInfo?: Maybe<PageInfo>;
|
|
35658
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
35659
|
+
};
|
|
35660
|
+
export declare type JiraWorkManagementCustomBackgroundEdge = {
|
|
35661
|
+
__typename?: 'JiraWorkManagementCustomBackgroundEdge';
|
|
35662
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
35663
|
+
node?: Maybe<JiraWorkManagementCustomBackground>;
|
|
35664
|
+
};
|
|
34970
35665
|
export declare type JiraWorkManagementDeleteAttachmentInput = {
|
|
34971
35666
|
id: Scalars['ID']['input'];
|
|
34972
35667
|
};
|
|
@@ -35080,10 +35775,20 @@ export declare type JiraWorkManagementGiraUpdateOverviewPayload = Payload & {
|
|
|
35080
35775
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverview>;
|
|
35081
35776
|
success: Scalars['Boolean']['output'];
|
|
35082
35777
|
};
|
|
35778
|
+
export declare type JiraWorkManagementGradientBackground = JiraWorkManagementBackground & {
|
|
35779
|
+
__typename?: 'JiraWorkManagementGradientBackground';
|
|
35780
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35781
|
+
gradientValue?: Maybe<Scalars['String']['output']>;
|
|
35782
|
+
};
|
|
35083
35783
|
export declare type JiraWorkManagementLicensing = {
|
|
35084
35784
|
__typename?: 'JiraWorkManagementLicensing';
|
|
35085
35785
|
currentUserSeatEdition?: Maybe<JiraWorkManagementUserLicenseSeatEdition>;
|
|
35086
35786
|
};
|
|
35787
|
+
export declare type JiraWorkManagementMediaBackground = JiraWorkManagementBackground & {
|
|
35788
|
+
__typename?: 'JiraWorkManagementMediaBackground';
|
|
35789
|
+
customBackground?: Maybe<JiraWorkManagementCustomBackground>;
|
|
35790
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35791
|
+
};
|
|
35087
35792
|
export declare type JiraWorkManagementNavigation = {
|
|
35088
35793
|
__typename?: 'JiraWorkManagementNavigation';
|
|
35089
35794
|
favoriteProjects?: Maybe<JiraProjectConnection>;
|
|
@@ -35166,6 +35871,24 @@ export declare type JiraWorkManagementRankInput = {
|
|
|
35166
35871
|
after?: InputMaybe<Scalars['ID']['input']>;
|
|
35167
35872
|
before?: InputMaybe<Scalars['ID']['input']>;
|
|
35168
35873
|
};
|
|
35874
|
+
export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
|
|
35875
|
+
__typename?: 'JiraWorkManagementSavedView';
|
|
35876
|
+
id: Scalars['ID']['output'];
|
|
35877
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
35878
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
35879
|
+
type: Scalars['String']['output'];
|
|
35880
|
+
};
|
|
35881
|
+
export declare type JiraWorkManagementUpdateActiveBackgroundPayload = Payload & {
|
|
35882
|
+
__typename?: 'JiraWorkManagementUpdateActiveBackgroundPayload';
|
|
35883
|
+
background?: Maybe<JiraWorkManagementBackground>;
|
|
35884
|
+
errors?: Maybe<Array<MutationError>>;
|
|
35885
|
+
success: Scalars['Boolean']['output'];
|
|
35886
|
+
};
|
|
35887
|
+
export declare type JiraWorkManagementUpdateBackgroundInput = {
|
|
35888
|
+
backgroundType: JiraWorkManagementBackgroundType;
|
|
35889
|
+
backgroundValue: Scalars['String']['input'];
|
|
35890
|
+
entityId: Scalars['ID']['input'];
|
|
35891
|
+
};
|
|
35169
35892
|
export declare type JiraWorkManagementUpdateFilterInput = {
|
|
35170
35893
|
id: Scalars['ID']['input'];
|
|
35171
35894
|
name: Scalars['String']['input'];
|
|
@@ -35700,6 +36423,7 @@ export declare type MarketplaceStoreAlgoliaQueryFilter = {
|
|
|
35700
36423
|
export declare type MarketplaceStoreAlgoliaQueryMetadata = {
|
|
35701
36424
|
__typename?: 'MarketplaceStoreAlgoliaQueryMetadata';
|
|
35702
36425
|
filter: MarketplaceStoreAlgoliaQueryFilter;
|
|
36426
|
+
searchIndex: Scalars['String']['output'];
|
|
35703
36427
|
sort?: Maybe<MarketplaceStoreAlgoliaQuerySort>;
|
|
35704
36428
|
};
|
|
35705
36429
|
export declare type MarketplaceStoreAlgoliaQuerySort = {
|
|
@@ -35717,7 +36441,7 @@ export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStor
|
|
|
35717
36441
|
__typename?: 'MarketplaceStoreHomePageHighlightedSection';
|
|
35718
36442
|
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
35719
36443
|
description: Scalars['String']['output'];
|
|
35720
|
-
|
|
36444
|
+
highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
|
|
35721
36445
|
id: Scalars['ID']['output'];
|
|
35722
36446
|
tagline: Scalars['String']['output'];
|
|
35723
36447
|
tilesVariation: MarketplaceStoreTilesVariation;
|
|
@@ -36014,6 +36738,7 @@ export declare type Mutation = {
|
|
|
36014
36738
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
36015
36739
|
team?: Maybe<TeamMutation>;
|
|
36016
36740
|
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
36741
|
+
townsquare?: Maybe<TownsquareMutationApi>;
|
|
36017
36742
|
trello?: Maybe<TrelloMutationApi>;
|
|
36018
36743
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
36019
36744
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
@@ -40950,6 +41675,7 @@ export declare type ShepherdActivityHighlightInput = {
|
|
|
40950
41675
|
actorSessionInfo?: InputMaybe<ShepherdActorSessionInfoInput>;
|
|
40951
41676
|
eventIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
40952
41677
|
histogram?: InputMaybe<Array<InputMaybe<ShepherdHistogramBucketInput>>>;
|
|
41678
|
+
resourceEvents?: InputMaybe<Array<ShepherdResourceEventInput>>;
|
|
40953
41679
|
subject?: InputMaybe<ShepherdSubjectInput>;
|
|
40954
41680
|
time: ShepherdTimeInput;
|
|
40955
41681
|
};
|
|
@@ -40975,6 +41701,7 @@ export declare type ShepherdActorOrgInfoArgs = {
|
|
|
40975
41701
|
export declare type ShepherdActorActivity = {
|
|
40976
41702
|
__typename?: 'ShepherdActorActivity';
|
|
40977
41703
|
actor: ShepherdActor;
|
|
41704
|
+
context: Array<ShepherdAuditLogContext>;
|
|
40978
41705
|
eventType: Scalars['String']['output'];
|
|
40979
41706
|
id: Scalars['String']['output'];
|
|
40980
41707
|
message?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -41177,11 +41904,78 @@ export declare enum ShepherdAtlassianProduct {
|
|
|
41177
41904
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
41178
41905
|
Marketplace = "MARKETPLACE"
|
|
41179
41906
|
}
|
|
41907
|
+
export declare type ShepherdAuditLogAttribute = {
|
|
41908
|
+
__typename?: 'ShepherdAuditLogAttribute';
|
|
41909
|
+
name: Scalars['String']['output'];
|
|
41910
|
+
value: Scalars['String']['output'];
|
|
41911
|
+
};
|
|
41912
|
+
export declare type ShepherdAuditLogContext = {
|
|
41913
|
+
__typename?: 'ShepherdAuditLogContext';
|
|
41914
|
+
attributes: Array<ShepherdAuditLogAttribute>;
|
|
41915
|
+
id: Scalars['String']['output'];
|
|
41916
|
+
};
|
|
41180
41917
|
export declare type ShepherdCategorizedAlertMetadata = {
|
|
41181
41918
|
__typename?: 'ShepherdCategorizedAlertMetadata';
|
|
41182
41919
|
category: Scalars['String']['output'];
|
|
41183
41920
|
values: Array<Scalars['String']['output']>;
|
|
41184
41921
|
};
|
|
41922
|
+
export declare type ShepherdClassification = {
|
|
41923
|
+
__typename?: 'ShepherdClassification';
|
|
41924
|
+
changedBy?: Maybe<ShepherdClassificationUser>;
|
|
41925
|
+
changedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
41926
|
+
color?: Maybe<ShepherdClassificationLevelColor>;
|
|
41927
|
+
createdBy?: Maybe<ShepherdClassificationUser>;
|
|
41928
|
+
createdOn?: Maybe<Scalars['DateTime']['output']>;
|
|
41929
|
+
definition?: Maybe<Scalars['String']['output']>;
|
|
41930
|
+
guideline?: Maybe<Scalars['String']['output']>;
|
|
41931
|
+
id: Scalars['ID']['output'];
|
|
41932
|
+
name: Scalars['String']['output'];
|
|
41933
|
+
orgId: Scalars['ID']['output'];
|
|
41934
|
+
sensitivity: Scalars['Int']['output'];
|
|
41935
|
+
status: ShepherdClassificationStatus;
|
|
41936
|
+
};
|
|
41937
|
+
export declare type ShepherdClassificationEdge = {
|
|
41938
|
+
__typename?: 'ShepherdClassificationEdge';
|
|
41939
|
+
ari?: Maybe<Scalars['ID']['output']>;
|
|
41940
|
+
node?: Maybe<ShepherdClassification>;
|
|
41941
|
+
};
|
|
41942
|
+
export declare enum ShepherdClassificationLevelColor {
|
|
41943
|
+
Blue = "BLUE",
|
|
41944
|
+
BlueBold = "BLUE_BOLD",
|
|
41945
|
+
Green = "GREEN",
|
|
41946
|
+
Grey = "GREY",
|
|
41947
|
+
Navy = "NAVY",
|
|
41948
|
+
None = "NONE",
|
|
41949
|
+
Orange = "ORANGE",
|
|
41950
|
+
Purple = "PURPLE",
|
|
41951
|
+
Red = "RED",
|
|
41952
|
+
RedBold = "RED_BOLD",
|
|
41953
|
+
Teal = "TEAL",
|
|
41954
|
+
Yellow = "YELLOW"
|
|
41955
|
+
}
|
|
41956
|
+
export declare enum ShepherdClassificationStatus {
|
|
41957
|
+
Archived = "ARCHIVED",
|
|
41958
|
+
Draft = "DRAFT",
|
|
41959
|
+
Published = "PUBLISHED"
|
|
41960
|
+
}
|
|
41961
|
+
export declare type ShepherdClassificationUser = {
|
|
41962
|
+
__typename?: 'ShepherdClassificationUser';
|
|
41963
|
+
accountId: Scalars['String']['output'];
|
|
41964
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
41965
|
+
};
|
|
41966
|
+
export declare type ShepherdClassificationsConnection = {
|
|
41967
|
+
__typename?: 'ShepherdClassificationsConnection';
|
|
41968
|
+
edges?: Maybe<Array<Maybe<ShepherdClassificationEdge>>>;
|
|
41969
|
+
};
|
|
41970
|
+
export declare type ShepherdClassificationsQueries = {
|
|
41971
|
+
__typename?: 'ShepherdClassificationsQueries';
|
|
41972
|
+
bySpace?: Maybe<ShepherdClassificationsResult>;
|
|
41973
|
+
};
|
|
41974
|
+
export declare type ShepherdClassificationsQueriesBySpaceArgs = {
|
|
41975
|
+
spaceAris: Array<Scalars['ID']['input']>;
|
|
41976
|
+
workspaceId: Scalars['ID']['input'];
|
|
41977
|
+
};
|
|
41978
|
+
export declare type ShepherdClassificationsResult = QueryError | ShepherdClassificationsConnection;
|
|
41185
41979
|
export declare type ShepherdCreateAlertInput = {
|
|
41186
41980
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
41187
41981
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -41307,6 +42101,27 @@ export declare type ShepherdDetectionBooleanSetting = {
|
|
|
41307
42101
|
booleanDefault: Scalars['Boolean']['output'];
|
|
41308
42102
|
booleanValue?: Maybe<Scalars['Boolean']['output']>;
|
|
41309
42103
|
};
|
|
42104
|
+
export declare type ShepherdDetectionContentExclusion = {
|
|
42105
|
+
__typename?: 'ShepherdDetectionContentExclusion';
|
|
42106
|
+
key: Scalars['String']['output'];
|
|
42107
|
+
rules: Array<ShepherdDetectionContentExclusionRule>;
|
|
42108
|
+
};
|
|
42109
|
+
export declare type ShepherdDetectionContentExclusionRule = ShepherdCustomScanningStringMatchRule;
|
|
42110
|
+
export declare type ShepherdDetectionExclusion = ShepherdDetectionContentExclusion | ShepherdDetectionResourceExclusion;
|
|
42111
|
+
export declare type ShepherdDetectionExclusionsSetting = {
|
|
42112
|
+
__typename?: 'ShepherdDetectionExclusionsSetting';
|
|
42113
|
+
allowedExclusions: Array<Scalars['String']['output']>;
|
|
42114
|
+
exclusions: Array<ShepherdDetectionExclusion>;
|
|
42115
|
+
};
|
|
42116
|
+
export declare type ShepherdDetectionRemoveSettingValuePayload = Payload & {
|
|
42117
|
+
__typename?: 'ShepherdDetectionRemoveSettingValuePayload';
|
|
42118
|
+
errors?: Maybe<Array<MutationError>>;
|
|
42119
|
+
success: Scalars['Boolean']['output'];
|
|
42120
|
+
};
|
|
42121
|
+
export declare type ShepherdDetectionResourceExclusion = {
|
|
42122
|
+
__typename?: 'ShepherdDetectionResourceExclusion';
|
|
42123
|
+
ari: Scalars['ID']['output'];
|
|
42124
|
+
};
|
|
41310
42125
|
export declare enum ShepherdDetectionScanningFrequency {
|
|
41311
42126
|
RealTime = "REAL_TIME",
|
|
41312
42127
|
Scheduled = "SCHEDULED"
|
|
@@ -41322,7 +42137,36 @@ export declare type ShepherdDetectionSetting = {
|
|
|
41322
42137
|
title: Scalars['String']['output'];
|
|
41323
42138
|
value: ShepherdDetectionSettingValueType;
|
|
41324
42139
|
};
|
|
41325
|
-
export declare type
|
|
42140
|
+
export declare type ShepherdDetectionSettingMutations = {
|
|
42141
|
+
__typename?: 'ShepherdDetectionSettingMutations';
|
|
42142
|
+
removeValue?: Maybe<ShepherdDetectionRemoveSettingValuePayload>;
|
|
42143
|
+
setValue?: Maybe<ShepherdDetectionUpdateSettingValuePayload>;
|
|
42144
|
+
};
|
|
42145
|
+
export declare type ShepherdDetectionSettingMutationsRemoveValueArgs = {
|
|
42146
|
+
id: Scalars['ID']['input'];
|
|
42147
|
+
keys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
42148
|
+
};
|
|
42149
|
+
export declare type ShepherdDetectionSettingMutationsSetValueArgs = {
|
|
42150
|
+
id: Scalars['ID']['input'];
|
|
42151
|
+
input: ShepherdDetectionSettingSetValueInput;
|
|
42152
|
+
};
|
|
42153
|
+
export declare type ShepherdDetectionSettingSetValueEntryInput = {
|
|
42154
|
+
key: Scalars['String']['input'];
|
|
42155
|
+
scanningRules?: InputMaybe<Array<ShepherdCustomScanningRuleInput>>;
|
|
42156
|
+
};
|
|
42157
|
+
export declare type ShepherdDetectionSettingSetValueInput = {
|
|
42158
|
+
booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42159
|
+
entries?: InputMaybe<ShepherdDetectionSettingSetValueEntryInput>;
|
|
42160
|
+
stringValues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
42161
|
+
thresholdValue?: InputMaybe<ShepherdRateThresholdValue>;
|
|
42162
|
+
};
|
|
42163
|
+
export declare type ShepherdDetectionSettingValueType = ShepherdDetectionBooleanSetting | ShepherdDetectionExclusionsSetting | ShepherdRateThresholdSetting;
|
|
42164
|
+
export declare type ShepherdDetectionUpdateSettingValuePayload = Payload & {
|
|
42165
|
+
__typename?: 'ShepherdDetectionUpdateSettingValuePayload';
|
|
42166
|
+
errors?: Maybe<Array<MutationError>>;
|
|
42167
|
+
node?: Maybe<ShepherdDetectionSetting>;
|
|
42168
|
+
success: Scalars['Boolean']['output'];
|
|
42169
|
+
};
|
|
41326
42170
|
export declare type ShepherdGenericMutationErrorExtension = MutationErrorExtension & {
|
|
41327
42171
|
__typename?: 'ShepherdGenericMutationErrorExtension';
|
|
41328
42172
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -41425,6 +42269,7 @@ export declare enum ShepherdMutationErrorType {
|
|
|
41425
42269
|
export declare type ShepherdQuery = {
|
|
41426
42270
|
__typename?: 'ShepherdQuery';
|
|
41427
42271
|
alert?: Maybe<ShepherdAlertQueries>;
|
|
42272
|
+
classifications?: Maybe<ShepherdClassificationsQueries>;
|
|
41428
42273
|
shepherdActivity?: Maybe<ShepherdActivityResult>;
|
|
41429
42274
|
shepherdActor?: Maybe<ShepherdActorResult>;
|
|
41430
42275
|
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
@@ -41490,6 +42335,7 @@ export declare type ShepherdResourceActivity = {
|
|
|
41490
42335
|
__typename?: 'ShepherdResourceActivity';
|
|
41491
42336
|
action: ShepherdActionType;
|
|
41492
42337
|
actor: ShepherdActor;
|
|
42338
|
+
context: Array<ShepherdAuditLogContext>;
|
|
41493
42339
|
id: Scalars['String']['output'];
|
|
41494
42340
|
resourceAri: Scalars['String']['output'];
|
|
41495
42341
|
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -41500,6 +42346,10 @@ export declare type ShepherdResourceEvent = {
|
|
|
41500
42346
|
ari: Scalars['String']['output'];
|
|
41501
42347
|
time: Scalars['DateTime']['output'];
|
|
41502
42348
|
};
|
|
42349
|
+
export declare type ShepherdResourceEventInput = {
|
|
42350
|
+
ari: Scalars['String']['input'];
|
|
42351
|
+
time: Scalars['DateTime']['input'];
|
|
42352
|
+
};
|
|
41503
42353
|
export declare type ShepherdSite = {
|
|
41504
42354
|
__typename?: 'ShepherdSite';
|
|
41505
42355
|
cloudId: Scalars['ID']['output'];
|
|
@@ -41527,6 +42377,7 @@ export declare type ShepherdSubject = {
|
|
|
41527
42377
|
ari?: Maybe<Scalars['String']['output']>;
|
|
41528
42378
|
ati?: Maybe<Scalars['String']['output']>;
|
|
41529
42379
|
containerAri: Scalars['String']['output'];
|
|
42380
|
+
resourceName?: Maybe<Scalars['String']['output']>;
|
|
41530
42381
|
};
|
|
41531
42382
|
export declare type ShepherdSubjectInput = {
|
|
41532
42383
|
ari?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -41719,6 +42570,7 @@ export declare type ShepherdWorkspaceMutations = {
|
|
|
41719
42570
|
__typename?: 'ShepherdWorkspaceMutations';
|
|
41720
42571
|
createCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
41721
42572
|
deleteCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
42573
|
+
detectionSetting?: Maybe<ShepherdDetectionSettingMutations>;
|
|
41722
42574
|
onboard?: Maybe<ShepherdWorkspaceMutationPayload>;
|
|
41723
42575
|
update?: Maybe<ShepherdWorkspaceMutationPayload>;
|
|
41724
42576
|
updateCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
@@ -42786,10 +43638,14 @@ export declare type TestingActivityItem = Node & {
|
|
|
42786
43638
|
export declare type TestingSubscription = {
|
|
42787
43639
|
__typename?: 'TestingSubscription';
|
|
42788
43640
|
onTestingActivityItemUpdate?: Maybe<TestingActivityItem>;
|
|
43641
|
+
onTestingActivityItemUpdateEnrichJira?: Maybe<TestingActivityItem>;
|
|
42789
43642
|
};
|
|
42790
43643
|
export declare type TestingSubscriptionOnTestingActivityItemUpdateArgs = {
|
|
42791
43644
|
issueId: Scalars['ID']['input'];
|
|
42792
43645
|
};
|
|
43646
|
+
export declare type TestingSubscriptionOnTestingActivityItemUpdateEnrichJiraArgs = {
|
|
43647
|
+
issueId: Scalars['ID']['input'];
|
|
43648
|
+
};
|
|
42793
43649
|
export declare type ThirdPartyDetails = {
|
|
42794
43650
|
__typename?: 'ThirdPartyDetails';
|
|
42795
43651
|
link: Scalars['String']['output'];
|
|
@@ -43090,6 +43946,56 @@ export declare type TownsquareCommentEdge = {
|
|
|
43090
43946
|
cursor: Scalars['String']['output'];
|
|
43091
43947
|
node?: Maybe<TownsquareComment>;
|
|
43092
43948
|
};
|
|
43949
|
+
export declare type TownsquareCreateGoalInput = {
|
|
43950
|
+
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
43951
|
+
name: Scalars['String']['input'];
|
|
43952
|
+
owner?: InputMaybe<Scalars['String']['input']>;
|
|
43953
|
+
};
|
|
43954
|
+
export declare type TownsquareCreateGoalPayload = {
|
|
43955
|
+
__typename?: 'TownsquareCreateGoalPayload';
|
|
43956
|
+
goal?: Maybe<TownsquareGoal>;
|
|
43957
|
+
};
|
|
43958
|
+
export declare type TownsquareCreateRelationshipsInput = {
|
|
43959
|
+
relationships: Array<TownsquareRelationshipInput>;
|
|
43960
|
+
};
|
|
43961
|
+
export declare type TownsquareCreateRelationshipsMutationErrorExtension = MutationErrorExtension & {
|
|
43962
|
+
__typename?: 'TownsquareCreateRelationshipsMutationErrorExtension';
|
|
43963
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
43964
|
+
relationship: TownsquareRelationship;
|
|
43965
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
43966
|
+
};
|
|
43967
|
+
export declare type TownsquareCreateRelationshipsPayload = {
|
|
43968
|
+
__typename?: 'TownsquareCreateRelationshipsPayload';
|
|
43969
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43970
|
+
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
43971
|
+
success: Scalars['Boolean']['output'];
|
|
43972
|
+
};
|
|
43973
|
+
export declare type TownsquareDeleteRelationshipsInput = {
|
|
43974
|
+
relationships: Array<TownsquareRelationshipInput>;
|
|
43975
|
+
};
|
|
43976
|
+
export declare type TownsquareDeleteRelationshipsMutationErrorExtension = MutationErrorExtension & {
|
|
43977
|
+
__typename?: 'TownsquareDeleteRelationshipsMutationErrorExtension';
|
|
43978
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
43979
|
+
relationship: TownsquareRelationship;
|
|
43980
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
43981
|
+
};
|
|
43982
|
+
export declare type TownsquareDeleteRelationshipsPayload = {
|
|
43983
|
+
__typename?: 'TownsquareDeleteRelationshipsPayload';
|
|
43984
|
+
errors?: Maybe<Array<MutationError>>;
|
|
43985
|
+
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
43986
|
+
success: Scalars['Boolean']['output'];
|
|
43987
|
+
};
|
|
43988
|
+
export declare type TownsquareEditGoalInput = {
|
|
43989
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
43990
|
+
id: Scalars['String']['input'];
|
|
43991
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
43992
|
+
owner?: InputMaybe<Scalars['String']['input']>;
|
|
43993
|
+
targetDate?: InputMaybe<TownsquareTargetDateInput>;
|
|
43994
|
+
};
|
|
43995
|
+
export declare type TownsquareEditGoalPayload = {
|
|
43996
|
+
__typename?: 'TownsquareEditGoalPayload';
|
|
43997
|
+
goal?: Maybe<TownsquareGoal>;
|
|
43998
|
+
};
|
|
43093
43999
|
export declare type TownsquareGoal = Node & {
|
|
43094
44000
|
__typename?: 'TownsquareGoal';
|
|
43095
44001
|
archived: Scalars['Boolean']['output'];
|
|
@@ -43159,6 +44065,25 @@ export declare type TownsquareLocalizationField = {
|
|
|
43159
44065
|
__typename?: 'TownsquareLocalizationField';
|
|
43160
44066
|
messageId?: Maybe<Scalars['String']['output']>;
|
|
43161
44067
|
};
|
|
44068
|
+
export declare type TownsquareMutationApi = {
|
|
44069
|
+
__typename?: 'TownsquareMutationApi';
|
|
44070
|
+
createGoal?: Maybe<TownsquareCreateGoalPayload>;
|
|
44071
|
+
createRelationships?: Maybe<TownsquareCreateRelationshipsPayload>;
|
|
44072
|
+
deleteRelationships?: Maybe<TownsquareDeleteRelationshipsPayload>;
|
|
44073
|
+
editGoal?: Maybe<TownsquareEditGoalPayload>;
|
|
44074
|
+
};
|
|
44075
|
+
export declare type TownsquareMutationApiCreateGoalArgs = {
|
|
44076
|
+
input: TownsquareCreateGoalInput;
|
|
44077
|
+
};
|
|
44078
|
+
export declare type TownsquareMutationApiCreateRelationshipsArgs = {
|
|
44079
|
+
input: TownsquareCreateRelationshipsInput;
|
|
44080
|
+
};
|
|
44081
|
+
export declare type TownsquareMutationApiDeleteRelationshipsArgs = {
|
|
44082
|
+
input: TownsquareDeleteRelationshipsInput;
|
|
44083
|
+
};
|
|
44084
|
+
export declare type TownsquareMutationApiEditGoalArgs = {
|
|
44085
|
+
input: TownsquareEditGoalInput;
|
|
44086
|
+
};
|
|
43162
44087
|
export declare type TownsquareProject = Node & {
|
|
43163
44088
|
__typename?: 'TownsquareProject';
|
|
43164
44089
|
archived: Scalars['Boolean']['output'];
|
|
@@ -43278,6 +44203,15 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
43278
44203
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
43279
44204
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
43280
44205
|
};
|
|
44206
|
+
export declare type TownsquareRelationship = {
|
|
44207
|
+
__typename?: 'TownsquareRelationship';
|
|
44208
|
+
from: Scalars['String']['output'];
|
|
44209
|
+
to: Scalars['String']['output'];
|
|
44210
|
+
};
|
|
44211
|
+
export declare type TownsquareRelationshipInput = {
|
|
44212
|
+
from: Scalars['String']['input'];
|
|
44213
|
+
to: Scalars['String']['input'];
|
|
44214
|
+
};
|
|
43281
44215
|
export declare type TownsquareStatus = {
|
|
43282
44216
|
__typename?: 'TownsquareStatus';
|
|
43283
44217
|
localizedLabel?: Maybe<TownsquareLocalizationField>;
|
|
@@ -43307,6 +44241,10 @@ export declare type TownsquareTargetDate = {
|
|
|
43307
44241
|
dateRange?: Maybe<TownsquareTargetDateRange>;
|
|
43308
44242
|
label?: Maybe<Scalars['String']['output']>;
|
|
43309
44243
|
};
|
|
44244
|
+
export declare type TownsquareTargetDateInput = {
|
|
44245
|
+
confidence?: InputMaybe<TownsquareTargetDateType>;
|
|
44246
|
+
date?: InputMaybe<Scalars['Date']['input']>;
|
|
44247
|
+
};
|
|
43310
44248
|
export declare type TownsquareTargetDateRange = {
|
|
43311
44249
|
__typename?: 'TownsquareTargetDateRange';
|
|
43312
44250
|
end?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -44025,6 +44963,7 @@ export declare type TrelloJwmWorkspaceLink = {
|
|
|
44025
44963
|
__typename?: 'TrelloJwmWorkspaceLink';
|
|
44026
44964
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
44027
44965
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
44966
|
+
inaccessible?: Maybe<Scalars['Boolean']['output']>;
|
|
44028
44967
|
};
|
|
44029
44968
|
export declare type TrelloLabel = {
|
|
44030
44969
|
__typename?: 'TrelloLabel';
|
|
@@ -44282,10 +45221,6 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
44282
45221
|
__typename?: 'TrelloPowerUpUpdated';
|
|
44283
45222
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
44284
45223
|
};
|
|
44285
|
-
export declare type TrelloProduct = {
|
|
44286
|
-
__typename?: 'TrelloProduct';
|
|
44287
|
-
sku: Scalars['Int']['output'];
|
|
44288
|
-
};
|
|
44289
45224
|
export declare type TrelloQueryApi = {
|
|
44290
45225
|
__typename?: 'TrelloQueryApi';
|
|
44291
45226
|
board?: Maybe<TrelloBoard>;
|
|
@@ -44295,7 +45230,6 @@ export declare type TrelloQueryApi = {
|
|
|
44295
45230
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
44296
45231
|
list?: Maybe<TrelloList>;
|
|
44297
45232
|
member?: Maybe<TrelloMember>;
|
|
44298
|
-
myRecentCards?: Maybe<TrelloRecentCardConnection>;
|
|
44299
45233
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
44300
45234
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
44301
45235
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
@@ -44320,11 +45254,6 @@ export declare type TrelloQueryApiListArgs = {
|
|
|
44320
45254
|
export declare type TrelloQueryApiMemberArgs = {
|
|
44321
45255
|
id: Scalars['ID']['input'];
|
|
44322
45256
|
};
|
|
44323
|
-
export declare type TrelloQueryApiMyRecentCardsArgs = {
|
|
44324
|
-
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
44325
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
44326
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44327
|
-
};
|
|
44328
45257
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
44329
45258
|
ids: Array<Scalars['ID']['input']>;
|
|
44330
45259
|
};
|
|
@@ -44336,34 +45265,6 @@ export declare type TrelloQueryApiTemplateGalleryArgs = {
|
|
|
44336
45265
|
export declare type TrelloQueryApiWorkspaceArgs = {
|
|
44337
45266
|
id: Scalars['ID']['input'];
|
|
44338
45267
|
};
|
|
44339
|
-
export declare type TrelloRecentCard = Node & {
|
|
44340
|
-
__typename?: 'TrelloRecentCard';
|
|
44341
|
-
board?: Maybe<TrelloBoard>;
|
|
44342
|
-
boardAri?: Maybe<Scalars['ID']['output']>;
|
|
44343
|
-
card?: Maybe<TrelloCard>;
|
|
44344
|
-
cardAri?: Maybe<Scalars['ID']['output']>;
|
|
44345
|
-
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
44346
|
-
dateLastActivity?: Maybe<Scalars['DateTime']['output']>;
|
|
44347
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
44348
|
-
dueComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
44349
|
-
id: Scalars['ID']['output'];
|
|
44350
|
-
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
44351
|
-
list?: Maybe<TrelloList>;
|
|
44352
|
-
listAri?: Maybe<Scalars['ID']['output']>;
|
|
44353
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
44354
|
-
url?: Maybe<Scalars['URL']['output']>;
|
|
44355
|
-
};
|
|
44356
|
-
export declare type TrelloRecentCardConnection = {
|
|
44357
|
-
__typename?: 'TrelloRecentCardConnection';
|
|
44358
|
-
edges?: Maybe<Array<TrelloRecentCardEdge>>;
|
|
44359
|
-
nodes?: Maybe<Array<TrelloRecentCard>>;
|
|
44360
|
-
pageInfo: PageInfo;
|
|
44361
|
-
};
|
|
44362
|
-
export declare type TrelloRecentCardEdge = {
|
|
44363
|
-
__typename?: 'TrelloRecentCardEdge';
|
|
44364
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
44365
|
-
node?: Maybe<TrelloRecentCard>;
|
|
44366
|
-
};
|
|
44367
45268
|
export declare type TrelloRemoveMemberFromCardPayload = Payload & {
|
|
44368
45269
|
__typename?: 'TrelloRemoveMemberFromCardPayload';
|
|
44369
45270
|
card?: Maybe<TrelloCard>;
|
|
@@ -44518,7 +45419,6 @@ export declare type TrelloWorkspace = Node & {
|
|
|
44518
45419
|
offering?: Maybe<Scalars['String']['output']>;
|
|
44519
45420
|
prefs: TrelloWorkspacePrefs;
|
|
44520
45421
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
44521
|
-
products?: Maybe<Array<Maybe<TrelloProduct>>>;
|
|
44522
45422
|
tags?: Maybe<TrelloTagConnection>;
|
|
44523
45423
|
url: Scalars['String']['output'];
|
|
44524
45424
|
website?: Maybe<Scalars['String']['output']>;
|
|
@@ -45477,6 +46377,8 @@ export declare enum VirtualAgentIntentTemplateType {
|
|
|
45477
46377
|
export declare type VirtualAgentIntentTemplatesConnection = {
|
|
45478
46378
|
__typename?: 'VirtualAgentIntentTemplatesConnection';
|
|
45479
46379
|
edges?: Maybe<Array<VirtualAgentIntentTemplateEdge>>;
|
|
46380
|
+
hasDiscoveredTemplates?: Maybe<Scalars['Boolean']['output']>;
|
|
46381
|
+
lastDiscoveredTemplatesGenerationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
45480
46382
|
nodes?: Maybe<Array<VirtualAgentIntentTemplate>>;
|
|
45481
46383
|
pageInfo: PageInfo;
|
|
45482
46384
|
};
|