@forge/cli-shared 6.6.1-next.8 → 6.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +146 -0
- package/out/graphql/graphql-types.d.ts +1880 -413
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +143 -51
- package/out/service/supported-products-service.d.ts +28 -19
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +104 -76
- package/out/shared/error-handling.d.ts +3 -0
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +7 -1
- package/out/shared/product.d.ts +1 -1
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +5 -5
- package/out/ui/command-line-ui.d.ts +2 -4
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +6 -22
- package/out/ui/table-prompt.d.ts +2 -0
- package/out/ui/table-prompt.d.ts.map +1 -1
- package/out/ui/table-prompt.js +23 -2
- package/out/ui/text.d.ts +6 -3
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +16 -10
- package/out/ui/ui.d.ts +2 -4
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +9 -6
|
@@ -596,7 +596,7 @@ export declare type ActivityObject = {
|
|
|
596
596
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
597
597
|
type: Scalars['String']['output'];
|
|
598
598
|
};
|
|
599
|
-
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
599
|
+
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | ExternalDocument | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
600
600
|
export declare enum ActivityObjectType {
|
|
601
601
|
Blogpost = "BLOGPOST",
|
|
602
602
|
Comment = "COMMENT",
|
|
@@ -694,13 +694,6 @@ export declare type AddMultipleAppContributorResponsePayload = Payload & {
|
|
|
694
694
|
errors?: Maybe<Array<MutationError>>;
|
|
695
695
|
success: Scalars['Boolean']['output'];
|
|
696
696
|
};
|
|
697
|
-
export declare type AddPolarisColumnInput = {
|
|
698
|
-
before?: InputMaybe<Scalars['ID']['input']>;
|
|
699
|
-
field: Scalars['ID']['input'];
|
|
700
|
-
format?: InputMaybe<Scalars['String']['input']>;
|
|
701
|
-
heading?: InputMaybe<Scalars['String']['input']>;
|
|
702
|
-
width?: InputMaybe<Scalars['Int']['input']>;
|
|
703
|
-
};
|
|
704
697
|
export declare type AddPublicLinkPermissionsInput = {
|
|
705
698
|
objectId: Scalars['ID']['input'];
|
|
706
699
|
objectType: PublicLinkPermissionsObjectType;
|
|
@@ -893,6 +886,12 @@ export declare type AgentStudioUpdateAgentDetailsPayload = Payload & {
|
|
|
893
886
|
errors?: Maybe<Array<MutationError>>;
|
|
894
887
|
success: Scalars['Boolean']['output'];
|
|
895
888
|
};
|
|
889
|
+
export declare type AgentStudioUpdateAgentKnowledgeSourcesPayload = Payload & {
|
|
890
|
+
__typename?: 'AgentStudioUpdateAgentKnowledgeSourcesPayload';
|
|
891
|
+
agent?: Maybe<AgentStudioAgent>;
|
|
892
|
+
errors?: Maybe<Array<MutationError>>;
|
|
893
|
+
success: Scalars['Boolean']['output'];
|
|
894
|
+
};
|
|
896
895
|
export declare type AgentStudioUpdateConversationStartersInput = {
|
|
897
896
|
conversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
898
897
|
};
|
|
@@ -902,6 +901,24 @@ export declare type AgentStudioUpdateConversationStartersPayload = Payload & {
|
|
|
902
901
|
errors?: Maybe<Array<MutationError>>;
|
|
903
902
|
success: Scalars['Boolean']['output'];
|
|
904
903
|
};
|
|
904
|
+
export declare type AiCoreApiVsaReporting = {
|
|
905
|
+
__typename?: 'AiCoreApiVSAReporting';
|
|
906
|
+
projectAri: Scalars['ID']['output'];
|
|
907
|
+
unassistedConversationStatsWithMetaData?: Maybe<AiCoreApiVsaUnassistedConversationStatsWithMetaData>;
|
|
908
|
+
};
|
|
909
|
+
export declare type AiCoreApiVsaReportingResult = AiCoreApiVsaReporting | QueryError;
|
|
910
|
+
export declare type AiCoreApiVsaUnassistedConversationStats = {
|
|
911
|
+
__typename?: 'AiCoreApiVSAUnassistedConversationStats';
|
|
912
|
+
clusterId: Scalars['ID']['output'];
|
|
913
|
+
conversationIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
914
|
+
conversationsCount: Scalars['Int']['output'];
|
|
915
|
+
title: Scalars['String']['output'];
|
|
916
|
+
};
|
|
917
|
+
export declare type AiCoreApiVsaUnassistedConversationStatsWithMetaData = {
|
|
918
|
+
__typename?: 'AiCoreApiVSAUnassistedConversationStatsWithMetaData';
|
|
919
|
+
refreshedUntil?: Maybe<Scalars['DateTime']['output']>;
|
|
920
|
+
unassistedConversationStats?: Maybe<Array<AiCoreApiVsaUnassistedConversationStats>>;
|
|
921
|
+
};
|
|
905
922
|
export declare enum AlertEventStatus {
|
|
906
923
|
Acknowledged = "ACKNOWLEDGED",
|
|
907
924
|
Closed = "CLOSED",
|
|
@@ -1026,6 +1043,7 @@ export declare enum ApiGroup {
|
|
|
1026
1043
|
Actions = "ACTIONS",
|
|
1027
1044
|
AgentStudio = "AGENT_STUDIO",
|
|
1028
1045
|
AppRecommendations = "APP_RECOMMENDATIONS",
|
|
1046
|
+
AtlassianStudio = "ATLASSIAN_STUDIO",
|
|
1029
1047
|
Caas = "CAAS",
|
|
1030
1048
|
CloudAdmin = "CLOUD_ADMIN",
|
|
1031
1049
|
CollaborationGraph = "COLLABORATION_GRAPH",
|
|
@@ -1058,6 +1076,7 @@ export declare enum ApiGroup {
|
|
|
1058
1076
|
Jira = "JIRA",
|
|
1059
1077
|
Papi = "PAPI",
|
|
1060
1078
|
Polaris = "POLARIS",
|
|
1079
|
+
ServiceHubAgentConfiguration = "SERVICE_HUB_AGENT_CONFIGURATION",
|
|
1061
1080
|
SurfacePlatform = "SURFACE_PLATFORM",
|
|
1062
1081
|
Teams = "TEAMS",
|
|
1063
1082
|
VirtualAgent = "VIRTUAL_AGENT",
|
|
@@ -1136,6 +1155,43 @@ export declare type AppConnection = {
|
|
|
1136
1155
|
pageInfo: PageInfo;
|
|
1137
1156
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
1138
1157
|
};
|
|
1158
|
+
export declare type AppContainer = {
|
|
1159
|
+
__typename?: 'AppContainer';
|
|
1160
|
+
images: AppContainerImagesConnection;
|
|
1161
|
+
key: Scalars['String']['output'];
|
|
1162
|
+
repositoryURI: Scalars['String']['output'];
|
|
1163
|
+
};
|
|
1164
|
+
export declare type AppContainerImagesArgs = {
|
|
1165
|
+
after?: InputMaybe<Scalars['ID']['input']>;
|
|
1166
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1167
|
+
};
|
|
1168
|
+
export declare type AppContainerImage = {
|
|
1169
|
+
__typename?: 'AppContainerImage';
|
|
1170
|
+
digest: Scalars['String']['output'];
|
|
1171
|
+
lastPulledAt?: Maybe<Scalars['DateTime']['output']>;
|
|
1172
|
+
pushedAt: Scalars['DateTime']['output'];
|
|
1173
|
+
sizeInBytes: Scalars['Int']['output'];
|
|
1174
|
+
tags: Array<Scalars['String']['output']>;
|
|
1175
|
+
};
|
|
1176
|
+
export declare type AppContainerImagesConnection = {
|
|
1177
|
+
__typename?: 'AppContainerImagesConnection';
|
|
1178
|
+
edges: Array<AppContainerImagesEdge>;
|
|
1179
|
+
pageInfo: PageInfo;
|
|
1180
|
+
};
|
|
1181
|
+
export declare type AppContainerImagesEdge = {
|
|
1182
|
+
__typename?: 'AppContainerImagesEdge';
|
|
1183
|
+
node: AppContainerImage;
|
|
1184
|
+
};
|
|
1185
|
+
export declare type AppContainerInput = {
|
|
1186
|
+
appId: Scalars['ID']['input'];
|
|
1187
|
+
containerKey: Scalars['String']['input'];
|
|
1188
|
+
};
|
|
1189
|
+
export declare type AppContainerRegistryLogin = {
|
|
1190
|
+
__typename?: 'AppContainerRegistryLogin';
|
|
1191
|
+
endpoint: Scalars['String']['output'];
|
|
1192
|
+
password: Scalars['String']['output'];
|
|
1193
|
+
username: Scalars['String']['output'];
|
|
1194
|
+
};
|
|
1139
1195
|
export declare type AppContributor = {
|
|
1140
1196
|
__typename?: 'AppContributor';
|
|
1141
1197
|
accountId: Scalars['String']['output'];
|
|
@@ -1659,94 +1715,6 @@ export declare type AppPrincipal = {
|
|
|
1659
1715
|
__typename?: 'AppPrincipal';
|
|
1660
1716
|
id?: Maybe<Scalars['ID']['output']>;
|
|
1661
1717
|
};
|
|
1662
|
-
export declare type AppRecContext = {
|
|
1663
|
-
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
1664
|
-
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
1665
|
-
locale?: InputMaybe<Scalars['String']['input']>;
|
|
1666
|
-
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
1667
|
-
product?: InputMaybe<Scalars['String']['input']>;
|
|
1668
|
-
sessionId?: InputMaybe<Scalars['ID']['input']>;
|
|
1669
|
-
subproduct?: InputMaybe<Scalars['String']['input']>;
|
|
1670
|
-
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
1671
|
-
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
1672
|
-
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
1673
|
-
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1674
|
-
};
|
|
1675
|
-
export declare type AppRecDismissRecommendationInput = {
|
|
1676
|
-
context?: InputMaybe<AppRecContext>;
|
|
1677
|
-
productId: Scalars['ID']['input'];
|
|
1678
|
-
};
|
|
1679
|
-
export declare type AppRecDismissRecommendationPayload = Payload & {
|
|
1680
|
-
__typename?: 'AppRecDismissRecommendationPayload';
|
|
1681
|
-
dismissal?: Maybe<AppRecDismissal>;
|
|
1682
|
-
errors?: Maybe<Array<MutationError>>;
|
|
1683
|
-
success: Scalars['Boolean']['output'];
|
|
1684
|
-
};
|
|
1685
|
-
export declare type AppRecDismissal = {
|
|
1686
|
-
__typename?: 'AppRecDismissal';
|
|
1687
|
-
dismissedAt: Scalars['String']['output'];
|
|
1688
|
-
productId: Scalars['ID']['output'];
|
|
1689
|
-
};
|
|
1690
|
-
export declare type AppRecMutation = {
|
|
1691
|
-
__typename?: 'AppRecMutation';
|
|
1692
|
-
dismissRecommendation?: Maybe<AppRecDismissRecommendationPayload>;
|
|
1693
|
-
undoDismissal?: Maybe<AppRecUndoDismissalPayload>;
|
|
1694
|
-
};
|
|
1695
|
-
export declare type AppRecMutationDismissRecommendationArgs = {
|
|
1696
|
-
input: AppRecDismissRecommendationInput;
|
|
1697
|
-
};
|
|
1698
|
-
export declare type AppRecMutationUndoDismissalArgs = {
|
|
1699
|
-
input: AppRecUndoDismissalInput;
|
|
1700
|
-
};
|
|
1701
|
-
export declare type AppRecQuery = {
|
|
1702
|
-
__typename?: 'AppRecQuery';
|
|
1703
|
-
recommendations?: Maybe<Array<AppRecRecommendationResult>>;
|
|
1704
|
-
};
|
|
1705
|
-
export declare type AppRecQueryRecommendationsArgs = {
|
|
1706
|
-
context?: InputMaybe<AppRecContext>;
|
|
1707
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1708
|
-
};
|
|
1709
|
-
export declare type AppRecRecommendation = {
|
|
1710
|
-
__typename?: 'AppRecRecommendation';
|
|
1711
|
-
productId: Scalars['ID']['output'];
|
|
1712
|
-
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
1713
|
-
};
|
|
1714
|
-
export declare type AppRecRecommendationResult = AppRecRecommendation | QueryError;
|
|
1715
|
-
export declare type AppRecUndoDismissalInput = {
|
|
1716
|
-
context: AppRecContext;
|
|
1717
|
-
productId: Scalars['ID']['input'];
|
|
1718
|
-
};
|
|
1719
|
-
export declare type AppRecUndoDismissalPayload = Payload & {
|
|
1720
|
-
__typename?: 'AppRecUndoDismissalPayload';
|
|
1721
|
-
errors?: Maybe<Array<MutationError>>;
|
|
1722
|
-
result?: Maybe<AppRecUndoDismissalResult>;
|
|
1723
|
-
success: Scalars['Boolean']['output'];
|
|
1724
|
-
};
|
|
1725
|
-
export declare type AppRecUndoDismissalResult = {
|
|
1726
|
-
__typename?: 'AppRecUndoDismissalResult';
|
|
1727
|
-
description: Scalars['String']['output'];
|
|
1728
|
-
undone: Scalars['Boolean']['output'];
|
|
1729
|
-
};
|
|
1730
|
-
export declare type AppRollout = {
|
|
1731
|
-
__typename?: 'AppRollout';
|
|
1732
|
-
appId: Scalars['ID']['output'];
|
|
1733
|
-
cancelledByAccountId?: Maybe<Scalars['String']['output']>;
|
|
1734
|
-
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
1735
|
-
completedUpgradeCount: Scalars['Int']['output'];
|
|
1736
|
-
createdAt: Scalars['DateTime']['output'];
|
|
1737
|
-
createdByAccountId: Scalars['String']['output'];
|
|
1738
|
-
failedUpgradeCount: Scalars['Int']['output'];
|
|
1739
|
-
fromVersionId: Scalars['ID']['output'];
|
|
1740
|
-
id: Scalars['ID']['output'];
|
|
1741
|
-
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1742
|
-
status: AppRolloutStatus;
|
|
1743
|
-
toVersionId: Scalars['ID']['output'];
|
|
1744
|
-
};
|
|
1745
|
-
export declare enum AppRolloutStatus {
|
|
1746
|
-
Cancelled = "CANCELLED",
|
|
1747
|
-
Complete = "COMPLETE",
|
|
1748
|
-
Running = "RUNNING"
|
|
1749
|
-
}
|
|
1750
1718
|
export declare type AppSecurityPoliciesPermission = {
|
|
1751
1719
|
__typename?: 'AppSecurityPoliciesPermission';
|
|
1752
1720
|
policies?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -1986,6 +1954,27 @@ export declare type AppVersionExtensions = {
|
|
|
1986
1954
|
__typename?: 'AppVersionExtensions';
|
|
1987
1955
|
nodes?: Maybe<Array<Maybe<AppVersionExtension>>>;
|
|
1988
1956
|
};
|
|
1957
|
+
export declare type AppVersionRollout = {
|
|
1958
|
+
__typename?: 'AppVersionRollout';
|
|
1959
|
+
appEnvironmentId: Scalars['ID']['output'];
|
|
1960
|
+
appId: Scalars['ID']['output'];
|
|
1961
|
+
cancelledByAccountId?: Maybe<Scalars['String']['output']>;
|
|
1962
|
+
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
1963
|
+
completedUpgradeCount: Scalars['Int']['output'];
|
|
1964
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1965
|
+
createdByAccountId: Scalars['String']['output'];
|
|
1966
|
+
failedUpgradeCount: Scalars['Int']['output'];
|
|
1967
|
+
id: Scalars['ID']['output'];
|
|
1968
|
+
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1969
|
+
sourceVersionId: Scalars['ID']['output'];
|
|
1970
|
+
status: AppVersionRolloutStatus;
|
|
1971
|
+
targetVersionId: Scalars['ID']['output'];
|
|
1972
|
+
};
|
|
1973
|
+
export declare enum AppVersionRolloutStatus {
|
|
1974
|
+
Cancelled = "CANCELLED",
|
|
1975
|
+
Complete = "COMPLETE",
|
|
1976
|
+
Running = "RUNNING"
|
|
1977
|
+
}
|
|
1989
1978
|
export declare type ApplyCompassScorecardToComponentPayload = Payload & {
|
|
1990
1979
|
__typename?: 'ApplyCompassScorecardToComponentPayload';
|
|
1991
1980
|
componentDetails?: Maybe<CompassComponent>;
|
|
@@ -2331,6 +2320,24 @@ export declare enum AtlassianProductHostingType {
|
|
|
2331
2320
|
DataCenter = "DATA_CENTER",
|
|
2332
2321
|
Server = "SERVER"
|
|
2333
2322
|
}
|
|
2323
|
+
export declare type AtlassianStudioUserProductPermissions = {
|
|
2324
|
+
__typename?: 'AtlassianStudioUserProductPermissions';
|
|
2325
|
+
isConfluenceGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2326
|
+
isJiraGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2327
|
+
};
|
|
2328
|
+
export declare type AtlassianStudioUserSiteContextOutput = {
|
|
2329
|
+
__typename?: 'AtlassianStudioUserSiteContextOutput';
|
|
2330
|
+
isAIEnabledForVirtualAgents?: Maybe<Scalars['Boolean']['output']>;
|
|
2331
|
+
isAssetsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
2332
|
+
isCompanyHubAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2333
|
+
isConfluenceAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2334
|
+
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2335
|
+
isJSMAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2336
|
+
isJiraAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2337
|
+
isVirtualAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2338
|
+
userPermissions?: Maybe<AtlassianStudioUserProductPermissions>;
|
|
2339
|
+
};
|
|
2340
|
+
export declare type AtlassianStudioUserSiteContextResult = AtlassianStudioUserSiteContextOutput | QueryError;
|
|
2334
2341
|
export declare type AtlassianUser = {
|
|
2335
2342
|
__typename?: 'AtlassianUser';
|
|
2336
2343
|
companyName?: Maybe<Scalars['String']['output']>;
|
|
@@ -3093,11 +3100,11 @@ export declare type CqlDisplayableType = {
|
|
|
3093
3100
|
label?: Maybe<Scalars['String']['output']>;
|
|
3094
3101
|
type?: Maybe<Scalars['String']['output']>;
|
|
3095
3102
|
};
|
|
3096
|
-
export declare type
|
|
3103
|
+
export declare type CancelAppVersionRolloutInput = {
|
|
3097
3104
|
id: Scalars['ID']['input'];
|
|
3098
3105
|
};
|
|
3099
|
-
export declare type
|
|
3100
|
-
__typename?: '
|
|
3106
|
+
export declare type CancelAppVersionRolloutPayload = Payload & {
|
|
3107
|
+
__typename?: 'CancelAppVersionRolloutPayload';
|
|
3101
3108
|
errors?: Maybe<Array<MutationError>>;
|
|
3102
3109
|
success: Scalars['Boolean']['output'];
|
|
3103
3110
|
};
|
|
@@ -3207,18 +3214,11 @@ export declare enum CatchupOverviewUpdateType {
|
|
|
3207
3214
|
SinceLastViewed = "SINCE_LAST_VIEWED",
|
|
3208
3215
|
SinceLastViewedMarkdown = "SINCE_LAST_VIEWED_MARKDOWN"
|
|
3209
3216
|
}
|
|
3210
|
-
export declare enum CatchupUpdateType {
|
|
3211
|
-
TopN = "TOP_N"
|
|
3212
|
-
}
|
|
3213
3217
|
export declare type CatchupVersionDiffMetadataResponse = {
|
|
3214
3218
|
__typename?: 'CatchupVersionDiffMetadataResponse';
|
|
3215
3219
|
collaborators?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
3216
3220
|
isDiffEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
3217
3221
|
};
|
|
3218
|
-
export declare type CatchupVersionSummaryMetadataForContent = {
|
|
3219
|
-
__typename?: 'CatchupVersionSummaryMetadataForContent';
|
|
3220
|
-
versionSummaryMetadata?: Maybe<Array<VersionSummaryMetaDataItem>>;
|
|
3221
|
-
};
|
|
3222
3222
|
export declare type CcpAccountDetails = CommerceAccountDetails & {
|
|
3223
3223
|
__typename?: 'CcpAccountDetails';
|
|
3224
3224
|
invoiceGroup?: Maybe<CcpInvoiceGroup>;
|
|
@@ -3466,7 +3466,7 @@ export declare enum CcpEntitlementPreDunningStatus {
|
|
|
3466
3466
|
InPreDunning = "IN_PRE_DUNNING",
|
|
3467
3467
|
NotInPreDunning = "NOT_IN_PRE_DUNNING"
|
|
3468
3468
|
}
|
|
3469
|
-
export declare type CcpEntitlementRelationship = {
|
|
3469
|
+
export declare type CcpEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
3470
3470
|
__typename?: 'CcpEntitlementRelationship';
|
|
3471
3471
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3472
3472
|
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -4206,6 +4206,8 @@ export declare type CommerceEntitlement = {
|
|
|
4206
4206
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
4207
4207
|
offering?: Maybe<CommerceOffering>;
|
|
4208
4208
|
preDunning?: Maybe<CommerceEntitlementPreDunning>;
|
|
4209
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4210
|
+
relatesToEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4209
4211
|
subscription?: Maybe<CommerceSubscription>;
|
|
4210
4212
|
transactionAccount?: Maybe<CommerceTransactionAccount>;
|
|
4211
4213
|
};
|
|
@@ -4258,6 +4260,11 @@ export declare type CommerceEntitlementPreDunning = {
|
|
|
4258
4260
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
4259
4261
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
4260
4262
|
};
|
|
4263
|
+
export declare type CommerceEntitlementRelationship = {
|
|
4264
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
4265
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
4266
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
4267
|
+
};
|
|
4261
4268
|
export declare type CommerceExperienceCapability = {
|
|
4262
4269
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
4263
4270
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5870,6 +5877,7 @@ export declare type CompassCreatePushEventInput = {
|
|
|
5870
5877
|
url: Scalars['URL']['input'];
|
|
5871
5878
|
};
|
|
5872
5879
|
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
5880
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5873
5881
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5874
5882
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5875
5883
|
};
|
|
@@ -5890,6 +5898,7 @@ export declare type CompassCreateScorecardCriterionExpressionEvaluableInput = {
|
|
|
5890
5898
|
expression: CompassCreateScorecardCriterionExpressionInput;
|
|
5891
5899
|
};
|
|
5892
5900
|
export declare type CompassCreateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
5901
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5893
5902
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5894
5903
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5895
5904
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -5982,12 +5991,12 @@ export declare type CompassCreateVulnerabilityEventInput = {
|
|
|
5982
5991
|
};
|
|
5983
5992
|
export declare type CompassCreateVulnerabilityEventPropertiesInput = {
|
|
5984
5993
|
discoverySource?: InputMaybe<Scalars['String']['input']>;
|
|
5985
|
-
discoveryTime: Scalars['DateTime']['input'];
|
|
5986
5994
|
id: Scalars['ID']['input'];
|
|
5987
5995
|
remediationTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5988
5996
|
score?: InputMaybe<Scalars['Float']['input']>;
|
|
5989
5997
|
severity: CompassVulnerabilityEventSeverityInput;
|
|
5990
5998
|
state: CompassVulnerabilityEventState;
|
|
5999
|
+
vulnerabilityStartTime: Scalars['DateTime']['input'];
|
|
5991
6000
|
vulnerableTarget?: InputMaybe<Scalars['String']['input']>;
|
|
5992
6001
|
};
|
|
5993
6002
|
export declare type CompassCreateWebhookInput = {
|
|
@@ -6540,7 +6549,7 @@ export declare type CompassDynamicScorecardCriteria = CompassScorecardCriteria &
|
|
|
6540
6549
|
id: Scalars['ID']['output'];
|
|
6541
6550
|
name?: Maybe<Scalars['String']['output']>;
|
|
6542
6551
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
6543
|
-
scoringStrategyRules
|
|
6552
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
6544
6553
|
weight: Scalars['Int']['output'];
|
|
6545
6554
|
};
|
|
6546
6555
|
export declare type CompassDynamicScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -7741,12 +7750,14 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
7741
7750
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7742
7751
|
};
|
|
7743
7752
|
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
7753
|
+
MarkAsError = "MARK_AS_ERROR",
|
|
7744
7754
|
MarkAsFailed = "MARK_AS_FAILED",
|
|
7745
7755
|
MarkAsPassed = "MARK_AS_PASSED",
|
|
7746
7756
|
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
7747
7757
|
}
|
|
7748
7758
|
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
7749
7759
|
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
7760
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7750
7761
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7751
7762
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7752
7763
|
};
|
|
@@ -7800,12 +7811,14 @@ export declare type CompassScorecardCriterionExpressionEvaluable = {
|
|
|
7800
7811
|
};
|
|
7801
7812
|
export declare enum CompassScorecardCriterionExpressionEvaluationRuleAction {
|
|
7802
7813
|
Continue = "CONTINUE",
|
|
7814
|
+
ReturnError = "RETURN_ERROR",
|
|
7803
7815
|
ReturnFailed = "RETURN_FAILED",
|
|
7804
7816
|
ReturnPassed = "RETURN_PASSED",
|
|
7805
7817
|
ReturnSkipped = "RETURN_SKIPPED"
|
|
7806
7818
|
}
|
|
7807
7819
|
export declare type CompassScorecardCriterionExpressionEvaluationRules = {
|
|
7808
7820
|
__typename?: 'CompassScorecardCriterionExpressionEvaluationRules';
|
|
7821
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7809
7822
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7810
7823
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7811
7824
|
weight?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8082,6 +8095,7 @@ export declare type CompassScorecardScoreStatusDuration = {
|
|
|
8082
8095
|
since: Scalars['DateTime']['output'];
|
|
8083
8096
|
};
|
|
8084
8097
|
export declare enum CompassScorecardScoringStrategyType {
|
|
8098
|
+
PercentageBased = "PERCENTAGE_BASED",
|
|
8085
8099
|
PointBased = "POINT_BASED",
|
|
8086
8100
|
WeightBased = "WEIGHT_BASED"
|
|
8087
8101
|
}
|
|
@@ -8541,6 +8555,7 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
8541
8555
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
8542
8556
|
};
|
|
8543
8557
|
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
8558
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8544
8559
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8545
8560
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8546
8561
|
};
|
|
@@ -8561,6 +8576,7 @@ export declare type CompassUpdateScorecardCriterionExpressionEvaluableInput = {
|
|
|
8561
8576
|
expression: CompassUpdateScorecardCriterionExpressionInput;
|
|
8562
8577
|
};
|
|
8563
8578
|
export declare type CompassUpdateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
8579
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8564
8580
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8565
8581
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8566
8582
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -8682,12 +8698,13 @@ export declare type CompassVulnerabilityEvent = CompassEvent & {
|
|
|
8682
8698
|
export declare type CompassVulnerabilityEventProperties = {
|
|
8683
8699
|
__typename?: 'CompassVulnerabilityEventProperties';
|
|
8684
8700
|
discoverySource?: Maybe<Scalars['String']['output']>;
|
|
8685
|
-
discoveryTime
|
|
8701
|
+
discoveryTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8686
8702
|
id: Scalars['ID']['output'];
|
|
8687
8703
|
remediationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8688
8704
|
score?: Maybe<Scalars['Float']['output']>;
|
|
8689
8705
|
severity?: Maybe<CompassVulnerabilityEventSeverity>;
|
|
8690
8706
|
state: Scalars['String']['output'];
|
|
8707
|
+
vulnerabilityStartTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8691
8708
|
vulnerableTarget?: Maybe<Scalars['String']['output']>;
|
|
8692
8709
|
};
|
|
8693
8710
|
export declare type CompassVulnerabilityEventSeverity = {
|
|
@@ -8859,11 +8876,13 @@ export declare type ConfluenceBlogPost = {
|
|
|
8859
8876
|
blogPostId: Scalars['ID']['output'];
|
|
8860
8877
|
body?: Maybe<ConfluenceBodies>;
|
|
8861
8878
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
8879
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8862
8880
|
id: Scalars['ID']['output'];
|
|
8863
8881
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
8864
8882
|
latestVersion?: Maybe<ConfluenceBlogPostVersion>;
|
|
8865
8883
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
8866
8884
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
8885
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
8867
8886
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
8868
8887
|
properties?: Maybe<Array<Maybe<ConfluenceBlogPostProperty>>>;
|
|
8869
8888
|
space?: Maybe<ConfluenceSpace>;
|
|
@@ -9021,6 +9040,12 @@ export declare type ConfluenceCommentLinks = {
|
|
|
9021
9040
|
base?: Maybe<Scalars['String']['output']>;
|
|
9022
9041
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
9023
9042
|
};
|
|
9043
|
+
export declare type ConfluenceCommentResolutionState = {
|
|
9044
|
+
__typename?: 'ConfluenceCommentResolutionState';
|
|
9045
|
+
commentId: Scalars['ID']['output'];
|
|
9046
|
+
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
9047
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
9048
|
+
};
|
|
9024
9049
|
export declare enum ConfluenceCommentState {
|
|
9025
9050
|
Resolved = "RESOLVED",
|
|
9026
9051
|
Unresolved = "UNRESOLVED"
|
|
@@ -9033,6 +9058,12 @@ export declare enum ConfluenceCommentType {
|
|
|
9033
9058
|
Footer = "FOOTER",
|
|
9034
9059
|
Inline = "INLINE"
|
|
9035
9060
|
}
|
|
9061
|
+
export declare type ConfluenceContent = {
|
|
9062
|
+
__typename?: 'ConfluenceContent';
|
|
9063
|
+
contentTitleUpdate?: Maybe<ConfluenceContentTitleUpdate>;
|
|
9064
|
+
contentType: ConfluenceSubscriptionContentType;
|
|
9065
|
+
eventType: Scalars['String']['output'];
|
|
9066
|
+
};
|
|
9036
9067
|
export declare type ConfluenceContentBody = {
|
|
9037
9068
|
__typename?: 'ConfluenceContentBody';
|
|
9038
9069
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -9053,6 +9084,11 @@ export declare type ConfluenceContentMetadata = {
|
|
|
9053
9084
|
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9054
9085
|
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9055
9086
|
};
|
|
9087
|
+
export declare type ConfluenceContentNativeProperties = {
|
|
9088
|
+
__typename?: 'ConfluenceContentNativeProperties';
|
|
9089
|
+
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
9090
|
+
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
9091
|
+
};
|
|
9056
9092
|
export declare enum ConfluenceContentRepresentation {
|
|
9057
9093
|
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
9058
9094
|
Editor = "EDITOR",
|
|
@@ -9065,12 +9101,22 @@ export declare enum ConfluenceContentRepresentation {
|
|
|
9065
9101
|
View = "VIEW",
|
|
9066
9102
|
Wiki = "WIKI"
|
|
9067
9103
|
}
|
|
9104
|
+
export declare type ConfluenceContentState = {
|
|
9105
|
+
__typename?: 'ConfluenceContentState';
|
|
9106
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
9107
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
9108
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9109
|
+
};
|
|
9068
9110
|
export declare type ConfluenceContentTitleEmoji = {
|
|
9069
9111
|
__typename?: 'ConfluenceContentTitleEmoji';
|
|
9070
9112
|
id?: Maybe<Scalars['String']['output']>;
|
|
9071
9113
|
key?: Maybe<Scalars['String']['output']>;
|
|
9072
9114
|
value?: Maybe<Scalars['String']['output']>;
|
|
9073
9115
|
};
|
|
9116
|
+
export declare type ConfluenceContentTitleUpdate = {
|
|
9117
|
+
__typename?: 'ConfluenceContentTitleUpdate';
|
|
9118
|
+
contentTitle: Scalars['String']['output'];
|
|
9119
|
+
};
|
|
9074
9120
|
export declare enum ConfluenceContentType {
|
|
9075
9121
|
Attachment = "ATTACHMENT",
|
|
9076
9122
|
BlogPost = "BLOG_POST",
|
|
@@ -9190,6 +9236,10 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
9190
9236
|
space?: Maybe<ConfluenceSpace>;
|
|
9191
9237
|
success: Scalars['Boolean']['output'];
|
|
9192
9238
|
};
|
|
9239
|
+
export declare type ConfluenceCurrentContentNativeProperties = {
|
|
9240
|
+
__typename?: 'ConfluenceCurrentContentNativeProperties';
|
|
9241
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9242
|
+
};
|
|
9193
9243
|
export declare type ConfluenceDatabase = {
|
|
9194
9244
|
__typename?: 'ConfluenceDatabase';
|
|
9195
9245
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -9305,6 +9355,10 @@ export declare type ConfluenceDeleteSubCalendarSingleEventPayload = Payload & {
|
|
|
9305
9355
|
errors?: Maybe<Array<MutationError>>;
|
|
9306
9356
|
success: Scalars['Boolean']['output'];
|
|
9307
9357
|
};
|
|
9358
|
+
export declare type ConfluenceDraftContentNativeProperties = {
|
|
9359
|
+
__typename?: 'ConfluenceDraftContentNativeProperties';
|
|
9360
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9361
|
+
};
|
|
9308
9362
|
export declare enum ConfluenceEdition {
|
|
9309
9363
|
Free = "FREE",
|
|
9310
9364
|
Premium = "PREMIUM",
|
|
@@ -15254,12 +15308,14 @@ export declare type ConfluencePage = {
|
|
|
15254
15308
|
body?: Maybe<ConfluenceBodies>;
|
|
15255
15309
|
commentCountSummary?: Maybe<ConfluenceCommentCountSummary>;
|
|
15256
15310
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
15311
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
15257
15312
|
id: Scalars['ID']['output'];
|
|
15258
15313
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
15259
15314
|
latestVersion?: Maybe<ConfluencePageVersion>;
|
|
15260
15315
|
likesSummary?: Maybe<ConfluenceLikesSummary>;
|
|
15261
15316
|
links?: Maybe<ConfluencePageLinks>;
|
|
15262
15317
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
15318
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
15263
15319
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
15264
15320
|
pageId: Scalars['ID']['output'];
|
|
15265
15321
|
properties?: Maybe<Array<Maybe<ConfluencePageProperty>>>;
|
|
@@ -15508,6 +15564,12 @@ export declare type ConfluenceRedactionMetadataEdge = {
|
|
|
15508
15564
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
15509
15565
|
node?: Maybe<ConfluenceRedactionMetadata>;
|
|
15510
15566
|
};
|
|
15567
|
+
export declare type ConfluenceReopenCommentPayload = Payload & {
|
|
15568
|
+
__typename?: 'ConfluenceReopenCommentPayload';
|
|
15569
|
+
commentResolutionStates?: Maybe<ConfluenceCommentResolutionState>;
|
|
15570
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15571
|
+
success: Scalars['Boolean']['output'];
|
|
15572
|
+
};
|
|
15511
15573
|
export declare type ConfluenceReopenInlineCommentInput = {
|
|
15512
15574
|
id: Scalars['ID']['input'];
|
|
15513
15575
|
};
|
|
@@ -15527,6 +15589,12 @@ export declare type ConfluenceReplyToCommentPayload = {
|
|
|
15527
15589
|
errors?: Maybe<Array<MutationError>>;
|
|
15528
15590
|
success: Scalars['Boolean']['output'];
|
|
15529
15591
|
};
|
|
15592
|
+
export declare type ConfluenceResolveCommentsPayload = Payload & {
|
|
15593
|
+
__typename?: 'ConfluenceResolveCommentsPayload';
|
|
15594
|
+
commentResolutionStates?: Maybe<Array<Maybe<ConfluenceCommentResolutionState>>>;
|
|
15595
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15596
|
+
success: Scalars['Boolean']['output'];
|
|
15597
|
+
};
|
|
15530
15598
|
export declare type ConfluenceResolveInlineCommentInput = {
|
|
15531
15599
|
id: Scalars['ID']['input'];
|
|
15532
15600
|
};
|
|
@@ -15675,6 +15743,15 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
|
|
|
15675
15743
|
__typename?: 'ConfluenceSubCalendarSubscribersCount';
|
|
15676
15744
|
count?: Maybe<Scalars['Int']['output']>;
|
|
15677
15745
|
};
|
|
15746
|
+
export declare enum ConfluenceSubscriptionContentType {
|
|
15747
|
+
Blogpost = "BLOGPOST",
|
|
15748
|
+
Comment = "COMMENT",
|
|
15749
|
+
Database = "DATABASE",
|
|
15750
|
+
Embed = "EMBED",
|
|
15751
|
+
Folder = "FOLDER",
|
|
15752
|
+
Page = "PAGE",
|
|
15753
|
+
Whiteboard = "WHITEBOARD"
|
|
15754
|
+
}
|
|
15678
15755
|
export declare type ConfluenceTeamPresence = {
|
|
15679
15756
|
__typename?: 'ConfluenceTeamPresence';
|
|
15680
15757
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
@@ -16499,18 +16576,6 @@ export declare type ConnectAppScope = {
|
|
|
16499
16576
|
name: Scalars['String']['output'];
|
|
16500
16577
|
scopeId: Scalars['ID']['output'];
|
|
16501
16578
|
};
|
|
16502
|
-
export declare type ConnectedDataQuery = {
|
|
16503
|
-
__typename?: 'ConnectedDataQuery';
|
|
16504
|
-
incidentWithId?: Maybe<JsmIncident>;
|
|
16505
|
-
services?: Maybe<DevOpsService>;
|
|
16506
|
-
};
|
|
16507
|
-
export declare type ConnectedDataQueryIncidentWithIdArgs = {
|
|
16508
|
-
id: Scalars['ID']['input'];
|
|
16509
|
-
};
|
|
16510
|
-
export declare type ConnectedDataQueryServicesArgs = {
|
|
16511
|
-
cloudId: Scalars['ID']['input'];
|
|
16512
|
-
id: Scalars['ID']['input'];
|
|
16513
|
-
};
|
|
16514
16579
|
export declare type ConnectionManagerConfiguration = {
|
|
16515
16580
|
__typename?: 'ConnectionManagerConfiguration';
|
|
16516
16581
|
parameters?: Maybe<Scalars['String']['output']>;
|
|
@@ -17534,8 +17599,6 @@ export declare type ContentPlatformIpmAnchored = {
|
|
|
17534
17599
|
anchoredElement?: Maybe<Scalars['String']['output']>;
|
|
17535
17600
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
17536
17601
|
id: Scalars['String']['output'];
|
|
17537
|
-
relativeX?: Maybe<Scalars['Int']['output']>;
|
|
17538
|
-
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
17539
17602
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17540
17603
|
};
|
|
17541
17604
|
export declare type ContentPlatformIpmAnchoredAndIpmPositionUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
@@ -17803,6 +17866,7 @@ export declare type ContentPlatformPricing = {
|
|
|
17803
17866
|
headline?: Maybe<Scalars['String']['output']>;
|
|
17804
17867
|
pageDescription?: Maybe<Scalars['String']['output']>;
|
|
17805
17868
|
pricingTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
17869
|
+
pricingTitleInternal: Scalars['String']['output'];
|
|
17806
17870
|
relatedProduct?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
17807
17871
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17808
17872
|
};
|
|
@@ -18665,6 +18729,12 @@ export declare type CountUsersGroupByPageItem = {
|
|
|
18665
18729
|
page: Scalars['String']['output'];
|
|
18666
18730
|
user: Scalars['Int']['output'];
|
|
18667
18731
|
};
|
|
18732
|
+
export declare type CreateAppContainerPayload = Payload & {
|
|
18733
|
+
__typename?: 'CreateAppContainerPayload';
|
|
18734
|
+
container: AppContainer;
|
|
18735
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18736
|
+
success: Scalars['Boolean']['output'];
|
|
18737
|
+
};
|
|
18668
18738
|
export declare type CreateAppDeploymentInput = {
|
|
18669
18739
|
appId: Scalars['ID']['input'];
|
|
18670
18740
|
artifactUrl: Scalars['URL']['input'];
|
|
@@ -18709,17 +18779,6 @@ export declare type CreateAppResponse = Payload & {
|
|
|
18709
18779
|
errors?: Maybe<Array<MutationError>>;
|
|
18710
18780
|
success: Scalars['Boolean']['output'];
|
|
18711
18781
|
};
|
|
18712
|
-
export declare type CreateAppRolloutInput = {
|
|
18713
|
-
appId: Scalars['ID']['input'];
|
|
18714
|
-
fromVersionId: Scalars['ID']['input'];
|
|
18715
|
-
toVersionId: Scalars['ID']['input'];
|
|
18716
|
-
};
|
|
18717
|
-
export declare type CreateAppRolloutPayload = Payload & {
|
|
18718
|
-
__typename?: 'CreateAppRolloutPayload';
|
|
18719
|
-
appRollout?: Maybe<AppRollout>;
|
|
18720
|
-
errors?: Maybe<Array<MutationError>>;
|
|
18721
|
-
success: Scalars['Boolean']['output'];
|
|
18722
|
-
};
|
|
18723
18782
|
export declare type CreateAppTunnelResponse = Payload & {
|
|
18724
18783
|
__typename?: 'CreateAppTunnelResponse';
|
|
18725
18784
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -18733,6 +18792,18 @@ export declare type CreateAppTunnelsInput = {
|
|
|
18733
18792
|
force?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18734
18793
|
tunnelDefinitions: TunnelDefinitionsInput;
|
|
18735
18794
|
};
|
|
18795
|
+
export declare type CreateAppVersionRolloutInput = {
|
|
18796
|
+
appEnvironmentId: Scalars['ID']['input'];
|
|
18797
|
+
appId: Scalars['ID']['input'];
|
|
18798
|
+
sourceVersionId: Scalars['ID']['input'];
|
|
18799
|
+
targetVersionId: Scalars['ID']['input'];
|
|
18800
|
+
};
|
|
18801
|
+
export declare type CreateAppVersionRolloutPayload = Payload & {
|
|
18802
|
+
__typename?: 'CreateAppVersionRolloutPayload';
|
|
18803
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
18804
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18805
|
+
success: Scalars['Boolean']['output'];
|
|
18806
|
+
};
|
|
18736
18807
|
export declare type CreateCardsOutput = {
|
|
18737
18808
|
__typename?: 'CreateCardsOutput';
|
|
18738
18809
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -18869,6 +18940,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
18869
18940
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
18870
18941
|
metricDefinitionId: Scalars['ID']['input'];
|
|
18871
18942
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
18943
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
18872
18944
|
weight: Scalars['Int']['input'];
|
|
18873
18945
|
};
|
|
18874
18946
|
export declare type CreateCompassHasOwnerScorecardCriteriaInput = {
|
|
@@ -19522,6 +19594,60 @@ export declare enum CustomUserFieldInputComparators {
|
|
|
19522
19594
|
IsSet = "IS_SET",
|
|
19523
19595
|
NotSet = "NOT_SET"
|
|
19524
19596
|
}
|
|
19597
|
+
export declare type CustomerHubAgentConfiguration = {
|
|
19598
|
+
__typename?: 'CustomerHubAgentConfiguration';
|
|
19599
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentityResult>;
|
|
19600
|
+
id: Scalars['ID']['output'];
|
|
19601
|
+
};
|
|
19602
|
+
export declare type CustomerHubAgentConfigurationIdentity = {
|
|
19603
|
+
__typename?: 'CustomerHubAgentConfigurationIdentity';
|
|
19604
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19605
|
+
id: Scalars['ID']['output'];
|
|
19606
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19607
|
+
purpose?: Maybe<Scalars['String']['output']>;
|
|
19608
|
+
tone?: Maybe<CustomerHubAgentConfigurationIdentityTone>;
|
|
19609
|
+
};
|
|
19610
|
+
export declare type CustomerHubAgentConfigurationIdentityConversationStarter = {
|
|
19611
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityConversationStarter';
|
|
19612
|
+
id: Scalars['ID']['output'];
|
|
19613
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
19614
|
+
};
|
|
19615
|
+
export declare type CustomerHubAgentConfigurationIdentityMapping = {
|
|
19616
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityMapping';
|
|
19617
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19618
|
+
id: Scalars['ID']['output'];
|
|
19619
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19620
|
+
};
|
|
19621
|
+
export declare type CustomerHubAgentConfigurationIdentityMappingResult = CustomerHubAgentConfigurationIdentityMapping | QueryError;
|
|
19622
|
+
export declare type CustomerHubAgentConfigurationIdentityResult = CustomerHubAgentConfigurationIdentity | QueryError;
|
|
19623
|
+
export declare type CustomerHubAgentConfigurationIdentityTone = {
|
|
19624
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityTone';
|
|
19625
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
19626
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
19627
|
+
};
|
|
19628
|
+
export declare type CustomerHubAgentConfigurationIdentityToneInput = {
|
|
19629
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
19630
|
+
type: Scalars['String']['input'];
|
|
19631
|
+
};
|
|
19632
|
+
export declare type CustomerHubAgentConfigurationResult = CustomerHubAgentConfiguration | QueryError;
|
|
19633
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConfigurationInput = {
|
|
19634
|
+
addedConversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
19635
|
+
deletedConversationStarters?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19636
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
19637
|
+
purpose?: InputMaybe<Scalars['String']['input']>;
|
|
19638
|
+
tone?: InputMaybe<CustomerHubAgentConfigurationIdentityToneInput>;
|
|
19639
|
+
updatedConversationStarters?: InputMaybe<Array<CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput>>;
|
|
19640
|
+
};
|
|
19641
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput = {
|
|
19642
|
+
id: Scalars['ID']['input'];
|
|
19643
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
|
19644
|
+
};
|
|
19645
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityPayload = Payload & {
|
|
19646
|
+
__typename?: 'CustomerHubAgentConfigurationUpdateIdentityPayload';
|
|
19647
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentity>;
|
|
19648
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19649
|
+
success: Scalars['Boolean']['output'];
|
|
19650
|
+
};
|
|
19525
19651
|
export declare type CustomerServiceAttribute = Node & {
|
|
19526
19652
|
__typename?: 'CustomerServiceAttribute';
|
|
19527
19653
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -20504,6 +20630,11 @@ export declare type DefaultSpaceRoleAssignmentsConnection = {
|
|
|
20504
20630
|
nodes: Array<SpaceRoleAssignment>;
|
|
20505
20631
|
pageInfo: SpacePermissionPageInfo;
|
|
20506
20632
|
};
|
|
20633
|
+
export declare type DeleteAppContainerPayload = Payload & {
|
|
20634
|
+
__typename?: 'DeleteAppContainerPayload';
|
|
20635
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20636
|
+
success: Scalars['Boolean']['output'];
|
|
20637
|
+
};
|
|
20507
20638
|
export declare type DeleteAppEnvironmentInput = {
|
|
20508
20639
|
appAri: Scalars['ID']['input'];
|
|
20509
20640
|
environmentKey: Scalars['String']['input'];
|
|
@@ -21226,13 +21357,21 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
21226
21357
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
21227
21358
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
21228
21359
|
};
|
|
21360
|
+
export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
21361
|
+
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkIssueResult';
|
|
21362
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21363
|
+
issueId?: Maybe<Scalars['ID']['output']>;
|
|
21364
|
+
};
|
|
21229
21365
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
21230
21366
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
21231
21367
|
errors?: Maybe<Array<MutationError>>;
|
|
21368
|
+
failedIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21369
|
+
succeededIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21232
21370
|
success: Scalars['Boolean']['output'];
|
|
21233
21371
|
};
|
|
21234
21372
|
export declare type DevAiInvokeAutodevRovoAgentPayload = Payload & {
|
|
21235
21373
|
__typename?: 'DevAiInvokeAutodevRovoAgentPayload';
|
|
21374
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21236
21375
|
errors?: Maybe<Array<MutationError>>;
|
|
21237
21376
|
jobId?: Maybe<Scalars['ID']['output']>;
|
|
21238
21377
|
success: Scalars['Boolean']['output'];
|
|
@@ -21416,6 +21555,12 @@ export declare type DevAiTriggerAutofixScanPayload = Payload & {
|
|
|
21416
21555
|
errors?: Maybe<Array<MutationError>>;
|
|
21417
21556
|
success: Scalars['Boolean']['output'];
|
|
21418
21557
|
};
|
|
21558
|
+
export declare type DevAiUser = {
|
|
21559
|
+
__typename?: 'DevAiUser';
|
|
21560
|
+
atlassianAccountId: Scalars['ID']['output'];
|
|
21561
|
+
hasProductAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
21562
|
+
isAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
21563
|
+
};
|
|
21419
21564
|
export declare type DevAiWorkflowRunError = {
|
|
21420
21565
|
__typename?: 'DevAiWorkflowRunError';
|
|
21421
21566
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -23260,14 +23405,31 @@ export declare enum EcosystemLicenseMode {
|
|
|
23260
23405
|
Agent = "AGENT",
|
|
23261
23406
|
UserAccess = "USER_ACCESS"
|
|
23262
23407
|
}
|
|
23408
|
+
export declare type EcosystemMarketplaceAppDeployment = {
|
|
23409
|
+
frameworkId: Scalars['String']['output'];
|
|
23410
|
+
};
|
|
23263
23411
|
export declare type EcosystemMarketplaceAppVersion = {
|
|
23264
23412
|
__typename?: 'EcosystemMarketplaceAppVersion';
|
|
23265
23413
|
buildNumber: Scalars['Float']['output'];
|
|
23414
|
+
deployment?: Maybe<EcosystemMarketplaceAppDeployment>;
|
|
23266
23415
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
23267
23416
|
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
23268
23417
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23269
23418
|
version: Scalars['String']['output'];
|
|
23270
23419
|
};
|
|
23420
|
+
export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23421
|
+
__typename?: 'EcosystemMarketplaceCloudAppDeployment';
|
|
23422
|
+
cloudAppEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
23423
|
+
cloudAppId?: Maybe<Scalars['ID']['output']>;
|
|
23424
|
+
cloudAppVersionId: Scalars['ID']['output'];
|
|
23425
|
+
frameworkId: Scalars['String']['output'];
|
|
23426
|
+
scopes?: Maybe<Array<Maybe<AppHostServiceScope>>>;
|
|
23427
|
+
};
|
|
23428
|
+
export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23429
|
+
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23430
|
+
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23431
|
+
frameworkId: Scalars['String']['output'];
|
|
23432
|
+
};
|
|
23271
23433
|
export declare type EcosystemMarketplaceData = {
|
|
23272
23434
|
__typename?: 'EcosystemMarketplaceData';
|
|
23273
23435
|
appId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23276,13 +23438,28 @@ export declare type EcosystemMarketplaceData = {
|
|
|
23276
23438
|
forumsUrl?: Maybe<Scalars['String']['output']>;
|
|
23277
23439
|
issueTrackerUrl?: Maybe<Scalars['String']['output']>;
|
|
23278
23440
|
listingStatus?: Maybe<EcosystemMarketplaceListingStatus>;
|
|
23441
|
+
logo?: Maybe<EcosystemMarketplaceListingImage>;
|
|
23279
23442
|
name?: Maybe<Scalars['String']['output']>;
|
|
23280
23443
|
partner?: Maybe<EcosystemMarketplacePartner>;
|
|
23444
|
+
privacyPolicyUrl?: Maybe<Scalars['String']['output']>;
|
|
23281
23445
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23282
23446
|
supportTicketSystemUrl?: Maybe<Scalars['String']['output']>;
|
|
23283
23447
|
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23284
23448
|
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23285
23449
|
};
|
|
23450
|
+
export declare type EcosystemMarketplaceExternalFrameworkAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23451
|
+
__typename?: 'EcosystemMarketplaceExternalFrameworkAppDeployment';
|
|
23452
|
+
frameworkId: Scalars['String']['output'];
|
|
23453
|
+
};
|
|
23454
|
+
export declare type EcosystemMarketplaceImageFile = {
|
|
23455
|
+
__typename?: 'EcosystemMarketplaceImageFile';
|
|
23456
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
23457
|
+
uri?: Maybe<Scalars['String']['output']>;
|
|
23458
|
+
};
|
|
23459
|
+
export declare type EcosystemMarketplaceListingImage = {
|
|
23460
|
+
__typename?: 'EcosystemMarketplaceListingImage';
|
|
23461
|
+
original?: Maybe<EcosystemMarketplaceImageFile>;
|
|
23462
|
+
};
|
|
23286
23463
|
export declare enum EcosystemMarketplaceListingStatus {
|
|
23287
23464
|
Private = "PRIVATE",
|
|
23288
23465
|
Public = "PUBLIC",
|
|
@@ -23324,12 +23501,13 @@ export declare type EcosystemMutation = {
|
|
|
23324
23501
|
__typename?: 'EcosystemMutation';
|
|
23325
23502
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
23326
23503
|
addMultipleAppContributor?: Maybe<AddMultipleAppContributorResponsePayload>;
|
|
23327
|
-
|
|
23504
|
+
cancelAppVersionRollout?: Maybe<CancelAppVersionRolloutPayload>;
|
|
23328
23505
|
createAppEnvironment?: Maybe<CreateAppEnvironmentResponse>;
|
|
23329
|
-
|
|
23506
|
+
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
23330
23507
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
23331
23508
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
23332
23509
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
23510
|
+
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
23333
23511
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
23334
23512
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
23335
23513
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
@@ -23347,14 +23525,14 @@ export declare type EcosystemMutationAddAppContributorArgs = {
|
|
|
23347
23525
|
export declare type EcosystemMutationAddMultipleAppContributorArgs = {
|
|
23348
23526
|
input: AddMultipleAppContributorInput;
|
|
23349
23527
|
};
|
|
23350
|
-
export declare type
|
|
23351
|
-
input:
|
|
23528
|
+
export declare type EcosystemMutationCancelAppVersionRolloutArgs = {
|
|
23529
|
+
input: CancelAppVersionRolloutInput;
|
|
23352
23530
|
};
|
|
23353
23531
|
export declare type EcosystemMutationCreateAppEnvironmentArgs = {
|
|
23354
23532
|
input: CreateAppEnvironmentInput;
|
|
23355
23533
|
};
|
|
23356
|
-
export declare type
|
|
23357
|
-
input:
|
|
23534
|
+
export declare type EcosystemMutationCreateAppVersionRolloutArgs = {
|
|
23535
|
+
input: CreateAppVersionRolloutInput;
|
|
23358
23536
|
};
|
|
23359
23537
|
export declare type EcosystemMutationDeleteAppEnvironmentArgs = {
|
|
23360
23538
|
input: DeleteAppEnvironmentInput;
|
|
@@ -23365,6 +23543,9 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
23365
23543
|
export declare type EcosystemMutationForgeAlertsArgs = {
|
|
23366
23544
|
appId: Scalars['ID']['input'];
|
|
23367
23545
|
};
|
|
23546
|
+
export declare type EcosystemMutationForgeMetricsArgs = {
|
|
23547
|
+
appId: Scalars['ID']['input'];
|
|
23548
|
+
};
|
|
23368
23549
|
export declare type EcosystemMutationPublishAppClientEventArgs = {
|
|
23369
23550
|
appId: Scalars['ID']['input'];
|
|
23370
23551
|
channel: Scalars['String']['input'];
|
|
@@ -23416,7 +23597,7 @@ export declare type EcosystemQuery = {
|
|
|
23416
23597
|
appInstallationsByApp?: Maybe<AppInstallationByIndexConnection>;
|
|
23417
23598
|
appInstallationsByContext?: Maybe<AppInstallationByIndexConnection>;
|
|
23418
23599
|
appPoliciesByAppIds?: Maybe<Array<EcosystemAppPoliciesByAppId>>;
|
|
23419
|
-
|
|
23600
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
23420
23601
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
23421
23602
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
23422
23603
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
@@ -23454,7 +23635,7 @@ export declare type EcosystemQueryAppInstallationsByContextArgs = {
|
|
|
23454
23635
|
export declare type EcosystemQueryAppPoliciesByAppIdsArgs = {
|
|
23455
23636
|
appIds: Array<Scalars['ID']['input']>;
|
|
23456
23637
|
};
|
|
23457
|
-
export declare type
|
|
23638
|
+
export declare type EcosystemQueryAppVersionRolloutArgs = {
|
|
23458
23639
|
id: Scalars['ID']['input'];
|
|
23459
23640
|
};
|
|
23460
23641
|
export declare type EcosystemQueryAppsInstalledInContextsArgs = {
|
|
@@ -24297,97 +24478,6 @@ export declare type ExternalEntities = {
|
|
|
24297
24478
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24298
24479
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24299
24480
|
};
|
|
24300
|
-
export declare type ExternalEntitiesV2ForHydration = {
|
|
24301
|
-
__typename?: 'ExternalEntitiesV2ForHydration';
|
|
24302
|
-
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
24303
|
-
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
24304
|
-
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
24305
|
-
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
24306
|
-
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
24307
|
-
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
24308
|
-
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
24309
|
-
design?: Maybe<Array<Maybe<ExternalDesign>>>;
|
|
24310
|
-
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
24311
|
-
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
24312
|
-
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
24313
|
-
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
24314
|
-
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
24315
|
-
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
24316
|
-
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
24317
|
-
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
24318
|
-
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
24319
|
-
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
24320
|
-
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
24321
|
-
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24322
|
-
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24323
|
-
};
|
|
24324
|
-
export declare type ExternalEntitiesV2ForHydrationBranchArgs = {
|
|
24325
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24326
|
-
};
|
|
24327
|
-
export declare type ExternalEntitiesV2ForHydrationBuildInfoArgs = {
|
|
24328
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24329
|
-
};
|
|
24330
|
-
export declare type ExternalEntitiesV2ForHydrationCalendarEventArgs = {
|
|
24331
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24332
|
-
};
|
|
24333
|
-
export declare type ExternalEntitiesV2ForHydrationCommentArgs = {
|
|
24334
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24335
|
-
};
|
|
24336
|
-
export declare type ExternalEntitiesV2ForHydrationCommitArgs = {
|
|
24337
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24338
|
-
};
|
|
24339
|
-
export declare type ExternalEntitiesV2ForHydrationConversationArgs = {
|
|
24340
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24341
|
-
};
|
|
24342
|
-
export declare type ExternalEntitiesV2ForHydrationDeploymentArgs = {
|
|
24343
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24344
|
-
};
|
|
24345
|
-
export declare type ExternalEntitiesV2ForHydrationDesignArgs = {
|
|
24346
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24347
|
-
};
|
|
24348
|
-
export declare type ExternalEntitiesV2ForHydrationDocumentArgs = {
|
|
24349
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24350
|
-
};
|
|
24351
|
-
export declare type ExternalEntitiesV2ForHydrationFeatureFlagArgs = {
|
|
24352
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24353
|
-
};
|
|
24354
|
-
export declare type ExternalEntitiesV2ForHydrationMessageArgs = {
|
|
24355
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24356
|
-
};
|
|
24357
|
-
export declare type ExternalEntitiesV2ForHydrationOrganisationArgs = {
|
|
24358
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24359
|
-
};
|
|
24360
|
-
export declare type ExternalEntitiesV2ForHydrationPositionArgs = {
|
|
24361
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24362
|
-
};
|
|
24363
|
-
export declare type ExternalEntitiesV2ForHydrationPullRequestArgs = {
|
|
24364
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24365
|
-
};
|
|
24366
|
-
export declare type ExternalEntitiesV2ForHydrationRemoteLinkArgs = {
|
|
24367
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24368
|
-
};
|
|
24369
|
-
export declare type ExternalEntitiesV2ForHydrationRepositoryArgs = {
|
|
24370
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24371
|
-
};
|
|
24372
|
-
export declare type ExternalEntitiesV2ForHydrationSpaceArgs = {
|
|
24373
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24374
|
-
};
|
|
24375
|
-
export declare type ExternalEntitiesV2ForHydrationVideoArgs = {
|
|
24376
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24377
|
-
};
|
|
24378
|
-
export declare type ExternalEntitiesV2ForHydrationVulnerabilityArgs = {
|
|
24379
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24380
|
-
};
|
|
24381
|
-
export declare type ExternalEntitiesV2ForHydrationWorkItemArgs = {
|
|
24382
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24383
|
-
};
|
|
24384
|
-
export declare type ExternalEntitiesV2ForHydrationWorkerArgs = {
|
|
24385
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24386
|
-
};
|
|
24387
|
-
export declare type ExternalEntitiesV2ForHydrationInput = {
|
|
24388
|
-
ari?: InputMaybe<Scalars['ID']['input']>;
|
|
24389
|
-
graphWorkspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
24390
|
-
};
|
|
24391
24481
|
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24392
24482
|
export declare type ExternalEnvironment = {
|
|
24393
24483
|
__typename?: 'ExternalEnvironment';
|
|
@@ -24807,6 +24897,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24807
24897
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24808
24898
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24809
24899
|
url?: Maybe<Scalars['String']['output']>;
|
|
24900
|
+
workItemProject?: Maybe<ExternalWorkItemProject>;
|
|
24810
24901
|
};
|
|
24811
24902
|
export declare type ExternalWorkItemAttachment = {
|
|
24812
24903
|
__typename?: 'ExternalWorkItemAttachment';
|
|
@@ -24816,12 +24907,18 @@ export declare type ExternalWorkItemAttachment = {
|
|
|
24816
24907
|
title?: Maybe<Scalars['String']['output']>;
|
|
24817
24908
|
url?: Maybe<Scalars['String']['output']>;
|
|
24818
24909
|
};
|
|
24910
|
+
export declare type ExternalWorkItemProject = {
|
|
24911
|
+
__typename?: 'ExternalWorkItemProject';
|
|
24912
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
24913
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24914
|
+
};
|
|
24819
24915
|
export declare enum ExternalWorkItemSubtype {
|
|
24820
24916
|
Approval = "APPROVAL",
|
|
24821
24917
|
Bug = "BUG",
|
|
24822
24918
|
DefaultTask = "DEFAULT_TASK",
|
|
24823
24919
|
Epic = "EPIC",
|
|
24824
24920
|
Incident = "INCIDENT",
|
|
24921
|
+
Issue = "ISSUE",
|
|
24825
24922
|
Milestone = "MILESTONE",
|
|
24826
24923
|
Other = "OTHER",
|
|
24827
24924
|
Problem = "PROBLEM",
|
|
@@ -25016,6 +25113,8 @@ export declare type FollowingFeedGetUserConfig = {
|
|
|
25016
25113
|
};
|
|
25017
25114
|
export declare type FooterComment = CommentLocation & {
|
|
25018
25115
|
__typename?: 'FooterComment';
|
|
25116
|
+
commentRepliesCount: Scalars['Int']['output'];
|
|
25117
|
+
commentResolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
25019
25118
|
type: Scalars['String']['output'];
|
|
25020
25119
|
};
|
|
25021
25120
|
export declare type ForYouFeedItem = {
|
|
@@ -25699,6 +25798,54 @@ export declare enum ForgeMetricsChartName {
|
|
|
25699
25798
|
InvocationLatency = "INVOCATION_LATENCY",
|
|
25700
25799
|
InvocationSuccessRate = "INVOCATION_SUCCESS_RATE"
|
|
25701
25800
|
}
|
|
25801
|
+
export declare type ForgeMetricsCustomCreateQueryInput = {
|
|
25802
|
+
customMetricName: Scalars['String']['input'];
|
|
25803
|
+
description: Scalars['String']['input'];
|
|
25804
|
+
};
|
|
25805
|
+
export declare type ForgeMetricsCustomData = {
|
|
25806
|
+
__typename?: 'ForgeMetricsCustomData';
|
|
25807
|
+
appId: Scalars['ID']['output'];
|
|
25808
|
+
createdAt: Scalars['String']['output'];
|
|
25809
|
+
createdBy?: Maybe<User>;
|
|
25810
|
+
creatorId: Scalars['String']['output'];
|
|
25811
|
+
customMetricName: Scalars['String']['output'];
|
|
25812
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
25813
|
+
id: Scalars['ID']['output'];
|
|
25814
|
+
type: Scalars['String']['output'];
|
|
25815
|
+
updatedAt: Scalars['String']['output'];
|
|
25816
|
+
};
|
|
25817
|
+
export declare type ForgeMetricsCustomDeleteQueryInput = {
|
|
25818
|
+
nodeId: Scalars['ID']['input'];
|
|
25819
|
+
};
|
|
25820
|
+
export declare enum ForgeMetricsCustomGroupByDimensions {
|
|
25821
|
+
CustomMetricName = "CUSTOM_METRIC_NAME"
|
|
25822
|
+
}
|
|
25823
|
+
export declare type ForgeMetricsCustomMetaData = {
|
|
25824
|
+
__typename?: 'ForgeMetricsCustomMetaData';
|
|
25825
|
+
customMetricNames: Array<ForgeMetricsCustomData>;
|
|
25826
|
+
};
|
|
25827
|
+
export declare type ForgeMetricsCustomQueryFilters = {
|
|
25828
|
+
appVersions?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25829
|
+
contextAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25830
|
+
environment?: InputMaybe<Scalars['ID']['input']>;
|
|
25831
|
+
functionNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25832
|
+
interval: ForgeMetricsIntervalInput;
|
|
25833
|
+
};
|
|
25834
|
+
export declare type ForgeMetricsCustomQueryInput = {
|
|
25835
|
+
filters: ForgeMetricsCustomQueryFilters;
|
|
25836
|
+
groupBy?: InputMaybe<Array<ForgeMetricsCustomGroupByDimensions>>;
|
|
25837
|
+
};
|
|
25838
|
+
export declare type ForgeMetricsCustomResult = ForgeMetricsCustomMetaData | QueryError;
|
|
25839
|
+
export declare type ForgeMetricsCustomSuccessStatus = {
|
|
25840
|
+
__typename?: 'ForgeMetricsCustomSuccessStatus';
|
|
25841
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
25842
|
+
success: Scalars['Boolean']['output'];
|
|
25843
|
+
};
|
|
25844
|
+
export declare type ForgeMetricsCustomUpdateQueryInput = {
|
|
25845
|
+
customMetricName?: InputMaybe<Scalars['String']['input']>;
|
|
25846
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
25847
|
+
nodeId: Scalars['ID']['input'];
|
|
25848
|
+
};
|
|
25702
25849
|
export declare type ForgeMetricsData = {
|
|
25703
25850
|
name: Scalars['String']['output'];
|
|
25704
25851
|
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
@@ -25829,6 +25976,22 @@ export declare type ForgeMetricsLatencyBucketsQueryInput = {
|
|
|
25829
25976
|
filters: ForgeMetricsLatencyBucketsQueryFilters;
|
|
25830
25977
|
groupBy?: InputMaybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
25831
25978
|
};
|
|
25979
|
+
export declare type ForgeMetricsMutation = {
|
|
25980
|
+
__typename?: 'ForgeMetricsMutation';
|
|
25981
|
+
appId: Scalars['ID']['output'];
|
|
25982
|
+
createCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25983
|
+
deleteCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25984
|
+
updateCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25985
|
+
};
|
|
25986
|
+
export declare type ForgeMetricsMutationCreateCustomMetricArgs = {
|
|
25987
|
+
query: ForgeMetricsCustomCreateQueryInput;
|
|
25988
|
+
};
|
|
25989
|
+
export declare type ForgeMetricsMutationDeleteCustomMetricArgs = {
|
|
25990
|
+
query: ForgeMetricsCustomDeleteQueryInput;
|
|
25991
|
+
};
|
|
25992
|
+
export declare type ForgeMetricsMutationUpdateCustomMetricArgs = {
|
|
25993
|
+
query: ForgeMetricsCustomUpdateQueryInput;
|
|
25994
|
+
};
|
|
25832
25995
|
export declare type ForgeMetricsOtlpData = {
|
|
25833
25996
|
__typename?: 'ForgeMetricsOtlpData';
|
|
25834
25997
|
resourceMetrics: Scalars['JSON']['output'];
|
|
@@ -25853,6 +26016,8 @@ export declare type ForgeMetricsQuery = {
|
|
|
25853
26016
|
appMetrics: ForgeMetricsOtlpResult;
|
|
25854
26017
|
cacheHitRate: ForgeMetricsSuccessRateResult;
|
|
25855
26018
|
chartInsight: ForgeMetricsChartInsightResult;
|
|
26019
|
+
customMetrics: ForgeMetricsInvocationsResult;
|
|
26020
|
+
customMetricsMetaData: ForgeMetricsCustomResult;
|
|
25856
26021
|
errors: ForgeMetricsErrorsResult;
|
|
25857
26022
|
errorsValue: ForgeMetricsErrorsValueResult;
|
|
25858
26023
|
invocations: ForgeMetricsInvocationsResult;
|
|
@@ -25888,6 +26053,9 @@ export declare type ForgeMetricsQueryCacheHitRateArgs = {
|
|
|
25888
26053
|
export declare type ForgeMetricsQueryChartInsightArgs = {
|
|
25889
26054
|
query: ForgeMetricsChartInsightQueryInput;
|
|
25890
26055
|
};
|
|
26056
|
+
export declare type ForgeMetricsQueryCustomMetricsArgs = {
|
|
26057
|
+
query: ForgeMetricsCustomQueryInput;
|
|
26058
|
+
};
|
|
25891
26059
|
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
25892
26060
|
query: ForgeMetricsQueryInput;
|
|
25893
26061
|
};
|
|
@@ -27280,7 +27448,6 @@ export declare type GraphJiraIssue = Node & {
|
|
|
27280
27448
|
__typename?: 'GraphJiraIssue';
|
|
27281
27449
|
data?: Maybe<JiraIssue>;
|
|
27282
27450
|
id: Scalars['ID']['output'];
|
|
27283
|
-
incident?: Maybe<JsmIncident>;
|
|
27284
27451
|
};
|
|
27285
27452
|
export declare type GraphJiraIssueConnection = {
|
|
27286
27453
|
__typename?: 'GraphJiraIssueConnection';
|
|
@@ -29837,6 +30004,8 @@ export declare type GraphStore = {
|
|
|
29837
30004
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
29838
30005
|
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
29839
30006
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
30007
|
+
atlasGoalHasGoalUpdate?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection>;
|
|
30008
|
+
atlasGoalHasGoalUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection>;
|
|
29840
30009
|
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
|
|
29841
30010
|
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
29842
30011
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
@@ -29856,6 +30025,8 @@ export declare type GraphStore = {
|
|
|
29856
30025
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
29857
30026
|
atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
|
|
29858
30027
|
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
30028
|
+
atlasProjectHasProjectUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection>;
|
|
30029
|
+
atlasProjectHasProjectUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection>;
|
|
29859
30030
|
atlasProjectHasUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateConnection>;
|
|
29860
30031
|
atlasProjectHasUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateInverseConnection>;
|
|
29861
30032
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
@@ -29936,6 +30107,7 @@ export declare type GraphStore = {
|
|
|
29936
30107
|
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
29937
30108
|
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
29938
30109
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
30110
|
+
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
29939
30111
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
29940
30112
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
29941
30113
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
@@ -30009,7 +30181,7 @@ export declare type GraphStore = {
|
|
|
30009
30181
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
30010
30182
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
30011
30183
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
30012
|
-
|
|
30184
|
+
issueHasAutodevJobInverse?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseConnection>;
|
|
30013
30185
|
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
30014
30186
|
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
30015
30187
|
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
@@ -30065,6 +30237,8 @@ export declare type GraphStore = {
|
|
|
30065
30237
|
linkedProjectHasVersionInverse?: Maybe<GraphStoreSimplifiedLinkedProjectHasVersionInverseConnection>;
|
|
30066
30238
|
linkedProjectHasVersionInverseRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30067
30239
|
linkedProjectHasVersionRelationship?: Maybe<GraphStoreFullLinkedProjectHasVersionConnection>;
|
|
30240
|
+
loomVideoSharedWithUser?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserConnection>;
|
|
30241
|
+
loomVideoSharedWithUserInverse?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection>;
|
|
30068
30242
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
30069
30243
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
30070
30244
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
@@ -30267,6 +30441,8 @@ export declare type GraphStore = {
|
|
|
30267
30441
|
thirdPartyToGraphRemoteLink?: Maybe<GraphStoreSimplifiedThirdPartyToGraphRemoteLinkConnection>;
|
|
30268
30442
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
30269
30443
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
30444
|
+
userAssignedIssue?: Maybe<GraphStoreSimplifiedUserAssignedIssueConnection>;
|
|
30445
|
+
userAssignedIssueInverse?: Maybe<GraphStoreSimplifiedUserAssignedIssueInverseConnection>;
|
|
30270
30446
|
userAssignedPir?: Maybe<GraphStoreSimplifiedUserAssignedPirConnection>;
|
|
30271
30447
|
userAssignedPirInverse?: Maybe<GraphStoreSimplifiedUserAssignedPirInverseConnection>;
|
|
30272
30448
|
userAttendedCalendarEvent?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventConnection>;
|
|
@@ -30314,9 +30490,13 @@ export declare type GraphStore = {
|
|
|
30314
30490
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30315
30491
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30316
30492
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30493
|
+
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30494
|
+
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30317
30495
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30318
30496
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30319
30497
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
30498
|
+
userCreatedRelease?: Maybe<GraphStoreSimplifiedUserCreatedReleaseConnection>;
|
|
30499
|
+
userCreatedReleaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseConnection>;
|
|
30320
30500
|
userCreatedRemoteLink?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkConnection>;
|
|
30321
30501
|
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
30322
30502
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
@@ -30363,6 +30543,8 @@ export declare type GraphStore = {
|
|
|
30363
30543
|
userOwnedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryInverseConnection>;
|
|
30364
30544
|
userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
|
|
30365
30545
|
userOwnsComponentInverse?: Maybe<GraphStoreSimplifiedUserOwnsComponentInverseConnection>;
|
|
30546
|
+
userOwnsFocusArea?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaConnection>;
|
|
30547
|
+
userOwnsFocusAreaInverse?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection>;
|
|
30366
30548
|
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
30367
30549
|
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
30368
30550
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
@@ -30375,6 +30557,8 @@ export declare type GraphStore = {
|
|
|
30375
30557
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30376
30558
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30377
30559
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30560
|
+
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30561
|
+
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30378
30562
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30379
30563
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30380
30564
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30398,8 +30582,14 @@ export declare type GraphStore = {
|
|
|
30398
30582
|
userViewedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluenceBlogpostInverseConnection>;
|
|
30399
30583
|
userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
|
|
30400
30584
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
30585
|
+
userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
|
|
30586
|
+
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30401
30587
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30402
30588
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30589
|
+
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30590
|
+
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30591
|
+
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30592
|
+
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30403
30593
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30404
30594
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30405
30595
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30446,6 +30636,8 @@ export declare type GraphStore = {
|
|
|
30446
30636
|
versionUserAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseConnection>;
|
|
30447
30637
|
versionUserAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30448
30638
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30639
|
+
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30640
|
+
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30449
30641
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30450
30642
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30451
30643
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -30499,6 +30691,20 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
30499
30691
|
id: Scalars['ID']['input'];
|
|
30500
30692
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
30501
30693
|
};
|
|
30694
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateArgs = {
|
|
30695
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30696
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30697
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30698
|
+
id: Scalars['ID']['input'];
|
|
30699
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30700
|
+
};
|
|
30701
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateInverseArgs = {
|
|
30702
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30703
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30704
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30705
|
+
id: Scalars['ID']['input'];
|
|
30706
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30707
|
+
};
|
|
30502
30708
|
export declare type GraphStoreAtlasGoalHasOwnerArgs = {
|
|
30503
30709
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30504
30710
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30545,6 +30751,7 @@ export declare type GraphStoreAtlasGoalHasUpdateInverseArgs = {
|
|
|
30545
30751
|
};
|
|
30546
30752
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
30547
30753
|
container_ids: Array<Scalars['ID']['input']>;
|
|
30754
|
+
enabled_sources?: InputMaybe<Array<InputMaybe<GraphStoreAtlasHomeSourcesEnum>>>;
|
|
30548
30755
|
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
30549
30756
|
};
|
|
30550
30757
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
@@ -30627,6 +30834,20 @@ export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
|
30627
30834
|
id: Scalars['ID']['input'];
|
|
30628
30835
|
sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
|
|
30629
30836
|
};
|
|
30837
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateArgs = {
|
|
30838
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30839
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30840
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30841
|
+
id: Scalars['ID']['input'];
|
|
30842
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30843
|
+
};
|
|
30844
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateInverseArgs = {
|
|
30845
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30846
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30847
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30848
|
+
id: Scalars['ID']['input'];
|
|
30849
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30850
|
+
};
|
|
30630
30851
|
export declare type GraphStoreAtlasProjectHasUpdateArgs = {
|
|
30631
30852
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30632
30853
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31157,6 +31378,13 @@ export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
|
|
|
31157
31378
|
id: Scalars['ID']['input'];
|
|
31158
31379
|
sort?: InputMaybe<GraphStoreGraphDocument3pDocumentSortInput>;
|
|
31159
31380
|
};
|
|
31381
|
+
export declare type GraphStoreGraphEntityReplicates3pEntityInverseArgs = {
|
|
31382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31383
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31384
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31385
|
+
id: Scalars['ID']['input'];
|
|
31386
|
+
sort?: InputMaybe<GraphStoreGraphEntityReplicates3pEntitySortInput>;
|
|
31387
|
+
};
|
|
31160
31388
|
export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
31161
31389
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31162
31390
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31606,12 +31834,12 @@ export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
|
31606
31834
|
id: Scalars['ID']['input'];
|
|
31607
31835
|
sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
|
|
31608
31836
|
};
|
|
31609
|
-
export declare type
|
|
31837
|
+
export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
31610
31838
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31611
31839
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31612
31840
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31613
31841
|
id: Scalars['ID']['input'];
|
|
31614
|
-
sort?: InputMaybe<
|
|
31842
|
+
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
31615
31843
|
};
|
|
31616
31844
|
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
31617
31845
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31960,6 +32188,20 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
|
|
|
31960
32188
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31961
32189
|
id: Scalars['ID']['input'];
|
|
31962
32190
|
};
|
|
32191
|
+
export declare type GraphStoreLoomVideoSharedWithUserArgs = {
|
|
32192
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32193
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32194
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32195
|
+
id: Scalars['ID']['input'];
|
|
32196
|
+
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
32197
|
+
};
|
|
32198
|
+
export declare type GraphStoreLoomVideoSharedWithUserInverseArgs = {
|
|
32199
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32200
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32201
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32202
|
+
id: Scalars['ID']['input'];
|
|
32203
|
+
sort?: InputMaybe<GraphStoreLoomVideoSharedWithUserSortInput>;
|
|
32204
|
+
};
|
|
31963
32205
|
export declare type GraphStoreMediaAttachedToContentArgs = {
|
|
31964
32206
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31965
32207
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33271,6 +33513,20 @@ export declare type GraphStoreUserAssignedIncidentInverseArgs = {
|
|
|
33271
33513
|
id: Scalars['ID']['input'];
|
|
33272
33514
|
sort?: InputMaybe<GraphStoreUserAssignedIncidentSortInput>;
|
|
33273
33515
|
};
|
|
33516
|
+
export declare type GraphStoreUserAssignedIssueArgs = {
|
|
33517
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33518
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33519
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33520
|
+
id: Scalars['ID']['input'];
|
|
33521
|
+
sort?: InputMaybe<GraphStoreUserAssignedIssueSortInput>;
|
|
33522
|
+
};
|
|
33523
|
+
export declare type GraphStoreUserAssignedIssueInverseArgs = {
|
|
33524
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33525
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33526
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33527
|
+
id: Scalars['ID']['input'];
|
|
33528
|
+
sort?: InputMaybe<GraphStoreUserAssignedIssueSortInput>;
|
|
33529
|
+
};
|
|
33274
33530
|
export declare type GraphStoreUserAssignedPirArgs = {
|
|
33275
33531
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33276
33532
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33602,6 +33858,20 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
33602
33858
|
id: Scalars['ID']['input'];
|
|
33603
33859
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
33604
33860
|
};
|
|
33861
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentArgs = {
|
|
33862
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33863
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33864
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33865
|
+
id: Scalars['ID']['input'];
|
|
33866
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33867
|
+
};
|
|
33868
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentInverseArgs = {
|
|
33869
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33870
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33871
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33872
|
+
id: Scalars['ID']['input'];
|
|
33873
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33874
|
+
};
|
|
33605
33875
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
33606
33876
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33607
33877
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33623,6 +33893,20 @@ export declare type GraphStoreUserCreatedMessageInverseArgs = {
|
|
|
33623
33893
|
id: Scalars['ID']['input'];
|
|
33624
33894
|
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
33625
33895
|
};
|
|
33896
|
+
export declare type GraphStoreUserCreatedReleaseArgs = {
|
|
33897
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33898
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33899
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33900
|
+
id: Scalars['ID']['input'];
|
|
33901
|
+
sort?: InputMaybe<GraphStoreUserCreatedReleaseSortInput>;
|
|
33902
|
+
};
|
|
33903
|
+
export declare type GraphStoreUserCreatedReleaseInverseArgs = {
|
|
33904
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33905
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33906
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33907
|
+
id: Scalars['ID']['input'];
|
|
33908
|
+
sort?: InputMaybe<GraphStoreUserCreatedReleaseSortInput>;
|
|
33909
|
+
};
|
|
33626
33910
|
export declare type GraphStoreUserCreatedRemoteLinkArgs = {
|
|
33627
33911
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33628
33912
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33947,6 +34231,20 @@ export declare type GraphStoreUserOwnsComponentInverseArgs = {
|
|
|
33947
34231
|
id: Scalars['ID']['input'];
|
|
33948
34232
|
sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
|
|
33949
34233
|
};
|
|
34234
|
+
export declare type GraphStoreUserOwnsFocusAreaArgs = {
|
|
34235
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34236
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34237
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34238
|
+
id: Scalars['ID']['input'];
|
|
34239
|
+
sort?: InputMaybe<GraphStoreUserOwnsFocusAreaSortInput>;
|
|
34240
|
+
};
|
|
34241
|
+
export declare type GraphStoreUserOwnsFocusAreaInverseArgs = {
|
|
34242
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34243
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34244
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34245
|
+
id: Scalars['ID']['input'];
|
|
34246
|
+
sort?: InputMaybe<GraphStoreUserOwnsFocusAreaSortInput>;
|
|
34247
|
+
};
|
|
33950
34248
|
export declare type GraphStoreUserReportedIncidentArgs = {
|
|
33951
34249
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33952
34250
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34031,6 +34329,20 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34031
34329
|
id: Scalars['ID']['input'];
|
|
34032
34330
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34033
34331
|
};
|
|
34332
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentArgs = {
|
|
34333
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34334
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34335
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34336
|
+
id: Scalars['ID']['input'];
|
|
34337
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34338
|
+
};
|
|
34339
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentInverseArgs = {
|
|
34340
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34341
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34342
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34343
|
+
id: Scalars['ID']['input'];
|
|
34344
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34345
|
+
};
|
|
34034
34346
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34035
34347
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34036
34348
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34192,6 +34504,20 @@ export declare type GraphStoreUserViewedConfluencePageInverseArgs = {
|
|
|
34192
34504
|
id: Scalars['ID']['input'];
|
|
34193
34505
|
sort?: InputMaybe<GraphStoreUserViewedConfluencePageSortInput>;
|
|
34194
34506
|
};
|
|
34507
|
+
export declare type GraphStoreUserViewedGoalUpdateArgs = {
|
|
34508
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34509
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34510
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34511
|
+
id: Scalars['ID']['input'];
|
|
34512
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34513
|
+
};
|
|
34514
|
+
export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
|
|
34515
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34516
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34517
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34518
|
+
id: Scalars['ID']['input'];
|
|
34519
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34520
|
+
};
|
|
34195
34521
|
export declare type GraphStoreUserViewedJiraIssueArgs = {
|
|
34196
34522
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34197
34523
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34206,6 +34532,34 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34206
34532
|
id: Scalars['ID']['input'];
|
|
34207
34533
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34208
34534
|
};
|
|
34535
|
+
export declare type GraphStoreUserViewedLoomVideoArgs = {
|
|
34536
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34537
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34538
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34539
|
+
id: Scalars['ID']['input'];
|
|
34540
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34541
|
+
};
|
|
34542
|
+
export declare type GraphStoreUserViewedLoomVideoInverseArgs = {
|
|
34543
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34544
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34545
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34546
|
+
id: Scalars['ID']['input'];
|
|
34547
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34548
|
+
};
|
|
34549
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34550
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34551
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34552
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34553
|
+
id: Scalars['ID']['input'];
|
|
34554
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34555
|
+
};
|
|
34556
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34557
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34558
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34559
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34560
|
+
id: Scalars['ID']['input'];
|
|
34561
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34562
|
+
};
|
|
34209
34563
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34210
34564
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34211
34565
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34494,6 +34848,20 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagRelationshipArgs =
|
|
|
34494
34848
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34495
34849
|
id: Scalars['ID']['input'];
|
|
34496
34850
|
};
|
|
34851
|
+
export declare type GraphStoreVideoHasCommentArgs = {
|
|
34852
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34853
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34854
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34855
|
+
id: Scalars['ID']['input'];
|
|
34856
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34857
|
+
};
|
|
34858
|
+
export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
34859
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34860
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34861
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34862
|
+
id: Scalars['ID']['input'];
|
|
34863
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34864
|
+
};
|
|
34497
34865
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
34498
34866
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34499
34867
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34554,6 +34922,9 @@ export declare type GraphStoreAtlasGoalHasContributorSortInput = {
|
|
|
34554
34922
|
export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
|
|
34555
34923
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34556
34924
|
};
|
|
34925
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateSortInput = {
|
|
34926
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34927
|
+
};
|
|
34557
34928
|
export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
|
|
34558
34929
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34559
34930
|
};
|
|
@@ -34691,6 +35062,19 @@ export declare type GraphStoreAtlasHomeRankingCriteria = {
|
|
|
34691
35062
|
export declare enum GraphStoreAtlasHomeRankingCriteriaEnum {
|
|
34692
35063
|
RoundRobinRandom = "ROUND_ROBIN_RANDOM"
|
|
34693
35064
|
}
|
|
35065
|
+
export declare enum GraphStoreAtlasHomeSourcesEnum {
|
|
35066
|
+
JiraEpicWithoutProject = "JIRA_EPIC_WITHOUT_PROJECT",
|
|
35067
|
+
JiraIssueAssigned = "JIRA_ISSUE_ASSIGNED",
|
|
35068
|
+
JiraIssueNearOverdue = "JIRA_ISSUE_NEAR_OVERDUE",
|
|
35069
|
+
JiraIssueOverdue = "JIRA_ISSUE_OVERDUE",
|
|
35070
|
+
UserJoinFirstTeam = "USER_JOIN_FIRST_TEAM",
|
|
35071
|
+
UserPageNotViewedByOthers = "USER_PAGE_NOT_VIEWED_BY_OTHERS",
|
|
35072
|
+
UserShouldFollowGoal = "USER_SHOULD_FOLLOW_GOAL",
|
|
35073
|
+
UserShouldViewSharedPage = "USER_SHOULD_VIEW_SHARED_PAGE",
|
|
35074
|
+
UserViewAssignedIssue = "USER_VIEW_ASSIGNED_ISSUE",
|
|
35075
|
+
UserViewPageComments = "USER_VIEW_PAGE_COMMENTS",
|
|
35076
|
+
UserViewUpdatedPriorityIssue = "USER_VIEW_UPDATED_PRIORITY_ISSUE"
|
|
35077
|
+
}
|
|
34694
35078
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
34695
35079
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34696
35080
|
};
|
|
@@ -34706,6 +35090,9 @@ export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
|
|
|
34706
35090
|
export declare type GraphStoreAtlasProjectHasOwnerSortInput = {
|
|
34707
35091
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34708
35092
|
};
|
|
35093
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateSortInput = {
|
|
35094
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35095
|
+
};
|
|
34709
35096
|
export declare type GraphStoreAtlasProjectHasUpdateConditionalFilterInput = {
|
|
34710
35097
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
34711
35098
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -35623,6 +36010,16 @@ export declare type GraphStoreCreateIssueToWhiteboardRelationshipInput = {
|
|
|
35623
36010
|
to: Scalars['ID']['input'];
|
|
35624
36011
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
35625
36012
|
};
|
|
36013
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput {
|
|
36014
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
36015
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
36016
|
+
NotSet = "NOT_SET"
|
|
36017
|
+
}
|
|
36018
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput {
|
|
36019
|
+
Accepted = "ACCEPTED",
|
|
36020
|
+
Open = "OPEN",
|
|
36021
|
+
Rejected = "REJECTED"
|
|
36022
|
+
}
|
|
35626
36023
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationInput = {
|
|
35627
36024
|
relationships: Array<GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipInput>;
|
|
35628
36025
|
};
|
|
@@ -35641,6 +36038,8 @@ export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelations
|
|
|
35641
36038
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipMetadataInput = {
|
|
35642
36039
|
SupportEscalationLastUpdated?: InputMaybe<Scalars['Long']['input']>;
|
|
35643
36040
|
creatorAri?: InputMaybe<Scalars['String']['input']>;
|
|
36041
|
+
linkType?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput>;
|
|
36042
|
+
status?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput>;
|
|
35644
36043
|
};
|
|
35645
36044
|
export declare type GraphStoreCreateJswProjectAssociatedComponentInput = {
|
|
35646
36045
|
relationships: Array<GraphStoreCreateJswProjectAssociatedComponentRelationshipInput>;
|
|
@@ -35961,7 +36360,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
35961
36360
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
35962
36361
|
id: Scalars['ID']['output'];
|
|
35963
36362
|
};
|
|
35964
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36363
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35965
36364
|
export declare type GraphStoreCypherQueryNode = {
|
|
35966
36365
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
35967
36366
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -35986,8 +36385,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
35986
36385
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
35987
36386
|
id: Scalars['ID']['output'];
|
|
35988
36387
|
};
|
|
35989
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35990
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36388
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36389
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35991
36390
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
35992
36391
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
35993
36392
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -36758,11 +37157,13 @@ export declare type GraphStoreFullIncidentLinkedJswIssueStartNode = {
|
|
|
36758
37157
|
id: Scalars['ID']['output'];
|
|
36759
37158
|
};
|
|
36760
37159
|
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
36761
|
-
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & {
|
|
37160
|
+
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
36762
37161
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
36763
37162
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
37163
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36764
37164
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedBranchNode>>;
|
|
36765
37165
|
pageInfo: PageInfo;
|
|
37166
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36766
37167
|
};
|
|
36767
37168
|
export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
36768
37169
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEdge';
|
|
@@ -36842,11 +37243,13 @@ export declare type GraphStoreFullIssueAssociatedBuildTestInfoOutput = {
|
|
|
36842
37243
|
numberSkipped?: Maybe<Scalars['Long']['output']>;
|
|
36843
37244
|
totalNumber?: Maybe<Scalars['Long']['output']>;
|
|
36844
37245
|
};
|
|
36845
|
-
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & {
|
|
37246
|
+
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
36846
37247
|
__typename?: 'GraphStoreFullIssueAssociatedCommitConnection';
|
|
36847
37248
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedCommitEdge>>;
|
|
37249
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36848
37250
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedCommitNode>>;
|
|
36849
37251
|
pageInfo: PageInfo;
|
|
37252
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36850
37253
|
};
|
|
36851
37254
|
export declare type GraphStoreFullIssueAssociatedCommitEdge = {
|
|
36852
37255
|
__typename?: 'GraphStoreFullIssueAssociatedCommitEdge';
|
|
@@ -36987,11 +37390,13 @@ export declare type GraphStoreFullIssueAssociatedDesignStartNode = {
|
|
|
36987
37390
|
id: Scalars['ID']['output'];
|
|
36988
37391
|
};
|
|
36989
37392
|
export declare type GraphStoreFullIssueAssociatedDesignStartUnion = JiraIssue;
|
|
36990
|
-
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
37393
|
+
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
36991
37394
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagConnection';
|
|
36992
37395
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagEdge>>;
|
|
37396
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36993
37397
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagNode>>;
|
|
36994
37398
|
pageInfo: PageInfo;
|
|
37399
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36995
37400
|
};
|
|
36996
37401
|
export declare type GraphStoreFullIssueAssociatedFeatureFlagEdge = {
|
|
36997
37402
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagEdge';
|
|
@@ -37151,11 +37556,13 @@ export declare type GraphStoreFullIssueAssociatedPrStartNode = {
|
|
|
37151
37556
|
id: Scalars['ID']['output'];
|
|
37152
37557
|
};
|
|
37153
37558
|
export declare type GraphStoreFullIssueAssociatedPrStartUnion = JiraIssue;
|
|
37154
|
-
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
37559
|
+
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
37155
37560
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkConnection';
|
|
37156
37561
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkEdge>>;
|
|
37562
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37157
37563
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkNode>>;
|
|
37158
37564
|
pageInfo: PageInfo;
|
|
37565
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37159
37566
|
};
|
|
37160
37567
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
37161
37568
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEdge';
|
|
@@ -37869,6 +38276,7 @@ export declare type GraphStoreFullProjectAssociatedBuildRelationshipMetadataOutp
|
|
|
37869
38276
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
37870
38277
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
37871
38278
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38279
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
37872
38280
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
37873
38281
|
};
|
|
37874
38282
|
export declare type GraphStoreFullProjectAssociatedBuildRelationshipObjectMetadataOutput = {
|
|
@@ -37949,6 +38357,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipMetadat
|
|
|
37949
38357
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
37950
38358
|
issueTypeAri?: Maybe<Scalars['String']['output']>;
|
|
37951
38359
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38360
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
37952
38361
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
37953
38362
|
};
|
|
37954
38363
|
export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput = {
|
|
@@ -38110,6 +38519,7 @@ export declare type GraphStoreFullProjectAssociatedPrRelationshipMetadataOutput
|
|
|
38110
38519
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
38111
38520
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38112
38521
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38522
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38113
38523
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38114
38524
|
};
|
|
38115
38525
|
export declare type GraphStoreFullProjectAssociatedPrRelationshipObjectMetadataOutput = {
|
|
@@ -39642,11 +40052,13 @@ export declare type GraphStoreFullVersionAssociatedPullRequestStartNode = {
|
|
|
39642
40052
|
id: Scalars['ID']['output'];
|
|
39643
40053
|
};
|
|
39644
40054
|
export declare type GraphStoreFullVersionAssociatedPullRequestStartUnion = JiraVersion;
|
|
39645
|
-
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
40055
|
+
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
39646
40056
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkConnection';
|
|
39647
40057
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkEdge>>;
|
|
40058
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39648
40059
|
nodes: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkNode>>;
|
|
39649
40060
|
pageInfo: PageInfo;
|
|
40061
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39650
40062
|
};
|
|
39651
40063
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
39652
40064
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEdge';
|
|
@@ -39777,6 +40189,9 @@ export declare enum GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeO
|
|
|
39777
40189
|
export declare type GraphStoreGraphDocument3pDocumentSortInput = {
|
|
39778
40190
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39779
40191
|
};
|
|
40192
|
+
export declare type GraphStoreGraphEntityReplicates3pEntitySortInput = {
|
|
40193
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40194
|
+
};
|
|
39780
40195
|
export declare type GraphStoreGroupCanViewConfluenceSpaceSortInput = {
|
|
39781
40196
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39782
40197
|
};
|
|
@@ -39813,13 +40228,19 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
39813
40228
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
39814
40229
|
};
|
|
39815
40230
|
export declare type GraphStoreIssueAssociatedBranchSortInput = {
|
|
40231
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40232
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39816
40233
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40234
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39817
40235
|
};
|
|
39818
40236
|
export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
39819
40237
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39820
40238
|
};
|
|
39821
40239
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
40240
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40241
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39822
40242
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40243
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39823
40244
|
};
|
|
39824
40245
|
export declare type GraphStoreIssueAssociatedDeploymentAuthorFilterInput = {
|
|
39825
40246
|
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
@@ -39881,7 +40302,10 @@ export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
|
39881
40302
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39882
40303
|
};
|
|
39883
40304
|
export declare type GraphStoreIssueAssociatedFeatureFlagSortInput = {
|
|
40305
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40306
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39884
40307
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40308
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39885
40309
|
};
|
|
39886
40310
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkSortInput = {
|
|
39887
40311
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39890,7 +40314,10 @@ export declare type GraphStoreIssueAssociatedPrSortInput = {
|
|
|
39890
40314
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39891
40315
|
};
|
|
39892
40316
|
export declare type GraphStoreIssueAssociatedRemoteLinkSortInput = {
|
|
40317
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40318
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39893
40319
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40320
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39894
40321
|
};
|
|
39895
40322
|
export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
39896
40323
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39901,7 +40328,7 @@ export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
|
39901
40328
|
export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
39902
40329
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39903
40330
|
};
|
|
39904
|
-
export declare type
|
|
40331
|
+
export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
39905
40332
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39906
40333
|
};
|
|
39907
40334
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
@@ -39940,8 +40367,28 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilt
|
|
|
39940
40367
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
39941
40368
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreLongFilterInput>;
|
|
39942
40369
|
relationship_creatorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40370
|
+
relationship_linkType?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput>;
|
|
40371
|
+
relationship_status?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput>;
|
|
39943
40372
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
39944
40373
|
};
|
|
40374
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType {
|
|
40375
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
40376
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
40377
|
+
NotSet = "NOT_SET"
|
|
40378
|
+
}
|
|
40379
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput = {
|
|
40380
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40381
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40382
|
+
};
|
|
40383
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus {
|
|
40384
|
+
Accepted = "ACCEPTED",
|
|
40385
|
+
Open = "OPEN",
|
|
40386
|
+
Rejected = "REJECTED"
|
|
40387
|
+
}
|
|
40388
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput = {
|
|
40389
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40390
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40391
|
+
};
|
|
39945
40392
|
export declare type GraphStoreJcsIssueAssociatedSupportEscalationFilterInput = {
|
|
39946
40393
|
and?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
39947
40394
|
or?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
@@ -39952,6 +40399,8 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationSortInput = {
|
|
|
39952
40399
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39953
40400
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreSortInput>;
|
|
39954
40401
|
relationship_creatorAri?: InputMaybe<GraphStoreSortInput>;
|
|
40402
|
+
relationship_linkType?: InputMaybe<GraphStoreSortInput>;
|
|
40403
|
+
relationship_status?: InputMaybe<GraphStoreSortInput>;
|
|
39955
40404
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39956
40405
|
};
|
|
39957
40406
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
@@ -40054,6 +40503,9 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
40054
40503
|
lessThan?: InputMaybe<Scalars['Long']['input']>;
|
|
40055
40504
|
lessThanOrEqual?: InputMaybe<Scalars['Long']['input']>;
|
|
40056
40505
|
};
|
|
40506
|
+
export declare type GraphStoreLoomVideoSharedWithUserSortInput = {
|
|
40507
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40508
|
+
};
|
|
40057
40509
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
40058
40510
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40059
40511
|
};
|
|
@@ -40327,6 +40779,7 @@ export declare type GraphStoreProjectAssociatedBuildConditionalFilterInput = {
|
|
|
40327
40779
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40328
40780
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40329
40781
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40782
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40330
40783
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40331
40784
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40332
40785
|
to_state?: InputMaybe<GraphStoreProjectAssociatedBuildBuildStateFilterInput>;
|
|
@@ -40345,6 +40798,7 @@ export declare type GraphStoreProjectAssociatedBuildSortInput = {
|
|
|
40345
40798
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40346
40799
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40347
40800
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40801
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40348
40802
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40349
40803
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40350
40804
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40383,6 +40837,7 @@ export declare type GraphStoreProjectAssociatedDeploymentConditionalFilterInput
|
|
|
40383
40837
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40384
40838
|
relationship_issueTypeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40385
40839
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40840
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40386
40841
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40387
40842
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40388
40843
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorFilterInput>;
|
|
@@ -40431,6 +40886,7 @@ export declare type GraphStoreProjectAssociatedDeploymentSortInput = {
|
|
|
40431
40886
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40432
40887
|
relationship_issueTypeAri?: InputMaybe<GraphStoreSortInput>;
|
|
40433
40888
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40889
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40434
40890
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40435
40891
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40436
40892
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorSortInput>;
|
|
@@ -40473,6 +40929,7 @@ export declare type GraphStoreProjectAssociatedPrConditionalFilterInput = {
|
|
|
40473
40929
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40474
40930
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40475
40931
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40932
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40476
40933
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40477
40934
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40478
40935
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorFilterInput>;
|
|
@@ -40524,6 +40981,7 @@ export declare type GraphStoreProjectAssociatedPrSortInput = {
|
|
|
40524
40981
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40525
40982
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40526
40983
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40984
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40527
40985
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40528
40986
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40529
40987
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorSortInput>;
|
|
@@ -40871,6 +41329,34 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
40871
41329
|
};
|
|
40872
41330
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
40873
41331
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41332
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection = HasPageInfo & {
|
|
41333
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection';
|
|
41334
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge>>>;
|
|
41335
|
+
pageInfo: PageInfo;
|
|
41336
|
+
};
|
|
41337
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge = {
|
|
41338
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge';
|
|
41339
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41340
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41341
|
+
id: Scalars['ID']['output'];
|
|
41342
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41343
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion>;
|
|
41344
|
+
};
|
|
41345
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection = HasPageInfo & {
|
|
41346
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection';
|
|
41347
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge>>>;
|
|
41348
|
+
pageInfo: PageInfo;
|
|
41349
|
+
};
|
|
41350
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge = {
|
|
41351
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge';
|
|
41352
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41353
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41354
|
+
id: Scalars['ID']['output'];
|
|
41355
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41356
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion>;
|
|
41357
|
+
};
|
|
41358
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion = TownsquareGoal;
|
|
41359
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion = TownsquareGoalUpdate;
|
|
40874
41360
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
|
|
40875
41361
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
|
|
40876
41362
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
|
|
@@ -41099,6 +41585,34 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
|
41099
41585
|
};
|
|
41100
41586
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
41101
41587
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41588
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection = HasPageInfo & {
|
|
41589
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection';
|
|
41590
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge>>>;
|
|
41591
|
+
pageInfo: PageInfo;
|
|
41592
|
+
};
|
|
41593
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge = {
|
|
41594
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge';
|
|
41595
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41596
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41597
|
+
id: Scalars['ID']['output'];
|
|
41598
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41599
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion>;
|
|
41600
|
+
};
|
|
41601
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection = HasPageInfo & {
|
|
41602
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection';
|
|
41603
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge>>>;
|
|
41604
|
+
pageInfo: PageInfo;
|
|
41605
|
+
};
|
|
41606
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge = {
|
|
41607
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge';
|
|
41608
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41609
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41610
|
+
id: Scalars['ID']['output'];
|
|
41611
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41612
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion>;
|
|
41613
|
+
};
|
|
41614
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion = TownsquareProject;
|
|
41615
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion = TownsquareProjectUpdate;
|
|
41102
41616
|
export declare type GraphStoreSimplifiedAtlasProjectHasUpdateConnection = HasPageInfo & HasTotal & {
|
|
41103
41617
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasUpdateConnection';
|
|
41104
41618
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateEdge>>>;
|
|
@@ -41919,6 +42433,20 @@ export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseEdge = {
|
|
|
41919
42433
|
node?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion>;
|
|
41920
42434
|
};
|
|
41921
42435
|
export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion = DevOpsDocument | ExternalDocument;
|
|
42436
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection = HasPageInfo & {
|
|
42437
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection';
|
|
42438
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge>>>;
|
|
42439
|
+
pageInfo: PageInfo;
|
|
42440
|
+
};
|
|
42441
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge = {
|
|
42442
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge';
|
|
42443
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42444
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42445
|
+
id: Scalars['ID']['output'];
|
|
42446
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42447
|
+
node?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion>;
|
|
42448
|
+
};
|
|
42449
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion = DevOpsDocument | ExternalDocument | ExternalRemoteLink;
|
|
41922
42450
|
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection = HasPageInfo & {
|
|
41923
42451
|
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection';
|
|
41924
42452
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge>>>;
|
|
@@ -42061,10 +42589,12 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
42061
42589
|
};
|
|
42062
42590
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
42063
42591
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
42064
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & {
|
|
42592
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
42065
42593
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchConnection';
|
|
42066
42594
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchEdge>>>;
|
|
42595
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42067
42596
|
pageInfo: PageInfo;
|
|
42597
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42068
42598
|
};
|
|
42069
42599
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
42070
42600
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchEdge';
|
|
@@ -42074,10 +42604,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
|
42074
42604
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42075
42605
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchUnion>;
|
|
42076
42606
|
};
|
|
42077
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
42607
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
42078
42608
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
42079
42609
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
42610
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42080
42611
|
pageInfo: PageInfo;
|
|
42612
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42081
42613
|
};
|
|
42082
42614
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
42083
42615
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseEdge';
|
|
@@ -42117,10 +42649,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseEdge = {
|
|
|
42117
42649
|
};
|
|
42118
42650
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseUnion = JiraIssue;
|
|
42119
42651
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildUnion = ExternalBuildInfo;
|
|
42120
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & {
|
|
42652
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
42121
42653
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitConnection';
|
|
42122
42654
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitEdge>>>;
|
|
42655
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42123
42656
|
pageInfo: PageInfo;
|
|
42657
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42124
42658
|
};
|
|
42125
42659
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
42126
42660
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitEdge';
|
|
@@ -42130,10 +42664,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
|
42130
42664
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42131
42665
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitUnion>;
|
|
42132
42666
|
};
|
|
42133
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & {
|
|
42667
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & HasTotal & {
|
|
42134
42668
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseConnection';
|
|
42135
42669
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseEdge>>>;
|
|
42670
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42136
42671
|
pageInfo: PageInfo;
|
|
42672
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42137
42673
|
};
|
|
42138
42674
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
42139
42675
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseEdge';
|
|
@@ -42205,10 +42741,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseEdge = {
|
|
|
42205
42741
|
};
|
|
42206
42742
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseUnion = JiraIssue;
|
|
42207
42743
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42208
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
42744
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
42209
42745
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection';
|
|
42210
42746
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge>>>;
|
|
42747
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42211
42748
|
pageInfo: PageInfo;
|
|
42749
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42212
42750
|
};
|
|
42213
42751
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
42214
42752
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge';
|
|
@@ -42218,10 +42756,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
|
42218
42756
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42219
42757
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagUnion>;
|
|
42220
42758
|
};
|
|
42221
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & {
|
|
42759
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & HasTotal & {
|
|
42222
42760
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection';
|
|
42223
42761
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge>>>;
|
|
42762
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42224
42763
|
pageInfo: PageInfo;
|
|
42764
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42225
42765
|
};
|
|
42226
42766
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge = {
|
|
42227
42767
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge';
|
|
@@ -42289,10 +42829,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
42289
42829
|
};
|
|
42290
42830
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
42291
42831
|
export declare type GraphStoreSimplifiedIssueAssociatedPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
42292
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
42832
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
42293
42833
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection';
|
|
42294
42834
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge>>>;
|
|
42835
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42295
42836
|
pageInfo: PageInfo;
|
|
42837
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42296
42838
|
};
|
|
42297
42839
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
42298
42840
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge';
|
|
@@ -42302,10 +42844,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
|
42302
42844
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42303
42845
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion>;
|
|
42304
42846
|
};
|
|
42305
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
42847
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
42306
42848
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
42307
42849
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
42850
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42308
42851
|
pageInfo: PageInfo;
|
|
42852
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42309
42853
|
};
|
|
42310
42854
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
42311
42855
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge';
|
|
@@ -42377,20 +42921,20 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
42377
42921
|
};
|
|
42378
42922
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
42379
42923
|
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42380
|
-
export declare type
|
|
42381
|
-
__typename?: '
|
|
42382
|
-
edges?: Maybe<Array<Maybe<
|
|
42924
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseConnection = HasPageInfo & {
|
|
42925
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseConnection';
|
|
42926
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseEdge>>>;
|
|
42383
42927
|
pageInfo: PageInfo;
|
|
42384
42928
|
};
|
|
42385
|
-
export declare type
|
|
42386
|
-
__typename?: '
|
|
42929
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
42930
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseEdge';
|
|
42387
42931
|
createdAt: Scalars['DateTime']['output'];
|
|
42388
42932
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
42389
42933
|
id: Scalars['ID']['output'];
|
|
42390
42934
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42391
|
-
node?: Maybe<
|
|
42935
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseUnion>;
|
|
42392
42936
|
};
|
|
42393
|
-
export declare type
|
|
42937
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseUnion = JiraIssue;
|
|
42394
42938
|
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
42395
42939
|
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
42396
42940
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
@@ -42869,6 +43413,34 @@ export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseEdge = {
|
|
|
42869
43413
|
};
|
|
42870
43414
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionInverseUnion = JiraProject;
|
|
42871
43415
|
export declare type GraphStoreSimplifiedLinkedProjectHasVersionUnion = JiraVersion;
|
|
43416
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserConnection = HasPageInfo & {
|
|
43417
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserConnection';
|
|
43418
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserEdge>>>;
|
|
43419
|
+
pageInfo: PageInfo;
|
|
43420
|
+
};
|
|
43421
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserEdge = {
|
|
43422
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserEdge';
|
|
43423
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43424
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43425
|
+
id: Scalars['ID']['output'];
|
|
43426
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43427
|
+
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserUnion>;
|
|
43428
|
+
};
|
|
43429
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection = HasPageInfo & {
|
|
43430
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseConnection';
|
|
43431
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge>>>;
|
|
43432
|
+
pageInfo: PageInfo;
|
|
43433
|
+
};
|
|
43434
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge = {
|
|
43435
|
+
__typename?: 'GraphStoreSimplifiedLoomVideoSharedWithUserInverseEdge';
|
|
43436
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43437
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43438
|
+
id: Scalars['ID']['output'];
|
|
43439
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43440
|
+
node?: Maybe<GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion>;
|
|
43441
|
+
};
|
|
43442
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserInverseUnion = LoomVideo;
|
|
43443
|
+
export declare type GraphStoreSimplifiedLoomVideoSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42872
43444
|
export declare type GraphStoreSimplifiedMediaAttachedToContentConnection = HasPageInfo & {
|
|
42873
43445
|
__typename?: 'GraphStoreSimplifiedMediaAttachedToContentConnection';
|
|
42874
43446
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMediaAttachedToContentEdge>>>;
|
|
@@ -44603,6 +45175,34 @@ export declare type GraphStoreSimplifiedUserAssignedIncidentInverseEdge = {
|
|
|
44603
45175
|
};
|
|
44604
45176
|
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44605
45177
|
export declare type GraphStoreSimplifiedUserAssignedIncidentUnion = JiraIssue;
|
|
45178
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueConnection = HasPageInfo & {
|
|
45179
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueConnection';
|
|
45180
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIssueEdge>>>;
|
|
45181
|
+
pageInfo: PageInfo;
|
|
45182
|
+
};
|
|
45183
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueEdge = {
|
|
45184
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueEdge';
|
|
45185
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45186
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45187
|
+
id: Scalars['ID']['output'];
|
|
45188
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45189
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIssueUnion>;
|
|
45190
|
+
};
|
|
45191
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseConnection = HasPageInfo & {
|
|
45192
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueInverseConnection';
|
|
45193
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedIssueInverseEdge>>>;
|
|
45194
|
+
pageInfo: PageInfo;
|
|
45195
|
+
};
|
|
45196
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseEdge = {
|
|
45197
|
+
__typename?: 'GraphStoreSimplifiedUserAssignedIssueInverseEdge';
|
|
45198
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45199
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45200
|
+
id: Scalars['ID']['output'];
|
|
45201
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45202
|
+
node?: Maybe<GraphStoreSimplifiedUserAssignedIssueInverseUnion>;
|
|
45203
|
+
};
|
|
45204
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45205
|
+
export declare type GraphStoreSimplifiedUserAssignedIssueUnion = JiraIssue;
|
|
44606
45206
|
export declare type GraphStoreSimplifiedUserAssignedPirConnection = HasPageInfo & {
|
|
44607
45207
|
__typename?: 'GraphStoreSimplifiedUserAssignedPirConnection';
|
|
44608
45208
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedPirEdge>>>;
|
|
@@ -45251,6 +45851,34 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
45251
45851
|
};
|
|
45252
45852
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45253
45853
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
45854
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection = HasPageInfo & {
|
|
45855
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection';
|
|
45856
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge>>>;
|
|
45857
|
+
pageInfo: PageInfo;
|
|
45858
|
+
};
|
|
45859
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge = {
|
|
45860
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge';
|
|
45861
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45862
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45863
|
+
id: Scalars['ID']['output'];
|
|
45864
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45865
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion>;
|
|
45866
|
+
};
|
|
45867
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
45868
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection';
|
|
45869
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge>>>;
|
|
45870
|
+
pageInfo: PageInfo;
|
|
45871
|
+
};
|
|
45872
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge = {
|
|
45873
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge';
|
|
45874
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45875
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45876
|
+
id: Scalars['ID']['output'];
|
|
45877
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45878
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion>;
|
|
45879
|
+
};
|
|
45880
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45881
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion = LoomComment;
|
|
45254
45882
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
45255
45883
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
45256
45884
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -45307,6 +45935,34 @@ export declare type GraphStoreSimplifiedUserCreatedMessageInverseEdge = {
|
|
|
45307
45935
|
};
|
|
45308
45936
|
export declare type GraphStoreSimplifiedUserCreatedMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
45309
45937
|
export declare type GraphStoreSimplifiedUserCreatedMessageUnion = ExternalMessage;
|
|
45938
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseConnection = HasPageInfo & {
|
|
45939
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseConnection';
|
|
45940
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedReleaseEdge>>>;
|
|
45941
|
+
pageInfo: PageInfo;
|
|
45942
|
+
};
|
|
45943
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseEdge = {
|
|
45944
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseEdge';
|
|
45945
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45946
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45947
|
+
id: Scalars['ID']['output'];
|
|
45948
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45949
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedReleaseUnion>;
|
|
45950
|
+
};
|
|
45951
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseConnection = HasPageInfo & {
|
|
45952
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseInverseConnection';
|
|
45953
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseEdge>>>;
|
|
45954
|
+
pageInfo: PageInfo;
|
|
45955
|
+
};
|
|
45956
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseEdge = {
|
|
45957
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedReleaseInverseEdge';
|
|
45958
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45959
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45960
|
+
id: Scalars['ID']['output'];
|
|
45961
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45962
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedReleaseInverseUnion>;
|
|
45963
|
+
};
|
|
45964
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45965
|
+
export declare type GraphStoreSimplifiedUserCreatedReleaseUnion = JiraVersion;
|
|
45310
45966
|
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkConnection = HasPageInfo & {
|
|
45311
45967
|
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkConnection';
|
|
45312
45968
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkEdge>>>;
|
|
@@ -45963,6 +46619,34 @@ export declare type GraphStoreSimplifiedUserOwnsComponentInverseEdge = {
|
|
|
45963
46619
|
};
|
|
45964
46620
|
export declare type GraphStoreSimplifiedUserOwnsComponentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45965
46621
|
export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
|
|
46622
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaConnection = HasPageInfo & {
|
|
46623
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaConnection';
|
|
46624
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsFocusAreaEdge>>>;
|
|
46625
|
+
pageInfo: PageInfo;
|
|
46626
|
+
};
|
|
46627
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaEdge = {
|
|
46628
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaEdge';
|
|
46629
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46630
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46631
|
+
id: Scalars['ID']['output'];
|
|
46632
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46633
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaUnion>;
|
|
46634
|
+
};
|
|
46635
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection = HasPageInfo & {
|
|
46636
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection';
|
|
46637
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge>>>;
|
|
46638
|
+
pageInfo: PageInfo;
|
|
46639
|
+
};
|
|
46640
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge = {
|
|
46641
|
+
__typename?: 'GraphStoreSimplifiedUserOwnsFocusAreaInverseEdge';
|
|
46642
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46643
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46644
|
+
id: Scalars['ID']['output'];
|
|
46645
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46646
|
+
node?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseUnion>;
|
|
46647
|
+
};
|
|
46648
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46649
|
+
export declare type GraphStoreSimplifiedUserOwnsFocusAreaUnion = MercuryFocusArea;
|
|
45966
46650
|
export declare type GraphStoreSimplifiedUserReportedIncidentConnection = HasPageInfo & {
|
|
45967
46651
|
__typename?: 'GraphStoreSimplifiedUserReportedIncidentConnection';
|
|
45968
46652
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentEdge>>>;
|
|
@@ -46131,6 +46815,34 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
46131
46815
|
};
|
|
46132
46816
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46133
46817
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
46818
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection = HasPageInfo & {
|
|
46819
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection';
|
|
46820
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge>>>;
|
|
46821
|
+
pageInfo: PageInfo;
|
|
46822
|
+
};
|
|
46823
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge = {
|
|
46824
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge';
|
|
46825
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46826
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46827
|
+
id: Scalars['ID']['output'];
|
|
46828
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46829
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion>;
|
|
46830
|
+
};
|
|
46831
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
46832
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection';
|
|
46833
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge>>>;
|
|
46834
|
+
pageInfo: PageInfo;
|
|
46835
|
+
};
|
|
46836
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge = {
|
|
46837
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge';
|
|
46838
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46839
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46840
|
+
id: Scalars['ID']['output'];
|
|
46841
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46842
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion>;
|
|
46843
|
+
};
|
|
46844
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46845
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion = LoomComment;
|
|
46134
46846
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
46135
46847
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
46136
46848
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -46453,6 +47165,34 @@ export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseEdge = {
|
|
|
46453
47165
|
};
|
|
46454
47166
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46455
47167
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageUnion = ConfluencePage;
|
|
47168
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateConnection = HasPageInfo & {
|
|
47169
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateConnection';
|
|
47170
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateEdge>>>;
|
|
47171
|
+
pageInfo: PageInfo;
|
|
47172
|
+
};
|
|
47173
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateEdge = {
|
|
47174
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateEdge';
|
|
47175
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47176
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47177
|
+
id: Scalars['ID']['output'];
|
|
47178
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47179
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateUnion>;
|
|
47180
|
+
};
|
|
47181
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection = HasPageInfo & {
|
|
47182
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection';
|
|
47183
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge>>>;
|
|
47184
|
+
pageInfo: PageInfo;
|
|
47185
|
+
};
|
|
47186
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge = {
|
|
47187
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge';
|
|
47188
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47189
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47190
|
+
id: Scalars['ID']['output'];
|
|
47191
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47192
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion>;
|
|
47193
|
+
};
|
|
47194
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47195
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateUnion = TownsquareGoalUpdate;
|
|
46456
47196
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueConnection = HasPageInfo & {
|
|
46457
47197
|
__typename?: 'GraphStoreSimplifiedUserViewedJiraIssueConnection';
|
|
46458
47198
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedJiraIssueEdge>>>;
|
|
@@ -46481,6 +47221,62 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
46481
47221
|
};
|
|
46482
47222
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46483
47223
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
47224
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoConnection = HasPageInfo & {
|
|
47225
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoConnection';
|
|
47226
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoEdge>>>;
|
|
47227
|
+
pageInfo: PageInfo;
|
|
47228
|
+
};
|
|
47229
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoEdge = {
|
|
47230
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoEdge';
|
|
47231
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47232
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47233
|
+
id: Scalars['ID']['output'];
|
|
47234
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47235
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoUnion>;
|
|
47236
|
+
};
|
|
47237
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseConnection = HasPageInfo & {
|
|
47238
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseConnection';
|
|
47239
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseEdge>>>;
|
|
47240
|
+
pageInfo: PageInfo;
|
|
47241
|
+
};
|
|
47242
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseEdge = {
|
|
47243
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseEdge';
|
|
47244
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47245
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47246
|
+
id: Scalars['ID']['output'];
|
|
47247
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47248
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseUnion>;
|
|
47249
|
+
};
|
|
47250
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47251
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoUnion = LoomVideo;
|
|
47252
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47253
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47254
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
47255
|
+
pageInfo: PageInfo;
|
|
47256
|
+
};
|
|
47257
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateEdge = {
|
|
47258
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateEdge';
|
|
47259
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47260
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47261
|
+
id: Scalars['ID']['output'];
|
|
47262
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47263
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateUnion>;
|
|
47264
|
+
};
|
|
47265
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection = HasPageInfo & {
|
|
47266
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection';
|
|
47267
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge>>>;
|
|
47268
|
+
pageInfo: PageInfo;
|
|
47269
|
+
};
|
|
47270
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
47271
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge';
|
|
47272
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47273
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47274
|
+
id: Scalars['ID']['output'];
|
|
47275
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47276
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion>;
|
|
47277
|
+
};
|
|
47278
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47279
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
46484
47280
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
46485
47281
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
46486
47282
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -46817,10 +47613,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
46817
47613
|
};
|
|
46818
47614
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
46819
47615
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
46820
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
47616
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
46821
47617
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection';
|
|
46822
47618
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge>>>;
|
|
47619
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
46823
47620
|
pageInfo: PageInfo;
|
|
47621
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
46824
47622
|
};
|
|
46825
47623
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
46826
47624
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge';
|
|
@@ -46830,10 +47628,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
|
46830
47628
|
lastUpdated: Scalars['DateTime']['output'];
|
|
46831
47629
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion>;
|
|
46832
47630
|
};
|
|
46833
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
47631
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
46834
47632
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
46835
47633
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
47634
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
46836
47635
|
pageInfo: PageInfo;
|
|
47636
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
46837
47637
|
};
|
|
46838
47638
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge = {
|
|
46839
47639
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge';
|
|
@@ -46877,6 +47677,34 @@ export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseE
|
|
|
46877
47677
|
};
|
|
46878
47678
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseUnion = JiraVersion;
|
|
46879
47679
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagUnion = DevOpsFeatureFlag | ExternalFeatureFlag;
|
|
47680
|
+
export declare type GraphStoreSimplifiedVideoHasCommentConnection = HasPageInfo & {
|
|
47681
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentConnection';
|
|
47682
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentEdge>>>;
|
|
47683
|
+
pageInfo: PageInfo;
|
|
47684
|
+
};
|
|
47685
|
+
export declare type GraphStoreSimplifiedVideoHasCommentEdge = {
|
|
47686
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentEdge';
|
|
47687
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47688
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47689
|
+
id: Scalars['ID']['output'];
|
|
47690
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47691
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentUnion>;
|
|
47692
|
+
};
|
|
47693
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseConnection = HasPageInfo & {
|
|
47694
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseConnection';
|
|
47695
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentInverseEdge>>>;
|
|
47696
|
+
pageInfo: PageInfo;
|
|
47697
|
+
};
|
|
47698
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
47699
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseEdge';
|
|
47700
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47701
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47702
|
+
id: Scalars['ID']['output'];
|
|
47703
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47704
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseUnion>;
|
|
47705
|
+
};
|
|
47706
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
47707
|
+
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
46880
47708
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
46881
47709
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
46882
47710
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -47279,6 +48107,9 @@ export declare type GraphStoreThirdPartyToGraphRemoteLinkSortInput = {
|
|
|
47279
48107
|
export declare type GraphStoreUserAssignedIncidentSortInput = {
|
|
47280
48108
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47281
48109
|
};
|
|
48110
|
+
export declare type GraphStoreUserAssignedIssueSortInput = {
|
|
48111
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48112
|
+
};
|
|
47282
48113
|
export declare type GraphStoreUserAssignedPirSortInput = {
|
|
47283
48114
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47284
48115
|
};
|
|
@@ -47369,12 +48200,18 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
47369
48200
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
47370
48201
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47371
48202
|
};
|
|
48203
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48204
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48205
|
+
};
|
|
47372
48206
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
47373
48207
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47374
48208
|
};
|
|
47375
48209
|
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
47376
48210
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47377
48211
|
};
|
|
48212
|
+
export declare type GraphStoreUserCreatedReleaseSortInput = {
|
|
48213
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48214
|
+
};
|
|
47378
48215
|
export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
47379
48216
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47380
48217
|
};
|
|
@@ -47471,6 +48308,9 @@ export declare type GraphStoreUserOwnsComponentSortInput = {
|
|
|
47471
48308
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47472
48309
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47473
48310
|
};
|
|
48311
|
+
export declare type GraphStoreUserOwnsFocusAreaSortInput = {
|
|
48312
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48313
|
+
};
|
|
47474
48314
|
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
47475
48315
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47476
48316
|
};
|
|
@@ -47489,6 +48329,9 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
47489
48329
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
47490
48330
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47491
48331
|
};
|
|
48332
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48333
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48334
|
+
};
|
|
47492
48335
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
47493
48336
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47494
48337
|
};
|
|
@@ -47525,9 +48368,18 @@ export declare type GraphStoreUserViewedConfluenceBlogpostSortInput = {
|
|
|
47525
48368
|
export declare type GraphStoreUserViewedConfluencePageSortInput = {
|
|
47526
48369
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47527
48370
|
};
|
|
48371
|
+
export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
48372
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48373
|
+
};
|
|
47528
48374
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
47529
48375
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47530
48376
|
};
|
|
48377
|
+
export declare type GraphStoreUserViewedLoomVideoSortInput = {
|
|
48378
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48379
|
+
};
|
|
48380
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48381
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48382
|
+
};
|
|
47531
48383
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
47532
48384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47533
48385
|
};
|
|
@@ -47622,7 +48474,10 @@ export declare type GraphStoreVersionAssociatedPullRequestSortInput = {
|
|
|
47622
48474
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47623
48475
|
};
|
|
47624
48476
|
export declare type GraphStoreVersionAssociatedRemoteLinkSortInput = {
|
|
48477
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
48478
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
47625
48479
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48480
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47626
48481
|
};
|
|
47627
48482
|
export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
47628
48483
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -47630,6 +48485,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
47630
48485
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47631
48486
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47632
48487
|
};
|
|
48488
|
+
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
48489
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48490
|
+
};
|
|
47633
48491
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
47634
48492
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
47635
48493
|
};
|
|
@@ -47882,6 +48740,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContext = {
|
|
|
47882
48740
|
jiraFamiliarity?: Maybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
47883
48741
|
jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
|
|
47884
48742
|
persona?: Maybe<Scalars['String']['output']>;
|
|
48743
|
+
projectLandingSelection?: Maybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
47885
48744
|
projectName?: Maybe<Scalars['String']['output']>;
|
|
47886
48745
|
statusNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
47887
48746
|
teamType?: Maybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -47893,6 +48752,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
|
|
|
47893
48752
|
jiraFamiliarity?: InputMaybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
47894
48753
|
jobsToBeDone?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileJtbd>>>;
|
|
47895
48754
|
persona?: InputMaybe<Scalars['String']['input']>;
|
|
48755
|
+
projectLandingSelection?: InputMaybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
47896
48756
|
projectName?: InputMaybe<Scalars['String']['input']>;
|
|
47897
48757
|
statusNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
47898
48758
|
teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -47912,6 +48772,10 @@ export declare type GrowthUnifiedProfileOnboardingContextInput = {
|
|
|
47912
48772
|
confluence?: InputMaybe<GrowthUnifiedProfileConfluenceOnboardingContextInput>;
|
|
47913
48773
|
jira?: InputMaybe<GrowthUnifiedProfileJiraOnboardingContextInput>;
|
|
47914
48774
|
};
|
|
48775
|
+
export declare enum GrowthUnifiedProfileOnboardingContextProjectLandingSelection {
|
|
48776
|
+
CreateProject = "CREATE_PROJECT",
|
|
48777
|
+
SampleProject = "SAMPLE_PROJECT"
|
|
48778
|
+
}
|
|
47915
48779
|
export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
47916
48780
|
__typename?: 'GrowthUnifiedProfilePaidChannelContext';
|
|
47917
48781
|
anchor?: Maybe<GrowthUnifiedProfileAnchor>;
|
|
@@ -48067,6 +48931,8 @@ export declare type HamsEntitlement = CommerceEntitlement & {
|
|
|
48067
48931
|
overriddenEdition?: Maybe<Scalars['String']['output']>;
|
|
48068
48932
|
preDunning?: Maybe<HamsEntitlementPreDunning>;
|
|
48069
48933
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
48934
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48935
|
+
relatesToEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48070
48936
|
sen?: Maybe<Scalars['String']['output']>;
|
|
48071
48937
|
shortTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
48072
48938
|
slug?: Maybe<Scalars['String']['output']>;
|
|
@@ -48107,6 +48973,12 @@ export declare type HamsEntitlementPreDunning = CommerceEntitlementPreDunning &
|
|
|
48107
48973
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
48108
48974
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
48109
48975
|
};
|
|
48976
|
+
export declare type HamsEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
48977
|
+
__typename?: 'HamsEntitlementRelationship';
|
|
48978
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
48979
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
48980
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
48981
|
+
};
|
|
48110
48982
|
export declare type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
48111
48983
|
__typename?: 'HamsExperienceCapability';
|
|
48112
48984
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -48486,7 +49358,7 @@ export declare type HelpCenterPage = Node & {
|
|
|
48486
49358
|
};
|
|
48487
49359
|
export declare type HelpCenterPageCreateInput = {
|
|
48488
49360
|
clonePageAri?: InputMaybe<Scalars['String']['input']>;
|
|
48489
|
-
description
|
|
49361
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48490
49362
|
helpCenterAri: Scalars['String']['input'];
|
|
48491
49363
|
name: Scalars['String']['input'];
|
|
48492
49364
|
};
|
|
@@ -48507,7 +49379,7 @@ export declare type HelpCenterPageDeletePayload = Payload & {
|
|
|
48507
49379
|
};
|
|
48508
49380
|
export declare type HelpCenterPageDescription = {
|
|
48509
49381
|
__typename?: 'HelpCenterPageDescription';
|
|
48510
|
-
default
|
|
49382
|
+
default?: Maybe<Scalars['String']['output']>;
|
|
48511
49383
|
};
|
|
48512
49384
|
export declare type HelpCenterPageLayout = {
|
|
48513
49385
|
__typename?: 'HelpCenterPageLayout';
|
|
@@ -48533,7 +49405,7 @@ export declare enum HelpCenterPageType {
|
|
|
48533
49405
|
Custom = "CUSTOM"
|
|
48534
49406
|
}
|
|
48535
49407
|
export declare type HelpCenterPageUpdateInput = {
|
|
48536
|
-
description
|
|
49408
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48537
49409
|
helpCenterPageAri: Scalars['String']['input'];
|
|
48538
49410
|
name: Scalars['String']['input'];
|
|
48539
49411
|
};
|
|
@@ -48547,6 +49419,7 @@ export declare type HelpCenterPermissionSettings = {
|
|
|
48547
49419
|
__typename?: 'HelpCenterPermissionSettings';
|
|
48548
49420
|
accessControlType: HelpCenterAccessControlType;
|
|
48549
49421
|
allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
|
|
49422
|
+
hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
48550
49423
|
};
|
|
48551
49424
|
export declare type HelpCenterPermissionSettingsInput = {
|
|
48552
49425
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -48669,7 +49542,11 @@ export declare type HelpCenterQueryApiHelpCenterPagesArgs = {
|
|
|
48669
49542
|
helpCenterAri: Scalars['ID']['input'];
|
|
48670
49543
|
};
|
|
48671
49544
|
export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
|
|
49545
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49546
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49547
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48672
49548
|
helpCenterAri: Scalars['ID']['input'];
|
|
49549
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48673
49550
|
};
|
|
48674
49551
|
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
48675
49552
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -49223,6 +50100,7 @@ export declare type HelpLayoutHeroElement = HelpLayoutVisualEntity & Node & {
|
|
|
49223
50100
|
data?: Maybe<HelpLayoutHeroElementData>;
|
|
49224
50101
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
49225
50102
|
hideSearchBar?: Maybe<Scalars['Boolean']['output']>;
|
|
50103
|
+
hideTitle?: Maybe<Scalars['Boolean']['output']>;
|
|
49226
50104
|
homePageTitle?: Maybe<Scalars['String']['output']>;
|
|
49227
50105
|
id: Scalars['ID']['output'];
|
|
49228
50106
|
useGlobalSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -49236,6 +50114,7 @@ export declare type HelpLayoutHeroElementData = {
|
|
|
49236
50114
|
};
|
|
49237
50115
|
export declare type HelpLayoutHeroElementInput = {
|
|
49238
50116
|
hideSearchBar?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50117
|
+
hideTitle?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49239
50118
|
useGlobalSettings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49240
50119
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
49241
50120
|
};
|
|
@@ -49401,6 +50280,7 @@ export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
|
49401
50280
|
};
|
|
49402
50281
|
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
49403
50282
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
50283
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
49404
50284
|
parentAri: Scalars['ID']['input'];
|
|
49405
50285
|
};
|
|
49406
50286
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
@@ -49606,6 +50486,7 @@ export declare type HelpObjectStoreArticleSearchResult = {
|
|
|
49606
50486
|
displayLink: Scalars['String']['output'];
|
|
49607
50487
|
excerpt: Scalars['String']['output'];
|
|
49608
50488
|
metadata: HelpObjectStoreArticleMetadata;
|
|
50489
|
+
sourceSystem?: Maybe<HelpObjectStoreArticleSourceSystem>;
|
|
49609
50490
|
title: Scalars['String']['output'];
|
|
49610
50491
|
};
|
|
49611
50492
|
export declare type HelpObjectStoreArticleSearchResults = {
|
|
@@ -49617,6 +50498,12 @@ export declare enum HelpObjectStoreArticleSearchStrategy {
|
|
|
49617
50498
|
Cql = "CQL",
|
|
49618
50499
|
Proxy = "PROXY"
|
|
49619
50500
|
}
|
|
50501
|
+
export declare enum HelpObjectStoreArticleSourceSystem {
|
|
50502
|
+
Confluence = "CONFLUENCE",
|
|
50503
|
+
External = "EXTERNAL",
|
|
50504
|
+
GoogleDrive = "GOOGLE_DRIVE",
|
|
50505
|
+
Sharepoint = "SHAREPOINT"
|
|
50506
|
+
}
|
|
49620
50507
|
export declare type HelpObjectStoreBulkCreateEntityMappingInput = {
|
|
49621
50508
|
helpObjectStoreCreateEntityMappingInputItems: Array<HelpObjectStoreCreateEntityMappingInput>;
|
|
49622
50509
|
};
|
|
@@ -50803,69 +51690,6 @@ export declare type IssueDevOpsTestSummary = {
|
|
|
50803
51690
|
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
50804
51691
|
totalNumber?: Maybe<Scalars['Int']['output']>;
|
|
50805
51692
|
};
|
|
50806
|
-
export declare type JsmAssignee = {
|
|
50807
|
-
__typename?: 'JSMAssignee';
|
|
50808
|
-
id: Scalars['ID']['output'];
|
|
50809
|
-
};
|
|
50810
|
-
export declare type JsmIncident = {
|
|
50811
|
-
__typename?: 'JSMIncident';
|
|
50812
|
-
affectedServices?: Maybe<Array<Maybe<DevOpsService>>>;
|
|
50813
|
-
assignee?: Maybe<User>;
|
|
50814
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
50815
|
-
id: Scalars['ID']['output'];
|
|
50816
|
-
issueLinks?: Maybe<Array<Maybe<JsmIssueLink>>>;
|
|
50817
|
-
linkedAlerts?: Maybe<Array<Maybe<JsmLinkedAlerts>>>;
|
|
50818
|
-
majorIncident?: Maybe<JsmMajorIncident>;
|
|
50819
|
-
participants?: Maybe<Array<Maybe<User>>>;
|
|
50820
|
-
priority?: Maybe<JsmPriority>;
|
|
50821
|
-
reporter?: Maybe<User>;
|
|
50822
|
-
responders?: Maybe<Array<Maybe<JsmResponder>>>;
|
|
50823
|
-
status?: Maybe<JsmStatus>;
|
|
50824
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
50825
|
-
};
|
|
50826
|
-
export declare enum JsmIncidentLinkDirection {
|
|
50827
|
-
Inward = "INWARD",
|
|
50828
|
-
Outward = "OUTWARD"
|
|
50829
|
-
}
|
|
50830
|
-
export declare type JsmIssueLink = {
|
|
50831
|
-
__typename?: 'JSMIssueLink';
|
|
50832
|
-
direction?: Maybe<JsmIncidentLinkDirection>;
|
|
50833
|
-
issue?: Maybe<JiraIssue>;
|
|
50834
|
-
type?: Maybe<JsmIssueLinkType>;
|
|
50835
|
-
};
|
|
50836
|
-
export declare type JsmIssueLinkType = {
|
|
50837
|
-
__typename?: 'JSMIssueLinkType';
|
|
50838
|
-
id: Scalars['ID']['output'];
|
|
50839
|
-
};
|
|
50840
|
-
export declare type JsmLinkedAlerts = {
|
|
50841
|
-
__typename?: 'JSMLinkedAlerts';
|
|
50842
|
-
id: Scalars['ID']['output'];
|
|
50843
|
-
};
|
|
50844
|
-
export declare enum JsmMajorIncident {
|
|
50845
|
-
MajorIncident = "MAJOR_INCIDENT"
|
|
50846
|
-
}
|
|
50847
|
-
export declare type JsmPriority = {
|
|
50848
|
-
__typename?: 'JSMPriority';
|
|
50849
|
-
id: Scalars['ID']['output'];
|
|
50850
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50851
|
-
};
|
|
50852
|
-
export declare type JsmReporter = {
|
|
50853
|
-
__typename?: 'JSMReporter';
|
|
50854
|
-
id: Scalars['ID']['output'];
|
|
50855
|
-
};
|
|
50856
|
-
export declare type JsmResponder = AppUser | AtlassianAccountUser | CustomerUser | OpsgenieTeam;
|
|
50857
|
-
export declare type JsmStatus = {
|
|
50858
|
-
__typename?: 'JSMStatus';
|
|
50859
|
-
id: Scalars['ID']['output'];
|
|
50860
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50861
|
-
statusCategory?: Maybe<JsmStatusCategory>;
|
|
50862
|
-
};
|
|
50863
|
-
export declare type JsmStatusCategory = {
|
|
50864
|
-
__typename?: 'JSMStatusCategory';
|
|
50865
|
-
id: Scalars['ID']['output'];
|
|
50866
|
-
key?: Maybe<Scalars['String']['output']>;
|
|
50867
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
50868
|
-
};
|
|
50869
51693
|
export declare type JiraAdf = {
|
|
50870
51694
|
__typename?: 'JiraADF';
|
|
50871
51695
|
convertedPlainText?: Maybe<JiraAdfToConvertedPlainText>;
|
|
@@ -51964,6 +52788,7 @@ export declare type JiraBoardView = {
|
|
|
51964
52788
|
error?: Maybe<QueryError>;
|
|
51965
52789
|
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
51966
52790
|
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
52791
|
+
groupByOptions?: Maybe<Array<JiraViewGroupByConfig>>;
|
|
51967
52792
|
id: Scalars['ID']['output'];
|
|
51968
52793
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
51969
52794
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -52150,6 +52975,17 @@ export declare enum JiraBulkOperationType {
|
|
|
52150
52975
|
BulkUnwatch = "BULK_UNWATCH",
|
|
52151
52976
|
BulkWatch = "BULK_WATCH"
|
|
52152
52977
|
}
|
|
52978
|
+
export declare type JiraBulkSetBoardViewColumnStateInput = {
|
|
52979
|
+
collapsed: Scalars['Boolean']['input'];
|
|
52980
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52981
|
+
viewId: Scalars['ID']['input'];
|
|
52982
|
+
};
|
|
52983
|
+
export declare type JiraBulkSetBoardViewColumnStatePayload = Payload & {
|
|
52984
|
+
__typename?: 'JiraBulkSetBoardViewColumnStatePayload';
|
|
52985
|
+
boardView?: Maybe<JiraBoardView>;
|
|
52986
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52987
|
+
success: Scalars['Boolean']['output'];
|
|
52988
|
+
};
|
|
52153
52989
|
export declare type JiraBulkTransition = Node & {
|
|
52154
52990
|
__typename?: 'JiraBulkTransition';
|
|
52155
52991
|
id: Scalars['ID']['output'];
|
|
@@ -53577,6 +54413,12 @@ export declare type JiraCreateJourneyConfigurationPayload = Payload & {
|
|
|
53577
54413
|
jiraJourneyConfigurationEdge?: Maybe<JiraJourneyConfigurationEdge>;
|
|
53578
54414
|
success: Scalars['Boolean']['output'];
|
|
53579
54415
|
};
|
|
54416
|
+
export declare type JiraCreateJourneyItemInput = {
|
|
54417
|
+
configuration?: InputMaybe<JiraJourneyItemConfigurationInput>;
|
|
54418
|
+
insertAfterItemId?: InputMaybe<Scalars['ID']['input']>;
|
|
54419
|
+
journeyId: Scalars['ID']['input'];
|
|
54420
|
+
journeyVersion: Scalars['Long']['input'];
|
|
54421
|
+
};
|
|
53580
54422
|
export declare type JiraCreateNavigationItemPayload = Payload & {
|
|
53581
54423
|
__typename?: 'JiraCreateNavigationItemPayload';
|
|
53582
54424
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -54373,6 +55215,7 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
54373
55215
|
version: Scalars['Long']['input'];
|
|
54374
55216
|
};
|
|
54375
55217
|
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
55218
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
54376
55219
|
viewId: Scalars['ID']['input'];
|
|
54377
55220
|
};
|
|
54378
55221
|
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
@@ -54559,6 +55402,24 @@ export declare type JiraEstimate = {
|
|
|
54559
55402
|
export declare type JiraEstimateInput = {
|
|
54560
55403
|
timeInSeconds: Scalars['Long']['input'];
|
|
54561
55404
|
};
|
|
55405
|
+
export declare type JiraExportIssueDetailsInput = {
|
|
55406
|
+
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55407
|
+
includeFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55408
|
+
includeHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55409
|
+
includeWorklogs?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55410
|
+
issueId: Scalars['ID']['input'];
|
|
55411
|
+
};
|
|
55412
|
+
export declare type JiraExportIssueDetailsResponse = {
|
|
55413
|
+
__typename?: 'JiraExportIssueDetailsResponse';
|
|
55414
|
+
errors?: Maybe<Array<QueryError>>;
|
|
55415
|
+
taskResponse?: Maybe<JiraExportIssueDetailsTaskResponse>;
|
|
55416
|
+
};
|
|
55417
|
+
export declare type JiraExportIssueDetailsTaskResponse = {
|
|
55418
|
+
__typename?: 'JiraExportIssueDetailsTaskResponse';
|
|
55419
|
+
taskDescription?: Maybe<Scalars['String']['output']>;
|
|
55420
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
55421
|
+
taskStatus?: Maybe<JiraLongRunningTaskStatus>;
|
|
55422
|
+
};
|
|
54562
55423
|
export declare type JiraExtensionRenderingContextInput = {
|
|
54563
55424
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
54564
55425
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -54920,6 +55781,8 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
54920
55781
|
export declare type JiraForgeAppEgressDeclaration = {
|
|
54921
55782
|
__typename?: 'JiraForgeAppEgressDeclaration';
|
|
54922
55783
|
addresses?: Maybe<Array<Scalars['String']['output']>>;
|
|
55784
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
55785
|
+
inScopeEUD?: Maybe<Scalars['Boolean']['output']>;
|
|
54923
55786
|
type?: Maybe<Scalars['String']['output']>;
|
|
54924
55787
|
};
|
|
54925
55788
|
export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -54969,6 +55832,7 @@ export declare type JiraForgeExtension = {
|
|
|
54969
55832
|
environmentType: JiraForgeEnvironmentType;
|
|
54970
55833
|
hiddenBy?: Maybe<JiraVisibilityControlMechanism>;
|
|
54971
55834
|
id: Scalars['ID']['output'];
|
|
55835
|
+
installationConfig?: Maybe<Array<JiraForgeInstallationConfigExtension>>;
|
|
54972
55836
|
installationId: Scalars['String']['output'];
|
|
54973
55837
|
license?: Maybe<JiraForgeExtensionLicense>;
|
|
54974
55838
|
overrides?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -55047,6 +55911,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
55047
55911
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55048
55912
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55049
55913
|
};
|
|
55914
|
+
export declare type JiraForgeInstallationConfigExtension = {
|
|
55915
|
+
__typename?: 'JiraForgeInstallationConfigExtension';
|
|
55916
|
+
key: Scalars['String']['output'];
|
|
55917
|
+
value: Scalars['Boolean']['output'];
|
|
55918
|
+
};
|
|
55050
55919
|
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
55051
55920
|
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
55052
55921
|
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -55642,6 +56511,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
55642
56511
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
55643
56512
|
comments?: Maybe<JiraCommentConnection>;
|
|
55644
56513
|
configurationUrl?: Maybe<Scalars['URL']['output']>;
|
|
56514
|
+
confluenceMentionedLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
55645
56515
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
55646
56516
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
55647
56517
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
@@ -55769,6 +56639,12 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
55769
56639
|
sortBy?: InputMaybe<JiraCommentSortInput>;
|
|
55770
56640
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
55771
56641
|
};
|
|
56642
|
+
export declare type JiraIssueConfluenceMentionedLinksArgs = {
|
|
56643
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56644
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
56645
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56646
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56647
|
+
};
|
|
55772
56648
|
export declare type JiraIssueContentPanelsArgs = {
|
|
55773
56649
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55774
56650
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57301,6 +58177,10 @@ export declare type JiraJourneyItemCommon = {
|
|
|
57301
58177
|
id: Scalars['ID']['output'];
|
|
57302
58178
|
name?: Maybe<Scalars['String']['output']>;
|
|
57303
58179
|
};
|
|
58180
|
+
export declare type JiraJourneyItemConfigurationInput = {
|
|
58181
|
+
statusDependencyConfiguration?: InputMaybe<JiraJourneyStatusDependencyConfigurationInput>;
|
|
58182
|
+
workItemConfiguration?: InputMaybe<JiraJourneyWorkItemConfigurationInput>;
|
|
58183
|
+
};
|
|
57304
58184
|
export declare type JiraJourneyParentIssue = {
|
|
57305
58185
|
__typename?: 'JiraJourneyParentIssue';
|
|
57306
58186
|
project?: Maybe<JiraProject>;
|
|
@@ -57334,7 +58214,23 @@ export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
|
57334
58214
|
name?: Maybe<Scalars['String']['output']>;
|
|
57335
58215
|
statusIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
57336
58216
|
statusType?: Maybe<JiraJourneyStatusDependencyType>;
|
|
58217
|
+
statuses?: Maybe<Array<JiraJourneyStatusDependencyStatus>>;
|
|
57337
58218
|
workItemIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
58219
|
+
workItems?: Maybe<Array<JiraJourneyWorkItem>>;
|
|
58220
|
+
};
|
|
58221
|
+
export declare type JiraJourneyStatusDependencyConfigurationInput = {
|
|
58222
|
+
statuses?: InputMaybe<Array<JiraJourneyStatusDependencyConfigurationStatusInput>>;
|
|
58223
|
+
workItemIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
58224
|
+
};
|
|
58225
|
+
export declare type JiraJourneyStatusDependencyConfigurationStatusInput = {
|
|
58226
|
+
id: Scalars['ID']['input'];
|
|
58227
|
+
type: JiraJourneyStatusDependencyType;
|
|
58228
|
+
};
|
|
58229
|
+
export declare type JiraJourneyStatusDependencyStatus = {
|
|
58230
|
+
__typename?: 'JiraJourneyStatusDependencyStatus';
|
|
58231
|
+
id: Scalars['ID']['output'];
|
|
58232
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
58233
|
+
type?: Maybe<JiraJourneyStatusDependencyType>;
|
|
57338
58234
|
};
|
|
57339
58235
|
export declare enum JiraJourneyStatusDependencyType {
|
|
57340
58236
|
Status = "STATUS",
|
|
@@ -57366,11 +58262,22 @@ export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
|
57366
58262
|
project?: Maybe<JiraProject>;
|
|
57367
58263
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
57368
58264
|
};
|
|
58265
|
+
export declare type JiraJourneyWorkItemConfigurationInput = {
|
|
58266
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraJourneyWorkItemFieldValueKeyValuePairInput>>>;
|
|
58267
|
+
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
58268
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
58269
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
58270
|
+
requestTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
58271
|
+
};
|
|
57369
58272
|
export declare type JiraJourneyWorkItemFieldValueKeyValuePair = {
|
|
57370
58273
|
__typename?: 'JiraJourneyWorkItemFieldValueKeyValuePair';
|
|
57371
58274
|
key?: Maybe<Scalars['String']['output']>;
|
|
57372
58275
|
value?: Maybe<Array<Scalars['String']['output']>>;
|
|
57373
58276
|
};
|
|
58277
|
+
export declare type JiraJourneyWorkItemFieldValueKeyValuePairInput = {
|
|
58278
|
+
key: Scalars['String']['input'];
|
|
58279
|
+
value: Array<InputMaybe<Scalars['String']['input']>>;
|
|
58280
|
+
};
|
|
57374
58281
|
export declare type JiraJourneyWorkdayIntegrationTriggerConfiguration = {
|
|
57375
58282
|
__typename?: 'JiraJourneyWorkdayIntegrationTriggerConfiguration';
|
|
57376
58283
|
ruleId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -58495,6 +59402,7 @@ export declare type JiraMutation = {
|
|
|
58495
59402
|
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
58496
59403
|
createJiraActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
58497
59404
|
createJiraJourneyConfiguration?: Maybe<JiraCreateJourneyConfigurationPayload>;
|
|
59405
|
+
createJiraJourneyItem?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
58498
59406
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
58499
59407
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
58500
59408
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
@@ -58755,6 +59663,10 @@ export declare type JiraMutationCreateJiraJourneyConfigurationArgs = {
|
|
|
58755
59663
|
cloudId: Scalars['ID']['input'];
|
|
58756
59664
|
input: JiraCreateJourneyConfigurationInput;
|
|
58757
59665
|
};
|
|
59666
|
+
export declare type JiraMutationCreateJiraJourneyItemArgs = {
|
|
59667
|
+
cloudId: Scalars['ID']['input'];
|
|
59668
|
+
input: JiraCreateJourneyItemInput;
|
|
59669
|
+
};
|
|
58758
59670
|
export declare type JiraMutationCreateJiraVersionArgs = {
|
|
58759
59671
|
input: JiraVersionCreateMutationInput;
|
|
58760
59672
|
};
|
|
@@ -59359,6 +60271,7 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
59359
60271
|
Calendar = "CALENDAR",
|
|
59360
60272
|
Code = "CODE",
|
|
59361
60273
|
Components = "COMPONENTS",
|
|
60274
|
+
CustomerSupport = "CUSTOMER_SUPPORT",
|
|
59362
60275
|
Dependencies = "DEPENDENCIES",
|
|
59363
60276
|
Deployments = "DEPLOYMENTS",
|
|
59364
60277
|
Development = "DEVELOPMENT",
|
|
@@ -59408,7 +60321,8 @@ export declare enum JiraNotificationCategoryType {
|
|
|
59408
60321
|
IssueChanges = "ISSUE_CHANGES",
|
|
59409
60322
|
IssueMentioned = "ISSUE_MENTIONED",
|
|
59410
60323
|
IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
|
|
59411
|
-
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
|
|
60324
|
+
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES",
|
|
60325
|
+
Recurring = "RECURRING"
|
|
59412
60326
|
}
|
|
59413
60327
|
export declare type JiraNotificationChannel = {
|
|
59414
60328
|
__typename?: 'JiraNotificationChannel';
|
|
@@ -59457,6 +60371,7 @@ export declare type JiraNotificationPreferences = {
|
|
|
59457
60371
|
commentCreated?: Maybe<JiraNotificationPreference>;
|
|
59458
60372
|
commentDeleted?: Maybe<JiraNotificationPreference>;
|
|
59459
60373
|
commentEdited?: Maybe<JiraNotificationPreference>;
|
|
60374
|
+
dailyDueDateNotification?: Maybe<JiraNotificationPreference>;
|
|
59460
60375
|
issueAssigned?: Maybe<JiraNotificationPreference>;
|
|
59461
60376
|
issueCreated?: Maybe<JiraNotificationPreference>;
|
|
59462
60377
|
issueDeleted?: Maybe<JiraNotificationPreference>;
|
|
@@ -59483,6 +60398,7 @@ export declare enum JiraNotificationType {
|
|
|
59483
60398
|
CommentCreated = "COMMENT_CREATED",
|
|
59484
60399
|
CommentDeleted = "COMMENT_DELETED",
|
|
59485
60400
|
CommentEdited = "COMMENT_EDITED",
|
|
60401
|
+
DailyDueDateNotification = "DAILY_DUE_DATE_NOTIFICATION",
|
|
59486
60402
|
IssueAssigned = "ISSUE_ASSIGNED",
|
|
59487
60403
|
IssueCreated = "ISSUE_CREATED",
|
|
59488
60404
|
IssueDeleted = "ISSUE_DELETED",
|
|
@@ -60121,11 +61037,18 @@ export declare type JiraPlan = Node & {
|
|
|
60121
61037
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
60122
61038
|
owner?: Maybe<User>;
|
|
60123
61039
|
planId?: Maybe<Scalars['Long']['output']>;
|
|
61040
|
+
planScenarios?: Maybe<JiraScenarioConnection>;
|
|
60124
61041
|
planStatus?: Maybe<JiraPlanStatus>;
|
|
60125
61042
|
planUrl?: Maybe<Scalars['URL']['output']>;
|
|
60126
61043
|
scenario?: Maybe<JiraScenario>;
|
|
60127
61044
|
title?: Maybe<Scalars['String']['output']>;
|
|
60128
61045
|
};
|
|
61046
|
+
export declare type JiraPlanPlanScenariosArgs = {
|
|
61047
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61048
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
61049
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61050
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61051
|
+
};
|
|
60129
61052
|
export declare type JiraPlanFeatureMutationInput = {
|
|
60130
61053
|
enabled: Scalars['Boolean']['input'];
|
|
60131
61054
|
planId: Scalars['ID']['input'];
|
|
@@ -60466,6 +61389,7 @@ export declare type JiraProject = Node & {
|
|
|
60466
61389
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60467
61390
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
60468
61391
|
isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
61392
|
+
isPlaybooksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60469
61393
|
isVirtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60470
61394
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
60471
61395
|
jsmChatInitialNativeConfig?: Maybe<JsmChatInitializeNativeConfigResponse>;
|
|
@@ -60490,6 +61414,8 @@ export declare type JiraProject = Node & {
|
|
|
60490
61414
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
60491
61415
|
projectFieldTypeGroups?: Maybe<JiraFieldTypeGroupConnection>;
|
|
60492
61416
|
projectId?: Maybe<Scalars['String']['output']>;
|
|
61417
|
+
projectScopedFieldsCount?: Maybe<Scalars['Int']['output']>;
|
|
61418
|
+
projectScopedFieldsPerProjectLimit?: Maybe<Scalars['Int']['output']>;
|
|
60493
61419
|
projectStyle?: Maybe<JiraProjectStyle>;
|
|
60494
61420
|
projectType?: Maybe<JiraProjectType>;
|
|
60495
61421
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
@@ -61171,6 +62097,28 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
61171
62097
|
helpCenterId: Scalars['ID']['input'];
|
|
61172
62098
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
61173
62099
|
};
|
|
62100
|
+
export declare type JiraProjectsSidebarMenu = {
|
|
62101
|
+
__typename?: 'JiraProjectsSidebarMenu';
|
|
62102
|
+
current?: Maybe<JiraProject>;
|
|
62103
|
+
displayMode?: Maybe<JiraSidebarMenuDisplayMode>;
|
|
62104
|
+
favouriteLimit?: Maybe<Scalars['Int']['output']>;
|
|
62105
|
+
favourites?: Maybe<JiraProjectConnection>;
|
|
62106
|
+
id: Scalars['ID']['output'];
|
|
62107
|
+
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
62108
|
+
recents?: Maybe<JiraProjectConnection>;
|
|
62109
|
+
};
|
|
62110
|
+
export declare type JiraProjectsSidebarMenuFavouritesArgs = {
|
|
62111
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62112
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62113
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62114
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62115
|
+
};
|
|
62116
|
+
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
62117
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62118
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62119
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62120
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62121
|
+
};
|
|
61174
62122
|
export declare type JiraPublishBoardViewConfigInput = {
|
|
61175
62123
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
61176
62124
|
viewId: Scalars['ID']['input'];
|
|
@@ -61231,6 +62179,7 @@ export declare type JiraQuery = {
|
|
|
61231
62179
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
61232
62180
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
61233
62181
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
62182
|
+
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
61234
62183
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
61235
62184
|
favourites?: Maybe<JiraFavouriteConnection>;
|
|
61236
62185
|
fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
|
|
@@ -61296,6 +62245,7 @@ export declare type JiraQuery = {
|
|
|
61296
62245
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
61297
62246
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
61298
62247
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
62248
|
+
jiraJourneyItem?: Maybe<JiraJourneyItem>;
|
|
61299
62249
|
jiraProject?: Maybe<JiraProject>;
|
|
61300
62250
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
61301
62251
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
@@ -61526,6 +62476,9 @@ export declare type JiraQueryDevOpsProvidersArgs = {
|
|
|
61526
62476
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
61527
62477
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
61528
62478
|
};
|
|
62479
|
+
export declare type JiraQueryExportIssueDetailsArgs = {
|
|
62480
|
+
input: JiraExportIssueDetailsInput;
|
|
62481
|
+
};
|
|
61529
62482
|
export declare type JiraQueryFavouriteFiltersArgs = {
|
|
61530
62483
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61531
62484
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -61850,6 +62803,11 @@ export declare type JiraQueryJiraJourneyConfigurationArgs = {
|
|
|
61850
62803
|
cloudId: Scalars['ID']['input'];
|
|
61851
62804
|
id: Scalars['ID']['input'];
|
|
61852
62805
|
};
|
|
62806
|
+
export declare type JiraQueryJiraJourneyItemArgs = {
|
|
62807
|
+
cloudId: Scalars['ID']['input'];
|
|
62808
|
+
id: Scalars['ID']['input'];
|
|
62809
|
+
journeyId: Scalars['ID']['input'];
|
|
62810
|
+
};
|
|
61853
62811
|
export declare type JiraQueryJiraProjectArgs = {
|
|
61854
62812
|
id: Scalars['ID']['input'];
|
|
61855
62813
|
};
|
|
@@ -62657,6 +63615,7 @@ export declare type JiraReorderBoardViewColumnInput = {
|
|
|
62657
63615
|
columnId: Scalars['ID']['input'];
|
|
62658
63616
|
position: JiraReorderBoardViewColumnPosition;
|
|
62659
63617
|
relativeColumnId: Scalars['ID']['input'];
|
|
63618
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
62660
63619
|
viewId: Scalars['ID']['input'];
|
|
62661
63620
|
};
|
|
62662
63621
|
export declare type JiraReorderBoardViewColumnPayload = Payload & {
|
|
@@ -62985,6 +63944,17 @@ export declare type JiraScenario = Node & {
|
|
|
62985
63944
|
scenarioUrl?: Maybe<Scalars['URL']['output']>;
|
|
62986
63945
|
title?: Maybe<Scalars['String']['output']>;
|
|
62987
63946
|
};
|
|
63947
|
+
export declare type JiraScenarioConnection = {
|
|
63948
|
+
__typename?: 'JiraScenarioConnection';
|
|
63949
|
+
edges?: Maybe<Array<Maybe<JiraScenarioEdge>>>;
|
|
63950
|
+
pageInfo?: Maybe<PageInfo>;
|
|
63951
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
63952
|
+
};
|
|
63953
|
+
export declare type JiraScenarioEdge = {
|
|
63954
|
+
__typename?: 'JiraScenarioEdge';
|
|
63955
|
+
cursor: Scalars['String']['output'];
|
|
63956
|
+
node?: Maybe<JiraScenario>;
|
|
63957
|
+
};
|
|
62988
63958
|
export declare type JiraScenarioIssue = JiraScenarioIssueLike & Node & {
|
|
62989
63959
|
__typename?: 'JiraScenarioIssue';
|
|
62990
63960
|
id: Scalars['ID']['output'];
|
|
@@ -64300,6 +65270,7 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
64300
65270
|
export declare type JiraSetBoardViewCardFieldSelectedInput = {
|
|
64301
65271
|
fieldId: Scalars['String']['input'];
|
|
64302
65272
|
selected: Scalars['Boolean']['input'];
|
|
65273
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64303
65274
|
viewId: Scalars['ID']['input'];
|
|
64304
65275
|
};
|
|
64305
65276
|
export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
@@ -64311,6 +65282,7 @@ export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
|
64311
65282
|
export declare type JiraSetBoardViewCardOptionStateInput = {
|
|
64312
65283
|
enabled: Scalars['Boolean']['input'];
|
|
64313
65284
|
id: Scalars['ID']['input'];
|
|
65285
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64314
65286
|
viewId: Scalars['ID']['input'];
|
|
64315
65287
|
};
|
|
64316
65288
|
export declare type JiraSetBoardViewCardOptionStatePayload = Payload & {
|
|
@@ -64322,6 +65294,7 @@ export declare type JiraSetBoardViewCardOptionStatePayload = Payload & {
|
|
|
64322
65294
|
export declare type JiraSetBoardViewColumnStateInput = {
|
|
64323
65295
|
collapsed: Scalars['Boolean']['input'];
|
|
64324
65296
|
columnId: Scalars['ID']['input'];
|
|
65297
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64325
65298
|
viewId: Scalars['ID']['input'];
|
|
64326
65299
|
};
|
|
64327
65300
|
export declare type JiraSetBoardViewColumnStatePayload = Payload & {
|
|
@@ -64343,6 +65316,7 @@ export declare type JiraSetBoardViewColumnsOrderPayload = Payload & {
|
|
|
64343
65316
|
};
|
|
64344
65317
|
export declare type JiraSetBoardViewCompletedIssueSearchCutOffInput = {
|
|
64345
65318
|
completedIssueSearchCutOffInDays: Scalars['Int']['input'];
|
|
65319
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64346
65320
|
viewId: Scalars['ID']['input'];
|
|
64347
65321
|
};
|
|
64348
65322
|
export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload & {
|
|
@@ -64353,6 +65327,7 @@ export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload
|
|
|
64353
65327
|
};
|
|
64354
65328
|
export declare type JiraSetBoardViewFilterInput = {
|
|
64355
65329
|
jql: Scalars['String']['input'];
|
|
65330
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64356
65331
|
viewId: Scalars['ID']['input'];
|
|
64357
65332
|
};
|
|
64358
65333
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
@@ -64364,6 +65339,7 @@ export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
|
64364
65339
|
};
|
|
64365
65340
|
export declare type JiraSetBoardViewGroupByInput = {
|
|
64366
65341
|
fieldId: Scalars['String']['input'];
|
|
65342
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64367
65343
|
viewId: Scalars['ID']['input'];
|
|
64368
65344
|
};
|
|
64369
65345
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
@@ -64375,6 +65351,7 @@ export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
|
64375
65351
|
};
|
|
64376
65352
|
export declare type JiraSetBoardViewWorkflowSelectedInput = {
|
|
64377
65353
|
selectedWorkflowId: Scalars['ID']['input'];
|
|
65354
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64378
65355
|
viewId: Scalars['ID']['input'];
|
|
64379
65356
|
};
|
|
64380
65357
|
export declare type JiraSetBoardViewWorkflowSelectedPayload = Payload & {
|
|
@@ -64570,6 +65547,11 @@ export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
|
64570
65547
|
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
64571
65548
|
url?: Maybe<Scalars['String']['output']>;
|
|
64572
65549
|
};
|
|
65550
|
+
export declare enum JiraSidebarMenuDisplayMode {
|
|
65551
|
+
MostRecentOnly = "MOST_RECENT_ONLY",
|
|
65552
|
+
Starred = "STARRED",
|
|
65553
|
+
StarredAndRecent = "STARRED_AND_RECENT"
|
|
65554
|
+
}
|
|
64573
65555
|
export declare type JiraSimilarIssues = {
|
|
64574
65556
|
__typename?: 'JiraSimilarIssues';
|
|
64575
65557
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -65951,6 +66933,12 @@ export declare type JiraUpdateShortcutInput = {
|
|
|
65951
66933
|
shortcutData: JiraShortcutDataInput;
|
|
65952
66934
|
shortcutId: Scalars['ID']['input'];
|
|
65953
66935
|
};
|
|
66936
|
+
export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
66937
|
+
cloudId: Scalars['ID']['input'];
|
|
66938
|
+
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
66939
|
+
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
66940
|
+
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
66941
|
+
};
|
|
65954
66942
|
export declare type JiraUpdateSingleGroupPickerFieldInput = {
|
|
65955
66943
|
id: Scalars['ID']['input'];
|
|
65956
66944
|
operation: JiraSingleGroupPickerFieldOperationInput;
|
|
@@ -66226,6 +67214,8 @@ export declare type JiraUserPreferences = {
|
|
|
66226
67214
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
66227
67215
|
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
66228
67216
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
67217
|
+
isCustomNavBarThemeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
67218
|
+
isCustomNavBarThemeSectionMessageDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66229
67219
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66230
67220
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66231
67221
|
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68355,6 +69345,47 @@ export declare type KnowledgeBaseArticleCountSource = {
|
|
|
68355
69345
|
container: Scalars['ID']['output'];
|
|
68356
69346
|
count: Scalars['Int']['output'];
|
|
68357
69347
|
};
|
|
69348
|
+
export declare type KnowledgeBaseArticleSearchInput = {
|
|
69349
|
+
articleContainers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
69350
|
+
cloudId: Scalars['ID']['input'];
|
|
69351
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
69352
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69353
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
69354
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
69355
|
+
sortByKey?: InputMaybe<KnowledgeBaseArticleSearchSortByKey>;
|
|
69356
|
+
sortOrder?: InputMaybe<KnowledgeBaseArticleSearchSortOrder>;
|
|
69357
|
+
};
|
|
69358
|
+
export declare type KnowledgeBaseArticleSearchResponse = KnowledgeBaseCrossSiteSearchConnection | QueryError;
|
|
69359
|
+
export declare enum KnowledgeBaseArticleSearchSortByKey {
|
|
69360
|
+
LastModified = "LAST_MODIFIED",
|
|
69361
|
+
Title = "TITLE"
|
|
69362
|
+
}
|
|
69363
|
+
export declare enum KnowledgeBaseArticleSearchSortOrder {
|
|
69364
|
+
Asc = "ASC",
|
|
69365
|
+
Desc = "DESC"
|
|
69366
|
+
}
|
|
69367
|
+
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
69368
|
+
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
69369
|
+
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
69370
|
+
id: Scalars['ID']['output'];
|
|
69371
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
69372
|
+
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
69373
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
69374
|
+
spaceUrl?: Maybe<Scalars['String']['output']>;
|
|
69375
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69376
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
69377
|
+
};
|
|
69378
|
+
export declare type KnowledgeBaseCrossSiteArticleEdge = {
|
|
69379
|
+
__typename?: 'KnowledgeBaseCrossSiteArticleEdge';
|
|
69380
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
69381
|
+
node?: Maybe<KnowledgeBaseCrossSiteArticle>;
|
|
69382
|
+
};
|
|
69383
|
+
export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
69384
|
+
__typename?: 'KnowledgeBaseCrossSiteSearchConnection';
|
|
69385
|
+
edges?: Maybe<Array<KnowledgeBaseCrossSiteArticleEdge>>;
|
|
69386
|
+
nodes?: Maybe<Array<Maybe<KnowledgeBaseCrossSiteArticle>>>;
|
|
69387
|
+
pageInfo: PageInfo;
|
|
69388
|
+
};
|
|
68358
69389
|
export declare type KnowledgeBaseLinkResponse = {
|
|
68359
69390
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
68360
69391
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
@@ -68390,7 +69421,7 @@ export declare type KnowledgeBaseSource = {
|
|
|
68390
69421
|
__typename?: 'KnowledgeBaseSource';
|
|
68391
69422
|
containerAri: Scalars['ID']['output'];
|
|
68392
69423
|
entityReference: Scalars['String']['output'];
|
|
68393
|
-
id
|
|
69424
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
68394
69425
|
name: Scalars['String']['output'];
|
|
68395
69426
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
68396
69427
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -68484,6 +69515,17 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
|
68484
69515
|
};
|
|
68485
69516
|
export declare type KnowledgeDiscoveryAdminhubBookmarkResult = KnowledgeDiscoveryAdminhubBookmark | QueryError;
|
|
68486
69517
|
export declare type KnowledgeDiscoveryAdminhubBookmarksResult = KnowledgeDiscoveryAdminhubBookmarkConnection | QueryError;
|
|
69518
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput = {
|
|
69519
|
+
bookmarkAdminhubId: Scalars['ID']['input'];
|
|
69520
|
+
cloudId: Scalars['ID']['input'];
|
|
69521
|
+
orgId: Scalars['String']['input'];
|
|
69522
|
+
};
|
|
69523
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload = Payload & {
|
|
69524
|
+
__typename?: 'KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload';
|
|
69525
|
+
adminhubBookmark?: Maybe<KnowledgeDiscoveryAdminhubBookmark>;
|
|
69526
|
+
errors?: Maybe<Array<MutationError>>;
|
|
69527
|
+
success: Scalars['Boolean']['output'];
|
|
69528
|
+
};
|
|
68487
69529
|
export declare type KnowledgeDiscoveryAutoDefinition = {
|
|
68488
69530
|
__typename?: 'KnowledgeDiscoveryAutoDefinition';
|
|
68489
69531
|
confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
|
|
@@ -68684,6 +69726,7 @@ export declare enum KnowledgeDiscoveryKeyPhraseInputTextFormat {
|
|
|
68684
69726
|
export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPhraseConnection | QueryError;
|
|
68685
69727
|
export declare type KnowledgeDiscoveryMutationApi = {
|
|
68686
69728
|
__typename?: 'KnowledgeDiscoveryMutationApi';
|
|
69729
|
+
approveBookmarkSuggestion?: Maybe<KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload>;
|
|
68687
69730
|
createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
|
|
68688
69731
|
createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
|
|
68689
69732
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
@@ -68692,6 +69735,9 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
68692
69735
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
68693
69736
|
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
68694
69737
|
};
|
|
69738
|
+
export declare type KnowledgeDiscoveryMutationApiApproveBookmarkSuggestionArgs = {
|
|
69739
|
+
input: KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput;
|
|
69740
|
+
};
|
|
68695
69741
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
68696
69742
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
68697
69743
|
};
|
|
@@ -68810,6 +69856,7 @@ export declare type KnowledgeDiscoveryQueryApiSearchUserArgs = {
|
|
|
68810
69856
|
export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
|
|
68811
69857
|
locale: Scalars['String']['input'];
|
|
68812
69858
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
69859
|
+
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
68813
69860
|
query: Scalars['String']['input'];
|
|
68814
69861
|
siteId: Scalars['String']['input'];
|
|
68815
69862
|
};
|
|
@@ -69187,8 +70234,11 @@ export declare type LogQueryInput = {
|
|
|
69187
70234
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
69188
70235
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69189
70236
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
70237
|
+
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
69190
70238
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
70239
|
+
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
69191
70240
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
70241
|
+
traceId?: InputMaybe<Scalars['String']['input']>;
|
|
69192
70242
|
};
|
|
69193
70243
|
export declare type LookAndFeel = {
|
|
69194
70244
|
__typename?: 'LookAndFeel';
|
|
@@ -69207,6 +70257,19 @@ export declare type LookAndFeelSettings = {
|
|
|
69207
70257
|
selected?: Maybe<Scalars['String']['output']>;
|
|
69208
70258
|
theme?: Maybe<LookAndFeel>;
|
|
69209
70259
|
};
|
|
70260
|
+
export declare type LoomComment = Node & {
|
|
70261
|
+
__typename?: 'LoomComment';
|
|
70262
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
70263
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
70264
|
+
editedAt?: Maybe<Scalars['String']['output']>;
|
|
70265
|
+
id: Scalars['ID']['output'];
|
|
70266
|
+
timestamp?: Maybe<Scalars['Int']['output']>;
|
|
70267
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
70268
|
+
user?: Maybe<User>;
|
|
70269
|
+
userId?: Maybe<Scalars['ID']['output']>;
|
|
70270
|
+
video?: Maybe<LoomVideo>;
|
|
70271
|
+
videoId: Scalars['ID']['output'];
|
|
70272
|
+
};
|
|
69210
70273
|
export declare type LoomMeeting = Node & {
|
|
69211
70274
|
__typename?: 'LoomMeeting';
|
|
69212
70275
|
endsAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -69234,6 +70297,11 @@ export declare enum LoomMeetingSource {
|
|
|
69234
70297
|
MicrosoftOutlook = "MICROSOFT_OUTLOOK",
|
|
69235
70298
|
Zoom = "ZOOM"
|
|
69236
70299
|
}
|
|
70300
|
+
export declare type LoomSettings = {
|
|
70301
|
+
__typename?: 'LoomSettings';
|
|
70302
|
+
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
70303
|
+
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
70304
|
+
};
|
|
69237
70305
|
export declare type LoomSpace = Node & {
|
|
69238
70306
|
__typename?: 'LoomSpace';
|
|
69239
70307
|
id: Scalars['ID']['output'];
|
|
@@ -69253,6 +70321,7 @@ export declare type LoomVideo = Node & {
|
|
|
69253
70321
|
__typename?: 'LoomVideo';
|
|
69254
70322
|
description?: Maybe<Scalars['String']['output']>;
|
|
69255
70323
|
id: Scalars['ID']['output'];
|
|
70324
|
+
isArchived: Scalars['Boolean']['output'];
|
|
69256
70325
|
name: Scalars['String']['output'];
|
|
69257
70326
|
owner?: Maybe<User>;
|
|
69258
70327
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
@@ -69316,6 +70385,7 @@ export declare type LpCourseProgress = {
|
|
|
69316
70385
|
completedDate?: Maybe<Scalars['String']['output']>;
|
|
69317
70386
|
courseId?: Maybe<Scalars['String']['output']>;
|
|
69318
70387
|
id?: Maybe<Scalars['String']['output']>;
|
|
70388
|
+
isFromIntellum: Scalars['Boolean']['output'];
|
|
69319
70389
|
lessons?: Maybe<Array<Maybe<LpLessonProgress>>>;
|
|
69320
70390
|
status?: Maybe<LpCourseStatus>;
|
|
69321
70391
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -69699,6 +70769,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
69699
70769
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69700
70770
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69701
70771
|
hosting: MarketplaceConsoleHosting;
|
|
70772
|
+
isLatestActiveVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69702
70773
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69703
70774
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
69704
70775
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
@@ -69712,8 +70783,10 @@ export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
|
69712
70783
|
buildNumber: Scalars['ID']['output'];
|
|
69713
70784
|
changelog?: Maybe<MarketplaceConsoleAppSoftwareVersionChangelog>;
|
|
69714
70785
|
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibility>;
|
|
70786
|
+
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69715
70787
|
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetails;
|
|
69716
70788
|
isBeta: Scalars['Boolean']['output'];
|
|
70789
|
+
isLatest?: Maybe<Scalars['Boolean']['output']>;
|
|
69717
70790
|
isSupported: Scalars['Boolean']['output'];
|
|
69718
70791
|
licenseType?: Maybe<MarketplaceConsoleAppSoftwareVersionLicenseType>;
|
|
69719
70792
|
sourceCodeLicense?: Maybe<MarketplaceConsoleSourceCodeLicense>;
|
|
@@ -69917,6 +70990,7 @@ export declare type MarketplaceConsoleDevSpaceListing = {
|
|
|
69917
70990
|
description?: Maybe<Scalars['String']['output']>;
|
|
69918
70991
|
displayLogoUrl?: Maybe<Scalars['String']['output']>;
|
|
69919
70992
|
supportDetails?: Maybe<MarketplaceConsoleDevSpaceSupportDetails>;
|
|
70993
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
69920
70994
|
};
|
|
69921
70995
|
export declare enum MarketplaceConsoleDevSpaceProgram {
|
|
69922
70996
|
AtlassianParter = "ATLASSIAN_PARTER",
|
|
@@ -71157,6 +72231,7 @@ export declare type MarketplaceStoreHostStatusResponse = {
|
|
|
71157
72231
|
};
|
|
71158
72232
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
71159
72233
|
appKey: Scalars['String']['input'];
|
|
72234
|
+
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
71160
72235
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
71161
72236
|
};
|
|
71162
72237
|
export declare type MarketplaceStoreInstallAppResponse = {
|
|
@@ -71310,6 +72385,7 @@ export declare type MarketplaceStorePartnerListing = {
|
|
|
71310
72385
|
slug?: Maybe<Scalars['String']['output']>;
|
|
71311
72386
|
supportAvailability?: Maybe<MarketplaceStorePartnerSupportAvailability>;
|
|
71312
72387
|
supportContact?: Maybe<MarketplaceStorePartnerSupportContact>;
|
|
72388
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
71313
72389
|
};
|
|
71314
72390
|
export declare type MarketplaceStorePartnerResponse = {
|
|
71315
72391
|
__typename?: 'MarketplaceStorePartnerResponse';
|
|
@@ -71628,6 +72704,50 @@ export declare type MercuryBudgetAggregation = {
|
|
|
71628
72704
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71629
72705
|
totalAssignedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71630
72706
|
};
|
|
72707
|
+
export declare type MercuryChangeProposal = Node & {
|
|
72708
|
+
__typename?: 'MercuryChangeProposal';
|
|
72709
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
72710
|
+
id: Scalars['ID']['output'];
|
|
72711
|
+
name: Scalars['String']['output'];
|
|
72712
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
72713
|
+
statusTransitions?: Maybe<MercuryChangeProposalStatusTransitions>;
|
|
72714
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72715
|
+
};
|
|
72716
|
+
export declare type MercuryChangeProposalConnection = {
|
|
72717
|
+
__typename?: 'MercuryChangeProposalConnection';
|
|
72718
|
+
edges?: Maybe<Array<Maybe<MercuryChangeProposalEdge>>>;
|
|
72719
|
+
pageInfo: PageInfo;
|
|
72720
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
72721
|
+
};
|
|
72722
|
+
export declare type MercuryChangeProposalEdge = {
|
|
72723
|
+
__typename?: 'MercuryChangeProposalEdge';
|
|
72724
|
+
cursor: Scalars['String']['output'];
|
|
72725
|
+
node?: Maybe<MercuryChangeProposal>;
|
|
72726
|
+
};
|
|
72727
|
+
export declare type MercuryChangeProposalSort = {
|
|
72728
|
+
field: MercuryChangeProposalSortField;
|
|
72729
|
+
order: SortOrder;
|
|
72730
|
+
};
|
|
72731
|
+
export declare enum MercuryChangeProposalSortField {
|
|
72732
|
+
Name = "NAME"
|
|
72733
|
+
}
|
|
72734
|
+
export declare type MercuryChangeProposalStatus = {
|
|
72735
|
+
__typename?: 'MercuryChangeProposalStatus';
|
|
72736
|
+
color: Scalars['String']['output'];
|
|
72737
|
+
displayName: Scalars['String']['output'];
|
|
72738
|
+
id: Scalars['ID']['output'];
|
|
72739
|
+
key: Scalars['String']['output'];
|
|
72740
|
+
order: Scalars['Int']['output'];
|
|
72741
|
+
};
|
|
72742
|
+
export declare type MercuryChangeProposalStatusTransition = {
|
|
72743
|
+
__typename?: 'MercuryChangeProposalStatusTransition';
|
|
72744
|
+
id: Scalars['ID']['output'];
|
|
72745
|
+
to: MercuryChangeProposalStatus;
|
|
72746
|
+
};
|
|
72747
|
+
export declare type MercuryChangeProposalStatusTransitions = {
|
|
72748
|
+
__typename?: 'MercuryChangeProposalStatusTransitions';
|
|
72749
|
+
available: Array<MercuryChangeProposalStatusTransition>;
|
|
72750
|
+
};
|
|
71631
72751
|
export declare type MercuryComment = Node & {
|
|
71632
72752
|
__typename?: 'MercuryComment';
|
|
71633
72753
|
ari: Scalars['String']['output'];
|
|
@@ -71648,6 +72768,17 @@ export declare type MercuryCommentEdge = {
|
|
|
71648
72768
|
cursor: Scalars['String']['output'];
|
|
71649
72769
|
node?: Maybe<MercuryComment>;
|
|
71650
72770
|
};
|
|
72771
|
+
export declare type MercuryCreateChangeProposalInput = {
|
|
72772
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72773
|
+
name: Scalars['String']['input'];
|
|
72774
|
+
strategicEventId: Scalars['String']['input'];
|
|
72775
|
+
};
|
|
72776
|
+
export declare type MercuryCreateChangeProposalPayload = Payload & {
|
|
72777
|
+
__typename?: 'MercuryCreateChangeProposalPayload';
|
|
72778
|
+
createdChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
72779
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72780
|
+
success: Scalars['Boolean']['output'];
|
|
72781
|
+
};
|
|
71651
72782
|
export declare type MercuryCreateCommentInput = {
|
|
71652
72783
|
cloudId: Scalars['ID']['input'];
|
|
71653
72784
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -71697,6 +72828,17 @@ export declare type MercuryCreatePortfolioPayload = Payload & {
|
|
|
71697
72828
|
errors?: Maybe<Array<MutationError>>;
|
|
71698
72829
|
success: Scalars['Boolean']['output'];
|
|
71699
72830
|
};
|
|
72831
|
+
export declare type MercuryCreateStrategicEventInput = {
|
|
72832
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72833
|
+
name: Scalars['String']['input'];
|
|
72834
|
+
targetDate: Scalars['String']['input'];
|
|
72835
|
+
};
|
|
72836
|
+
export declare type MercuryCreateStrategicEventPayload = Payload & {
|
|
72837
|
+
__typename?: 'MercuryCreateStrategicEventPayload';
|
|
72838
|
+
createdStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72839
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72840
|
+
success: Scalars['Boolean']['output'];
|
|
72841
|
+
};
|
|
71700
72842
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
71701
72843
|
cloudId: Scalars['ID']['input'];
|
|
71702
72844
|
};
|
|
@@ -71852,6 +72994,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
71852
72994
|
teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
71853
72995
|
updatedDate: Scalars['String']['output'];
|
|
71854
72996
|
url?: Maybe<Scalars['String']['output']>;
|
|
72997
|
+
uuid: Scalars['UUID']['output'];
|
|
71855
72998
|
watchers?: Maybe<MercuryUserConnection>;
|
|
71856
72999
|
watching: Scalars['Boolean']['output'];
|
|
71857
73000
|
};
|
|
@@ -72725,6 +73868,114 @@ export declare type MercurySpendAggregation = {
|
|
|
72725
73868
|
aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72726
73869
|
totalAssignedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72727
73870
|
};
|
|
73871
|
+
export declare type MercuryStrategicEvent = Node & {
|
|
73872
|
+
__typename?: 'MercuryStrategicEvent';
|
|
73873
|
+
id: Scalars['ID']['output'];
|
|
73874
|
+
name: Scalars['String']['output'];
|
|
73875
|
+
owner?: Maybe<User>;
|
|
73876
|
+
status?: Maybe<MercuryStrategicEventStatus>;
|
|
73877
|
+
statusTransitions?: Maybe<MercuryStrategicEventStatusTransitions>;
|
|
73878
|
+
targetDate?: Maybe<Scalars['String']['output']>;
|
|
73879
|
+
};
|
|
73880
|
+
export declare type MercuryStrategicEventConnection = {
|
|
73881
|
+
__typename?: 'MercuryStrategicEventConnection';
|
|
73882
|
+
edges?: Maybe<Array<Maybe<MercuryStrategicEventEdge>>>;
|
|
73883
|
+
pageInfo: PageInfo;
|
|
73884
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73885
|
+
};
|
|
73886
|
+
export declare type MercuryStrategicEventEdge = {
|
|
73887
|
+
__typename?: 'MercuryStrategicEventEdge';
|
|
73888
|
+
cursor: Scalars['String']['output'];
|
|
73889
|
+
node?: Maybe<MercuryStrategicEvent>;
|
|
73890
|
+
};
|
|
73891
|
+
export declare type MercuryStrategicEventSort = {
|
|
73892
|
+
field: MercuryStrategicEventSortField;
|
|
73893
|
+
order: SortOrder;
|
|
73894
|
+
};
|
|
73895
|
+
export declare enum MercuryStrategicEventSortField {
|
|
73896
|
+
Name = "NAME",
|
|
73897
|
+
Status = "STATUS",
|
|
73898
|
+
TargetDate = "TARGET_DATE"
|
|
73899
|
+
}
|
|
73900
|
+
export declare type MercuryStrategicEventStatus = {
|
|
73901
|
+
__typename?: 'MercuryStrategicEventStatus';
|
|
73902
|
+
color: Scalars['String']['output'];
|
|
73903
|
+
displayName: Scalars['String']['output'];
|
|
73904
|
+
id: Scalars['ID']['output'];
|
|
73905
|
+
key: Scalars['String']['output'];
|
|
73906
|
+
order: Scalars['Int']['output'];
|
|
73907
|
+
};
|
|
73908
|
+
export declare type MercuryStrategicEventStatusTransition = {
|
|
73909
|
+
__typename?: 'MercuryStrategicEventStatusTransition';
|
|
73910
|
+
id: Scalars['ID']['output'];
|
|
73911
|
+
to: MercuryStrategicEventStatus;
|
|
73912
|
+
};
|
|
73913
|
+
export declare type MercuryStrategicEventStatusTransitions = {
|
|
73914
|
+
__typename?: 'MercuryStrategicEventStatusTransitions';
|
|
73915
|
+
available: Array<MercuryStrategicEventStatusTransition>;
|
|
73916
|
+
};
|
|
73917
|
+
export declare type MercuryStrategicEventsMutationApi = {
|
|
73918
|
+
__typename?: 'MercuryStrategicEventsMutationApi';
|
|
73919
|
+
createChangeProposal?: Maybe<MercuryCreateChangeProposalPayload>;
|
|
73920
|
+
createStrategicEvent?: Maybe<MercuryCreateStrategicEventPayload>;
|
|
73921
|
+
};
|
|
73922
|
+
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalArgs = {
|
|
73923
|
+
input: MercuryCreateChangeProposalInput;
|
|
73924
|
+
};
|
|
73925
|
+
export declare type MercuryStrategicEventsMutationApiCreateStrategicEventArgs = {
|
|
73926
|
+
input: MercuryCreateStrategicEventInput;
|
|
73927
|
+
};
|
|
73928
|
+
export declare type MercuryStrategicEventsQueryApi = {
|
|
73929
|
+
__typename?: 'MercuryStrategicEventsQueryApi';
|
|
73930
|
+
changeProposal?: Maybe<MercuryChangeProposal>;
|
|
73931
|
+
changeProposalStatuses: Array<MercuryChangeProposalStatus>;
|
|
73932
|
+
changeProposals?: Maybe<Array<Maybe<MercuryChangeProposal>>>;
|
|
73933
|
+
changeProposalsSearch?: Maybe<MercuryChangeProposalConnection>;
|
|
73934
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
73935
|
+
strategicEventStatuses: Array<MercuryStrategicEventStatus>;
|
|
73936
|
+
strategicEvents?: Maybe<Array<Maybe<MercuryStrategicEvent>>>;
|
|
73937
|
+
strategicEventsSearch?: Maybe<MercuryStrategicEventConnection>;
|
|
73938
|
+
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
|
|
73939
|
+
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
73940
|
+
};
|
|
73941
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalArgs = {
|
|
73942
|
+
id: Scalars['ID']['input'];
|
|
73943
|
+
};
|
|
73944
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalStatusesArgs = {
|
|
73945
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73946
|
+
};
|
|
73947
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsArgs = {
|
|
73948
|
+
ids: Array<Scalars['ID']['input']>;
|
|
73949
|
+
};
|
|
73950
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsSearchArgs = {
|
|
73951
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73952
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73953
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73954
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
73955
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryChangeProposalSort>>>;
|
|
73956
|
+
};
|
|
73957
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventArgs = {
|
|
73958
|
+
id: Scalars['ID']['input'];
|
|
73959
|
+
};
|
|
73960
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventStatusesArgs = {
|
|
73961
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73962
|
+
};
|
|
73963
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsArgs = {
|
|
73964
|
+
ids: Array<Scalars['ID']['input']>;
|
|
73965
|
+
};
|
|
73966
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsSearchArgs = {
|
|
73967
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73968
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73969
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73970
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
73971
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryStrategicEventSort>>>;
|
|
73972
|
+
};
|
|
73973
|
+
export declare type MercuryStrategicEventsQueryApiTransitionChangeProposalStatusArgs = {
|
|
73974
|
+
input: MercuryTransitionChangeProposalStatusInput;
|
|
73975
|
+
};
|
|
73976
|
+
export declare type MercuryStrategicEventsQueryApiTransitionStrategicEventStatusArgs = {
|
|
73977
|
+
input: MercuryTransitionStrategicEventStatusInput;
|
|
73978
|
+
};
|
|
72728
73979
|
export declare type MercuryTargetDate = {
|
|
72729
73980
|
__typename?: 'MercuryTargetDate';
|
|
72730
73981
|
targetDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -72792,11 +74043,33 @@ export declare type MercuryTeamSort = {
|
|
|
72792
74043
|
export declare enum MercuryTeamSortField {
|
|
72793
74044
|
Name = "NAME"
|
|
72794
74045
|
}
|
|
74046
|
+
export declare type MercuryTransitionChangeProposalPayload = Payload & {
|
|
74047
|
+
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
74048
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74049
|
+
success: Scalars['Boolean']['output'];
|
|
74050
|
+
updatedChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
74051
|
+
};
|
|
74052
|
+
export declare type MercuryTransitionChangeProposalStatusInput = {
|
|
74053
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74054
|
+
id: Scalars['ID']['input'];
|
|
74055
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74056
|
+
};
|
|
72795
74057
|
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
72796
74058
|
cloudId: Scalars['ID']['input'];
|
|
72797
74059
|
id: Scalars['ID']['input'];
|
|
72798
74060
|
statusTransitionId: Scalars['ID']['input'];
|
|
72799
74061
|
};
|
|
74062
|
+
export declare type MercuryTransitionStrategicEventPayload = Payload & {
|
|
74063
|
+
__typename?: 'MercuryTransitionStrategicEventPayload';
|
|
74064
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74065
|
+
success: Scalars['Boolean']['output'];
|
|
74066
|
+
updatedStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
74067
|
+
};
|
|
74068
|
+
export declare type MercuryTransitionStrategicEventStatusInput = {
|
|
74069
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74070
|
+
id: Scalars['ID']['input'];
|
|
74071
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74072
|
+
};
|
|
72800
74073
|
export declare type MercuryUpdateCommentInput = {
|
|
72801
74074
|
cloudId: Scalars['ID']['input'];
|
|
72802
74075
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -73121,8 +74394,8 @@ export declare type Mutation = {
|
|
|
73121
74394
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
73122
74395
|
agentStudio_updateAgentActions?: Maybe<AgentStudioUpdateAgentActionsPayload>;
|
|
73123
74396
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
74397
|
+
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
73124
74398
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
73125
|
-
appRecommendations?: Maybe<AppRecMutation>;
|
|
73126
74399
|
appStorage?: Maybe<AppStorageMutation>;
|
|
73127
74400
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
73128
74401
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
@@ -73315,6 +74588,8 @@ export declare type Mutation = {
|
|
|
73315
74588
|
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
73316
74589
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
73317
74590
|
confluence_makeSubCalendarPrivateUrl?: Maybe<ConfluenceMakeSubCalendarPrivateUrlPayload>;
|
|
74591
|
+
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
74592
|
+
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
73318
74593
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
73319
74594
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
73320
74595
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
@@ -73331,6 +74606,7 @@ export declare type Mutation = {
|
|
|
73331
74606
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
73332
74607
|
createAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
73333
74608
|
createApp?: Maybe<CreateAppResponse>;
|
|
74609
|
+
createAppContainer?: Maybe<CreateAppContainerPayload>;
|
|
73334
74610
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
73335
74611
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
73336
74612
|
createAppTunnels?: Maybe<CreateAppTunnelResponse>;
|
|
@@ -73373,10 +74649,12 @@ export declare type Mutation = {
|
|
|
73373
74649
|
createSystemSpace?: Maybe<Space>;
|
|
73374
74650
|
createTemplate?: Maybe<ContentTemplate>;
|
|
73375
74651
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
74652
|
+
customerHubAgentConfiguration_updateIdentityConfiguration?: Maybe<CustomerHubAgentConfigurationUpdateIdentityPayload>;
|
|
73376
74653
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
73377
74654
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
73378
74655
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
73379
74656
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
74657
|
+
deleteAppContainer?: Maybe<DeleteAppContainerPayload>;
|
|
73380
74658
|
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
73381
74659
|
deleteAppTunnels?: Maybe<GenericMutationResponse>;
|
|
73382
74660
|
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
@@ -73448,6 +74726,7 @@ export declare type Mutation = {
|
|
|
73448
74726
|
jira?: Maybe<JiraMutation>;
|
|
73449
74727
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
73450
74728
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
74729
|
+
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
73451
74730
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
73452
74731
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
73453
74732
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
@@ -73464,6 +74743,7 @@ export declare type Mutation = {
|
|
|
73464
74743
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
73465
74744
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
73466
74745
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
74746
|
+
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
73467
74747
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
73468
74748
|
jsw?: Maybe<JswMutation>;
|
|
73469
74749
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -73476,6 +74756,7 @@ export declare type Mutation = {
|
|
|
73476
74756
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
73477
74757
|
mercury?: Maybe<MercuryMutationApi>;
|
|
73478
74758
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
74759
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
73479
74760
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
73480
74761
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
73481
74762
|
movePageAfter?: Maybe<MovePagePayload>;
|
|
@@ -73621,7 +74902,6 @@ export declare type Mutation = {
|
|
|
73621
74902
|
updatePolarisInsight?: Maybe<UpdatePolarisInsightPayload>;
|
|
73622
74903
|
updatePolarisPlay?: Maybe<UpdatePolarisPlayPayload>;
|
|
73623
74904
|
updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
|
|
73624
|
-
updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
|
|
73625
74905
|
updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
|
|
73626
74906
|
updatePolarisViewArrangementInfo?: Maybe<UpdatePolarisViewArrangementInfoPayload>;
|
|
73627
74907
|
updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
|
|
@@ -73686,6 +74966,10 @@ export declare type MutationAgentStudio_UpdateAgentDetailsArgs = {
|
|
|
73686
74966
|
id: Scalars['ID']['input'];
|
|
73687
74967
|
input: AgentStudioUpdateAgentDetailsInput;
|
|
73688
74968
|
};
|
|
74969
|
+
export declare type MutationAgentStudio_UpdateAgentKnowledgeSourcesArgs = {
|
|
74970
|
+
id: Scalars['ID']['input'];
|
|
74971
|
+
input: AgentStudioKnowledgeConfigurationInput;
|
|
74972
|
+
};
|
|
73689
74973
|
export declare type MutationAgentStudio_UpdateConversationStartersArgs = {
|
|
73690
74974
|
id: Scalars['ID']['input'];
|
|
73691
74975
|
input: AgentStudioUpdateConversationStartersInput;
|
|
@@ -74279,6 +75563,14 @@ export declare type MutationConfluence_MakeSubCalendarPrivateUrlArgs = {
|
|
|
74279
75563
|
cloudId: Scalars['ID']['input'];
|
|
74280
75564
|
input: ConfluenceMakeSubCalendarPrivateUrlInput;
|
|
74281
75565
|
};
|
|
75566
|
+
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
75567
|
+
cloudId: Scalars['ID']['input'];
|
|
75568
|
+
commentId: Scalars['ID']['input'];
|
|
75569
|
+
};
|
|
75570
|
+
export declare type MutationConfluence_ResolveCommentsArgs = {
|
|
75571
|
+
cloudId: Scalars['ID']['input'];
|
|
75572
|
+
commentIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
75573
|
+
};
|
|
74282
75574
|
export declare type MutationConfluence_UnwatchSubCalendarArgs = {
|
|
74283
75575
|
cloudId: Scalars['ID']['input'];
|
|
74284
75576
|
input: ConfluenceUnwatchSubCalendarInput;
|
|
@@ -74337,6 +75629,9 @@ export declare type MutationCreateAdminAnnouncementBannerArgs = {
|
|
|
74337
75629
|
export declare type MutationCreateAppArgs = {
|
|
74338
75630
|
input: CreateAppInput;
|
|
74339
75631
|
};
|
|
75632
|
+
export declare type MutationCreateAppContainerArgs = {
|
|
75633
|
+
input: AppContainerInput;
|
|
75634
|
+
};
|
|
74340
75635
|
export declare type MutationCreateAppDeploymentArgs = {
|
|
74341
75636
|
input: CreateAppDeploymentInput;
|
|
74342
75637
|
};
|
|
@@ -74487,6 +75782,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
74487
75782
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
74488
75783
|
input: WebTriggerUrlInput;
|
|
74489
75784
|
};
|
|
75785
|
+
export declare type MutationCustomerHubAgentConfiguration_UpdateIdentityConfigurationArgs = {
|
|
75786
|
+
agentConfigurationId: Scalars['ID']['input'];
|
|
75787
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
75788
|
+
input?: InputMaybe<CustomerHubAgentConfigurationUpdateIdentityConfigurationInput>;
|
|
75789
|
+
};
|
|
74490
75790
|
export declare type MutationCustomerServiceArgs = {
|
|
74491
75791
|
cloudId: Scalars['ID']['input'];
|
|
74492
75792
|
};
|
|
@@ -74496,6 +75796,9 @@ export declare type MutationDeactivatePaywallContentArgs = {
|
|
|
74496
75796
|
export declare type MutationDeleteAppArgs = {
|
|
74497
75797
|
input: DeleteAppInput;
|
|
74498
75798
|
};
|
|
75799
|
+
export declare type MutationDeleteAppContainerArgs = {
|
|
75800
|
+
input: AppContainerInput;
|
|
75801
|
+
};
|
|
74499
75802
|
export declare type MutationDeleteAppEnvironmentVariableArgs = {
|
|
74500
75803
|
input: DeleteAppEnvironmentVariableInput;
|
|
74501
75804
|
};
|
|
@@ -74687,6 +75990,9 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
74687
75990
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
74688
75991
|
input: InvokePolarisObjectInput;
|
|
74689
75992
|
};
|
|
75993
|
+
export declare type MutationJira_BulkSetBoardViewColumnStateArgs = {
|
|
75994
|
+
input: JiraBulkSetBoardViewColumnStateInput;
|
|
75995
|
+
};
|
|
74690
75996
|
export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
74691
75997
|
input: JiraCreateCustomBackgroundInput;
|
|
74692
75998
|
};
|
|
@@ -74735,6 +76041,9 @@ export declare type MutationJira_SetViewGroupByArgs = {
|
|
|
74735
76041
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
74736
76042
|
input: JiraUpdateBackgroundInput;
|
|
74737
76043
|
};
|
|
76044
|
+
export declare type MutationJira_UpdateProjectsSidebarMenuArgs = {
|
|
76045
|
+
input: JiraUpdateSidebarMenuDisplaySettingInput;
|
|
76046
|
+
};
|
|
74738
76047
|
export declare type MutationKnowledgeBaseArgs = {
|
|
74739
76048
|
cloudId: Scalars['ID']['input'];
|
|
74740
76049
|
};
|
|
@@ -75182,9 +76491,6 @@ export declare type MutationUpdatePolarisPlayContributionArgs = {
|
|
|
75182
76491
|
id: Scalars['ID']['input'];
|
|
75183
76492
|
input: UpdatePolarisPlayContribution;
|
|
75184
76493
|
};
|
|
75185
|
-
export declare type MutationUpdatePolarisTermsConsentArgs = {
|
|
75186
|
-
input: UpdatePolarisTermsConsentInput;
|
|
75187
|
-
};
|
|
75188
76494
|
export declare type MutationUpdatePolarisViewArgs = {
|
|
75189
76495
|
id: Scalars['ID']['input'];
|
|
75190
76496
|
input: UpdatePolarisViewInput;
|
|
@@ -75376,6 +76682,9 @@ export declare type MyVisitedSpacesItems = {
|
|
|
75376
76682
|
__typename?: 'MyVisitedSpacesItems';
|
|
75377
76683
|
spaces?: Maybe<Array<Maybe<Space>>>;
|
|
75378
76684
|
};
|
|
76685
|
+
export declare type MyVisitedSpacesItemsSpacesArgs = {
|
|
76686
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76687
|
+
};
|
|
75379
76688
|
export declare type NadelBatchObjectIdentifiedBy = {
|
|
75380
76689
|
resultId: Scalars['String']['input'];
|
|
75381
76690
|
sourceId: Scalars['String']['input'];
|
|
@@ -77347,12 +78656,6 @@ export declare type PolarisStatusCategory = {
|
|
|
77347
78656
|
key: Scalars['String']['output'];
|
|
77348
78657
|
name: Scalars['String']['output'];
|
|
77349
78658
|
};
|
|
77350
|
-
export declare type PolarisTermsConsent = {
|
|
77351
|
-
__typename?: 'PolarisTermsConsent';
|
|
77352
|
-
consented: Scalars['Boolean']['output'];
|
|
77353
|
-
locale: Scalars['String']['output'];
|
|
77354
|
-
requiresMarketingConsent: Scalars['Boolean']['output'];
|
|
77355
|
-
};
|
|
77356
78659
|
export declare type PolarisTimelineConfig = {
|
|
77357
78660
|
__typename?: 'PolarisTimelineConfig';
|
|
77358
78661
|
dueDateField?: Maybe<PolarisIdeaField>;
|
|
@@ -77893,6 +79196,7 @@ export declare type Query = {
|
|
|
77893
79196
|
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
|
|
77894
79197
|
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
|
|
77895
79198
|
agentStudio_suggestConversationStarters?: Maybe<AgentStudioSuggestConversationStartersResult>;
|
|
79199
|
+
aiCoreApi_vsaReportingByProject?: Maybe<AiCoreApiVsaReportingResult>;
|
|
77896
79200
|
allIndividualSpaces?: Maybe<SpaceInfoConnection>;
|
|
77897
79201
|
allTemplates?: Maybe<PaginatedTemplateInfoList>;
|
|
77898
79202
|
allUpdatesFeed?: Maybe<PaginatedAllUpdatesFeed>;
|
|
@@ -77901,6 +79205,9 @@ export declare type Query = {
|
|
|
77901
79205
|
app?: Maybe<App>;
|
|
77902
79206
|
appActiveTunnels?: Maybe<AppTunnelDefinitions>;
|
|
77903
79207
|
appAdmin?: Maybe<AppAdminQuery>;
|
|
79208
|
+
appContainer?: Maybe<AppContainer>;
|
|
79209
|
+
appContainerRegistryLogin?: Maybe<AppContainerRegistryLogin>;
|
|
79210
|
+
appContainers?: Maybe<Array<AppContainer>>;
|
|
77904
79211
|
appContributors: Array<AppContributor>;
|
|
77905
79212
|
appDeployment?: Maybe<AppDeployment>;
|
|
77906
79213
|
appHostServiceScopes: Array<Maybe<AppHostServiceScope>>;
|
|
@@ -77909,15 +79216,14 @@ export declare type Query = {
|
|
|
77909
79216
|
appLogLines?: Maybe<AppLogLineConnection>;
|
|
77910
79217
|
appLogs?: Maybe<AppLogConnection>;
|
|
77911
79218
|
appLogsWithMetaData?: Maybe<AppLogsWithMetaDataResponse>;
|
|
77912
|
-
appRecommendations?: Maybe<AppRecQuery>;
|
|
77913
79219
|
appStorage_sqlDatabase?: Maybe<AppStorageSqlDatabasePayload>;
|
|
77914
79220
|
appStoredCustomEntities?: Maybe<AppStoredCustomEntityConnection>;
|
|
77915
79221
|
appStoredCustomEntity?: Maybe<AppStoredCustomEntity>;
|
|
77916
79222
|
appStoredEntities?: Maybe<AppStoredEntityConnection>;
|
|
77917
|
-
appStoredEntitiesForCleanup?: Maybe<AppStoredEntityConnection>;
|
|
77918
79223
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
77919
79224
|
apps?: Maybe<AppConnection>;
|
|
77920
79225
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
79226
|
+
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
77921
79227
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
77922
79228
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
77923
79229
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
@@ -77929,7 +79235,6 @@ export declare type Query = {
|
|
|
77929
79235
|
catchupEditMetadataForContent?: Maybe<CatchupEditMetadataForContent>;
|
|
77930
79236
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
77931
79237
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
77932
|
-
catchupVersionSummaryMetadataForContent?: Maybe<CatchupVersionSummaryMetadataForContent>;
|
|
77933
79238
|
ccp?: Maybe<CcpQueryApi>;
|
|
77934
79239
|
classificationLevel?: Maybe<ContentDataClassificationLevel>;
|
|
77935
79240
|
classificationLevels?: Maybe<Array<ContentDataClassificationLevel>>;
|
|
@@ -78162,6 +79467,7 @@ export declare type Query = {
|
|
|
78162
79467
|
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
78163
79468
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
78164
79469
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
79470
|
+
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
78165
79471
|
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
|
|
78166
79472
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
78167
79473
|
confluence_refreshMigrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78176,7 +79482,6 @@ export declare type Query = {
|
|
|
78176
79482
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
78177
79483
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
78178
79484
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
78179
|
-
connectedData?: Maybe<ConnectedDataQuery>;
|
|
78180
79485
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
78181
79486
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
78182
79487
|
content?: Maybe<PaginatedContentListWithChild>;
|
|
@@ -78211,6 +79516,8 @@ export declare type Query = {
|
|
|
78211
79516
|
countUsersGroupByPage?: Maybe<CountUsersGroupByPage>;
|
|
78212
79517
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
78213
79518
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
79519
|
+
customerHubAgentConfiguration_configurationByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationResult>;
|
|
79520
|
+
customerHubAgentConfiguration_mappingByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationIdentityMappingResult>;
|
|
78214
79521
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
78215
79522
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
78216
79523
|
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
@@ -78245,8 +79552,10 @@ export declare type Query = {
|
|
|
78245
79552
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
78246
79553
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
78247
79554
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
79555
|
+
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
78248
79556
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
78249
79557
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
79558
|
+
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
78250
79559
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
78251
79560
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
78252
79561
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -78274,7 +79583,6 @@ export declare type Query = {
|
|
|
78274
79583
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
78275
79584
|
external_entities?: Maybe<ExternalEntities>;
|
|
78276
79585
|
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
78277
|
-
external_entitiesV2ForHydration?: Maybe<ExternalEntitiesV2ForHydration>;
|
|
78278
79586
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
78279
79587
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
78280
79588
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -78348,10 +79656,12 @@ export declare type Query = {
|
|
|
78348
79656
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
78349
79657
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
78350
79658
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
79659
|
+
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
78351
79660
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
78352
79661
|
jsw?: Maybe<JswQuery>;
|
|
78353
79662
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
78354
79663
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
79664
|
+
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
78355
79665
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
78356
79666
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
78357
79667
|
license?: Maybe<License>;
|
|
@@ -78359,10 +79669,13 @@ export declare type Query = {
|
|
|
78359
79669
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
78360
79670
|
loomToken?: Maybe<LoomToken>;
|
|
78361
79671
|
loomUserStatus?: Maybe<LoomUserStatus>;
|
|
79672
|
+
loom_comment?: Maybe<LoomComment>;
|
|
79673
|
+
loom_comments?: Maybe<Array<Maybe<LoomComment>>>;
|
|
78362
79674
|
loom_meeting?: Maybe<LoomMeeting>;
|
|
78363
79675
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
78364
79676
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
78365
79677
|
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
79678
|
+
loom_settings?: Maybe<LoomSettings>;
|
|
78366
79679
|
loom_space?: Maybe<LoomSpace>;
|
|
78367
79680
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
78368
79681
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
@@ -78381,6 +79694,7 @@ export declare type Query = {
|
|
|
78381
79694
|
me: AuthenticationContext;
|
|
78382
79695
|
mercury?: Maybe<MercuryQueryApi>;
|
|
78383
79696
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
79697
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
78384
79698
|
migration: MigrationQuery;
|
|
78385
79699
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
78386
79700
|
migrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78428,7 +79742,6 @@ export declare type Query = {
|
|
|
78428
79742
|
polarisLabels?: Maybe<Array<LabelUsage>>;
|
|
78429
79743
|
polarisProject?: Maybe<PolarisProject>;
|
|
78430
79744
|
polarisSnippetPropertiesConfig?: Maybe<PolarisSnippetPropertiesConfig>;
|
|
78431
|
-
polarisTermsConsent?: Maybe<PolarisTermsConsent>;
|
|
78432
79745
|
polarisView?: Maybe<PolarisView>;
|
|
78433
79746
|
polarisViewArrangementInfo?: Maybe<Scalars['JSON']['output']>;
|
|
78434
79747
|
popularFeed?: Maybe<PaginatedPopularFeed>;
|
|
@@ -78511,7 +79824,6 @@ export declare type Query = {
|
|
|
78511
79824
|
team?: Maybe<TeamQuery>;
|
|
78512
79825
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
78513
79826
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
78514
|
-
teamPresence?: Maybe<TeamPresence>;
|
|
78515
79827
|
template?: Maybe<ContentPlatformTemplate>;
|
|
78516
79828
|
templateBodies?: Maybe<PaginatedTemplateBodyList>;
|
|
78517
79829
|
templateCategories?: Maybe<PaginatedTemplateCategoryList>;
|
|
@@ -78583,6 +79895,9 @@ export declare type QueryAgentStudio_SuggestConversationStartersArgs = {
|
|
|
78583
79895
|
cloudId: Scalars['String']['input'];
|
|
78584
79896
|
input: AgentStudioSuggestConversationStartersInput;
|
|
78585
79897
|
};
|
|
79898
|
+
export declare type QueryAiCoreApi_VsaReportingByProjectArgs = {
|
|
79899
|
+
projectAri: Scalars['ID']['input'];
|
|
79900
|
+
};
|
|
78586
79901
|
export declare type QueryAllIndividualSpacesArgs = {
|
|
78587
79902
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78588
79903
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -78620,6 +79935,16 @@ export declare type QueryAppActiveTunnelsArgs = {
|
|
|
78620
79935
|
export declare type QueryAppAdminArgs = {
|
|
78621
79936
|
appId: Scalars['ID']['input'];
|
|
78622
79937
|
};
|
|
79938
|
+
export declare type QueryAppContainerArgs = {
|
|
79939
|
+
appId: Scalars['ID']['input'];
|
|
79940
|
+
containerKey: Scalars['String']['input'];
|
|
79941
|
+
};
|
|
79942
|
+
export declare type QueryAppContainerRegistryLoginArgs = {
|
|
79943
|
+
appId: Scalars['ID']['input'];
|
|
79944
|
+
};
|
|
79945
|
+
export declare type QueryAppContainersArgs = {
|
|
79946
|
+
appId: Scalars['ID']['input'];
|
|
79947
|
+
};
|
|
78623
79948
|
export declare type QueryAppContributorsArgs = {
|
|
78624
79949
|
id: Scalars['ID']['input'];
|
|
78625
79950
|
};
|
|
@@ -78687,12 +80012,6 @@ export declare type QueryAppStoredEntitiesArgs = {
|
|
|
78687
80012
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78688
80013
|
where?: InputMaybe<Array<AppStoredEntityFilter>>;
|
|
78689
80014
|
};
|
|
78690
|
-
export declare type QueryAppStoredEntitiesForCleanupArgs = {
|
|
78691
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
78692
|
-
contextAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78693
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78694
|
-
where?: InputMaybe<Array<AppStoredEntityFilter>>;
|
|
78695
|
-
};
|
|
78696
80015
|
export declare type QueryAppStoredEntityArgs = {
|
|
78697
80016
|
contextAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78698
80017
|
encrypted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -78708,6 +80027,9 @@ export declare type QueryAppsArgs = {
|
|
|
78708
80027
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
78709
80028
|
cloudId: Scalars['ID']['input'];
|
|
78710
80029
|
};
|
|
80030
|
+
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
80031
|
+
cloudId: Scalars['ID']['input'];
|
|
80032
|
+
};
|
|
78711
80033
|
export declare type QueryAvailableContentStatesArgs = {
|
|
78712
80034
|
contentId: Scalars['ID']['input'];
|
|
78713
80035
|
};
|
|
@@ -78724,6 +80046,8 @@ export declare type QueryBlockedAccessRestrictionsArgs = {
|
|
|
78724
80046
|
};
|
|
78725
80047
|
export declare type QueryBoardScopeArgs = {
|
|
78726
80048
|
boardId: Scalars['ID']['input'];
|
|
80049
|
+
customFilterIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
80050
|
+
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
78727
80051
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78728
80052
|
};
|
|
78729
80053
|
export declare type QueryBulkPermittedArgs = {
|
|
@@ -78755,12 +80079,6 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
78755
80079
|
originalContentVersion: Scalars['Int']['input'];
|
|
78756
80080
|
revisedContentVersion: Scalars['Int']['input'];
|
|
78757
80081
|
};
|
|
78758
|
-
export declare type QueryCatchupVersionSummaryMetadataForContentArgs = {
|
|
78759
|
-
contentId: Scalars['ID']['input'];
|
|
78760
|
-
contentType: CatchupContentType;
|
|
78761
|
-
endTimeMs: Scalars['Long']['input'];
|
|
78762
|
-
updateType: CatchupUpdateType;
|
|
78763
|
-
};
|
|
78764
80082
|
export declare type QueryClassificationLevelArgs = {
|
|
78765
80083
|
id: Scalars['String']['input'];
|
|
78766
80084
|
};
|
|
@@ -79748,6 +81066,9 @@ export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
|
79748
81066
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
79749
81067
|
cloudId: Scalars['ID']['input'];
|
|
79750
81068
|
};
|
|
81069
|
+
export declare type QueryConfluence_EmptyArgs = {
|
|
81070
|
+
id: Scalars['ID']['input'];
|
|
81071
|
+
};
|
|
79751
81072
|
export declare type QueryConfluence_ExternalCollaboratorsByCriteriaArgs = {
|
|
79752
81073
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79753
81074
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -79817,7 +81138,7 @@ export declare type QueryConfluence_UserContentAccessArgs = {
|
|
|
79817
81138
|
accessType: ResourceAccessType;
|
|
79818
81139
|
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
79819
81140
|
cloudId: Scalars['ID']['input'];
|
|
79820
|
-
contentId: Scalars['
|
|
81141
|
+
contentId: Scalars['ID']['input'];
|
|
79821
81142
|
};
|
|
79822
81143
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
79823
81144
|
applicationId: Scalars['ID']['input'];
|
|
@@ -80021,6 +81342,12 @@ export declare type QueryCountUsersGroupByPageArgs = {
|
|
|
80021
81342
|
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
80022
81343
|
startTime: Scalars['String']['input'];
|
|
80023
81344
|
};
|
|
81345
|
+
export declare type QueryCustomerHubAgentConfiguration_ConfigurationByHelpCenterAriArgs = {
|
|
81346
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81347
|
+
};
|
|
81348
|
+
export declare type QueryCustomerHubAgentConfiguration_MappingByHelpCenterAriArgs = {
|
|
81349
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81350
|
+
};
|
|
80024
81351
|
export declare type QueryCustomerServiceArgs = {
|
|
80025
81352
|
cloudId: Scalars['ID']['input'];
|
|
80026
81353
|
};
|
|
@@ -80153,6 +81480,9 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
80153
81480
|
jobId: Scalars['ID']['input'];
|
|
80154
81481
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
80155
81482
|
};
|
|
81483
|
+
export declare type QueryDevai_AutodevJobsByAriArgs = {
|
|
81484
|
+
jobAris: Array<Scalars['ID']['input']>;
|
|
81485
|
+
};
|
|
80156
81486
|
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
80157
81487
|
issueAri: Scalars['ID']['input'];
|
|
80158
81488
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -80164,6 +81494,10 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
80164
81494
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
80165
81495
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
80166
81496
|
};
|
|
81497
|
+
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
81498
|
+
atlassianAccountId: Scalars['ID']['input'];
|
|
81499
|
+
cloudId: Scalars['ID']['input'];
|
|
81500
|
+
};
|
|
80167
81501
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
80168
81502
|
cloudId: Scalars['ID']['input'];
|
|
80169
81503
|
jobId: Scalars['ID']['input'];
|
|
@@ -80471,6 +81805,10 @@ export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
|
80471
81805
|
cloudId: Scalars['ID']['input'];
|
|
80472
81806
|
idOrKey: Scalars['String']['input'];
|
|
80473
81807
|
};
|
|
81808
|
+
export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
81809
|
+
cloudId: Scalars['ID']['input'];
|
|
81810
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
81811
|
+
};
|
|
80474
81812
|
export declare type QueryKnowledgeBaseArgs = {
|
|
80475
81813
|
cloudId: Scalars['ID']['input'];
|
|
80476
81814
|
};
|
|
@@ -80478,6 +81816,9 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
80478
81816
|
cloudId: Scalars['ID']['input'];
|
|
80479
81817
|
spaceAris: Array<Scalars['ID']['input']>;
|
|
80480
81818
|
};
|
|
81819
|
+
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
81820
|
+
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
81821
|
+
};
|
|
80481
81822
|
export declare type QueryLabelSearchArgs = {
|
|
80482
81823
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
80483
81824
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -80488,6 +81829,12 @@ export declare type QueryLabelSearchArgs = {
|
|
|
80488
81829
|
export declare type QueryLookAndFeelArgs = {
|
|
80489
81830
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
80490
81831
|
};
|
|
81832
|
+
export declare type QueryLoom_CommentArgs = {
|
|
81833
|
+
id: Scalars['ID']['input'];
|
|
81834
|
+
};
|
|
81835
|
+
export declare type QueryLoom_CommentsArgs = {
|
|
81836
|
+
ids: Array<Scalars['ID']['input']>;
|
|
81837
|
+
};
|
|
80491
81838
|
export declare type QueryLoom_MeetingArgs = {
|
|
80492
81839
|
id: Scalars['ID']['input'];
|
|
80493
81840
|
};
|
|
@@ -80500,6 +81847,9 @@ export declare type QueryLoom_MeetingRecurrencesArgs = {
|
|
|
80500
81847
|
export declare type QueryLoom_MeetingsArgs = {
|
|
80501
81848
|
ids: Array<Scalars['ID']['input']>;
|
|
80502
81849
|
};
|
|
81850
|
+
export declare type QueryLoom_SettingsArgs = {
|
|
81851
|
+
siteId: Scalars['ID']['input'];
|
|
81852
|
+
};
|
|
80503
81853
|
export declare type QueryLoom_SpaceArgs = {
|
|
80504
81854
|
id: Scalars['ID']['input'];
|
|
80505
81855
|
};
|
|
@@ -80554,6 +81904,7 @@ export declare type QueryMyVisitedPagesArgs = {
|
|
|
80554
81904
|
};
|
|
80555
81905
|
export declare type QueryMyVisitedSpacesArgs = {
|
|
80556
81906
|
accountId?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
81907
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
80557
81908
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
80558
81909
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
80559
81910
|
eventName?: InputMaybe<Array<InputMaybe<AnalyticsEventName>>>;
|
|
@@ -80703,9 +82054,6 @@ export declare type QueryPolarisSnippetPropertiesConfigArgs = {
|
|
|
80703
82054
|
oauthClientId: Scalars['String']['input'];
|
|
80704
82055
|
project: Scalars['ID']['input'];
|
|
80705
82056
|
};
|
|
80706
|
-
export declare type QueryPolarisTermsConsentArgs = {
|
|
80707
|
-
cloudID: Scalars['ID']['input'];
|
|
80708
|
-
};
|
|
80709
82057
|
export declare type QueryPolarisViewArgs = {
|
|
80710
82058
|
id: Scalars['ID']['input'];
|
|
80711
82059
|
};
|
|
@@ -80921,6 +82269,9 @@ export declare type QuerySitePermissionsArgs = {
|
|
|
80921
82269
|
operations?: InputMaybe<Array<InputMaybe<SitePermissionOperationType>>>;
|
|
80922
82270
|
permissionTypes?: InputMaybe<Array<InputMaybe<SitePermissionType>>>;
|
|
80923
82271
|
};
|
|
82272
|
+
export declare type QuerySiteSettingsArgs = {
|
|
82273
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82274
|
+
};
|
|
80924
82275
|
export declare type QuerySnippetsArgs = {
|
|
80925
82276
|
accountId: Scalars['String']['input'];
|
|
80926
82277
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -80933,6 +82284,7 @@ export declare type QuerySoftwareBoardsArgs = {
|
|
|
80933
82284
|
projectAri: Scalars['ID']['input'];
|
|
80934
82285
|
};
|
|
80935
82286
|
export declare type QuerySpaceArgs = {
|
|
82287
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
80936
82288
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
80937
82289
|
identifier?: InputMaybe<Scalars['ID']['input']>;
|
|
80938
82290
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81149,6 +82501,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
81149
82501
|
export declare type QueryUserArgs = {
|
|
81150
82502
|
accountId: Scalars['ID']['input'];
|
|
81151
82503
|
};
|
|
82504
|
+
export declare type QueryUserAccessStatusArgs = {
|
|
82505
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82506
|
+
};
|
|
81152
82507
|
export declare type QueryUserGroupSearchArgs = {
|
|
81153
82508
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
81154
82509
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81636,7 +82991,6 @@ export declare enum RateLimitingCurrency {
|
|
|
81636
82991
|
PolarisReactionCurrency = "POLARIS_REACTION_CURRENCY",
|
|
81637
82992
|
PolarisSnippetCurrency = "POLARIS_SNIPPET_CURRENCY",
|
|
81638
82993
|
PolarisSnippetPropertiesConfigQueryCurrency = "POLARIS_SNIPPET_PROPERTIES_CONFIG_QUERY_CURRENCY",
|
|
81639
|
-
PolarisTermsConsentQueryCurrency = "POLARIS_TERMS_CONSENT_QUERY_CURRENCY",
|
|
81640
82994
|
PolarisUnfurlCurrency = "POLARIS_UNFURL_CURRENCY",
|
|
81641
82995
|
PolarisViewsetCurrency = "POLARIS_VIEWSET_CURRENCY",
|
|
81642
82996
|
PolarisViewArrangementInfoQueryCurrency = "POLARIS_VIEW_ARRANGEMENT_INFO_QUERY_CURRENCY",
|
|
@@ -81883,9 +83237,6 @@ export declare type RemoveGroupSpacePermissionsInput = {
|
|
|
81883
83237
|
groupNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
81884
83238
|
spaceKey: Scalars['String']['input'];
|
|
81885
83239
|
};
|
|
81886
|
-
export declare type RemovePolarisColumnInput = {
|
|
81887
|
-
column: Scalars['ID']['input'];
|
|
81888
|
-
};
|
|
81889
83240
|
export declare type RemovePublicLinkPermissionsInput = {
|
|
81890
83241
|
objectId: Scalars['ID']['input'];
|
|
81891
83242
|
objectType: PublicLinkPermissionsObjectType;
|
|
@@ -81904,6 +83255,12 @@ export declare type RemoveUserSpacePermissionsInput = {
|
|
|
81904
83255
|
accountId: Scalars['String']['input'];
|
|
81905
83256
|
spaceKey: Scalars['String']['input'];
|
|
81906
83257
|
};
|
|
83258
|
+
export declare type ReopenCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83259
|
+
__typename?: 'ReopenCommentsMutationErrorExtension';
|
|
83260
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83261
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83262
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83263
|
+
};
|
|
81907
83264
|
export declare type ReplyInlineCommentInput = {
|
|
81908
83265
|
commentBody: CommentBody;
|
|
81909
83266
|
commentSource?: InputMaybe<Platform>;
|
|
@@ -81948,6 +83305,12 @@ export declare type ResetToDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
|
81948
83305
|
errors?: Maybe<Array<MutationError>>;
|
|
81949
83306
|
success: Scalars['Boolean']['output'];
|
|
81950
83307
|
};
|
|
83308
|
+
export declare type ResolveCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83309
|
+
__typename?: 'ResolveCommentsMutationErrorExtension';
|
|
83310
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83311
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83312
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83313
|
+
};
|
|
81951
83314
|
export declare type ResolveInlineCommentPayload = {
|
|
81952
83315
|
__typename?: 'ResolveInlineCommentPayload';
|
|
81953
83316
|
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
@@ -83428,6 +84791,7 @@ export declare enum SearchIssueStatusCategory {
|
|
|
83428
84791
|
export declare type SearchItemConnection = {
|
|
83429
84792
|
__typename?: 'SearchItemConnection';
|
|
83430
84793
|
abTest?: Maybe<SearchAbTest>;
|
|
84794
|
+
deferredEdges?: Maybe<Array<SearchResultItemEdge>>;
|
|
83431
84795
|
edges: Array<SearchResultItemEdge>;
|
|
83432
84796
|
interleaverScrapingResult?: Maybe<SearchInterleaverScrapingResult>;
|
|
83433
84797
|
pageInfo: PageInfo;
|
|
@@ -83467,6 +84831,7 @@ export declare type SearchLayerDefinition = {
|
|
|
83467
84831
|
subEntity?: InputMaybe<Scalars['String']['input']>;
|
|
83468
84832
|
};
|
|
83469
84833
|
export declare type SearchMercuryFilter = {
|
|
84834
|
+
ancestorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83470
84835
|
focusAreaTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83471
84836
|
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83472
84837
|
};
|
|
@@ -83504,6 +84869,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
83504
84869
|
experimentContext?: InputMaybe<SearchExperimentContextInput>;
|
|
83505
84870
|
filters: SearchFilterInput;
|
|
83506
84871
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84872
|
+
interleaveResults?: InputMaybe<Scalars['Boolean']['input']>;
|
|
83507
84873
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
83508
84874
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
83509
84875
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
@@ -83605,7 +84971,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
83605
84971
|
type: SearchResultType;
|
|
83606
84972
|
url: Scalars['URL']['output'];
|
|
83607
84973
|
};
|
|
83608
|
-
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
84974
|
+
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
83609
84975
|
export declare type SearchResultFederated = SearchResult & {
|
|
83610
84976
|
__typename?: 'SearchResultFederated';
|
|
83611
84977
|
description: Scalars['String']['output'];
|
|
@@ -83826,6 +85192,7 @@ export declare type SearchResultMercuryFocusArea = SearchResult & {
|
|
|
83826
85192
|
export declare type SearchResultMercuryFocusAreaStatusUpdate = SearchResult & {
|
|
83827
85193
|
__typename?: 'SearchResultMercuryFocusAreaStatusUpdate';
|
|
83828
85194
|
description: Scalars['String']['output'];
|
|
85195
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
83829
85196
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
83830
85197
|
id: Scalars['ID']['output'];
|
|
83831
85198
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -83933,6 +85300,7 @@ export declare enum SearchSortOrder {
|
|
|
83933
85300
|
}
|
|
83934
85301
|
export declare type SearchThirdPartyFilter = {
|
|
83935
85302
|
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
85303
|
+
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83936
85304
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83937
85305
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83938
85306
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -84037,13 +85405,6 @@ export declare type SecurityWorkspace = {
|
|
|
84037
85405
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
84038
85406
|
url?: Maybe<Scalars['URL']['output']>;
|
|
84039
85407
|
};
|
|
84040
|
-
export declare enum Segment {
|
|
84041
|
-
Enterprise = "ENTERPRISE",
|
|
84042
|
-
Free = "FREE",
|
|
84043
|
-
Premium = "PREMIUM",
|
|
84044
|
-
Standard = "STANDARD",
|
|
84045
|
-
Unknown = "UNKNOWN"
|
|
84046
|
-
}
|
|
84047
85408
|
export declare type ServiceProvider = {
|
|
84048
85409
|
__typename?: 'ServiceProvider';
|
|
84049
85410
|
endUserDataTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -86080,6 +87441,7 @@ export declare type SoftwareBoard = {
|
|
|
86080
87441
|
columns?: Maybe<Array<Maybe<Column>>>;
|
|
86081
87442
|
customSwimlaneConfig?: Maybe<JswCustomSwimlaneConnection>;
|
|
86082
87443
|
editConfig?: Maybe<BoardEditConfig>;
|
|
87444
|
+
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
86083
87445
|
hasClearedCards?: Maybe<Scalars['Boolean']['output']>;
|
|
86084
87446
|
id?: Maybe<Scalars['ID']['output']>;
|
|
86085
87447
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
@@ -86590,9 +87952,12 @@ export declare enum SpacePermissionType {
|
|
|
86590
87952
|
ArchiveSpace = "ARCHIVE_SPACE",
|
|
86591
87953
|
Comment = "COMMENT",
|
|
86592
87954
|
CreateAttachment = "CREATE_ATTACHMENT",
|
|
87955
|
+
CreateBlog = "CREATE_BLOG",
|
|
86593
87956
|
CreateEditPage = "CREATE_EDIT_PAGE",
|
|
86594
87957
|
DeleteSpace = "DELETE_SPACE",
|
|
86595
87958
|
EditBlog = "EDIT_BLOG",
|
|
87959
|
+
EditNativeContent = "EDIT_NATIVE_CONTENT",
|
|
87960
|
+
ExportContent = "EXPORT_CONTENT",
|
|
86596
87961
|
ExportPage = "EXPORT_PAGE",
|
|
86597
87962
|
ExportSpace = "EXPORT_SPACE",
|
|
86598
87963
|
ManageGuestUsers = "MANAGE_GUEST_USERS",
|
|
@@ -87012,10 +88377,12 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
87012
88377
|
};
|
|
87013
88378
|
export declare type Subscription = {
|
|
87014
88379
|
__typename?: 'Subscription';
|
|
88380
|
+
confluence_onContentUpdated?: Maybe<ConfluenceContent>;
|
|
87015
88381
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
87016
88382
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
87017
88383
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
87018
88384
|
devai_onAutodevJobLogsUpdated?: Maybe<DevAiAutodevLogEdge>;
|
|
88385
|
+
devai_onTechnicalPlannerJobUpdated?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87019
88386
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
87020
88387
|
jira?: Maybe<JiraSubscription>;
|
|
87021
88388
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
@@ -87026,6 +88393,9 @@ export declare type Subscription = {
|
|
|
87026
88393
|
testing?: Maybe<TestingSubscription>;
|
|
87027
88394
|
trello: TrelloSubscriptionApi;
|
|
87028
88395
|
};
|
|
88396
|
+
export declare type SubscriptionConfluence_OnContentUpdatedArgs = {
|
|
88397
|
+
id: Scalars['ID']['input'];
|
|
88398
|
+
};
|
|
87029
88399
|
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
87030
88400
|
cloudId: Scalars['ID']['input'];
|
|
87031
88401
|
jobId: Scalars['ID']['input'];
|
|
@@ -87038,6 +88408,10 @@ export declare type SubscriptionDevai_OnAutodevJobLogsUpdatedArgs = {
|
|
|
87038
88408
|
cloudId: Scalars['ID']['input'];
|
|
87039
88409
|
jobId: Scalars['ID']['input'];
|
|
87040
88410
|
};
|
|
88411
|
+
export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
88412
|
+
cloudId: Scalars['ID']['input'];
|
|
88413
|
+
jobId: Scalars['ID']['input'];
|
|
88414
|
+
};
|
|
87041
88415
|
export declare enum SummaryType {
|
|
87042
88416
|
Blogpost = "BLOGPOST",
|
|
87043
88417
|
Page = "PAGE"
|
|
@@ -87641,10 +89015,6 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
87641
89015
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
87642
89016
|
role: TeamRole;
|
|
87643
89017
|
};
|
|
87644
|
-
export declare type TeamPresence = {
|
|
87645
|
-
__typename?: 'TeamPresence';
|
|
87646
|
-
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
87647
|
-
};
|
|
87648
89018
|
export declare type TeamPrincipal = {
|
|
87649
89019
|
__typename?: 'TeamPrincipal';
|
|
87650
89020
|
principalId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -87888,7 +89258,6 @@ export declare type Tenant = {
|
|
|
87888
89258
|
cloudId: Scalars['ID']['output'];
|
|
87889
89259
|
editions?: Maybe<ConfluenceEditions>;
|
|
87890
89260
|
environment: Environment;
|
|
87891
|
-
segment?: Maybe<Segment>;
|
|
87892
89261
|
shard: Scalars['String']['output'];
|
|
87893
89262
|
};
|
|
87894
89263
|
export declare type TenantContext = {
|
|
@@ -88489,10 +89858,12 @@ export declare type TownsquareGoal = Node & {
|
|
|
88489
89858
|
owner?: Maybe<User>;
|
|
88490
89859
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
88491
89860
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
89861
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
88492
89862
|
state?: Maybe<TownsquareGoalState>;
|
|
88493
89863
|
status?: Maybe<TownsquareStatus>;
|
|
88494
89864
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
88495
89865
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
89866
|
+
tags?: Maybe<TownsquareTagConnection>;
|
|
88496
89867
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
88497
89868
|
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
88498
89869
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -88504,6 +89875,14 @@ export declare type TownsquareGoalParentGoalSuggestionsArgs = {
|
|
|
88504
89875
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88505
89876
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
88506
89877
|
};
|
|
89878
|
+
export declare type TownsquareGoalRisksArgs = {
|
|
89879
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89880
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89881
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89882
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89883
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89884
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
89885
|
+
};
|
|
88507
89886
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
88508
89887
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88509
89888
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88513,6 +89892,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
88513
89892
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88514
89893
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88515
89894
|
};
|
|
89895
|
+
export declare type TownsquareGoalTagsArgs = {
|
|
89896
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89897
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89898
|
+
};
|
|
88516
89899
|
export declare type TownsquareGoalUpdatesArgs = {
|
|
88517
89900
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88518
89901
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88670,6 +90053,17 @@ export declare type TownsquareGoalUpdateEdge = {
|
|
|
88670
90053
|
cursor: Scalars['String']['output'];
|
|
88671
90054
|
node?: Maybe<TownsquareGoalUpdate>;
|
|
88672
90055
|
};
|
|
90056
|
+
export declare type TownsquareHighlight = {
|
|
90057
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90058
|
+
creator?: Maybe<User>;
|
|
90059
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90060
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90061
|
+
id: Scalars['ID']['output'];
|
|
90062
|
+
lastEditedBy?: Maybe<User>;
|
|
90063
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90064
|
+
project?: Maybe<TownsquareProject>;
|
|
90065
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90066
|
+
};
|
|
88673
90067
|
export declare type TownsquareLocalizationField = {
|
|
88674
90068
|
__typename?: 'TownsquareLocalizationField';
|
|
88675
90069
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88746,11 +90140,27 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
88746
90140
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
88747
90141
|
name: Scalars['String']['output'];
|
|
88748
90142
|
owner?: Maybe<User>;
|
|
90143
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
90144
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
88749
90145
|
state?: Maybe<TownsquareProjectState>;
|
|
90146
|
+
tags?: Maybe<TownsquareTagConnection>;
|
|
88750
90147
|
updates?: Maybe<TownsquareProjectUpdateConnection>;
|
|
88751
90148
|
url?: Maybe<Scalars['String']['output']>;
|
|
88752
90149
|
uuid: Scalars['String']['output'];
|
|
88753
90150
|
};
|
|
90151
|
+
export declare type TownsquareProjectRisksArgs = {
|
|
90152
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90153
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90154
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90155
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90156
|
+
isResolved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90157
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90158
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
90159
|
+
};
|
|
90160
|
+
export declare type TownsquareProjectTagsArgs = {
|
|
90161
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90162
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90163
|
+
};
|
|
88754
90164
|
export declare type TownsquareProjectUpdatesArgs = {
|
|
88755
90165
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88756
90166
|
createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -88971,6 +90381,38 @@ export declare type TownsquareRelationshipInput = {
|
|
|
88971
90381
|
from: Scalars['String']['input'];
|
|
88972
90382
|
to: Scalars['String']['input'];
|
|
88973
90383
|
};
|
|
90384
|
+
export declare type TownsquareRisk = TownsquareHighlight & {
|
|
90385
|
+
__typename?: 'TownsquareRisk';
|
|
90386
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90387
|
+
creator?: Maybe<User>;
|
|
90388
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90389
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90390
|
+
id: Scalars['ID']['output'];
|
|
90391
|
+
lastEditedBy?: Maybe<User>;
|
|
90392
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90393
|
+
project?: Maybe<TownsquareProject>;
|
|
90394
|
+
resolvedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90395
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90396
|
+
};
|
|
90397
|
+
export declare type TownsquareRiskConnection = {
|
|
90398
|
+
__typename?: 'TownsquareRiskConnection';
|
|
90399
|
+
count: Scalars['Int']['output'];
|
|
90400
|
+
edges?: Maybe<Array<Maybe<TownsquareRiskEdge>>>;
|
|
90401
|
+
pageInfo: PageInfo;
|
|
90402
|
+
};
|
|
90403
|
+
export declare type TownsquareRiskEdge = {
|
|
90404
|
+
__typename?: 'TownsquareRiskEdge';
|
|
90405
|
+
cursor: Scalars['String']['output'];
|
|
90406
|
+
node?: Maybe<TownsquareRisk>;
|
|
90407
|
+
};
|
|
90408
|
+
export declare enum TownsquareRiskSortEnum {
|
|
90409
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
90410
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
90411
|
+
IdAsc = "ID_ASC",
|
|
90412
|
+
IdDesc = "ID_DESC",
|
|
90413
|
+
SummaryAsc = "SUMMARY_ASC",
|
|
90414
|
+
SummaryDesc = "SUMMARY_DESC"
|
|
90415
|
+
}
|
|
88974
90416
|
export declare type TownsquareSetParentGoalInput = {
|
|
88975
90417
|
goalAri: Scalars['String']['input'];
|
|
88976
90418
|
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -88988,7 +90430,9 @@ export declare type TownsquareStatus = {
|
|
|
88988
90430
|
};
|
|
88989
90431
|
export declare type TownsquareTag = Node & {
|
|
88990
90432
|
__typename?: 'TownsquareTag';
|
|
90433
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
88991
90434
|
description?: Maybe<Scalars['String']['output']>;
|
|
90435
|
+
iconData?: Maybe<Scalars['String']['output']>;
|
|
88992
90436
|
id: Scalars['ID']['output'];
|
|
88993
90437
|
name?: Maybe<Scalars['String']['output']>;
|
|
88994
90438
|
};
|
|
@@ -89607,6 +91051,7 @@ export declare type TrelloBoardUpdatedEdge = {
|
|
|
89607
91051
|
export declare type TrelloBoardViewer = {
|
|
89608
91052
|
__typename?: 'TrelloBoardViewer';
|
|
89609
91053
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91054
|
+
aiMSTeamsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89610
91055
|
aiSlackEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89611
91056
|
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
89612
91057
|
email?: Maybe<TrelloBoardViewerEmail>;
|
|
@@ -89838,6 +91283,8 @@ export declare type TrelloCardEdge = {
|
|
|
89838
91283
|
};
|
|
89839
91284
|
export declare enum TrelloCardExternalSource {
|
|
89840
91285
|
Email = "EMAIL",
|
|
91286
|
+
Msteams = "MSTEAMS",
|
|
91287
|
+
Siri = "SIRI",
|
|
89841
91288
|
Slack = "SLACK"
|
|
89842
91289
|
}
|
|
89843
91290
|
export declare type TrelloCardLimit = {
|
|
@@ -90436,6 +91883,7 @@ export declare type TrelloMutationApi = {
|
|
|
90436
91883
|
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
90437
91884
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
90438
91885
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
91886
|
+
updateBoardViewerAIMSTeams?: Maybe<TrelloUpdateBoardViewerAimsTeamsPayload>;
|
|
90439
91887
|
updateBoardViewerAISlack?: Maybe<TrelloUpdateBoardViewerAiSlackPayload>;
|
|
90440
91888
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
90441
91889
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
@@ -90492,6 +91940,9 @@ export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
|
90492
91940
|
export declare type TrelloMutationApiUpdateBoardViewerAiEmailArgs = {
|
|
90493
91941
|
input: TrelloUpdateBoardViewerAiEmailInput;
|
|
90494
91942
|
};
|
|
91943
|
+
export declare type TrelloMutationApiUpdateBoardViewerAimsTeamsArgs = {
|
|
91944
|
+
input: TrelloUpdateBoardViewerAimsTeamsInput;
|
|
91945
|
+
};
|
|
90495
91946
|
export declare type TrelloMutationApiUpdateBoardViewerAiSlackArgs = {
|
|
90496
91947
|
input: TrelloUpdateBoardViewerAiSlackInput;
|
|
90497
91948
|
};
|
|
@@ -90547,6 +91998,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
|
|
|
90547
91998
|
accountType?: Maybe<TrelloSupportedPlannerProviders>;
|
|
90548
91999
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
90549
92000
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
92001
|
+
googleAccountAri?: Maybe<Scalars['ID']['output']>;
|
|
90550
92002
|
hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
|
|
90551
92003
|
id: Scalars['ID']['output'];
|
|
90552
92004
|
outboundAuthId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -90559,8 +92011,8 @@ export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {
|
|
|
90559
92011
|
};
|
|
90560
92012
|
export declare type TrelloPlannerCalendarAccountProviderCalendarsArgs = {
|
|
90561
92013
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92014
|
+
filter?: InputMaybe<TrelloPlannerCalendarProviderCalendarsFilter>;
|
|
90562
92015
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90563
|
-
syncToken?: InputMaybe<Scalars['String']['input']>;
|
|
90564
92016
|
};
|
|
90565
92017
|
export declare type TrelloPlannerCalendarAccountConnection = {
|
|
90566
92018
|
__typename?: 'TrelloPlannerCalendarAccountConnection';
|
|
@@ -90716,6 +92168,7 @@ export declare type TrelloPlannerCalendarEventDeleted = {
|
|
|
90716
92168
|
export declare type TrelloPlannerCalendarEventEdge = {
|
|
90717
92169
|
__typename?: 'TrelloPlannerCalendarEventEdge';
|
|
90718
92170
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
92171
|
+
deletedEvent?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
90719
92172
|
node?: Maybe<TrelloPlannerCalendarEvent>;
|
|
90720
92173
|
};
|
|
90721
92174
|
export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
@@ -90724,6 +92177,7 @@ export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
|
90724
92177
|
};
|
|
90725
92178
|
export declare enum TrelloPlannerCalendarEventStatus {
|
|
90726
92179
|
Accepted = "ACCEPTED",
|
|
92180
|
+
Cancelled = "CANCELLED",
|
|
90727
92181
|
Declined = "DECLINED",
|
|
90728
92182
|
NeedsAction = "NEEDS_ACTION",
|
|
90729
92183
|
Tentative = "TENTATIVE"
|
|
@@ -90747,8 +92201,12 @@ export declare enum TrelloPlannerCalendarEventVisibility {
|
|
|
90747
92201
|
export declare type TrelloPlannerCalendarEventsFilter = {
|
|
90748
92202
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90749
92203
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
92204
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
90750
92205
|
};
|
|
90751
92206
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
92207
|
+
export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
92208
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92209
|
+
};
|
|
90752
92210
|
export declare type TrelloPlannerCalendarUpdated = {
|
|
90753
92211
|
__typename?: 'TrelloPlannerCalendarUpdated';
|
|
90754
92212
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
@@ -91050,6 +92508,7 @@ export declare type TrelloStickerUpdatedConnection = {
|
|
|
91050
92508
|
export declare type TrelloSubscriptionApi = {
|
|
91051
92509
|
__typename?: 'TrelloSubscriptionApi';
|
|
91052
92510
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
92511
|
+
onCardsUpdated?: Maybe<TrelloBoardUpdated>;
|
|
91053
92512
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
91054
92513
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
91055
92514
|
};
|
|
@@ -91057,6 +92516,10 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
91057
92516
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
91058
92517
|
id: Scalars['ID']['input'];
|
|
91059
92518
|
};
|
|
92519
|
+
export declare type TrelloSubscriptionApiOnCardsUpdatedArgs = {
|
|
92520
|
+
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
92521
|
+
id: Scalars['ID']['input'];
|
|
92522
|
+
};
|
|
91060
92523
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
91061
92524
|
id: Scalars['ID']['input'];
|
|
91062
92525
|
};
|
|
@@ -91167,6 +92630,16 @@ export declare type TrelloUpdateBoardViewerAiEmailPayload = Payload & {
|
|
|
91167
92630
|
success: Scalars['Boolean']['output'];
|
|
91168
92631
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
91169
92632
|
};
|
|
92633
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsInput = {
|
|
92634
|
+
boardId: Scalars['ID']['input'];
|
|
92635
|
+
value: Scalars['Boolean']['input'];
|
|
92636
|
+
};
|
|
92637
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsPayload = Payload & {
|
|
92638
|
+
__typename?: 'TrelloUpdateBoardViewerAIMSTeamsPayload';
|
|
92639
|
+
errors?: Maybe<Array<MutationError>>;
|
|
92640
|
+
success: Scalars['Boolean']['output'];
|
|
92641
|
+
viewer?: Maybe<TrelloBoardViewer>;
|
|
92642
|
+
};
|
|
91170
92643
|
export declare type TrelloUpdateBoardViewerAiSlackInput = {
|
|
91171
92644
|
boardId: Scalars['ID']['input'];
|
|
91172
92645
|
value: Scalars['Boolean']['input'];
|
|
@@ -91351,6 +92824,7 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
91351
92824
|
isLinked: Scalars['Boolean']['output'];
|
|
91352
92825
|
isManaged: Scalars['Boolean']['output'];
|
|
91353
92826
|
isPrimary: Scalars['Boolean']['output'];
|
|
92827
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91354
92828
|
linkedAccounts?: Maybe<UnifiedULinkedAccountResult>;
|
|
91355
92829
|
nickname: Scalars['String']['output'];
|
|
91356
92830
|
picture: Scalars['String']['output'];
|
|
@@ -91362,6 +92836,7 @@ export declare type UnifiedAccountBasics = UnifiedINode & {
|
|
|
91362
92836
|
isLinked: Scalars['Boolean']['output'];
|
|
91363
92837
|
isManaged: Scalars['Boolean']['output'];
|
|
91364
92838
|
isPrimary: Scalars['Boolean']['output'];
|
|
92839
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91365
92840
|
linkedAccountsBasics?: Maybe<UnifiedULinkedAccountBasicsResult>;
|
|
91366
92841
|
nickname: Scalars['String']['output'];
|
|
91367
92842
|
picture: Scalars['String']['output'];
|
|
@@ -91472,14 +92947,17 @@ export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
|
91472
92947
|
};
|
|
91473
92948
|
export declare type UnifiedConsentObj = {
|
|
91474
92949
|
__typename?: 'UnifiedConsentObj';
|
|
91475
|
-
|
|
91476
|
-
|
|
91477
|
-
|
|
91478
|
-
|
|
92950
|
+
consentKey: Scalars['String']['output'];
|
|
92951
|
+
consentStatus: Scalars['String']['output'];
|
|
92952
|
+
consenthubStatus: Scalars['Boolean']['output'];
|
|
92953
|
+
createdAt: Scalars['String']['output'];
|
|
92954
|
+
updatedAt: Scalars['String']['output'];
|
|
92955
|
+
uppConsentStatus: Scalars['Boolean']['output'];
|
|
91479
92956
|
};
|
|
91480
92957
|
export declare type UnifiedConsentObjInput = {
|
|
91481
|
-
|
|
91482
|
-
|
|
92958
|
+
consentKey: Scalars['String']['input'];
|
|
92959
|
+
consentStatus: Scalars['String']['input'];
|
|
92960
|
+
displayedText?: InputMaybe<Scalars['String']['input']>;
|
|
91483
92961
|
};
|
|
91484
92962
|
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
91485
92963
|
__typename?: 'UnifiedConsentPayload';
|
|
@@ -91497,11 +92975,11 @@ export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
|
91497
92975
|
};
|
|
91498
92976
|
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
91499
92977
|
__typename?: 'UnifiedConsentStatus';
|
|
91500
|
-
|
|
91501
|
-
|
|
92978
|
+
consentObj: Array<UnifiedConsentObj>;
|
|
92979
|
+
createdAt: Scalars['String']['output'];
|
|
91502
92980
|
id: Scalars['ID']['output'];
|
|
91503
92981
|
type: Scalars['String']['output'];
|
|
91504
|
-
|
|
92982
|
+
updatedAt: Scalars['String']['output'];
|
|
91505
92983
|
value: Scalars['String']['output'];
|
|
91506
92984
|
};
|
|
91507
92985
|
export declare type UnifiedForums = UnifiedINode & {
|
|
@@ -91509,6 +92987,7 @@ export declare type UnifiedForums = UnifiedINode & {
|
|
|
91509
92987
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
91510
92988
|
groups?: Maybe<UnifiedUForumsGroupsResult>;
|
|
91511
92989
|
id: Scalars['ID']['output'];
|
|
92990
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91512
92991
|
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
91513
92992
|
};
|
|
91514
92993
|
export declare type UnifiedForumsBadgesArgs = {
|
|
@@ -91867,6 +93346,7 @@ export declare type UnifiedMutation = {
|
|
|
91867
93346
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
91868
93347
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
91869
93348
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
93349
|
+
profile?: Maybe<UnifiedProfileMutation>;
|
|
91870
93350
|
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
91871
93351
|
};
|
|
91872
93352
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
@@ -91967,6 +93447,13 @@ export declare type UnifiedProfileInput = {
|
|
|
91967
93447
|
xUrl?: InputMaybe<Scalars['String']['input']>;
|
|
91968
93448
|
youtubeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
91969
93449
|
};
|
|
93450
|
+
export declare type UnifiedProfileMutation = {
|
|
93451
|
+
__typename?: 'UnifiedProfileMutation';
|
|
93452
|
+
getExistingOrNewProfileFromKhorosUserId?: Maybe<UnifiedProfilePayload>;
|
|
93453
|
+
};
|
|
93454
|
+
export declare type UnifiedProfileMutationGetExistingOrNewProfileFromKhorosUserIdArgs = {
|
|
93455
|
+
khorosUserId: Scalars['String']['input'];
|
|
93456
|
+
};
|
|
91970
93457
|
export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
91971
93458
|
__typename?: 'UnifiedProfilePayload';
|
|
91972
93459
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
@@ -92739,18 +94226,6 @@ export declare type UpdatePolarisSnippetInput = {
|
|
|
92739
94226
|
setProperties?: InputMaybe<Scalars['JSON']['input']>;
|
|
92740
94227
|
url?: InputMaybe<Scalars['String']['input']>;
|
|
92741
94228
|
};
|
|
92742
|
-
export declare type UpdatePolarisTermsConsentInput = {
|
|
92743
|
-
cloudID: Scalars['String']['input'];
|
|
92744
|
-
displayedText: Scalars['String']['input'];
|
|
92745
|
-
locale: Scalars['String']['input'];
|
|
92746
|
-
marketingConsent: Scalars['Boolean']['input'];
|
|
92747
|
-
url: Scalars['URL']['input'];
|
|
92748
|
-
};
|
|
92749
|
-
export declare type UpdatePolarisTermsConsentPayload = Payload & {
|
|
92750
|
-
__typename?: 'UpdatePolarisTermsConsentPayload';
|
|
92751
|
-
errors?: Maybe<Array<MutationError>>;
|
|
92752
|
-
success: Scalars['Boolean']['output'];
|
|
92753
|
-
};
|
|
92754
94229
|
export declare type UpdatePolarisTimelineConfig = {
|
|
92755
94230
|
dueDateField?: InputMaybe<Scalars['ID']['input']>;
|
|
92756
94231
|
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -93084,7 +94559,6 @@ export declare type UserPreferences = {
|
|
|
93084
94559
|
spacePagesSortView: PagesSortPersistenceOption;
|
|
93085
94560
|
spaceViewsPersistence: SpaceViewsPersistenceOption;
|
|
93086
94561
|
theme: Scalars['String']['output'];
|
|
93087
|
-
topNavigationOptedOut?: Maybe<Scalars['Boolean']['output']>;
|
|
93088
94562
|
userSpacesNotifiedChangeBoardingOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93089
94563
|
userSpacesNotifiedOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93090
94564
|
watchMyOwnContent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -93222,13 +94696,6 @@ export declare type Version = {
|
|
|
93222
94696
|
syncRevSource?: Maybe<Scalars['String']['output']>;
|
|
93223
94697
|
when?: Maybe<Scalars['String']['output']>;
|
|
93224
94698
|
};
|
|
93225
|
-
export declare type VersionSummaryMetaDataItem = {
|
|
93226
|
-
__typename?: 'VersionSummaryMetaDataItem';
|
|
93227
|
-
collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
93228
|
-
creationDate: Scalars['String']['output'];
|
|
93229
|
-
users?: Maybe<Array<Maybe<Person>>>;
|
|
93230
|
-
versionNumber: Scalars['Int']['output'];
|
|
93231
|
-
};
|
|
93232
94699
|
export declare type ViewedComments = {
|
|
93233
94700
|
__typename?: 'ViewedComments';
|
|
93234
94701
|
commentIds: Array<Maybe<Scalars['ID']['output']>>;
|