@forge/cli-shared 8.0.0-next.9 → 8.0.1-next.0
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 +92 -0
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/graphql-client.d.ts.map +1 -1
- package/out/app-logs/graphql-client.js +33 -18
- package/out/app-logs/view-logs.d.ts +4 -2
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/app-logs/view-logs.js +4 -3
- package/out/graphql/graphql-types.d.ts +547 -77
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +105 -26
- package/out/graphql/minimal-graphql-runner.d.ts +6 -1
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/graphql/minimal-graphql-runner.js +19 -2
- package/out/shared/test.d.ts.map +1 -1
- package/out/shared/test.js +1 -2
- package/out/ui/command-line-ui.d.ts +0 -1
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +0 -5
- package/out/ui/logger.d.ts +0 -1
- package/out/ui/logger.d.ts.map +1 -1
- package/out/ui/logger.js +0 -2
- package/out/ui/text.d.ts +0 -14
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -20
- package/package.json +2 -2
|
@@ -872,8 +872,11 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
872
872
|
connectedChannels?: Maybe<AgentStudioConnectedChannels>;
|
|
873
873
|
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
874
874
|
creator?: Maybe<User>;
|
|
875
|
+
creatorType?: Maybe<Scalars['String']['output']>;
|
|
875
876
|
description?: Maybe<Scalars['String']['output']>;
|
|
877
|
+
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
876
878
|
id: Scalars['ID']['output'];
|
|
879
|
+
identityAccountId?: Maybe<Scalars['String']['output']>;
|
|
877
880
|
instructions?: Maybe<Scalars['String']['output']>;
|
|
878
881
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
879
882
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
@@ -2088,6 +2091,14 @@ export declare type AppStorageAdmin = {
|
|
|
2088
2091
|
export declare type AppStorageAdminKvsQueryArgs = {
|
|
2089
2092
|
input: AppStorageKvsQueryInput;
|
|
2090
2093
|
};
|
|
2094
|
+
export declare type AppStorageAdminMutation = {
|
|
2095
|
+
__typename?: 'AppStorageAdminMutation';
|
|
2096
|
+
appId: Scalars['ID']['output'];
|
|
2097
|
+
kvsSet?: Maybe<AppStorageKvsSetPayload>;
|
|
2098
|
+
};
|
|
2099
|
+
export declare type AppStorageAdminMutationKvsSetArgs = {
|
|
2100
|
+
input: AppStorageKvsSetInput;
|
|
2101
|
+
};
|
|
2091
2102
|
export declare type AppStorageCustomEntityMutation = {
|
|
2092
2103
|
__typename?: 'AppStorageCustomEntityMutation';
|
|
2093
2104
|
deleteAppStoredCustomEntity?: Maybe<DeleteAppStoredCustomEntityPayload>;
|
|
@@ -2119,6 +2130,19 @@ export declare type AppStorageKvsQueryPayload = {
|
|
|
2119
2130
|
pageInfo: AppStoragePageInfo;
|
|
2120
2131
|
totalCount: Scalars['Int']['output'];
|
|
2121
2132
|
};
|
|
2133
|
+
export declare type AppStorageKvsSetInput = {
|
|
2134
|
+
contextAri: Scalars['ID']['input'];
|
|
2135
|
+
environmentId: Scalars['ID']['input'];
|
|
2136
|
+
installationId: Scalars['ID']['input'];
|
|
2137
|
+
key: Scalars['String']['input'];
|
|
2138
|
+
oauthClientId: Scalars['ID']['input'];
|
|
2139
|
+
value: Scalars['AppStorageEntityValue']['input'];
|
|
2140
|
+
};
|
|
2141
|
+
export declare type AppStorageKvsSetPayload = {
|
|
2142
|
+
__typename?: 'AppStorageKvsSetPayload';
|
|
2143
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2144
|
+
success: Scalars['Boolean']['output'];
|
|
2145
|
+
};
|
|
2122
2146
|
export declare type AppStorageMutation = {
|
|
2123
2147
|
__typename?: 'AppStorageMutation';
|
|
2124
2148
|
deleteAppStoredEntity?: Maybe<DeleteAppStoredEntityPayload>;
|
|
@@ -4055,14 +4079,29 @@ export declare enum CcpEntitlementStatus {
|
|
|
4055
4079
|
Active = "ACTIVE",
|
|
4056
4080
|
Inactive = "INACTIVE"
|
|
4057
4081
|
}
|
|
4058
|
-
export declare type CcpEntitlementTemplate = {
|
|
4082
|
+
export declare type CcpEntitlementTemplate = Node & {
|
|
4059
4083
|
__typename?: 'CcpEntitlementTemplate';
|
|
4084
|
+
catalogAccountKey?: Maybe<Scalars['ID']['output']>;
|
|
4085
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4060
4086
|
data?: Maybe<Scalars['String']['output']>;
|
|
4087
|
+
defaultRevision?: Maybe<Scalars['Boolean']['output']>;
|
|
4088
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
4089
|
+
id: Scalars['ID']['output'];
|
|
4061
4090
|
key?: Maybe<Scalars['ID']['output']>;
|
|
4091
|
+
productKey?: Maybe<Scalars['String']['output']>;
|
|
4062
4092
|
provisionedBy?: Maybe<Scalars['String']['output']>;
|
|
4093
|
+
status?: Maybe<CcpEntitlementTemplateStatus>;
|
|
4094
|
+
uniqueKey?: Maybe<Scalars['ID']['output']>;
|
|
4095
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4063
4096
|
userUsageInclusions?: Maybe<CcpEntitlementTemplateUserUsageInclusions>;
|
|
4064
4097
|
version?: Maybe<Scalars['Int']['output']>;
|
|
4065
4098
|
};
|
|
4099
|
+
export declare enum CcpEntitlementTemplateStatus {
|
|
4100
|
+
Deprecated = "DEPRECATED",
|
|
4101
|
+
None = "NONE",
|
|
4102
|
+
Published = "PUBLISHED",
|
|
4103
|
+
Unpublished = "UNPUBLISHED"
|
|
4104
|
+
}
|
|
4066
4105
|
export declare type CcpEntitlementTemplateUserUsageInclusions = {
|
|
4067
4106
|
__typename?: 'CcpEntitlementTemplateUserUsageInclusions';
|
|
4068
4107
|
references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -4829,7 +4868,9 @@ export declare type CcpQueryApi = {
|
|
|
4829
4868
|
__typename?: 'CcpQueryApi';
|
|
4830
4869
|
catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
4831
4870
|
entitlement?: Maybe<CcpEntitlement>;
|
|
4871
|
+
entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
4832
4872
|
entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4873
|
+
entitlementsV2?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4833
4874
|
experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
4834
4875
|
invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
4835
4876
|
offering?: Maybe<CcpOffering>;
|
|
@@ -4851,9 +4892,15 @@ export declare type CcpQueryApiCatalogAccountsArgs = {
|
|
|
4851
4892
|
export declare type CcpQueryApiEntitlementArgs = {
|
|
4852
4893
|
id: Scalars['ID']['input'];
|
|
4853
4894
|
};
|
|
4895
|
+
export declare type CcpQueryApiEntitlementTemplatesArgs = {
|
|
4896
|
+
ids: Array<Scalars['ID']['input']>;
|
|
4897
|
+
};
|
|
4854
4898
|
export declare type CcpQueryApiEntitlementsArgs = {
|
|
4855
4899
|
ids: Array<Scalars['ID']['input']>;
|
|
4856
4900
|
};
|
|
4901
|
+
export declare type CcpQueryApiEntitlementsV2Args = {
|
|
4902
|
+
ids: Array<Scalars['ID']['input']>;
|
|
4903
|
+
};
|
|
4857
4904
|
export declare type CcpQueryApiInvoiceGroupsArgs = {
|
|
4858
4905
|
ids: Array<Scalars['ID']['input']>;
|
|
4859
4906
|
};
|
|
@@ -5487,6 +5534,7 @@ export declare type ChannelPlatformSampleQueueConfig = {
|
|
|
5487
5534
|
queueId?: Maybe<Scalars['ID']['output']>;
|
|
5488
5535
|
};
|
|
5489
5536
|
export declare type ChannelPlatformSubmitRequestInput = {
|
|
5537
|
+
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
5490
5538
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
5491
5539
|
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5492
5540
|
};
|
|
@@ -9611,6 +9659,7 @@ export declare type CompassScorecard = Node & {
|
|
|
9611
9659
|
name: Scalars['String']['output'];
|
|
9612
9660
|
owner?: Maybe<User>;
|
|
9613
9661
|
scoreSystem?: Maybe<CompassScorecardScoreSystem>;
|
|
9662
|
+
scorecardMaturityLevelStatisticsHistories?: Maybe<CompassScorecardMaturityLevelStatisticsHistoryConnection>;
|
|
9614
9663
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
9615
9664
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
9616
9665
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
@@ -9640,6 +9689,11 @@ export declare type CompassScorecardDeactivatedComponentsArgs = {
|
|
|
9640
9689
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9641
9690
|
query?: InputMaybe<CompassScorecardDeactivatedComponentsQuery>;
|
|
9642
9691
|
};
|
|
9692
|
+
export declare type CompassScorecardScorecardMaturityLevelStatisticsHistoriesArgs = {
|
|
9693
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
9694
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9695
|
+
query?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQuery>;
|
|
9696
|
+
};
|
|
9643
9697
|
export declare type CompassScorecardScorecardScoreArgs = {
|
|
9644
9698
|
query?: InputMaybe<CompassScorecardScoreQuery>;
|
|
9645
9699
|
};
|
|
@@ -9654,6 +9708,9 @@ export declare type CompassScorecardScorecardScoreStatisticsHistoriesArgs = {
|
|
|
9654
9708
|
export declare type CompassScorecardApplicationModel = {
|
|
9655
9709
|
applicationType: Scalars['String']['output'];
|
|
9656
9710
|
};
|
|
9711
|
+
export declare type CompassScorecardAppliedToComponentsComponentStateFilter = {
|
|
9712
|
+
in: Array<Scalars['String']['input']>;
|
|
9713
|
+
};
|
|
9657
9714
|
export declare type CompassScorecardAppliedToComponentsConnection = {
|
|
9658
9715
|
__typename?: 'CompassScorecardAppliedToComponentsConnection';
|
|
9659
9716
|
edges?: Maybe<Array<CompassScorecardAppliedToComponentsEdge>>;
|
|
@@ -9697,6 +9754,7 @@ export declare type CompassScorecardAppliedToComponentsQuery = {
|
|
|
9697
9754
|
sort?: InputMaybe<CompassScorecardAppliedToComponentsQuerySort>;
|
|
9698
9755
|
};
|
|
9699
9756
|
export declare type CompassScorecardAppliedToComponentsQueryFilter = {
|
|
9757
|
+
componentStates?: InputMaybe<CompassScorecardAppliedToComponentsComponentStateFilter>;
|
|
9700
9758
|
customFields?: InputMaybe<Array<CompassCustomFieldFilterInput>>;
|
|
9701
9759
|
fields?: InputMaybe<Array<CompassScorecardAppliedToComponentsFieldFilter>>;
|
|
9702
9760
|
labels?: InputMaybe<CompassScorecardAppliedToComponentsLabelsFilter>;
|
|
@@ -10119,6 +10177,36 @@ export declare type CompassScorecardMaturityLevelScoreSystem = {
|
|
|
10119
10177
|
__typename?: 'CompassScorecardMaturityLevelScoreSystem';
|
|
10120
10178
|
levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
|
|
10121
10179
|
};
|
|
10180
|
+
export declare type CompassScorecardMaturityLevelStatistic = {
|
|
10181
|
+
__typename?: 'CompassScorecardMaturityLevelStatistic';
|
|
10182
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
10183
|
+
maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
|
|
10184
|
+
};
|
|
10185
|
+
export declare type CompassScorecardMaturityLevelStatisticsHistory = {
|
|
10186
|
+
__typename?: 'CompassScorecardMaturityLevelStatisticsHistory';
|
|
10187
|
+
date?: Maybe<Scalars['DateTime']['output']>;
|
|
10188
|
+
statistics?: Maybe<Array<CompassScorecardMaturityLevelStatistic>>;
|
|
10189
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10190
|
+
};
|
|
10191
|
+
export declare type CompassScorecardMaturityLevelStatisticsHistoryConnection = {
|
|
10192
|
+
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryConnection';
|
|
10193
|
+
edges?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistoryEdge>>;
|
|
10194
|
+
nodes?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistory>>;
|
|
10195
|
+
pageInfo: PageInfo;
|
|
10196
|
+
};
|
|
10197
|
+
export declare type CompassScorecardMaturityLevelStatisticsHistoryEdge = {
|
|
10198
|
+
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryEdge';
|
|
10199
|
+
cursor: Scalars['String']['output'];
|
|
10200
|
+
node?: Maybe<CompassScorecardMaturityLevelStatisticsHistory>;
|
|
10201
|
+
};
|
|
10202
|
+
export declare type CompassScorecardMaturityLevelStatisticsHistoryQuery = {
|
|
10203
|
+
filter?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQueryFilter>;
|
|
10204
|
+
};
|
|
10205
|
+
export declare type CompassScorecardMaturityLevelStatisticsHistoryQueryFilter = {
|
|
10206
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
10207
|
+
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
10208
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
10209
|
+
};
|
|
10122
10210
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
10123
10211
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
10124
10212
|
criterionId: Scalars['ID']['output'];
|
|
@@ -11012,6 +11100,10 @@ export declare type CompleteSprintResponse = MutationResponse & {
|
|
|
11012
11100
|
success: Scalars['Boolean']['output'];
|
|
11013
11101
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
11014
11102
|
};
|
|
11103
|
+
export declare enum ComplianceBoundary {
|
|
11104
|
+
Commercial = "COMMERCIAL",
|
|
11105
|
+
FedrampModerate = "FEDRAMP_MODERATE"
|
|
11106
|
+
}
|
|
11015
11107
|
export declare type ComponentApiUpload = {
|
|
11016
11108
|
__typename?: 'ComponentApiUpload';
|
|
11017
11109
|
specUrl: Scalars['String']['output'];
|
|
@@ -11040,21 +11132,6 @@ export declare enum ComponentSyncEventStatus {
|
|
|
11040
11132
|
Success = "SUCCESS",
|
|
11041
11133
|
UserError = "USER_ERROR"
|
|
11042
11134
|
}
|
|
11043
|
-
export declare type ConfigurePolarisRefreshInput = {
|
|
11044
|
-
autoRefreshTimeSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
11045
|
-
clearError?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11046
|
-
disable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
11047
|
-
project: Scalars['ID']['input'];
|
|
11048
|
-
setError?: InputMaybe<PolarisRefreshError>;
|
|
11049
|
-
subject?: InputMaybe<Scalars['ID']['input']>;
|
|
11050
|
-
timeToLiveSeconds?: InputMaybe<Scalars['Int']['input']>;
|
|
11051
|
-
};
|
|
11052
|
-
export declare type ConfigurePolarisRefreshPayload = Payload & {
|
|
11053
|
-
__typename?: 'ConfigurePolarisRefreshPayload';
|
|
11054
|
-
errors?: Maybe<Array<MutationError>>;
|
|
11055
|
-
node?: Maybe<Scalars['Int']['output']>;
|
|
11056
|
-
success: Scalars['Boolean']['output'];
|
|
11057
|
-
};
|
|
11058
11135
|
export declare type ConfluenceAdminAnnouncementBanner = {
|
|
11059
11136
|
__typename?: 'ConfluenceAdminAnnouncementBanner';
|
|
11060
11137
|
appearance: Scalars['String']['output'];
|
|
@@ -21553,6 +21630,7 @@ export declare type CreateInvitationUrlPayload = {
|
|
|
21553
21630
|
export declare type CreateJiraPlaybookInput = {
|
|
21554
21631
|
cloudId: Scalars['ID']['input'];
|
|
21555
21632
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
21633
|
+
jql?: InputMaybe<Scalars['String']['input']>;
|
|
21556
21634
|
name: Scalars['String']['input'];
|
|
21557
21635
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
21558
21636
|
scopeType: JiraPlaybookScopeType;
|
|
@@ -21798,6 +21876,7 @@ export declare type CsmAiAction = {
|
|
|
21798
21876
|
description?: Maybe<Scalars['String']['output']>;
|
|
21799
21877
|
id: Scalars['ID']['output'];
|
|
21800
21878
|
isConfirmationRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
21879
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21801
21880
|
name?: Maybe<Scalars['String']['output']>;
|
|
21802
21881
|
variables?: Maybe<Array<Maybe<CsmAiActionVariable>>>;
|
|
21803
21882
|
};
|
|
@@ -21890,6 +21969,7 @@ export declare type CsmAiCreateActionInput = {
|
|
|
21890
21969
|
authentication: CsmAiAuthenticationInput;
|
|
21891
21970
|
description: Scalars['String']['input'];
|
|
21892
21971
|
isConfirmationRequired: Scalars['Boolean']['input'];
|
|
21972
|
+
isEnabled: Scalars['Boolean']['input'];
|
|
21893
21973
|
name: Scalars['String']['input'];
|
|
21894
21974
|
variables?: InputMaybe<Array<CsmAiActionVariableInput>>;
|
|
21895
21975
|
};
|
|
@@ -21933,6 +22013,10 @@ export declare type CsmAiHub = {
|
|
|
21933
22013
|
agent?: Maybe<CsmAiAgentResult>;
|
|
21934
22014
|
handoffConfigs?: Maybe<Array<Maybe<CsmAiHandoffConfigResult>>>;
|
|
21935
22015
|
id: Scalars['ID']['output'];
|
|
22016
|
+
widgets?: Maybe<Array<Maybe<CsmAiWidgetConfigResult>>>;
|
|
22017
|
+
};
|
|
22018
|
+
export declare type CsmAiHubActionsArgs = {
|
|
22019
|
+
filterEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
21936
22020
|
};
|
|
21937
22021
|
export declare type CsmAiHubResult = CsmAiHub | QueryError;
|
|
21938
22022
|
export declare type CsmAiKeyValueInput = {
|
|
@@ -21964,6 +22048,7 @@ export declare type CsmAiUpdateActionInput = {
|
|
|
21964
22048
|
authentication?: InputMaybe<CsmAiAuthenticationInput>;
|
|
21965
22049
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
21966
22050
|
isConfirmationRequired?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22051
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
21967
22052
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
21968
22053
|
variables?: InputMaybe<Array<InputMaybe<CsmAiActionVariableInput>>>;
|
|
21969
22054
|
};
|
|
@@ -22005,6 +22090,78 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
22005
22090
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
22006
22091
|
success: Scalars['Boolean']['output'];
|
|
22007
22092
|
};
|
|
22093
|
+
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
22094
|
+
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
22095
|
+
errors?: Maybe<Array<MutationError>>;
|
|
22096
|
+
success: Scalars['Boolean']['output'];
|
|
22097
|
+
widget?: Maybe<CsmAiWidgetConfig>;
|
|
22098
|
+
};
|
|
22099
|
+
export declare type CsmAiWidgetBrandingAttribution = {
|
|
22100
|
+
__typename?: 'CsmAiWidgetBrandingAttribution';
|
|
22101
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
22102
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
22103
|
+
};
|
|
22104
|
+
export declare type CsmAiWidgetBrandingAttributionInput = {
|
|
22105
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
|
22106
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
22107
|
+
};
|
|
22108
|
+
export declare enum CsmAiWidgetBrandingChatColorVibeVariant {
|
|
22109
|
+
Dark = "DARK",
|
|
22110
|
+
Default = "DEFAULT",
|
|
22111
|
+
Light = "LIGHT",
|
|
22112
|
+
Vibrant = "VIBRANT"
|
|
22113
|
+
}
|
|
22114
|
+
export declare enum CsmAiWidgetBrandingColorVibeVariant {
|
|
22115
|
+
Dark = "DARK",
|
|
22116
|
+
Light = "LIGHT",
|
|
22117
|
+
Vibrant = "VIBRANT"
|
|
22118
|
+
}
|
|
22119
|
+
export declare enum CsmAiWidgetBrandingRadius {
|
|
22120
|
+
Normal = "NORMAL",
|
|
22121
|
+
Rounded = "ROUNDED",
|
|
22122
|
+
Sharp = "SHARP"
|
|
22123
|
+
}
|
|
22124
|
+
export declare enum CsmAiWidgetBrandingSpaceVariant {
|
|
22125
|
+
Comfortable = "COMFORTABLE",
|
|
22126
|
+
Cosy = "COSY",
|
|
22127
|
+
Generous = "GENEROUS"
|
|
22128
|
+
}
|
|
22129
|
+
export declare type CsmAiWidgetBrandingTheme = {
|
|
22130
|
+
__typename?: 'CsmAiWidgetBrandingTheme';
|
|
22131
|
+
attribution?: Maybe<CsmAiWidgetBrandingAttribution>;
|
|
22132
|
+
chatColor?: Maybe<CsmAiWidgetBrandingChatColorVibeVariant>;
|
|
22133
|
+
colorVibeVariant?: Maybe<CsmAiWidgetBrandingColorVibeVariant>;
|
|
22134
|
+
radius?: Maybe<CsmAiWidgetBrandingRadius>;
|
|
22135
|
+
space?: Maybe<CsmAiWidgetBrandingSpaceVariant>;
|
|
22136
|
+
};
|
|
22137
|
+
export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
22138
|
+
attribution?: InputMaybe<CsmAiWidgetBrandingAttributionInput>;
|
|
22139
|
+
chatColor: CsmAiWidgetBrandingChatColorVibeVariant;
|
|
22140
|
+
colorVibeVariant: CsmAiWidgetBrandingColorVibeVariant;
|
|
22141
|
+
radius: CsmAiWidgetBrandingRadius;
|
|
22142
|
+
space: CsmAiWidgetBrandingSpaceVariant;
|
|
22143
|
+
};
|
|
22144
|
+
export declare type CsmAiWidgetConfig = {
|
|
22145
|
+
__typename?: 'CsmAiWidgetConfig';
|
|
22146
|
+
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
22147
|
+
id: Scalars['ID']['output'];
|
|
22148
|
+
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22149
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22150
|
+
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
22151
|
+
type: CsmAiWidgetType;
|
|
22152
|
+
};
|
|
22153
|
+
export declare type CsmAiWidgetConfigResult = CsmAiWidgetConfig | QueryError;
|
|
22154
|
+
export declare enum CsmAiWidgetType {
|
|
22155
|
+
Embed = "EMBED",
|
|
22156
|
+
SupportSite = "SUPPORT_SITE"
|
|
22157
|
+
}
|
|
22158
|
+
export declare type CsmAiWidgetUpdateInput = {
|
|
22159
|
+
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
22160
|
+
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22161
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22162
|
+
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
22163
|
+
type: CsmAiWidgetType;
|
|
22164
|
+
};
|
|
22008
22165
|
export declare type CumulativeFlowDiagram = {
|
|
22009
22166
|
__typename?: 'CumulativeFlowDiagram';
|
|
22010
22167
|
chart: CfdChartConnection;
|
|
@@ -24350,6 +24507,42 @@ export declare type DevAiWorkspace = {
|
|
|
24350
24507
|
status?: Maybe<Scalars['String']['output']>;
|
|
24351
24508
|
workspaceAri: Scalars['ID']['output'];
|
|
24352
24509
|
};
|
|
24510
|
+
export declare type DevConsoleCreateDeveloperSpaceInput = {
|
|
24511
|
+
name: Scalars['String']['input'];
|
|
24512
|
+
};
|
|
24513
|
+
export declare type DevConsoleDeveloperSpace = {
|
|
24514
|
+
__typename?: 'DevConsoleDeveloperSpace';
|
|
24515
|
+
id: Scalars['String']['output'];
|
|
24516
|
+
name: Scalars['String']['output'];
|
|
24517
|
+
status: Scalars['String']['output'];
|
|
24518
|
+
type: DevConsoleDeveloperSpaceType;
|
|
24519
|
+
version: Scalars['Int']['output'];
|
|
24520
|
+
versionId: Scalars['Int']['output'];
|
|
24521
|
+
};
|
|
24522
|
+
export declare type DevConsoleDeveloperSpaceDetails = {
|
|
24523
|
+
__typename?: 'DevConsoleDeveloperSpaceDetails';
|
|
24524
|
+
logo?: Maybe<Scalars['String']['output']>;
|
|
24525
|
+
name: Scalars['String']['output'];
|
|
24526
|
+
};
|
|
24527
|
+
export declare enum DevConsoleDeveloperSpaceType {
|
|
24528
|
+
AtlassianExternal = "ATLASSIAN_EXTERNAL",
|
|
24529
|
+
AtlassianInternal = "ATLASSIAN_INTERNAL"
|
|
24530
|
+
}
|
|
24531
|
+
export declare type DevConsoleMutation = {
|
|
24532
|
+
__typename?: 'DevConsoleMutation';
|
|
24533
|
+
createDeveloperSpace: DevConsoleDeveloperSpace;
|
|
24534
|
+
};
|
|
24535
|
+
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
24536
|
+
input: DevConsoleCreateDeveloperSpaceInput;
|
|
24537
|
+
};
|
|
24538
|
+
export declare type DevConsoleQuery = {
|
|
24539
|
+
__typename?: 'DevConsoleQuery';
|
|
24540
|
+
getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
|
|
24541
|
+
getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
|
|
24542
|
+
};
|
|
24543
|
+
export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
|
|
24544
|
+
developerSpaceId: Scalars['String']['input'];
|
|
24545
|
+
};
|
|
24353
24546
|
export declare type DevOps = {
|
|
24354
24547
|
__typename?: 'DevOps';
|
|
24355
24548
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -26030,6 +26223,7 @@ export declare type EcosystemMutation = {
|
|
|
26030
26223
|
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
26031
26224
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
26032
26225
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
26226
|
+
devConsole?: Maybe<DevConsoleMutation>;
|
|
26033
26227
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
26034
26228
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
26035
26229
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
@@ -26134,6 +26328,7 @@ export declare type EcosystemQuery = {
|
|
|
26134
26328
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
26135
26329
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
26136
26330
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
26331
|
+
devConsole?: Maybe<DevConsoleQuery>;
|
|
26137
26332
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
26138
26333
|
forgeAuditLogs?: Maybe<ForgeAuditLogsQuery>;
|
|
26139
26334
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
@@ -32874,8 +33069,6 @@ export declare type GraphStore = {
|
|
|
32874
33069
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
32875
33070
|
componentLinkIsJiraProject?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectConnection>;
|
|
32876
33071
|
componentLinkIsJiraProjectInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectInverseConnection>;
|
|
32877
|
-
componentLinkIsProviderRepo?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoConnection>;
|
|
32878
|
-
componentLinkIsProviderRepoInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection>;
|
|
32879
33072
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
32880
33073
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
32881
33074
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
@@ -33331,6 +33524,7 @@ export declare type GraphStore = {
|
|
|
33331
33524
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
33332
33525
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
33333
33526
|
topicHasRelatedEntity?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
33527
|
+
topicHasRelatedEntityInverse?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection>;
|
|
33334
33528
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
33335
33529
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
33336
33530
|
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
@@ -33981,20 +34175,6 @@ export declare type GraphStoreComponentLinkIsJiraProjectInverseArgs = {
|
|
|
33981
34175
|
id: Scalars['ID']['input'];
|
|
33982
34176
|
sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
|
|
33983
34177
|
};
|
|
33984
|
-
export declare type GraphStoreComponentLinkIsProviderRepoArgs = {
|
|
33985
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
33986
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33987
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33988
|
-
id: Scalars['ID']['input'];
|
|
33989
|
-
sort?: InputMaybe<GraphStoreComponentLinkIsProviderRepoSortInput>;
|
|
33990
|
-
};
|
|
33991
|
-
export declare type GraphStoreComponentLinkIsProviderRepoInverseArgs = {
|
|
33992
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
33993
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33994
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33995
|
-
id: Scalars['ID']['input'];
|
|
33996
|
-
sort?: InputMaybe<GraphStoreComponentLinkIsProviderRepoSortInput>;
|
|
33997
|
-
};
|
|
33998
34178
|
export declare type GraphStoreComponentLinkedJswIssueArgs = {
|
|
33999
34179
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34000
34180
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36976,6 +37156,13 @@ export declare type GraphStoreTopicHasRelatedEntityArgs = {
|
|
|
36976
37156
|
id: Scalars['ID']['input'];
|
|
36977
37157
|
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
36978
37158
|
};
|
|
37159
|
+
export declare type GraphStoreTopicHasRelatedEntityInverseArgs = {
|
|
37160
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37161
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37162
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37163
|
+
id: Scalars['ID']['input'];
|
|
37164
|
+
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37165
|
+
};
|
|
36979
37166
|
export declare type GraphStoreUserAssignedIncidentArgs = {
|
|
36980
37167
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36981
37168
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39641,9 +39828,6 @@ export declare type GraphStoreComponentImpactedByIncidentSortInput = {
|
|
|
39641
39828
|
export declare type GraphStoreComponentLinkIsJiraProjectSortInput = {
|
|
39642
39829
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39643
39830
|
};
|
|
39644
|
-
export declare type GraphStoreComponentLinkIsProviderRepoSortInput = {
|
|
39645
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39646
|
-
};
|
|
39647
39831
|
export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
39648
39832
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
39649
39833
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40165,7 +40349,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
40165
40349
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
40166
40350
|
id: Scalars['ID']['output'];
|
|
40167
40351
|
};
|
|
40168
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40352
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40169
40353
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
40170
40354
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
40171
40355
|
value: Scalars['Int']['output'];
|
|
@@ -40200,7 +40384,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
40200
40384
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
40201
40385
|
id: Scalars['ID']['output'];
|
|
40202
40386
|
};
|
|
40203
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40387
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40204
40388
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
40205
40389
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
40206
40390
|
value: Scalars['String']['output'];
|
|
@@ -40210,19 +40394,19 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
40210
40394
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
40211
40395
|
id: Scalars['ID']['output'];
|
|
40212
40396
|
};
|
|
40213
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40397
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40214
40398
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
40215
40399
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
40216
40400
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
40217
40401
|
id: Scalars['ID']['output'];
|
|
40218
40402
|
};
|
|
40219
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40403
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40220
40404
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
40221
40405
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
40222
40406
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
40223
40407
|
id: Scalars['ID']['output'];
|
|
40224
40408
|
};
|
|
40225
|
-
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40409
|
+
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40226
40410
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
40227
40411
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
40228
40412
|
value: Scalars['Boolean']['output'];
|
|
@@ -40321,7 +40505,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
40321
40505
|
V2 = "V2",
|
|
40322
40506
|
V3 = "V3"
|
|
40323
40507
|
}
|
|
40324
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40508
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
40325
40509
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
40326
40510
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
40327
40511
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -46126,34 +46310,6 @@ export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseEdge =
|
|
|
46126
46310
|
};
|
|
46127
46311
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseUnion = CompassLinkNode;
|
|
46128
46312
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectUnion = JiraProject;
|
|
46129
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoConnection = HasPageInfo & {
|
|
46130
|
-
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoConnection';
|
|
46131
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoEdge>>>;
|
|
46132
|
-
pageInfo: PageInfo;
|
|
46133
|
-
};
|
|
46134
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoEdge = {
|
|
46135
|
-
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoEdge';
|
|
46136
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46137
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46138
|
-
id: Scalars['ID']['output'];
|
|
46139
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46140
|
-
node?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoUnion>;
|
|
46141
|
-
};
|
|
46142
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection = HasPageInfo & {
|
|
46143
|
-
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection';
|
|
46144
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge>>>;
|
|
46145
|
-
pageInfo: PageInfo;
|
|
46146
|
-
};
|
|
46147
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge = {
|
|
46148
|
-
__typename?: 'GraphStoreSimplifiedComponentLinkIsProviderRepoInverseEdge';
|
|
46149
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46150
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46151
|
-
id: Scalars['ID']['output'];
|
|
46152
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46153
|
-
node?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseUnion>;
|
|
46154
|
-
};
|
|
46155
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoInverseUnion = CompassLinkNode;
|
|
46156
|
-
export declare type GraphStoreSimplifiedComponentLinkIsProviderRepoUnion = BitbucketRepository;
|
|
46157
46313
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
46158
46314
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
46159
46315
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -50419,6 +50575,20 @@ export declare type GraphStoreSimplifiedTopicHasRelatedEntityEdge = {
|
|
|
50419
50575
|
lastUpdated: Scalars['DateTime']['output'];
|
|
50420
50576
|
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityUnion>;
|
|
50421
50577
|
};
|
|
50578
|
+
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection = HasPageInfo & {
|
|
50579
|
+
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection';
|
|
50580
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge>>>;
|
|
50581
|
+
pageInfo: PageInfo;
|
|
50582
|
+
};
|
|
50583
|
+
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge = {
|
|
50584
|
+
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge';
|
|
50585
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50586
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50587
|
+
id: Scalars['ID']['output'];
|
|
50588
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50589
|
+
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion>;
|
|
50590
|
+
};
|
|
50591
|
+
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion = KnowledgeDiscoveryTopicByAri;
|
|
50422
50592
|
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = AppUser | AtlassianAccountUser | ConfluenceBlogPost | ConfluencePage | CustomerUser;
|
|
50423
50593
|
export declare type GraphStoreSimplifiedUserAssignedIncidentConnection = HasPageInfo & {
|
|
50424
50594
|
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentConnection';
|
|
@@ -54189,16 +54359,19 @@ export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendatio
|
|
|
54189
54359
|
__typename?: 'GrowthRecJiraTemplateRecommendation';
|
|
54190
54360
|
entityId: Scalars['ID']['output'];
|
|
54191
54361
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54362
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54192
54363
|
};
|
|
54193
54364
|
export declare type GrowthRecNonHydratedRecommendation = GrowthRecRecommendation & {
|
|
54194
54365
|
__typename?: 'GrowthRecNonHydratedRecommendation';
|
|
54195
54366
|
entityId: Scalars['ID']['output'];
|
|
54196
54367
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54368
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54197
54369
|
};
|
|
54198
54370
|
export declare type GrowthRecProductRecommendation = GrowthRecRecommendation & {
|
|
54199
54371
|
__typename?: 'GrowthRecProductRecommendation';
|
|
54200
54372
|
entityId: Scalars['ID']['output'];
|
|
54201
54373
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54374
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54202
54375
|
};
|
|
54203
54376
|
export declare type GrowthRecQuery = {
|
|
54204
54377
|
__typename?: 'GrowthRecQuery';
|
|
@@ -54212,6 +54385,7 @@ export declare type GrowthRecQueryRecommendationsArgs = {
|
|
|
54212
54385
|
export declare type GrowthRecRecommendation = {
|
|
54213
54386
|
entityId: Scalars['ID']['output'];
|
|
54214
54387
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54388
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54215
54389
|
};
|
|
54216
54390
|
export declare type GrowthRecRecommendations = {
|
|
54217
54391
|
__typename?: 'GrowthRecRecommendations';
|
|
@@ -58663,6 +58837,7 @@ export declare enum JiraBoardType {
|
|
|
58663
58837
|
}
|
|
58664
58838
|
export declare type JiraBoardView = {
|
|
58665
58839
|
__typename?: 'JiraBoardView';
|
|
58840
|
+
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
58666
58841
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
58667
58842
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
58668
58843
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
@@ -58674,6 +58849,7 @@ export declare type JiraBoardView = {
|
|
|
58674
58849
|
id: Scalars['ID']['output'];
|
|
58675
58850
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
58676
58851
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
58852
|
+
unmappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58677
58853
|
};
|
|
58678
58854
|
export declare type JiraBoardViewCardOptionsArgs = {
|
|
58679
58855
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58697,8 +58873,13 @@ export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
|
58697
58873
|
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
58698
58874
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
58699
58875
|
};
|
|
58876
|
+
export declare type JiraBoardViewUnmappedStatusesArgs = {
|
|
58877
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58878
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58879
|
+
};
|
|
58700
58880
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
58701
58881
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
58882
|
+
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58702
58883
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58703
58884
|
id: Scalars['ID']['output'];
|
|
58704
58885
|
user?: Maybe<User>;
|
|
@@ -58721,11 +58902,13 @@ export declare type JiraBoardViewCardOptionEdge = {
|
|
|
58721
58902
|
};
|
|
58722
58903
|
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
58723
58904
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
58905
|
+
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58724
58906
|
category?: Maybe<JiraOption>;
|
|
58725
58907
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58726
58908
|
id: Scalars['ID']['output'];
|
|
58727
58909
|
};
|
|
58728
58910
|
export declare type JiraBoardViewColumn = {
|
|
58911
|
+
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58729
58912
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58730
58913
|
id: Scalars['ID']['output'];
|
|
58731
58914
|
};
|
|
@@ -58754,6 +58937,7 @@ export declare type JiraBoardViewInput = {
|
|
|
58754
58937
|
};
|
|
58755
58938
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
58756
58939
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
58940
|
+
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58757
58941
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58758
58942
|
id: Scalars['ID']['output'];
|
|
58759
58943
|
priority?: Maybe<JiraPriority>;
|
|
@@ -58771,18 +58955,45 @@ export declare type JiraBoardViewSettings = {
|
|
|
58771
58955
|
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
58772
58956
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
58773
58957
|
};
|
|
58958
|
+
export declare type JiraBoardViewStatus = {
|
|
58959
|
+
__typename?: 'JiraBoardViewStatus';
|
|
58960
|
+
associatedIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
58961
|
+
id: Scalars['ID']['output'];
|
|
58962
|
+
status?: Maybe<JiraStatus>;
|
|
58963
|
+
};
|
|
58964
|
+
export declare type JiraBoardViewStatusAssociatedIssueTypesArgs = {
|
|
58965
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58966
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58967
|
+
};
|
|
58774
58968
|
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
58775
58969
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
58970
|
+
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58776
58971
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58777
58972
|
id: Scalars['ID']['output'];
|
|
58973
|
+
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58778
58974
|
name?: Maybe<Scalars['String']['output']>;
|
|
58779
58975
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
58780
58976
|
};
|
|
58977
|
+
export declare type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
58978
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58979
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58980
|
+
};
|
|
58781
58981
|
export declare type JiraBoardViewStatusColumnMapping = {
|
|
58782
58982
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
58783
58983
|
name: Scalars['String']['input'];
|
|
58784
58984
|
statusIds: Array<Scalars['ID']['input']>;
|
|
58785
58985
|
};
|
|
58986
|
+
export declare type JiraBoardViewStatusConnection = {
|
|
58987
|
+
__typename?: 'JiraBoardViewStatusConnection';
|
|
58988
|
+
edges?: Maybe<Array<Maybe<JiraBoardViewStatusEdge>>>;
|
|
58989
|
+
errors?: Maybe<Array<QueryError>>;
|
|
58990
|
+
pageInfo?: Maybe<PageInfo>;
|
|
58991
|
+
};
|
|
58992
|
+
export declare type JiraBoardViewStatusEdge = {
|
|
58993
|
+
__typename?: 'JiraBoardViewStatusEdge';
|
|
58994
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
58995
|
+
node?: Maybe<JiraBoardViewStatus>;
|
|
58996
|
+
};
|
|
58786
58997
|
export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
58787
58998
|
__typename?: 'JiraBoardViewSyntheticFieldCardOption';
|
|
58788
58999
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -60447,6 +60658,10 @@ export declare type JiraCreateEmptyActivityConfigurationInput = {
|
|
|
60447
60658
|
journeyVersion: Scalars['Long']['input'];
|
|
60448
60659
|
name: Scalars['String']['input'];
|
|
60449
60660
|
};
|
|
60661
|
+
export declare type JiraCreateFieldSchemeInput = {
|
|
60662
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
60663
|
+
name: Scalars['String']['input'];
|
|
60664
|
+
};
|
|
60450
60665
|
export declare type JiraCreateFormattingRuleInput = {
|
|
60451
60666
|
afterRuleId?: InputMaybe<Scalars['String']['input']>;
|
|
60452
60667
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -60937,6 +61152,15 @@ export declare type JiraDeleteCustomFilterPayload = Payload & {
|
|
|
60937
61152
|
errors?: Maybe<Array<MutationError>>;
|
|
60938
61153
|
success: Scalars['Boolean']['output'];
|
|
60939
61154
|
};
|
|
61155
|
+
export declare type JiraDeleteFieldSchemeInput = {
|
|
61156
|
+
schemeId: Scalars['ID']['input'];
|
|
61157
|
+
};
|
|
61158
|
+
export declare type JiraDeleteFieldSchemePayload = Payload & {
|
|
61159
|
+
__typename?: 'JiraDeleteFieldSchemePayload';
|
|
61160
|
+
affectedSchemeId?: Maybe<Scalars['ID']['output']>;
|
|
61161
|
+
errors?: Maybe<Array<MutationError>>;
|
|
61162
|
+
success: Scalars['Boolean']['output'];
|
|
61163
|
+
};
|
|
60940
61164
|
export declare type JiraDeleteFormattingRuleInput = {
|
|
60941
61165
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
60942
61166
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -61009,6 +61233,7 @@ export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView &
|
|
|
61009
61233
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61010
61234
|
issues?: Maybe<JiraIssueConnection>;
|
|
61011
61235
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
61236
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
61012
61237
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
61013
61238
|
};
|
|
61014
61239
|
export declare type JiraDetailedViewFieldSetsArgs = {
|
|
@@ -61019,6 +61244,9 @@ export declare type JiraDetailedViewFieldSetsArgs = {
|
|
|
61019
61244
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61020
61245
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61021
61246
|
};
|
|
61247
|
+
export declare type JiraDetailedViewHasDefaultFieldSetsArgs = {
|
|
61248
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61249
|
+
};
|
|
61022
61250
|
export declare type JiraDetailedViewIssuesArgs = {
|
|
61023
61251
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61024
61252
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -61444,6 +61672,11 @@ export declare type JiraEditCustomFieldPayload = Payload & {
|
|
|
61444
61672
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
61445
61673
|
success: Scalars['Boolean']['output'];
|
|
61446
61674
|
};
|
|
61675
|
+
export declare type JiraEditFieldSchemeInput = {
|
|
61676
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
61677
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
61678
|
+
schemeId: Scalars['ID']['input'];
|
|
61679
|
+
};
|
|
61447
61680
|
export declare enum JiraEmailMimeType {
|
|
61448
61681
|
Html = "HTML",
|
|
61449
61682
|
Text = "TEXT"
|
|
@@ -61818,6 +62051,15 @@ export declare enum JiraFieldOptionIdsFilterOperation {
|
|
|
61818
62051
|
Allow = "ALLOW",
|
|
61819
62052
|
Exclude = "EXCLUDE"
|
|
61820
62053
|
}
|
|
62054
|
+
export declare type JiraFieldSchemePayload = Payload & {
|
|
62055
|
+
__typename?: 'JiraFieldSchemePayload';
|
|
62056
|
+
errors?: Maybe<Array<MutationError>>;
|
|
62057
|
+
fieldScheme?: Maybe<JiraFieldConfigScheme>;
|
|
62058
|
+
success: Scalars['Boolean']['output'];
|
|
62059
|
+
};
|
|
62060
|
+
export declare type JiraFieldSchemesInput = {
|
|
62061
|
+
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
62062
|
+
};
|
|
61821
62063
|
export declare type JiraFieldSearcherTemplate = {
|
|
61822
62064
|
__typename?: 'JiraFieldSearcherTemplate';
|
|
61823
62065
|
displayName: Scalars['String']['output'];
|
|
@@ -61838,6 +62080,10 @@ export declare type JiraFieldSetPreferences = {
|
|
|
61838
62080
|
__typename?: 'JiraFieldSetPreferences';
|
|
61839
62081
|
width?: Maybe<Scalars['Int']['output']>;
|
|
61840
62082
|
};
|
|
62083
|
+
export declare type JiraFieldSetPreferencesInput = {
|
|
62084
|
+
fieldSetId: Scalars['String']['input'];
|
|
62085
|
+
width?: InputMaybe<Scalars['Int']['input']>;
|
|
62086
|
+
};
|
|
61841
62087
|
export declare type JiraFieldSetPreferencesMutationInput = {
|
|
61842
62088
|
nodes?: InputMaybe<Array<JiraUpdateFieldSetPreferencesInput>>;
|
|
61843
62089
|
};
|
|
@@ -61860,10 +62106,14 @@ export declare type JiraFieldSetViewFieldSetsArgs = {
|
|
|
61860
62106
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61861
62107
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61862
62108
|
};
|
|
62109
|
+
export declare type JiraFieldSetViewHasDefaultFieldSetsArgs = {
|
|
62110
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62111
|
+
};
|
|
61863
62112
|
export declare type JiraFieldSetViewResult = JiraFieldSetView | QueryError;
|
|
61864
62113
|
export declare type JiraFieldSetsMutationInput = {
|
|
61865
62114
|
replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
61866
62115
|
resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62116
|
+
scopedResetToDefaultFieldSets?: InputMaybe<JiraScopedResetFieldsetsInput>;
|
|
61867
62117
|
};
|
|
61868
62118
|
export declare type JiraFieldSetsViewMetadata = {
|
|
61869
62119
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -61878,6 +62128,9 @@ export declare type JiraFieldSetsViewMetadataFieldSetsArgs = {
|
|
|
61878
62128
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61879
62129
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61880
62130
|
};
|
|
62131
|
+
export declare type JiraFieldSetsViewMetadataHasDefaultFieldSetsArgs = {
|
|
62132
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62133
|
+
};
|
|
61881
62134
|
export declare type JiraFieldSetsViewPayload = Payload & {
|
|
61882
62135
|
__typename?: 'JiraFieldSetsViewPayload';
|
|
61883
62136
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -62692,7 +62945,6 @@ export declare type JiraGroup = Node & {
|
|
|
62692
62945
|
name: Scalars['String']['output'];
|
|
62693
62946
|
};
|
|
62694
62947
|
export declare type JiraGroupByDropdownFilter = {
|
|
62695
|
-
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
62696
62948
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
62697
62949
|
};
|
|
62698
62950
|
export declare type JiraGroupConnection = {
|
|
@@ -62726,6 +62978,7 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
62726
62978
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62727
62979
|
jql?: Maybe<Scalars['String']['output']>;
|
|
62728
62980
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
62981
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
62729
62982
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
62730
62983
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
62731
62984
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -62749,6 +63002,9 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
62749
63002
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62750
63003
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62751
63004
|
};
|
|
63005
|
+
export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
63006
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
63007
|
+
};
|
|
62752
63008
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
62753
63009
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
62754
63010
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -64287,6 +64543,9 @@ export declare type JiraIssueSearchScope = {
|
|
|
64287
64543
|
operationScope?: InputMaybe<JiraIssueSearchOperationScope>;
|
|
64288
64544
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
64289
64545
|
};
|
|
64546
|
+
export declare type JiraIssueSearchSettings = {
|
|
64547
|
+
hideDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64548
|
+
};
|
|
64290
64549
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
64291
64550
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64292
64551
|
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -64315,6 +64574,9 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
64315
64574
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64316
64575
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64317
64576
|
};
|
|
64577
|
+
export declare type JiraIssueSearchViewHasDefaultFieldSetsArgs = {
|
|
64578
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64579
|
+
};
|
|
64318
64580
|
export declare type JiraIssueSearchViewViewConfigSettingsArgs = {
|
|
64319
64581
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
64320
64582
|
};
|
|
@@ -64402,6 +64664,9 @@ export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
|
64402
64664
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64403
64665
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64404
64666
|
};
|
|
64667
|
+
export declare type JiraIssueSearchViewMetadataHasDefaultFieldSetsArgs = {
|
|
64668
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64669
|
+
};
|
|
64405
64670
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
64406
64671
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
64407
64672
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -65638,6 +65903,7 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheet
|
|
|
65638
65903
|
issues?: Maybe<JiraIssueConnection>;
|
|
65639
65904
|
jql?: Maybe<Scalars['String']['output']>;
|
|
65640
65905
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
65906
|
+
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
65641
65907
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
65642
65908
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
65643
65909
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -65650,6 +65916,9 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
65650
65916
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65651
65917
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65652
65918
|
};
|
|
65919
|
+
export declare type JiraListViewHasDefaultFieldSetsArgs = {
|
|
65920
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65921
|
+
};
|
|
65653
65922
|
export declare type JiraListViewIssuesArgs = {
|
|
65654
65923
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65655
65924
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -65665,6 +65934,7 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
65665
65934
|
export declare type JiraListViewViewSettingsArgs = {
|
|
65666
65935
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
65667
65936
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
65937
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
65668
65938
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
65669
65939
|
};
|
|
65670
65940
|
export declare type JiraLongRunningTaskProgress = {
|
|
@@ -67931,6 +68201,7 @@ export declare type JiraPlaybook = Node & {
|
|
|
67931
68201
|
__typename?: 'JiraPlaybook';
|
|
67932
68202
|
filters?: Maybe<Array<JiraPlaybookIssueFilter>>;
|
|
67933
68203
|
id: Scalars['ID']['output'];
|
|
68204
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
67934
68205
|
name?: Maybe<Scalars['String']['output']>;
|
|
67935
68206
|
owner?: Maybe<User>;
|
|
67936
68207
|
scopeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -67951,6 +68222,13 @@ export declare type JiraPlaybookEdge = {
|
|
|
67951
68222
|
cursor: Scalars['String']['output'];
|
|
67952
68223
|
node?: Maybe<JiraPlaybook>;
|
|
67953
68224
|
};
|
|
68225
|
+
export declare type JiraPlaybookExecutionFilter = {
|
|
68226
|
+
contextId?: InputMaybe<Scalars['String']['input']>;
|
|
68227
|
+
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68228
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
68229
|
+
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68230
|
+
status?: InputMaybe<Array<JiraPlaybookStepRunStatus>>;
|
|
68231
|
+
};
|
|
67954
68232
|
export declare type JiraPlaybookFilter = {
|
|
67955
68233
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
67956
68234
|
};
|
|
@@ -68958,6 +69236,7 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
68958
69236
|
moreRecents?: Maybe<JiraProjectConnection>;
|
|
68959
69237
|
mostRecent?: Maybe<JiraProject>;
|
|
68960
69238
|
mostRecentFromHistory?: Maybe<JiraProject>;
|
|
69239
|
+
otherItems?: Maybe<JiraProjectConnection>;
|
|
68961
69240
|
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
68962
69241
|
recents?: Maybe<JiraProjectConnection>;
|
|
68963
69242
|
};
|
|
@@ -68975,6 +69254,10 @@ export declare type JiraProjectsSidebarMenuMoreRecentsArgs = {
|
|
|
68975
69254
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
68976
69255
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68977
69256
|
};
|
|
69257
|
+
export declare type JiraProjectsSidebarMenuOtherItemsArgs = {
|
|
69258
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
69259
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69260
|
+
};
|
|
68978
69261
|
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
68979
69262
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
68980
69263
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69153,6 +69436,7 @@ export declare type JiraQuery = {
|
|
|
69153
69436
|
jwmSavedViewsByProject?: Maybe<JiraNavigationItemConnection>;
|
|
69154
69437
|
jwmViewItems?: Maybe<JiraWorkManagementViewItemConnectionResult>;
|
|
69155
69438
|
labelsFieldOptions?: Maybe<JiraLabelConnection>;
|
|
69439
|
+
labelsInBoard?: Maybe<JiraLabelConnection>;
|
|
69156
69440
|
lockedIssueTypeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
69157
69441
|
mediaClientId?: Maybe<Scalars['String']['output']>;
|
|
69158
69442
|
mediaExternalEndpointUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -69879,6 +70163,9 @@ export declare type JiraQueryLabelsFieldOptionsArgs = {
|
|
|
69879
70163
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
69880
70164
|
sessionId?: InputMaybe<Scalars['ID']['input']>;
|
|
69881
70165
|
};
|
|
70166
|
+
export declare type JiraQueryLabelsInBoardArgs = {
|
|
70167
|
+
boardId: Scalars['ID']['input'];
|
|
70168
|
+
};
|
|
69882
70169
|
export declare type JiraQueryLockedIssueTypeIdsArgs = {
|
|
69883
70170
|
cloudId: Scalars['ID']['input'];
|
|
69884
70171
|
};
|
|
@@ -71085,6 +71372,10 @@ export declare type JiraScmRepository = {
|
|
|
71085
71372
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
71086
71373
|
name?: Maybe<Scalars['String']['output']>;
|
|
71087
71374
|
};
|
|
71375
|
+
export declare type JiraScopedResetFieldsetsInput = {
|
|
71376
|
+
context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
|
|
71377
|
+
doReset?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71378
|
+
};
|
|
71088
71379
|
export declare type JiraScreen = Node & {
|
|
71089
71380
|
__typename?: 'JiraScreen';
|
|
71090
71381
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -72460,6 +72751,15 @@ export declare type JiraSetFieldAssociationWithIssueTypesPayload = Payload & {
|
|
|
72460
72751
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
72461
72752
|
success: Scalars['Boolean']['output'];
|
|
72462
72753
|
};
|
|
72754
|
+
export declare type JiraSetFieldSetsPreferencesInput = {
|
|
72755
|
+
fieldSetsPreferences?: InputMaybe<Array<JiraFieldSetPreferencesInput>>;
|
|
72756
|
+
viewId: Scalars['ID']['input'];
|
|
72757
|
+
};
|
|
72758
|
+
export declare type JiraSetFieldSetsPreferencesPayload = Payload & {
|
|
72759
|
+
__typename?: 'JiraSetFieldSetsPreferencesPayload';
|
|
72760
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72761
|
+
success: Scalars['Boolean']['output'];
|
|
72762
|
+
};
|
|
72463
72763
|
export declare type JiraSetIsFavouriteInput = {
|
|
72464
72764
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
72465
72765
|
entityId: Scalars['ID']['input'];
|
|
@@ -72955,6 +73255,7 @@ export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
|
72955
73255
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
72956
73256
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
72957
73257
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73258
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
72958
73259
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
72959
73260
|
};
|
|
72960
73261
|
export declare type JiraSpreadsheetGroupByConfig = {
|
|
@@ -73024,6 +73325,9 @@ export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
|
73024
73325
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73025
73326
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73026
73327
|
};
|
|
73328
|
+
export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
73329
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73330
|
+
};
|
|
73027
73331
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
73028
73332
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
73029
73333
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -75701,6 +76005,63 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
75701
76005
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
75702
76006
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
75703
76007
|
};
|
|
76008
|
+
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
76009
|
+
export declare type JsmChannelsOrchestratorConversation = Node & {
|
|
76010
|
+
__typename?: 'JsmChannelsOrchestratorConversation';
|
|
76011
|
+
action?: Maybe<JsmChannelsOrchestratorConversationActionType>;
|
|
76012
|
+
channel?: Maybe<JsmChannelsOrchestratorConversationChannel>;
|
|
76013
|
+
csat?: Maybe<Scalars['Int']['output']>;
|
|
76014
|
+
firstMessageContent?: Maybe<Scalars['String']['output']>;
|
|
76015
|
+
id: Scalars['ID']['output'];
|
|
76016
|
+
intentProjectionId?: Maybe<Scalars['ID']['output']>;
|
|
76017
|
+
linkToSource?: Maybe<Scalars['String']['output']>;
|
|
76018
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
76019
|
+
state?: Maybe<JsmChannelsOrchestratorConversationState>;
|
|
76020
|
+
};
|
|
76021
|
+
export declare enum JsmChannelsOrchestratorConversationActionType {
|
|
76022
|
+
AiAnswered = "AI_ANSWERED",
|
|
76023
|
+
Matched = "MATCHED",
|
|
76024
|
+
Unhandled = "UNHANDLED"
|
|
76025
|
+
}
|
|
76026
|
+
export declare enum JsmChannelsOrchestratorConversationChannel {
|
|
76027
|
+
HelpCenter = "HELP_CENTER",
|
|
76028
|
+
JsmPortal = "JSM_PORTAL",
|
|
76029
|
+
JsmWidget = "JSM_WIDGET",
|
|
76030
|
+
MsTeams = "MS_TEAMS",
|
|
76031
|
+
Slack = "SLACK"
|
|
76032
|
+
}
|
|
76033
|
+
export declare enum JsmChannelsOrchestratorConversationCsatOptionType {
|
|
76034
|
+
CsatOption_1 = "CSAT_OPTION_1",
|
|
76035
|
+
CsatOption_2 = "CSAT_OPTION_2",
|
|
76036
|
+
CsatOption_3 = "CSAT_OPTION_3",
|
|
76037
|
+
CsatOption_4 = "CSAT_OPTION_4",
|
|
76038
|
+
CsatOption_5 = "CSAT_OPTION_5"
|
|
76039
|
+
}
|
|
76040
|
+
export declare type JsmChannelsOrchestratorConversationEdge = {
|
|
76041
|
+
__typename?: 'JsmChannelsOrchestratorConversationEdge';
|
|
76042
|
+
cursor: Scalars['String']['output'];
|
|
76043
|
+
node?: Maybe<JsmChannelsOrchestratorConversation>;
|
|
76044
|
+
};
|
|
76045
|
+
export declare enum JsmChannelsOrchestratorConversationState {
|
|
76046
|
+
Closed = "CLOSED",
|
|
76047
|
+
Escalated = "ESCALATED",
|
|
76048
|
+
Open = "OPEN",
|
|
76049
|
+
Resolved = "RESOLVED"
|
|
76050
|
+
}
|
|
76051
|
+
export declare type JsmChannelsOrchestratorConversationsConnection = {
|
|
76052
|
+
__typename?: 'JsmChannelsOrchestratorConversationsConnection';
|
|
76053
|
+
edges?: Maybe<Array<JsmChannelsOrchestratorConversationEdge>>;
|
|
76054
|
+
nodes?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
76055
|
+
pageInfo: PageInfo;
|
|
76056
|
+
};
|
|
76057
|
+
export declare type JsmChannelsOrchestratorConversationsFilter = {
|
|
76058
|
+
actions?: InputMaybe<Array<JsmChannelsOrchestratorConversationActionType>>;
|
|
76059
|
+
channels?: InputMaybe<Array<JsmChannelsOrchestratorConversationChannel>>;
|
|
76060
|
+
csatOptions?: InputMaybe<Array<JsmChannelsOrchestratorConversationCsatOptionType>>;
|
|
76061
|
+
endDate: Scalars['DateTime']['input'];
|
|
76062
|
+
startDate: Scalars['DateTime']['input'];
|
|
76063
|
+
states?: InputMaybe<Array<JsmChannelsOrchestratorConversationState>>;
|
|
76064
|
+
};
|
|
75704
76065
|
export declare type JsmChatAppendixActionItem = {
|
|
75705
76066
|
__typename?: 'JsmChatAppendixActionItem';
|
|
75706
76067
|
id: Scalars['String']['output'];
|
|
@@ -77111,6 +77472,7 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
77111
77472
|
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
77112
77473
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
77113
77474
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
77475
|
+
topicsByAris?: Maybe<Array<Maybe<KnowledgeDiscoveryTopicByAri>>>;
|
|
77114
77476
|
zeroQueries?: Maybe<KnowledgeDiscoveryZeroQueriesResult>;
|
|
77115
77477
|
};
|
|
77116
77478
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarkArgs = {
|
|
@@ -77211,6 +77573,9 @@ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
|
|
|
77211
77573
|
id: Scalars['String']['input'];
|
|
77212
77574
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
77213
77575
|
};
|
|
77576
|
+
export declare type KnowledgeDiscoveryQueryApiTopicsByArisArgs = {
|
|
77577
|
+
ids: Array<Scalars['ID']['input']>;
|
|
77578
|
+
};
|
|
77214
77579
|
export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
77215
77580
|
cloudId: Scalars['String']['input'];
|
|
77216
77581
|
};
|
|
@@ -77294,6 +77659,20 @@ export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
|
77294
77659
|
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77295
77660
|
updatedAt: Scalars['String']['output'];
|
|
77296
77661
|
};
|
|
77662
|
+
export declare type KnowledgeDiscoveryTopicByAri = Node & {
|
|
77663
|
+
__typename?: 'KnowledgeDiscoveryTopicByAri';
|
|
77664
|
+
description: Scalars['String']['output'];
|
|
77665
|
+
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
77666
|
+
id: Scalars['ID']['output'];
|
|
77667
|
+
name: Scalars['String']['output'];
|
|
77668
|
+
relatedEntities?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
77669
|
+
relatedQuestion?: Maybe<Scalars['String']['output']>;
|
|
77670
|
+
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77671
|
+
updatedAt: Scalars['String']['output'];
|
|
77672
|
+
};
|
|
77673
|
+
export declare type KnowledgeDiscoveryTopicByAriRelatedEntitiesArgs = {
|
|
77674
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
77675
|
+
};
|
|
77297
77676
|
export declare type KnowledgeDiscoveryTopicResult = KnowledgeDiscoveryTopic | QueryError;
|
|
77298
77677
|
export declare enum KnowledgeDiscoveryTopicType {
|
|
77299
77678
|
Area = "AREA",
|
|
@@ -78278,6 +78657,7 @@ export declare type MarketplaceAppVersionEdge = {
|
|
|
78278
78657
|
};
|
|
78279
78658
|
export declare type MarketplaceAppVersionFilter = {
|
|
78280
78659
|
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
78660
|
+
cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<ComplianceBoundary>>>;
|
|
78281
78661
|
excludeHiddenIn?: InputMaybe<MarketplaceLocation>;
|
|
78282
78662
|
productHostingOptions?: InputMaybe<Array<AtlassianProductHostingType>>;
|
|
78283
78663
|
visibility?: InputMaybe<MarketplaceAppVersionVisibility>;
|
|
@@ -81112,6 +81492,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
81112
81492
|
ari: Scalars['String']['output'];
|
|
81113
81493
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
81114
81494
|
createdDate: Scalars['String']['output'];
|
|
81495
|
+
draft: Scalars['Boolean']['output'];
|
|
81115
81496
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
81116
81497
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
81117
81498
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
@@ -83192,6 +83573,7 @@ export declare type Mutation = {
|
|
|
83192
83573
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
83193
83574
|
appStorage?: Maybe<AppStorageMutation>;
|
|
83194
83575
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
83576
|
+
appStorage_admin?: Maybe<AppStorageAdminMutation>;
|
|
83195
83577
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
83196
83578
|
archivePages?: Maybe<BulkArchivePagePayload>;
|
|
83197
83579
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
@@ -83216,7 +83598,6 @@ export declare type Mutation = {
|
|
|
83216
83598
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
83217
83599
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
83218
83600
|
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
83219
|
-
configurePolarisRefresh?: Maybe<ConfigurePolarisRefreshPayload>;
|
|
83220
83601
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
83221
83602
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacyActivatePaywallContentPayload>;
|
|
83222
83603
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacyAddDefaultExCoSpacePermissionsPayload>;
|
|
@@ -83471,6 +83852,7 @@ export declare type Mutation = {
|
|
|
83471
83852
|
csmAi_updateAction?: Maybe<CsmAiUpdateActionPayload>;
|
|
83472
83853
|
csmAi_updateAgent?: Maybe<CsmAiUpdateAgentPayload>;
|
|
83473
83854
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
83855
|
+
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
83474
83856
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
83475
83857
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
83476
83858
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
@@ -83557,10 +83939,13 @@ export declare type Mutation = {
|
|
|
83557
83939
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
83558
83940
|
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
83559
83941
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
83942
|
+
jira_createFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
83560
83943
|
jira_createGlobalCustomField?: Maybe<JiraCreateGlobalCustomFieldPayload>;
|
|
83561
83944
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
83945
|
+
jira_deleteFieldScheme?: Maybe<JiraDeleteFieldSchemePayload>;
|
|
83562
83946
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
83563
83947
|
jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
|
|
83948
|
+
jira_editFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
83564
83949
|
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
83565
83950
|
jira_publishIssueSearchConfig?: Maybe<JiraPublishIssueSearchConfigPayload>;
|
|
83566
83951
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
@@ -83576,6 +83961,7 @@ export declare type Mutation = {
|
|
|
83576
83961
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
83577
83962
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
83578
83963
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
83964
|
+
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
83579
83965
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
83580
83966
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
83581
83967
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
@@ -83891,6 +84277,9 @@ export declare type MutationAgentStudio_UpdateScenarioMappingsForContainerArgs =
|
|
|
83891
84277
|
containerId: Scalars['String']['input'];
|
|
83892
84278
|
scenarioIds: Array<Scalars['ID']['input']>;
|
|
83893
84279
|
};
|
|
84280
|
+
export declare type MutationAppStorage_AdminArgs = {
|
|
84281
|
+
appId: Scalars['ID']['input'];
|
|
84282
|
+
};
|
|
83894
84283
|
export declare type MutationApplyPolarisProjectTemplateArgs = {
|
|
83895
84284
|
input: ApplyPolarisProjectTemplateInput;
|
|
83896
84285
|
};
|
|
@@ -83945,11 +84334,10 @@ export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
|
|
|
83945
84334
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
83946
84335
|
};
|
|
83947
84336
|
export declare type MutationChannelPlatform_CreateAttendeeArgs = {
|
|
83948
|
-
|
|
84337
|
+
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
83949
84338
|
};
|
|
83950
84339
|
export declare type MutationChannelPlatform_CreateMeetingDetailsArgs = {
|
|
83951
84340
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
83952
|
-
requestUuid?: InputMaybe<Scalars['String']['input']>;
|
|
83953
84341
|
};
|
|
83954
84342
|
export declare type MutationChannelPlatform_CreateQueuesArgs = {
|
|
83955
84343
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83970,9 +84358,6 @@ export declare type MutationClearRestrictionsForFreeArgs = {
|
|
|
83970
84358
|
export declare type MutationCompleteSprintArgs = {
|
|
83971
84359
|
input?: InputMaybe<CompleteSprintInput>;
|
|
83972
84360
|
};
|
|
83973
|
-
export declare type MutationConfigurePolarisRefreshArgs = {
|
|
83974
|
-
input: ConfigurePolarisRefreshInput;
|
|
83975
|
-
};
|
|
83976
84361
|
export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
83977
84362
|
input: ConfluenceLegacyActivatePaywallContentInput;
|
|
83978
84363
|
};
|
|
@@ -84814,6 +85199,11 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
84814
85199
|
helpCenterAri: Scalars['ID']['input'];
|
|
84815
85200
|
input: CsmAiUpdateHandoffConfigInput;
|
|
84816
85201
|
};
|
|
85202
|
+
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
85203
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
85204
|
+
input: CsmAiWidgetUpdateInput;
|
|
85205
|
+
widgetId: Scalars['ID']['input'];
|
|
85206
|
+
};
|
|
84817
85207
|
export declare type MutationCustomerServiceArgs = {
|
|
84818
85208
|
cloudId: Scalars['ID']['input'];
|
|
84819
85209
|
};
|
|
@@ -85065,6 +85455,10 @@ export declare type MutationJira_BulkSetBoardViewColumnStateArgs = {
|
|
|
85065
85455
|
export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
85066
85456
|
input: JiraCreateCustomBackgroundInput;
|
|
85067
85457
|
};
|
|
85458
|
+
export declare type MutationJira_CreateFieldSchemeArgs = {
|
|
85459
|
+
cloudId: Scalars['ID']['input'];
|
|
85460
|
+
input: JiraCreateFieldSchemeInput;
|
|
85461
|
+
};
|
|
85068
85462
|
export declare type MutationJira_CreateGlobalCustomFieldArgs = {
|
|
85069
85463
|
cloudId: Scalars['ID']['input'];
|
|
85070
85464
|
input: JiraCreateGlobalCustomFieldInput;
|
|
@@ -85072,12 +85466,20 @@ export declare type MutationJira_CreateGlobalCustomFieldArgs = {
|
|
|
85072
85466
|
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
85073
85467
|
input: JiraProjectDeleteCustomBackgroundInput;
|
|
85074
85468
|
};
|
|
85469
|
+
export declare type MutationJira_DeleteFieldSchemeArgs = {
|
|
85470
|
+
cloudId: Scalars['ID']['input'];
|
|
85471
|
+
input: JiraDeleteFieldSchemeInput;
|
|
85472
|
+
};
|
|
85075
85473
|
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
85076
85474
|
input: JiraDiscardUserBoardViewConfigInput;
|
|
85077
85475
|
};
|
|
85078
85476
|
export declare type MutationJira_DiscardUserIssueSearchConfigArgs = {
|
|
85079
85477
|
input: JiraDiscardUserIssueSearchConfigInput;
|
|
85080
85478
|
};
|
|
85479
|
+
export declare type MutationJira_EditFieldSchemeArgs = {
|
|
85480
|
+
cloudId: Scalars['ID']['input'];
|
|
85481
|
+
input: JiraEditFieldSchemeInput;
|
|
85482
|
+
};
|
|
85081
85483
|
export declare type MutationJira_PublishBoardViewConfigArgs = {
|
|
85082
85484
|
input: JiraPublishBoardViewConfigInput;
|
|
85083
85485
|
};
|
|
@@ -85124,6 +85526,9 @@ export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
|
85124
85526
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
85125
85527
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
85126
85528
|
};
|
|
85529
|
+
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
85530
|
+
input: JiraSetFieldSetsPreferencesInput;
|
|
85531
|
+
};
|
|
85127
85532
|
export declare type MutationJira_SetIssueSearchGroupByArgs = {
|
|
85128
85533
|
input: JiraSetIssueSearchGroupByInput;
|
|
85129
85534
|
};
|
|
@@ -86189,6 +86594,7 @@ export declare type OAuthClientsAccountGrant = {
|
|
|
86189
86594
|
clientInfo?: Maybe<OAuthClientsClientInfo>;
|
|
86190
86595
|
scopeDetails?: Maybe<Array<Maybe<OAuthClientsScopeDetails>>>;
|
|
86191
86596
|
scopes?: Maybe<Array<Scalars['String']['output']>>;
|
|
86597
|
+
scopesInfo?: Maybe<Array<OAuthClientsScopeInfo>>;
|
|
86192
86598
|
};
|
|
86193
86599
|
export declare type OAuthClientsAccountGrantConnection = {
|
|
86194
86600
|
__typename?: 'OAuthClientsAccountGrantConnection';
|
|
@@ -86210,6 +86616,11 @@ export declare type OAuthClientsAccountGrantPageInfo = {
|
|
|
86210
86616
|
};
|
|
86211
86617
|
export declare type OAuthClientsClientInfo = {
|
|
86212
86618
|
__typename?: 'OAuthClientsClientInfo';
|
|
86619
|
+
appContactLink?: Maybe<Scalars['String']['output']>;
|
|
86620
|
+
appDescription?: Maybe<Scalars['String']['output']>;
|
|
86621
|
+
appId?: Maybe<Scalars['String']['output']>;
|
|
86622
|
+
appLogoUrl?: Maybe<Scalars['String']['output']>;
|
|
86623
|
+
appVendorName?: Maybe<Scalars['String']['output']>;
|
|
86213
86624
|
clientId: Scalars['String']['output'];
|
|
86214
86625
|
clientName?: Maybe<Scalars['String']['output']>;
|
|
86215
86626
|
customerName?: Maybe<Scalars['String']['output']>;
|
|
@@ -86228,6 +86639,11 @@ export declare type OAuthClientsScopeDetails = {
|
|
|
86228
86639
|
description?: Maybe<Scalars['String']['output']>;
|
|
86229
86640
|
key: Scalars['String']['output'];
|
|
86230
86641
|
};
|
|
86642
|
+
export declare type OAuthClientsScopeInfo = {
|
|
86643
|
+
__typename?: 'OAuthClientsScopeInfo';
|
|
86644
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
86645
|
+
key: Scalars['String']['output'];
|
|
86646
|
+
};
|
|
86231
86647
|
export declare type OfflineUserAuthTokenForExtensionInput = {
|
|
86232
86648
|
contextIds: Array<Scalars['ID']['input']>;
|
|
86233
86649
|
extensionId: Scalars['ID']['input'];
|
|
@@ -88656,6 +89072,9 @@ export declare type Query = {
|
|
|
88656
89072
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
88657
89073
|
apps?: Maybe<AppConnection>;
|
|
88658
89074
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
89075
|
+
atlasGoalLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
89076
|
+
atlasProjectsLinkedToGoals?: Maybe<GraphStoreCypherQueryConnection>;
|
|
89077
|
+
atlasProjectsLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88659
89078
|
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
88660
89079
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
88661
89080
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
@@ -88946,6 +89365,7 @@ export declare type Query = {
|
|
|
88946
89365
|
contentTemplateLabelsByCriteria?: Maybe<PaginatedLabelList>;
|
|
88947
89366
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
88948
89367
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
89368
|
+
contributorsLinkedToAtlasProject?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88949
89369
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
88950
89370
|
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
88951
89371
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
@@ -89103,11 +89523,14 @@ export declare type Query = {
|
|
|
89103
89523
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
89104
89524
|
jira_categoryField?: Maybe<JiraJqlField>;
|
|
89105
89525
|
jira_creatableGlobalCustomFieldTypes?: Maybe<JiraCustomFieldTypeConnection>;
|
|
89526
|
+
jira_fieldSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
89106
89527
|
jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89107
89528
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
89108
89529
|
jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
89109
89530
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
89110
89531
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
89532
|
+
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
89533
|
+
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
89111
89534
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
89112
89535
|
jsw?: Maybe<JswQuery>;
|
|
89113
89536
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
@@ -89213,6 +89636,8 @@ export declare type Query = {
|
|
|
89213
89636
|
pricings: ContentPlatformPricingSearchConnection;
|
|
89214
89637
|
productListing?: Maybe<ProductListingResult>;
|
|
89215
89638
|
productListings: Array<ProductListingResult>;
|
|
89639
|
+
projects_byAri?: Maybe<TownsquareProject>;
|
|
89640
|
+
projects_byAris?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
89216
89641
|
ptpage?: Maybe<PtPage>;
|
|
89217
89642
|
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
89218
89643
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
@@ -89548,6 +89973,15 @@ export declare type QueryAppsArgs = {
|
|
|
89548
89973
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
89549
89974
|
cloudId: Scalars['ID']['input'];
|
|
89550
89975
|
};
|
|
89976
|
+
export declare type QueryAtlasGoalLinkedToIssueArgs = {
|
|
89977
|
+
issueId: Scalars['ID']['input'];
|
|
89978
|
+
};
|
|
89979
|
+
export declare type QueryAtlasProjectsLinkedToGoalsArgs = {
|
|
89980
|
+
goalId: Scalars['ID']['input'];
|
|
89981
|
+
};
|
|
89982
|
+
export declare type QueryAtlasProjectsLinkedToIssueArgs = {
|
|
89983
|
+
issueId: Scalars['ID']['input'];
|
|
89984
|
+
};
|
|
89551
89985
|
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
89552
89986
|
cloudId: Scalars['ID']['input'];
|
|
89553
89987
|
};
|
|
@@ -90851,6 +91285,11 @@ export declare type QueryContentWatchersArgs = {
|
|
|
90851
91285
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90852
91286
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
90853
91287
|
};
|
|
91288
|
+
export declare type QueryContributorsLinkedToAtlasProjectArgs = {
|
|
91289
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91290
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91291
|
+
projectId: Scalars['ID']['input'];
|
|
91292
|
+
};
|
|
90854
91293
|
export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
90855
91294
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
90856
91295
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91413,6 +91852,12 @@ export declare type QueryJira_CreatableGlobalCustomFieldTypesArgs = {
|
|
|
91413
91852
|
cloudId: Scalars['ID']['input'];
|
|
91414
91853
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91415
91854
|
};
|
|
91855
|
+
export declare type QueryJira_FieldSchemesArgs = {
|
|
91856
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91857
|
+
cloudId: Scalars['ID']['input'];
|
|
91858
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91859
|
+
input?: InputMaybe<JiraFieldSchemesInput>;
|
|
91860
|
+
};
|
|
91416
91861
|
export declare type QueryJira_IsRovoLlmEnabledArgs = {
|
|
91417
91862
|
cloudId: Scalars['ID']['input'];
|
|
91418
91863
|
};
|
|
@@ -91430,6 +91875,15 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
91430
91875
|
cloudId: Scalars['ID']['input'];
|
|
91431
91876
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
91432
91877
|
};
|
|
91878
|
+
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
91879
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91880
|
+
containerAri: Scalars['ID']['input'];
|
|
91881
|
+
filter: JsmChannelsOrchestratorConversationsFilter;
|
|
91882
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91883
|
+
};
|
|
91884
|
+
export declare type QueryJsmChannels_ConversationsByIdsArgs = {
|
|
91885
|
+
ids: Array<Scalars['ID']['input']>;
|
|
91886
|
+
};
|
|
91433
91887
|
export declare type QueryKnowledgeBaseArgs = {
|
|
91434
91888
|
cloudId: Scalars['ID']['input'];
|
|
91435
91889
|
};
|
|
@@ -91665,6 +92119,7 @@ export declare type QueryPlaybook_JiraPlaybookStepRunsForProjectArgs = {
|
|
|
91665
92119
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
91666
92120
|
cloudId: Scalars['ID']['input'];
|
|
91667
92121
|
filter?: InputMaybe<JiraPlaybookFilter>;
|
|
92122
|
+
filters?: InputMaybe<JiraPlaybookExecutionFilter>;
|
|
91668
92123
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91669
92124
|
projectKey: Scalars['String']['input'];
|
|
91670
92125
|
};
|
|
@@ -91743,6 +92198,12 @@ export declare type QueryProductListingsArgs = {
|
|
|
91743
92198
|
ids: Array<Scalars['ID']['input']>;
|
|
91744
92199
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
91745
92200
|
};
|
|
92201
|
+
export declare type QueryProjects_ByAriArgs = {
|
|
92202
|
+
ari: Scalars['String']['input'];
|
|
92203
|
+
};
|
|
92204
|
+
export declare type QueryProjects_ByArisArgs = {
|
|
92205
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
92206
|
+
};
|
|
91746
92207
|
export declare type QueryPtpageArgs = {
|
|
91747
92208
|
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
91748
92209
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -91823,7 +92284,7 @@ export declare type QueryRadar_PositionsByEntitySearchArgs = {
|
|
|
91823
92284
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
91824
92285
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
91825
92286
|
cloudId: Scalars['ID']['input'];
|
|
91826
|
-
entity
|
|
92287
|
+
entity?: InputMaybe<RadarPositionsByEntityType>;
|
|
91827
92288
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91828
92289
|
input?: InputMaybe<RadarPositionsByEntityInput>;
|
|
91829
92290
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -92865,6 +93326,8 @@ export declare enum RateLimitingCurrency {
|
|
|
92865
93326
|
DevopsContainerRelationshipsWriteCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY",
|
|
92866
93327
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
92867
93328
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
93329
|
+
DevConsoleMutationCurrency = "DEV_CONSOLE_MUTATION_CURRENCY",
|
|
93330
|
+
DevConsoleQueryCurrency = "DEV_CONSOLE_QUERY_CURRENCY",
|
|
92868
93331
|
ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
|
|
92869
93332
|
ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY",
|
|
92870
93333
|
ForgeAppContributorCurrency = "FORGE_APP_CONTRIBUTOR_CURRENCY",
|
|
@@ -99920,6 +100383,7 @@ export declare type TenantContext = {
|
|
|
99920
100383
|
entitlementInfo?: Maybe<CommerceEntitlementInfo>;
|
|
99921
100384
|
hostName?: Maybe<Scalars['String']['output']>;
|
|
99922
100385
|
orgId?: Maybe<Scalars['ID']['output']>;
|
|
100386
|
+
transactionAccounts?: Maybe<Array<Maybe<CommerceTransactionAccount>>>;
|
|
99923
100387
|
};
|
|
99924
100388
|
export declare type TenantContextActivationIdByProductArgs = {
|
|
99925
100389
|
product: Scalars['String']['input'];
|
|
@@ -102211,6 +102675,7 @@ export declare enum TrelloCardBatchStatus {
|
|
|
102211
102675
|
export declare type TrelloCardClause = {
|
|
102212
102676
|
closed?: InputMaybe<TrelloCardClosedClause>;
|
|
102213
102677
|
completed?: InputMaybe<TrelloCardCompleteClause>;
|
|
102678
|
+
ids?: InputMaybe<TrelloCardIdsClause>;
|
|
102214
102679
|
list?: InputMaybe<TrelloCardListClause>;
|
|
102215
102680
|
};
|
|
102216
102681
|
export declare type TrelloCardCloseCommand = {
|
|
@@ -102319,6 +102784,9 @@ export declare enum TrelloCardExternalSource {
|
|
|
102319
102784
|
Siri = "SIRI",
|
|
102320
102785
|
Slack = "SLACK"
|
|
102321
102786
|
}
|
|
102787
|
+
export declare type TrelloCardIdsClause = {
|
|
102788
|
+
cards?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
102789
|
+
};
|
|
102322
102790
|
export declare type TrelloCardLabelEdgeUpdated = {
|
|
102323
102791
|
__typename?: 'TrelloCardLabelEdgeUpdated';
|
|
102324
102792
|
node: TrelloLabelId;
|
|
@@ -102465,6 +102933,7 @@ export declare type TrelloChecklistConnectionUpdated = {
|
|
|
102465
102933
|
};
|
|
102466
102934
|
export declare type TrelloChecklistDeleted = {
|
|
102467
102935
|
__typename?: 'TrelloChecklistDeleted';
|
|
102936
|
+
id: Scalars['ID']['output'];
|
|
102468
102937
|
objectId: Scalars['ID']['output'];
|
|
102469
102938
|
};
|
|
102470
102939
|
export declare type TrelloChecklistEdge = {
|
|
@@ -105736,6 +106205,7 @@ export declare type UpdateInstallationDetailsResponse = {
|
|
|
105736
106205
|
export declare type UpdateJiraPlaybookInput = {
|
|
105737
106206
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
105738
106207
|
id: Scalars['ID']['input'];
|
|
106208
|
+
jql?: InputMaybe<Scalars['String']['input']>;
|
|
105739
106209
|
name: Scalars['String']['input'];
|
|
105740
106210
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
105741
106211
|
scopeType: JiraPlaybookScopeType;
|