@forge/cli-shared 8.0.0-next.15 → 8.0.0-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -46
- 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 +18 -33
- package/out/app-logs/view-logs.d.ts +2 -4
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/app-logs/view-logs.js +3 -4
- package/out/graphql/graphql-types.d.ts +75 -401
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -75
- package/out/shared/test.d.ts.map +1 -1
- package/out/shared/test.js +2 -1
- package/out/ui/command-line-ui.d.ts +1 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +5 -0
- package/out/ui/logger.d.ts +1 -0
- package/out/ui/logger.d.ts.map +1 -1
- package/out/ui/logger.js +2 -0
- package/out/ui/text.d.ts +14 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +20 -1
- package/package.json +2 -2
|
@@ -872,9 +872,7 @@ 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']>;
|
|
876
875
|
description?: Maybe<Scalars['String']['output']>;
|
|
877
|
-
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
878
876
|
id: Scalars['ID']['output'];
|
|
879
877
|
instructions?: Maybe<Scalars['String']['output']>;
|
|
880
878
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2090,14 +2088,6 @@ export declare type AppStorageAdmin = {
|
|
|
2090
2088
|
export declare type AppStorageAdminKvsQueryArgs = {
|
|
2091
2089
|
input: AppStorageKvsQueryInput;
|
|
2092
2090
|
};
|
|
2093
|
-
export declare type AppStorageAdminMutation = {
|
|
2094
|
-
__typename?: 'AppStorageAdminMutation';
|
|
2095
|
-
appId: Scalars['ID']['output'];
|
|
2096
|
-
kvsSet?: Maybe<AppStorageKvsSetPayload>;
|
|
2097
|
-
};
|
|
2098
|
-
export declare type AppStorageAdminMutationKvsSetArgs = {
|
|
2099
|
-
input: AppStorageKvsSetInput;
|
|
2100
|
-
};
|
|
2101
2091
|
export declare type AppStorageCustomEntityMutation = {
|
|
2102
2092
|
__typename?: 'AppStorageCustomEntityMutation';
|
|
2103
2093
|
deleteAppStoredCustomEntity?: Maybe<DeleteAppStoredCustomEntityPayload>;
|
|
@@ -2129,19 +2119,6 @@ export declare type AppStorageKvsQueryPayload = {
|
|
|
2129
2119
|
pageInfo: AppStoragePageInfo;
|
|
2130
2120
|
totalCount: Scalars['Int']['output'];
|
|
2131
2121
|
};
|
|
2132
|
-
export declare type AppStorageKvsSetInput = {
|
|
2133
|
-
contextAri: Scalars['ID']['input'];
|
|
2134
|
-
environmentId: Scalars['ID']['input'];
|
|
2135
|
-
installationId: Scalars['ID']['input'];
|
|
2136
|
-
key: Scalars['String']['input'];
|
|
2137
|
-
oauthClientId: Scalars['ID']['input'];
|
|
2138
|
-
value: Scalars['AppStorageEntityValue']['input'];
|
|
2139
|
-
};
|
|
2140
|
-
export declare type AppStorageKvsSetPayload = {
|
|
2141
|
-
__typename?: 'AppStorageKvsSetPayload';
|
|
2142
|
-
errors?: Maybe<Array<MutationError>>;
|
|
2143
|
-
success: Scalars['Boolean']['output'];
|
|
2144
|
-
};
|
|
2145
2122
|
export declare type AppStorageMutation = {
|
|
2146
2123
|
__typename?: 'AppStorageMutation';
|
|
2147
2124
|
deleteAppStoredEntity?: Maybe<DeleteAppStoredEntityPayload>;
|
|
@@ -4078,29 +4055,14 @@ export declare enum CcpEntitlementStatus {
|
|
|
4078
4055
|
Active = "ACTIVE",
|
|
4079
4056
|
Inactive = "INACTIVE"
|
|
4080
4057
|
}
|
|
4081
|
-
export declare type CcpEntitlementTemplate =
|
|
4058
|
+
export declare type CcpEntitlementTemplate = {
|
|
4082
4059
|
__typename?: 'CcpEntitlementTemplate';
|
|
4083
|
-
catalogAccountKey?: Maybe<Scalars['ID']['output']>;
|
|
4084
|
-
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4085
4060
|
data?: Maybe<Scalars['String']['output']>;
|
|
4086
|
-
defaultRevision?: Maybe<Scalars['Boolean']['output']>;
|
|
4087
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
4088
|
-
id: Scalars['ID']['output'];
|
|
4089
4061
|
key?: Maybe<Scalars['ID']['output']>;
|
|
4090
|
-
productKey?: Maybe<Scalars['String']['output']>;
|
|
4091
4062
|
provisionedBy?: Maybe<Scalars['String']['output']>;
|
|
4092
|
-
status?: Maybe<CcpEntitlementTemplateStatus>;
|
|
4093
|
-
uniqueKey?: Maybe<Scalars['ID']['output']>;
|
|
4094
|
-
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4095
4063
|
userUsageInclusions?: Maybe<CcpEntitlementTemplateUserUsageInclusions>;
|
|
4096
4064
|
version?: Maybe<Scalars['Int']['output']>;
|
|
4097
4065
|
};
|
|
4098
|
-
export declare enum CcpEntitlementTemplateStatus {
|
|
4099
|
-
Deprecated = "DEPRECATED",
|
|
4100
|
-
None = "NONE",
|
|
4101
|
-
Published = "PUBLISHED",
|
|
4102
|
-
Unpublished = "UNPUBLISHED"
|
|
4103
|
-
}
|
|
4104
4066
|
export declare type CcpEntitlementTemplateUserUsageInclusions = {
|
|
4105
4067
|
__typename?: 'CcpEntitlementTemplateUserUsageInclusions';
|
|
4106
4068
|
references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -4867,9 +4829,7 @@ export declare type CcpQueryApi = {
|
|
|
4867
4829
|
__typename?: 'CcpQueryApi';
|
|
4868
4830
|
catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
4869
4831
|
entitlement?: Maybe<CcpEntitlement>;
|
|
4870
|
-
entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
4871
4832
|
entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4872
|
-
entitlementsV2?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
4873
4833
|
experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
4874
4834
|
invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
4875
4835
|
offering?: Maybe<CcpOffering>;
|
|
@@ -4891,15 +4851,9 @@ export declare type CcpQueryApiCatalogAccountsArgs = {
|
|
|
4891
4851
|
export declare type CcpQueryApiEntitlementArgs = {
|
|
4892
4852
|
id: Scalars['ID']['input'];
|
|
4893
4853
|
};
|
|
4894
|
-
export declare type CcpQueryApiEntitlementTemplatesArgs = {
|
|
4895
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4896
|
-
};
|
|
4897
4854
|
export declare type CcpQueryApiEntitlementsArgs = {
|
|
4898
4855
|
ids: Array<Scalars['ID']['input']>;
|
|
4899
4856
|
};
|
|
4900
|
-
export declare type CcpQueryApiEntitlementsV2Args = {
|
|
4901
|
-
ids: Array<Scalars['ID']['input']>;
|
|
4902
|
-
};
|
|
4903
4857
|
export declare type CcpQueryApiInvoiceGroupsArgs = {
|
|
4904
4858
|
ids: Array<Scalars['ID']['input']>;
|
|
4905
4859
|
};
|
|
@@ -5533,7 +5487,6 @@ export declare type ChannelPlatformSampleQueueConfig = {
|
|
|
5533
5487
|
queueId?: Maybe<Scalars['ID']['output']>;
|
|
5534
5488
|
};
|
|
5535
5489
|
export declare type ChannelPlatformSubmitRequestInput = {
|
|
5536
|
-
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
5537
5490
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
5538
5491
|
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
5539
5492
|
};
|
|
@@ -9658,7 +9611,6 @@ export declare type CompassScorecard = Node & {
|
|
|
9658
9611
|
name: Scalars['String']['output'];
|
|
9659
9612
|
owner?: Maybe<User>;
|
|
9660
9613
|
scoreSystem?: Maybe<CompassScorecardScoreSystem>;
|
|
9661
|
-
scorecardMaturityLevelStatisticsHistories?: Maybe<CompassScorecardMaturityLevelStatisticsHistoryConnection>;
|
|
9662
9614
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
9663
9615
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
9664
9616
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
@@ -9688,11 +9640,6 @@ export declare type CompassScorecardDeactivatedComponentsArgs = {
|
|
|
9688
9640
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9689
9641
|
query?: InputMaybe<CompassScorecardDeactivatedComponentsQuery>;
|
|
9690
9642
|
};
|
|
9691
|
-
export declare type CompassScorecardScorecardMaturityLevelStatisticsHistoriesArgs = {
|
|
9692
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
9693
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
9694
|
-
query?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQuery>;
|
|
9695
|
-
};
|
|
9696
9643
|
export declare type CompassScorecardScorecardScoreArgs = {
|
|
9697
9644
|
query?: InputMaybe<CompassScorecardScoreQuery>;
|
|
9698
9645
|
};
|
|
@@ -10172,36 +10119,6 @@ export declare type CompassScorecardMaturityLevelScoreSystem = {
|
|
|
10172
10119
|
__typename?: 'CompassScorecardMaturityLevelScoreSystem';
|
|
10173
10120
|
levelConfig?: Maybe<CompassScorecardMaturityLevelConfig>;
|
|
10174
10121
|
};
|
|
10175
|
-
export declare type CompassScorecardMaturityLevelStatistic = {
|
|
10176
|
-
__typename?: 'CompassScorecardMaturityLevelStatistic';
|
|
10177
|
-
count?: Maybe<Scalars['Int']['output']>;
|
|
10178
|
-
maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
|
|
10179
|
-
};
|
|
10180
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistory = {
|
|
10181
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistory';
|
|
10182
|
-
date?: Maybe<Scalars['DateTime']['output']>;
|
|
10183
|
-
statistics?: Maybe<Array<CompassScorecardMaturityLevelStatistic>>;
|
|
10184
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10185
|
-
};
|
|
10186
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryConnection = {
|
|
10187
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryConnection';
|
|
10188
|
-
edges?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistoryEdge>>;
|
|
10189
|
-
nodes?: Maybe<Array<CompassScorecardMaturityLevelStatisticsHistory>>;
|
|
10190
|
-
pageInfo: PageInfo;
|
|
10191
|
-
};
|
|
10192
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryEdge = {
|
|
10193
|
-
__typename?: 'CompassScorecardMaturityLevelStatisticsHistoryEdge';
|
|
10194
|
-
cursor: Scalars['String']['output'];
|
|
10195
|
-
node?: Maybe<CompassScorecardMaturityLevelStatisticsHistory>;
|
|
10196
|
-
};
|
|
10197
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQuery = {
|
|
10198
|
-
filter?: InputMaybe<CompassScorecardMaturityLevelStatisticsHistoryQueryFilter>;
|
|
10199
|
-
};
|
|
10200
|
-
export declare type CompassScorecardMaturityLevelStatisticsHistoryQueryFilter = {
|
|
10201
|
-
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
10202
|
-
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
10203
|
-
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
10204
|
-
};
|
|
10205
10122
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
10206
10123
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
10207
10124
|
criterionId: Scalars['ID']['output'];
|
|
@@ -11095,10 +11012,6 @@ export declare type CompleteSprintResponse = MutationResponse & {
|
|
|
11095
11012
|
success: Scalars['Boolean']['output'];
|
|
11096
11013
|
taskId?: Maybe<Scalars['String']['output']>;
|
|
11097
11014
|
};
|
|
11098
|
-
export declare enum ComplianceBoundary {
|
|
11099
|
-
Commercial = "COMMERCIAL",
|
|
11100
|
-
FedrampModerate = "FEDRAMP_MODERATE"
|
|
11101
|
-
}
|
|
11102
11015
|
export declare type ComponentApiUpload = {
|
|
11103
11016
|
__typename?: 'ComponentApiUpload';
|
|
11104
11017
|
specUrl: Scalars['String']['output'];
|
|
@@ -11127,6 +11040,21 @@ export declare enum ComponentSyncEventStatus {
|
|
|
11127
11040
|
Success = "SUCCESS",
|
|
11128
11041
|
UserError = "USER_ERROR"
|
|
11129
11042
|
}
|
|
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
|
+
};
|
|
11130
11058
|
export declare type ConfluenceAdminAnnouncementBanner = {
|
|
11131
11059
|
__typename?: 'ConfluenceAdminAnnouncementBanner';
|
|
11132
11060
|
appearance: Scalars['String']['output'];
|
|
@@ -21625,7 +21553,6 @@ export declare type CreateInvitationUrlPayload = {
|
|
|
21625
21553
|
export declare type CreateJiraPlaybookInput = {
|
|
21626
21554
|
cloudId: Scalars['ID']['input'];
|
|
21627
21555
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
21628
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
21629
21556
|
name: Scalars['String']['input'];
|
|
21630
21557
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
21631
21558
|
scopeType: JiraPlaybookScopeType;
|
|
@@ -21871,7 +21798,6 @@ export declare type CsmAiAction = {
|
|
|
21871
21798
|
description?: Maybe<Scalars['String']['output']>;
|
|
21872
21799
|
id: Scalars['ID']['output'];
|
|
21873
21800
|
isConfirmationRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
21874
|
-
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
21875
21801
|
name?: Maybe<Scalars['String']['output']>;
|
|
21876
21802
|
variables?: Maybe<Array<Maybe<CsmAiActionVariable>>>;
|
|
21877
21803
|
};
|
|
@@ -21964,7 +21890,6 @@ export declare type CsmAiCreateActionInput = {
|
|
|
21964
21890
|
authentication: CsmAiAuthenticationInput;
|
|
21965
21891
|
description: Scalars['String']['input'];
|
|
21966
21892
|
isConfirmationRequired: Scalars['Boolean']['input'];
|
|
21967
|
-
isEnabled: Scalars['Boolean']['input'];
|
|
21968
21893
|
name: Scalars['String']['input'];
|
|
21969
21894
|
variables?: InputMaybe<Array<CsmAiActionVariableInput>>;
|
|
21970
21895
|
};
|
|
@@ -22008,10 +21933,6 @@ export declare type CsmAiHub = {
|
|
|
22008
21933
|
agent?: Maybe<CsmAiAgentResult>;
|
|
22009
21934
|
handoffConfigs?: Maybe<Array<Maybe<CsmAiHandoffConfigResult>>>;
|
|
22010
21935
|
id: Scalars['ID']['output'];
|
|
22011
|
-
widgets?: Maybe<Array<Maybe<CsmAiWidgetConfigResult>>>;
|
|
22012
|
-
};
|
|
22013
|
-
export declare type CsmAiHubActionsArgs = {
|
|
22014
|
-
filterEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22015
21936
|
};
|
|
22016
21937
|
export declare type CsmAiHubResult = CsmAiHub | QueryError;
|
|
22017
21938
|
export declare type CsmAiKeyValueInput = {
|
|
@@ -22043,7 +21964,6 @@ export declare type CsmAiUpdateActionInput = {
|
|
|
22043
21964
|
authentication?: InputMaybe<CsmAiAuthenticationInput>;
|
|
22044
21965
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
22045
21966
|
isConfirmationRequired?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22046
|
-
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22047
21967
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
22048
21968
|
variables?: InputMaybe<Array<InputMaybe<CsmAiActionVariableInput>>>;
|
|
22049
21969
|
};
|
|
@@ -22085,78 +22005,6 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
22085
22005
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
22086
22006
|
success: Scalars['Boolean']['output'];
|
|
22087
22007
|
};
|
|
22088
|
-
export declare type CsmAiUpdateWidgetPayload = Payload & {
|
|
22089
|
-
__typename?: 'CsmAiUpdateWidgetPayload';
|
|
22090
|
-
errors?: Maybe<Array<MutationError>>;
|
|
22091
|
-
success: Scalars['Boolean']['output'];
|
|
22092
|
-
widget?: Maybe<CsmAiWidgetConfig>;
|
|
22093
|
-
};
|
|
22094
|
-
export declare type CsmAiWidgetBrandingAttribution = {
|
|
22095
|
-
__typename?: 'CsmAiWidgetBrandingAttribution';
|
|
22096
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
22097
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
22098
|
-
};
|
|
22099
|
-
export declare type CsmAiWidgetBrandingAttributionInput = {
|
|
22100
|
-
text?: InputMaybe<Scalars['String']['input']>;
|
|
22101
|
-
url?: InputMaybe<Scalars['String']['input']>;
|
|
22102
|
-
};
|
|
22103
|
-
export declare enum CsmAiWidgetBrandingChatColorVibeVariant {
|
|
22104
|
-
Dark = "DARK",
|
|
22105
|
-
Default = "DEFAULT",
|
|
22106
|
-
Light = "LIGHT",
|
|
22107
|
-
Vibrant = "VIBRANT"
|
|
22108
|
-
}
|
|
22109
|
-
export declare enum CsmAiWidgetBrandingColorVibeVariant {
|
|
22110
|
-
Dark = "DARK",
|
|
22111
|
-
Light = "LIGHT",
|
|
22112
|
-
Vibrant = "VIBRANT"
|
|
22113
|
-
}
|
|
22114
|
-
export declare enum CsmAiWidgetBrandingRadius {
|
|
22115
|
-
Normal = "NORMAL",
|
|
22116
|
-
Rounded = "ROUNDED",
|
|
22117
|
-
Sharp = "SHARP"
|
|
22118
|
-
}
|
|
22119
|
-
export declare enum CsmAiWidgetBrandingSpaceVariant {
|
|
22120
|
-
Comfortable = "COMFORTABLE",
|
|
22121
|
-
Cosy = "COSY",
|
|
22122
|
-
Generous = "GENEROUS"
|
|
22123
|
-
}
|
|
22124
|
-
export declare type CsmAiWidgetBrandingTheme = {
|
|
22125
|
-
__typename?: 'CsmAiWidgetBrandingTheme';
|
|
22126
|
-
attribution?: Maybe<CsmAiWidgetBrandingAttribution>;
|
|
22127
|
-
chatColor?: Maybe<CsmAiWidgetBrandingChatColorVibeVariant>;
|
|
22128
|
-
colorVibeVariant?: Maybe<CsmAiWidgetBrandingColorVibeVariant>;
|
|
22129
|
-
radius?: Maybe<CsmAiWidgetBrandingRadius>;
|
|
22130
|
-
space?: Maybe<CsmAiWidgetBrandingSpaceVariant>;
|
|
22131
|
-
};
|
|
22132
|
-
export declare type CsmAiWidgetBrandingThemeUpdateInput = {
|
|
22133
|
-
attribution?: InputMaybe<CsmAiWidgetBrandingAttributionInput>;
|
|
22134
|
-
chatColor: CsmAiWidgetBrandingChatColorVibeVariant;
|
|
22135
|
-
colorVibeVariant: CsmAiWidgetBrandingColorVibeVariant;
|
|
22136
|
-
radius: CsmAiWidgetBrandingRadius;
|
|
22137
|
-
space: CsmAiWidgetBrandingSpaceVariant;
|
|
22138
|
-
};
|
|
22139
|
-
export declare type CsmAiWidgetConfig = {
|
|
22140
|
-
__typename?: 'CsmAiWidgetConfig';
|
|
22141
|
-
allowedDomains?: Maybe<Array<Scalars['String']['output']>>;
|
|
22142
|
-
id: Scalars['ID']['output'];
|
|
22143
|
-
isAnonymousAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22144
|
-
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22145
|
-
theme?: Maybe<CsmAiWidgetBrandingTheme>;
|
|
22146
|
-
type: CsmAiWidgetType;
|
|
22147
|
-
};
|
|
22148
|
-
export declare type CsmAiWidgetConfigResult = CsmAiWidgetConfig | QueryError;
|
|
22149
|
-
export declare enum CsmAiWidgetType {
|
|
22150
|
-
Embed = "EMBED",
|
|
22151
|
-
SupportSite = "SUPPORT_SITE"
|
|
22152
|
-
}
|
|
22153
|
-
export declare type CsmAiWidgetUpdateInput = {
|
|
22154
|
-
allowedDomains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
22155
|
-
isAnonymousAccessEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22156
|
-
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22157
|
-
theme?: InputMaybe<CsmAiWidgetBrandingThemeUpdateInput>;
|
|
22158
|
-
type: CsmAiWidgetType;
|
|
22159
|
-
};
|
|
22160
22008
|
export declare type CumulativeFlowDiagram = {
|
|
22161
22009
|
__typename?: 'CumulativeFlowDiagram';
|
|
22162
22010
|
chart: CfdChartConnection;
|
|
@@ -24502,42 +24350,6 @@ export declare type DevAiWorkspace = {
|
|
|
24502
24350
|
status?: Maybe<Scalars['String']['output']>;
|
|
24503
24351
|
workspaceAri: Scalars['ID']['output'];
|
|
24504
24352
|
};
|
|
24505
|
-
export declare type DevConsoleCreateDeveloperSpaceInput = {
|
|
24506
|
-
name: Scalars['String']['input'];
|
|
24507
|
-
};
|
|
24508
|
-
export declare type DevConsoleDeveloperSpace = {
|
|
24509
|
-
__typename?: 'DevConsoleDeveloperSpace';
|
|
24510
|
-
id: Scalars['String']['output'];
|
|
24511
|
-
name: Scalars['String']['output'];
|
|
24512
|
-
status: Scalars['String']['output'];
|
|
24513
|
-
type: DevConsoleDeveloperSpaceType;
|
|
24514
|
-
version: Scalars['Int']['output'];
|
|
24515
|
-
versionId: Scalars['Int']['output'];
|
|
24516
|
-
};
|
|
24517
|
-
export declare type DevConsoleDeveloperSpaceDetails = {
|
|
24518
|
-
__typename?: 'DevConsoleDeveloperSpaceDetails';
|
|
24519
|
-
logo?: Maybe<Scalars['String']['output']>;
|
|
24520
|
-
name: Scalars['String']['output'];
|
|
24521
|
-
};
|
|
24522
|
-
export declare enum DevConsoleDeveloperSpaceType {
|
|
24523
|
-
AtlassianExternal = "ATLASSIAN_EXTERNAL",
|
|
24524
|
-
AtlassianInternal = "ATLASSIAN_INTERNAL"
|
|
24525
|
-
}
|
|
24526
|
-
export declare type DevConsoleMutation = {
|
|
24527
|
-
__typename?: 'DevConsoleMutation';
|
|
24528
|
-
createDeveloperSpace: DevConsoleDeveloperSpace;
|
|
24529
|
-
};
|
|
24530
|
-
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
24531
|
-
input: DevConsoleCreateDeveloperSpaceInput;
|
|
24532
|
-
};
|
|
24533
|
-
export declare type DevConsoleQuery = {
|
|
24534
|
-
__typename?: 'DevConsoleQuery';
|
|
24535
|
-
getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
|
|
24536
|
-
getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
|
|
24537
|
-
};
|
|
24538
|
-
export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
|
|
24539
|
-
developerSpaceId: Scalars['String']['input'];
|
|
24540
|
-
};
|
|
24541
24353
|
export declare type DevOps = {
|
|
24542
24354
|
__typename?: 'DevOps';
|
|
24543
24355
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -26218,7 +26030,6 @@ export declare type EcosystemMutation = {
|
|
|
26218
26030
|
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
26219
26031
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
26220
26032
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
26221
|
-
devConsole?: Maybe<DevConsoleMutation>;
|
|
26222
26033
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
26223
26034
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
26224
26035
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
@@ -26323,7 +26134,6 @@ export declare type EcosystemQuery = {
|
|
|
26323
26134
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
26324
26135
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
26325
26136
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
26326
|
-
devConsole?: Maybe<DevConsoleQuery>;
|
|
26327
26137
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
26328
26138
|
forgeAuditLogs?: Maybe<ForgeAuditLogsQuery>;
|
|
26329
26139
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
@@ -33064,6 +32874,8 @@ export declare type GraphStore = {
|
|
|
33064
32874
|
componentImpactedByIncidentRelationship?: Maybe<GraphStoreFullComponentImpactedByIncidentConnection>;
|
|
33065
32875
|
componentLinkIsJiraProject?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectConnection>;
|
|
33066
32876
|
componentLinkIsJiraProjectInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsJiraProjectInverseConnection>;
|
|
32877
|
+
componentLinkIsProviderRepo?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoConnection>;
|
|
32878
|
+
componentLinkIsProviderRepoInverse?: Maybe<GraphStoreSimplifiedComponentLinkIsProviderRepoInverseConnection>;
|
|
33067
32879
|
componentLinkedJswIssue?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueConnection>;
|
|
33068
32880
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
33069
32881
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
@@ -33519,7 +33331,6 @@ export declare type GraphStore = {
|
|
|
33519
33331
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
33520
33332
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
33521
33333
|
topicHasRelatedEntity?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
33522
|
-
topicHasRelatedEntityInverse?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection>;
|
|
33523
33334
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
33524
33335
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
33525
33336
|
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
@@ -34170,6 +33981,20 @@ export declare type GraphStoreComponentLinkIsJiraProjectInverseArgs = {
|
|
|
34170
33981
|
id: Scalars['ID']['input'];
|
|
34171
33982
|
sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
|
|
34172
33983
|
};
|
|
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
|
+
};
|
|
34173
33998
|
export declare type GraphStoreComponentLinkedJswIssueArgs = {
|
|
34174
33999
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34175
34000
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -37151,13 +36976,6 @@ export declare type GraphStoreTopicHasRelatedEntityArgs = {
|
|
|
37151
36976
|
id: Scalars['ID']['input'];
|
|
37152
36977
|
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37153
36978
|
};
|
|
37154
|
-
export declare type GraphStoreTopicHasRelatedEntityInverseArgs = {
|
|
37155
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
37156
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37157
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37158
|
-
id: Scalars['ID']['input'];
|
|
37159
|
-
sort?: InputMaybe<GraphStoreTopicHasRelatedEntitySortInput>;
|
|
37160
|
-
};
|
|
37161
36979
|
export declare type GraphStoreUserAssignedIncidentArgs = {
|
|
37162
36980
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37163
36981
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39823,6 +39641,9 @@ export declare type GraphStoreComponentImpactedByIncidentSortInput = {
|
|
|
39823
39641
|
export declare type GraphStoreComponentLinkIsJiraProjectSortInput = {
|
|
39824
39642
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39825
39643
|
};
|
|
39644
|
+
export declare type GraphStoreComponentLinkIsProviderRepoSortInput = {
|
|
39645
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39646
|
+
};
|
|
39826
39647
|
export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
39827
39648
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
39828
39649
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40344,7 +40165,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
40344
40165
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
40345
40166
|
id: Scalars['ID']['output'];
|
|
40346
40167
|
};
|
|
40347
|
-
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 |
|
|
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;
|
|
40348
40169
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
40349
40170
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
40350
40171
|
value: Scalars['Int']['output'];
|
|
@@ -40379,7 +40200,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
40379
40200
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
40380
40201
|
id: Scalars['ID']['output'];
|
|
40381
40202
|
};
|
|
40382
|
-
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 |
|
|
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;
|
|
40383
40204
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
40384
40205
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
40385
40206
|
value: Scalars['String']['output'];
|
|
@@ -40389,19 +40210,19 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
40389
40210
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
40390
40211
|
id: Scalars['ID']['output'];
|
|
40391
40212
|
};
|
|
40392
|
-
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 |
|
|
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;
|
|
40393
40214
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
40394
40215
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
40395
40216
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
40396
40217
|
id: Scalars['ID']['output'];
|
|
40397
40218
|
};
|
|
40398
|
-
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 |
|
|
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;
|
|
40399
40220
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
40400
40221
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
40401
40222
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
40402
40223
|
id: Scalars['ID']['output'];
|
|
40403
40224
|
};
|
|
40404
|
-
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 |
|
|
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;
|
|
40405
40226
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
40406
40227
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
40407
40228
|
value: Scalars['Boolean']['output'];
|
|
@@ -40500,7 +40321,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
40500
40321
|
V2 = "V2",
|
|
40501
40322
|
V3 = "V3"
|
|
40502
40323
|
}
|
|
40503
|
-
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 |
|
|
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;
|
|
40504
40325
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
40505
40326
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
40506
40327
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -46305,6 +46126,34 @@ export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseEdge =
|
|
|
46305
46126
|
};
|
|
46306
46127
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectInverseUnion = CompassLinkNode;
|
|
46307
46128
|
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;
|
|
46308
46157
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
46309
46158
|
__typename?: 'GraphStoreSimplifiedComponentLinkedJswIssueConnection';
|
|
46310
46159
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentLinkedJswIssueEdge>>>;
|
|
@@ -50570,20 +50419,6 @@ export declare type GraphStoreSimplifiedTopicHasRelatedEntityEdge = {
|
|
|
50570
50419
|
lastUpdated: Scalars['DateTime']['output'];
|
|
50571
50420
|
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityUnion>;
|
|
50572
50421
|
};
|
|
50573
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection = HasPageInfo & {
|
|
50574
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseConnection';
|
|
50575
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge>>>;
|
|
50576
|
-
pageInfo: PageInfo;
|
|
50577
|
-
};
|
|
50578
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge = {
|
|
50579
|
-
__typename?: 'GraphStoreSimplifiedTopicHasRelatedEntityInverseEdge';
|
|
50580
|
-
createdAt: Scalars['DateTime']['output'];
|
|
50581
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
50582
|
-
id: Scalars['ID']['output'];
|
|
50583
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
50584
|
-
node?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion>;
|
|
50585
|
-
};
|
|
50586
|
-
export declare type GraphStoreSimplifiedTopicHasRelatedEntityInverseUnion = KnowledgeDiscoveryTopicByAri;
|
|
50587
50422
|
export declare type GraphStoreSimplifiedTopicHasRelatedEntityUnion = AppUser | AtlassianAccountUser | ConfluenceBlogPost | ConfluencePage | CustomerUser;
|
|
50588
50423
|
export declare type GraphStoreSimplifiedUserAssignedIncidentConnection = HasPageInfo & {
|
|
50589
50424
|
__typename?: 'GraphStoreSimplifiedUserAssignedIncidentConnection';
|
|
@@ -58828,7 +58663,6 @@ export declare enum JiraBoardType {
|
|
|
58828
58663
|
}
|
|
58829
58664
|
export declare type JiraBoardView = {
|
|
58830
58665
|
__typename?: 'JiraBoardView';
|
|
58831
|
-
canInlineEditStatusColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
58832
58666
|
canPublishViewConfig?: Maybe<Scalars['Boolean']['output']>;
|
|
58833
58667
|
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
58834
58668
|
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
@@ -58840,7 +58674,6 @@ export declare type JiraBoardView = {
|
|
|
58840
58674
|
id: Scalars['ID']['output'];
|
|
58841
58675
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
58842
58676
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
58843
|
-
unmappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58844
58677
|
};
|
|
58845
58678
|
export declare type JiraBoardViewCardOptionsArgs = {
|
|
58846
58679
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -58864,13 +58697,8 @@ export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
|
58864
58697
|
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
58865
58698
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
58866
58699
|
};
|
|
58867
|
-
export declare type JiraBoardViewUnmappedStatusesArgs = {
|
|
58868
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58869
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58870
|
-
};
|
|
58871
58700
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
58872
58701
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
58873
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58874
58702
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58875
58703
|
id: Scalars['ID']['output'];
|
|
58876
58704
|
user?: Maybe<User>;
|
|
@@ -58893,13 +58721,11 @@ export declare type JiraBoardViewCardOptionEdge = {
|
|
|
58893
58721
|
};
|
|
58894
58722
|
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
58895
58723
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
58896
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58897
58724
|
category?: Maybe<JiraOption>;
|
|
58898
58725
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58899
58726
|
id: Scalars['ID']['output'];
|
|
58900
58727
|
};
|
|
58901
58728
|
export declare type JiraBoardViewColumn = {
|
|
58902
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58903
58729
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58904
58730
|
id: Scalars['ID']['output'];
|
|
58905
58731
|
};
|
|
@@ -58928,7 +58754,6 @@ export declare type JiraBoardViewInput = {
|
|
|
58928
58754
|
};
|
|
58929
58755
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
58930
58756
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
58931
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58932
58757
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58933
58758
|
id: Scalars['ID']['output'];
|
|
58934
58759
|
priority?: Maybe<JiraPriority>;
|
|
@@ -58946,45 +58771,18 @@ export declare type JiraBoardViewSettings = {
|
|
|
58946
58771
|
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
58947
58772
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
58948
58773
|
};
|
|
58949
|
-
export declare type JiraBoardViewStatus = {
|
|
58950
|
-
__typename?: 'JiraBoardViewStatus';
|
|
58951
|
-
associatedIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
58952
|
-
id: Scalars['ID']['output'];
|
|
58953
|
-
status?: Maybe<JiraStatus>;
|
|
58954
|
-
};
|
|
58955
|
-
export declare type JiraBoardViewStatusAssociatedIssueTypesArgs = {
|
|
58956
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58957
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58958
|
-
};
|
|
58959
58774
|
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
58960
58775
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
58961
|
-
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
58962
58776
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
58963
58777
|
id: Scalars['ID']['output'];
|
|
58964
|
-
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
58965
58778
|
name?: Maybe<Scalars['String']['output']>;
|
|
58966
58779
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
58967
58780
|
};
|
|
58968
|
-
export declare type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
58969
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
58970
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58971
|
-
};
|
|
58972
58781
|
export declare type JiraBoardViewStatusColumnMapping = {
|
|
58973
58782
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
58974
58783
|
name: Scalars['String']['input'];
|
|
58975
58784
|
statusIds: Array<Scalars['ID']['input']>;
|
|
58976
58785
|
};
|
|
58977
|
-
export declare type JiraBoardViewStatusConnection = {
|
|
58978
|
-
__typename?: 'JiraBoardViewStatusConnection';
|
|
58979
|
-
edges?: Maybe<Array<Maybe<JiraBoardViewStatusEdge>>>;
|
|
58980
|
-
errors?: Maybe<Array<QueryError>>;
|
|
58981
|
-
pageInfo?: Maybe<PageInfo>;
|
|
58982
|
-
};
|
|
58983
|
-
export declare type JiraBoardViewStatusEdge = {
|
|
58984
|
-
__typename?: 'JiraBoardViewStatusEdge';
|
|
58985
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
58986
|
-
node?: Maybe<JiraBoardViewStatus>;
|
|
58987
|
-
};
|
|
58988
58786
|
export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
58989
58787
|
__typename?: 'JiraBoardViewSyntheticFieldCardOption';
|
|
58990
58788
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -61211,7 +61009,6 @@ export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView &
|
|
|
61211
61009
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
61212
61010
|
issues?: Maybe<JiraIssueConnection>;
|
|
61213
61011
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
61214
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
61215
61012
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
61216
61013
|
};
|
|
61217
61014
|
export declare type JiraDetailedViewFieldSetsArgs = {
|
|
@@ -61222,9 +61019,6 @@ export declare type JiraDetailedViewFieldSetsArgs = {
|
|
|
61222
61019
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61223
61020
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61224
61021
|
};
|
|
61225
|
-
export declare type JiraDetailedViewHasDefaultFieldSetsArgs = {
|
|
61226
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
61227
|
-
};
|
|
61228
61022
|
export declare type JiraDetailedViewIssuesArgs = {
|
|
61229
61023
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61230
61024
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62044,10 +61838,6 @@ export declare type JiraFieldSetPreferences = {
|
|
|
62044
61838
|
__typename?: 'JiraFieldSetPreferences';
|
|
62045
61839
|
width?: Maybe<Scalars['Int']['output']>;
|
|
62046
61840
|
};
|
|
62047
|
-
export declare type JiraFieldSetPreferencesInput = {
|
|
62048
|
-
fieldSetId: Scalars['String']['input'];
|
|
62049
|
-
width?: InputMaybe<Scalars['Int']['input']>;
|
|
62050
|
-
};
|
|
62051
61841
|
export declare type JiraFieldSetPreferencesMutationInput = {
|
|
62052
61842
|
nodes?: InputMaybe<Array<JiraUpdateFieldSetPreferencesInput>>;
|
|
62053
61843
|
};
|
|
@@ -62070,14 +61860,10 @@ export declare type JiraFieldSetViewFieldSetsArgs = {
|
|
|
62070
61860
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62071
61861
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62072
61862
|
};
|
|
62073
|
-
export declare type JiraFieldSetViewHasDefaultFieldSetsArgs = {
|
|
62074
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62075
|
-
};
|
|
62076
61863
|
export declare type JiraFieldSetViewResult = JiraFieldSetView | QueryError;
|
|
62077
61864
|
export declare type JiraFieldSetsMutationInput = {
|
|
62078
61865
|
replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
62079
61866
|
resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62080
|
-
scopedResetToDefaultFieldSets?: InputMaybe<JiraScopedResetFieldsetsInput>;
|
|
62081
61867
|
};
|
|
62082
61868
|
export declare type JiraFieldSetsViewMetadata = {
|
|
62083
61869
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -62092,9 +61878,6 @@ export declare type JiraFieldSetsViewMetadataFieldSetsArgs = {
|
|
|
62092
61878
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62093
61879
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62094
61880
|
};
|
|
62095
|
-
export declare type JiraFieldSetsViewMetadataHasDefaultFieldSetsArgs = {
|
|
62096
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62097
|
-
};
|
|
62098
61881
|
export declare type JiraFieldSetsViewPayload = Payload & {
|
|
62099
61882
|
__typename?: 'JiraFieldSetsViewPayload';
|
|
62100
61883
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -62909,6 +62692,7 @@ export declare type JiraGroup = Node & {
|
|
|
62909
62692
|
name: Scalars['String']['output'];
|
|
62910
62693
|
};
|
|
62911
62694
|
export declare type JiraGroupByDropdownFilter = {
|
|
62695
|
+
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
62912
62696
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
62913
62697
|
};
|
|
62914
62698
|
export declare type JiraGroupConnection = {
|
|
@@ -62942,7 +62726,6 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
62942
62726
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62943
62727
|
jql?: Maybe<Scalars['String']['output']>;
|
|
62944
62728
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
62945
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
62946
62729
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
62947
62730
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
62948
62731
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -62966,9 +62749,6 @@ export declare type JiraGroupedListViewGroupsArgs = {
|
|
|
62966
62749
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62967
62750
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62968
62751
|
};
|
|
62969
|
-
export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
62970
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
62971
|
-
};
|
|
62972
62752
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
62973
62753
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
62974
62754
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -64507,9 +64287,6 @@ export declare type JiraIssueSearchScope = {
|
|
|
64507
64287
|
operationScope?: InputMaybe<JiraIssueSearchOperationScope>;
|
|
64508
64288
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
64509
64289
|
};
|
|
64510
|
-
export declare type JiraIssueSearchSettings = {
|
|
64511
|
-
hideDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64512
|
-
};
|
|
64513
64290
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
64514
64291
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64515
64292
|
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -64538,9 +64315,6 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
64538
64315
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64539
64316
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64540
64317
|
};
|
|
64541
|
-
export declare type JiraIssueSearchViewHasDefaultFieldSetsArgs = {
|
|
64542
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64543
|
-
};
|
|
64544
64318
|
export declare type JiraIssueSearchViewViewConfigSettingsArgs = {
|
|
64545
64319
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
64546
64320
|
};
|
|
@@ -64628,9 +64402,6 @@ export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
|
64628
64402
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64629
64403
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64630
64404
|
};
|
|
64631
|
-
export declare type JiraIssueSearchViewMetadataHasDefaultFieldSetsArgs = {
|
|
64632
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
64633
|
-
};
|
|
64634
64405
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
64635
64406
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
64636
64407
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -65867,7 +65638,6 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheet
|
|
|
65867
65638
|
issues?: Maybe<JiraIssueConnection>;
|
|
65868
65639
|
jql?: Maybe<Scalars['String']['output']>;
|
|
65869
65640
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
65870
|
-
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
65871
65641
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
65872
65642
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
65873
65643
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
@@ -65880,9 +65650,6 @@ export declare type JiraListViewFieldSetsArgs = {
|
|
|
65880
65650
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
65881
65651
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65882
65652
|
};
|
|
65883
|
-
export declare type JiraListViewHasDefaultFieldSetsArgs = {
|
|
65884
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
65885
|
-
};
|
|
65886
65653
|
export declare type JiraListViewIssuesArgs = {
|
|
65887
65654
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65888
65655
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -65898,7 +65665,6 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
65898
65665
|
export declare type JiraListViewViewSettingsArgs = {
|
|
65899
65666
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
65900
65667
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
65901
|
-
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
65902
65668
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
65903
65669
|
};
|
|
65904
65670
|
export declare type JiraLongRunningTaskProgress = {
|
|
@@ -68165,7 +67931,6 @@ export declare type JiraPlaybook = Node & {
|
|
|
68165
67931
|
__typename?: 'JiraPlaybook';
|
|
68166
67932
|
filters?: Maybe<Array<JiraPlaybookIssueFilter>>;
|
|
68167
67933
|
id: Scalars['ID']['output'];
|
|
68168
|
-
jql?: Maybe<Scalars['String']['output']>;
|
|
68169
67934
|
name?: Maybe<Scalars['String']['output']>;
|
|
68170
67935
|
owner?: Maybe<User>;
|
|
68171
67936
|
scopeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -68186,13 +67951,6 @@ export declare type JiraPlaybookEdge = {
|
|
|
68186
67951
|
cursor: Scalars['String']['output'];
|
|
68187
67952
|
node?: Maybe<JiraPlaybook>;
|
|
68188
67953
|
};
|
|
68189
|
-
export declare type JiraPlaybookExecutionFilter = {
|
|
68190
|
-
contextId?: InputMaybe<Scalars['String']['input']>;
|
|
68191
|
-
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68192
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
68193
|
-
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
68194
|
-
status?: InputMaybe<Array<JiraPlaybookStepRunStatus>>;
|
|
68195
|
-
};
|
|
68196
67954
|
export declare type JiraPlaybookFilter = {
|
|
68197
67955
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68198
67956
|
};
|
|
@@ -69200,7 +68958,6 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
69200
68958
|
moreRecents?: Maybe<JiraProjectConnection>;
|
|
69201
68959
|
mostRecent?: Maybe<JiraProject>;
|
|
69202
68960
|
mostRecentFromHistory?: Maybe<JiraProject>;
|
|
69203
|
-
otherItems?: Maybe<JiraProjectConnection>;
|
|
69204
68961
|
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
69205
68962
|
recents?: Maybe<JiraProjectConnection>;
|
|
69206
68963
|
};
|
|
@@ -69218,10 +68975,6 @@ export declare type JiraProjectsSidebarMenuMoreRecentsArgs = {
|
|
|
69218
68975
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69219
68976
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69220
68977
|
};
|
|
69221
|
-
export declare type JiraProjectsSidebarMenuOtherItemsArgs = {
|
|
69222
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69223
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69224
|
-
};
|
|
69225
68978
|
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
69226
68979
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69227
68980
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -71332,10 +71085,6 @@ export declare type JiraScmRepository = {
|
|
|
71332
71085
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
71333
71086
|
name?: Maybe<Scalars['String']['output']>;
|
|
71334
71087
|
};
|
|
71335
|
-
export declare type JiraScopedResetFieldsetsInput = {
|
|
71336
|
-
context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
|
|
71337
|
-
doReset?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71338
|
-
};
|
|
71339
71088
|
export declare type JiraScreen = Node & {
|
|
71340
71089
|
__typename?: 'JiraScreen';
|
|
71341
71090
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -72711,15 +72460,6 @@ export declare type JiraSetFieldAssociationWithIssueTypesPayload = Payload & {
|
|
|
72711
72460
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
72712
72461
|
success: Scalars['Boolean']['output'];
|
|
72713
72462
|
};
|
|
72714
|
-
export declare type JiraSetFieldSetsPreferencesInput = {
|
|
72715
|
-
fieldSetsPreferences?: InputMaybe<Array<JiraFieldSetPreferencesInput>>;
|
|
72716
|
-
viewId: Scalars['ID']['input'];
|
|
72717
|
-
};
|
|
72718
|
-
export declare type JiraSetFieldSetsPreferencesPayload = Payload & {
|
|
72719
|
-
__typename?: 'JiraSetFieldSetsPreferencesPayload';
|
|
72720
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72721
|
-
success: Scalars['Boolean']['output'];
|
|
72722
|
-
};
|
|
72723
72463
|
export declare type JiraSetIsFavouriteInput = {
|
|
72724
72464
|
beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
|
|
72725
72465
|
entityId: Scalars['ID']['input'];
|
|
@@ -73215,7 +72955,6 @@ export declare type JiraSpreadsheetGroupIssuesArgs = {
|
|
|
73215
72955
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73216
72956
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
73217
72957
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73218
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73219
72958
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
73220
72959
|
};
|
|
73221
72960
|
export declare type JiraSpreadsheetGroupByConfig = {
|
|
@@ -73285,9 +73024,6 @@ export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
|
73285
73024
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
73286
73025
|
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73287
73026
|
};
|
|
73288
|
-
export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
73289
|
-
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73290
|
-
};
|
|
73291
73027
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
73292
73028
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
73293
73029
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -77375,7 +77111,6 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
77375
77111
|
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
77376
77112
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
77377
77113
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
77378
|
-
topicsByAris?: Maybe<Array<Maybe<KnowledgeDiscoveryTopicByAri>>>;
|
|
77379
77114
|
zeroQueries?: Maybe<KnowledgeDiscoveryZeroQueriesResult>;
|
|
77380
77115
|
};
|
|
77381
77116
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarkArgs = {
|
|
@@ -77476,9 +77211,6 @@ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
|
|
|
77476
77211
|
id: Scalars['String']['input'];
|
|
77477
77212
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
77478
77213
|
};
|
|
77479
|
-
export declare type KnowledgeDiscoveryQueryApiTopicsByArisArgs = {
|
|
77480
|
-
ids: Array<Scalars['ID']['input']>;
|
|
77481
|
-
};
|
|
77482
77214
|
export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
77483
77215
|
cloudId: Scalars['String']['input'];
|
|
77484
77216
|
};
|
|
@@ -77562,20 +77294,6 @@ export declare type KnowledgeDiscoveryTopic = KnowledgeDiscoveryEntity & {
|
|
|
77562
77294
|
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77563
77295
|
updatedAt: Scalars['String']['output'];
|
|
77564
77296
|
};
|
|
77565
|
-
export declare type KnowledgeDiscoveryTopicByAri = Node & {
|
|
77566
|
-
__typename?: 'KnowledgeDiscoveryTopicByAri';
|
|
77567
|
-
description: Scalars['String']['output'];
|
|
77568
|
-
documentCount?: Maybe<Scalars['Int']['output']>;
|
|
77569
|
-
id: Scalars['ID']['output'];
|
|
77570
|
-
name: Scalars['String']['output'];
|
|
77571
|
-
relatedEntities?: Maybe<GraphStoreSimplifiedTopicHasRelatedEntityConnection>;
|
|
77572
|
-
relatedQuestion?: Maybe<Scalars['String']['output']>;
|
|
77573
|
-
type?: Maybe<KnowledgeDiscoveryTopicType>;
|
|
77574
|
-
updatedAt: Scalars['String']['output'];
|
|
77575
|
-
};
|
|
77576
|
-
export declare type KnowledgeDiscoveryTopicByAriRelatedEntitiesArgs = {
|
|
77577
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
77578
|
-
};
|
|
77579
77297
|
export declare type KnowledgeDiscoveryTopicResult = KnowledgeDiscoveryTopic | QueryError;
|
|
77580
77298
|
export declare enum KnowledgeDiscoveryTopicType {
|
|
77581
77299
|
Area = "AREA",
|
|
@@ -78560,7 +78278,6 @@ export declare type MarketplaceAppVersionEdge = {
|
|
|
78560
78278
|
};
|
|
78561
78279
|
export declare type MarketplaceAppVersionFilter = {
|
|
78562
78280
|
cloudAppVersionId?: InputMaybe<Scalars['ID']['input']>;
|
|
78563
|
-
cloudComplianceBoundary?: InputMaybe<Array<InputMaybe<ComplianceBoundary>>>;
|
|
78564
78281
|
excludeHiddenIn?: InputMaybe<MarketplaceLocation>;
|
|
78565
78282
|
productHostingOptions?: InputMaybe<Array<AtlassianProductHostingType>>;
|
|
78566
78283
|
visibility?: InputMaybe<MarketplaceAppVersionVisibility>;
|
|
@@ -81395,7 +81112,6 @@ export declare type MercuryFocusArea = Node & {
|
|
|
81395
81112
|
ari: Scalars['String']['output'];
|
|
81396
81113
|
changeSummary?: Maybe<MercuryChangeSummary>;
|
|
81397
81114
|
createdDate: Scalars['String']['output'];
|
|
81398
|
-
draft: Scalars['Boolean']['output'];
|
|
81399
81115
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
81400
81116
|
focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
|
|
81401
81117
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
@@ -83476,7 +83192,6 @@ export declare type Mutation = {
|
|
|
83476
83192
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
83477
83193
|
appStorage?: Maybe<AppStorageMutation>;
|
|
83478
83194
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
83479
|
-
appStorage_admin?: Maybe<AppStorageAdminMutation>;
|
|
83480
83195
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
83481
83196
|
archivePages?: Maybe<BulkArchivePagePayload>;
|
|
83482
83197
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
@@ -83501,6 +83216,7 @@ export declare type Mutation = {
|
|
|
83501
83216
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
83502
83217
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
83503
83218
|
completeSprint?: Maybe<CompleteSprintResponse>;
|
|
83219
|
+
configurePolarisRefresh?: Maybe<ConfigurePolarisRefreshPayload>;
|
|
83504
83220
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
83505
83221
|
confluenceLegacy_activatePaywallContent?: Maybe<ConfluenceLegacyActivatePaywallContentPayload>;
|
|
83506
83222
|
confluenceLegacy_addDefaultExCoSpacePermissions?: Maybe<ConfluenceLegacyAddDefaultExCoSpacePermissionsPayload>;
|
|
@@ -83755,7 +83471,6 @@ export declare type Mutation = {
|
|
|
83755
83471
|
csmAi_updateAction?: Maybe<CsmAiUpdateActionPayload>;
|
|
83756
83472
|
csmAi_updateAgent?: Maybe<CsmAiUpdateAgentPayload>;
|
|
83757
83473
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
83758
|
-
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
83759
83474
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
83760
83475
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
83761
83476
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
@@ -83861,7 +83576,6 @@ export declare type Mutation = {
|
|
|
83861
83576
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
83862
83577
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
83863
83578
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
83864
|
-
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
83865
83579
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
83866
83580
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
83867
83581
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
@@ -84177,9 +83891,6 @@ export declare type MutationAgentStudio_UpdateScenarioMappingsForContainerArgs =
|
|
|
84177
83891
|
containerId: Scalars['String']['input'];
|
|
84178
83892
|
scenarioIds: Array<Scalars['ID']['input']>;
|
|
84179
83893
|
};
|
|
84180
|
-
export declare type MutationAppStorage_AdminArgs = {
|
|
84181
|
-
appId: Scalars['ID']['input'];
|
|
84182
|
-
};
|
|
84183
83894
|
export declare type MutationApplyPolarisProjectTemplateArgs = {
|
|
84184
83895
|
input: ApplyPolarisProjectTemplateInput;
|
|
84185
83896
|
};
|
|
@@ -84259,6 +83970,9 @@ export declare type MutationClearRestrictionsForFreeArgs = {
|
|
|
84259
83970
|
export declare type MutationCompleteSprintArgs = {
|
|
84260
83971
|
input?: InputMaybe<CompleteSprintInput>;
|
|
84261
83972
|
};
|
|
83973
|
+
export declare type MutationConfigurePolarisRefreshArgs = {
|
|
83974
|
+
input: ConfigurePolarisRefreshInput;
|
|
83975
|
+
};
|
|
84262
83976
|
export declare type MutationConfluenceLegacy_ActivatePaywallContentArgs = {
|
|
84263
83977
|
input: ConfluenceLegacyActivatePaywallContentInput;
|
|
84264
83978
|
};
|
|
@@ -85100,11 +84814,6 @@ export declare type MutationCsmAi_UpdateHandoffConfigArgs = {
|
|
|
85100
84814
|
helpCenterAri: Scalars['ID']['input'];
|
|
85101
84815
|
input: CsmAiUpdateHandoffConfigInput;
|
|
85102
84816
|
};
|
|
85103
|
-
export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
85104
|
-
helpCenterAri: Scalars['ID']['input'];
|
|
85105
|
-
input: CsmAiWidgetUpdateInput;
|
|
85106
|
-
widgetId: Scalars['ID']['input'];
|
|
85107
|
-
};
|
|
85108
84817
|
export declare type MutationCustomerServiceArgs = {
|
|
85109
84818
|
cloudId: Scalars['ID']['input'];
|
|
85110
84819
|
};
|
|
@@ -85415,9 +85124,6 @@ export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
|
85415
85124
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
85416
85125
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
85417
85126
|
};
|
|
85418
|
-
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
85419
|
-
input: JiraSetFieldSetsPreferencesInput;
|
|
85420
|
-
};
|
|
85421
85127
|
export declare type MutationJira_SetIssueSearchGroupByArgs = {
|
|
85422
85128
|
input: JiraSetIssueSearchGroupByInput;
|
|
85423
85129
|
};
|
|
@@ -88950,9 +88656,6 @@ export declare type Query = {
|
|
|
88950
88656
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
88951
88657
|
apps?: Maybe<AppConnection>;
|
|
88952
88658
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
88953
|
-
atlasGoalLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88954
|
-
atlasProjectsLinkedToGoals?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88955
|
-
atlasProjectsLinkedToIssue?: Maybe<GraphStoreCypherQueryConnection>;
|
|
88956
88659
|
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
88957
88660
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
88958
88661
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
@@ -89243,7 +88946,6 @@ export declare type Query = {
|
|
|
89243
88946
|
contentTemplateLabelsByCriteria?: Maybe<PaginatedLabelList>;
|
|
89244
88947
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
89245
88948
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
89246
|
-
contributorsLinkedToAtlasProject?: Maybe<GraphStoreCypherQueryConnection>;
|
|
89247
88949
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
89248
88950
|
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
89249
88951
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
@@ -89511,8 +89213,6 @@ export declare type Query = {
|
|
|
89511
89213
|
pricings: ContentPlatformPricingSearchConnection;
|
|
89512
89214
|
productListing?: Maybe<ProductListingResult>;
|
|
89513
89215
|
productListings: Array<ProductListingResult>;
|
|
89514
|
-
projects_byAri?: Maybe<TownsquareProject>;
|
|
89515
|
-
projects_byAris?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
89516
89216
|
ptpage?: Maybe<PtPage>;
|
|
89517
89217
|
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
89518
89218
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
@@ -89848,15 +89548,6 @@ export declare type QueryAppsArgs = {
|
|
|
89848
89548
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
89849
89549
|
cloudId: Scalars['ID']['input'];
|
|
89850
89550
|
};
|
|
89851
|
-
export declare type QueryAtlasGoalLinkedToIssueArgs = {
|
|
89852
|
-
issueId: Scalars['ID']['input'];
|
|
89853
|
-
};
|
|
89854
|
-
export declare type QueryAtlasProjectsLinkedToGoalsArgs = {
|
|
89855
|
-
goalId: Scalars['ID']['input'];
|
|
89856
|
-
};
|
|
89857
|
-
export declare type QueryAtlasProjectsLinkedToIssueArgs = {
|
|
89858
|
-
issueId: Scalars['ID']['input'];
|
|
89859
|
-
};
|
|
89860
89551
|
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
89861
89552
|
cloudId: Scalars['ID']['input'];
|
|
89862
89553
|
};
|
|
@@ -91160,11 +90851,6 @@ export declare type QueryContentWatchersArgs = {
|
|
|
91160
90851
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91161
90852
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
91162
90853
|
};
|
|
91163
|
-
export declare type QueryContributorsLinkedToAtlasProjectArgs = {
|
|
91164
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
91165
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91166
|
-
projectId: Scalars['ID']['input'];
|
|
91167
|
-
};
|
|
91168
90854
|
export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
91169
90855
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
91170
90856
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -91979,7 +91665,6 @@ export declare type QueryPlaybook_JiraPlaybookStepRunsForProjectArgs = {
|
|
|
91979
91665
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
91980
91666
|
cloudId: Scalars['ID']['input'];
|
|
91981
91667
|
filter?: InputMaybe<JiraPlaybookFilter>;
|
|
91982
|
-
filters?: InputMaybe<JiraPlaybookExecutionFilter>;
|
|
91983
91668
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91984
91669
|
projectKey: Scalars['String']['input'];
|
|
91985
91670
|
};
|
|
@@ -92058,12 +91743,6 @@ export declare type QueryProductListingsArgs = {
|
|
|
92058
91743
|
ids: Array<Scalars['ID']['input']>;
|
|
92059
91744
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
92060
91745
|
};
|
|
92061
|
-
export declare type QueryProjects_ByAriArgs = {
|
|
92062
|
-
ari: Scalars['String']['input'];
|
|
92063
|
-
};
|
|
92064
|
-
export declare type QueryProjects_ByArisArgs = {
|
|
92065
|
-
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
92066
|
-
};
|
|
92067
91746
|
export declare type QueryPtpageArgs = {
|
|
92068
91747
|
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
92069
91748
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -92144,7 +91823,7 @@ export declare type QueryRadar_PositionsByEntitySearchArgs = {
|
|
|
92144
91823
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92145
91824
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
92146
91825
|
cloudId: Scalars['ID']['input'];
|
|
92147
|
-
entity
|
|
91826
|
+
entity: RadarPositionsByEntityType;
|
|
92148
91827
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92149
91828
|
input?: InputMaybe<RadarPositionsByEntityInput>;
|
|
92150
91829
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -93186,8 +92865,6 @@ export declare enum RateLimitingCurrency {
|
|
|
93186
92865
|
DevopsContainerRelationshipsWriteCurrency = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY",
|
|
93187
92866
|
DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
|
|
93188
92867
|
DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
|
|
93189
|
-
DevConsoleMutationCurrency = "DEV_CONSOLE_MUTATION_CURRENCY",
|
|
93190
|
-
DevConsoleQueryCurrency = "DEV_CONSOLE_QUERY_CURRENCY",
|
|
93191
92868
|
ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
|
|
93192
92869
|
ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY",
|
|
93193
92870
|
ForgeAppContributorCurrency = "FORGE_APP_CONTRIBUTOR_CURRENCY",
|
|
@@ -100243,7 +99920,6 @@ export declare type TenantContext = {
|
|
|
100243
99920
|
entitlementInfo?: Maybe<CommerceEntitlementInfo>;
|
|
100244
99921
|
hostName?: Maybe<Scalars['String']['output']>;
|
|
100245
99922
|
orgId?: Maybe<Scalars['ID']['output']>;
|
|
100246
|
-
transactionAccounts?: Maybe<Array<Maybe<CommerceTransactionAccount>>>;
|
|
100247
99923
|
};
|
|
100248
99924
|
export declare type TenantContextActivationIdByProductArgs = {
|
|
100249
99925
|
product: Scalars['String']['input'];
|
|
@@ -102789,7 +102465,6 @@ export declare type TrelloChecklistConnectionUpdated = {
|
|
|
102789
102465
|
};
|
|
102790
102466
|
export declare type TrelloChecklistDeleted = {
|
|
102791
102467
|
__typename?: 'TrelloChecklistDeleted';
|
|
102792
|
-
id: Scalars['ID']['output'];
|
|
102793
102468
|
objectId: Scalars['ID']['output'];
|
|
102794
102469
|
};
|
|
102795
102470
|
export declare type TrelloChecklistEdge = {
|
|
@@ -106061,7 +105736,6 @@ export declare type UpdateInstallationDetailsResponse = {
|
|
|
106061
105736
|
export declare type UpdateJiraPlaybookInput = {
|
|
106062
105737
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
106063
105738
|
id: Scalars['ID']['input'];
|
|
106064
|
-
jql?: InputMaybe<Scalars['String']['input']>;
|
|
106065
105739
|
name: Scalars['String']['input'];
|
|
106066
105740
|
scopeId?: InputMaybe<Scalars['String']['input']>;
|
|
106067
105741
|
scopeType: JiraPlaybookScopeType;
|