@forge/cli-shared 3.23.3-next.1 → 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 +81 -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 +909 -59
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +118 -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;
|
|
23609
23931
|
};
|
|
23932
|
+
export declare type HelpCenterPortalsConfigurationUpdatePayload = Payload & {
|
|
23933
|
+
__typename?: 'HelpCenterPortalsConfigurationUpdatePayload';
|
|
23934
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23935
|
+
success: Scalars['Boolean']['output'];
|
|
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>;
|
|
@@ -26311,6 +26694,7 @@ export declare type JiraColorField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
26311
26694
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26312
26695
|
fieldId: Scalars['String']['output'];
|
|
26313
26696
|
id: Scalars['ID']['output'];
|
|
26697
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26314
26698
|
name: Scalars['String']['output'];
|
|
26315
26699
|
type: Scalars['String']['output'];
|
|
26316
26700
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26396,6 +26780,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26396
26780
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26397
26781
|
fieldId: Scalars['String']['output'];
|
|
26398
26782
|
id: Scalars['ID']['output'];
|
|
26783
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26399
26784
|
name: Scalars['String']['output'];
|
|
26400
26785
|
selectedComponents?: Maybe<Array<Maybe<JiraComponent>>>;
|
|
26401
26786
|
selectedComponentsConnection?: Maybe<JiraComponentConnection>;
|
|
@@ -26405,6 +26790,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26405
26790
|
export declare type JiraComponentsFieldComponentsArgs = {
|
|
26406
26791
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26407
26792
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
26793
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
26408
26794
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26409
26795
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
26410
26796
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26433,6 +26819,7 @@ export declare enum JiraConfigStateConfigurationStatus {
|
|
|
26433
26819
|
Configured = "CONFIGURED",
|
|
26434
26820
|
NotConfigured = "NOT_CONFIGURED",
|
|
26435
26821
|
NotSet = "NOT_SET",
|
|
26822
|
+
PartiallyConfigured = "PARTIALLY_CONFIGURED",
|
|
26436
26823
|
ProviderActionConfigured = "PROVIDER_ACTION_CONFIGURED",
|
|
26437
26824
|
ProviderActionNotConfigured = "PROVIDER_ACTION_NOT_CONFIGURED"
|
|
26438
26825
|
}
|
|
@@ -26465,6 +26852,7 @@ export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldCo
|
|
|
26465
26852
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26466
26853
|
fieldId: Scalars['String']['output'];
|
|
26467
26854
|
id: Scalars['ID']['output'];
|
|
26855
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26468
26856
|
name: Scalars['String']['output'];
|
|
26469
26857
|
type: Scalars['String']['output'];
|
|
26470
26858
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26477,6 +26865,7 @@ export declare type JiraConnectMultipleSelectField = JiraIssueField & JiraIssueF
|
|
|
26477
26865
|
fieldId: Scalars['String']['output'];
|
|
26478
26866
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
26479
26867
|
id: Scalars['ID']['output'];
|
|
26868
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26480
26869
|
name: Scalars['String']['output'];
|
|
26481
26870
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
26482
26871
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
@@ -26504,6 +26893,7 @@ export declare type JiraConnectNumberField = JiraIssueField & JiraIssueFieldConf
|
|
|
26504
26893
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26505
26894
|
fieldId: Scalars['String']['output'];
|
|
26506
26895
|
id: Scalars['ID']['output'];
|
|
26896
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26507
26897
|
name: Scalars['String']['output'];
|
|
26508
26898
|
number?: Maybe<Scalars['Float']['output']>;
|
|
26509
26899
|
type: Scalars['String']['output'];
|
|
@@ -26516,6 +26906,7 @@ export declare type JiraConnectReadOnlyField = JiraIssueField & JiraIssueFieldCo
|
|
|
26516
26906
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26517
26907
|
fieldId: Scalars['String']['output'];
|
|
26518
26908
|
id: Scalars['ID']['output'];
|
|
26909
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26519
26910
|
name: Scalars['String']['output'];
|
|
26520
26911
|
text?: Maybe<Scalars['String']['output']>;
|
|
26521
26912
|
type: Scalars['String']['output'];
|
|
@@ -26528,6 +26919,7 @@ export declare type JiraConnectRichTextField = JiraIssueField & JiraIssueFieldCo
|
|
|
26528
26919
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26529
26920
|
fieldId: Scalars['String']['output'];
|
|
26530
26921
|
id: Scalars['ID']['output'];
|
|
26922
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26531
26923
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
26532
26924
|
name: Scalars['String']['output'];
|
|
26533
26925
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -26544,6 +26936,7 @@ export declare type JiraConnectSingleSelectField = JiraIssueField & JiraIssueFie
|
|
|
26544
26936
|
fieldOption?: Maybe<JiraOption>;
|
|
26545
26937
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
26546
26938
|
id: Scalars['ID']['output'];
|
|
26939
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26547
26940
|
name: Scalars['String']['output'];
|
|
26548
26941
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
26549
26942
|
type: Scalars['String']['output'];
|
|
@@ -26563,6 +26956,7 @@ export declare type JiraConnectTextField = JiraIssueField & JiraIssueFieldConfig
|
|
|
26563
26956
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26564
26957
|
fieldId: Scalars['String']['output'];
|
|
26565
26958
|
id: Scalars['ID']['output'];
|
|
26959
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26566
26960
|
name: Scalars['String']['output'];
|
|
26567
26961
|
text?: Maybe<Scalars['String']['output']>;
|
|
26568
26962
|
type: Scalars['String']['output'];
|
|
@@ -26684,6 +27078,7 @@ export declare type JiraDataClassificationField = JiraIssueField & Node & {
|
|
|
26684
27078
|
description?: Maybe<Scalars['String']['output']>;
|
|
26685
27079
|
fieldId: Scalars['String']['output'];
|
|
26686
27080
|
id: Scalars['ID']['output'];
|
|
27081
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26687
27082
|
name: Scalars['String']['output'];
|
|
26688
27083
|
type: Scalars['String']['output'];
|
|
26689
27084
|
};
|
|
@@ -26731,6 +27126,7 @@ export declare type JiraDatePickerField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
26731
27126
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26732
27127
|
fieldId: Scalars['String']['output'];
|
|
26733
27128
|
id: Scalars['ID']['output'];
|
|
27129
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26734
27130
|
name: Scalars['String']['output'];
|
|
26735
27131
|
type: Scalars['String']['output'];
|
|
26736
27132
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26760,6 +27156,7 @@ export declare type JiraDateTimePickerField = JiraIssueField & JiraIssueFieldCon
|
|
|
26760
27156
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
26761
27157
|
fieldId: Scalars['String']['output'];
|
|
26762
27158
|
id: Scalars['ID']['output'];
|
|
27159
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
26763
27160
|
name: Scalars['String']['output'];
|
|
26764
27161
|
type: Scalars['String']['output'];
|
|
26765
27162
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -26783,6 +27180,15 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
|
26783
27180
|
issueLinkId?: Maybe<Scalars['ID']['output']>;
|
|
26784
27181
|
success: Scalars['Boolean']['output'];
|
|
26785
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
|
+
};
|
|
26786
27192
|
export declare type JiraDeleteProjectNotificationPreferencesInput = {
|
|
26787
27193
|
projectId: Scalars['ID']['input'];
|
|
26788
27194
|
};
|
|
@@ -27002,6 +27408,7 @@ export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
|
27002
27408
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
27003
27409
|
fieldId: Scalars['String']['output'];
|
|
27004
27410
|
id: Scalars['ID']['output'];
|
|
27411
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27005
27412
|
name: Scalars['String']['output'];
|
|
27006
27413
|
type: Scalars['String']['output'];
|
|
27007
27414
|
};
|
|
@@ -27098,6 +27505,7 @@ export declare type JiraEpicLinkField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
27098
27505
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27099
27506
|
fieldId: Scalars['String']['output'];
|
|
27100
27507
|
id: Scalars['ID']['output'];
|
|
27508
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27101
27509
|
name: Scalars['String']['output'];
|
|
27102
27510
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
27103
27511
|
type: Scalars['String']['output'];
|
|
@@ -27132,6 +27540,7 @@ export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
27132
27540
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27133
27541
|
fieldId: Scalars['String']['output'];
|
|
27134
27542
|
id: Scalars['ID']['output'];
|
|
27543
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27135
27544
|
name: Scalars['String']['output'];
|
|
27136
27545
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
27137
27546
|
type: Scalars['String']['output'];
|
|
@@ -27267,6 +27676,7 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
27267
27676
|
fieldId: Scalars['String']['output'];
|
|
27268
27677
|
flag?: Maybe<JiraFlag>;
|
|
27269
27678
|
id: Scalars['ID']['output'];
|
|
27679
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27270
27680
|
name: Scalars['String']['output'];
|
|
27271
27681
|
type: Scalars['String']['output'];
|
|
27272
27682
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -27279,6 +27689,7 @@ export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
27279
27689
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27280
27690
|
fieldId: Scalars['String']['output'];
|
|
27281
27691
|
id: Scalars['ID']['output'];
|
|
27692
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27282
27693
|
name: Scalars['String']['output'];
|
|
27283
27694
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27284
27695
|
type: Scalars['String']['output'];
|
|
@@ -27292,6 +27703,7 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
27292
27703
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27293
27704
|
fieldId: Scalars['String']['output'];
|
|
27294
27705
|
id: Scalars['ID']['output'];
|
|
27706
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27295
27707
|
name: Scalars['String']['output'];
|
|
27296
27708
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27297
27709
|
type: Scalars['String']['output'];
|
|
@@ -27305,6 +27717,7 @@ export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
27305
27717
|
fieldId: Scalars['String']['output'];
|
|
27306
27718
|
groups?: Maybe<JiraGroupConnection>;
|
|
27307
27719
|
id: Scalars['ID']['output'];
|
|
27720
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27308
27721
|
name: Scalars['String']['output'];
|
|
27309
27722
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27310
27723
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27327,6 +27740,7 @@ export declare type JiraForgeGroupsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27327
27740
|
fieldId: Scalars['String']['output'];
|
|
27328
27741
|
groups?: Maybe<JiraGroupConnection>;
|
|
27329
27742
|
id: Scalars['ID']['output'];
|
|
27743
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27330
27744
|
name: Scalars['String']['output'];
|
|
27331
27745
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27332
27746
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27355,6 +27769,7 @@ export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27355
27769
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27356
27770
|
fieldId: Scalars['String']['output'];
|
|
27357
27771
|
id: Scalars['ID']['output'];
|
|
27772
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27358
27773
|
name: Scalars['String']['output'];
|
|
27359
27774
|
number?: Maybe<Scalars['Float']['output']>;
|
|
27360
27775
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27368,6 +27783,7 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27368
27783
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27369
27784
|
fieldId: Scalars['String']['output'];
|
|
27370
27785
|
id: Scalars['ID']['output'];
|
|
27786
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27371
27787
|
name: Scalars['String']['output'];
|
|
27372
27788
|
object?: Maybe<Scalars['String']['output']>;
|
|
27373
27789
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27381,6 +27797,7 @@ export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfig
|
|
|
27381
27797
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27382
27798
|
fieldId: Scalars['String']['output'];
|
|
27383
27799
|
id: Scalars['ID']['output'];
|
|
27800
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27384
27801
|
name: Scalars['String']['output'];
|
|
27385
27802
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27386
27803
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -27394,6 +27811,7 @@ export declare type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfi
|
|
|
27394
27811
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27395
27812
|
fieldId: Scalars['String']['output'];
|
|
27396
27813
|
id: Scalars['ID']['output'];
|
|
27814
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27397
27815
|
labels?: Maybe<JiraLabelConnection>;
|
|
27398
27816
|
name: Scalars['String']['output'];
|
|
27399
27817
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -27424,6 +27842,7 @@ export declare type JiraForgeUserField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
27424
27842
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27425
27843
|
fieldId: Scalars['String']['output'];
|
|
27426
27844
|
id: Scalars['ID']['output'];
|
|
27845
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27427
27846
|
name: Scalars['String']['output'];
|
|
27428
27847
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27429
27848
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27447,6 +27866,7 @@ export declare type JiraForgeUsersField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
27447
27866
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27448
27867
|
fieldId: Scalars['String']['output'];
|
|
27449
27868
|
id: Scalars['ID']['output'];
|
|
27869
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27450
27870
|
name: Scalars['String']['output'];
|
|
27451
27871
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
27452
27872
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -27481,6 +27901,7 @@ export declare type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfi
|
|
|
27481
27901
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
27482
27902
|
fieldId: Scalars['String']['output'];
|
|
27483
27903
|
id: Scalars['ID']['output'];
|
|
27904
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27484
27905
|
name: Scalars['String']['output'];
|
|
27485
27906
|
type: Scalars['String']['output'];
|
|
27486
27907
|
};
|
|
@@ -27950,6 +28371,7 @@ export declare type JiraIssueField = {
|
|
|
27950
28371
|
description?: Maybe<Scalars['String']['output']>;
|
|
27951
28372
|
fieldId: Scalars['String']['output'];
|
|
27952
28373
|
id: Scalars['ID']['output'];
|
|
28374
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
27953
28375
|
name: Scalars['String']['output'];
|
|
27954
28376
|
type: Scalars['String']['output'];
|
|
27955
28377
|
};
|
|
@@ -28224,6 +28646,7 @@ export declare type JiraIssueLinkField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28224
28646
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28225
28647
|
fieldId: Scalars['String']['output'];
|
|
28226
28648
|
id: Scalars['ID']['output'];
|
|
28649
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28227
28650
|
issueLinkConnection?: Maybe<JiraIssueLinkConnection>;
|
|
28228
28651
|
issueLinkTypeRelations?: Maybe<JiraIssueLinkTypeRelationConnection>;
|
|
28229
28652
|
issueLinks?: Maybe<Array<Maybe<JiraIssueLink>>>;
|
|
@@ -28339,6 +28762,7 @@ export declare type JiraIssueRestrictionField = JiraIssueField & JiraIssueFieldC
|
|
|
28339
28762
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28340
28763
|
fieldId: Scalars['String']['output'];
|
|
28341
28764
|
id: Scalars['ID']['output'];
|
|
28765
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28342
28766
|
name: Scalars['String']['output'];
|
|
28343
28767
|
roles?: Maybe<JiraRoleConnection>;
|
|
28344
28768
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -28524,7 +28948,10 @@ export declare type JiraIssueSearchViewPayload = Payload & {
|
|
|
28524
28948
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
28525
28949
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
28526
28950
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
28951
|
+
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
28527
28952
|
JiraDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
28953
|
+
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
28954
|
+
JiraIssueTypeField?: InputMaybe<Array<JiraUpdateIssueTypeFieldInput>>;
|
|
28528
28955
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
28529
28956
|
JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
|
|
28530
28957
|
JiraMultipleVersionPickerField?: InputMaybe<Array<JiraUpdateMultipleVersionPickerFieldInput>>;
|
|
@@ -28595,6 +29022,7 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28595
29022
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
28596
29023
|
fieldId: Scalars['String']['output'];
|
|
28597
29024
|
id: Scalars['ID']['output'];
|
|
29025
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
28598
29026
|
issueType?: Maybe<JiraIssueType>;
|
|
28599
29027
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
28600
29028
|
name: Scalars['String']['output'];
|
|
@@ -28603,11 +29031,22 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
28603
29031
|
export declare type JiraIssueTypeFieldIssueTypesArgs = {
|
|
28604
29032
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
28605
29033
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
29034
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
28606
29035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28607
29036
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
28608
29037
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
28609
29038
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28610
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
|
+
};
|
|
28611
29050
|
export declare type JiraIssueTypeHierarchyLevel = {
|
|
28612
29051
|
__typename?: 'JiraIssueTypeHierarchyLevel';
|
|
28613
29052
|
level?: Maybe<Scalars['Int']['output']>;
|
|
@@ -28689,6 +29128,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
28689
29128
|
Labels = "LABELS",
|
|
28690
29129
|
None = "NONE",
|
|
28691
29130
|
Option = "OPTION",
|
|
29131
|
+
Organization = "ORGANIZATION",
|
|
28692
29132
|
Priority = "PRIORITY",
|
|
28693
29133
|
Project = "PROJECT",
|
|
28694
29134
|
Requesttype = "REQUESTTYPE",
|
|
@@ -29199,6 +29639,7 @@ export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
29199
29639
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29200
29640
|
fieldId: Scalars['String']['output'];
|
|
29201
29641
|
id: Scalars['ID']['output'];
|
|
29642
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29202
29643
|
labels?: Maybe<JiraLabelConnection>;
|
|
29203
29644
|
name: Scalars['String']['output'];
|
|
29204
29645
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -29338,6 +29779,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
|
|
|
29338
29779
|
fieldId: Scalars['String']['output'];
|
|
29339
29780
|
groups?: Maybe<JiraGroupConnection>;
|
|
29340
29781
|
id: Scalars['ID']['output'];
|
|
29782
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29341
29783
|
name: Scalars['String']['output'];
|
|
29342
29784
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29343
29785
|
selectedGroups?: Maybe<Array<Maybe<JiraGroup>>>;
|
|
@@ -29374,6 +29816,7 @@ export declare type JiraMultipleSelectField = JiraIssueField & JiraIssueFieldCon
|
|
|
29374
29816
|
fieldId: Scalars['String']['output'];
|
|
29375
29817
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
29376
29818
|
id: Scalars['ID']['output'];
|
|
29819
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29377
29820
|
name: Scalars['String']['output'];
|
|
29378
29821
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29379
29822
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
@@ -29416,6 +29859,7 @@ export declare type JiraMultipleSelectUserPickerField = JiraIssueField & JiraIss
|
|
|
29416
29859
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29417
29860
|
fieldId: Scalars['String']['output'];
|
|
29418
29861
|
id: Scalars['ID']['output'];
|
|
29862
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29419
29863
|
name: Scalars['String']['output'];
|
|
29420
29864
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
29421
29865
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -29449,6 +29893,7 @@ export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueF
|
|
|
29449
29893
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29450
29894
|
fieldId: Scalars['String']['output'];
|
|
29451
29895
|
id: Scalars['ID']['output'];
|
|
29896
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
29452
29897
|
name: Scalars['String']['output'];
|
|
29453
29898
|
selectedVersions?: Maybe<Array<Maybe<JiraVersion>>>;
|
|
29454
29899
|
selectedVersionsConnection?: Maybe<JiraVersionConnection>;
|
|
@@ -29508,6 +29953,7 @@ export declare type JiraMutation = {
|
|
|
29508
29953
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
29509
29954
|
deleteJiraVersionApprover?: Maybe<JiraVersionDeleteApproverPayload>;
|
|
29510
29955
|
deleteJwmOverview?: Maybe<JiraWorkManagementGiraDeleteOverviewPayload>;
|
|
29956
|
+
deleteNavigationItem?: Maybe<JiraDeleteNavigationItemPayload>;
|
|
29511
29957
|
deleteProjectNotificationPreferences?: Maybe<JiraDeleteProjectNotificationPreferencesPayload>;
|
|
29512
29958
|
deleteProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
29513
29959
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
@@ -29515,11 +29961,13 @@ export declare type JiraMutation = {
|
|
|
29515
29961
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
29516
29962
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
29517
29963
|
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
29964
|
+
jwmUpdateActiveBackground?: Maybe<JiraWorkManagementUpdateActiveBackgroundPayload>;
|
|
29518
29965
|
linkIssueToVersionRelatedWork?: Maybe<JiraLinkIssueToVersionRelatedWorkPayload>;
|
|
29519
29966
|
linkIssuesToIncident?: Maybe<JiraLinkIssuesToIncidentMutationPayload>;
|
|
29520
29967
|
makeTransition?: Maybe<JiraIssueTransitionResponse>;
|
|
29521
29968
|
moveIssuesToFixVersion?: Maybe<JiraMoveIssuesToFixVersionPayload>;
|
|
29522
29969
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
29970
|
+
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
29523
29971
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
29524
29972
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
29525
29973
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -29529,6 +29977,7 @@ export declare type JiraMutation = {
|
|
|
29529
29977
|
saveVersionDetailsCollapsedUis?: Maybe<JiraVersionDetailsCollapsedUisPayload>;
|
|
29530
29978
|
saveVersionIssueTableColumnHiddenState?: Maybe<JiraVersionIssueTableColumnHiddenStatePayload>;
|
|
29531
29979
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
29980
|
+
setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
|
|
29532
29981
|
setEntityIsFavourite?: Maybe<JiraSetIsFavouritePayload>;
|
|
29533
29982
|
setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
|
|
29534
29983
|
submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
|
|
@@ -29543,6 +29992,7 @@ export declare type JiraMutation = {
|
|
|
29543
29992
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
29544
29993
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
29545
29994
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
29995
|
+
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
29546
29996
|
updateJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
29547
29997
|
updateJiraVersionApproverDeclineReason?: Maybe<JiraVersionUpdateApproverDeclineReasonPayload>;
|
|
29548
29998
|
updateJiraVersionApproverDescription?: Maybe<JiraVersionUpdateApproverDescriptionPayload>;
|
|
@@ -29655,6 +30105,9 @@ export declare type JiraMutationDeleteJiraVersionApproverArgs = {
|
|
|
29655
30105
|
export declare type JiraMutationDeleteJwmOverviewArgs = {
|
|
29656
30106
|
input: JiraWorkManagementDeleteOverviewInput;
|
|
29657
30107
|
};
|
|
30108
|
+
export declare type JiraMutationDeleteNavigationItemArgs = {
|
|
30109
|
+
input: JiraDeleteNavigationItemInput;
|
|
30110
|
+
};
|
|
29658
30111
|
export declare type JiraMutationDeleteProjectNotificationPreferencesArgs = {
|
|
29659
30112
|
cloudId: Scalars['ID']['input'];
|
|
29660
30113
|
input: JiraDeleteProjectNotificationPreferencesInput;
|
|
@@ -29673,6 +30126,9 @@ export declare type JiraMutationInitializeProjectNotificationPreferencesArgs = {
|
|
|
29673
30126
|
export declare type JiraMutationJwmDeleteAttachmentArgs = {
|
|
29674
30127
|
input: JiraWorkManagementDeleteAttachmentInput;
|
|
29675
30128
|
};
|
|
30129
|
+
export declare type JiraMutationJwmUpdateActiveBackgroundArgs = {
|
|
30130
|
+
input: JiraWorkManagementUpdateBackgroundInput;
|
|
30131
|
+
};
|
|
29676
30132
|
export declare type JiraMutationLinkIssueToVersionRelatedWorkArgs = {
|
|
29677
30133
|
input: JiraLinkIssueToVersionRelatedWorkInput;
|
|
29678
30134
|
};
|
|
@@ -29688,6 +30144,9 @@ export declare type JiraMutationMoveIssuesToFixVersionArgs = {
|
|
|
29688
30144
|
export declare type JiraMutationRankIssuesArgs = {
|
|
29689
30145
|
rankInput: JiraRankMutationInput;
|
|
29690
30146
|
};
|
|
30147
|
+
export declare type JiraMutationRankNavigationItemArgs = {
|
|
30148
|
+
input: JiraRankNavigationItemInput;
|
|
30149
|
+
};
|
|
29691
30150
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
29692
30151
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
29693
30152
|
};
|
|
@@ -29717,6 +30176,9 @@ export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
|
29717
30176
|
cloudId: Scalars['ID']['input'];
|
|
29718
30177
|
input: Array<JiraSetApplicationPropertyInput>;
|
|
29719
30178
|
};
|
|
30179
|
+
export declare type JiraMutationSetDefaultNavigationItemArgs = {
|
|
30180
|
+
input: JiraSetDefaultNavigationItemInput;
|
|
30181
|
+
};
|
|
29720
30182
|
export declare type JiraMutationSetEntityIsFavouriteArgs = {
|
|
29721
30183
|
input: JiraSetIsFavouriteInput;
|
|
29722
30184
|
};
|
|
@@ -29764,6 +30226,9 @@ export declare type JiraMutationUpdateIssueHierarchyConfigArgs = {
|
|
|
29764
30226
|
cloudId: Scalars['ID']['input'];
|
|
29765
30227
|
input: JiraIssueHierarchyConfigurationMutationInput;
|
|
29766
30228
|
};
|
|
30229
|
+
export declare type JiraMutationUpdateIssueTypeFieldArgs = {
|
|
30230
|
+
input: JiraUpdateIssueTypeFieldInput;
|
|
30231
|
+
};
|
|
29767
30232
|
export declare type JiraMutationUpdateJiraVersionArgs = {
|
|
29768
30233
|
input: JiraVersionUpdateMutationInput;
|
|
29769
30234
|
};
|
|
@@ -29902,6 +30367,22 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
|
|
|
29902
30367
|
export declare type JiraNaturalLanguageToJqlInput = {
|
|
29903
30368
|
naturalLanguageInput: Scalars['String']['input'];
|
|
29904
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
|
+
};
|
|
29905
30386
|
export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
29906
30387
|
__typename?: 'JiraNavigationUIStateUserProperty';
|
|
29907
30388
|
id: Scalars['ID']['output'];
|
|
@@ -29997,6 +30478,7 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
29997
30478
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
29998
30479
|
fieldId: Scalars['String']['output'];
|
|
29999
30480
|
id: Scalars['ID']['output'];
|
|
30481
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30000
30482
|
isStoryPointField?: Maybe<Scalars['Boolean']['output']>;
|
|
30001
30483
|
name: Scalars['String']['output'];
|
|
30002
30484
|
number?: Maybe<Scalars['Float']['output']>;
|
|
@@ -30254,6 +30736,7 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
30254
30736
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30255
30737
|
fieldId: Scalars['String']['output'];
|
|
30256
30738
|
id: Scalars['ID']['output'];
|
|
30739
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30257
30740
|
name: Scalars['String']['output'];
|
|
30258
30741
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
30259
30742
|
type: Scalars['String']['output'];
|
|
@@ -30292,6 +30775,7 @@ export declare type JiraParentIssueField = JiraIssueField & JiraIssueFieldConfig
|
|
|
30292
30775
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30293
30776
|
fieldId: Scalars['String']['output'];
|
|
30294
30777
|
id: Scalars['ID']['output'];
|
|
30778
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30295
30779
|
name: Scalars['String']['output'];
|
|
30296
30780
|
parentIssue?: Maybe<JiraIssue>;
|
|
30297
30781
|
parentVisibility?: Maybe<JiraParentVisibility>;
|
|
@@ -30338,6 +30822,7 @@ export declare type JiraPeopleField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
30338
30822
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30339
30823
|
fieldId: Scalars['String']['output'];
|
|
30340
30824
|
id: Scalars['ID']['output'];
|
|
30825
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30341
30826
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
30342
30827
|
name: Scalars['String']['output'];
|
|
30343
30828
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -30372,6 +30857,7 @@ export declare type JiraPermission = {
|
|
|
30372
30857
|
export declare type JiraPermissionConfiguration = {
|
|
30373
30858
|
__typename?: 'JiraPermissionConfiguration';
|
|
30374
30859
|
documentation?: Maybe<JiraPermissionDocumentationExtension>;
|
|
30860
|
+
isEditable: Scalars['Boolean']['output'];
|
|
30375
30861
|
message?: Maybe<JiraPermissionMessageExtension>;
|
|
30376
30862
|
tag: JiraPermissionTagEnum;
|
|
30377
30863
|
};
|
|
@@ -30559,6 +31045,7 @@ export declare type JiraPriorityField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
30559
31045
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30560
31046
|
fieldId: Scalars['String']['output'];
|
|
30561
31047
|
id: Scalars['ID']['output'];
|
|
31048
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30562
31049
|
name: Scalars['String']['output'];
|
|
30563
31050
|
priorities?: Maybe<JiraPriorityConnection>;
|
|
30564
31051
|
priority?: Maybe<JiraPriority>;
|
|
@@ -30568,6 +31055,7 @@ export declare type JiraPriorityField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
30568
31055
|
export declare type JiraPriorityFieldPrioritiesArgs = {
|
|
30569
31056
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30570
31057
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
31058
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
30571
31059
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30572
31060
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30573
31061
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -30605,6 +31093,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
|
|
|
30605
31093
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30606
31094
|
fieldId: Scalars['String']['output'];
|
|
30607
31095
|
id: Scalars['ID']['output'];
|
|
31096
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30608
31097
|
name: Scalars['String']['output'];
|
|
30609
31098
|
proformaForms?: Maybe<JiraProformaForms>;
|
|
30610
31099
|
type: Scalars['String']['output'];
|
|
@@ -30640,6 +31129,7 @@ export declare type JiraProject = Node & {
|
|
|
30640
31129
|
lead?: Maybe<User>;
|
|
30641
31130
|
leadId?: Maybe<Scalars['ID']['output']>;
|
|
30642
31131
|
linkedDocumentationContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
31132
|
+
linkedOperationsIncidentsByProject?: Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentConnection>;
|
|
30643
31133
|
linkedSecurityContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
30644
31134
|
linkedSecurityVulnerabilitiesByProject?: Maybe<GraphJiraVulnerabilityConnection>;
|
|
30645
31135
|
name: Scalars['String']['output'];
|
|
@@ -30716,6 +31206,11 @@ export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
|
30716
31206
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30717
31207
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
30718
31208
|
};
|
|
31209
|
+
export declare type JiraProjectLinkedOperationsIncidentsByProjectArgs = {
|
|
31210
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31211
|
+
filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
|
|
31212
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31213
|
+
};
|
|
30719
31214
|
export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
30720
31215
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30721
31216
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30980,6 +31475,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
30980
31475
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
30981
31476
|
fieldId: Scalars['String']['output'];
|
|
30982
31477
|
id: Scalars['ID']['output'];
|
|
31478
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
30983
31479
|
name: Scalars['String']['output'];
|
|
30984
31480
|
project?: Maybe<JiraProject>;
|
|
30985
31481
|
projects?: Maybe<JiraProjectConnection>;
|
|
@@ -31110,6 +31606,7 @@ export declare type JiraProjectRoleActorRecommendationConnection = {
|
|
|
31110
31606
|
nodes?: Maybe<Array<Maybe<JiraProjectRoleActorRecommendation>>>;
|
|
31111
31607
|
pageInfo: PageInfo;
|
|
31112
31608
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31609
|
+
totalDeletedUsersCount?: Maybe<Scalars['Int']['output']>;
|
|
31113
31610
|
};
|
|
31114
31611
|
export declare type JiraProjectRoleActorRecommendationEdge = {
|
|
31115
31612
|
__typename?: 'JiraProjectRoleActorRecommendationEdge';
|
|
@@ -31233,6 +31730,7 @@ export declare type JiraQuery = {
|
|
|
31233
31730
|
first100JsmWorkflowTemplates?: Maybe<Array<JiraServiceManagementWorkflowTemplateMetadata>>;
|
|
31234
31731
|
getGlobalPermissionsAndGrants?: Maybe<JiraGlobalPermissionGrantsResult>;
|
|
31235
31732
|
getIssueTransitionByIssueId?: Maybe<JiraIssueTransitionModal>;
|
|
31733
|
+
getIssueTransitionByIssueKey?: Maybe<JiraIssueTransitionModal>;
|
|
31236
31734
|
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
31237
31735
|
getPermissionSchemeGrantsHierarchy?: Maybe<Array<JiraPermissionGrants>>;
|
|
31238
31736
|
getProjectsByPermissionScheme?: Maybe<JiraProjectConnection>;
|
|
@@ -31266,10 +31764,12 @@ export declare type JiraQuery = {
|
|
|
31266
31764
|
jiraProject?: Maybe<JiraProject>;
|
|
31267
31765
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
31268
31766
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
31767
|
+
jiraSoftwareNavigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
31269
31768
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
31270
31769
|
jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
|
|
31271
31770
|
jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
|
|
31272
31771
|
jsonUserProperty?: Maybe<JiraEntityPropertyJson>;
|
|
31772
|
+
jwmCustomBackgrounds?: Maybe<JiraWorkManagementCustomBackgroundConnection>;
|
|
31273
31773
|
jwmFilters?: Maybe<JiraWorkManagementFilterConnectionResult>;
|
|
31274
31774
|
jwmForm?: Maybe<JiraWorkManagementFormConfiguration>;
|
|
31275
31775
|
jwmLicensing?: Maybe<JiraWorkManagementLicensing>;
|
|
@@ -31278,6 +31778,7 @@ export declare type JiraQuery = {
|
|
|
31278
31778
|
jwmNavigationByProjectKey?: Maybe<JiraWorkManagementNavigation>;
|
|
31279
31779
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverviewResult>;
|
|
31280
31780
|
jwmOverviews?: Maybe<JiraWorkManagementGiraOverviewConnection>;
|
|
31781
|
+
jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
|
|
31281
31782
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
31282
31783
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
31283
31784
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -31307,7 +31808,7 @@ export declare type JiraQuery = {
|
|
|
31307
31808
|
stringUserProperty?: Maybe<JiraEntityPropertyString>;
|
|
31308
31809
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
31309
31810
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
31310
|
-
uiModifications?: Maybe<Array<
|
|
31811
|
+
uiModifications?: Maybe<Array<JiraAppUiModifications>>;
|
|
31311
31812
|
userHomePage?: Maybe<JiraHomePage>;
|
|
31312
31813
|
userPreferences?: Maybe<JiraUserPreferences>;
|
|
31313
31814
|
userSegmentation?: Maybe<JiraUserSegmentation>;
|
|
@@ -31457,6 +31958,11 @@ export declare type JiraQueryGetIssueTransitionByIssueIdArgs = {
|
|
|
31457
31958
|
issueId: Scalars['ID']['input'];
|
|
31458
31959
|
transitionId: Scalars['String']['input'];
|
|
31459
31960
|
};
|
|
31961
|
+
export declare type JiraQueryGetIssueTransitionByIssueKeyArgs = {
|
|
31962
|
+
cloudId: Scalars['ID']['input'];
|
|
31963
|
+
issueKey: Scalars['String']['input'];
|
|
31964
|
+
transitionId: Scalars['String']['input'];
|
|
31965
|
+
};
|
|
31460
31966
|
export declare type JiraQueryGetPermissionSchemeGrantsArgs = {
|
|
31461
31967
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31462
31968
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31600,6 +32106,12 @@ export declare type JiraQueryJiraProjectByKeyArgs = {
|
|
|
31600
32106
|
export declare type JiraQueryJiraProjectsArgs = {
|
|
31601
32107
|
ids: Array<Scalars['ID']['input']>;
|
|
31602
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
|
+
};
|
|
31603
32115
|
export declare type JiraQueryJqlBuilderArgs = {
|
|
31604
32116
|
cloudId: Scalars['ID']['input'];
|
|
31605
32117
|
};
|
|
@@ -31619,6 +32131,13 @@ export declare type JiraQueryJsonUserPropertyArgs = {
|
|
|
31619
32131
|
cloudId: Scalars['ID']['input'];
|
|
31620
32132
|
propertyKey: Scalars['String']['input'];
|
|
31621
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
|
+
};
|
|
31622
32141
|
export declare type JiraQueryJwmFiltersArgs = {
|
|
31623
32142
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31624
32143
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31652,6 +32171,12 @@ export declare type JiraQueryJwmOverviewsArgs = {
|
|
|
31652
32171
|
cloudId: Scalars['ID']['input'];
|
|
31653
32172
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31654
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
|
+
};
|
|
31655
32180
|
export declare type JiraQueryJwmViewItemsArgs = {
|
|
31656
32181
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31657
32182
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31724,6 +32249,7 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
|
|
|
31724
32249
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31725
32250
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31726
32251
|
statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
|
|
32252
|
+
userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
|
|
31727
32253
|
};
|
|
31728
32254
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
31729
32255
|
cloudId: Scalars['ID']['input'];
|
|
@@ -31839,6 +32365,7 @@ export declare type JiraRadioSelectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
31839
32365
|
fieldId: Scalars['String']['output'];
|
|
31840
32366
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
31841
32367
|
id: Scalars['ID']['output'];
|
|
32368
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
31842
32369
|
name: Scalars['String']['output'];
|
|
31843
32370
|
selectedOption?: Maybe<JiraOption>;
|
|
31844
32371
|
type: Scalars['String']['output'];
|
|
@@ -31876,6 +32403,21 @@ export declare type JiraRankMutationPayload = Payload & {
|
|
|
31876
32403
|
errors?: Maybe<Array<MutationError>>;
|
|
31877
32404
|
success: Scalars['Boolean']['output'];
|
|
31878
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
|
+
};
|
|
31879
32421
|
export declare enum JiraRecommendationCategory {
|
|
31880
32422
|
CustomField = "CUSTOM_FIELD",
|
|
31881
32423
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
@@ -32105,6 +32647,7 @@ export declare type JiraResolutionField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
32105
32647
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32106
32648
|
fieldId: Scalars['String']['output'];
|
|
32107
32649
|
id: Scalars['ID']['output'];
|
|
32650
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32108
32651
|
name: Scalars['String']['output'];
|
|
32109
32652
|
resolution?: Maybe<JiraResolution>;
|
|
32110
32653
|
resolutions?: Maybe<JiraResolutionConnection>;
|
|
@@ -32240,6 +32783,7 @@ export declare type JiraRichTextField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
32240
32783
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32241
32784
|
fieldId: Scalars['String']['output'];
|
|
32242
32785
|
id: Scalars['ID']['output'];
|
|
32786
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32243
32787
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
32244
32788
|
name: Scalars['String']['output'];
|
|
32245
32789
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -32381,6 +32925,7 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
|
|
|
32381
32925
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32382
32926
|
fieldId: Scalars['String']['output'];
|
|
32383
32927
|
id: Scalars['ID']['output'];
|
|
32928
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32384
32929
|
name: Scalars['String']['output'];
|
|
32385
32930
|
securityLevel?: Maybe<JiraSecurityLevel>;
|
|
32386
32931
|
securityLevels?: Maybe<JiraSecurityLevelConnection>;
|
|
@@ -32471,6 +33016,7 @@ export declare type JiraServiceManagementApprovalField = JiraIssueField & JiraIs
|
|
|
32471
33016
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32472
33017
|
fieldId: Scalars['String']['output'];
|
|
32473
33018
|
id: Scalars['ID']['output'];
|
|
33019
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32474
33020
|
name: Scalars['String']['output'];
|
|
32475
33021
|
type: Scalars['String']['output'];
|
|
32476
33022
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32686,6 +33232,7 @@ export declare type JiraServiceManagementDateTimeField = JiraIssueField & JiraIs
|
|
|
32686
33232
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32687
33233
|
fieldId: Scalars['String']['output'];
|
|
32688
33234
|
id: Scalars['ID']['output'];
|
|
33235
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32689
33236
|
name: Scalars['String']['output'];
|
|
32690
33237
|
type: Scalars['String']['output'];
|
|
32691
33238
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32745,6 +33292,7 @@ export declare type JiraServiceManagementIncidentLinkingField = JiraIssueField &
|
|
|
32745
33292
|
fieldId: Scalars['String']['output'];
|
|
32746
33293
|
id: Scalars['ID']['output'];
|
|
32747
33294
|
incident?: Maybe<JiraServiceManagementIncident>;
|
|
33295
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32748
33296
|
name: Scalars['String']['output'];
|
|
32749
33297
|
type: Scalars['String']['output'];
|
|
32750
33298
|
};
|
|
@@ -32763,6 +33311,7 @@ export declare type JiraServiceManagementMajorIncidentField = JiraIssueField & J
|
|
|
32763
33311
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32764
33312
|
fieldId: Scalars['String']['output'];
|
|
32765
33313
|
id: Scalars['ID']['output'];
|
|
33314
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32766
33315
|
majorIncident?: Maybe<JiraServiceManagementMajorIncident>;
|
|
32767
33316
|
name: Scalars['String']['output'];
|
|
32768
33317
|
type: Scalars['String']['output'];
|
|
@@ -32800,6 +33349,7 @@ export declare type JiraServiceManagementMultipleSelectUserPickerField = JiraIss
|
|
|
32800
33349
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32801
33350
|
fieldId: Scalars['String']['output'];
|
|
32802
33351
|
id: Scalars['ID']['output'];
|
|
33352
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32803
33353
|
name: Scalars['String']['output'];
|
|
32804
33354
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
32805
33355
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -32847,6 +33397,7 @@ export declare type JiraServiceManagementOrganizationField = JiraIssueField & Ji
|
|
|
32847
33397
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32848
33398
|
fieldId: Scalars['String']['output'];
|
|
32849
33399
|
id: Scalars['ID']['output'];
|
|
33400
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32850
33401
|
name: Scalars['String']['output'];
|
|
32851
33402
|
organizations?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
32852
33403
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -32876,6 +33427,7 @@ export declare type JiraServiceManagementPeopleField = JiraIssueField & JiraIssu
|
|
|
32876
33427
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32877
33428
|
fieldId: Scalars['String']['output'];
|
|
32878
33429
|
id: Scalars['ID']['output'];
|
|
33430
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32879
33431
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
32880
33432
|
name: Scalars['String']['output'];
|
|
32881
33433
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -32932,6 +33484,7 @@ export declare type JiraServiceManagementRequestFeedbackField = JiraIssueField &
|
|
|
32932
33484
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32933
33485
|
fieldId: Scalars['String']['output'];
|
|
32934
33486
|
id: Scalars['ID']['output'];
|
|
33487
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32935
33488
|
name: Scalars['String']['output'];
|
|
32936
33489
|
type: Scalars['String']['output'];
|
|
32937
33490
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -32943,6 +33496,7 @@ export declare type JiraServiceManagementRequestLanguageField = JiraIssueField &
|
|
|
32943
33496
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32944
33497
|
fieldId: Scalars['String']['output'];
|
|
32945
33498
|
id: Scalars['ID']['output'];
|
|
33499
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32946
33500
|
language?: Maybe<JiraServiceManagementLanguage>;
|
|
32947
33501
|
languages?: Maybe<Array<Maybe<JiraServiceManagementLanguage>>>;
|
|
32948
33502
|
name: Scalars['String']['output'];
|
|
@@ -32981,6 +33535,7 @@ export declare type JiraServiceManagementRequestTypeField = JiraIssueField & Jir
|
|
|
32981
33535
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
32982
33536
|
fieldId: Scalars['String']['output'];
|
|
32983
33537
|
id: Scalars['ID']['output'];
|
|
33538
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32984
33539
|
name: Scalars['String']['output'];
|
|
32985
33540
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
32986
33541
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
@@ -33065,6 +33620,7 @@ export declare type JiraServiceManagementRespondersField = JiraIssueField & Jira
|
|
|
33065
33620
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33066
33621
|
fieldId: Scalars['String']['output'];
|
|
33067
33622
|
id: Scalars['ID']['output'];
|
|
33623
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33068
33624
|
name: Scalars['String']['output'];
|
|
33069
33625
|
responders?: Maybe<Array<Maybe<JiraServiceManagementResponder>>>;
|
|
33070
33626
|
respondersConnection?: Maybe<JiraServiceManagementResponderConnection>;
|
|
@@ -33170,6 +33726,15 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
33170
33726
|
key: Scalars['String']['input'];
|
|
33171
33727
|
value: Scalars['String']['input'];
|
|
33172
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
|
+
};
|
|
33173
33738
|
export declare type JiraSetIsFavouriteInput = {
|
|
33174
33739
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
33175
33740
|
entityId: Scalars['ID']['input'];
|
|
@@ -33296,6 +33861,13 @@ export declare type JiraShortcutDataInput = {
|
|
|
33296
33861
|
name: Scalars['String']['input'];
|
|
33297
33862
|
url: Scalars['String']['input'];
|
|
33298
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
|
+
};
|
|
33299
33871
|
export declare type JiraSimilarIssues = {
|
|
33300
33872
|
__typename?: 'JiraSimilarIssues';
|
|
33301
33873
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -33308,6 +33880,7 @@ export declare type JiraSingleGroupPickerField = JiraIssueField & JiraIssueField
|
|
|
33308
33880
|
fieldId: Scalars['String']['output'];
|
|
33309
33881
|
groups?: Maybe<JiraGroupConnection>;
|
|
33310
33882
|
id: Scalars['ID']['output'];
|
|
33883
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33311
33884
|
name: Scalars['String']['output'];
|
|
33312
33885
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33313
33886
|
selectedGroup?: Maybe<JiraGroup>;
|
|
@@ -33332,6 +33905,7 @@ export declare type JiraSingleLineTextField = JiraIssueField & JiraIssueFieldCon
|
|
|
33332
33905
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33333
33906
|
fieldId: Scalars['String']['output'];
|
|
33334
33907
|
id: Scalars['ID']['output'];
|
|
33908
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33335
33909
|
name: Scalars['String']['output'];
|
|
33336
33910
|
text?: Maybe<Scalars['String']['output']>;
|
|
33337
33911
|
type: Scalars['String']['output'];
|
|
@@ -33360,6 +33934,7 @@ export declare type JiraSingleSelectField = JiraIssueField & JiraIssueFieldConfi
|
|
|
33360
33934
|
fieldOption?: Maybe<JiraOption>;
|
|
33361
33935
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
33362
33936
|
id: Scalars['ID']['output'];
|
|
33937
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33363
33938
|
name: Scalars['String']['output'];
|
|
33364
33939
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33365
33940
|
type: Scalars['String']['output'];
|
|
@@ -33394,6 +33969,7 @@ export declare type JiraSingleSelectUserPickerField = JiraIssueField & JiraIssue
|
|
|
33394
33969
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33395
33970
|
fieldId: Scalars['String']['output'];
|
|
33396
33971
|
id: Scalars['ID']['output'];
|
|
33972
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33397
33973
|
name: Scalars['String']['output'];
|
|
33398
33974
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33399
33975
|
type: Scalars['String']['output'];
|
|
@@ -33434,6 +34010,7 @@ export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFie
|
|
|
33434
34010
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33435
34011
|
fieldId: Scalars['String']['output'];
|
|
33436
34012
|
id: Scalars['ID']['output'];
|
|
34013
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33437
34014
|
name: Scalars['String']['output'];
|
|
33438
34015
|
type: Scalars['String']['output'];
|
|
33439
34016
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -33452,6 +34029,13 @@ export declare type JiraSingleVersionPickerFieldInput = {
|
|
|
33452
34029
|
fieldId: Scalars['ID']['input'];
|
|
33453
34030
|
version: JiraVersionInput;
|
|
33454
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
|
+
};
|
|
33455
34039
|
export declare type JiraSoftwareIssueSearchCustomInput = {
|
|
33456
34040
|
additionalJql?: InputMaybe<Scalars['String']['input']>;
|
|
33457
34041
|
context?: InputMaybe<JiraSoftwareIssueSearchCustomInputContext>;
|
|
@@ -33470,6 +34054,23 @@ export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
|
33470
34054
|
isSimpleBoard: Scalars['Boolean']['output'];
|
|
33471
34055
|
totalBoardsInProject: Scalars['Long']['output'];
|
|
33472
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
|
+
}
|
|
33473
34074
|
export declare type JiraSprint = Node & {
|
|
33474
34075
|
__typename?: 'JiraSprint';
|
|
33475
34076
|
boardName?: Maybe<Scalars['String']['output']>;
|
|
@@ -33501,6 +34102,7 @@ export declare type JiraSprintField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
33501
34102
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33502
34103
|
fieldId: Scalars['String']['output'];
|
|
33503
34104
|
id: Scalars['ID']['output'];
|
|
34105
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33504
34106
|
name: Scalars['String']['output'];
|
|
33505
34107
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
33506
34108
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -33579,6 +34181,7 @@ export declare type JiraStatusCategoryField = JiraIssueField & JiraIssueFieldCon
|
|
|
33579
34181
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33580
34182
|
fieldId: Scalars['String']['output'];
|
|
33581
34183
|
id: Scalars['ID']['output'];
|
|
34184
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33582
34185
|
name: Scalars['String']['output'];
|
|
33583
34186
|
statusCategory: JiraStatusCategory;
|
|
33584
34187
|
type: Scalars['String']['output'];
|
|
@@ -33591,6 +34194,7 @@ export declare type JiraStatusField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
33591
34194
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33592
34195
|
fieldId: Scalars['String']['output'];
|
|
33593
34196
|
id: Scalars['ID']['output'];
|
|
34197
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33594
34198
|
name: Scalars['String']['output'];
|
|
33595
34199
|
status: JiraStatus;
|
|
33596
34200
|
transitions?: Maybe<JiraTransitionConnection>;
|
|
@@ -33683,6 +34287,7 @@ export declare type JiraSubtasksField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
33683
34287
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33684
34288
|
fieldId: Scalars['String']['output'];
|
|
33685
34289
|
id: Scalars['ID']['output'];
|
|
34290
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33686
34291
|
name: Scalars['String']['output'];
|
|
33687
34292
|
subtasks?: Maybe<JiraIssueConnection>;
|
|
33688
34293
|
type: Scalars['String']['output'];
|
|
@@ -33740,6 +34345,7 @@ export declare type JiraTeamField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
33740
34345
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33741
34346
|
fieldId: Scalars['String']['output'];
|
|
33742
34347
|
id: Scalars['ID']['output'];
|
|
34348
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33743
34349
|
name: Scalars['String']['output'];
|
|
33744
34350
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33745
34351
|
selectedTeam?: Maybe<JiraTeam>;
|
|
@@ -33802,6 +34408,7 @@ export declare type JiraTeamViewField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
33802
34408
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33803
34409
|
fieldId: Scalars['String']['output'];
|
|
33804
34410
|
id: Scalars['ID']['output'];
|
|
34411
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33805
34412
|
name: Scalars['String']['output'];
|
|
33806
34413
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
33807
34414
|
selectedTeam?: Maybe<JiraTeamView>;
|
|
@@ -33846,6 +34453,7 @@ export declare type JiraTimeTrackingField = JiraIssueField & JiraIssueFieldConfi
|
|
|
33846
34453
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
33847
34454
|
fieldId: Scalars['String']['output'];
|
|
33848
34455
|
id: Scalars['ID']['output'];
|
|
34456
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
33849
34457
|
name: Scalars['String']['output'];
|
|
33850
34458
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
33851
34459
|
remainingEstimate?: Maybe<JiraEstimate>;
|
|
@@ -33918,7 +34526,6 @@ export declare type JiraUiExposedError = {
|
|
|
33918
34526
|
};
|
|
33919
34527
|
export declare type JiraUiModification = {
|
|
33920
34528
|
__typename?: 'JiraUiModification';
|
|
33921
|
-
appEnvId: Scalars['String']['output'];
|
|
33922
34529
|
data?: Maybe<Scalars['String']['output']>;
|
|
33923
34530
|
id: Scalars['ID']['output'];
|
|
33924
34531
|
};
|
|
@@ -34010,6 +34617,10 @@ export declare type JiraUpdateIssueTransitionInput = {
|
|
|
34010
34617
|
issueId: Scalars['ID']['input'];
|
|
34011
34618
|
transitionId: Scalars['Int']['input'];
|
|
34012
34619
|
};
|
|
34620
|
+
export declare type JiraUpdateIssueTypeFieldInput = {
|
|
34621
|
+
id: Scalars['ID']['input'];
|
|
34622
|
+
operation: JiraIssueTypeFieldOperationInput;
|
|
34623
|
+
};
|
|
34013
34624
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
34014
34625
|
id: Scalars['ID']['input'];
|
|
34015
34626
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -34211,6 +34822,7 @@ export declare type JiraUrlField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
34211
34822
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34212
34823
|
fieldId: Scalars['String']['output'];
|
|
34213
34824
|
id: Scalars['ID']['output'];
|
|
34825
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34214
34826
|
name: Scalars['String']['output'];
|
|
34215
34827
|
type: Scalars['String']['output'];
|
|
34216
34828
|
uri?: Maybe<Scalars['String']['output']>;
|
|
@@ -34564,6 +35176,7 @@ export declare type JiraVersionDetailPageIssuesIssuesArgs = {
|
|
|
34564
35176
|
export declare enum JiraVersionDetailsCollapsedUi {
|
|
34565
35177
|
Description = "DESCRIPTION",
|
|
34566
35178
|
Issues = "ISSUES",
|
|
35179
|
+
IssueAssociatedDesigns = "ISSUE_ASSOCIATED_DESIGNS",
|
|
34567
35180
|
ProgressCard = "PROGRESS_CARD",
|
|
34568
35181
|
RelatedWork = "RELATED_WORK",
|
|
34569
35182
|
RichTextSection = "RICH_TEXT_SECTION",
|
|
@@ -34863,6 +35476,7 @@ export declare type JiraVotesField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
34863
35476
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34864
35477
|
fieldId: Scalars['String']['output'];
|
|
34865
35478
|
id: Scalars['ID']['output'];
|
|
35479
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34866
35480
|
name: Scalars['String']['output'];
|
|
34867
35481
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
34868
35482
|
type: Scalars['String']['output'];
|
|
@@ -34900,6 +35514,7 @@ export declare type JiraWatchesField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
34900
35514
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34901
35515
|
fieldId: Scalars['String']['output'];
|
|
34902
35516
|
id: Scalars['ID']['output'];
|
|
35517
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34903
35518
|
name: Scalars['String']['output'];
|
|
34904
35519
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
34905
35520
|
suggestedWatchers?: Maybe<JiraUserConnection>;
|
|
@@ -34945,6 +35560,7 @@ export declare type JiraWorkCategoryField = JiraIssueField & JiraIssueFieldConfi
|
|
|
34945
35560
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34946
35561
|
fieldId: Scalars['String']['output'];
|
|
34947
35562
|
id: Scalars['ID']['output'];
|
|
35563
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34948
35564
|
name: Scalars['String']['output'];
|
|
34949
35565
|
type: Scalars['String']['output'];
|
|
34950
35566
|
workCategory?: Maybe<JiraWorkCategory>;
|
|
@@ -34961,11 +35577,30 @@ export declare type JiraWorkLogEdge = {
|
|
|
34961
35577
|
cursor: Scalars['String']['output'];
|
|
34962
35578
|
node?: Maybe<JiraWorklog>;
|
|
34963
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
|
+
}
|
|
34964
35594
|
export declare type JiraWorkManagementChildSummary = {
|
|
34965
35595
|
__typename?: 'JiraWorkManagementChildSummary';
|
|
34966
35596
|
hasChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
34967
35597
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
34968
35598
|
};
|
|
35599
|
+
export declare type JiraWorkManagementColorBackground = JiraWorkManagementBackground & {
|
|
35600
|
+
__typename?: 'JiraWorkManagementColorBackground';
|
|
35601
|
+
colorValue?: Maybe<Scalars['String']['output']>;
|
|
35602
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35603
|
+
};
|
|
34969
35604
|
export declare type JiraWorkManagementCommentSummary = {
|
|
34970
35605
|
__typename?: 'JiraWorkManagementCommentSummary';
|
|
34971
35606
|
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
@@ -35005,6 +35640,28 @@ export declare type JiraWorkManagementCreateOverviewPayload = Payload & {
|
|
|
35005
35640
|
jwmOverview?: Maybe<JiraWorkManagementOverview>;
|
|
35006
35641
|
success: Scalars['Boolean']['output'];
|
|
35007
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
|
+
};
|
|
35008
35665
|
export declare type JiraWorkManagementDeleteAttachmentInput = {
|
|
35009
35666
|
id: Scalars['ID']['input'];
|
|
35010
35667
|
};
|
|
@@ -35118,10 +35775,20 @@ export declare type JiraWorkManagementGiraUpdateOverviewPayload = Payload & {
|
|
|
35118
35775
|
jwmOverview?: Maybe<JiraWorkManagementGiraOverview>;
|
|
35119
35776
|
success: Scalars['Boolean']['output'];
|
|
35120
35777
|
};
|
|
35778
|
+
export declare type JiraWorkManagementGradientBackground = JiraWorkManagementBackground & {
|
|
35779
|
+
__typename?: 'JiraWorkManagementGradientBackground';
|
|
35780
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35781
|
+
gradientValue?: Maybe<Scalars['String']['output']>;
|
|
35782
|
+
};
|
|
35121
35783
|
export declare type JiraWorkManagementLicensing = {
|
|
35122
35784
|
__typename?: 'JiraWorkManagementLicensing';
|
|
35123
35785
|
currentUserSeatEdition?: Maybe<JiraWorkManagementUserLicenseSeatEdition>;
|
|
35124
35786
|
};
|
|
35787
|
+
export declare type JiraWorkManagementMediaBackground = JiraWorkManagementBackground & {
|
|
35788
|
+
__typename?: 'JiraWorkManagementMediaBackground';
|
|
35789
|
+
customBackground?: Maybe<JiraWorkManagementCustomBackground>;
|
|
35790
|
+
entityId?: Maybe<Scalars['ID']['output']>;
|
|
35791
|
+
};
|
|
35125
35792
|
export declare type JiraWorkManagementNavigation = {
|
|
35126
35793
|
__typename?: 'JiraWorkManagementNavigation';
|
|
35127
35794
|
favoriteProjects?: Maybe<JiraProjectConnection>;
|
|
@@ -35204,6 +35871,24 @@ export declare type JiraWorkManagementRankInput = {
|
|
|
35204
35871
|
after?: InputMaybe<Scalars['ID']['input']>;
|
|
35205
35872
|
before?: InputMaybe<Scalars['ID']['input']>;
|
|
35206
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
|
+
};
|
|
35207
35892
|
export declare type JiraWorkManagementUpdateFilterInput = {
|
|
35208
35893
|
id: Scalars['ID']['input'];
|
|
35209
35894
|
name: Scalars['String']['input'];
|
|
@@ -35738,6 +36423,7 @@ export declare type MarketplaceStoreAlgoliaQueryFilter = {
|
|
|
35738
36423
|
export declare type MarketplaceStoreAlgoliaQueryMetadata = {
|
|
35739
36424
|
__typename?: 'MarketplaceStoreAlgoliaQueryMetadata';
|
|
35740
36425
|
filter: MarketplaceStoreAlgoliaQueryFilter;
|
|
36426
|
+
searchIndex: Scalars['String']['output'];
|
|
35741
36427
|
sort?: Maybe<MarketplaceStoreAlgoliaQuerySort>;
|
|
35742
36428
|
};
|
|
35743
36429
|
export declare type MarketplaceStoreAlgoliaQuerySort = {
|
|
@@ -35755,7 +36441,7 @@ export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStor
|
|
|
35755
36441
|
__typename?: 'MarketplaceStoreHomePageHighlightedSection';
|
|
35756
36442
|
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
35757
36443
|
description: Scalars['String']['output'];
|
|
35758
|
-
|
|
36444
|
+
highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
|
|
35759
36445
|
id: Scalars['ID']['output'];
|
|
35760
36446
|
tagline: Scalars['String']['output'];
|
|
35761
36447
|
tilesVariation: MarketplaceStoreTilesVariation;
|
|
@@ -36052,6 +36738,7 @@ export declare type Mutation = {
|
|
|
36052
36738
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
36053
36739
|
team?: Maybe<TeamMutation>;
|
|
36054
36740
|
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
36741
|
+
townsquare?: Maybe<TownsquareMutationApi>;
|
|
36055
36742
|
trello?: Maybe<TrelloMutationApi>;
|
|
36056
36743
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
36057
36744
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
@@ -41232,6 +41919,63 @@ export declare type ShepherdCategorizedAlertMetadata = {
|
|
|
41232
41919
|
category: Scalars['String']['output'];
|
|
41233
41920
|
values: Array<Scalars['String']['output']>;
|
|
41234
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;
|
|
41235
41979
|
export declare type ShepherdCreateAlertInput = {
|
|
41236
41980
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
41237
41981
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -41357,6 +42101,27 @@ export declare type ShepherdDetectionBooleanSetting = {
|
|
|
41357
42101
|
booleanDefault: Scalars['Boolean']['output'];
|
|
41358
42102
|
booleanValue?: Maybe<Scalars['Boolean']['output']>;
|
|
41359
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
|
+
};
|
|
41360
42125
|
export declare enum ShepherdDetectionScanningFrequency {
|
|
41361
42126
|
RealTime = "REAL_TIME",
|
|
41362
42127
|
Scheduled = "SCHEDULED"
|
|
@@ -41372,7 +42137,36 @@ export declare type ShepherdDetectionSetting = {
|
|
|
41372
42137
|
title: Scalars['String']['output'];
|
|
41373
42138
|
value: ShepherdDetectionSettingValueType;
|
|
41374
42139
|
};
|
|
41375
|
-
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
|
+
};
|
|
41376
42170
|
export declare type ShepherdGenericMutationErrorExtension = MutationErrorExtension & {
|
|
41377
42171
|
__typename?: 'ShepherdGenericMutationErrorExtension';
|
|
41378
42172
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -41475,6 +42269,7 @@ export declare enum ShepherdMutationErrorType {
|
|
|
41475
42269
|
export declare type ShepherdQuery = {
|
|
41476
42270
|
__typename?: 'ShepherdQuery';
|
|
41477
42271
|
alert?: Maybe<ShepherdAlertQueries>;
|
|
42272
|
+
classifications?: Maybe<ShepherdClassificationsQueries>;
|
|
41478
42273
|
shepherdActivity?: Maybe<ShepherdActivityResult>;
|
|
41479
42274
|
shepherdActor?: Maybe<ShepherdActorResult>;
|
|
41480
42275
|
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
@@ -41582,6 +42377,7 @@ export declare type ShepherdSubject = {
|
|
|
41582
42377
|
ari?: Maybe<Scalars['String']['output']>;
|
|
41583
42378
|
ati?: Maybe<Scalars['String']['output']>;
|
|
41584
42379
|
containerAri: Scalars['String']['output'];
|
|
42380
|
+
resourceName?: Maybe<Scalars['String']['output']>;
|
|
41585
42381
|
};
|
|
41586
42382
|
export declare type ShepherdSubjectInput = {
|
|
41587
42383
|
ari?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -41774,6 +42570,7 @@ export declare type ShepherdWorkspaceMutations = {
|
|
|
41774
42570
|
__typename?: 'ShepherdWorkspaceMutations';
|
|
41775
42571
|
createCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
41776
42572
|
deleteCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
42573
|
+
detectionSetting?: Maybe<ShepherdDetectionSettingMutations>;
|
|
41777
42574
|
onboard?: Maybe<ShepherdWorkspaceMutationPayload>;
|
|
41778
42575
|
update?: Maybe<ShepherdWorkspaceMutationPayload>;
|
|
41779
42576
|
updateCustomDetection?: Maybe<ShepherdCustomDetectionMutationPayload>;
|
|
@@ -42841,10 +43638,14 @@ export declare type TestingActivityItem = Node & {
|
|
|
42841
43638
|
export declare type TestingSubscription = {
|
|
42842
43639
|
__typename?: 'TestingSubscription';
|
|
42843
43640
|
onTestingActivityItemUpdate?: Maybe<TestingActivityItem>;
|
|
43641
|
+
onTestingActivityItemUpdateEnrichJira?: Maybe<TestingActivityItem>;
|
|
42844
43642
|
};
|
|
42845
43643
|
export declare type TestingSubscriptionOnTestingActivityItemUpdateArgs = {
|
|
42846
43644
|
issueId: Scalars['ID']['input'];
|
|
42847
43645
|
};
|
|
43646
|
+
export declare type TestingSubscriptionOnTestingActivityItemUpdateEnrichJiraArgs = {
|
|
43647
|
+
issueId: Scalars['ID']['input'];
|
|
43648
|
+
};
|
|
42848
43649
|
export declare type ThirdPartyDetails = {
|
|
42849
43650
|
__typename?: 'ThirdPartyDetails';
|
|
42850
43651
|
link: Scalars['String']['output'];
|
|
@@ -43145,6 +43946,56 @@ export declare type TownsquareCommentEdge = {
|
|
|
43145
43946
|
cursor: Scalars['String']['output'];
|
|
43146
43947
|
node?: Maybe<TownsquareComment>;
|
|
43147
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
|
+
};
|
|
43148
43999
|
export declare type TownsquareGoal = Node & {
|
|
43149
44000
|
__typename?: 'TownsquareGoal';
|
|
43150
44001
|
archived: Scalars['Boolean']['output'];
|
|
@@ -43214,6 +44065,25 @@ export declare type TownsquareLocalizationField = {
|
|
|
43214
44065
|
__typename?: 'TownsquareLocalizationField';
|
|
43215
44066
|
messageId?: Maybe<Scalars['String']['output']>;
|
|
43216
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
|
+
};
|
|
43217
44087
|
export declare type TownsquareProject = Node & {
|
|
43218
44088
|
__typename?: 'TownsquareProject';
|
|
43219
44089
|
archived: Scalars['Boolean']['output'];
|
|
@@ -43333,6 +44203,15 @@ export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
|
43333
44203
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
43334
44204
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
43335
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
|
+
};
|
|
43336
44215
|
export declare type TownsquareStatus = {
|
|
43337
44216
|
__typename?: 'TownsquareStatus';
|
|
43338
44217
|
localizedLabel?: Maybe<TownsquareLocalizationField>;
|
|
@@ -43362,6 +44241,10 @@ export declare type TownsquareTargetDate = {
|
|
|
43362
44241
|
dateRange?: Maybe<TownsquareTargetDateRange>;
|
|
43363
44242
|
label?: Maybe<Scalars['String']['output']>;
|
|
43364
44243
|
};
|
|
44244
|
+
export declare type TownsquareTargetDateInput = {
|
|
44245
|
+
confidence?: InputMaybe<TownsquareTargetDateType>;
|
|
44246
|
+
date?: InputMaybe<Scalars['Date']['input']>;
|
|
44247
|
+
};
|
|
43365
44248
|
export declare type TownsquareTargetDateRange = {
|
|
43366
44249
|
__typename?: 'TownsquareTargetDateRange';
|
|
43367
44250
|
end?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -44347,7 +45230,6 @@ export declare type TrelloQueryApi = {
|
|
|
44347
45230
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
44348
45231
|
list?: Maybe<TrelloList>;
|
|
44349
45232
|
member?: Maybe<TrelloMember>;
|
|
44350
|
-
myRecentCards?: Maybe<TrelloRecentCardConnection>;
|
|
44351
45233
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
44352
45234
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
44353
45235
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
@@ -44372,11 +45254,6 @@ export declare type TrelloQueryApiListArgs = {
|
|
|
44372
45254
|
export declare type TrelloQueryApiMemberArgs = {
|
|
44373
45255
|
id: Scalars['ID']['input'];
|
|
44374
45256
|
};
|
|
44375
|
-
export declare type TrelloQueryApiMyRecentCardsArgs = {
|
|
44376
|
-
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
44377
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
44378
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44379
|
-
};
|
|
44380
45257
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
44381
45258
|
ids: Array<Scalars['ID']['input']>;
|
|
44382
45259
|
};
|
|
@@ -44388,34 +45265,6 @@ export declare type TrelloQueryApiTemplateGalleryArgs = {
|
|
|
44388
45265
|
export declare type TrelloQueryApiWorkspaceArgs = {
|
|
44389
45266
|
id: Scalars['ID']['input'];
|
|
44390
45267
|
};
|
|
44391
|
-
export declare type TrelloRecentCard = Node & {
|
|
44392
|
-
__typename?: 'TrelloRecentCard';
|
|
44393
|
-
board?: Maybe<TrelloBoard>;
|
|
44394
|
-
boardAri?: Maybe<Scalars['ID']['output']>;
|
|
44395
|
-
card?: Maybe<TrelloCard>;
|
|
44396
|
-
cardAri?: Maybe<Scalars['ID']['output']>;
|
|
44397
|
-
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
44398
|
-
dateLastActivity?: Maybe<Scalars['DateTime']['output']>;
|
|
44399
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
44400
|
-
dueComplete?: Maybe<Scalars['Boolean']['output']>;
|
|
44401
|
-
id: Scalars['ID']['output'];
|
|
44402
|
-
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
44403
|
-
list?: Maybe<TrelloList>;
|
|
44404
|
-
listAri?: Maybe<Scalars['ID']['output']>;
|
|
44405
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
44406
|
-
url?: Maybe<Scalars['URL']['output']>;
|
|
44407
|
-
};
|
|
44408
|
-
export declare type TrelloRecentCardConnection = {
|
|
44409
|
-
__typename?: 'TrelloRecentCardConnection';
|
|
44410
|
-
edges?: Maybe<Array<TrelloRecentCardEdge>>;
|
|
44411
|
-
nodes?: Maybe<Array<TrelloRecentCard>>;
|
|
44412
|
-
pageInfo: PageInfo;
|
|
44413
|
-
};
|
|
44414
|
-
export declare type TrelloRecentCardEdge = {
|
|
44415
|
-
__typename?: 'TrelloRecentCardEdge';
|
|
44416
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
44417
|
-
node?: Maybe<TrelloRecentCard>;
|
|
44418
|
-
};
|
|
44419
45268
|
export declare type TrelloRemoveMemberFromCardPayload = Payload & {
|
|
44420
45269
|
__typename?: 'TrelloRemoveMemberFromCardPayload';
|
|
44421
45270
|
card?: Maybe<TrelloCard>;
|
|
@@ -45508,7 +46357,6 @@ export declare type VirtualAgentIntentStatisticsProjection = {
|
|
|
45508
46357
|
};
|
|
45509
46358
|
export declare type VirtualAgentIntentTemplate = Node & {
|
|
45510
46359
|
__typename?: 'VirtualAgentIntentTemplate';
|
|
45511
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
45512
46360
|
description?: Maybe<Scalars['String']['output']>;
|
|
45513
46361
|
id: Scalars['ID']['output'];
|
|
45514
46362
|
name: Scalars['String']['output'];
|
|
@@ -45529,6 +46377,8 @@ export declare enum VirtualAgentIntentTemplateType {
|
|
|
45529
46377
|
export declare type VirtualAgentIntentTemplatesConnection = {
|
|
45530
46378
|
__typename?: 'VirtualAgentIntentTemplatesConnection';
|
|
45531
46379
|
edges?: Maybe<Array<VirtualAgentIntentTemplateEdge>>;
|
|
46380
|
+
hasDiscoveredTemplates?: Maybe<Scalars['Boolean']['output']>;
|
|
46381
|
+
lastDiscoveredTemplatesGenerationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
45532
46382
|
nodes?: Maybe<Array<VirtualAgentIntentTemplate>>;
|
|
45533
46383
|
pageInfo: PageInfo;
|
|
45534
46384
|
};
|