@forge/cli-shared 3.26.0 → 3.26.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/out/apps/app-config.d.ts.map +1 -1
- package/out/apps/app-config.js +3 -1
- package/out/apps/create-an-app.d.ts.map +1 -1
- package/out/apps/create-an-app.js +3 -1
- package/out/apps/register-app.d.ts +8 -4
- package/out/apps/register-app.d.ts.map +1 -1
- package/out/apps/register-app.js +6 -4
- package/out/config/config-file-section-reader.d.ts +3 -0
- package/out/config/config-file-section-reader.d.ts.map +1 -1
- package/out/config/config-file-section-reader.js +2 -1
- package/out/graphql/graphql-types.d.ts +553 -49
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +83 -8
- package/package.json +3 -3
|
@@ -132,9 +132,7 @@ export declare type ActionsAction = {
|
|
|
132
132
|
};
|
|
133
133
|
export declare type ActionsActionType = {
|
|
134
134
|
__typename?: 'ActionsActionType';
|
|
135
|
-
|
|
136
|
-
aiPromptAdditional?: Maybe<Scalars['String']['output']>;
|
|
137
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
135
|
+
description?: Maybe<ActionsDescription>;
|
|
138
136
|
displayName: Scalars['String']['output'];
|
|
139
137
|
entityType?: Maybe<Scalars['String']['output']>;
|
|
140
138
|
inputs?: Maybe<Array<ActionsActionTypeInputTuple>>;
|
|
@@ -143,10 +141,8 @@ export declare type ActionsActionType = {
|
|
|
143
141
|
};
|
|
144
142
|
export declare type ActionsActionTypeInput = {
|
|
145
143
|
__typename?: 'ActionsActionTypeInput';
|
|
146
|
-
aiPrompt?: Maybe<Scalars['String']['output']>;
|
|
147
|
-
aiPromptAdditional?: Maybe<Scalars['String']['output']>;
|
|
148
144
|
default?: Maybe<Scalars['JSON']['output']>;
|
|
149
|
-
description
|
|
145
|
+
description?: Maybe<ActionsDescription>;
|
|
150
146
|
pattern?: Maybe<Scalars['String']['output']>;
|
|
151
147
|
required: Scalars['Boolean']['output'];
|
|
152
148
|
type: Scalars['String']['output'];
|
|
@@ -158,7 +154,7 @@ export declare type ActionsActionTypeInputTuple = {
|
|
|
158
154
|
};
|
|
159
155
|
export declare type ActionsActionTypeOutput = {
|
|
160
156
|
__typename?: 'ActionsActionTypeOutput';
|
|
161
|
-
description
|
|
157
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
162
158
|
nullable: Scalars['Boolean']['output'];
|
|
163
159
|
type: Scalars['String']['output'];
|
|
164
160
|
};
|
|
@@ -171,10 +167,10 @@ export declare type ActionsActionableApp = {
|
|
|
171
167
|
__typename?: 'ActionsActionableApp';
|
|
172
168
|
actions?: Maybe<Array<Maybe<ActionsAction>>>;
|
|
173
169
|
appDefinitionId?: Maybe<Scalars['String']['output']>;
|
|
174
|
-
appId
|
|
170
|
+
appId?: Maybe<Scalars['String']['output']>;
|
|
175
171
|
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
176
172
|
name: Scalars['String']['output'];
|
|
177
|
-
oauthClientId
|
|
173
|
+
oauthClientId?: Maybe<Scalars['String']['output']>;
|
|
178
174
|
};
|
|
179
175
|
export declare type ActionsActionableAppConnection = {
|
|
180
176
|
__typename?: 'ActionsActionableAppConnection';
|
|
@@ -196,6 +192,11 @@ export declare enum ActionsAuthType {
|
|
|
196
192
|
ThreeLegged = "THREE_LEGGED",
|
|
197
193
|
TwoLegged = "TWO_LEGGED"
|
|
198
194
|
}
|
|
195
|
+
export declare type ActionsDescription = {
|
|
196
|
+
__typename?: 'ActionsDescription';
|
|
197
|
+
ai?: Maybe<Scalars['String']['output']>;
|
|
198
|
+
default: Scalars['String']['output'];
|
|
199
|
+
};
|
|
199
200
|
export declare type ActionsExecuteActionFilter = {
|
|
200
201
|
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
201
202
|
oauthClientId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -203,7 +204,6 @@ export declare type ActionsExecuteActionFilter = {
|
|
|
203
204
|
};
|
|
204
205
|
export declare type ActionsExecuteActionInput = {
|
|
205
206
|
inputs?: InputMaybe<Scalars['JSON']['input']>;
|
|
206
|
-
targetUrl?: InputMaybe<Scalars['String']['input']>;
|
|
207
207
|
};
|
|
208
208
|
export declare type ActionsExecuteResponse = {
|
|
209
209
|
__typename?: 'ActionsExecuteResponse';
|
|
@@ -436,7 +436,7 @@ export declare type ActivityObject = {
|
|
|
436
436
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
437
437
|
type: Scalars['String']['output'];
|
|
438
438
|
};
|
|
439
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
439
|
+
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
440
440
|
export declare enum ActivityObjectType {
|
|
441
441
|
Blogpost = "BLOGPOST",
|
|
442
442
|
Comment = "COMMENT",
|
|
@@ -453,8 +453,10 @@ export declare enum ActivityObjectType {
|
|
|
453
453
|
}
|
|
454
454
|
export declare type ActivityPageInfo = {
|
|
455
455
|
__typename?: 'ActivityPageInfo';
|
|
456
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
456
457
|
hasNextPage: Scalars['Boolean']['output'];
|
|
457
458
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
459
|
+
startCursor?: Maybe<Scalars['String']['output']>;
|
|
458
460
|
};
|
|
459
461
|
export declare enum ActivityProduct {
|
|
460
462
|
Confluence = "CONFLUENCE",
|
|
@@ -813,6 +815,7 @@ export declare enum ApiGroup {
|
|
|
813
815
|
Forge = "FORGE",
|
|
814
816
|
Help = "HELP",
|
|
815
817
|
Identity = "IDENTITY",
|
|
818
|
+
InsightsXperienceService = "INSIGHTS_XPERIENCE_SERVICE",
|
|
816
819
|
Jira = "JIRA",
|
|
817
820
|
Papi = "PAPI",
|
|
818
821
|
Polaris = "POLARIS",
|
|
@@ -1661,7 +1664,9 @@ export declare type AquaOutgoingEmailLogItem = {
|
|
|
1661
1664
|
__typename?: 'AquaOutgoingEmailLogItem';
|
|
1662
1665
|
actionTimestamp: Scalars['DateTime']['output'];
|
|
1663
1666
|
author?: Maybe<User>;
|
|
1667
|
+
deliveryType?: Maybe<Scalars['String']['output']>;
|
|
1664
1668
|
issueContext?: Maybe<AquaIssueContext>;
|
|
1669
|
+
notificationActionSubType?: Maybe<Scalars['String']['output']>;
|
|
1665
1670
|
notificationActionType?: Maybe<Scalars['String']['output']>;
|
|
1666
1671
|
notificationDetails?: Maybe<AquaNotificationDetails>;
|
|
1667
1672
|
notificationType?: Maybe<Scalars['String']['output']>;
|
|
@@ -1682,6 +1687,7 @@ export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
|
|
|
1682
1687
|
notificationActionType?: InputMaybe<Scalars['String']['input']>;
|
|
1683
1688
|
notificationType?: InputMaybe<Scalars['String']['input']>;
|
|
1684
1689
|
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
1690
|
+
recipientId?: InputMaybe<Scalars['String']['input']>;
|
|
1685
1691
|
toTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1686
1692
|
};
|
|
1687
1693
|
export declare type AquaOutgoingEmailLogsQueryResult = AquaOutgoingEmailLog | QueryError;
|
|
@@ -3525,17 +3531,20 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3525
3531
|
applicationManagedComponents?: Maybe<CompassApplicationManagedComponentsResult>;
|
|
3526
3532
|
assistantAnswer?: Maybe<CompassAssistantAnswer>;
|
|
3527
3533
|
attentionItems?: Maybe<CompassAttentionItemQueryResult>;
|
|
3534
|
+
attentionItemsConnection?: Maybe<CompassAttentionItemConnection>;
|
|
3528
3535
|
component?: Maybe<CompassComponentResult>;
|
|
3529
3536
|
componentByExternalAlias?: Maybe<CompassComponentResult>;
|
|
3530
3537
|
componentScorecardRelationship?: Maybe<CompassComponentScorecardRelationshipResult>;
|
|
3531
3538
|
componentType?: Maybe<CompassComponentTypeResult>;
|
|
3532
3539
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
3540
|
+
components?: Maybe<Array<CompassComponent>>;
|
|
3533
3541
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
3534
3542
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
3535
3543
|
documentationCategories?: Maybe<CompassDocumentationCategoriesConnection>;
|
|
3544
|
+
documents?: Maybe<CompassDocumentConnection>;
|
|
3536
3545
|
eventSource?: Maybe<CompassEventSourceResult>;
|
|
3537
3546
|
fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
|
|
3538
|
-
|
|
3547
|
+
filteredComponentsCount?: Maybe<CompassFilteredComponentsCountResult>;
|
|
3539
3548
|
incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
|
|
3540
3549
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
3541
3550
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
@@ -3560,6 +3569,11 @@ export declare type CompassCatalogQueryApiAssistantAnswerArgs = {
|
|
|
3560
3569
|
export declare type CompassCatalogQueryApiAttentionItemsArgs = {
|
|
3561
3570
|
query: CompassAttentionItemQuery;
|
|
3562
3571
|
};
|
|
3572
|
+
export declare type CompassCatalogQueryApiAttentionItemsConnectionArgs = {
|
|
3573
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3574
|
+
cloudId: Scalars['ID']['input'];
|
|
3575
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3576
|
+
};
|
|
3563
3577
|
export declare type CompassCatalogQueryApiComponentArgs = {
|
|
3564
3578
|
id: Scalars['ID']['input'];
|
|
3565
3579
|
};
|
|
@@ -3581,6 +3595,9 @@ export declare type CompassCatalogQueryApiComponentTypesArgs = {
|
|
|
3581
3595
|
cloudId: Scalars['ID']['input'];
|
|
3582
3596
|
query?: InputMaybe<CompassComponentTypeQueryInput>;
|
|
3583
3597
|
};
|
|
3598
|
+
export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
3599
|
+
ids: Array<Scalars['ID']['input']>;
|
|
3600
|
+
};
|
|
3584
3601
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
3585
3602
|
query: CompassCustomFieldDefinitionQuery;
|
|
3586
3603
|
};
|
|
@@ -3592,6 +3609,11 @@ export declare type CompassCatalogQueryApiDocumentationCategoriesArgs = {
|
|
|
3592
3609
|
cloudId: Scalars['ID']['input'];
|
|
3593
3610
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3594
3611
|
};
|
|
3612
|
+
export declare type CompassCatalogQueryApiDocumentsArgs = {
|
|
3613
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3614
|
+
componentId: Scalars['ID']['input'];
|
|
3615
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3616
|
+
};
|
|
3595
3617
|
export declare type CompassCatalogQueryApiEventSourceArgs = {
|
|
3596
3618
|
cloudId: Scalars['ID']['input'];
|
|
3597
3619
|
eventType: CompassEventType;
|
|
@@ -3601,10 +3623,9 @@ export declare type CompassCatalogQueryApiFieldDefinitionsByComponentTypeArgs =
|
|
|
3601
3623
|
cloudId: Scalars['ID']['input'];
|
|
3602
3624
|
input: CompassComponentType;
|
|
3603
3625
|
};
|
|
3604
|
-
export declare type
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3626
|
+
export declare type CompassCatalogQueryApiFilteredComponentsCountArgs = {
|
|
3627
|
+
cloudId: Scalars['ID']['input'];
|
|
3628
|
+
query: CompassFilteredComponentsCountQuery;
|
|
3608
3629
|
};
|
|
3609
3630
|
export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
|
|
3610
3631
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4605,6 +4626,16 @@ export declare enum CompassFieldType {
|
|
|
4605
4626
|
export declare type CompassFieldValueInput = {
|
|
4606
4627
|
enum?: InputMaybe<CompassEnumFieldValueInput>;
|
|
4607
4628
|
};
|
|
4629
|
+
export declare type CompassFilteredComponentsCount = {
|
|
4630
|
+
__typename?: 'CompassFilteredComponentsCount';
|
|
4631
|
+
count: Scalars['Int']['output'];
|
|
4632
|
+
};
|
|
4633
|
+
export declare type CompassFilteredComponentsCountQuery = {
|
|
4634
|
+
fields?: InputMaybe<Array<CompassScorecardAppliedToComponentsFieldFilter>>;
|
|
4635
|
+
labels?: InputMaybe<CompassScorecardAppliedToComponentsLabelsFilter>;
|
|
4636
|
+
types?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
|
|
4637
|
+
};
|
|
4638
|
+
export declare type CompassFilteredComponentsCountResult = CompassFilteredComponentsCount | QueryError;
|
|
4608
4639
|
export declare type CompassFlagEvent = CompassEvent & {
|
|
4609
4640
|
__typename?: 'CompassFlagEvent';
|
|
4610
4641
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5180,6 +5211,9 @@ export declare type CompassScorecardAppliedToComponentsFieldFilter = {
|
|
|
5180
5211
|
definition: Scalars['ID']['input'];
|
|
5181
5212
|
in: Array<CompassFieldValueInput>;
|
|
5182
5213
|
};
|
|
5214
|
+
export declare type CompassScorecardAppliedToComponentsLabelsFilter = {
|
|
5215
|
+
in: Array<Scalars['String']['input']>;
|
|
5216
|
+
};
|
|
5183
5217
|
export declare type CompassScorecardAppliedToComponentsOwnerFilter = {
|
|
5184
5218
|
in: Array<Scalars['ID']['input']>;
|
|
5185
5219
|
};
|
|
@@ -5761,7 +5795,7 @@ export declare type CompassUpdateDocumentInput = {
|
|
|
5761
5795
|
};
|
|
5762
5796
|
export declare type CompassUpdateDocumentPayload = Payload & {
|
|
5763
5797
|
__typename?: 'CompassUpdateDocumentPayload';
|
|
5764
|
-
documentDetails
|
|
5798
|
+
documentDetails?: Maybe<CompassDocument>;
|
|
5765
5799
|
errors?: Maybe<Array<MutationError>>;
|
|
5766
5800
|
success: Scalars['Boolean']['output'];
|
|
5767
5801
|
};
|
|
@@ -8616,6 +8650,11 @@ export declare type CustomerServiceCustomDetailValue = Node & {
|
|
|
8616
8650
|
value?: Maybe<Scalars['String']['output']>;
|
|
8617
8651
|
values?: Maybe<Array<Scalars['String']['output']>>;
|
|
8618
8652
|
};
|
|
8653
|
+
export declare type CustomerServiceCustomDetailValues = {
|
|
8654
|
+
__typename?: 'CustomerServiceCustomDetailValues';
|
|
8655
|
+
results: Array<CustomerServiceCustomDetailValue>;
|
|
8656
|
+
};
|
|
8657
|
+
export declare type CustomerServiceCustomDetailValuesQueryResult = CustomerServiceCustomDetailValues | QueryError;
|
|
8619
8658
|
export declare type CustomerServiceCustomDetails = {
|
|
8620
8659
|
__typename?: 'CustomerServiceCustomDetails';
|
|
8621
8660
|
customDetails: Array<CustomerServiceCustomDetail>;
|
|
@@ -8631,6 +8670,7 @@ export declare type CustomerServiceEntitledEntity = CustomerServiceIndividual |
|
|
|
8631
8670
|
export declare type CustomerServiceEntitlement = Node & {
|
|
8632
8671
|
__typename?: 'CustomerServiceEntitlement';
|
|
8633
8672
|
customDetails: Array<CustomerServiceCustomDetailValue>;
|
|
8673
|
+
details: CustomerServiceCustomDetailValuesQueryResult;
|
|
8634
8674
|
entity: CustomerServiceEntitledEntity;
|
|
8635
8675
|
id: Scalars['ID']['output'];
|
|
8636
8676
|
product: CustomerServiceProduct;
|
|
@@ -8677,6 +8717,7 @@ export declare type CustomerServiceFilterInput = {
|
|
|
8677
8717
|
export declare type CustomerServiceIndividual = Node & {
|
|
8678
8718
|
__typename?: 'CustomerServiceIndividual';
|
|
8679
8719
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
8720
|
+
details: CustomerServiceCustomDetailValuesQueryResult;
|
|
8680
8721
|
entitlementList: Array<CustomerServiceEntitlement>;
|
|
8681
8722
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
8682
8723
|
id: Scalars['ID']['output'];
|
|
@@ -8953,6 +8994,7 @@ export declare type CustomerServiceNotesQueryResult = CustomerServiceNotes | Que
|
|
|
8953
8994
|
export declare type CustomerServiceOrganization = Node & {
|
|
8954
8995
|
__typename?: 'CustomerServiceOrganization';
|
|
8955
8996
|
attributes: Array<CustomerServiceAttributeValue>;
|
|
8997
|
+
details: CustomerServiceCustomDetailValuesQueryResult;
|
|
8956
8998
|
entitlementList: Array<CustomerServiceEntitlement>;
|
|
8957
8999
|
entitlements?: Maybe<CustomerServiceEntitlementConnection>;
|
|
8958
9000
|
id: Scalars['ID']['output'];
|
|
@@ -9730,7 +9772,6 @@ export declare type DevOpsDesignProvider = DevOpsDataProvider & {
|
|
|
9730
9772
|
appInstallationId?: Maybe<Scalars['ID']['output']>;
|
|
9731
9773
|
configState?: Maybe<JiraAppConfigState>;
|
|
9732
9774
|
documentationUrl?: Maybe<Scalars['URL']['output']>;
|
|
9733
|
-
grant3LOUrl?: Maybe<Scalars['String']['output']>;
|
|
9734
9775
|
handledDomainName?: Maybe<Scalars['String']['output']>;
|
|
9735
9776
|
homeUrl?: Maybe<Scalars['URL']['output']>;
|
|
9736
9777
|
id: Scalars['ID']['output'];
|
|
@@ -9824,7 +9865,6 @@ export declare type DevOpsDocumentationProvider = DevOpsDataProvider & {
|
|
|
9824
9865
|
appInstallationId?: Maybe<Scalars['ID']['output']>;
|
|
9825
9866
|
configState?: Maybe<JiraAppConfigState>;
|
|
9826
9867
|
documentationUrl?: Maybe<Scalars['URL']['output']>;
|
|
9827
|
-
grant3LOUrl?: Maybe<Scalars['String']['output']>;
|
|
9828
9868
|
homeUrl?: Maybe<Scalars['URL']['output']>;
|
|
9829
9869
|
id: Scalars['ID']['output'];
|
|
9830
9870
|
linkedContainers?: Maybe<AriGraphRelationshipConnection>;
|
|
@@ -10712,10 +10752,8 @@ export declare type DevOpsSummarisedFeatureFlags = {
|
|
|
10712
10752
|
export declare type DevOpsSupportedActions = {
|
|
10713
10753
|
__typename?: 'DevOpsSupportedActions';
|
|
10714
10754
|
associate?: Maybe<Scalars['Boolean']['output']>;
|
|
10715
|
-
check3LO?: Maybe<Scalars['Boolean']['output']>;
|
|
10716
10755
|
checkAuth?: Maybe<Scalars['Boolean']['output']>;
|
|
10717
10756
|
disassociate?: Maybe<Scalars['Boolean']['output']>;
|
|
10718
|
-
grant3LO?: Maybe<Scalars['Boolean']['output']>;
|
|
10719
10757
|
listContainers?: Maybe<Scalars['Boolean']['output']>;
|
|
10720
10758
|
searchConnectedWorkspaces?: Maybe<Scalars['Boolean']['output']>;
|
|
10721
10759
|
searchContainers?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -16132,6 +16170,8 @@ export declare type GraphStore = {
|
|
|
16132
16170
|
projectHasIssueInverse?: Maybe<GraphStoreSimplifiedProjectHasIssueInverseConnection>;
|
|
16133
16171
|
projectHasIssueInverseRelationship?: Maybe<GraphStoreFullProjectHasIssueConnection>;
|
|
16134
16172
|
projectHasIssueRelationship?: Maybe<GraphStoreFullProjectHasIssueConnection>;
|
|
16173
|
+
projectHasRelatedWorkWithProject?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection>;
|
|
16174
|
+
projectHasRelatedWorkWithProjectInverse?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection>;
|
|
16135
16175
|
projectHasSharedVersionWith?: Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithConnection>;
|
|
16136
16176
|
projectHasSharedVersionWithInverse?: Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithInverseConnection>;
|
|
16137
16177
|
projectHasSharedVersionWithInverseRelationship?: Maybe<GraphStoreFullProjectHasSharedVersionWithConnection>;
|
|
@@ -17444,6 +17484,16 @@ export declare type GraphStoreProjectHasIssueRelationshipArgs = {
|
|
|
17444
17484
|
id: Scalars['ID']['input'];
|
|
17445
17485
|
sort?: InputMaybe<GraphStoreProjectHasIssueSortInput>;
|
|
17446
17486
|
};
|
|
17487
|
+
export declare type GraphStoreProjectHasRelatedWorkWithProjectArgs = {
|
|
17488
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
17489
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17490
|
+
id: Scalars['ID']['input'];
|
|
17491
|
+
};
|
|
17492
|
+
export declare type GraphStoreProjectHasRelatedWorkWithProjectInverseArgs = {
|
|
17493
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
17494
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17495
|
+
id: Scalars['ID']['input'];
|
|
17496
|
+
};
|
|
17447
17497
|
export declare type GraphStoreProjectHasSharedVersionWithArgs = {
|
|
17448
17498
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
17449
17499
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -18416,6 +18466,46 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIs
|
|
|
18416
18466
|
export declare type GraphStoreBooleanFilterInput = {
|
|
18417
18467
|
is?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18418
18468
|
};
|
|
18469
|
+
export declare type GraphStoreCreateComponentImpactedByIncidentInput = {
|
|
18470
|
+
relationships: Array<GraphStoreCreateComponentImpactedByIncidentRelationshipInput>;
|
|
18471
|
+
};
|
|
18472
|
+
export declare enum GraphStoreCreateComponentImpactedByIncidentJiraIncidentPriorityInput {
|
|
18473
|
+
NotSet = "NOT_SET",
|
|
18474
|
+
P1 = "P1",
|
|
18475
|
+
P2 = "P2",
|
|
18476
|
+
P3 = "P3",
|
|
18477
|
+
P4 = "P4",
|
|
18478
|
+
P5 = "P5",
|
|
18479
|
+
Pending = "PENDING",
|
|
18480
|
+
Unknown = "UNKNOWN"
|
|
18481
|
+
}
|
|
18482
|
+
export declare enum GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput {
|
|
18483
|
+
Done = "DONE",
|
|
18484
|
+
Indeterminate = "INDETERMINATE",
|
|
18485
|
+
New = "NEW",
|
|
18486
|
+
NotSet = "NOT_SET",
|
|
18487
|
+
Undefined = "UNDEFINED"
|
|
18488
|
+
}
|
|
18489
|
+
export declare type GraphStoreCreateComponentImpactedByIncidentPayload = Payload & {
|
|
18490
|
+
__typename?: 'GraphStoreCreateComponentImpactedByIncidentPayload';
|
|
18491
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18492
|
+
success: Scalars['Boolean']['output'];
|
|
18493
|
+
};
|
|
18494
|
+
export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipInput = {
|
|
18495
|
+
from: Scalars['ID']['input'];
|
|
18496
|
+
objectMetadata?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentRelationshipObjectMetadataInput>;
|
|
18497
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
18498
|
+
to: Scalars['ID']['input'];
|
|
18499
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
18500
|
+
};
|
|
18501
|
+
export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjectMetadataInput = {
|
|
18502
|
+
affectedServiceAris?: InputMaybe<Scalars['String']['input']>;
|
|
18503
|
+
assigneeAri?: InputMaybe<Scalars['String']['input']>;
|
|
18504
|
+
majorIncident?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18505
|
+
priority?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentPriorityInput>;
|
|
18506
|
+
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
18507
|
+
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
18508
|
+
};
|
|
18419
18509
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
18420
18510
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
18421
18511
|
};
|
|
@@ -18570,6 +18660,20 @@ export declare type GraphStoreCreateProjectDocumentationSpaceRelationshipInput =
|
|
|
18570
18660
|
to: Scalars['ID']['input'];
|
|
18571
18661
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
18572
18662
|
};
|
|
18663
|
+
export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectInput = {
|
|
18664
|
+
relationships: Array<GraphStoreCreateProjectHasRelatedWorkWithProjectRelationshipInput>;
|
|
18665
|
+
};
|
|
18666
|
+
export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectPayload = Payload & {
|
|
18667
|
+
__typename?: 'GraphStoreCreateProjectHasRelatedWorkWithProjectPayload';
|
|
18668
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18669
|
+
success: Scalars['Boolean']['output'];
|
|
18670
|
+
};
|
|
18671
|
+
export declare type GraphStoreCreateProjectHasRelatedWorkWithProjectRelationshipInput = {
|
|
18672
|
+
from: Scalars['ID']['input'];
|
|
18673
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
18674
|
+
to: Scalars['ID']['input'];
|
|
18675
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
18676
|
+
};
|
|
18573
18677
|
export declare type GraphStoreCreateProjectHasSharedVersionWithInput = {
|
|
18574
18678
|
relationships: Array<GraphStoreCreateProjectHasSharedVersionWithRelationshipInput>;
|
|
18575
18679
|
};
|
|
@@ -18710,6 +18814,18 @@ export declare type GraphStoreDateFilterInput = {
|
|
|
18710
18814
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
18711
18815
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
18712
18816
|
};
|
|
18817
|
+
export declare type GraphStoreDeleteComponentImpactedByIncidentInput = {
|
|
18818
|
+
relationships: Array<GraphStoreDeleteComponentImpactedByIncidentRelationshipInput>;
|
|
18819
|
+
};
|
|
18820
|
+
export declare type GraphStoreDeleteComponentImpactedByIncidentPayload = Payload & {
|
|
18821
|
+
__typename?: 'GraphStoreDeleteComponentImpactedByIncidentPayload';
|
|
18822
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18823
|
+
success: Scalars['Boolean']['output'];
|
|
18824
|
+
};
|
|
18825
|
+
export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput = {
|
|
18826
|
+
from: Scalars['ID']['input'];
|
|
18827
|
+
to: Scalars['ID']['input'];
|
|
18828
|
+
};
|
|
18713
18829
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
18714
18830
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
18715
18831
|
};
|
|
@@ -18842,6 +18958,18 @@ export declare type GraphStoreDeleteProjectDocumentationSpaceRelationshipInput =
|
|
|
18842
18958
|
from: Scalars['ID']['input'];
|
|
18843
18959
|
to: Scalars['ID']['input'];
|
|
18844
18960
|
};
|
|
18961
|
+
export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectInput = {
|
|
18962
|
+
relationships: Array<GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationshipInput>;
|
|
18963
|
+
};
|
|
18964
|
+
export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload = Payload & {
|
|
18965
|
+
__typename?: 'GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload';
|
|
18966
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18967
|
+
success: Scalars['Boolean']['output'];
|
|
18968
|
+
};
|
|
18969
|
+
export declare type GraphStoreDeleteProjectHasRelatedWorkWithProjectRelationshipInput = {
|
|
18970
|
+
from: Scalars['ID']['input'];
|
|
18971
|
+
to: Scalars['ID']['input'];
|
|
18972
|
+
};
|
|
18845
18973
|
export declare type GraphStoreDeleteProjectHasSharedVersionWithInput = {
|
|
18846
18974
|
relationships: Array<GraphStoreDeleteProjectHasSharedVersionWithRelationshipInput>;
|
|
18847
18975
|
};
|
|
@@ -22413,6 +22541,7 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
22413
22541
|
};
|
|
22414
22542
|
export declare type GraphStoreMutation = {
|
|
22415
22543
|
__typename?: 'GraphStoreMutation';
|
|
22544
|
+
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
22416
22545
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
22417
22546
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
22418
22547
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -22424,6 +22553,7 @@ export declare type GraphStoreMutation = {
|
|
|
22424
22553
|
createProjectDocumentationEntity?: Maybe<GraphStoreCreateProjectDocumentationEntityPayload>;
|
|
22425
22554
|
createProjectDocumentationPage?: Maybe<GraphStoreCreateProjectDocumentationPagePayload>;
|
|
22426
22555
|
createProjectDocumentationSpace?: Maybe<GraphStoreCreateProjectDocumentationSpacePayload>;
|
|
22556
|
+
createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
|
|
22427
22557
|
createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
|
|
22428
22558
|
createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
|
|
22429
22559
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
@@ -22431,6 +22561,7 @@ export declare type GraphStoreMutation = {
|
|
|
22431
22561
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
22432
22562
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
22433
22563
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
22564
|
+
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
22434
22565
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
22435
22566
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
22436
22567
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -22442,6 +22573,7 @@ export declare type GraphStoreMutation = {
|
|
|
22442
22573
|
deleteProjectDocumentationEntity?: Maybe<GraphStoreDeleteProjectDocumentationEntityPayload>;
|
|
22443
22574
|
deleteProjectDocumentationPage?: Maybe<GraphStoreDeleteProjectDocumentationPagePayload>;
|
|
22444
22575
|
deleteProjectDocumentationSpace?: Maybe<GraphStoreDeleteProjectDocumentationSpacePayload>;
|
|
22576
|
+
deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
|
|
22445
22577
|
deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
|
|
22446
22578
|
deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
|
|
22447
22579
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
@@ -22450,6 +22582,9 @@ export declare type GraphStoreMutation = {
|
|
|
22450
22582
|
deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
|
|
22451
22583
|
deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
|
|
22452
22584
|
};
|
|
22585
|
+
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
22586
|
+
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
22587
|
+
};
|
|
22453
22588
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
22454
22589
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
22455
22590
|
};
|
|
@@ -22483,6 +22618,9 @@ export declare type GraphStoreMutationCreateProjectDocumentationPageArgs = {
|
|
|
22483
22618
|
export declare type GraphStoreMutationCreateProjectDocumentationSpaceArgs = {
|
|
22484
22619
|
input?: InputMaybe<GraphStoreCreateProjectDocumentationSpaceInput>;
|
|
22485
22620
|
};
|
|
22621
|
+
export declare type GraphStoreMutationCreateProjectHasRelatedWorkWithProjectArgs = {
|
|
22622
|
+
input?: InputMaybe<GraphStoreCreateProjectHasRelatedWorkWithProjectInput>;
|
|
22623
|
+
};
|
|
22486
22624
|
export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
|
|
22487
22625
|
input?: InputMaybe<GraphStoreCreateProjectHasSharedVersionWithInput>;
|
|
22488
22626
|
};
|
|
@@ -22504,6 +22642,9 @@ export declare type GraphStoreMutationCreateVersionUserAssociatedFeatureFlagArgs
|
|
|
22504
22642
|
export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
22505
22643
|
input?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueInput>;
|
|
22506
22644
|
};
|
|
22645
|
+
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
22646
|
+
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
22647
|
+
};
|
|
22507
22648
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
22508
22649
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
22509
22650
|
};
|
|
@@ -22537,6 +22678,9 @@ export declare type GraphStoreMutationDeleteProjectDocumentationPageArgs = {
|
|
|
22537
22678
|
export declare type GraphStoreMutationDeleteProjectDocumentationSpaceArgs = {
|
|
22538
22679
|
input?: InputMaybe<GraphStoreDeleteProjectDocumentationSpaceInput>;
|
|
22539
22680
|
};
|
|
22681
|
+
export declare type GraphStoreMutationDeleteProjectHasRelatedWorkWithProjectArgs = {
|
|
22682
|
+
input?: InputMaybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectInput>;
|
|
22683
|
+
};
|
|
22540
22684
|
export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
|
|
22541
22685
|
input?: InputMaybe<GraphStoreDeleteProjectHasSharedVersionWithInput>;
|
|
22542
22686
|
};
|
|
@@ -24380,6 +24524,36 @@ export declare type GraphStoreSimplifiedProjectHasIssueInverseEdge = {
|
|
|
24380
24524
|
};
|
|
24381
24525
|
export declare type GraphStoreSimplifiedProjectHasIssueInverseUnion = JiraProject;
|
|
24382
24526
|
export declare type GraphStoreSimplifiedProjectHasIssueUnion = JiraIssue;
|
|
24527
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection = HasPageInfo & HasTotal & {
|
|
24528
|
+
__typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectConnection';
|
|
24529
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge>>>;
|
|
24530
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
24531
|
+
pageInfo: PageInfo;
|
|
24532
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
24533
|
+
};
|
|
24534
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge = {
|
|
24535
|
+
__typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectEdge';
|
|
24536
|
+
createdAt: Scalars['DateTime']['output'];
|
|
24537
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
24538
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
24539
|
+
node?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectUnion>;
|
|
24540
|
+
};
|
|
24541
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
24542
|
+
__typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseConnection';
|
|
24543
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge>>>;
|
|
24544
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
24545
|
+
pageInfo: PageInfo;
|
|
24546
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
24547
|
+
};
|
|
24548
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge = {
|
|
24549
|
+
__typename?: 'GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseEdge';
|
|
24550
|
+
createdAt: Scalars['DateTime']['output'];
|
|
24551
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
24552
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
24553
|
+
node?: Maybe<GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseUnion>;
|
|
24554
|
+
};
|
|
24555
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectInverseUnion = JiraProject;
|
|
24556
|
+
export declare type GraphStoreSimplifiedProjectHasRelatedWorkWithProjectUnion = JiraProject;
|
|
24383
24557
|
export declare type GraphStoreSimplifiedProjectHasSharedVersionWithConnection = HasPageInfo & HasTotal & {
|
|
24384
24558
|
__typename?: 'GraphStoreSimplifiedProjectHasSharedVersionWithConnection';
|
|
24385
24559
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedProjectHasSharedVersionWithEdge>>>;
|
|
@@ -26218,13 +26392,18 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
26218
26392
|
header?: Maybe<Scalars['String']['output']>;
|
|
26219
26393
|
message?: Maybe<Scalars['String']['output']>;
|
|
26220
26394
|
};
|
|
26395
|
+
export declare type HelpLayoutAnnouncementInput = {
|
|
26396
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
26397
|
+
};
|
|
26221
26398
|
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
26222
26399
|
export declare type HelpLayoutAtomicElementInput = {
|
|
26400
|
+
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
26223
26401
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
26224
26402
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
26225
26403
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
26226
26404
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
26227
26405
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
26406
|
+
topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
|
|
26228
26407
|
};
|
|
26229
26408
|
export declare enum HelpLayoutAtomicElementKey {
|
|
26230
26409
|
Announcement = "ANNOUNCEMENT",
|
|
@@ -26290,12 +26469,14 @@ export declare enum HelpLayoutElementCategory {
|
|
|
26290
26469
|
Navigation = "NAVIGATION"
|
|
26291
26470
|
}
|
|
26292
26471
|
export declare type HelpLayoutElementInput = {
|
|
26472
|
+
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
26293
26473
|
elementTypeKey: HelpLayoutElementKey;
|
|
26294
26474
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
26295
26475
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
26296
26476
|
linkCardInput?: InputMaybe<HelpLayoutLinkCardInput>;
|
|
26297
26477
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
26298
26478
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
26479
|
+
topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
|
|
26299
26480
|
};
|
|
26300
26481
|
export declare enum HelpLayoutElementKey {
|
|
26301
26482
|
Announcement = "ANNOUNCEMENT",
|
|
@@ -26575,6 +26756,9 @@ export declare type HelpLayoutTopicsListElementData = {
|
|
|
26575
26756
|
__typename?: 'HelpLayoutTopicsListElementData';
|
|
26576
26757
|
topics?: Maybe<Array<HelpLayoutTopic>>;
|
|
26577
26758
|
};
|
|
26759
|
+
export declare type HelpLayoutTopicsListInput = {
|
|
26760
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
26761
|
+
};
|
|
26578
26762
|
export declare type HelpLayoutUpdateInput = {
|
|
26579
26763
|
layoutId: Scalars['ID']['input'];
|
|
26580
26764
|
sections: Array<HelpLayoutSectionInput>;
|
|
@@ -26865,7 +27049,7 @@ export declare type HelpObjectStoreSearchInput = {
|
|
|
26865
27049
|
};
|
|
26866
27050
|
export declare type HelpObjectStoreSearchMetaData = {
|
|
26867
27051
|
__typename?: 'HelpObjectStoreSearchMetaData';
|
|
26868
|
-
searchScore: Scalars['
|
|
27052
|
+
searchScore: Scalars['Float']['output'];
|
|
26869
27053
|
};
|
|
26870
27054
|
export declare type HelpObjectStoreSearchResult = Node & {
|
|
26871
27055
|
__typename?: 'HelpObjectStoreSearchResult';
|
|
@@ -27269,6 +27453,7 @@ export declare type InsightsGithubOnboardingDetails = {
|
|
|
27269
27453
|
};
|
|
27270
27454
|
export declare type InsightsMutation = {
|
|
27271
27455
|
__typename?: 'InsightsMutation';
|
|
27456
|
+
completeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
|
|
27272
27457
|
purgeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
|
|
27273
27458
|
purgeUserActionStateForCurrentUser?: Maybe<InsightsActionNextBestTaskPayload>;
|
|
27274
27459
|
removeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
|
|
@@ -27276,6 +27461,9 @@ export declare type InsightsMutation = {
|
|
|
27276
27461
|
snoozeOnboarding?: Maybe<InsightsGithubOnboardingActionResponse>;
|
|
27277
27462
|
snoozeTask?: Maybe<InsightsActionNextBestTaskPayload>;
|
|
27278
27463
|
};
|
|
27464
|
+
export declare type InsightsMutationCompleteOnboardingArgs = {
|
|
27465
|
+
input: InsightsGithubOnboardingActionInput;
|
|
27466
|
+
};
|
|
27279
27467
|
export declare type InsightsMutationPurgeOnboardingArgs = {
|
|
27280
27468
|
input: InsightsGithubOnboardingActionInput;
|
|
27281
27469
|
};
|
|
@@ -28103,12 +28291,38 @@ export declare type JiraAppConfigStateEdge = {
|
|
|
28103
28291
|
cursor: Scalars['String']['output'];
|
|
28104
28292
|
node?: Maybe<JiraAppConfigState>;
|
|
28105
28293
|
};
|
|
28106
|
-
export declare type
|
|
28294
|
+
export declare type JiraAppNavigationConfig = {
|
|
28295
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
28296
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
28297
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationConfig>>>;
|
|
28298
|
+
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28299
|
+
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28300
|
+
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28301
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
28302
|
+
};
|
|
28303
|
+
export declare type JiraAppNavigationItem = JiraAppNavigationConfig & JiraNavigationItem & Node & {
|
|
28107
28304
|
__typename?: 'JiraAppNavigationItem';
|
|
28305
|
+
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
28306
|
+
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
28108
28307
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
28109
28308
|
id: Scalars['ID']['output'];
|
|
28110
28309
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
28111
28310
|
label?: Maybe<Scalars['String']['output']>;
|
|
28311
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
|
|
28312
|
+
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28313
|
+
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28314
|
+
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28315
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
28316
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
28317
|
+
};
|
|
28318
|
+
export declare type JiraAppNavigationItemNestedLink = JiraAppNavigationConfig & {
|
|
28319
|
+
__typename?: 'JiraAppNavigationItemNestedLink';
|
|
28320
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
28321
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
28322
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
|
|
28323
|
+
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28324
|
+
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28325
|
+
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28112
28326
|
url?: Maybe<Scalars['String']['output']>;
|
|
28113
28327
|
};
|
|
28114
28328
|
export declare type JiraAppUiModifications = {
|
|
@@ -28551,6 +28765,17 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
28551
28765
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
28552
28766
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
28553
28767
|
};
|
|
28768
|
+
export declare type JiraBulkCreateIssueLinksInput = {
|
|
28769
|
+
issueLinkTypeId: Scalars['ID']['input'];
|
|
28770
|
+
sourceIssueId: Scalars['ID']['input'];
|
|
28771
|
+
targetIssueIds: Array<Scalars['ID']['input']>;
|
|
28772
|
+
};
|
|
28773
|
+
export declare type JiraBulkCreateIssueLinksPayload = Payload & {
|
|
28774
|
+
__typename?: 'JiraBulkCreateIssueLinksPayload';
|
|
28775
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28776
|
+
issueLinkEdges?: Maybe<Array<JiraIssueLinkEdge>>;
|
|
28777
|
+
success: Scalars['Boolean']['output'];
|
|
28778
|
+
};
|
|
28554
28779
|
export declare type JiraBulkEditField = Node & {
|
|
28555
28780
|
__typename?: 'JiraBulkEditField';
|
|
28556
28781
|
bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
|
|
@@ -29578,7 +29803,7 @@ export declare enum JiraContactOrgAdminToEnableAtlassianIntelligenceState {
|
|
|
29578
29803
|
}
|
|
29579
29804
|
export declare type JiraCreateAgileReleaseTrainInput = {
|
|
29580
29805
|
cloudId: Scalars['ID']['input'];
|
|
29581
|
-
configurationId
|
|
29806
|
+
configurationId?: InputMaybe<Scalars['ID']['input']>;
|
|
29582
29807
|
largeSolutionProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
29583
29808
|
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
29584
29809
|
teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -29617,7 +29842,7 @@ export declare type JiraCreateCustomFilterPayload = Payload & {
|
|
|
29617
29842
|
};
|
|
29618
29843
|
export declare type JiraCreateLargeSolutionInput = {
|
|
29619
29844
|
cloudId: Scalars['ID']['input'];
|
|
29620
|
-
configurationId
|
|
29845
|
+
configurationId?: InputMaybe<Scalars['ID']['input']>;
|
|
29621
29846
|
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
29622
29847
|
};
|
|
29623
29848
|
export declare type JiraCreateLargeSolutionPayload = Payload & {
|
|
@@ -30367,6 +30592,12 @@ export declare type JiraFieldType = {
|
|
|
30367
30592
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30368
30593
|
name: Scalars['String']['output'];
|
|
30369
30594
|
};
|
|
30595
|
+
export declare type JiraFieldValidationMutationErrorExtension = MutationErrorExtension & {
|
|
30596
|
+
__typename?: 'JiraFieldValidationMutationErrorExtension';
|
|
30597
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
30598
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
30599
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
30600
|
+
};
|
|
30370
30601
|
export declare type JiraFilter = {
|
|
30371
30602
|
filterId: Scalars['String']['output'];
|
|
30372
30603
|
filterUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -30915,7 +31146,7 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
30915
31146
|
};
|
|
30916
31147
|
export declare type JiraIssue = Node & {
|
|
30917
31148
|
__typename?: 'JiraIssue';
|
|
30918
|
-
|
|
31149
|
+
assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
|
|
30919
31150
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
30920
31151
|
canBeExported?: Maybe<Scalars['Boolean']['output']>;
|
|
30921
31152
|
childIssues?: Maybe<JiraChildIssues>;
|
|
@@ -30923,11 +31154,12 @@ export declare type JiraIssue = Node & {
|
|
|
30923
31154
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
30924
31155
|
comments?: Maybe<JiraCommentConnection>;
|
|
30925
31156
|
deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
|
|
31157
|
+
descriptionField?: Maybe<JiraRichTextField>;
|
|
30926
31158
|
designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
|
|
30927
31159
|
devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
|
|
30928
31160
|
devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
|
|
30929
31161
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
30930
|
-
|
|
31162
|
+
dueDateField?: Maybe<JiraDatePickerField>;
|
|
30931
31163
|
errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
|
|
30932
31164
|
fieldByIdOrAlias?: Maybe<JiraIssueField>;
|
|
30933
31165
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
@@ -30948,6 +31180,7 @@ export declare type JiraIssue = Node & {
|
|
|
30948
31180
|
issueId: Scalars['String']['output'];
|
|
30949
31181
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
30950
31182
|
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
31183
|
+
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
30951
31184
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
30952
31185
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
30953
31186
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -30955,14 +31188,18 @@ export declare type JiraIssue = Node & {
|
|
|
30955
31188
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
30956
31189
|
linkedDesigns?: Maybe<GraphJiraDesignConnection>;
|
|
30957
31190
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
31191
|
+
priorityField?: Maybe<JiraPriorityField>;
|
|
30958
31192
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
31193
|
+
resolutionField?: Maybe<JiraResolutionField>;
|
|
30959
31194
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
30960
31195
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
30961
31196
|
smartSummary?: Maybe<JiraAdf>;
|
|
30962
|
-
|
|
31197
|
+
startDateField?: Maybe<JiraDatePickerField>;
|
|
31198
|
+
statusField?: Maybe<JiraStatusField>;
|
|
30963
31199
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
30964
31200
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
30965
31201
|
suggestFieldValues?: Maybe<JiraSuggestedIssueFieldValuesResult>;
|
|
31202
|
+
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
30966
31203
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
30967
31204
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
30968
31205
|
};
|
|
@@ -31611,7 +31848,7 @@ export declare type JiraIssueLinkFieldIssuesArgs = {
|
|
|
31611
31848
|
showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31612
31849
|
};
|
|
31613
31850
|
export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
|
|
31614
|
-
|
|
31851
|
+
linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
|
|
31615
31852
|
linkType: Scalars['ID']['input'];
|
|
31616
31853
|
operation: JiraAddValueFieldOperations;
|
|
31617
31854
|
};
|
|
@@ -31903,11 +32140,17 @@ export declare type JiraIssueTransitionComment = {
|
|
|
31903
32140
|
export declare type JiraIssueTransitionCommentInput = {
|
|
31904
32141
|
body: JiraAdfInput;
|
|
31905
32142
|
operation: JiraAddValueFieldOperations;
|
|
32143
|
+
type?: InputMaybe<JiraIssueTransitionCommentType>;
|
|
32144
|
+
visibility?: InputMaybe<JiraIssueTransitionCommentVisibilityInput>;
|
|
31906
32145
|
};
|
|
31907
32146
|
export declare enum JiraIssueTransitionCommentType {
|
|
31908
32147
|
InternalNote = "INTERNAL_NOTE",
|
|
31909
32148
|
ReplyToCustomer = "REPLY_TO_CUSTOMER"
|
|
31910
32149
|
}
|
|
32150
|
+
export declare type JiraIssueTransitionCommentVisibilityInput = {
|
|
32151
|
+
groupId?: InputMaybe<Scalars['ID']['input']>;
|
|
32152
|
+
roleId?: InputMaybe<Scalars['ID']['input']>;
|
|
32153
|
+
};
|
|
31911
32154
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
31912
32155
|
JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
|
|
31913
32156
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
@@ -31928,10 +32171,12 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
31928
32171
|
JiraRadioSelectField?: InputMaybe<Array<JiraUpdateRadioSelectFieldInput>>;
|
|
31929
32172
|
JiraResolutionField?: InputMaybe<Array<JiraUpdateResolutionFieldInput>>;
|
|
31930
32173
|
JiraRichTextField?: InputMaybe<Array<JiraUpdateRichTextFieldInput>>;
|
|
32174
|
+
JiraSecurityLevelField?: InputMaybe<Array<JiraUpdateSecurityLevelFieldInput>>;
|
|
31931
32175
|
JiraSingleGroupPickerField?: InputMaybe<Array<JiraUpdateSingleGroupPickerFieldInput>>;
|
|
31932
32176
|
JiraSingleLineTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
31933
32177
|
JiraSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
31934
32178
|
JiraSingleSelectUserPickerField?: InputMaybe<Array<JiraUpdateSingleSelectUserPickerFieldInput>>;
|
|
32179
|
+
JiraSingleVersionPickerField?: InputMaybe<Array<JiraUpdateSingleVersionPickerFieldInput>>;
|
|
31935
32180
|
JiraSprintField?: InputMaybe<Array<JiraUpdateSprintFieldInput>>;
|
|
31936
32181
|
JiraTeamViewField?: InputMaybe<Array<JiraUpdateTeamFieldInput>>;
|
|
31937
32182
|
JiraTimeTrackingField?: InputMaybe<Array<JiraUpdateTimeTrackingFieldInput>>;
|
|
@@ -32748,6 +32993,10 @@ export declare type JiraLinkIssuesToIncidentMutationPayload = Payload & {
|
|
|
32748
32993
|
errors?: Maybe<Array<MutationError>>;
|
|
32749
32994
|
success: Scalars['Boolean']['output'];
|
|
32750
32995
|
};
|
|
32996
|
+
export declare type JiraLinkedIssuesInput = {
|
|
32997
|
+
inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
32998
|
+
outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
32999
|
+
};
|
|
32751
33000
|
export declare type JiraLongRunningTaskProgress = {
|
|
32752
33001
|
__typename?: 'JiraLongRunningTaskProgress';
|
|
32753
33002
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -32838,6 +33087,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
|
|
|
32838
33087
|
export declare type JiraMultipleGroupPickerFieldGroupsArgs = {
|
|
32839
33088
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32840
33089
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
33090
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
32841
33091
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32842
33092
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32843
33093
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33047,6 +33297,7 @@ export declare type JiraMutation = {
|
|
|
33047
33297
|
createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
|
|
33048
33298
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
33049
33299
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
33300
|
+
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
33050
33301
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
33051
33302
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
33052
33303
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
@@ -33140,10 +33391,12 @@ export declare type JiraMutation = {
|
|
|
33140
33391
|
updateReleaseNotesConfiguration?: Maybe<JiraUpdateReleaseNotesConfigurationPayload>;
|
|
33141
33392
|
updateResolutionField?: Maybe<JiraResolutionFieldPayload>;
|
|
33142
33393
|
updateRichTextField?: Maybe<JiraRichTextFieldPayload>;
|
|
33394
|
+
updateSecurityLevelField?: Maybe<JiraSecurityLevelFieldPayload>;
|
|
33143
33395
|
updateSingleGroupPickerField?: Maybe<JiraSingleGroupPickerFieldPayload>;
|
|
33144
33396
|
updateSingleLineTextField?: Maybe<JiraSingleLineTextFieldPayload>;
|
|
33145
33397
|
updateSingleSelectField?: Maybe<JiraSingleSelectFieldPayload>;
|
|
33146
33398
|
updateSingleSelectUserPickerField?: Maybe<JiraSingleSelectUserPickerFieldPayload>;
|
|
33399
|
+
updateSingleVersionPickerField?: Maybe<JiraSingleVersionPickerFieldPayload>;
|
|
33147
33400
|
updateSprintField?: Maybe<JiraSprintFieldPayload>;
|
|
33148
33401
|
updateStatusByQuickTransition?: Maybe<JiraStatusFieldPayload>;
|
|
33149
33402
|
updateStoryPointEstimateField?: Maybe<JiraStoryPointEstimateFieldPayload>;
|
|
@@ -33198,6 +33451,10 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
|
|
|
33198
33451
|
cloudId: Scalars['ID']['input'];
|
|
33199
33452
|
input: JiraCreateApproverListFieldInput;
|
|
33200
33453
|
};
|
|
33454
|
+
export declare type JiraMutationCreateIssueLinksArgs = {
|
|
33455
|
+
cloudId: Scalars['ID']['input'];
|
|
33456
|
+
input: JiraBulkCreateIssueLinksInput;
|
|
33457
|
+
};
|
|
33201
33458
|
export declare type JiraMutationCreateJiraVersionArgs = {
|
|
33202
33459
|
input: JiraVersionCreateMutationInput;
|
|
33203
33460
|
};
|
|
@@ -33485,6 +33742,9 @@ export declare type JiraMutationUpdateResolutionFieldArgs = {
|
|
|
33485
33742
|
export declare type JiraMutationUpdateRichTextFieldArgs = {
|
|
33486
33743
|
input: JiraUpdateRichTextFieldInput;
|
|
33487
33744
|
};
|
|
33745
|
+
export declare type JiraMutationUpdateSecurityLevelFieldArgs = {
|
|
33746
|
+
input: JiraUpdateSecurityLevelFieldInput;
|
|
33747
|
+
};
|
|
33488
33748
|
export declare type JiraMutationUpdateSingleGroupPickerFieldArgs = {
|
|
33489
33749
|
input: JiraUpdateSingleGroupPickerFieldInput;
|
|
33490
33750
|
};
|
|
@@ -33497,6 +33757,9 @@ export declare type JiraMutationUpdateSingleSelectFieldArgs = {
|
|
|
33497
33757
|
export declare type JiraMutationUpdateSingleSelectUserPickerFieldArgs = {
|
|
33498
33758
|
input: JiraUpdateSingleSelectUserPickerFieldInput;
|
|
33499
33759
|
};
|
|
33760
|
+
export declare type JiraMutationUpdateSingleVersionPickerFieldArgs = {
|
|
33761
|
+
input: JiraUpdateSingleVersionPickerFieldInput;
|
|
33762
|
+
};
|
|
33500
33763
|
export declare type JiraMutationUpdateSprintFieldArgs = {
|
|
33501
33764
|
input: JiraUpdateSprintFieldInput;
|
|
33502
33765
|
};
|
|
@@ -33560,9 +33823,12 @@ export declare type JiraNaturalLanguageToJqlInput = {
|
|
|
33560
33823
|
naturalLanguageInput: Scalars['String']['input'];
|
|
33561
33824
|
};
|
|
33562
33825
|
export declare type JiraNavigationItem = {
|
|
33826
|
+
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
33827
|
+
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
33563
33828
|
id: Scalars['ID']['output'];
|
|
33564
33829
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
33565
33830
|
label?: Maybe<Scalars['String']['output']>;
|
|
33831
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
33566
33832
|
};
|
|
33567
33833
|
export declare type JiraNavigationItemConnection = HasPageInfo & {
|
|
33568
33834
|
__typename?: 'JiraNavigationItemConnection';
|
|
@@ -33575,6 +33841,33 @@ export declare type JiraNavigationItemEdge = {
|
|
|
33575
33841
|
cursor: Scalars['String']['output'];
|
|
33576
33842
|
node?: Maybe<JiraNavigationItem>;
|
|
33577
33843
|
};
|
|
33844
|
+
export declare enum JiraNavigationItemTypeKey {
|
|
33845
|
+
App = "APP",
|
|
33846
|
+
Approvals = "APPROVALS",
|
|
33847
|
+
Apps = "APPS",
|
|
33848
|
+
Attachments = "ATTACHMENTS",
|
|
33849
|
+
Backlog = "BACKLOG",
|
|
33850
|
+
Board = "BOARD",
|
|
33851
|
+
Calendar = "CALENDAR",
|
|
33852
|
+
Code = "CODE",
|
|
33853
|
+
Components = "COMPONENTS",
|
|
33854
|
+
Deployments = "DEPLOYMENTS",
|
|
33855
|
+
Forms = "FORMS",
|
|
33856
|
+
Goals = "GOALS",
|
|
33857
|
+
Incidents = "INCIDENTS",
|
|
33858
|
+
Issues = "ISSUES",
|
|
33859
|
+
List = "LIST",
|
|
33860
|
+
OnCall = "ON_CALL",
|
|
33861
|
+
Pages = "PAGES",
|
|
33862
|
+
Releases = "RELEASES",
|
|
33863
|
+
Reports = "REPORTS",
|
|
33864
|
+
Requests = "REQUESTS",
|
|
33865
|
+
Security = "SECURITY",
|
|
33866
|
+
Shortcut = "SHORTCUT",
|
|
33867
|
+
Shortcuts = "SHORTCUTS",
|
|
33868
|
+
Summary = "SUMMARY",
|
|
33869
|
+
Timeline = "TIMELINE"
|
|
33870
|
+
}
|
|
33578
33871
|
export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
33579
33872
|
__typename?: 'JiraNavigationUIStateUserProperty';
|
|
33580
33873
|
id: Scalars['ID']['output'];
|
|
@@ -33589,6 +33882,14 @@ export declare type JiraNavigationUiStateUserPropertyRightPanelsArgs = {
|
|
|
33589
33882
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33590
33883
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33591
33884
|
};
|
|
33885
|
+
export declare enum JiraNotificationCategoryType {
|
|
33886
|
+
CommentChanges = "COMMENT_CHANGES",
|
|
33887
|
+
IssueAssigned = "ISSUE_ASSIGNED",
|
|
33888
|
+
IssueChanges = "ISSUE_CHANGES",
|
|
33889
|
+
IssueMentioned = "ISSUE_MENTIONED",
|
|
33890
|
+
IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
|
|
33891
|
+
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
|
|
33892
|
+
}
|
|
33592
33893
|
export declare type JiraNotificationChannel = {
|
|
33593
33894
|
__typename?: 'JiraNotificationChannel';
|
|
33594
33895
|
channel?: Maybe<JiraNotificationChannelType>;
|
|
@@ -33615,6 +33916,7 @@ export declare type JiraNotificationOptions = {
|
|
|
33615
33916
|
};
|
|
33616
33917
|
export declare type JiraNotificationPreference = {
|
|
33617
33918
|
__typename?: 'JiraNotificationPreference';
|
|
33919
|
+
category?: Maybe<JiraNotificationCategoryType>;
|
|
33618
33920
|
emailChannel?: Maybe<JiraNotificationChannel>;
|
|
33619
33921
|
id: Scalars['ID']['output'];
|
|
33620
33922
|
inProductChannel?: Maybe<JiraNotificationChannel>;
|
|
@@ -34222,6 +34524,7 @@ export declare type JiraPlan = Node & {
|
|
|
34222
34524
|
export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
34223
34525
|
__typename?: 'JiraPlatformAttachment';
|
|
34224
34526
|
attachmentId: Scalars['String']['output'];
|
|
34527
|
+
attachmentProperty?: Maybe<Scalars['JSON']['output']>;
|
|
34225
34528
|
author?: Maybe<User>;
|
|
34226
34529
|
created: Scalars['DateTime']['output'];
|
|
34227
34530
|
fileName?: Maybe<Scalars['String']['output']>;
|
|
@@ -34236,6 +34539,9 @@ export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
|
34236
34539
|
parentName?: Maybe<Scalars['String']['output']>;
|
|
34237
34540
|
searchViewContext?: Maybe<JiraAttachmentSearchViewContext>;
|
|
34238
34541
|
};
|
|
34542
|
+
export declare type JiraPlatformAttachmentAttachmentPropertyArgs = {
|
|
34543
|
+
key: Scalars['String']['input'];
|
|
34544
|
+
};
|
|
34239
34545
|
export declare type JiraPlatformAttachmentMediaReadTokenArgs = {
|
|
34240
34546
|
durationInSeconds: Scalars['Int']['input'];
|
|
34241
34547
|
maxTokenLength: Scalars['Int']['input'];
|
|
@@ -35104,6 +35410,7 @@ export declare type JiraQuery = {
|
|
|
35104
35410
|
projectRequestTypesFromTemplate?: Maybe<Array<JiraServiceManagementRequestTypeFromTemplate>>;
|
|
35105
35411
|
projectRoleActorLogTableEntries?: Maybe<JiraProjectRoleActorLogTableEntryConnection>;
|
|
35106
35412
|
projectRoleActorRecommendations?: Maybe<JiraProjectRoleActorRecommendationConnection>;
|
|
35413
|
+
recentItems?: Maybe<JiraSearchableEntityConnection>;
|
|
35107
35414
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
35108
35415
|
requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
|
|
35109
35416
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
@@ -35646,6 +35953,14 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
|
|
|
35646
35953
|
statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
|
|
35647
35954
|
userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
|
|
35648
35955
|
};
|
|
35956
|
+
export declare type JiraQueryRecentItemsArgs = {
|
|
35957
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
35958
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
35959
|
+
cloudId: Scalars['ID']['input'];
|
|
35960
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35961
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
35962
|
+
types: Array<JiraSearchableEntityType>;
|
|
35963
|
+
};
|
|
35649
35964
|
export declare type JiraQueryRemoteIssueLinksByIdArgs = {
|
|
35650
35965
|
ids: Array<Scalars['ID']['input']>;
|
|
35651
35966
|
};
|
|
@@ -35688,7 +36003,7 @@ export declare type JiraQueryResourceUsageRecommendationStatsArgs = {
|
|
|
35688
36003
|
};
|
|
35689
36004
|
export declare type JiraQueryScaledConfigurationArgs = {
|
|
35690
36005
|
cloudId: Scalars['ID']['input'];
|
|
35691
|
-
id
|
|
36006
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
35692
36007
|
};
|
|
35693
36008
|
export declare type JiraQueryScaledConfigurationPermissionsArgs = {
|
|
35694
36009
|
cloudId: Scalars['ID']['input'];
|
|
@@ -36419,6 +36734,23 @@ export declare type JiraScreenTabLayoutItemEdge = {
|
|
|
36419
36734
|
cursor: Scalars['String']['output'];
|
|
36420
36735
|
node?: Maybe<JiraScreenTabLayoutItem>;
|
|
36421
36736
|
};
|
|
36737
|
+
export declare type JiraSearchableEntity = JiraBoard | JiraCustomFilter | JiraDashboard | JiraProject | JiraSystemFilter;
|
|
36738
|
+
export declare type JiraSearchableEntityConnection = {
|
|
36739
|
+
__typename?: 'JiraSearchableEntityConnection';
|
|
36740
|
+
edges?: Maybe<Array<Maybe<JiraSearchableEntityEdge>>>;
|
|
36741
|
+
pageInfo: PageInfo;
|
|
36742
|
+
};
|
|
36743
|
+
export declare type JiraSearchableEntityEdge = {
|
|
36744
|
+
__typename?: 'JiraSearchableEntityEdge';
|
|
36745
|
+
cursor: Scalars['String']['output'];
|
|
36746
|
+
node?: Maybe<JiraSearchableEntity>;
|
|
36747
|
+
};
|
|
36748
|
+
export declare enum JiraSearchableEntityType {
|
|
36749
|
+
Board = "BOARD",
|
|
36750
|
+
Dashboard = "DASHBOARD",
|
|
36751
|
+
Filter = "FILTER",
|
|
36752
|
+
Project = "PROJECT"
|
|
36753
|
+
}
|
|
36422
36754
|
export declare type JiraSecurityLevel = Node & {
|
|
36423
36755
|
__typename?: 'JiraSecurityLevel';
|
|
36424
36756
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -36447,6 +36779,7 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
|
|
|
36447
36779
|
id: Scalars['ID']['output'];
|
|
36448
36780
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
36449
36781
|
name: Scalars['String']['output'];
|
|
36782
|
+
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
36450
36783
|
securityLevel?: Maybe<JiraSecurityLevel>;
|
|
36451
36784
|
securityLevels?: Maybe<JiraSecurityLevelConnection>;
|
|
36452
36785
|
type: Scalars['String']['output'];
|
|
@@ -36455,10 +36788,21 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
|
|
|
36455
36788
|
export declare type JiraSecurityLevelFieldSecurityLevelsArgs = {
|
|
36456
36789
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36457
36790
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
36791
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
36458
36792
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36459
36793
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
36460
36794
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
36461
36795
|
};
|
|
36796
|
+
export declare type JiraSecurityLevelFieldOperationInput = {
|
|
36797
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
36798
|
+
operation: JiraSingleValueFieldOperations;
|
|
36799
|
+
};
|
|
36800
|
+
export declare type JiraSecurityLevelFieldPayload = Payload & {
|
|
36801
|
+
__typename?: 'JiraSecurityLevelFieldPayload';
|
|
36802
|
+
errors?: Maybe<Array<MutationError>>;
|
|
36803
|
+
field?: Maybe<JiraSecurityLevelField>;
|
|
36804
|
+
success: Scalars['Boolean']['output'];
|
|
36805
|
+
};
|
|
36462
36806
|
export declare type JiraSecurityLevelInput = {
|
|
36463
36807
|
securityLevelId: Scalars['ID']['input'];
|
|
36464
36808
|
};
|
|
@@ -37066,6 +37410,14 @@ export declare type JiraServiceManagementProjectTeamType = {
|
|
|
37066
37410
|
__typename?: 'JiraServiceManagementProjectTeamType';
|
|
37067
37411
|
teamType?: Maybe<Scalars['String']['output']>;
|
|
37068
37412
|
};
|
|
37413
|
+
export declare type JiraServiceManagementQueue = Node & {
|
|
37414
|
+
__typename?: 'JiraServiceManagementQueue';
|
|
37415
|
+
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
37416
|
+
id: Scalars['ID']['output'];
|
|
37417
|
+
queueId?: Maybe<Scalars['Long']['output']>;
|
|
37418
|
+
queueUrl?: Maybe<Scalars['URL']['output']>;
|
|
37419
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
37420
|
+
};
|
|
37069
37421
|
export declare enum JiraServiceManagementRendererType {
|
|
37070
37422
|
AtlassianWikiRendererType = "ATLASSIAN_WIKI_RENDERER_TYPE",
|
|
37071
37423
|
JiraTextRendererType = "JIRA_TEXT_RENDERER_TYPE"
|
|
@@ -37473,9 +37825,12 @@ export declare type JiraShortcutDataInput = {
|
|
|
37473
37825
|
};
|
|
37474
37826
|
export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
37475
37827
|
__typename?: 'JiraShortcutNavigationItem';
|
|
37828
|
+
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
37829
|
+
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
37476
37830
|
id: Scalars['ID']['output'];
|
|
37477
37831
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
37478
37832
|
label?: Maybe<Scalars['String']['output']>;
|
|
37833
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
37479
37834
|
url?: Maybe<Scalars['String']['output']>;
|
|
37480
37835
|
};
|
|
37481
37836
|
export declare type JiraSimilarIssues = {
|
|
@@ -37651,6 +38006,7 @@ export declare type JiraSingleVersionPickerField = JiraIssueField & JiraIssueFie
|
|
|
37651
38006
|
export declare type JiraSingleVersionPickerFieldVersionsArgs = {
|
|
37652
38007
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37653
38008
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
38009
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
37654
38010
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37655
38011
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
37656
38012
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -37660,12 +38016,25 @@ export declare type JiraSingleVersionPickerFieldInput = {
|
|
|
37660
38016
|
fieldId: Scalars['ID']['input'];
|
|
37661
38017
|
version: JiraVersionInput;
|
|
37662
38018
|
};
|
|
38019
|
+
export declare type JiraSingleVersionPickerFieldOperationInput = {
|
|
38020
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
38021
|
+
operation: JiraSingleValueFieldOperations;
|
|
38022
|
+
};
|
|
38023
|
+
export declare type JiraSingleVersionPickerFieldPayload = Payload & {
|
|
38024
|
+
__typename?: 'JiraSingleVersionPickerFieldPayload';
|
|
38025
|
+
errors?: Maybe<Array<MutationError>>;
|
|
38026
|
+
field?: Maybe<JiraSingleVersionPickerField>;
|
|
38027
|
+
success: Scalars['Boolean']['output'];
|
|
38028
|
+
};
|
|
37663
38029
|
export declare type JiraSoftwareBuiltInNavigationItem = JiraNavigationItem & Node & {
|
|
37664
38030
|
__typename?: 'JiraSoftwareBuiltInNavigationItem';
|
|
38031
|
+
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
38032
|
+
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
37665
38033
|
id: Scalars['ID']['output'];
|
|
37666
38034
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
37667
38035
|
itemType?: Maybe<JiraSoftwareSimpleNavigationItemEnum>;
|
|
37668
38036
|
label?: Maybe<Scalars['String']['output']>;
|
|
38037
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
37669
38038
|
};
|
|
37670
38039
|
export declare type JiraSoftwareIssueSearchCustomInput = {
|
|
37671
38040
|
additionalJql?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -38456,6 +38825,10 @@ export declare type JiraUpdateRichTextFieldInput = {
|
|
|
38456
38825
|
id: Scalars['ID']['input'];
|
|
38457
38826
|
operation: JiraRichTextFieldOperationInput;
|
|
38458
38827
|
};
|
|
38828
|
+
export declare type JiraUpdateSecurityLevelFieldInput = {
|
|
38829
|
+
id: Scalars['ID']['input'];
|
|
38830
|
+
operation: JiraSecurityLevelFieldOperationInput;
|
|
38831
|
+
};
|
|
38459
38832
|
export declare type JiraUpdateShortcutInput = {
|
|
38460
38833
|
projectId: Scalars['ID']['input'];
|
|
38461
38834
|
shortcutData: JiraShortcutDataInput;
|
|
@@ -38477,6 +38850,10 @@ export declare type JiraUpdateSingleSelectUserPickerFieldInput = {
|
|
|
38477
38850
|
id: Scalars['ID']['input'];
|
|
38478
38851
|
operation: JiraSingleSelectUserPickerFieldOperationInput;
|
|
38479
38852
|
};
|
|
38853
|
+
export declare type JiraUpdateSingleVersionPickerFieldInput = {
|
|
38854
|
+
id: Scalars['ID']['input'];
|
|
38855
|
+
operation: JiraSingleVersionPickerFieldOperationInput;
|
|
38856
|
+
};
|
|
38480
38857
|
export declare type JiraUpdateSprintFieldInput = {
|
|
38481
38858
|
id: Scalars['ID']['input'];
|
|
38482
38859
|
operation: JiraSprintFieldOperationInput;
|
|
@@ -39705,6 +40082,7 @@ export declare type JiraWorkManagementSavedView = JiraNavigationItem & Node & {
|
|
|
39705
40082
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
39706
40083
|
label?: Maybe<Scalars['String']['output']>;
|
|
39707
40084
|
type?: Maybe<JiraWorkManagementSavedViewType>;
|
|
40085
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
39708
40086
|
};
|
|
39709
40087
|
export declare type JiraWorkManagementSavedViewResult = JiraWorkManagementSavedView | QueryError;
|
|
39710
40088
|
export declare type JiraWorkManagementSavedViewType = Node & {
|
|
@@ -39712,6 +40090,7 @@ export declare type JiraWorkManagementSavedViewType = Node & {
|
|
|
39712
40090
|
id: Scalars['ID']['output'];
|
|
39713
40091
|
key?: Maybe<Scalars['String']['output']>;
|
|
39714
40092
|
label?: Maybe<Scalars['String']['output']>;
|
|
40093
|
+
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
39715
40094
|
};
|
|
39716
40095
|
export declare type JiraWorkManagementSavedViewTypeConnection = HasPageInfo & {
|
|
39717
40096
|
__typename?: 'JiraWorkManagementSavedViewTypeConnection';
|
|
@@ -39837,6 +40216,74 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
39837
40216
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
39838
40217
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
39839
40218
|
};
|
|
40219
|
+
export declare type JsmChatChannelRequestTypeMapping = {
|
|
40220
|
+
__typename?: 'JsmChatChannelRequestTypeMapping';
|
|
40221
|
+
channelId: Scalars['ID']['output'];
|
|
40222
|
+
channelName?: Maybe<Scalars['String']['output']>;
|
|
40223
|
+
channelType?: Maybe<Scalars['String']['output']>;
|
|
40224
|
+
projectId?: Maybe<Scalars['String']['output']>;
|
|
40225
|
+
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
40226
|
+
requestTypeName?: Maybe<Scalars['String']['output']>;
|
|
40227
|
+
settings?: Maybe<JsmChatChannelSettings>;
|
|
40228
|
+
};
|
|
40229
|
+
export declare type JsmChatChannelSettings = {
|
|
40230
|
+
__typename?: 'JsmChatChannelSettings';
|
|
40231
|
+
isDeflectionChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40232
|
+
isVirtualAgentChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40233
|
+
isVirtualAgentTestChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40234
|
+
};
|
|
40235
|
+
export declare type JsmChatChatConfigSlack = {
|
|
40236
|
+
__typename?: 'JsmChatChatConfigSlack';
|
|
40237
|
+
botUserId?: Maybe<Scalars['String']['output']>;
|
|
40238
|
+
channelRequestTypeMapping: Array<JsmChatChannelRequestTypeMapping>;
|
|
40239
|
+
projectSettings?: Maybe<JsmChatProjectSettingsSlack>;
|
|
40240
|
+
siteId: Scalars['ID']['output'];
|
|
40241
|
+
slackTeamId?: Maybe<Scalars['String']['output']>;
|
|
40242
|
+
uninstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
40243
|
+
};
|
|
40244
|
+
export declare type JsmChatGetSlackChatConfigInput = {
|
|
40245
|
+
activationId: Scalars['ID']['input'];
|
|
40246
|
+
projectId: Scalars['ID']['input'];
|
|
40247
|
+
siteId: Scalars['ID']['input'];
|
|
40248
|
+
};
|
|
40249
|
+
export declare type JsmChatInitializeConfigRequest = {
|
|
40250
|
+
activationId: Scalars['ID']['input'];
|
|
40251
|
+
projectId: Scalars['ID']['input'];
|
|
40252
|
+
siteId: Scalars['ID']['input'];
|
|
40253
|
+
};
|
|
40254
|
+
export declare type JsmChatInitializeConfigResponse = {
|
|
40255
|
+
__typename?: 'JsmChatInitializeConfigResponse';
|
|
40256
|
+
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40257
|
+
};
|
|
40258
|
+
export declare type JsmChatProjectSettings = {
|
|
40259
|
+
__typename?: 'JsmChatProjectSettings';
|
|
40260
|
+
agentAssignedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40261
|
+
agentIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40262
|
+
agentThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40263
|
+
areRequesterThreadRepliesPrivate?: Maybe<Scalars['Boolean']['output']>;
|
|
40264
|
+
hideQueueDuringTicketCreation?: Maybe<Scalars['Boolean']['output']>;
|
|
40265
|
+
jsmApproversEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40266
|
+
requesterIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40267
|
+
requesterThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40268
|
+
};
|
|
40269
|
+
export declare type JsmChatProjectSettingsSlack = {
|
|
40270
|
+
__typename?: 'JsmChatProjectSettingsSlack';
|
|
40271
|
+
activationId?: Maybe<Scalars['String']['output']>;
|
|
40272
|
+
projectId: Scalars['ID']['output'];
|
|
40273
|
+
settings?: Maybe<JsmChatProjectSettings>;
|
|
40274
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
40275
|
+
};
|
|
40276
|
+
export declare type JsmChatQuery = {
|
|
40277
|
+
__typename?: 'JsmChatQuery';
|
|
40278
|
+
getSlackChatConfig?: Maybe<JsmChatChatConfigSlack>;
|
|
40279
|
+
initializeConfig: JsmChatInitializeConfigResponse;
|
|
40280
|
+
};
|
|
40281
|
+
export declare type JsmChatQueryGetSlackChatConfigArgs = {
|
|
40282
|
+
input: JsmChatGetSlackChatConfigInput;
|
|
40283
|
+
};
|
|
40284
|
+
export declare type JsmChatQueryInitializeConfigArgs = {
|
|
40285
|
+
input: JsmChatInitializeConfigRequest;
|
|
40286
|
+
};
|
|
39840
40287
|
export declare type JswMutation = {
|
|
39841
40288
|
__typename?: 'JswMutation';
|
|
39842
40289
|
deleteCard?: Maybe<DeleteCardOutput>;
|
|
@@ -39851,10 +40298,12 @@ export declare type JswQuery = {
|
|
|
39851
40298
|
export declare type JswQueryBoardScopeArgs = {
|
|
39852
40299
|
boardId: Scalars['ID']['input'];
|
|
39853
40300
|
};
|
|
40301
|
+
export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
|
|
39854
40302
|
export declare type KnowledgeDiscoveryCreateDefinitionInput = {
|
|
39855
40303
|
definition: Scalars['String']['input'];
|
|
39856
40304
|
keyPhrase: Scalars['String']['input'];
|
|
39857
|
-
|
|
40305
|
+
referenceContentId?: InputMaybe<Scalars['String']['input']>;
|
|
40306
|
+
referenceUrl?: InputMaybe<Scalars['String']['input']>;
|
|
39858
40307
|
workspaceId: Scalars['String']['input'];
|
|
39859
40308
|
};
|
|
39860
40309
|
export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
|
|
@@ -39866,10 +40315,12 @@ export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
|
|
|
39866
40315
|
export declare type KnowledgeDiscoveryDefinition = {
|
|
39867
40316
|
__typename?: 'KnowledgeDiscoveryDefinition';
|
|
39868
40317
|
accountId: Scalars['String']['output'];
|
|
40318
|
+
confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
|
|
39869
40319
|
createdAt: Scalars['String']['output'];
|
|
39870
40320
|
definition: Scalars['String']['output'];
|
|
40321
|
+
editor?: Maybe<User>;
|
|
39871
40322
|
keyPhrase: Scalars['String']['output'];
|
|
39872
|
-
|
|
40323
|
+
referenceUrl?: Maybe<Scalars['String']['output']>;
|
|
39873
40324
|
};
|
|
39874
40325
|
export declare type KnowledgeDiscoveryDefinitionHistoryResult = KnowledgeDiscoveryDefinitionList | QueryError;
|
|
39875
40326
|
export declare type KnowledgeDiscoveryDefinitionList = {
|
|
@@ -40520,12 +40971,61 @@ export declare type MarketplaceStoreMutationApi = {
|
|
|
40520
40971
|
export declare type MarketplaceStoreMutationApiInstallAppArgs = {
|
|
40521
40972
|
input: MarketplaceStoreInstallAppInput;
|
|
40522
40973
|
};
|
|
40974
|
+
export declare type MarketplaceStorePartnerAddress = {
|
|
40975
|
+
__typename?: 'MarketplaceStorePartnerAddress';
|
|
40976
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
40977
|
+
country?: Maybe<Scalars['String']['output']>;
|
|
40978
|
+
line1?: Maybe<Scalars['String']['output']>;
|
|
40979
|
+
line2?: Maybe<Scalars['String']['output']>;
|
|
40980
|
+
postcode?: Maybe<Scalars['String']['output']>;
|
|
40981
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
40982
|
+
};
|
|
40983
|
+
export declare type MarketplaceStorePartnerContactDetails = {
|
|
40984
|
+
__typename?: 'MarketplaceStorePartnerContactDetails';
|
|
40985
|
+
email: Scalars['String']['output'];
|
|
40986
|
+
homepageUrl?: Maybe<Scalars['String']['output']>;
|
|
40987
|
+
otherContactDetails?: Maybe<Scalars['String']['output']>;
|
|
40988
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
40989
|
+
};
|
|
40990
|
+
export declare type MarketplaceStorePartnerEnrollment = {
|
|
40991
|
+
__typename?: 'MarketplaceStorePartnerEnrollment';
|
|
40992
|
+
program?: Maybe<MarketplaceStorePartnerEnrollmentProgram>;
|
|
40993
|
+
value?: Maybe<MarketplaceStorePartnerEnrollmentProgramValue>;
|
|
40994
|
+
};
|
|
40995
|
+
export declare enum MarketplaceStorePartnerEnrollmentProgram {
|
|
40996
|
+
MarketplacePartner = "MARKETPLACE_PARTNER",
|
|
40997
|
+
SolutionPartner = "SOLUTION_PARTNER"
|
|
40998
|
+
}
|
|
40999
|
+
export declare enum MarketplaceStorePartnerEnrollmentProgramValue {
|
|
41000
|
+
Gold = "GOLD",
|
|
41001
|
+
Platinum = "PLATINUM",
|
|
41002
|
+
Silver = "SILVER"
|
|
41003
|
+
}
|
|
41004
|
+
export declare type MarketplaceStorePartnerProfileResponse = {
|
|
41005
|
+
__typename?: 'MarketplaceStorePartnerProfileResponse';
|
|
41006
|
+
address?: Maybe<MarketplaceStorePartnerAddress>;
|
|
41007
|
+
contactDetails?: Maybe<MarketplaceStorePartnerContactDetails>;
|
|
41008
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
41009
|
+
enrollments: Array<Maybe<MarketplaceStorePartnerEnrollment>>;
|
|
41010
|
+
id: Scalars['ID']['output'];
|
|
41011
|
+
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
41012
|
+
name: Scalars['String']['output'];
|
|
41013
|
+
supportDetails?: Maybe<MarketplaceStorePartnerSupportDetails>;
|
|
41014
|
+
};
|
|
41015
|
+
export declare type MarketplaceStorePartnerSupportDetails = {
|
|
41016
|
+
__typename?: 'MarketplaceStorePartnerSupportDetails';
|
|
41017
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
41018
|
+
name: Scalars['String']['output'];
|
|
41019
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
41020
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
41021
|
+
};
|
|
40523
41022
|
export declare type MarketplaceStoreQueryApi = {
|
|
40524
41023
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
40525
41024
|
category: MarketplaceStoreCategoryResponse;
|
|
40526
41025
|
collection: MarketplaceStoreCollectionResponse;
|
|
40527
41026
|
homePage: MarketplaceStoreHomePageResponse;
|
|
40528
41027
|
installAppStatus: MarketplaceStoreInstallAppResponse;
|
|
41028
|
+
partnerProfile: MarketplaceStorePartnerProfileResponse;
|
|
40529
41029
|
};
|
|
40530
41030
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
40531
41031
|
slug: Scalars['String']['input'];
|
|
@@ -40539,6 +41039,10 @@ export declare type MarketplaceStoreQueryApiHomePageArgs = {
|
|
|
40539
41039
|
export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
40540
41040
|
id: Scalars['ID']['input'];
|
|
40541
41041
|
};
|
|
41042
|
+
export declare type MarketplaceStoreQueryApiPartnerProfileArgs = {
|
|
41043
|
+
developerId?: InputMaybe<Scalars['ID']['input']>;
|
|
41044
|
+
vendorId: Scalars['ID']['input'];
|
|
41045
|
+
};
|
|
40542
41046
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
40543
41047
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
40544
41048
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -43384,7 +43888,6 @@ export declare type Query = {
|
|
|
43384
43888
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
43385
43889
|
apps?: Maybe<AppConnection>;
|
|
43386
43890
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
43387
|
-
atlas?: Maybe<TownsquareQueryApi>;
|
|
43388
43891
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
43389
43892
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
43390
43893
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -43448,6 +43951,7 @@ export declare type Query = {
|
|
|
43448
43951
|
jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
43449
43952
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
43450
43953
|
jiraReleases?: Maybe<JiraReleases>;
|
|
43954
|
+
jsmChat?: Maybe<JsmChatQuery>;
|
|
43451
43955
|
jsw?: Maybe<JswQuery>;
|
|
43452
43956
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
43453
43957
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
@@ -45292,6 +45796,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
45292
45796
|
export declare type SearchConfluencePageBlogAttachment = SearchResult & {
|
|
45293
45797
|
__typename?: 'SearchConfluencePageBlogAttachment';
|
|
45294
45798
|
confluenceEntity?: Maybe<SearchConfluenceEntity>;
|
|
45799
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
45295
45800
|
description: Scalars['String']['output'];
|
|
45296
45801
|
entityId?: Maybe<Scalars['String']['output']>;
|
|
45297
45802
|
excerpt?: Maybe<Scalars['String']['output']>;
|
|
@@ -45551,6 +46056,14 @@ export declare type SearchResultJiraIssueStatus = {
|
|
|
45551
46056
|
__typename?: 'SearchResultJiraIssueStatus';
|
|
45552
46057
|
id: Scalars['ID']['output'];
|
|
45553
46058
|
name: Scalars['String']['output'];
|
|
46059
|
+
statusCategory?: Maybe<SearchResultJiraIssueStatusCategory>;
|
|
46060
|
+
};
|
|
46061
|
+
export declare type SearchResultJiraIssueStatusCategory = {
|
|
46062
|
+
__typename?: 'SearchResultJiraIssueStatusCategory';
|
|
46063
|
+
colorName?: Maybe<Scalars['String']['output']>;
|
|
46064
|
+
id: Scalars['ID']['output'];
|
|
46065
|
+
key: Scalars['String']['output'];
|
|
46066
|
+
name: Scalars['String']['output'];
|
|
45554
46067
|
};
|
|
45555
46068
|
export declare type SearchResultJiraProject = SearchResult & {
|
|
45556
46069
|
__typename?: 'SearchResultJiraProject';
|
|
@@ -46344,6 +46857,7 @@ export declare type ShepherdDetectionResourceExclusion = {
|
|
|
46344
46857
|
ari: Scalars['ID']['output'];
|
|
46345
46858
|
createdBy?: Maybe<Scalars['ID']['output']>;
|
|
46346
46859
|
createdOn?: Maybe<Scalars['DateTime']['output']>;
|
|
46860
|
+
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
46347
46861
|
};
|
|
46348
46862
|
export declare enum ShepherdDetectionScanningFrequency {
|
|
46349
46863
|
RealTime = "REAL_TIME",
|
|
@@ -46405,18 +46919,12 @@ export declare type ShepherdExclusionContentInfoResult = QueryError | ShepherdEx
|
|
|
46405
46919
|
export declare type ShepherdExclusionsQueries = {
|
|
46406
46920
|
__typename?: 'ShepherdExclusionsQueries';
|
|
46407
46921
|
contentInfo?: Maybe<ShepherdExclusionContentInfoResult>;
|
|
46408
|
-
contentInfoFromUrl?: Maybe<ShepherdExclusionContentInfoResult>;
|
|
46409
46922
|
};
|
|
46410
46923
|
export declare type ShepherdExclusionsQueriesContentInfoArgs = {
|
|
46411
46924
|
contentUrlOrAri: Scalars['String']['input'];
|
|
46412
46925
|
productAti: Scalars['String']['input'];
|
|
46413
46926
|
workspaceId: Scalars['ID']['input'];
|
|
46414
46927
|
};
|
|
46415
|
-
export declare type ShepherdExclusionsQueriesContentInfoFromUrlArgs = {
|
|
46416
|
-
contentUrl: Scalars['URL']['input'];
|
|
46417
|
-
productAti: Scalars['String']['input'];
|
|
46418
|
-
workspaceId: Scalars['ID']['input'];
|
|
46419
|
-
};
|
|
46420
46928
|
export declare type ShepherdExternalResource = JiraIssue;
|
|
46421
46929
|
export declare type ShepherdGenericMutationErrorExtension = MutationErrorExtension & {
|
|
46422
46930
|
__typename?: 'ShepherdGenericMutationErrorExtension';
|
|
@@ -47999,17 +48507,11 @@ export declare type ToggleBoardFeatureOutput = MutationResponse & {
|
|
|
47999
48507
|
};
|
|
48000
48508
|
export declare type Toolchain = {
|
|
48001
48509
|
__typename?: 'Toolchain';
|
|
48002
|
-
check3LO?: Maybe<ToolchainCheck3Lo>;
|
|
48003
48510
|
checkAuth?: Maybe<ToolchainCheckAuth>;
|
|
48004
48511
|
containers?: Maybe<ToolchainContainerConnection>;
|
|
48005
48512
|
syncStatus?: Maybe<ToolchainSyncStatus>;
|
|
48006
48513
|
workspaces?: Maybe<ToolchainWorkspaceConnection>;
|
|
48007
48514
|
};
|
|
48008
|
-
export declare type ToolchainCheck3LoArgs = {
|
|
48009
|
-
cloudId: Scalars['ID']['input'];
|
|
48010
|
-
providerId: Scalars['String']['input'];
|
|
48011
|
-
providerType?: InputMaybe<ToolchainProviderType>;
|
|
48012
|
-
};
|
|
48013
48515
|
export declare type ToolchainCheckAuthArgs = {
|
|
48014
48516
|
cloudId: Scalars['ID']['input'];
|
|
48015
48517
|
providerId: Scalars['String']['input'];
|
|
@@ -48077,10 +48579,6 @@ export declare type ToolchainAssociateEntityInput = {
|
|
|
48077
48579
|
};
|
|
48078
48580
|
export declare type ToolchainAssociatedContainer = DevOpsDocument | DevOpsOperationsComponentDetails | DevOpsRepository | DevOpsService;
|
|
48079
48581
|
export declare type ToolchainAssociatedEntity = DevOpsDesign;
|
|
48080
|
-
export declare type ToolchainCheck3Lo = {
|
|
48081
|
-
__typename?: 'ToolchainCheck3LO';
|
|
48082
|
-
authorized: Scalars['Boolean']['output'];
|
|
48083
|
-
};
|
|
48084
48582
|
export declare type ToolchainCheck3LoAuth = ToolchainCheckAuth & {
|
|
48085
48583
|
__typename?: 'ToolchainCheck3LOAuth';
|
|
48086
48584
|
authorized: Scalars['Boolean']['output'];
|
|
@@ -48310,12 +48808,18 @@ export declare type TownsquareGoal = Node & {
|
|
|
48310
48808
|
key: Scalars['String']['output'];
|
|
48311
48809
|
name: Scalars['String']['output'];
|
|
48312
48810
|
owner?: Maybe<User>;
|
|
48811
|
+
parentGoal?: Maybe<TownsquareGoal>;
|
|
48313
48812
|
state?: Maybe<TownsquareGoalState>;
|
|
48314
48813
|
status?: Maybe<TownsquareStatus>;
|
|
48814
|
+
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
48315
48815
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
48316
48816
|
url?: Maybe<Scalars['String']['output']>;
|
|
48317
48817
|
uuid: Scalars['String']['output'];
|
|
48318
48818
|
};
|
|
48819
|
+
export declare type TownsquareGoalSubGoalsArgs = {
|
|
48820
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
48821
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48822
|
+
};
|
|
48319
48823
|
export declare type TownsquareGoalConnection = {
|
|
48320
48824
|
__typename?: 'TownsquareGoalConnection';
|
|
48321
48825
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|