@forge/cli-shared 6.6.1-next.9 → 6.6.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +147 -0
- package/out/graphql/graphql-types.d.ts +1620 -347
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +142 -41
- package/out/service/supported-products-service.d.ts +3 -3
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +30 -15
- 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
|
};
|
|
@@ -1044,6 +1043,7 @@ export declare enum ApiGroup {
|
|
|
1044
1043
|
Actions = "ACTIONS",
|
|
1045
1044
|
AgentStudio = "AGENT_STUDIO",
|
|
1046
1045
|
AppRecommendations = "APP_RECOMMENDATIONS",
|
|
1046
|
+
AtlassianStudio = "ATLASSIAN_STUDIO",
|
|
1047
1047
|
Caas = "CAAS",
|
|
1048
1048
|
CloudAdmin = "CLOUD_ADMIN",
|
|
1049
1049
|
CollaborationGraph = "COLLABORATION_GRAPH",
|
|
@@ -1076,6 +1076,7 @@ export declare enum ApiGroup {
|
|
|
1076
1076
|
Jira = "JIRA",
|
|
1077
1077
|
Papi = "PAPI",
|
|
1078
1078
|
Polaris = "POLARIS",
|
|
1079
|
+
ServiceHubAgentConfiguration = "SERVICE_HUB_AGENT_CONFIGURATION",
|
|
1079
1080
|
SurfacePlatform = "SURFACE_PLATFORM",
|
|
1080
1081
|
Teams = "TEAMS",
|
|
1081
1082
|
VirtualAgent = "VIRTUAL_AGENT",
|
|
@@ -1154,6 +1155,43 @@ export declare type AppConnection = {
|
|
|
1154
1155
|
pageInfo: PageInfo;
|
|
1155
1156
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
1156
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
|
+
};
|
|
1157
1195
|
export declare type AppContributor = {
|
|
1158
1196
|
__typename?: 'AppContributor';
|
|
1159
1197
|
accountId: Scalars['String']['output'];
|
|
@@ -1677,94 +1715,6 @@ export declare type AppPrincipal = {
|
|
|
1677
1715
|
__typename?: 'AppPrincipal';
|
|
1678
1716
|
id?: Maybe<Scalars['ID']['output']>;
|
|
1679
1717
|
};
|
|
1680
|
-
export declare type AppRecContext = {
|
|
1681
|
-
anonymousId?: InputMaybe<Scalars['ID']['input']>;
|
|
1682
|
-
containers?: InputMaybe<Scalars['JSON']['input']>;
|
|
1683
|
-
locale?: InputMaybe<Scalars['String']['input']>;
|
|
1684
|
-
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
1685
|
-
product?: InputMaybe<Scalars['String']['input']>;
|
|
1686
|
-
sessionId?: InputMaybe<Scalars['ID']['input']>;
|
|
1687
|
-
subproduct?: InputMaybe<Scalars['String']['input']>;
|
|
1688
|
-
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
1689
|
-
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
1690
|
-
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
1691
|
-
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1692
|
-
};
|
|
1693
|
-
export declare type AppRecDismissRecommendationInput = {
|
|
1694
|
-
context?: InputMaybe<AppRecContext>;
|
|
1695
|
-
productId: Scalars['ID']['input'];
|
|
1696
|
-
};
|
|
1697
|
-
export declare type AppRecDismissRecommendationPayload = Payload & {
|
|
1698
|
-
__typename?: 'AppRecDismissRecommendationPayload';
|
|
1699
|
-
dismissal?: Maybe<AppRecDismissal>;
|
|
1700
|
-
errors?: Maybe<Array<MutationError>>;
|
|
1701
|
-
success: Scalars['Boolean']['output'];
|
|
1702
|
-
};
|
|
1703
|
-
export declare type AppRecDismissal = {
|
|
1704
|
-
__typename?: 'AppRecDismissal';
|
|
1705
|
-
dismissedAt: Scalars['String']['output'];
|
|
1706
|
-
productId: Scalars['ID']['output'];
|
|
1707
|
-
};
|
|
1708
|
-
export declare type AppRecMutation = {
|
|
1709
|
-
__typename?: 'AppRecMutation';
|
|
1710
|
-
dismissRecommendation?: Maybe<AppRecDismissRecommendationPayload>;
|
|
1711
|
-
undoDismissal?: Maybe<AppRecUndoDismissalPayload>;
|
|
1712
|
-
};
|
|
1713
|
-
export declare type AppRecMutationDismissRecommendationArgs = {
|
|
1714
|
-
input: AppRecDismissRecommendationInput;
|
|
1715
|
-
};
|
|
1716
|
-
export declare type AppRecMutationUndoDismissalArgs = {
|
|
1717
|
-
input: AppRecUndoDismissalInput;
|
|
1718
|
-
};
|
|
1719
|
-
export declare type AppRecQuery = {
|
|
1720
|
-
__typename?: 'AppRecQuery';
|
|
1721
|
-
recommendations?: Maybe<Array<AppRecRecommendationResult>>;
|
|
1722
|
-
};
|
|
1723
|
-
export declare type AppRecQueryRecommendationsArgs = {
|
|
1724
|
-
context?: InputMaybe<AppRecContext>;
|
|
1725
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1726
|
-
};
|
|
1727
|
-
export declare type AppRecRecommendation = {
|
|
1728
|
-
__typename?: 'AppRecRecommendation';
|
|
1729
|
-
productId: Scalars['ID']['output'];
|
|
1730
|
-
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
1731
|
-
};
|
|
1732
|
-
export declare type AppRecRecommendationResult = AppRecRecommendation | QueryError;
|
|
1733
|
-
export declare type AppRecUndoDismissalInput = {
|
|
1734
|
-
context: AppRecContext;
|
|
1735
|
-
productId: Scalars['ID']['input'];
|
|
1736
|
-
};
|
|
1737
|
-
export declare type AppRecUndoDismissalPayload = Payload & {
|
|
1738
|
-
__typename?: 'AppRecUndoDismissalPayload';
|
|
1739
|
-
errors?: Maybe<Array<MutationError>>;
|
|
1740
|
-
result?: Maybe<AppRecUndoDismissalResult>;
|
|
1741
|
-
success: Scalars['Boolean']['output'];
|
|
1742
|
-
};
|
|
1743
|
-
export declare type AppRecUndoDismissalResult = {
|
|
1744
|
-
__typename?: 'AppRecUndoDismissalResult';
|
|
1745
|
-
description: Scalars['String']['output'];
|
|
1746
|
-
undone: Scalars['Boolean']['output'];
|
|
1747
|
-
};
|
|
1748
|
-
export declare type AppRollout = {
|
|
1749
|
-
__typename?: 'AppRollout';
|
|
1750
|
-
appId: Scalars['ID']['output'];
|
|
1751
|
-
cancelledByAccountId?: Maybe<Scalars['String']['output']>;
|
|
1752
|
-
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
1753
|
-
completedUpgradeCount: Scalars['Int']['output'];
|
|
1754
|
-
createdAt: Scalars['DateTime']['output'];
|
|
1755
|
-
createdByAccountId: Scalars['String']['output'];
|
|
1756
|
-
failedUpgradeCount: Scalars['Int']['output'];
|
|
1757
|
-
fromVersionId: Scalars['ID']['output'];
|
|
1758
|
-
id: Scalars['ID']['output'];
|
|
1759
|
-
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1760
|
-
status: AppRolloutStatus;
|
|
1761
|
-
toVersionId: Scalars['ID']['output'];
|
|
1762
|
-
};
|
|
1763
|
-
export declare enum AppRolloutStatus {
|
|
1764
|
-
Cancelled = "CANCELLED",
|
|
1765
|
-
Complete = "COMPLETE",
|
|
1766
|
-
Running = "RUNNING"
|
|
1767
|
-
}
|
|
1768
1718
|
export declare type AppSecurityPoliciesPermission = {
|
|
1769
1719
|
__typename?: 'AppSecurityPoliciesPermission';
|
|
1770
1720
|
policies?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -2004,6 +1954,31 @@ export declare type AppVersionExtensions = {
|
|
|
2004
1954
|
__typename?: 'AppVersionExtensions';
|
|
2005
1955
|
nodes?: Maybe<Array<Maybe<AppVersionExtension>>>;
|
|
2006
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
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1964
|
+
createdByAccountId: Scalars['String']['output'];
|
|
1965
|
+
id: Scalars['ID']['output'];
|
|
1966
|
+
progress: AppVersionRolloutProgress;
|
|
1967
|
+
sourceVersionId: Scalars['ID']['output'];
|
|
1968
|
+
status: AppVersionRolloutStatus;
|
|
1969
|
+
targetVersionId: Scalars['ID']['output'];
|
|
1970
|
+
};
|
|
1971
|
+
export declare type AppVersionRolloutProgress = {
|
|
1972
|
+
__typename?: 'AppVersionRolloutProgress';
|
|
1973
|
+
completedUpgradeCount: Scalars['Int']['output'];
|
|
1974
|
+
failedUpgradeCount: Scalars['Int']['output'];
|
|
1975
|
+
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1976
|
+
};
|
|
1977
|
+
export declare enum AppVersionRolloutStatus {
|
|
1978
|
+
Cancelled = "CANCELLED",
|
|
1979
|
+
Complete = "COMPLETE",
|
|
1980
|
+
Running = "RUNNING"
|
|
1981
|
+
}
|
|
2007
1982
|
export declare type ApplyCompassScorecardToComponentPayload = Payload & {
|
|
2008
1983
|
__typename?: 'ApplyCompassScorecardToComponentPayload';
|
|
2009
1984
|
componentDetails?: Maybe<CompassComponent>;
|
|
@@ -2210,7 +2185,7 @@ export declare type AriGraphRelationshipNode = {
|
|
|
2210
2185
|
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
2211
2186
|
id: Scalars['ID']['output'];
|
|
2212
2187
|
};
|
|
2213
|
-
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalCommit | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
2188
|
+
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalCommit | JiraAutodevJob | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
2214
2189
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
2215
2190
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
2216
2191
|
from?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2349,6 +2324,24 @@ export declare enum AtlassianProductHostingType {
|
|
|
2349
2324
|
DataCenter = "DATA_CENTER",
|
|
2350
2325
|
Server = "SERVER"
|
|
2351
2326
|
}
|
|
2327
|
+
export declare type AtlassianStudioUserProductPermissions = {
|
|
2328
|
+
__typename?: 'AtlassianStudioUserProductPermissions';
|
|
2329
|
+
isConfluenceGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2330
|
+
isJiraGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2331
|
+
};
|
|
2332
|
+
export declare type AtlassianStudioUserSiteContextOutput = {
|
|
2333
|
+
__typename?: 'AtlassianStudioUserSiteContextOutput';
|
|
2334
|
+
isAIEnabledForVirtualAgents?: Maybe<Scalars['Boolean']['output']>;
|
|
2335
|
+
isAssetsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
2336
|
+
isCompanyHubAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2337
|
+
isConfluenceAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2338
|
+
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2339
|
+
isJSMAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2340
|
+
isJiraAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2341
|
+
isVirtualAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2342
|
+
userPermissions?: Maybe<AtlassianStudioUserProductPermissions>;
|
|
2343
|
+
};
|
|
2344
|
+
export declare type AtlassianStudioUserSiteContextResult = AtlassianStudioUserSiteContextOutput | QueryError;
|
|
2352
2345
|
export declare type AtlassianUser = {
|
|
2353
2346
|
__typename?: 'AtlassianUser';
|
|
2354
2347
|
companyName?: Maybe<Scalars['String']['output']>;
|
|
@@ -3111,11 +3104,11 @@ export declare type CqlDisplayableType = {
|
|
|
3111
3104
|
label?: Maybe<Scalars['String']['output']>;
|
|
3112
3105
|
type?: Maybe<Scalars['String']['output']>;
|
|
3113
3106
|
};
|
|
3114
|
-
export declare type
|
|
3107
|
+
export declare type CancelAppVersionRolloutInput = {
|
|
3115
3108
|
id: Scalars['ID']['input'];
|
|
3116
3109
|
};
|
|
3117
|
-
export declare type
|
|
3118
|
-
__typename?: '
|
|
3110
|
+
export declare type CancelAppVersionRolloutPayload = Payload & {
|
|
3111
|
+
__typename?: 'CancelAppVersionRolloutPayload';
|
|
3119
3112
|
errors?: Maybe<Array<MutationError>>;
|
|
3120
3113
|
success: Scalars['Boolean']['output'];
|
|
3121
3114
|
};
|
|
@@ -3225,18 +3218,11 @@ export declare enum CatchupOverviewUpdateType {
|
|
|
3225
3218
|
SinceLastViewed = "SINCE_LAST_VIEWED",
|
|
3226
3219
|
SinceLastViewedMarkdown = "SINCE_LAST_VIEWED_MARKDOWN"
|
|
3227
3220
|
}
|
|
3228
|
-
export declare enum CatchupUpdateType {
|
|
3229
|
-
TopN = "TOP_N"
|
|
3230
|
-
}
|
|
3231
3221
|
export declare type CatchupVersionDiffMetadataResponse = {
|
|
3232
3222
|
__typename?: 'CatchupVersionDiffMetadataResponse';
|
|
3233
3223
|
collaborators?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
3234
3224
|
isDiffEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
3235
3225
|
};
|
|
3236
|
-
export declare type CatchupVersionSummaryMetadataForContent = {
|
|
3237
|
-
__typename?: 'CatchupVersionSummaryMetadataForContent';
|
|
3238
|
-
versionSummaryMetadata?: Maybe<Array<VersionSummaryMetaDataItem>>;
|
|
3239
|
-
};
|
|
3240
3226
|
export declare type CcpAccountDetails = CommerceAccountDetails & {
|
|
3241
3227
|
__typename?: 'CcpAccountDetails';
|
|
3242
3228
|
invoiceGroup?: Maybe<CcpInvoiceGroup>;
|
|
@@ -3484,7 +3470,7 @@ export declare enum CcpEntitlementPreDunningStatus {
|
|
|
3484
3470
|
InPreDunning = "IN_PRE_DUNNING",
|
|
3485
3471
|
NotInPreDunning = "NOT_IN_PRE_DUNNING"
|
|
3486
3472
|
}
|
|
3487
|
-
export declare type CcpEntitlementRelationship = {
|
|
3473
|
+
export declare type CcpEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
3488
3474
|
__typename?: 'CcpEntitlementRelationship';
|
|
3489
3475
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3490
3476
|
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -4224,6 +4210,8 @@ export declare type CommerceEntitlement = {
|
|
|
4224
4210
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
4225
4211
|
offering?: Maybe<CommerceOffering>;
|
|
4226
4212
|
preDunning?: Maybe<CommerceEntitlementPreDunning>;
|
|
4213
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4214
|
+
relatesToEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4227
4215
|
subscription?: Maybe<CommerceSubscription>;
|
|
4228
4216
|
transactionAccount?: Maybe<CommerceTransactionAccount>;
|
|
4229
4217
|
};
|
|
@@ -4276,6 +4264,11 @@ export declare type CommerceEntitlementPreDunning = {
|
|
|
4276
4264
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
4277
4265
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
4278
4266
|
};
|
|
4267
|
+
export declare type CommerceEntitlementRelationship = {
|
|
4268
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
4269
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
4270
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
4271
|
+
};
|
|
4279
4272
|
export declare type CommerceExperienceCapability = {
|
|
4280
4273
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
4281
4274
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5888,6 +5881,7 @@ export declare type CompassCreatePushEventInput = {
|
|
|
5888
5881
|
url: Scalars['URL']['input'];
|
|
5889
5882
|
};
|
|
5890
5883
|
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
5884
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5891
5885
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5892
5886
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5893
5887
|
};
|
|
@@ -5908,6 +5902,7 @@ export declare type CompassCreateScorecardCriterionExpressionEvaluableInput = {
|
|
|
5908
5902
|
expression: CompassCreateScorecardCriterionExpressionInput;
|
|
5909
5903
|
};
|
|
5910
5904
|
export declare type CompassCreateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
5905
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5911
5906
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5912
5907
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5913
5908
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6000,12 +5995,12 @@ export declare type CompassCreateVulnerabilityEventInput = {
|
|
|
6000
5995
|
};
|
|
6001
5996
|
export declare type CompassCreateVulnerabilityEventPropertiesInput = {
|
|
6002
5997
|
discoverySource?: InputMaybe<Scalars['String']['input']>;
|
|
6003
|
-
discoveryTime: Scalars['DateTime']['input'];
|
|
6004
5998
|
id: Scalars['ID']['input'];
|
|
6005
5999
|
remediationTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
6006
6000
|
score?: InputMaybe<Scalars['Float']['input']>;
|
|
6007
6001
|
severity: CompassVulnerabilityEventSeverityInput;
|
|
6008
6002
|
state: CompassVulnerabilityEventState;
|
|
6003
|
+
vulnerabilityStartTime: Scalars['DateTime']['input'];
|
|
6009
6004
|
vulnerableTarget?: InputMaybe<Scalars['String']['input']>;
|
|
6010
6005
|
};
|
|
6011
6006
|
export declare type CompassCreateWebhookInput = {
|
|
@@ -6558,7 +6553,7 @@ export declare type CompassDynamicScorecardCriteria = CompassScorecardCriteria &
|
|
|
6558
6553
|
id: Scalars['ID']['output'];
|
|
6559
6554
|
name?: Maybe<Scalars['String']['output']>;
|
|
6560
6555
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
6561
|
-
scoringStrategyRules
|
|
6556
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
6562
6557
|
weight: Scalars['Int']['output'];
|
|
6563
6558
|
};
|
|
6564
6559
|
export declare type CompassDynamicScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -7759,12 +7754,14 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
7759
7754
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7760
7755
|
};
|
|
7761
7756
|
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
7757
|
+
MarkAsError = "MARK_AS_ERROR",
|
|
7762
7758
|
MarkAsFailed = "MARK_AS_FAILED",
|
|
7763
7759
|
MarkAsPassed = "MARK_AS_PASSED",
|
|
7764
7760
|
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
7765
7761
|
}
|
|
7766
7762
|
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
7767
7763
|
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
7764
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7768
7765
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7769
7766
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7770
7767
|
};
|
|
@@ -7818,12 +7815,14 @@ export declare type CompassScorecardCriterionExpressionEvaluable = {
|
|
|
7818
7815
|
};
|
|
7819
7816
|
export declare enum CompassScorecardCriterionExpressionEvaluationRuleAction {
|
|
7820
7817
|
Continue = "CONTINUE",
|
|
7818
|
+
ReturnError = "RETURN_ERROR",
|
|
7821
7819
|
ReturnFailed = "RETURN_FAILED",
|
|
7822
7820
|
ReturnPassed = "RETURN_PASSED",
|
|
7823
7821
|
ReturnSkipped = "RETURN_SKIPPED"
|
|
7824
7822
|
}
|
|
7825
7823
|
export declare type CompassScorecardCriterionExpressionEvaluationRules = {
|
|
7826
7824
|
__typename?: 'CompassScorecardCriterionExpressionEvaluationRules';
|
|
7825
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7827
7826
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7828
7827
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7829
7828
|
weight?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8100,6 +8099,7 @@ export declare type CompassScorecardScoreStatusDuration = {
|
|
|
8100
8099
|
since: Scalars['DateTime']['output'];
|
|
8101
8100
|
};
|
|
8102
8101
|
export declare enum CompassScorecardScoringStrategyType {
|
|
8102
|
+
PercentageBased = "PERCENTAGE_BASED",
|
|
8103
8103
|
PointBased = "POINT_BASED",
|
|
8104
8104
|
WeightBased = "WEIGHT_BASED"
|
|
8105
8105
|
}
|
|
@@ -8559,6 +8559,7 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
8559
8559
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
8560
8560
|
};
|
|
8561
8561
|
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
8562
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8562
8563
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8563
8564
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8564
8565
|
};
|
|
@@ -8579,6 +8580,7 @@ export declare type CompassUpdateScorecardCriterionExpressionEvaluableInput = {
|
|
|
8579
8580
|
expression: CompassUpdateScorecardCriterionExpressionInput;
|
|
8580
8581
|
};
|
|
8581
8582
|
export declare type CompassUpdateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
8583
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8582
8584
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8583
8585
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8584
8586
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -8700,12 +8702,13 @@ export declare type CompassVulnerabilityEvent = CompassEvent & {
|
|
|
8700
8702
|
export declare type CompassVulnerabilityEventProperties = {
|
|
8701
8703
|
__typename?: 'CompassVulnerabilityEventProperties';
|
|
8702
8704
|
discoverySource?: Maybe<Scalars['String']['output']>;
|
|
8703
|
-
discoveryTime
|
|
8705
|
+
discoveryTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8704
8706
|
id: Scalars['ID']['output'];
|
|
8705
8707
|
remediationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8706
8708
|
score?: Maybe<Scalars['Float']['output']>;
|
|
8707
8709
|
severity?: Maybe<CompassVulnerabilityEventSeverity>;
|
|
8708
8710
|
state: Scalars['String']['output'];
|
|
8711
|
+
vulnerabilityStartTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8709
8712
|
vulnerableTarget?: Maybe<Scalars['String']['output']>;
|
|
8710
8713
|
};
|
|
8711
8714
|
export declare type CompassVulnerabilityEventSeverity = {
|
|
@@ -8877,11 +8880,13 @@ export declare type ConfluenceBlogPost = {
|
|
|
8877
8880
|
blogPostId: Scalars['ID']['output'];
|
|
8878
8881
|
body?: Maybe<ConfluenceBodies>;
|
|
8879
8882
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
8883
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8880
8884
|
id: Scalars['ID']['output'];
|
|
8881
8885
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
8882
8886
|
latestVersion?: Maybe<ConfluenceBlogPostVersion>;
|
|
8883
8887
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
8884
8888
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
8889
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
8885
8890
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
8886
8891
|
properties?: Maybe<Array<Maybe<ConfluenceBlogPostProperty>>>;
|
|
8887
8892
|
space?: Maybe<ConfluenceSpace>;
|
|
@@ -9039,6 +9044,12 @@ export declare type ConfluenceCommentLinks = {
|
|
|
9039
9044
|
base?: Maybe<Scalars['String']['output']>;
|
|
9040
9045
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
9041
9046
|
};
|
|
9047
|
+
export declare type ConfluenceCommentResolutionState = {
|
|
9048
|
+
__typename?: 'ConfluenceCommentResolutionState';
|
|
9049
|
+
commentId: Scalars['ID']['output'];
|
|
9050
|
+
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
9051
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
9052
|
+
};
|
|
9042
9053
|
export declare enum ConfluenceCommentState {
|
|
9043
9054
|
Resolved = "RESOLVED",
|
|
9044
9055
|
Unresolved = "UNRESOLVED"
|
|
@@ -9051,6 +9062,12 @@ export declare enum ConfluenceCommentType {
|
|
|
9051
9062
|
Footer = "FOOTER",
|
|
9052
9063
|
Inline = "INLINE"
|
|
9053
9064
|
}
|
|
9065
|
+
export declare type ConfluenceContent = {
|
|
9066
|
+
__typename?: 'ConfluenceContent';
|
|
9067
|
+
contentTitleUpdate?: Maybe<ConfluenceContentTitleUpdate>;
|
|
9068
|
+
contentType: ConfluenceSubscriptionContentType;
|
|
9069
|
+
eventType: Scalars['String']['output'];
|
|
9070
|
+
};
|
|
9054
9071
|
export declare type ConfluenceContentBody = {
|
|
9055
9072
|
__typename?: 'ConfluenceContentBody';
|
|
9056
9073
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -9071,6 +9088,11 @@ export declare type ConfluenceContentMetadata = {
|
|
|
9071
9088
|
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9072
9089
|
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9073
9090
|
};
|
|
9091
|
+
export declare type ConfluenceContentNativeProperties = {
|
|
9092
|
+
__typename?: 'ConfluenceContentNativeProperties';
|
|
9093
|
+
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
9094
|
+
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
9095
|
+
};
|
|
9074
9096
|
export declare enum ConfluenceContentRepresentation {
|
|
9075
9097
|
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
9076
9098
|
Editor = "EDITOR",
|
|
@@ -9083,12 +9105,22 @@ export declare enum ConfluenceContentRepresentation {
|
|
|
9083
9105
|
View = "VIEW",
|
|
9084
9106
|
Wiki = "WIKI"
|
|
9085
9107
|
}
|
|
9108
|
+
export declare type ConfluenceContentState = {
|
|
9109
|
+
__typename?: 'ConfluenceContentState';
|
|
9110
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
9111
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
9112
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9113
|
+
};
|
|
9086
9114
|
export declare type ConfluenceContentTitleEmoji = {
|
|
9087
9115
|
__typename?: 'ConfluenceContentTitleEmoji';
|
|
9088
9116
|
id?: Maybe<Scalars['String']['output']>;
|
|
9089
9117
|
key?: Maybe<Scalars['String']['output']>;
|
|
9090
9118
|
value?: Maybe<Scalars['String']['output']>;
|
|
9091
9119
|
};
|
|
9120
|
+
export declare type ConfluenceContentTitleUpdate = {
|
|
9121
|
+
__typename?: 'ConfluenceContentTitleUpdate';
|
|
9122
|
+
contentTitle: Scalars['String']['output'];
|
|
9123
|
+
};
|
|
9092
9124
|
export declare enum ConfluenceContentType {
|
|
9093
9125
|
Attachment = "ATTACHMENT",
|
|
9094
9126
|
BlogPost = "BLOG_POST",
|
|
@@ -9208,6 +9240,10 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
9208
9240
|
space?: Maybe<ConfluenceSpace>;
|
|
9209
9241
|
success: Scalars['Boolean']['output'];
|
|
9210
9242
|
};
|
|
9243
|
+
export declare type ConfluenceCurrentContentNativeProperties = {
|
|
9244
|
+
__typename?: 'ConfluenceCurrentContentNativeProperties';
|
|
9245
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9246
|
+
};
|
|
9211
9247
|
export declare type ConfluenceDatabase = {
|
|
9212
9248
|
__typename?: 'ConfluenceDatabase';
|
|
9213
9249
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -9323,6 +9359,10 @@ export declare type ConfluenceDeleteSubCalendarSingleEventPayload = Payload & {
|
|
|
9323
9359
|
errors?: Maybe<Array<MutationError>>;
|
|
9324
9360
|
success: Scalars['Boolean']['output'];
|
|
9325
9361
|
};
|
|
9362
|
+
export declare type ConfluenceDraftContentNativeProperties = {
|
|
9363
|
+
__typename?: 'ConfluenceDraftContentNativeProperties';
|
|
9364
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9365
|
+
};
|
|
9326
9366
|
export declare enum ConfluenceEdition {
|
|
9327
9367
|
Free = "FREE",
|
|
9328
9368
|
Premium = "PREMIUM",
|
|
@@ -15272,12 +15312,14 @@ export declare type ConfluencePage = {
|
|
|
15272
15312
|
body?: Maybe<ConfluenceBodies>;
|
|
15273
15313
|
commentCountSummary?: Maybe<ConfluenceCommentCountSummary>;
|
|
15274
15314
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
15315
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
15275
15316
|
id: Scalars['ID']['output'];
|
|
15276
15317
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
15277
15318
|
latestVersion?: Maybe<ConfluencePageVersion>;
|
|
15278
15319
|
likesSummary?: Maybe<ConfluenceLikesSummary>;
|
|
15279
15320
|
links?: Maybe<ConfluencePageLinks>;
|
|
15280
15321
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
15322
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
15281
15323
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
15282
15324
|
pageId: Scalars['ID']['output'];
|
|
15283
15325
|
properties?: Maybe<Array<Maybe<ConfluencePageProperty>>>;
|
|
@@ -15526,6 +15568,12 @@ export declare type ConfluenceRedactionMetadataEdge = {
|
|
|
15526
15568
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
15527
15569
|
node?: Maybe<ConfluenceRedactionMetadata>;
|
|
15528
15570
|
};
|
|
15571
|
+
export declare type ConfluenceReopenCommentPayload = Payload & {
|
|
15572
|
+
__typename?: 'ConfluenceReopenCommentPayload';
|
|
15573
|
+
commentResolutionStates?: Maybe<ConfluenceCommentResolutionState>;
|
|
15574
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15575
|
+
success: Scalars['Boolean']['output'];
|
|
15576
|
+
};
|
|
15529
15577
|
export declare type ConfluenceReopenInlineCommentInput = {
|
|
15530
15578
|
id: Scalars['ID']['input'];
|
|
15531
15579
|
};
|
|
@@ -15545,6 +15593,12 @@ export declare type ConfluenceReplyToCommentPayload = {
|
|
|
15545
15593
|
errors?: Maybe<Array<MutationError>>;
|
|
15546
15594
|
success: Scalars['Boolean']['output'];
|
|
15547
15595
|
};
|
|
15596
|
+
export declare type ConfluenceResolveCommentsPayload = Payload & {
|
|
15597
|
+
__typename?: 'ConfluenceResolveCommentsPayload';
|
|
15598
|
+
commentResolutionStates?: Maybe<Array<Maybe<ConfluenceCommentResolutionState>>>;
|
|
15599
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15600
|
+
success: Scalars['Boolean']['output'];
|
|
15601
|
+
};
|
|
15548
15602
|
export declare type ConfluenceResolveInlineCommentInput = {
|
|
15549
15603
|
id: Scalars['ID']['input'];
|
|
15550
15604
|
};
|
|
@@ -15693,6 +15747,15 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
|
|
|
15693
15747
|
__typename?: 'ConfluenceSubCalendarSubscribersCount';
|
|
15694
15748
|
count?: Maybe<Scalars['Int']['output']>;
|
|
15695
15749
|
};
|
|
15750
|
+
export declare enum ConfluenceSubscriptionContentType {
|
|
15751
|
+
Blogpost = "BLOGPOST",
|
|
15752
|
+
Comment = "COMMENT",
|
|
15753
|
+
Database = "DATABASE",
|
|
15754
|
+
Embed = "EMBED",
|
|
15755
|
+
Folder = "FOLDER",
|
|
15756
|
+
Page = "PAGE",
|
|
15757
|
+
Whiteboard = "WHITEBOARD"
|
|
15758
|
+
}
|
|
15696
15759
|
export declare type ConfluenceTeamPresence = {
|
|
15697
15760
|
__typename?: 'ConfluenceTeamPresence';
|
|
15698
15761
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
@@ -16517,14 +16580,6 @@ export declare type ConnectAppScope = {
|
|
|
16517
16580
|
name: Scalars['String']['output'];
|
|
16518
16581
|
scopeId: Scalars['ID']['output'];
|
|
16519
16582
|
};
|
|
16520
|
-
export declare type ConnectedDataQuery = {
|
|
16521
|
-
__typename?: 'ConnectedDataQuery';
|
|
16522
|
-
services?: Maybe<DevOpsService>;
|
|
16523
|
-
};
|
|
16524
|
-
export declare type ConnectedDataQueryServicesArgs = {
|
|
16525
|
-
cloudId: Scalars['ID']['input'];
|
|
16526
|
-
id: Scalars['ID']['input'];
|
|
16527
|
-
};
|
|
16528
16583
|
export declare type ConnectionManagerConfiguration = {
|
|
16529
16584
|
__typename?: 'ConnectionManagerConfiguration';
|
|
16530
16585
|
parameters?: Maybe<Scalars['String']['output']>;
|
|
@@ -17548,8 +17603,6 @@ export declare type ContentPlatformIpmAnchored = {
|
|
|
17548
17603
|
anchoredElement?: Maybe<Scalars['String']['output']>;
|
|
17549
17604
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
17550
17605
|
id: Scalars['String']['output'];
|
|
17551
|
-
relativeX?: Maybe<Scalars['Int']['output']>;
|
|
17552
|
-
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
17553
17606
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17554
17607
|
};
|
|
17555
17608
|
export declare type ContentPlatformIpmAnchoredAndIpmPositionUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
@@ -17817,6 +17870,7 @@ export declare type ContentPlatformPricing = {
|
|
|
17817
17870
|
headline?: Maybe<Scalars['String']['output']>;
|
|
17818
17871
|
pageDescription?: Maybe<Scalars['String']['output']>;
|
|
17819
17872
|
pricingTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
17873
|
+
pricingTitleInternal: Scalars['String']['output'];
|
|
17820
17874
|
relatedProduct?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
17821
17875
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17822
17876
|
};
|
|
@@ -18679,6 +18733,12 @@ export declare type CountUsersGroupByPageItem = {
|
|
|
18679
18733
|
page: Scalars['String']['output'];
|
|
18680
18734
|
user: Scalars['Int']['output'];
|
|
18681
18735
|
};
|
|
18736
|
+
export declare type CreateAppContainerPayload = Payload & {
|
|
18737
|
+
__typename?: 'CreateAppContainerPayload';
|
|
18738
|
+
container: AppContainer;
|
|
18739
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18740
|
+
success: Scalars['Boolean']['output'];
|
|
18741
|
+
};
|
|
18682
18742
|
export declare type CreateAppDeploymentInput = {
|
|
18683
18743
|
appId: Scalars['ID']['input'];
|
|
18684
18744
|
artifactUrl: Scalars['URL']['input'];
|
|
@@ -18723,17 +18783,6 @@ export declare type CreateAppResponse = Payload & {
|
|
|
18723
18783
|
errors?: Maybe<Array<MutationError>>;
|
|
18724
18784
|
success: Scalars['Boolean']['output'];
|
|
18725
18785
|
};
|
|
18726
|
-
export declare type CreateAppRolloutInput = {
|
|
18727
|
-
appId: Scalars['ID']['input'];
|
|
18728
|
-
fromVersionId: Scalars['ID']['input'];
|
|
18729
|
-
toVersionId: Scalars['ID']['input'];
|
|
18730
|
-
};
|
|
18731
|
-
export declare type CreateAppRolloutPayload = Payload & {
|
|
18732
|
-
__typename?: 'CreateAppRolloutPayload';
|
|
18733
|
-
appRollout?: Maybe<AppRollout>;
|
|
18734
|
-
errors?: Maybe<Array<MutationError>>;
|
|
18735
|
-
success: Scalars['Boolean']['output'];
|
|
18736
|
-
};
|
|
18737
18786
|
export declare type CreateAppTunnelResponse = Payload & {
|
|
18738
18787
|
__typename?: 'CreateAppTunnelResponse';
|
|
18739
18788
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -18747,6 +18796,18 @@ export declare type CreateAppTunnelsInput = {
|
|
|
18747
18796
|
force?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18748
18797
|
tunnelDefinitions: TunnelDefinitionsInput;
|
|
18749
18798
|
};
|
|
18799
|
+
export declare type CreateAppVersionRolloutInput = {
|
|
18800
|
+
appEnvironmentId: Scalars['ID']['input'];
|
|
18801
|
+
appId: Scalars['ID']['input'];
|
|
18802
|
+
sourceVersionId: Scalars['ID']['input'];
|
|
18803
|
+
targetVersionId: Scalars['ID']['input'];
|
|
18804
|
+
};
|
|
18805
|
+
export declare type CreateAppVersionRolloutPayload = Payload & {
|
|
18806
|
+
__typename?: 'CreateAppVersionRolloutPayload';
|
|
18807
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
18808
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18809
|
+
success: Scalars['Boolean']['output'];
|
|
18810
|
+
};
|
|
18750
18811
|
export declare type CreateCardsOutput = {
|
|
18751
18812
|
__typename?: 'CreateCardsOutput';
|
|
18752
18813
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -18883,6 +18944,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
18883
18944
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
18884
18945
|
metricDefinitionId: Scalars['ID']['input'];
|
|
18885
18946
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
18947
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
18886
18948
|
weight: Scalars['Int']['input'];
|
|
18887
18949
|
};
|
|
18888
18950
|
export declare type CreateCompassHasOwnerScorecardCriteriaInput = {
|
|
@@ -19536,6 +19598,60 @@ export declare enum CustomUserFieldInputComparators {
|
|
|
19536
19598
|
IsSet = "IS_SET",
|
|
19537
19599
|
NotSet = "NOT_SET"
|
|
19538
19600
|
}
|
|
19601
|
+
export declare type CustomerHubAgentConfiguration = {
|
|
19602
|
+
__typename?: 'CustomerHubAgentConfiguration';
|
|
19603
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentityResult>;
|
|
19604
|
+
id: Scalars['ID']['output'];
|
|
19605
|
+
};
|
|
19606
|
+
export declare type CustomerHubAgentConfigurationIdentity = {
|
|
19607
|
+
__typename?: 'CustomerHubAgentConfigurationIdentity';
|
|
19608
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19609
|
+
id: Scalars['ID']['output'];
|
|
19610
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19611
|
+
purpose?: Maybe<Scalars['String']['output']>;
|
|
19612
|
+
tone?: Maybe<CustomerHubAgentConfigurationIdentityTone>;
|
|
19613
|
+
};
|
|
19614
|
+
export declare type CustomerHubAgentConfigurationIdentityConversationStarter = {
|
|
19615
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityConversationStarter';
|
|
19616
|
+
id: Scalars['ID']['output'];
|
|
19617
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
19618
|
+
};
|
|
19619
|
+
export declare type CustomerHubAgentConfigurationIdentityMapping = {
|
|
19620
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityMapping';
|
|
19621
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19622
|
+
id: Scalars['ID']['output'];
|
|
19623
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19624
|
+
};
|
|
19625
|
+
export declare type CustomerHubAgentConfigurationIdentityMappingResult = CustomerHubAgentConfigurationIdentityMapping | QueryError;
|
|
19626
|
+
export declare type CustomerHubAgentConfigurationIdentityResult = CustomerHubAgentConfigurationIdentity | QueryError;
|
|
19627
|
+
export declare type CustomerHubAgentConfigurationIdentityTone = {
|
|
19628
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityTone';
|
|
19629
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
19630
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
19631
|
+
};
|
|
19632
|
+
export declare type CustomerHubAgentConfigurationIdentityToneInput = {
|
|
19633
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
19634
|
+
type: Scalars['String']['input'];
|
|
19635
|
+
};
|
|
19636
|
+
export declare type CustomerHubAgentConfigurationResult = CustomerHubAgentConfiguration | QueryError;
|
|
19637
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConfigurationInput = {
|
|
19638
|
+
addedConversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
19639
|
+
deletedConversationStarters?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19640
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
19641
|
+
purpose?: InputMaybe<Scalars['String']['input']>;
|
|
19642
|
+
tone?: InputMaybe<CustomerHubAgentConfigurationIdentityToneInput>;
|
|
19643
|
+
updatedConversationStarters?: InputMaybe<Array<CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput>>;
|
|
19644
|
+
};
|
|
19645
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput = {
|
|
19646
|
+
id: Scalars['ID']['input'];
|
|
19647
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
|
19648
|
+
};
|
|
19649
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityPayload = Payload & {
|
|
19650
|
+
__typename?: 'CustomerHubAgentConfigurationUpdateIdentityPayload';
|
|
19651
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentity>;
|
|
19652
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19653
|
+
success: Scalars['Boolean']['output'];
|
|
19654
|
+
};
|
|
19539
19655
|
export declare type CustomerServiceAttribute = Node & {
|
|
19540
19656
|
__typename?: 'CustomerServiceAttribute';
|
|
19541
19657
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -19862,6 +19978,22 @@ export declare type CustomerServiceEntitlementRemovePayload = {
|
|
|
19862
19978
|
errors?: Maybe<Array<MutationError>>;
|
|
19863
19979
|
success: Scalars['Boolean']['output'];
|
|
19864
19980
|
};
|
|
19981
|
+
export declare type CustomerServiceEscalatableJiraProject = {
|
|
19982
|
+
__typename?: 'CustomerServiceEscalatableJiraProject';
|
|
19983
|
+
id: Scalars['ID']['output'];
|
|
19984
|
+
projectIconUrl?: Maybe<Scalars['String']['output']>;
|
|
19985
|
+
projectName?: Maybe<Scalars['String']['output']>;
|
|
19986
|
+
};
|
|
19987
|
+
export declare type CustomerServiceEscalatableJiraProjectEdge = {
|
|
19988
|
+
__typename?: 'CustomerServiceEscalatableJiraProjectEdge';
|
|
19989
|
+
cursor: Scalars['String']['output'];
|
|
19990
|
+
node?: Maybe<CustomerServiceEscalatableJiraProject>;
|
|
19991
|
+
};
|
|
19992
|
+
export declare type CustomerServiceEscalatableJiraProjectsConnection = {
|
|
19993
|
+
__typename?: 'CustomerServiceEscalatableJiraProjectsConnection';
|
|
19994
|
+
edges: Array<CustomerServiceEscalatableJiraProjectEdge>;
|
|
19995
|
+
pageInfo: PageInfo;
|
|
19996
|
+
};
|
|
19865
19997
|
export declare type CustomerServiceFilterInput = {
|
|
19866
19998
|
context: CustomerServiceContext;
|
|
19867
19999
|
};
|
|
@@ -20261,6 +20393,7 @@ export declare type CustomerServiceQueryApi = {
|
|
|
20261
20393
|
__typename?: 'CustomerServiceQueryApi';
|
|
20262
20394
|
customDetailsByEntityType?: Maybe<CustomerServiceCustomDetailsQueryResult>;
|
|
20263
20395
|
entitlementById?: Maybe<CustomerServiceEntitlementQueryResult>;
|
|
20396
|
+
escalatableJiraProjects?: Maybe<CustomerServiceEscalatableJiraProjectsConnection>;
|
|
20264
20397
|
individualAttributes?: Maybe<CustomerServiceAttributesQueryResult>;
|
|
20265
20398
|
individualByAccountId?: Maybe<CustomerServiceIndividualQueryResult>;
|
|
20266
20399
|
organizationAttributes?: Maybe<CustomerServiceAttributesQueryResult>;
|
|
@@ -20277,6 +20410,11 @@ export declare type CustomerServiceQueryApiEntitlementByIdArgs = {
|
|
|
20277
20410
|
entitlementId: Scalars['ID']['input'];
|
|
20278
20411
|
filter?: InputMaybe<CustomerServiceFilterInput>;
|
|
20279
20412
|
};
|
|
20413
|
+
export declare type CustomerServiceQueryApiEscalatableJiraProjectsArgs = {
|
|
20414
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
20415
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
20416
|
+
projectId: Scalars['ID']['input'];
|
|
20417
|
+
};
|
|
20280
20418
|
export declare type CustomerServiceQueryApiIndividualByAccountIdArgs = {
|
|
20281
20419
|
accountId: Scalars['ID']['input'];
|
|
20282
20420
|
filter?: InputMaybe<CustomerServiceFilterInput>;
|
|
@@ -20518,6 +20656,11 @@ export declare type DefaultSpaceRoleAssignmentsConnection = {
|
|
|
20518
20656
|
nodes: Array<SpaceRoleAssignment>;
|
|
20519
20657
|
pageInfo: SpacePermissionPageInfo;
|
|
20520
20658
|
};
|
|
20659
|
+
export declare type DeleteAppContainerPayload = Payload & {
|
|
20660
|
+
__typename?: 'DeleteAppContainerPayload';
|
|
20661
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20662
|
+
success: Scalars['Boolean']['output'];
|
|
20663
|
+
};
|
|
20521
20664
|
export declare type DeleteAppEnvironmentInput = {
|
|
20522
20665
|
appAri: Scalars['ID']['input'];
|
|
20523
20666
|
environmentKey: Scalars['String']['input'];
|
|
@@ -21240,13 +21383,21 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
21240
21383
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
21241
21384
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
21242
21385
|
};
|
|
21386
|
+
export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
21387
|
+
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkIssueResult';
|
|
21388
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21389
|
+
issueId?: Maybe<Scalars['ID']['output']>;
|
|
21390
|
+
};
|
|
21243
21391
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
21244
21392
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
21245
21393
|
errors?: Maybe<Array<MutationError>>;
|
|
21394
|
+
failedIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21395
|
+
succeededIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21246
21396
|
success: Scalars['Boolean']['output'];
|
|
21247
21397
|
};
|
|
21248
21398
|
export declare type DevAiInvokeAutodevRovoAgentPayload = Payload & {
|
|
21249
21399
|
__typename?: 'DevAiInvokeAutodevRovoAgentPayload';
|
|
21400
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21250
21401
|
errors?: Maybe<Array<MutationError>>;
|
|
21251
21402
|
jobId?: Maybe<Scalars['ID']['output']>;
|
|
21252
21403
|
success: Scalars['Boolean']['output'];
|
|
@@ -21430,6 +21581,12 @@ export declare type DevAiTriggerAutofixScanPayload = Payload & {
|
|
|
21430
21581
|
errors?: Maybe<Array<MutationError>>;
|
|
21431
21582
|
success: Scalars['Boolean']['output'];
|
|
21432
21583
|
};
|
|
21584
|
+
export declare type DevAiUser = {
|
|
21585
|
+
__typename?: 'DevAiUser';
|
|
21586
|
+
atlassianAccountId: Scalars['ID']['output'];
|
|
21587
|
+
hasProductAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
21588
|
+
isAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
21589
|
+
};
|
|
21433
21590
|
export declare type DevAiWorkflowRunError = {
|
|
21434
21591
|
__typename?: 'DevAiWorkflowRunError';
|
|
21435
21592
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -23274,14 +23431,31 @@ export declare enum EcosystemLicenseMode {
|
|
|
23274
23431
|
Agent = "AGENT",
|
|
23275
23432
|
UserAccess = "USER_ACCESS"
|
|
23276
23433
|
}
|
|
23434
|
+
export declare type EcosystemMarketplaceAppDeployment = {
|
|
23435
|
+
frameworkId: Scalars['String']['output'];
|
|
23436
|
+
};
|
|
23277
23437
|
export declare type EcosystemMarketplaceAppVersion = {
|
|
23278
23438
|
__typename?: 'EcosystemMarketplaceAppVersion';
|
|
23279
23439
|
buildNumber: Scalars['Float']['output'];
|
|
23440
|
+
deployment?: Maybe<EcosystemMarketplaceAppDeployment>;
|
|
23280
23441
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
23281
23442
|
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
23282
23443
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23283
23444
|
version: Scalars['String']['output'];
|
|
23284
23445
|
};
|
|
23446
|
+
export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23447
|
+
__typename?: 'EcosystemMarketplaceCloudAppDeployment';
|
|
23448
|
+
cloudAppEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
23449
|
+
cloudAppId?: Maybe<Scalars['ID']['output']>;
|
|
23450
|
+
cloudAppVersionId: Scalars['ID']['output'];
|
|
23451
|
+
frameworkId: Scalars['String']['output'];
|
|
23452
|
+
scopes?: Maybe<Array<Maybe<AppHostServiceScope>>>;
|
|
23453
|
+
};
|
|
23454
|
+
export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23455
|
+
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23456
|
+
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23457
|
+
frameworkId: Scalars['String']['output'];
|
|
23458
|
+
};
|
|
23285
23459
|
export declare type EcosystemMarketplaceData = {
|
|
23286
23460
|
__typename?: 'EcosystemMarketplaceData';
|
|
23287
23461
|
appId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23290,13 +23464,28 @@ export declare type EcosystemMarketplaceData = {
|
|
|
23290
23464
|
forumsUrl?: Maybe<Scalars['String']['output']>;
|
|
23291
23465
|
issueTrackerUrl?: Maybe<Scalars['String']['output']>;
|
|
23292
23466
|
listingStatus?: Maybe<EcosystemMarketplaceListingStatus>;
|
|
23467
|
+
logo?: Maybe<EcosystemMarketplaceListingImage>;
|
|
23293
23468
|
name?: Maybe<Scalars['String']['output']>;
|
|
23294
23469
|
partner?: Maybe<EcosystemMarketplacePartner>;
|
|
23470
|
+
privacyPolicyUrl?: Maybe<Scalars['String']['output']>;
|
|
23295
23471
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23296
23472
|
supportTicketSystemUrl?: Maybe<Scalars['String']['output']>;
|
|
23297
23473
|
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23298
23474
|
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23299
23475
|
};
|
|
23476
|
+
export declare type EcosystemMarketplaceExternalFrameworkAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23477
|
+
__typename?: 'EcosystemMarketplaceExternalFrameworkAppDeployment';
|
|
23478
|
+
frameworkId: Scalars['String']['output'];
|
|
23479
|
+
};
|
|
23480
|
+
export declare type EcosystemMarketplaceImageFile = {
|
|
23481
|
+
__typename?: 'EcosystemMarketplaceImageFile';
|
|
23482
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
23483
|
+
uri?: Maybe<Scalars['String']['output']>;
|
|
23484
|
+
};
|
|
23485
|
+
export declare type EcosystemMarketplaceListingImage = {
|
|
23486
|
+
__typename?: 'EcosystemMarketplaceListingImage';
|
|
23487
|
+
original?: Maybe<EcosystemMarketplaceImageFile>;
|
|
23488
|
+
};
|
|
23300
23489
|
export declare enum EcosystemMarketplaceListingStatus {
|
|
23301
23490
|
Private = "PRIVATE",
|
|
23302
23491
|
Public = "PUBLIC",
|
|
@@ -23338,12 +23527,13 @@ export declare type EcosystemMutation = {
|
|
|
23338
23527
|
__typename?: 'EcosystemMutation';
|
|
23339
23528
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
23340
23529
|
addMultipleAppContributor?: Maybe<AddMultipleAppContributorResponsePayload>;
|
|
23341
|
-
|
|
23530
|
+
cancelAppVersionRollout?: Maybe<CancelAppVersionRolloutPayload>;
|
|
23342
23531
|
createAppEnvironment?: Maybe<CreateAppEnvironmentResponse>;
|
|
23343
|
-
|
|
23532
|
+
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
23344
23533
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
23345
23534
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
23346
23535
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
23536
|
+
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
23347
23537
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
23348
23538
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
23349
23539
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
@@ -23361,14 +23551,14 @@ export declare type EcosystemMutationAddAppContributorArgs = {
|
|
|
23361
23551
|
export declare type EcosystemMutationAddMultipleAppContributorArgs = {
|
|
23362
23552
|
input: AddMultipleAppContributorInput;
|
|
23363
23553
|
};
|
|
23364
|
-
export declare type
|
|
23365
|
-
input:
|
|
23554
|
+
export declare type EcosystemMutationCancelAppVersionRolloutArgs = {
|
|
23555
|
+
input: CancelAppVersionRolloutInput;
|
|
23366
23556
|
};
|
|
23367
23557
|
export declare type EcosystemMutationCreateAppEnvironmentArgs = {
|
|
23368
23558
|
input: CreateAppEnvironmentInput;
|
|
23369
23559
|
};
|
|
23370
|
-
export declare type
|
|
23371
|
-
input:
|
|
23560
|
+
export declare type EcosystemMutationCreateAppVersionRolloutArgs = {
|
|
23561
|
+
input: CreateAppVersionRolloutInput;
|
|
23372
23562
|
};
|
|
23373
23563
|
export declare type EcosystemMutationDeleteAppEnvironmentArgs = {
|
|
23374
23564
|
input: DeleteAppEnvironmentInput;
|
|
@@ -23379,6 +23569,9 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
23379
23569
|
export declare type EcosystemMutationForgeAlertsArgs = {
|
|
23380
23570
|
appId: Scalars['ID']['input'];
|
|
23381
23571
|
};
|
|
23572
|
+
export declare type EcosystemMutationForgeMetricsArgs = {
|
|
23573
|
+
appId: Scalars['ID']['input'];
|
|
23574
|
+
};
|
|
23382
23575
|
export declare type EcosystemMutationPublishAppClientEventArgs = {
|
|
23383
23576
|
appId: Scalars['ID']['input'];
|
|
23384
23577
|
channel: Scalars['String']['input'];
|
|
@@ -23430,7 +23623,7 @@ export declare type EcosystemQuery = {
|
|
|
23430
23623
|
appInstallationsByApp?: Maybe<AppInstallationByIndexConnection>;
|
|
23431
23624
|
appInstallationsByContext?: Maybe<AppInstallationByIndexConnection>;
|
|
23432
23625
|
appPoliciesByAppIds?: Maybe<Array<EcosystemAppPoliciesByAppId>>;
|
|
23433
|
-
|
|
23626
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
23434
23627
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
23435
23628
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
23436
23629
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
@@ -23468,7 +23661,7 @@ export declare type EcosystemQueryAppInstallationsByContextArgs = {
|
|
|
23468
23661
|
export declare type EcosystemQueryAppPoliciesByAppIdsArgs = {
|
|
23469
23662
|
appIds: Array<Scalars['ID']['input']>;
|
|
23470
23663
|
};
|
|
23471
|
-
export declare type
|
|
23664
|
+
export declare type EcosystemQueryAppVersionRolloutArgs = {
|
|
23472
23665
|
id: Scalars['ID']['input'];
|
|
23473
23666
|
};
|
|
23474
23667
|
export declare type EcosystemQueryAppsInstalledInContextsArgs = {
|
|
@@ -24311,97 +24504,6 @@ export declare type ExternalEntities = {
|
|
|
24311
24504
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24312
24505
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24313
24506
|
};
|
|
24314
|
-
export declare type ExternalEntitiesV2ForHydration = {
|
|
24315
|
-
__typename?: 'ExternalEntitiesV2ForHydration';
|
|
24316
|
-
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
24317
|
-
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
24318
|
-
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
24319
|
-
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
24320
|
-
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
24321
|
-
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
24322
|
-
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
24323
|
-
design?: Maybe<Array<Maybe<ExternalDesign>>>;
|
|
24324
|
-
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
24325
|
-
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
24326
|
-
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
24327
|
-
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
24328
|
-
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
24329
|
-
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
24330
|
-
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
24331
|
-
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
24332
|
-
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
24333
|
-
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
24334
|
-
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
24335
|
-
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24336
|
-
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24337
|
-
};
|
|
24338
|
-
export declare type ExternalEntitiesV2ForHydrationBranchArgs = {
|
|
24339
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24340
|
-
};
|
|
24341
|
-
export declare type ExternalEntitiesV2ForHydrationBuildInfoArgs = {
|
|
24342
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24343
|
-
};
|
|
24344
|
-
export declare type ExternalEntitiesV2ForHydrationCalendarEventArgs = {
|
|
24345
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24346
|
-
};
|
|
24347
|
-
export declare type ExternalEntitiesV2ForHydrationCommentArgs = {
|
|
24348
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24349
|
-
};
|
|
24350
|
-
export declare type ExternalEntitiesV2ForHydrationCommitArgs = {
|
|
24351
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24352
|
-
};
|
|
24353
|
-
export declare type ExternalEntitiesV2ForHydrationConversationArgs = {
|
|
24354
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24355
|
-
};
|
|
24356
|
-
export declare type ExternalEntitiesV2ForHydrationDeploymentArgs = {
|
|
24357
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24358
|
-
};
|
|
24359
|
-
export declare type ExternalEntitiesV2ForHydrationDesignArgs = {
|
|
24360
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24361
|
-
};
|
|
24362
|
-
export declare type ExternalEntitiesV2ForHydrationDocumentArgs = {
|
|
24363
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24364
|
-
};
|
|
24365
|
-
export declare type ExternalEntitiesV2ForHydrationFeatureFlagArgs = {
|
|
24366
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24367
|
-
};
|
|
24368
|
-
export declare type ExternalEntitiesV2ForHydrationMessageArgs = {
|
|
24369
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24370
|
-
};
|
|
24371
|
-
export declare type ExternalEntitiesV2ForHydrationOrganisationArgs = {
|
|
24372
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24373
|
-
};
|
|
24374
|
-
export declare type ExternalEntitiesV2ForHydrationPositionArgs = {
|
|
24375
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24376
|
-
};
|
|
24377
|
-
export declare type ExternalEntitiesV2ForHydrationPullRequestArgs = {
|
|
24378
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24379
|
-
};
|
|
24380
|
-
export declare type ExternalEntitiesV2ForHydrationRemoteLinkArgs = {
|
|
24381
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24382
|
-
};
|
|
24383
|
-
export declare type ExternalEntitiesV2ForHydrationRepositoryArgs = {
|
|
24384
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24385
|
-
};
|
|
24386
|
-
export declare type ExternalEntitiesV2ForHydrationSpaceArgs = {
|
|
24387
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24388
|
-
};
|
|
24389
|
-
export declare type ExternalEntitiesV2ForHydrationVideoArgs = {
|
|
24390
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24391
|
-
};
|
|
24392
|
-
export declare type ExternalEntitiesV2ForHydrationVulnerabilityArgs = {
|
|
24393
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24394
|
-
};
|
|
24395
|
-
export declare type ExternalEntitiesV2ForHydrationWorkItemArgs = {
|
|
24396
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24397
|
-
};
|
|
24398
|
-
export declare type ExternalEntitiesV2ForHydrationWorkerArgs = {
|
|
24399
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24400
|
-
};
|
|
24401
|
-
export declare type ExternalEntitiesV2ForHydrationInput = {
|
|
24402
|
-
ari?: InputMaybe<Scalars['ID']['input']>;
|
|
24403
|
-
graphWorkspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
24404
|
-
};
|
|
24405
24507
|
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;
|
|
24406
24508
|
export declare type ExternalEnvironment = {
|
|
24407
24509
|
__typename?: 'ExternalEnvironment';
|
|
@@ -24821,6 +24923,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24821
24923
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24822
24924
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24823
24925
|
url?: Maybe<Scalars['String']['output']>;
|
|
24926
|
+
workItemProject?: Maybe<ExternalWorkItemProject>;
|
|
24824
24927
|
};
|
|
24825
24928
|
export declare type ExternalWorkItemAttachment = {
|
|
24826
24929
|
__typename?: 'ExternalWorkItemAttachment';
|
|
@@ -24830,12 +24933,18 @@ export declare type ExternalWorkItemAttachment = {
|
|
|
24830
24933
|
title?: Maybe<Scalars['String']['output']>;
|
|
24831
24934
|
url?: Maybe<Scalars['String']['output']>;
|
|
24832
24935
|
};
|
|
24936
|
+
export declare type ExternalWorkItemProject = {
|
|
24937
|
+
__typename?: 'ExternalWorkItemProject';
|
|
24938
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
24939
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24940
|
+
};
|
|
24833
24941
|
export declare enum ExternalWorkItemSubtype {
|
|
24834
24942
|
Approval = "APPROVAL",
|
|
24835
24943
|
Bug = "BUG",
|
|
24836
24944
|
DefaultTask = "DEFAULT_TASK",
|
|
24837
24945
|
Epic = "EPIC",
|
|
24838
24946
|
Incident = "INCIDENT",
|
|
24947
|
+
Issue = "ISSUE",
|
|
24839
24948
|
Milestone = "MILESTONE",
|
|
24840
24949
|
Other = "OTHER",
|
|
24841
24950
|
Problem = "PROBLEM",
|
|
@@ -25030,6 +25139,8 @@ export declare type FollowingFeedGetUserConfig = {
|
|
|
25030
25139
|
};
|
|
25031
25140
|
export declare type FooterComment = CommentLocation & {
|
|
25032
25141
|
__typename?: 'FooterComment';
|
|
25142
|
+
commentRepliesCount: Scalars['Int']['output'];
|
|
25143
|
+
commentResolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
25033
25144
|
type: Scalars['String']['output'];
|
|
25034
25145
|
};
|
|
25035
25146
|
export declare type ForYouFeedItem = {
|
|
@@ -25713,6 +25824,54 @@ export declare enum ForgeMetricsChartName {
|
|
|
25713
25824
|
InvocationLatency = "INVOCATION_LATENCY",
|
|
25714
25825
|
InvocationSuccessRate = "INVOCATION_SUCCESS_RATE"
|
|
25715
25826
|
}
|
|
25827
|
+
export declare type ForgeMetricsCustomCreateQueryInput = {
|
|
25828
|
+
customMetricName: Scalars['String']['input'];
|
|
25829
|
+
description: Scalars['String']['input'];
|
|
25830
|
+
};
|
|
25831
|
+
export declare type ForgeMetricsCustomData = {
|
|
25832
|
+
__typename?: 'ForgeMetricsCustomData';
|
|
25833
|
+
appId: Scalars['ID']['output'];
|
|
25834
|
+
createdAt: Scalars['String']['output'];
|
|
25835
|
+
createdBy?: Maybe<User>;
|
|
25836
|
+
creatorId: Scalars['String']['output'];
|
|
25837
|
+
customMetricName: Scalars['String']['output'];
|
|
25838
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
25839
|
+
id: Scalars['ID']['output'];
|
|
25840
|
+
type: Scalars['String']['output'];
|
|
25841
|
+
updatedAt: Scalars['String']['output'];
|
|
25842
|
+
};
|
|
25843
|
+
export declare type ForgeMetricsCustomDeleteQueryInput = {
|
|
25844
|
+
nodeId: Scalars['ID']['input'];
|
|
25845
|
+
};
|
|
25846
|
+
export declare enum ForgeMetricsCustomGroupByDimensions {
|
|
25847
|
+
CustomMetricName = "CUSTOM_METRIC_NAME"
|
|
25848
|
+
}
|
|
25849
|
+
export declare type ForgeMetricsCustomMetaData = {
|
|
25850
|
+
__typename?: 'ForgeMetricsCustomMetaData';
|
|
25851
|
+
customMetricNames: Array<ForgeMetricsCustomData>;
|
|
25852
|
+
};
|
|
25853
|
+
export declare type ForgeMetricsCustomQueryFilters = {
|
|
25854
|
+
appVersions?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25855
|
+
contextAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25856
|
+
environment?: InputMaybe<Scalars['ID']['input']>;
|
|
25857
|
+
functionNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25858
|
+
interval: ForgeMetricsIntervalInput;
|
|
25859
|
+
};
|
|
25860
|
+
export declare type ForgeMetricsCustomQueryInput = {
|
|
25861
|
+
filters: ForgeMetricsCustomQueryFilters;
|
|
25862
|
+
groupBy?: InputMaybe<Array<ForgeMetricsCustomGroupByDimensions>>;
|
|
25863
|
+
};
|
|
25864
|
+
export declare type ForgeMetricsCustomResult = ForgeMetricsCustomMetaData | QueryError;
|
|
25865
|
+
export declare type ForgeMetricsCustomSuccessStatus = {
|
|
25866
|
+
__typename?: 'ForgeMetricsCustomSuccessStatus';
|
|
25867
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
25868
|
+
success: Scalars['Boolean']['output'];
|
|
25869
|
+
};
|
|
25870
|
+
export declare type ForgeMetricsCustomUpdateQueryInput = {
|
|
25871
|
+
customMetricName?: InputMaybe<Scalars['String']['input']>;
|
|
25872
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
25873
|
+
nodeId: Scalars['ID']['input'];
|
|
25874
|
+
};
|
|
25716
25875
|
export declare type ForgeMetricsData = {
|
|
25717
25876
|
name: Scalars['String']['output'];
|
|
25718
25877
|
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
@@ -25843,6 +26002,22 @@ export declare type ForgeMetricsLatencyBucketsQueryInput = {
|
|
|
25843
26002
|
filters: ForgeMetricsLatencyBucketsQueryFilters;
|
|
25844
26003
|
groupBy?: InputMaybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
25845
26004
|
};
|
|
26005
|
+
export declare type ForgeMetricsMutation = {
|
|
26006
|
+
__typename?: 'ForgeMetricsMutation';
|
|
26007
|
+
appId: Scalars['ID']['output'];
|
|
26008
|
+
createCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
26009
|
+
deleteCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
26010
|
+
updateCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
26011
|
+
};
|
|
26012
|
+
export declare type ForgeMetricsMutationCreateCustomMetricArgs = {
|
|
26013
|
+
query: ForgeMetricsCustomCreateQueryInput;
|
|
26014
|
+
};
|
|
26015
|
+
export declare type ForgeMetricsMutationDeleteCustomMetricArgs = {
|
|
26016
|
+
query: ForgeMetricsCustomDeleteQueryInput;
|
|
26017
|
+
};
|
|
26018
|
+
export declare type ForgeMetricsMutationUpdateCustomMetricArgs = {
|
|
26019
|
+
query: ForgeMetricsCustomUpdateQueryInput;
|
|
26020
|
+
};
|
|
25846
26021
|
export declare type ForgeMetricsOtlpData = {
|
|
25847
26022
|
__typename?: 'ForgeMetricsOtlpData';
|
|
25848
26023
|
resourceMetrics: Scalars['JSON']['output'];
|
|
@@ -25867,6 +26042,8 @@ export declare type ForgeMetricsQuery = {
|
|
|
25867
26042
|
appMetrics: ForgeMetricsOtlpResult;
|
|
25868
26043
|
cacheHitRate: ForgeMetricsSuccessRateResult;
|
|
25869
26044
|
chartInsight: ForgeMetricsChartInsightResult;
|
|
26045
|
+
customMetrics: ForgeMetricsInvocationsResult;
|
|
26046
|
+
customMetricsMetaData: ForgeMetricsCustomResult;
|
|
25870
26047
|
errors: ForgeMetricsErrorsResult;
|
|
25871
26048
|
errorsValue: ForgeMetricsErrorsValueResult;
|
|
25872
26049
|
invocations: ForgeMetricsInvocationsResult;
|
|
@@ -25902,6 +26079,9 @@ export declare type ForgeMetricsQueryCacheHitRateArgs = {
|
|
|
25902
26079
|
export declare type ForgeMetricsQueryChartInsightArgs = {
|
|
25903
26080
|
query: ForgeMetricsChartInsightQueryInput;
|
|
25904
26081
|
};
|
|
26082
|
+
export declare type ForgeMetricsQueryCustomMetricsArgs = {
|
|
26083
|
+
query: ForgeMetricsCustomQueryInput;
|
|
26084
|
+
};
|
|
25905
26085
|
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
25906
26086
|
query: ForgeMetricsQueryInput;
|
|
25907
26087
|
};
|
|
@@ -29850,6 +30030,8 @@ export declare type GraphStore = {
|
|
|
29850
30030
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
29851
30031
|
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
29852
30032
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
30033
|
+
atlasGoalHasGoalUpdate?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection>;
|
|
30034
|
+
atlasGoalHasGoalUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection>;
|
|
29853
30035
|
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
|
|
29854
30036
|
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
29855
30037
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
@@ -29869,6 +30051,8 @@ export declare type GraphStore = {
|
|
|
29869
30051
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
29870
30052
|
atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
|
|
29871
30053
|
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
30054
|
+
atlasProjectHasProjectUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection>;
|
|
30055
|
+
atlasProjectHasProjectUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection>;
|
|
29872
30056
|
atlasProjectHasUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateConnection>;
|
|
29873
30057
|
atlasProjectHasUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateInverseConnection>;
|
|
29874
30058
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
@@ -29949,6 +30133,7 @@ export declare type GraphStore = {
|
|
|
29949
30133
|
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
29950
30134
|
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
29951
30135
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
30136
|
+
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
29952
30137
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
29953
30138
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
29954
30139
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
@@ -30022,7 +30207,8 @@ export declare type GraphStore = {
|
|
|
30022
30207
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
30023
30208
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
30024
30209
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
30025
|
-
|
|
30210
|
+
issueHasAutodevJob?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobConnection>;
|
|
30211
|
+
issueHasAutodevJobInverse?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseConnection>;
|
|
30026
30212
|
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
30027
30213
|
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
30028
30214
|
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
@@ -30331,6 +30517,8 @@ export declare type GraphStore = {
|
|
|
30331
30517
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30332
30518
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30333
30519
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30520
|
+
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30521
|
+
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30334
30522
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30335
30523
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30336
30524
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
@@ -30396,6 +30584,8 @@ export declare type GraphStore = {
|
|
|
30396
30584
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30397
30585
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30398
30586
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30587
|
+
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30588
|
+
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30399
30589
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30400
30590
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30401
30591
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30419,8 +30609,14 @@ export declare type GraphStore = {
|
|
|
30419
30609
|
userViewedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluenceBlogpostInverseConnection>;
|
|
30420
30610
|
userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
|
|
30421
30611
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
30612
|
+
userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
|
|
30613
|
+
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30422
30614
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30423
30615
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30616
|
+
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30617
|
+
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30618
|
+
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30619
|
+
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30424
30620
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30425
30621
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30426
30622
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30467,6 +30663,8 @@ export declare type GraphStore = {
|
|
|
30467
30663
|
versionUserAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseConnection>;
|
|
30468
30664
|
versionUserAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30469
30665
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30666
|
+
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30667
|
+
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30470
30668
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30471
30669
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30472
30670
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -30520,6 +30718,20 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
30520
30718
|
id: Scalars['ID']['input'];
|
|
30521
30719
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
30522
30720
|
};
|
|
30721
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateArgs = {
|
|
30722
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30723
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30724
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30725
|
+
id: Scalars['ID']['input'];
|
|
30726
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30727
|
+
};
|
|
30728
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateInverseArgs = {
|
|
30729
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30730
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30731
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30732
|
+
id: Scalars['ID']['input'];
|
|
30733
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30734
|
+
};
|
|
30523
30735
|
export declare type GraphStoreAtlasGoalHasOwnerArgs = {
|
|
30524
30736
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30525
30737
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30566,6 +30778,7 @@ export declare type GraphStoreAtlasGoalHasUpdateInverseArgs = {
|
|
|
30566
30778
|
};
|
|
30567
30779
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
30568
30780
|
container_ids: Array<Scalars['ID']['input']>;
|
|
30781
|
+
enabled_sources?: InputMaybe<Array<InputMaybe<GraphStoreAtlasHomeSourcesEnum>>>;
|
|
30569
30782
|
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
30570
30783
|
};
|
|
30571
30784
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
@@ -30648,6 +30861,20 @@ export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
|
30648
30861
|
id: Scalars['ID']['input'];
|
|
30649
30862
|
sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
|
|
30650
30863
|
};
|
|
30864
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateArgs = {
|
|
30865
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30866
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30867
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30868
|
+
id: Scalars['ID']['input'];
|
|
30869
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30870
|
+
};
|
|
30871
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateInverseArgs = {
|
|
30872
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30873
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30874
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30875
|
+
id: Scalars['ID']['input'];
|
|
30876
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30877
|
+
};
|
|
30651
30878
|
export declare type GraphStoreAtlasProjectHasUpdateArgs = {
|
|
30652
30879
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30653
30880
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31178,6 +31405,13 @@ export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
|
|
|
31178
31405
|
id: Scalars['ID']['input'];
|
|
31179
31406
|
sort?: InputMaybe<GraphStoreGraphDocument3pDocumentSortInput>;
|
|
31180
31407
|
};
|
|
31408
|
+
export declare type GraphStoreGraphEntityReplicates3pEntityInverseArgs = {
|
|
31409
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31410
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31411
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31412
|
+
id: Scalars['ID']['input'];
|
|
31413
|
+
sort?: InputMaybe<GraphStoreGraphEntityReplicates3pEntitySortInput>;
|
|
31414
|
+
};
|
|
31181
31415
|
export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
31182
31416
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31183
31417
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31627,12 +31861,19 @@ export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
|
31627
31861
|
id: Scalars['ID']['input'];
|
|
31628
31862
|
sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
|
|
31629
31863
|
};
|
|
31630
|
-
export declare type
|
|
31864
|
+
export declare type GraphStoreIssueHasAutodevJobArgs = {
|
|
31865
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31866
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31867
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31868
|
+
id: Scalars['ID']['input'];
|
|
31869
|
+
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
31870
|
+
};
|
|
31871
|
+
export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
31631
31872
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31632
31873
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31633
31874
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31634
31875
|
id: Scalars['ID']['input'];
|
|
31635
|
-
sort?: InputMaybe<
|
|
31876
|
+
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
31636
31877
|
};
|
|
31637
31878
|
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
31638
31879
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33651,6 +33892,20 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
33651
33892
|
id: Scalars['ID']['input'];
|
|
33652
33893
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
33653
33894
|
};
|
|
33895
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentArgs = {
|
|
33896
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33897
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33898
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33899
|
+
id: Scalars['ID']['input'];
|
|
33900
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33901
|
+
};
|
|
33902
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentInverseArgs = {
|
|
33903
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33904
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33905
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33906
|
+
id: Scalars['ID']['input'];
|
|
33907
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33908
|
+
};
|
|
33654
33909
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
33655
33910
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33656
33911
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34108,6 +34363,20 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34108
34363
|
id: Scalars['ID']['input'];
|
|
34109
34364
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34110
34365
|
};
|
|
34366
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentArgs = {
|
|
34367
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34368
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34369
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34370
|
+
id: Scalars['ID']['input'];
|
|
34371
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34372
|
+
};
|
|
34373
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentInverseArgs = {
|
|
34374
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34375
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34376
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34377
|
+
id: Scalars['ID']['input'];
|
|
34378
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34379
|
+
};
|
|
34111
34380
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34112
34381
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34113
34382
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34269,6 +34538,20 @@ export declare type GraphStoreUserViewedConfluencePageInverseArgs = {
|
|
|
34269
34538
|
id: Scalars['ID']['input'];
|
|
34270
34539
|
sort?: InputMaybe<GraphStoreUserViewedConfluencePageSortInput>;
|
|
34271
34540
|
};
|
|
34541
|
+
export declare type GraphStoreUserViewedGoalUpdateArgs = {
|
|
34542
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34543
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34544
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34545
|
+
id: Scalars['ID']['input'];
|
|
34546
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34547
|
+
};
|
|
34548
|
+
export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
|
|
34549
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34550
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34551
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34552
|
+
id: Scalars['ID']['input'];
|
|
34553
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34554
|
+
};
|
|
34272
34555
|
export declare type GraphStoreUserViewedJiraIssueArgs = {
|
|
34273
34556
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34274
34557
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34283,6 +34566,34 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34283
34566
|
id: Scalars['ID']['input'];
|
|
34284
34567
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34285
34568
|
};
|
|
34569
|
+
export declare type GraphStoreUserViewedLoomVideoArgs = {
|
|
34570
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34571
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34572
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34573
|
+
id: Scalars['ID']['input'];
|
|
34574
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34575
|
+
};
|
|
34576
|
+
export declare type GraphStoreUserViewedLoomVideoInverseArgs = {
|
|
34577
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34578
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34579
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34580
|
+
id: Scalars['ID']['input'];
|
|
34581
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34582
|
+
};
|
|
34583
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34584
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34585
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34586
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34587
|
+
id: Scalars['ID']['input'];
|
|
34588
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34589
|
+
};
|
|
34590
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34591
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34592
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34593
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34594
|
+
id: Scalars['ID']['input'];
|
|
34595
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34596
|
+
};
|
|
34286
34597
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34287
34598
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34288
34599
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34571,6 +34882,20 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagRelationshipArgs =
|
|
|
34571
34882
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34572
34883
|
id: Scalars['ID']['input'];
|
|
34573
34884
|
};
|
|
34885
|
+
export declare type GraphStoreVideoHasCommentArgs = {
|
|
34886
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34887
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34888
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34889
|
+
id: Scalars['ID']['input'];
|
|
34890
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34891
|
+
};
|
|
34892
|
+
export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
34893
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34894
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34895
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34896
|
+
id: Scalars['ID']['input'];
|
|
34897
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34898
|
+
};
|
|
34574
34899
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
34575
34900
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34576
34901
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34631,6 +34956,9 @@ export declare type GraphStoreAtlasGoalHasContributorSortInput = {
|
|
|
34631
34956
|
export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
|
|
34632
34957
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34633
34958
|
};
|
|
34959
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateSortInput = {
|
|
34960
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34961
|
+
};
|
|
34634
34962
|
export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
|
|
34635
34963
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34636
34964
|
};
|
|
@@ -34768,6 +35096,19 @@ export declare type GraphStoreAtlasHomeRankingCriteria = {
|
|
|
34768
35096
|
export declare enum GraphStoreAtlasHomeRankingCriteriaEnum {
|
|
34769
35097
|
RoundRobinRandom = "ROUND_ROBIN_RANDOM"
|
|
34770
35098
|
}
|
|
35099
|
+
export declare enum GraphStoreAtlasHomeSourcesEnum {
|
|
35100
|
+
JiraEpicWithoutProject = "JIRA_EPIC_WITHOUT_PROJECT",
|
|
35101
|
+
JiraIssueAssigned = "JIRA_ISSUE_ASSIGNED",
|
|
35102
|
+
JiraIssueNearOverdue = "JIRA_ISSUE_NEAR_OVERDUE",
|
|
35103
|
+
JiraIssueOverdue = "JIRA_ISSUE_OVERDUE",
|
|
35104
|
+
UserJoinFirstTeam = "USER_JOIN_FIRST_TEAM",
|
|
35105
|
+
UserPageNotViewedByOthers = "USER_PAGE_NOT_VIEWED_BY_OTHERS",
|
|
35106
|
+
UserShouldFollowGoal = "USER_SHOULD_FOLLOW_GOAL",
|
|
35107
|
+
UserShouldViewSharedPage = "USER_SHOULD_VIEW_SHARED_PAGE",
|
|
35108
|
+
UserViewAssignedIssue = "USER_VIEW_ASSIGNED_ISSUE",
|
|
35109
|
+
UserViewPageComments = "USER_VIEW_PAGE_COMMENTS",
|
|
35110
|
+
UserViewUpdatedPriorityIssue = "USER_VIEW_UPDATED_PRIORITY_ISSUE"
|
|
35111
|
+
}
|
|
34771
35112
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
34772
35113
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34773
35114
|
};
|
|
@@ -34783,6 +35124,9 @@ export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
|
|
|
34783
35124
|
export declare type GraphStoreAtlasProjectHasOwnerSortInput = {
|
|
34784
35125
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34785
35126
|
};
|
|
35127
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateSortInput = {
|
|
35128
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35129
|
+
};
|
|
34786
35130
|
export declare type GraphStoreAtlasProjectHasUpdateConditionalFilterInput = {
|
|
34787
35131
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
34788
35132
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -35700,6 +36044,16 @@ export declare type GraphStoreCreateIssueToWhiteboardRelationshipInput = {
|
|
|
35700
36044
|
to: Scalars['ID']['input'];
|
|
35701
36045
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
35702
36046
|
};
|
|
36047
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput {
|
|
36048
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
36049
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
36050
|
+
NotSet = "NOT_SET"
|
|
36051
|
+
}
|
|
36052
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput {
|
|
36053
|
+
Accepted = "ACCEPTED",
|
|
36054
|
+
Open = "OPEN",
|
|
36055
|
+
Rejected = "REJECTED"
|
|
36056
|
+
}
|
|
35703
36057
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationInput = {
|
|
35704
36058
|
relationships: Array<GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipInput>;
|
|
35705
36059
|
};
|
|
@@ -35718,6 +36072,8 @@ export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelations
|
|
|
35718
36072
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipMetadataInput = {
|
|
35719
36073
|
SupportEscalationLastUpdated?: InputMaybe<Scalars['Long']['input']>;
|
|
35720
36074
|
creatorAri?: InputMaybe<Scalars['String']['input']>;
|
|
36075
|
+
linkType?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput>;
|
|
36076
|
+
status?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput>;
|
|
35721
36077
|
};
|
|
35722
36078
|
export declare type GraphStoreCreateJswProjectAssociatedComponentInput = {
|
|
35723
36079
|
relationships: Array<GraphStoreCreateJswProjectAssociatedComponentRelationshipInput>;
|
|
@@ -36038,7 +36394,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
36038
36394
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
36039
36395
|
id: Scalars['ID']['output'];
|
|
36040
36396
|
};
|
|
36041
|
-
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 | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36397
|
+
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 | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36042
36398
|
export declare type GraphStoreCypherQueryNode = {
|
|
36043
36399
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
36044
36400
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -36063,8 +36419,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
36063
36419
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
36064
36420
|
id: Scalars['ID']['output'];
|
|
36065
36421
|
};
|
|
36066
|
-
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 | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36067
|
-
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 | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36422
|
+
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 | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36423
|
+
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 | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36068
36424
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
36069
36425
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
36070
36426
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -36835,11 +37191,13 @@ export declare type GraphStoreFullIncidentLinkedJswIssueStartNode = {
|
|
|
36835
37191
|
id: Scalars['ID']['output'];
|
|
36836
37192
|
};
|
|
36837
37193
|
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
36838
|
-
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & {
|
|
37194
|
+
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
36839
37195
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
36840
37196
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
37197
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36841
37198
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedBranchNode>>;
|
|
36842
37199
|
pageInfo: PageInfo;
|
|
37200
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36843
37201
|
};
|
|
36844
37202
|
export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
36845
37203
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEdge';
|
|
@@ -36919,11 +37277,13 @@ export declare type GraphStoreFullIssueAssociatedBuildTestInfoOutput = {
|
|
|
36919
37277
|
numberSkipped?: Maybe<Scalars['Long']['output']>;
|
|
36920
37278
|
totalNumber?: Maybe<Scalars['Long']['output']>;
|
|
36921
37279
|
};
|
|
36922
|
-
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & {
|
|
37280
|
+
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
36923
37281
|
__typename?: 'GraphStoreFullIssueAssociatedCommitConnection';
|
|
36924
37282
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedCommitEdge>>;
|
|
37283
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36925
37284
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedCommitNode>>;
|
|
36926
37285
|
pageInfo: PageInfo;
|
|
37286
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36927
37287
|
};
|
|
36928
37288
|
export declare type GraphStoreFullIssueAssociatedCommitEdge = {
|
|
36929
37289
|
__typename?: 'GraphStoreFullIssueAssociatedCommitEdge';
|
|
@@ -37064,11 +37424,13 @@ export declare type GraphStoreFullIssueAssociatedDesignStartNode = {
|
|
|
37064
37424
|
id: Scalars['ID']['output'];
|
|
37065
37425
|
};
|
|
37066
37426
|
export declare type GraphStoreFullIssueAssociatedDesignStartUnion = JiraIssue;
|
|
37067
|
-
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
37427
|
+
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
37068
37428
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagConnection';
|
|
37069
37429
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagEdge>>;
|
|
37430
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37070
37431
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagNode>>;
|
|
37071
37432
|
pageInfo: PageInfo;
|
|
37433
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37072
37434
|
};
|
|
37073
37435
|
export declare type GraphStoreFullIssueAssociatedFeatureFlagEdge = {
|
|
37074
37436
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagEdge';
|
|
@@ -37228,11 +37590,13 @@ export declare type GraphStoreFullIssueAssociatedPrStartNode = {
|
|
|
37228
37590
|
id: Scalars['ID']['output'];
|
|
37229
37591
|
};
|
|
37230
37592
|
export declare type GraphStoreFullIssueAssociatedPrStartUnion = JiraIssue;
|
|
37231
|
-
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
37593
|
+
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
37232
37594
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkConnection';
|
|
37233
37595
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkEdge>>;
|
|
37596
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37234
37597
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkNode>>;
|
|
37235
37598
|
pageInfo: PageInfo;
|
|
37599
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37236
37600
|
};
|
|
37237
37601
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
37238
37602
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEdge';
|
|
@@ -37946,6 +38310,7 @@ export declare type GraphStoreFullProjectAssociatedBuildRelationshipMetadataOutp
|
|
|
37946
38310
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
37947
38311
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
37948
38312
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38313
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
37949
38314
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
37950
38315
|
};
|
|
37951
38316
|
export declare type GraphStoreFullProjectAssociatedBuildRelationshipObjectMetadataOutput = {
|
|
@@ -38026,6 +38391,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipMetadat
|
|
|
38026
38391
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38027
38392
|
issueTypeAri?: Maybe<Scalars['String']['output']>;
|
|
38028
38393
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38394
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38029
38395
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38030
38396
|
};
|
|
38031
38397
|
export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput = {
|
|
@@ -38187,6 +38553,7 @@ export declare type GraphStoreFullProjectAssociatedPrRelationshipMetadataOutput
|
|
|
38187
38553
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
38188
38554
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38189
38555
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38556
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38190
38557
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38191
38558
|
};
|
|
38192
38559
|
export declare type GraphStoreFullProjectAssociatedPrRelationshipObjectMetadataOutput = {
|
|
@@ -39719,11 +40086,13 @@ export declare type GraphStoreFullVersionAssociatedPullRequestStartNode = {
|
|
|
39719
40086
|
id: Scalars['ID']['output'];
|
|
39720
40087
|
};
|
|
39721
40088
|
export declare type GraphStoreFullVersionAssociatedPullRequestStartUnion = JiraVersion;
|
|
39722
|
-
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
40089
|
+
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
39723
40090
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkConnection';
|
|
39724
40091
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkEdge>>;
|
|
40092
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39725
40093
|
nodes: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkNode>>;
|
|
39726
40094
|
pageInfo: PageInfo;
|
|
40095
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39727
40096
|
};
|
|
39728
40097
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
39729
40098
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEdge';
|
|
@@ -39854,6 +40223,9 @@ export declare enum GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeO
|
|
|
39854
40223
|
export declare type GraphStoreGraphDocument3pDocumentSortInput = {
|
|
39855
40224
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39856
40225
|
};
|
|
40226
|
+
export declare type GraphStoreGraphEntityReplicates3pEntitySortInput = {
|
|
40227
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40228
|
+
};
|
|
39857
40229
|
export declare type GraphStoreGroupCanViewConfluenceSpaceSortInput = {
|
|
39858
40230
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39859
40231
|
};
|
|
@@ -39890,13 +40262,19 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
39890
40262
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
39891
40263
|
};
|
|
39892
40264
|
export declare type GraphStoreIssueAssociatedBranchSortInput = {
|
|
40265
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40266
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39893
40267
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40268
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39894
40269
|
};
|
|
39895
40270
|
export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
39896
40271
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39897
40272
|
};
|
|
39898
40273
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
40274
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40275
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39899
40276
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40277
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39900
40278
|
};
|
|
39901
40279
|
export declare type GraphStoreIssueAssociatedDeploymentAuthorFilterInput = {
|
|
39902
40280
|
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
@@ -39958,7 +40336,10 @@ export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
|
39958
40336
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39959
40337
|
};
|
|
39960
40338
|
export declare type GraphStoreIssueAssociatedFeatureFlagSortInput = {
|
|
40339
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40340
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39961
40341
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40342
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39962
40343
|
};
|
|
39963
40344
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkSortInput = {
|
|
39964
40345
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39967,7 +40348,10 @@ export declare type GraphStoreIssueAssociatedPrSortInput = {
|
|
|
39967
40348
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39968
40349
|
};
|
|
39969
40350
|
export declare type GraphStoreIssueAssociatedRemoteLinkSortInput = {
|
|
40351
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40352
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39970
40353
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40354
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39971
40355
|
};
|
|
39972
40356
|
export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
39973
40357
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39978,7 +40362,7 @@ export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
|
39978
40362
|
export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
39979
40363
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39980
40364
|
};
|
|
39981
|
-
export declare type
|
|
40365
|
+
export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
39982
40366
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39983
40367
|
};
|
|
39984
40368
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
@@ -40017,8 +40401,28 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilt
|
|
|
40017
40401
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
40018
40402
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40019
40403
|
relationship_creatorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40404
|
+
relationship_linkType?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput>;
|
|
40405
|
+
relationship_status?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput>;
|
|
40020
40406
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40021
40407
|
};
|
|
40408
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType {
|
|
40409
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
40410
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
40411
|
+
NotSet = "NOT_SET"
|
|
40412
|
+
}
|
|
40413
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput = {
|
|
40414
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40415
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40416
|
+
};
|
|
40417
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus {
|
|
40418
|
+
Accepted = "ACCEPTED",
|
|
40419
|
+
Open = "OPEN",
|
|
40420
|
+
Rejected = "REJECTED"
|
|
40421
|
+
}
|
|
40422
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput = {
|
|
40423
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40424
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40425
|
+
};
|
|
40022
40426
|
export declare type GraphStoreJcsIssueAssociatedSupportEscalationFilterInput = {
|
|
40023
40427
|
and?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
40024
40428
|
or?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
@@ -40029,6 +40433,8 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationSortInput = {
|
|
|
40029
40433
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40030
40434
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreSortInput>;
|
|
40031
40435
|
relationship_creatorAri?: InputMaybe<GraphStoreSortInput>;
|
|
40436
|
+
relationship_linkType?: InputMaybe<GraphStoreSortInput>;
|
|
40437
|
+
relationship_status?: InputMaybe<GraphStoreSortInput>;
|
|
40032
40438
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40033
40439
|
};
|
|
40034
40440
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
@@ -40407,6 +40813,7 @@ export declare type GraphStoreProjectAssociatedBuildConditionalFilterInput = {
|
|
|
40407
40813
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40408
40814
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40409
40815
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40816
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40410
40817
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40411
40818
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40412
40819
|
to_state?: InputMaybe<GraphStoreProjectAssociatedBuildBuildStateFilterInput>;
|
|
@@ -40425,6 +40832,7 @@ export declare type GraphStoreProjectAssociatedBuildSortInput = {
|
|
|
40425
40832
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40426
40833
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40427
40834
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40835
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40428
40836
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40429
40837
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40430
40838
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40463,6 +40871,7 @@ export declare type GraphStoreProjectAssociatedDeploymentConditionalFilterInput
|
|
|
40463
40871
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40464
40872
|
relationship_issueTypeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40465
40873
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40874
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40466
40875
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40467
40876
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40468
40877
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorFilterInput>;
|
|
@@ -40511,6 +40920,7 @@ export declare type GraphStoreProjectAssociatedDeploymentSortInput = {
|
|
|
40511
40920
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40512
40921
|
relationship_issueTypeAri?: InputMaybe<GraphStoreSortInput>;
|
|
40513
40922
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40923
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40514
40924
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40515
40925
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40516
40926
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorSortInput>;
|
|
@@ -40553,6 +40963,7 @@ export declare type GraphStoreProjectAssociatedPrConditionalFilterInput = {
|
|
|
40553
40963
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40554
40964
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40555
40965
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40966
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40556
40967
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40557
40968
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40558
40969
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorFilterInput>;
|
|
@@ -40604,6 +41015,7 @@ export declare type GraphStoreProjectAssociatedPrSortInput = {
|
|
|
40604
41015
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40605
41016
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40606
41017
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
41018
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40607
41019
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40608
41020
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40609
41021
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorSortInput>;
|
|
@@ -40951,6 +41363,34 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
40951
41363
|
};
|
|
40952
41364
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
40953
41365
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41366
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection = HasPageInfo & {
|
|
41367
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection';
|
|
41368
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge>>>;
|
|
41369
|
+
pageInfo: PageInfo;
|
|
41370
|
+
};
|
|
41371
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge = {
|
|
41372
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge';
|
|
41373
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41374
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41375
|
+
id: Scalars['ID']['output'];
|
|
41376
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41377
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion>;
|
|
41378
|
+
};
|
|
41379
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection = HasPageInfo & {
|
|
41380
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection';
|
|
41381
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge>>>;
|
|
41382
|
+
pageInfo: PageInfo;
|
|
41383
|
+
};
|
|
41384
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge = {
|
|
41385
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge';
|
|
41386
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41387
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41388
|
+
id: Scalars['ID']['output'];
|
|
41389
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41390
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion>;
|
|
41391
|
+
};
|
|
41392
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion = TownsquareGoal;
|
|
41393
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion = TownsquareGoalUpdate;
|
|
40954
41394
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
|
|
40955
41395
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
|
|
40956
41396
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
|
|
@@ -41179,6 +41619,34 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
|
41179
41619
|
};
|
|
41180
41620
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
41181
41621
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41622
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection = HasPageInfo & {
|
|
41623
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection';
|
|
41624
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge>>>;
|
|
41625
|
+
pageInfo: PageInfo;
|
|
41626
|
+
};
|
|
41627
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge = {
|
|
41628
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge';
|
|
41629
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41630
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41631
|
+
id: Scalars['ID']['output'];
|
|
41632
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41633
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion>;
|
|
41634
|
+
};
|
|
41635
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection = HasPageInfo & {
|
|
41636
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection';
|
|
41637
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge>>>;
|
|
41638
|
+
pageInfo: PageInfo;
|
|
41639
|
+
};
|
|
41640
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge = {
|
|
41641
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge';
|
|
41642
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41643
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41644
|
+
id: Scalars['ID']['output'];
|
|
41645
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41646
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion>;
|
|
41647
|
+
};
|
|
41648
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion = TownsquareProject;
|
|
41649
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion = TownsquareProjectUpdate;
|
|
41182
41650
|
export declare type GraphStoreSimplifiedAtlasProjectHasUpdateConnection = HasPageInfo & HasTotal & {
|
|
41183
41651
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasUpdateConnection';
|
|
41184
41652
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateEdge>>>;
|
|
@@ -41999,6 +42467,20 @@ export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseEdge = {
|
|
|
41999
42467
|
node?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion>;
|
|
42000
42468
|
};
|
|
42001
42469
|
export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion = DevOpsDocument | ExternalDocument;
|
|
42470
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection = HasPageInfo & {
|
|
42471
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection';
|
|
42472
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge>>>;
|
|
42473
|
+
pageInfo: PageInfo;
|
|
42474
|
+
};
|
|
42475
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge = {
|
|
42476
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge';
|
|
42477
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42478
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42479
|
+
id: Scalars['ID']['output'];
|
|
42480
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42481
|
+
node?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion>;
|
|
42482
|
+
};
|
|
42483
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion = DevOpsDocument | ExternalDocument | ExternalRemoteLink;
|
|
42002
42484
|
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection = HasPageInfo & {
|
|
42003
42485
|
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection';
|
|
42004
42486
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge>>>;
|
|
@@ -42141,10 +42623,12 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
42141
42623
|
};
|
|
42142
42624
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
42143
42625
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
42144
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & {
|
|
42626
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
42145
42627
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchConnection';
|
|
42146
42628
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchEdge>>>;
|
|
42629
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42147
42630
|
pageInfo: PageInfo;
|
|
42631
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42148
42632
|
};
|
|
42149
42633
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
42150
42634
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchEdge';
|
|
@@ -42154,10 +42638,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
|
42154
42638
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42155
42639
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchUnion>;
|
|
42156
42640
|
};
|
|
42157
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
42641
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
42158
42642
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
42159
42643
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
42644
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42160
42645
|
pageInfo: PageInfo;
|
|
42646
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42161
42647
|
};
|
|
42162
42648
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
42163
42649
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseEdge';
|
|
@@ -42197,10 +42683,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseEdge = {
|
|
|
42197
42683
|
};
|
|
42198
42684
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseUnion = JiraIssue;
|
|
42199
42685
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildUnion = ExternalBuildInfo;
|
|
42200
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & {
|
|
42686
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
42201
42687
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitConnection';
|
|
42202
42688
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitEdge>>>;
|
|
42689
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42203
42690
|
pageInfo: PageInfo;
|
|
42691
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42204
42692
|
};
|
|
42205
42693
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
42206
42694
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitEdge';
|
|
@@ -42210,10 +42698,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
|
42210
42698
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42211
42699
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitUnion>;
|
|
42212
42700
|
};
|
|
42213
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & {
|
|
42701
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & HasTotal & {
|
|
42214
42702
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseConnection';
|
|
42215
42703
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseEdge>>>;
|
|
42704
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42216
42705
|
pageInfo: PageInfo;
|
|
42706
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42217
42707
|
};
|
|
42218
42708
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
42219
42709
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseEdge';
|
|
@@ -42285,10 +42775,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseEdge = {
|
|
|
42285
42775
|
};
|
|
42286
42776
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseUnion = JiraIssue;
|
|
42287
42777
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42288
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
42778
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
42289
42779
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection';
|
|
42290
42780
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge>>>;
|
|
42781
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42291
42782
|
pageInfo: PageInfo;
|
|
42783
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42292
42784
|
};
|
|
42293
42785
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
42294
42786
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge';
|
|
@@ -42298,10 +42790,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
|
42298
42790
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42299
42791
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagUnion>;
|
|
42300
42792
|
};
|
|
42301
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & {
|
|
42793
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & HasTotal & {
|
|
42302
42794
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection';
|
|
42303
42795
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge>>>;
|
|
42796
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42304
42797
|
pageInfo: PageInfo;
|
|
42798
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42305
42799
|
};
|
|
42306
42800
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge = {
|
|
42307
42801
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge';
|
|
@@ -42369,10 +42863,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
42369
42863
|
};
|
|
42370
42864
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
42371
42865
|
export declare type GraphStoreSimplifiedIssueAssociatedPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
42372
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
42866
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
42373
42867
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection';
|
|
42374
42868
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge>>>;
|
|
42869
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42375
42870
|
pageInfo: PageInfo;
|
|
42871
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42376
42872
|
};
|
|
42377
42873
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
42378
42874
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge';
|
|
@@ -42382,10 +42878,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
|
42382
42878
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42383
42879
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion>;
|
|
42384
42880
|
};
|
|
42385
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
42881
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
42386
42882
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
42387
42883
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
42884
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42388
42885
|
pageInfo: PageInfo;
|
|
42886
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42389
42887
|
};
|
|
42390
42888
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
42391
42889
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge';
|
|
@@ -42457,20 +42955,34 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
42457
42955
|
};
|
|
42458
42956
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
42459
42957
|
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42460
|
-
export declare type
|
|
42461
|
-
__typename?: '
|
|
42462
|
-
edges?: Maybe<Array<Maybe<
|
|
42958
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobConnection = HasPageInfo & {
|
|
42959
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobConnection';
|
|
42960
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobEdge>>>;
|
|
42961
|
+
pageInfo: PageInfo;
|
|
42962
|
+
};
|
|
42963
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobEdge = {
|
|
42964
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobEdge';
|
|
42965
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42966
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42967
|
+
id: Scalars['ID']['output'];
|
|
42968
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42969
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobUnion>;
|
|
42970
|
+
};
|
|
42971
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseConnection = HasPageInfo & {
|
|
42972
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseConnection';
|
|
42973
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseEdge>>>;
|
|
42463
42974
|
pageInfo: PageInfo;
|
|
42464
42975
|
};
|
|
42465
|
-
export declare type
|
|
42466
|
-
__typename?: '
|
|
42976
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
42977
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseEdge';
|
|
42467
42978
|
createdAt: Scalars['DateTime']['output'];
|
|
42468
42979
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
42469
42980
|
id: Scalars['ID']['output'];
|
|
42470
42981
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42471
|
-
node?: Maybe<
|
|
42982
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseUnion>;
|
|
42472
42983
|
};
|
|
42473
|
-
export declare type
|
|
42984
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseUnion = JiraIssue;
|
|
42985
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobUnion = JiraAutodevJob;
|
|
42474
42986
|
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
42475
42987
|
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
42476
42988
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
@@ -45387,6 +45899,34 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
45387
45899
|
};
|
|
45388
45900
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45389
45901
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
45902
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection = HasPageInfo & {
|
|
45903
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection';
|
|
45904
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge>>>;
|
|
45905
|
+
pageInfo: PageInfo;
|
|
45906
|
+
};
|
|
45907
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge = {
|
|
45908
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge';
|
|
45909
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45910
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45911
|
+
id: Scalars['ID']['output'];
|
|
45912
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45913
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion>;
|
|
45914
|
+
};
|
|
45915
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
45916
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection';
|
|
45917
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge>>>;
|
|
45918
|
+
pageInfo: PageInfo;
|
|
45919
|
+
};
|
|
45920
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge = {
|
|
45921
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge';
|
|
45922
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45923
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45924
|
+
id: Scalars['ID']['output'];
|
|
45925
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45926
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion>;
|
|
45927
|
+
};
|
|
45928
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45929
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion = LoomComment;
|
|
45390
45930
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
45391
45931
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
45392
45932
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -46323,6 +46863,34 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
46323
46863
|
};
|
|
46324
46864
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46325
46865
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
46866
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection = HasPageInfo & {
|
|
46867
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection';
|
|
46868
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge>>>;
|
|
46869
|
+
pageInfo: PageInfo;
|
|
46870
|
+
};
|
|
46871
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge = {
|
|
46872
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge';
|
|
46873
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46874
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46875
|
+
id: Scalars['ID']['output'];
|
|
46876
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46877
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion>;
|
|
46878
|
+
};
|
|
46879
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
46880
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection';
|
|
46881
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge>>>;
|
|
46882
|
+
pageInfo: PageInfo;
|
|
46883
|
+
};
|
|
46884
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge = {
|
|
46885
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge';
|
|
46886
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46887
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46888
|
+
id: Scalars['ID']['output'];
|
|
46889
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46890
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion>;
|
|
46891
|
+
};
|
|
46892
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46893
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion = LoomComment;
|
|
46326
46894
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
46327
46895
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
46328
46896
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -46645,6 +47213,34 @@ export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseEdge = {
|
|
|
46645
47213
|
};
|
|
46646
47214
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46647
47215
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageUnion = ConfluencePage;
|
|
47216
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateConnection = HasPageInfo & {
|
|
47217
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateConnection';
|
|
47218
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateEdge>>>;
|
|
47219
|
+
pageInfo: PageInfo;
|
|
47220
|
+
};
|
|
47221
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateEdge = {
|
|
47222
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateEdge';
|
|
47223
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47224
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47225
|
+
id: Scalars['ID']['output'];
|
|
47226
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47227
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateUnion>;
|
|
47228
|
+
};
|
|
47229
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection = HasPageInfo & {
|
|
47230
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection';
|
|
47231
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge>>>;
|
|
47232
|
+
pageInfo: PageInfo;
|
|
47233
|
+
};
|
|
47234
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge = {
|
|
47235
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge';
|
|
47236
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47237
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47238
|
+
id: Scalars['ID']['output'];
|
|
47239
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47240
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion>;
|
|
47241
|
+
};
|
|
47242
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47243
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateUnion = TownsquareGoalUpdate;
|
|
46648
47244
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueConnection = HasPageInfo & {
|
|
46649
47245
|
__typename?: 'GraphStoreSimplifiedUserViewedJiraIssueConnection';
|
|
46650
47246
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedJiraIssueEdge>>>;
|
|
@@ -46673,6 +47269,62 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
46673
47269
|
};
|
|
46674
47270
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46675
47271
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
47272
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoConnection = HasPageInfo & {
|
|
47273
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoConnection';
|
|
47274
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoEdge>>>;
|
|
47275
|
+
pageInfo: PageInfo;
|
|
47276
|
+
};
|
|
47277
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoEdge = {
|
|
47278
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoEdge';
|
|
47279
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47280
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47281
|
+
id: Scalars['ID']['output'];
|
|
47282
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47283
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoUnion>;
|
|
47284
|
+
};
|
|
47285
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseConnection = HasPageInfo & {
|
|
47286
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseConnection';
|
|
47287
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseEdge>>>;
|
|
47288
|
+
pageInfo: PageInfo;
|
|
47289
|
+
};
|
|
47290
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseEdge = {
|
|
47291
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseEdge';
|
|
47292
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47293
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47294
|
+
id: Scalars['ID']['output'];
|
|
47295
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47296
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseUnion>;
|
|
47297
|
+
};
|
|
47298
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47299
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoUnion = LoomVideo;
|
|
47300
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47301
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47302
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
47303
|
+
pageInfo: PageInfo;
|
|
47304
|
+
};
|
|
47305
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateEdge = {
|
|
47306
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateEdge';
|
|
47307
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47308
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47309
|
+
id: Scalars['ID']['output'];
|
|
47310
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47311
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateUnion>;
|
|
47312
|
+
};
|
|
47313
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection = HasPageInfo & {
|
|
47314
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection';
|
|
47315
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge>>>;
|
|
47316
|
+
pageInfo: PageInfo;
|
|
47317
|
+
};
|
|
47318
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
47319
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge';
|
|
47320
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47321
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47322
|
+
id: Scalars['ID']['output'];
|
|
47323
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47324
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion>;
|
|
47325
|
+
};
|
|
47326
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47327
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
46676
47328
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
46677
47329
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
46678
47330
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -47009,10 +47661,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
47009
47661
|
};
|
|
47010
47662
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
47011
47663
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
47012
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
47664
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
47013
47665
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection';
|
|
47014
47666
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge>>>;
|
|
47667
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47015
47668
|
pageInfo: PageInfo;
|
|
47669
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47016
47670
|
};
|
|
47017
47671
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
47018
47672
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge';
|
|
@@ -47022,10 +47676,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
|
47022
47676
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47023
47677
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion>;
|
|
47024
47678
|
};
|
|
47025
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
47679
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
47026
47680
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
47027
47681
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
47682
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47028
47683
|
pageInfo: PageInfo;
|
|
47684
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47029
47685
|
};
|
|
47030
47686
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge = {
|
|
47031
47687
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge';
|
|
@@ -47069,6 +47725,34 @@ export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseE
|
|
|
47069
47725
|
};
|
|
47070
47726
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseUnion = JiraVersion;
|
|
47071
47727
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagUnion = DevOpsFeatureFlag | ExternalFeatureFlag;
|
|
47728
|
+
export declare type GraphStoreSimplifiedVideoHasCommentConnection = HasPageInfo & {
|
|
47729
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentConnection';
|
|
47730
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentEdge>>>;
|
|
47731
|
+
pageInfo: PageInfo;
|
|
47732
|
+
};
|
|
47733
|
+
export declare type GraphStoreSimplifiedVideoHasCommentEdge = {
|
|
47734
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentEdge';
|
|
47735
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47736
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47737
|
+
id: Scalars['ID']['output'];
|
|
47738
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47739
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentUnion>;
|
|
47740
|
+
};
|
|
47741
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseConnection = HasPageInfo & {
|
|
47742
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseConnection';
|
|
47743
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentInverseEdge>>>;
|
|
47744
|
+
pageInfo: PageInfo;
|
|
47745
|
+
};
|
|
47746
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
47747
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseEdge';
|
|
47748
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47749
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47750
|
+
id: Scalars['ID']['output'];
|
|
47751
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47752
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseUnion>;
|
|
47753
|
+
};
|
|
47754
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
47755
|
+
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
47072
47756
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
47073
47757
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
47074
47758
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -47564,6 +48248,9 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
47564
48248
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
47565
48249
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47566
48250
|
};
|
|
48251
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48252
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48253
|
+
};
|
|
47567
48254
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
47568
48255
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47569
48256
|
};
|
|
@@ -47690,6 +48377,9 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
47690
48377
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
47691
48378
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47692
48379
|
};
|
|
48380
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48381
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48382
|
+
};
|
|
47693
48383
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
47694
48384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47695
48385
|
};
|
|
@@ -47726,9 +48416,18 @@ export declare type GraphStoreUserViewedConfluenceBlogpostSortInput = {
|
|
|
47726
48416
|
export declare type GraphStoreUserViewedConfluencePageSortInput = {
|
|
47727
48417
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47728
48418
|
};
|
|
48419
|
+
export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
48420
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48421
|
+
};
|
|
47729
48422
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
47730
48423
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47731
48424
|
};
|
|
48425
|
+
export declare type GraphStoreUserViewedLoomVideoSortInput = {
|
|
48426
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48427
|
+
};
|
|
48428
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48429
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48430
|
+
};
|
|
47732
48431
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
47733
48432
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47734
48433
|
};
|
|
@@ -47823,7 +48522,10 @@ export declare type GraphStoreVersionAssociatedPullRequestSortInput = {
|
|
|
47823
48522
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47824
48523
|
};
|
|
47825
48524
|
export declare type GraphStoreVersionAssociatedRemoteLinkSortInput = {
|
|
48525
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
48526
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
47826
48527
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48528
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47827
48529
|
};
|
|
47828
48530
|
export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
47829
48531
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -47831,6 +48533,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
47831
48533
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47832
48534
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47833
48535
|
};
|
|
48536
|
+
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
48537
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48538
|
+
};
|
|
47834
48539
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
47835
48540
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
47836
48541
|
};
|
|
@@ -48083,6 +48788,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContext = {
|
|
|
48083
48788
|
jiraFamiliarity?: Maybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
48084
48789
|
jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
|
|
48085
48790
|
persona?: Maybe<Scalars['String']['output']>;
|
|
48791
|
+
projectLandingSelection?: Maybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
48086
48792
|
projectName?: Maybe<Scalars['String']['output']>;
|
|
48087
48793
|
statusNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
48088
48794
|
teamType?: Maybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -48094,6 +48800,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
|
|
|
48094
48800
|
jiraFamiliarity?: InputMaybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
48095
48801
|
jobsToBeDone?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileJtbd>>>;
|
|
48096
48802
|
persona?: InputMaybe<Scalars['String']['input']>;
|
|
48803
|
+
projectLandingSelection?: InputMaybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
48097
48804
|
projectName?: InputMaybe<Scalars['String']['input']>;
|
|
48098
48805
|
statusNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
48099
48806
|
teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -48113,6 +48820,10 @@ export declare type GrowthUnifiedProfileOnboardingContextInput = {
|
|
|
48113
48820
|
confluence?: InputMaybe<GrowthUnifiedProfileConfluenceOnboardingContextInput>;
|
|
48114
48821
|
jira?: InputMaybe<GrowthUnifiedProfileJiraOnboardingContextInput>;
|
|
48115
48822
|
};
|
|
48823
|
+
export declare enum GrowthUnifiedProfileOnboardingContextProjectLandingSelection {
|
|
48824
|
+
CreateProject = "CREATE_PROJECT",
|
|
48825
|
+
SampleProject = "SAMPLE_PROJECT"
|
|
48826
|
+
}
|
|
48116
48827
|
export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
48117
48828
|
__typename?: 'GrowthUnifiedProfilePaidChannelContext';
|
|
48118
48829
|
anchor?: Maybe<GrowthUnifiedProfileAnchor>;
|
|
@@ -48268,6 +48979,8 @@ export declare type HamsEntitlement = CommerceEntitlement & {
|
|
|
48268
48979
|
overriddenEdition?: Maybe<Scalars['String']['output']>;
|
|
48269
48980
|
preDunning?: Maybe<HamsEntitlementPreDunning>;
|
|
48270
48981
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
48982
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48983
|
+
relatesToEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48271
48984
|
sen?: Maybe<Scalars['String']['output']>;
|
|
48272
48985
|
shortTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
48273
48986
|
slug?: Maybe<Scalars['String']['output']>;
|
|
@@ -48308,6 +49021,12 @@ export declare type HamsEntitlementPreDunning = CommerceEntitlementPreDunning &
|
|
|
48308
49021
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
48309
49022
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
48310
49023
|
};
|
|
49024
|
+
export declare type HamsEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
49025
|
+
__typename?: 'HamsEntitlementRelationship';
|
|
49026
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
49027
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
49028
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
49029
|
+
};
|
|
48311
49030
|
export declare type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
48312
49031
|
__typename?: 'HamsExperienceCapability';
|
|
48313
49032
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -48687,7 +49406,7 @@ export declare type HelpCenterPage = Node & {
|
|
|
48687
49406
|
};
|
|
48688
49407
|
export declare type HelpCenterPageCreateInput = {
|
|
48689
49408
|
clonePageAri?: InputMaybe<Scalars['String']['input']>;
|
|
48690
|
-
description
|
|
49409
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48691
49410
|
helpCenterAri: Scalars['String']['input'];
|
|
48692
49411
|
name: Scalars['String']['input'];
|
|
48693
49412
|
};
|
|
@@ -48708,7 +49427,7 @@ export declare type HelpCenterPageDeletePayload = Payload & {
|
|
|
48708
49427
|
};
|
|
48709
49428
|
export declare type HelpCenterPageDescription = {
|
|
48710
49429
|
__typename?: 'HelpCenterPageDescription';
|
|
48711
|
-
default
|
|
49430
|
+
default?: Maybe<Scalars['String']['output']>;
|
|
48712
49431
|
};
|
|
48713
49432
|
export declare type HelpCenterPageLayout = {
|
|
48714
49433
|
__typename?: 'HelpCenterPageLayout';
|
|
@@ -48734,7 +49453,7 @@ export declare enum HelpCenterPageType {
|
|
|
48734
49453
|
Custom = "CUSTOM"
|
|
48735
49454
|
}
|
|
48736
49455
|
export declare type HelpCenterPageUpdateInput = {
|
|
48737
|
-
description
|
|
49456
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48738
49457
|
helpCenterPageAri: Scalars['String']['input'];
|
|
48739
49458
|
name: Scalars['String']['input'];
|
|
48740
49459
|
};
|
|
@@ -48748,6 +49467,7 @@ export declare type HelpCenterPermissionSettings = {
|
|
|
48748
49467
|
__typename?: 'HelpCenterPermissionSettings';
|
|
48749
49468
|
accessControlType: HelpCenterAccessControlType;
|
|
48750
49469
|
allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
|
|
49470
|
+
hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
48751
49471
|
};
|
|
48752
49472
|
export declare type HelpCenterPermissionSettingsInput = {
|
|
48753
49473
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -48870,7 +49590,11 @@ export declare type HelpCenterQueryApiHelpCenterPagesArgs = {
|
|
|
48870
49590
|
helpCenterAri: Scalars['ID']['input'];
|
|
48871
49591
|
};
|
|
48872
49592
|
export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
|
|
49593
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49594
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49595
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48873
49596
|
helpCenterAri: Scalars['ID']['input'];
|
|
49597
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48874
49598
|
};
|
|
48875
49599
|
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
48876
49600
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -49424,6 +50148,7 @@ export declare type HelpLayoutHeroElement = HelpLayoutVisualEntity & Node & {
|
|
|
49424
50148
|
data?: Maybe<HelpLayoutHeroElementData>;
|
|
49425
50149
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
49426
50150
|
hideSearchBar?: Maybe<Scalars['Boolean']['output']>;
|
|
50151
|
+
hideTitle?: Maybe<Scalars['Boolean']['output']>;
|
|
49427
50152
|
homePageTitle?: Maybe<Scalars['String']['output']>;
|
|
49428
50153
|
id: Scalars['ID']['output'];
|
|
49429
50154
|
useGlobalSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -49437,6 +50162,7 @@ export declare type HelpLayoutHeroElementData = {
|
|
|
49437
50162
|
};
|
|
49438
50163
|
export declare type HelpLayoutHeroElementInput = {
|
|
49439
50164
|
hideSearchBar?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50165
|
+
hideTitle?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49440
50166
|
useGlobalSettings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49441
50167
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
49442
50168
|
};
|
|
@@ -49602,6 +50328,7 @@ export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
|
49602
50328
|
};
|
|
49603
50329
|
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
49604
50330
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
50331
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
49605
50332
|
parentAri: Scalars['ID']['input'];
|
|
49606
50333
|
};
|
|
49607
50334
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
@@ -49807,6 +50534,7 @@ export declare type HelpObjectStoreArticleSearchResult = {
|
|
|
49807
50534
|
displayLink: Scalars['String']['output'];
|
|
49808
50535
|
excerpt: Scalars['String']['output'];
|
|
49809
50536
|
metadata: HelpObjectStoreArticleMetadata;
|
|
50537
|
+
sourceSystem?: Maybe<HelpObjectStoreArticleSourceSystem>;
|
|
49810
50538
|
title: Scalars['String']['output'];
|
|
49811
50539
|
};
|
|
49812
50540
|
export declare type HelpObjectStoreArticleSearchResults = {
|
|
@@ -49818,6 +50546,12 @@ export declare enum HelpObjectStoreArticleSearchStrategy {
|
|
|
49818
50546
|
Cql = "CQL",
|
|
49819
50547
|
Proxy = "PROXY"
|
|
49820
50548
|
}
|
|
50549
|
+
export declare enum HelpObjectStoreArticleSourceSystem {
|
|
50550
|
+
Confluence = "CONFLUENCE",
|
|
50551
|
+
External = "EXTERNAL",
|
|
50552
|
+
GoogleDrive = "GOOGLE_DRIVE",
|
|
50553
|
+
Sharepoint = "SHAREPOINT"
|
|
50554
|
+
}
|
|
49821
50555
|
export declare type HelpObjectStoreBulkCreateEntityMappingInput = {
|
|
49822
50556
|
helpObjectStoreCreateEntityMappingInputItems: Array<HelpObjectStoreCreateEntityMappingInput>;
|
|
49823
50557
|
};
|
|
@@ -51761,6 +52495,7 @@ export declare type JiraAutodevJob = {
|
|
|
51761
52495
|
error?: Maybe<JiraAutodevJobPermissionError>;
|
|
51762
52496
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
51763
52497
|
id: Scalars['ID']['output'];
|
|
52498
|
+
issue?: Maybe<JiraIssue>;
|
|
51764
52499
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
51765
52500
|
issueScopingScore?: Maybe<DevAiIssueScopingResult>;
|
|
51766
52501
|
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -52102,6 +52837,7 @@ export declare type JiraBoardView = {
|
|
|
52102
52837
|
error?: Maybe<QueryError>;
|
|
52103
52838
|
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
52104
52839
|
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
52840
|
+
groupByOptions?: Maybe<Array<JiraViewGroupByConfig>>;
|
|
52105
52841
|
id: Scalars['ID']['output'];
|
|
52106
52842
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
52107
52843
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -52114,6 +52850,19 @@ export declare type JiraBoardViewCardOptionsArgs = {
|
|
|
52114
52850
|
export declare type JiraBoardViewColumnsArgs = {
|
|
52115
52851
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52116
52852
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52853
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52854
|
+
};
|
|
52855
|
+
export declare type JiraBoardViewFilterConfigArgs = {
|
|
52856
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52857
|
+
};
|
|
52858
|
+
export declare type JiraBoardViewGroupByConfigArgs = {
|
|
52859
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52860
|
+
};
|
|
52861
|
+
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
52862
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52863
|
+
};
|
|
52864
|
+
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
52865
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52117
52866
|
};
|
|
52118
52867
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
52119
52868
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
@@ -52168,7 +52917,6 @@ export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
52168
52917
|
};
|
|
52169
52918
|
export declare type JiraBoardViewInput = {
|
|
52170
52919
|
jiraBoardViewQueryInput: JiraBoardViewQueryInput;
|
|
52171
|
-
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
52172
52920
|
};
|
|
52173
52921
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
52174
52922
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
@@ -54715,6 +55463,24 @@ export declare type JiraEstimate = {
|
|
|
54715
55463
|
export declare type JiraEstimateInput = {
|
|
54716
55464
|
timeInSeconds: Scalars['Long']['input'];
|
|
54717
55465
|
};
|
|
55466
|
+
export declare type JiraExportIssueDetailsInput = {
|
|
55467
|
+
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55468
|
+
includeFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55469
|
+
includeHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55470
|
+
includeWorklogs?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55471
|
+
issueId: Scalars['ID']['input'];
|
|
55472
|
+
};
|
|
55473
|
+
export declare type JiraExportIssueDetailsResponse = {
|
|
55474
|
+
__typename?: 'JiraExportIssueDetailsResponse';
|
|
55475
|
+
errors?: Maybe<Array<QueryError>>;
|
|
55476
|
+
taskResponse?: Maybe<JiraExportIssueDetailsTaskResponse>;
|
|
55477
|
+
};
|
|
55478
|
+
export declare type JiraExportIssueDetailsTaskResponse = {
|
|
55479
|
+
__typename?: 'JiraExportIssueDetailsTaskResponse';
|
|
55480
|
+
taskDescription?: Maybe<Scalars['String']['output']>;
|
|
55481
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
55482
|
+
taskStatus?: Maybe<JiraLongRunningTaskStatus>;
|
|
55483
|
+
};
|
|
54718
55484
|
export declare type JiraExtensionRenderingContextInput = {
|
|
54719
55485
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
54720
55486
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -55076,6 +55842,8 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
55076
55842
|
export declare type JiraForgeAppEgressDeclaration = {
|
|
55077
55843
|
__typename?: 'JiraForgeAppEgressDeclaration';
|
|
55078
55844
|
addresses?: Maybe<Array<Scalars['String']['output']>>;
|
|
55845
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
55846
|
+
inScopeEUD?: Maybe<Scalars['Boolean']['output']>;
|
|
55079
55847
|
type?: Maybe<Scalars['String']['output']>;
|
|
55080
55848
|
};
|
|
55081
55849
|
export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -55125,6 +55893,7 @@ export declare type JiraForgeExtension = {
|
|
|
55125
55893
|
environmentType: JiraForgeEnvironmentType;
|
|
55126
55894
|
hiddenBy?: Maybe<JiraVisibilityControlMechanism>;
|
|
55127
55895
|
id: Scalars['ID']['output'];
|
|
55896
|
+
installationConfig?: Maybe<Array<JiraForgeInstallationConfigExtension>>;
|
|
55128
55897
|
installationId: Scalars['String']['output'];
|
|
55129
55898
|
license?: Maybe<JiraForgeExtensionLicense>;
|
|
55130
55899
|
overrides?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -55203,6 +55972,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
55203
55972
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55204
55973
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55205
55974
|
};
|
|
55975
|
+
export declare type JiraForgeInstallationConfigExtension = {
|
|
55976
|
+
__typename?: 'JiraForgeInstallationConfigExtension';
|
|
55977
|
+
key: Scalars['String']['output'];
|
|
55978
|
+
value: Scalars['Boolean']['output'];
|
|
55979
|
+
};
|
|
55206
55980
|
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
55207
55981
|
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
55208
55982
|
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -55798,6 +56572,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
55798
56572
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
55799
56573
|
comments?: Maybe<JiraCommentConnection>;
|
|
55800
56574
|
configurationUrl?: Maybe<Scalars['URL']['output']>;
|
|
56575
|
+
confluenceMentionedLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
55801
56576
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
55802
56577
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
55803
56578
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
@@ -55925,6 +56700,12 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
55925
56700
|
sortBy?: InputMaybe<JiraCommentSortInput>;
|
|
55926
56701
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
55927
56702
|
};
|
|
56703
|
+
export declare type JiraIssueConfluenceMentionedLinksArgs = {
|
|
56704
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56705
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
56706
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56707
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56708
|
+
};
|
|
55928
56709
|
export declare type JiraIssueContentPanelsArgs = {
|
|
55929
56710
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55930
56711
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57494,7 +58275,9 @@ export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
|
57494
58275
|
name?: Maybe<Scalars['String']['output']>;
|
|
57495
58276
|
statusIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
57496
58277
|
statusType?: Maybe<JiraJourneyStatusDependencyType>;
|
|
58278
|
+
statuses?: Maybe<Array<JiraJourneyStatusDependencyStatus>>;
|
|
57497
58279
|
workItemIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
58280
|
+
workItems?: Maybe<Array<JiraJourneyWorkItem>>;
|
|
57498
58281
|
};
|
|
57499
58282
|
export declare type JiraJourneyStatusDependencyConfigurationInput = {
|
|
57500
58283
|
statuses?: InputMaybe<Array<JiraJourneyStatusDependencyConfigurationStatusInput>>;
|
|
@@ -57504,6 +58287,12 @@ export declare type JiraJourneyStatusDependencyConfigurationStatusInput = {
|
|
|
57504
58287
|
id: Scalars['ID']['input'];
|
|
57505
58288
|
type: JiraJourneyStatusDependencyType;
|
|
57506
58289
|
};
|
|
58290
|
+
export declare type JiraJourneyStatusDependencyStatus = {
|
|
58291
|
+
__typename?: 'JiraJourneyStatusDependencyStatus';
|
|
58292
|
+
id: Scalars['ID']['output'];
|
|
58293
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
58294
|
+
type?: Maybe<JiraJourneyStatusDependencyType>;
|
|
58295
|
+
};
|
|
57507
58296
|
export declare enum JiraJourneyStatusDependencyType {
|
|
57508
58297
|
Status = "STATUS",
|
|
57509
58298
|
StatusCategory = "STATUS_CATEGORY"
|
|
@@ -59593,7 +60382,8 @@ export declare enum JiraNotificationCategoryType {
|
|
|
59593
60382
|
IssueChanges = "ISSUE_CHANGES",
|
|
59594
60383
|
IssueMentioned = "ISSUE_MENTIONED",
|
|
59595
60384
|
IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
|
|
59596
|
-
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
|
|
60385
|
+
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES",
|
|
60386
|
+
Recurring = "RECURRING"
|
|
59597
60387
|
}
|
|
59598
60388
|
export declare type JiraNotificationChannel = {
|
|
59599
60389
|
__typename?: 'JiraNotificationChannel';
|
|
@@ -59642,6 +60432,7 @@ export declare type JiraNotificationPreferences = {
|
|
|
59642
60432
|
commentCreated?: Maybe<JiraNotificationPreference>;
|
|
59643
60433
|
commentDeleted?: Maybe<JiraNotificationPreference>;
|
|
59644
60434
|
commentEdited?: Maybe<JiraNotificationPreference>;
|
|
60435
|
+
dailyDueDateNotification?: Maybe<JiraNotificationPreference>;
|
|
59645
60436
|
issueAssigned?: Maybe<JiraNotificationPreference>;
|
|
59646
60437
|
issueCreated?: Maybe<JiraNotificationPreference>;
|
|
59647
60438
|
issueDeleted?: Maybe<JiraNotificationPreference>;
|
|
@@ -59668,6 +60459,7 @@ export declare enum JiraNotificationType {
|
|
|
59668
60459
|
CommentCreated = "COMMENT_CREATED",
|
|
59669
60460
|
CommentDeleted = "COMMENT_DELETED",
|
|
59670
60461
|
CommentEdited = "COMMENT_EDITED",
|
|
60462
|
+
DailyDueDateNotification = "DAILY_DUE_DATE_NOTIFICATION",
|
|
59671
60463
|
IssueAssigned = "ISSUE_ASSIGNED",
|
|
59672
60464
|
IssueCreated = "ISSUE_CREATED",
|
|
59673
60465
|
IssueDeleted = "ISSUE_DELETED",
|
|
@@ -60658,6 +61450,7 @@ export declare type JiraProject = Node & {
|
|
|
60658
61450
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60659
61451
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
60660
61452
|
isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
61453
|
+
isPlaybooksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60661
61454
|
isVirtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60662
61455
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
60663
61456
|
jsmChatInitialNativeConfig?: Maybe<JsmChatInitializeNativeConfigResponse>;
|
|
@@ -61365,6 +62158,28 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
61365
62158
|
helpCenterId: Scalars['ID']['input'];
|
|
61366
62159
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
61367
62160
|
};
|
|
62161
|
+
export declare type JiraProjectsSidebarMenu = {
|
|
62162
|
+
__typename?: 'JiraProjectsSidebarMenu';
|
|
62163
|
+
current?: Maybe<JiraProject>;
|
|
62164
|
+
displayMode?: Maybe<JiraSidebarMenuDisplayMode>;
|
|
62165
|
+
favouriteLimit?: Maybe<Scalars['Int']['output']>;
|
|
62166
|
+
favourites?: Maybe<JiraProjectConnection>;
|
|
62167
|
+
id: Scalars['ID']['output'];
|
|
62168
|
+
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
62169
|
+
recents?: Maybe<JiraProjectConnection>;
|
|
62170
|
+
};
|
|
62171
|
+
export declare type JiraProjectsSidebarMenuFavouritesArgs = {
|
|
62172
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62173
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62174
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62175
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62176
|
+
};
|
|
62177
|
+
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
62178
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62179
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62180
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62181
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62182
|
+
};
|
|
61368
62183
|
export declare type JiraPublishBoardViewConfigInput = {
|
|
61369
62184
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
61370
62185
|
viewId: Scalars['ID']['input'];
|
|
@@ -61425,6 +62240,7 @@ export declare type JiraQuery = {
|
|
|
61425
62240
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
61426
62241
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
61427
62242
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
62243
|
+
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
61428
62244
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
61429
62245
|
favourites?: Maybe<JiraFavouriteConnection>;
|
|
61430
62246
|
fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
|
|
@@ -61490,6 +62306,7 @@ export declare type JiraQuery = {
|
|
|
61490
62306
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
61491
62307
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
61492
62308
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
62309
|
+
jiraJourneyItem?: Maybe<JiraJourneyItem>;
|
|
61493
62310
|
jiraProject?: Maybe<JiraProject>;
|
|
61494
62311
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
61495
62312
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
@@ -61720,6 +62537,9 @@ export declare type JiraQueryDevOpsProvidersArgs = {
|
|
|
61720
62537
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
61721
62538
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
61722
62539
|
};
|
|
62540
|
+
export declare type JiraQueryExportIssueDetailsArgs = {
|
|
62541
|
+
input: JiraExportIssueDetailsInput;
|
|
62542
|
+
};
|
|
61723
62543
|
export declare type JiraQueryFavouriteFiltersArgs = {
|
|
61724
62544
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61725
62545
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62044,6 +62864,11 @@ export declare type JiraQueryJiraJourneyConfigurationArgs = {
|
|
|
62044
62864
|
cloudId: Scalars['ID']['input'];
|
|
62045
62865
|
id: Scalars['ID']['input'];
|
|
62046
62866
|
};
|
|
62867
|
+
export declare type JiraQueryJiraJourneyItemArgs = {
|
|
62868
|
+
cloudId: Scalars['ID']['input'];
|
|
62869
|
+
id: Scalars['ID']['input'];
|
|
62870
|
+
journeyId: Scalars['ID']['input'];
|
|
62871
|
+
};
|
|
62047
62872
|
export declare type JiraQueryJiraProjectArgs = {
|
|
62048
62873
|
id: Scalars['ID']['input'];
|
|
62049
62874
|
};
|
|
@@ -64783,6 +65608,11 @@ export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
|
64783
65608
|
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
64784
65609
|
url?: Maybe<Scalars['String']['output']>;
|
|
64785
65610
|
};
|
|
65611
|
+
export declare enum JiraSidebarMenuDisplayMode {
|
|
65612
|
+
MostRecentOnly = "MOST_RECENT_ONLY",
|
|
65613
|
+
Starred = "STARRED",
|
|
65614
|
+
StarredAndRecent = "STARRED_AND_RECENT"
|
|
65615
|
+
}
|
|
64786
65616
|
export declare type JiraSimilarIssues = {
|
|
64787
65617
|
__typename?: 'JiraSimilarIssues';
|
|
64788
65618
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -66164,6 +66994,12 @@ export declare type JiraUpdateShortcutInput = {
|
|
|
66164
66994
|
shortcutData: JiraShortcutDataInput;
|
|
66165
66995
|
shortcutId: Scalars['ID']['input'];
|
|
66166
66996
|
};
|
|
66997
|
+
export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
66998
|
+
cloudId: Scalars['ID']['input'];
|
|
66999
|
+
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
67000
|
+
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
67001
|
+
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
67002
|
+
};
|
|
66167
67003
|
export declare type JiraUpdateSingleGroupPickerFieldInput = {
|
|
66168
67004
|
id: Scalars['ID']['input'];
|
|
66169
67005
|
operation: JiraSingleGroupPickerFieldOperationInput;
|
|
@@ -66439,6 +67275,8 @@ export declare type JiraUserPreferences = {
|
|
|
66439
67275
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
66440
67276
|
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
66441
67277
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
67278
|
+
isCustomNavBarThemeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
67279
|
+
isCustomNavBarThemeSectionMessageDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66442
67280
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66443
67281
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66444
67282
|
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68568,6 +69406,47 @@ export declare type KnowledgeBaseArticleCountSource = {
|
|
|
68568
69406
|
container: Scalars['ID']['output'];
|
|
68569
69407
|
count: Scalars['Int']['output'];
|
|
68570
69408
|
};
|
|
69409
|
+
export declare type KnowledgeBaseArticleSearchInput = {
|
|
69410
|
+
articleContainers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
69411
|
+
cloudId: Scalars['ID']['input'];
|
|
69412
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
69413
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69414
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
69415
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
69416
|
+
sortByKey?: InputMaybe<KnowledgeBaseArticleSearchSortByKey>;
|
|
69417
|
+
sortOrder?: InputMaybe<KnowledgeBaseArticleSearchSortOrder>;
|
|
69418
|
+
};
|
|
69419
|
+
export declare type KnowledgeBaseArticleSearchResponse = KnowledgeBaseCrossSiteSearchConnection | QueryError;
|
|
69420
|
+
export declare enum KnowledgeBaseArticleSearchSortByKey {
|
|
69421
|
+
LastModified = "LAST_MODIFIED",
|
|
69422
|
+
Title = "TITLE"
|
|
69423
|
+
}
|
|
69424
|
+
export declare enum KnowledgeBaseArticleSearchSortOrder {
|
|
69425
|
+
Asc = "ASC",
|
|
69426
|
+
Desc = "DESC"
|
|
69427
|
+
}
|
|
69428
|
+
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
69429
|
+
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
69430
|
+
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
69431
|
+
id: Scalars['ID']['output'];
|
|
69432
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
69433
|
+
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
69434
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
69435
|
+
spaceUrl?: Maybe<Scalars['String']['output']>;
|
|
69436
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69437
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
69438
|
+
};
|
|
69439
|
+
export declare type KnowledgeBaseCrossSiteArticleEdge = {
|
|
69440
|
+
__typename?: 'KnowledgeBaseCrossSiteArticleEdge';
|
|
69441
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
69442
|
+
node?: Maybe<KnowledgeBaseCrossSiteArticle>;
|
|
69443
|
+
};
|
|
69444
|
+
export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
69445
|
+
__typename?: 'KnowledgeBaseCrossSiteSearchConnection';
|
|
69446
|
+
edges?: Maybe<Array<KnowledgeBaseCrossSiteArticleEdge>>;
|
|
69447
|
+
nodes?: Maybe<Array<Maybe<KnowledgeBaseCrossSiteArticle>>>;
|
|
69448
|
+
pageInfo: PageInfo;
|
|
69449
|
+
};
|
|
68571
69450
|
export declare type KnowledgeBaseLinkResponse = {
|
|
68572
69451
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
68573
69452
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
@@ -68603,7 +69482,7 @@ export declare type KnowledgeBaseSource = {
|
|
|
68603
69482
|
__typename?: 'KnowledgeBaseSource';
|
|
68604
69483
|
containerAri: Scalars['ID']['output'];
|
|
68605
69484
|
entityReference: Scalars['String']['output'];
|
|
68606
|
-
id
|
|
69485
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
68607
69486
|
name: Scalars['String']['output'];
|
|
68608
69487
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
68609
69488
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -68697,6 +69576,17 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
|
68697
69576
|
};
|
|
68698
69577
|
export declare type KnowledgeDiscoveryAdminhubBookmarkResult = KnowledgeDiscoveryAdminhubBookmark | QueryError;
|
|
68699
69578
|
export declare type KnowledgeDiscoveryAdminhubBookmarksResult = KnowledgeDiscoveryAdminhubBookmarkConnection | QueryError;
|
|
69579
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput = {
|
|
69580
|
+
bookmarkAdminhubId: Scalars['ID']['input'];
|
|
69581
|
+
cloudId: Scalars['ID']['input'];
|
|
69582
|
+
orgId: Scalars['String']['input'];
|
|
69583
|
+
};
|
|
69584
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload = Payload & {
|
|
69585
|
+
__typename?: 'KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload';
|
|
69586
|
+
adminhubBookmark?: Maybe<KnowledgeDiscoveryAdminhubBookmark>;
|
|
69587
|
+
errors?: Maybe<Array<MutationError>>;
|
|
69588
|
+
success: Scalars['Boolean']['output'];
|
|
69589
|
+
};
|
|
68700
69590
|
export declare type KnowledgeDiscoveryAutoDefinition = {
|
|
68701
69591
|
__typename?: 'KnowledgeDiscoveryAutoDefinition';
|
|
68702
69592
|
confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
|
|
@@ -68897,6 +69787,7 @@ export declare enum KnowledgeDiscoveryKeyPhraseInputTextFormat {
|
|
|
68897
69787
|
export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPhraseConnection | QueryError;
|
|
68898
69788
|
export declare type KnowledgeDiscoveryMutationApi = {
|
|
68899
69789
|
__typename?: 'KnowledgeDiscoveryMutationApi';
|
|
69790
|
+
approveBookmarkSuggestion?: Maybe<KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload>;
|
|
68900
69791
|
createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
|
|
68901
69792
|
createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
|
|
68902
69793
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
@@ -68905,6 +69796,9 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
68905
69796
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
68906
69797
|
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
68907
69798
|
};
|
|
69799
|
+
export declare type KnowledgeDiscoveryMutationApiApproveBookmarkSuggestionArgs = {
|
|
69800
|
+
input: KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput;
|
|
69801
|
+
};
|
|
68908
69802
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
68909
69803
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
68910
69804
|
};
|
|
@@ -69023,6 +69917,7 @@ export declare type KnowledgeDiscoveryQueryApiSearchUserArgs = {
|
|
|
69023
69917
|
export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
|
|
69024
69918
|
locale: Scalars['String']['input'];
|
|
69025
69919
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
69920
|
+
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
69026
69921
|
query: Scalars['String']['input'];
|
|
69027
69922
|
siteId: Scalars['String']['input'];
|
|
69028
69923
|
};
|
|
@@ -69400,8 +70295,11 @@ export declare type LogQueryInput = {
|
|
|
69400
70295
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
69401
70296
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69402
70297
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
70298
|
+
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
69403
70299
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
70300
|
+
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
69404
70301
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
70302
|
+
traceId?: InputMaybe<Scalars['String']['input']>;
|
|
69405
70303
|
};
|
|
69406
70304
|
export declare type LookAndFeel = {
|
|
69407
70305
|
__typename?: 'LookAndFeel';
|
|
@@ -69430,6 +70328,7 @@ export declare type LoomComment = Node & {
|
|
|
69430
70328
|
url?: Maybe<Scalars['String']['output']>;
|
|
69431
70329
|
user?: Maybe<User>;
|
|
69432
70330
|
userId?: Maybe<Scalars['ID']['output']>;
|
|
70331
|
+
video?: Maybe<LoomVideo>;
|
|
69433
70332
|
videoId: Scalars['ID']['output'];
|
|
69434
70333
|
};
|
|
69435
70334
|
export declare type LoomMeeting = Node & {
|
|
@@ -69459,6 +70358,11 @@ export declare enum LoomMeetingSource {
|
|
|
69459
70358
|
MicrosoftOutlook = "MICROSOFT_OUTLOOK",
|
|
69460
70359
|
Zoom = "ZOOM"
|
|
69461
70360
|
}
|
|
70361
|
+
export declare type LoomSettings = {
|
|
70362
|
+
__typename?: 'LoomSettings';
|
|
70363
|
+
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
70364
|
+
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
70365
|
+
};
|
|
69462
70366
|
export declare type LoomSpace = Node & {
|
|
69463
70367
|
__typename?: 'LoomSpace';
|
|
69464
70368
|
id: Scalars['ID']['output'];
|
|
@@ -69542,6 +70446,7 @@ export declare type LpCourseProgress = {
|
|
|
69542
70446
|
completedDate?: Maybe<Scalars['String']['output']>;
|
|
69543
70447
|
courseId?: Maybe<Scalars['String']['output']>;
|
|
69544
70448
|
id?: Maybe<Scalars['String']['output']>;
|
|
70449
|
+
isFromIntellum: Scalars['Boolean']['output'];
|
|
69545
70450
|
lessons?: Maybe<Array<Maybe<LpLessonProgress>>>;
|
|
69546
70451
|
status?: Maybe<LpCourseStatus>;
|
|
69547
70452
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -69925,6 +70830,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
69925
70830
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69926
70831
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69927
70832
|
hosting: MarketplaceConsoleHosting;
|
|
70833
|
+
isLatestActiveVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69928
70834
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69929
70835
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
69930
70836
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
@@ -69938,8 +70844,10 @@ export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
|
69938
70844
|
buildNumber: Scalars['ID']['output'];
|
|
69939
70845
|
changelog?: Maybe<MarketplaceConsoleAppSoftwareVersionChangelog>;
|
|
69940
70846
|
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibility>;
|
|
70847
|
+
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69941
70848
|
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetails;
|
|
69942
70849
|
isBeta: Scalars['Boolean']['output'];
|
|
70850
|
+
isLatest?: Maybe<Scalars['Boolean']['output']>;
|
|
69943
70851
|
isSupported: Scalars['Boolean']['output'];
|
|
69944
70852
|
licenseType?: Maybe<MarketplaceConsoleAppSoftwareVersionLicenseType>;
|
|
69945
70853
|
sourceCodeLicense?: Maybe<MarketplaceConsoleSourceCodeLicense>;
|
|
@@ -70143,6 +71051,7 @@ export declare type MarketplaceConsoleDevSpaceListing = {
|
|
|
70143
71051
|
description?: Maybe<Scalars['String']['output']>;
|
|
70144
71052
|
displayLogoUrl?: Maybe<Scalars['String']['output']>;
|
|
70145
71053
|
supportDetails?: Maybe<MarketplaceConsoleDevSpaceSupportDetails>;
|
|
71054
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
70146
71055
|
};
|
|
70147
71056
|
export declare enum MarketplaceConsoleDevSpaceProgram {
|
|
70148
71057
|
AtlassianParter = "ATLASSIAN_PARTER",
|
|
@@ -71383,6 +72292,7 @@ export declare type MarketplaceStoreHostStatusResponse = {
|
|
|
71383
72292
|
};
|
|
71384
72293
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
71385
72294
|
appKey: Scalars['String']['input'];
|
|
72295
|
+
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
71386
72296
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
71387
72297
|
};
|
|
71388
72298
|
export declare type MarketplaceStoreInstallAppResponse = {
|
|
@@ -71536,6 +72446,7 @@ export declare type MarketplaceStorePartnerListing = {
|
|
|
71536
72446
|
slug?: Maybe<Scalars['String']['output']>;
|
|
71537
72447
|
supportAvailability?: Maybe<MarketplaceStorePartnerSupportAvailability>;
|
|
71538
72448
|
supportContact?: Maybe<MarketplaceStorePartnerSupportContact>;
|
|
72449
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
71539
72450
|
};
|
|
71540
72451
|
export declare type MarketplaceStorePartnerResponse = {
|
|
71541
72452
|
__typename?: 'MarketplaceStorePartnerResponse';
|
|
@@ -71854,6 +72765,50 @@ export declare type MercuryBudgetAggregation = {
|
|
|
71854
72765
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71855
72766
|
totalAssignedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71856
72767
|
};
|
|
72768
|
+
export declare type MercuryChangeProposal = Node & {
|
|
72769
|
+
__typename?: 'MercuryChangeProposal';
|
|
72770
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
72771
|
+
id: Scalars['ID']['output'];
|
|
72772
|
+
name: Scalars['String']['output'];
|
|
72773
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
72774
|
+
statusTransitions?: Maybe<MercuryChangeProposalStatusTransitions>;
|
|
72775
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72776
|
+
};
|
|
72777
|
+
export declare type MercuryChangeProposalConnection = {
|
|
72778
|
+
__typename?: 'MercuryChangeProposalConnection';
|
|
72779
|
+
edges?: Maybe<Array<Maybe<MercuryChangeProposalEdge>>>;
|
|
72780
|
+
pageInfo: PageInfo;
|
|
72781
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
72782
|
+
};
|
|
72783
|
+
export declare type MercuryChangeProposalEdge = {
|
|
72784
|
+
__typename?: 'MercuryChangeProposalEdge';
|
|
72785
|
+
cursor: Scalars['String']['output'];
|
|
72786
|
+
node?: Maybe<MercuryChangeProposal>;
|
|
72787
|
+
};
|
|
72788
|
+
export declare type MercuryChangeProposalSort = {
|
|
72789
|
+
field: MercuryChangeProposalSortField;
|
|
72790
|
+
order: SortOrder;
|
|
72791
|
+
};
|
|
72792
|
+
export declare enum MercuryChangeProposalSortField {
|
|
72793
|
+
Name = "NAME"
|
|
72794
|
+
}
|
|
72795
|
+
export declare type MercuryChangeProposalStatus = {
|
|
72796
|
+
__typename?: 'MercuryChangeProposalStatus';
|
|
72797
|
+
color: Scalars['String']['output'];
|
|
72798
|
+
displayName: Scalars['String']['output'];
|
|
72799
|
+
id: Scalars['ID']['output'];
|
|
72800
|
+
key: Scalars['String']['output'];
|
|
72801
|
+
order: Scalars['Int']['output'];
|
|
72802
|
+
};
|
|
72803
|
+
export declare type MercuryChangeProposalStatusTransition = {
|
|
72804
|
+
__typename?: 'MercuryChangeProposalStatusTransition';
|
|
72805
|
+
id: Scalars['ID']['output'];
|
|
72806
|
+
to: MercuryChangeProposalStatus;
|
|
72807
|
+
};
|
|
72808
|
+
export declare type MercuryChangeProposalStatusTransitions = {
|
|
72809
|
+
__typename?: 'MercuryChangeProposalStatusTransitions';
|
|
72810
|
+
available: Array<MercuryChangeProposalStatusTransition>;
|
|
72811
|
+
};
|
|
71857
72812
|
export declare type MercuryComment = Node & {
|
|
71858
72813
|
__typename?: 'MercuryComment';
|
|
71859
72814
|
ari: Scalars['String']['output'];
|
|
@@ -71874,6 +72829,17 @@ export declare type MercuryCommentEdge = {
|
|
|
71874
72829
|
cursor: Scalars['String']['output'];
|
|
71875
72830
|
node?: Maybe<MercuryComment>;
|
|
71876
72831
|
};
|
|
72832
|
+
export declare type MercuryCreateChangeProposalInput = {
|
|
72833
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72834
|
+
name: Scalars['String']['input'];
|
|
72835
|
+
strategicEventId: Scalars['String']['input'];
|
|
72836
|
+
};
|
|
72837
|
+
export declare type MercuryCreateChangeProposalPayload = Payload & {
|
|
72838
|
+
__typename?: 'MercuryCreateChangeProposalPayload';
|
|
72839
|
+
createdChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
72840
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72841
|
+
success: Scalars['Boolean']['output'];
|
|
72842
|
+
};
|
|
71877
72843
|
export declare type MercuryCreateCommentInput = {
|
|
71878
72844
|
cloudId: Scalars['ID']['input'];
|
|
71879
72845
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -71923,6 +72889,17 @@ export declare type MercuryCreatePortfolioPayload = Payload & {
|
|
|
71923
72889
|
errors?: Maybe<Array<MutationError>>;
|
|
71924
72890
|
success: Scalars['Boolean']['output'];
|
|
71925
72891
|
};
|
|
72892
|
+
export declare type MercuryCreateStrategicEventInput = {
|
|
72893
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72894
|
+
name: Scalars['String']['input'];
|
|
72895
|
+
targetDate: Scalars['String']['input'];
|
|
72896
|
+
};
|
|
72897
|
+
export declare type MercuryCreateStrategicEventPayload = Payload & {
|
|
72898
|
+
__typename?: 'MercuryCreateStrategicEventPayload';
|
|
72899
|
+
createdStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72900
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72901
|
+
success: Scalars['Boolean']['output'];
|
|
72902
|
+
};
|
|
71926
72903
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
71927
72904
|
cloudId: Scalars['ID']['input'];
|
|
71928
72905
|
};
|
|
@@ -72078,6 +73055,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
72078
73055
|
teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
72079
73056
|
updatedDate: Scalars['String']['output'];
|
|
72080
73057
|
url?: Maybe<Scalars['String']['output']>;
|
|
73058
|
+
uuid: Scalars['UUID']['output'];
|
|
72081
73059
|
watchers?: Maybe<MercuryUserConnection>;
|
|
72082
73060
|
watching: Scalars['Boolean']['output'];
|
|
72083
73061
|
};
|
|
@@ -72951,6 +73929,114 @@ export declare type MercurySpendAggregation = {
|
|
|
72951
73929
|
aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72952
73930
|
totalAssignedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72953
73931
|
};
|
|
73932
|
+
export declare type MercuryStrategicEvent = Node & {
|
|
73933
|
+
__typename?: 'MercuryStrategicEvent';
|
|
73934
|
+
id: Scalars['ID']['output'];
|
|
73935
|
+
name: Scalars['String']['output'];
|
|
73936
|
+
owner?: Maybe<User>;
|
|
73937
|
+
status?: Maybe<MercuryStrategicEventStatus>;
|
|
73938
|
+
statusTransitions?: Maybe<MercuryStrategicEventStatusTransitions>;
|
|
73939
|
+
targetDate?: Maybe<Scalars['String']['output']>;
|
|
73940
|
+
};
|
|
73941
|
+
export declare type MercuryStrategicEventConnection = {
|
|
73942
|
+
__typename?: 'MercuryStrategicEventConnection';
|
|
73943
|
+
edges?: Maybe<Array<Maybe<MercuryStrategicEventEdge>>>;
|
|
73944
|
+
pageInfo: PageInfo;
|
|
73945
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73946
|
+
};
|
|
73947
|
+
export declare type MercuryStrategicEventEdge = {
|
|
73948
|
+
__typename?: 'MercuryStrategicEventEdge';
|
|
73949
|
+
cursor: Scalars['String']['output'];
|
|
73950
|
+
node?: Maybe<MercuryStrategicEvent>;
|
|
73951
|
+
};
|
|
73952
|
+
export declare type MercuryStrategicEventSort = {
|
|
73953
|
+
field: MercuryStrategicEventSortField;
|
|
73954
|
+
order: SortOrder;
|
|
73955
|
+
};
|
|
73956
|
+
export declare enum MercuryStrategicEventSortField {
|
|
73957
|
+
Name = "NAME",
|
|
73958
|
+
Status = "STATUS",
|
|
73959
|
+
TargetDate = "TARGET_DATE"
|
|
73960
|
+
}
|
|
73961
|
+
export declare type MercuryStrategicEventStatus = {
|
|
73962
|
+
__typename?: 'MercuryStrategicEventStatus';
|
|
73963
|
+
color: Scalars['String']['output'];
|
|
73964
|
+
displayName: Scalars['String']['output'];
|
|
73965
|
+
id: Scalars['ID']['output'];
|
|
73966
|
+
key: Scalars['String']['output'];
|
|
73967
|
+
order: Scalars['Int']['output'];
|
|
73968
|
+
};
|
|
73969
|
+
export declare type MercuryStrategicEventStatusTransition = {
|
|
73970
|
+
__typename?: 'MercuryStrategicEventStatusTransition';
|
|
73971
|
+
id: Scalars['ID']['output'];
|
|
73972
|
+
to: MercuryStrategicEventStatus;
|
|
73973
|
+
};
|
|
73974
|
+
export declare type MercuryStrategicEventStatusTransitions = {
|
|
73975
|
+
__typename?: 'MercuryStrategicEventStatusTransitions';
|
|
73976
|
+
available: Array<MercuryStrategicEventStatusTransition>;
|
|
73977
|
+
};
|
|
73978
|
+
export declare type MercuryStrategicEventsMutationApi = {
|
|
73979
|
+
__typename?: 'MercuryStrategicEventsMutationApi';
|
|
73980
|
+
createChangeProposal?: Maybe<MercuryCreateChangeProposalPayload>;
|
|
73981
|
+
createStrategicEvent?: Maybe<MercuryCreateStrategicEventPayload>;
|
|
73982
|
+
};
|
|
73983
|
+
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalArgs = {
|
|
73984
|
+
input: MercuryCreateChangeProposalInput;
|
|
73985
|
+
};
|
|
73986
|
+
export declare type MercuryStrategicEventsMutationApiCreateStrategicEventArgs = {
|
|
73987
|
+
input: MercuryCreateStrategicEventInput;
|
|
73988
|
+
};
|
|
73989
|
+
export declare type MercuryStrategicEventsQueryApi = {
|
|
73990
|
+
__typename?: 'MercuryStrategicEventsQueryApi';
|
|
73991
|
+
changeProposal?: Maybe<MercuryChangeProposal>;
|
|
73992
|
+
changeProposalStatuses: Array<MercuryChangeProposalStatus>;
|
|
73993
|
+
changeProposals?: Maybe<Array<Maybe<MercuryChangeProposal>>>;
|
|
73994
|
+
changeProposalsSearch?: Maybe<MercuryChangeProposalConnection>;
|
|
73995
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
73996
|
+
strategicEventStatuses: Array<MercuryStrategicEventStatus>;
|
|
73997
|
+
strategicEvents?: Maybe<Array<Maybe<MercuryStrategicEvent>>>;
|
|
73998
|
+
strategicEventsSearch?: Maybe<MercuryStrategicEventConnection>;
|
|
73999
|
+
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
|
|
74000
|
+
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
74001
|
+
};
|
|
74002
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalArgs = {
|
|
74003
|
+
id: Scalars['ID']['input'];
|
|
74004
|
+
};
|
|
74005
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalStatusesArgs = {
|
|
74006
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74007
|
+
};
|
|
74008
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsArgs = {
|
|
74009
|
+
ids: Array<Scalars['ID']['input']>;
|
|
74010
|
+
};
|
|
74011
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsSearchArgs = {
|
|
74012
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
74013
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74014
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
74015
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
74016
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryChangeProposalSort>>>;
|
|
74017
|
+
};
|
|
74018
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventArgs = {
|
|
74019
|
+
id: Scalars['ID']['input'];
|
|
74020
|
+
};
|
|
74021
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventStatusesArgs = {
|
|
74022
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74023
|
+
};
|
|
74024
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsArgs = {
|
|
74025
|
+
ids: Array<Scalars['ID']['input']>;
|
|
74026
|
+
};
|
|
74027
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsSearchArgs = {
|
|
74028
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
74029
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74030
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
74031
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
74032
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryStrategicEventSort>>>;
|
|
74033
|
+
};
|
|
74034
|
+
export declare type MercuryStrategicEventsQueryApiTransitionChangeProposalStatusArgs = {
|
|
74035
|
+
input: MercuryTransitionChangeProposalStatusInput;
|
|
74036
|
+
};
|
|
74037
|
+
export declare type MercuryStrategicEventsQueryApiTransitionStrategicEventStatusArgs = {
|
|
74038
|
+
input: MercuryTransitionStrategicEventStatusInput;
|
|
74039
|
+
};
|
|
72954
74040
|
export declare type MercuryTargetDate = {
|
|
72955
74041
|
__typename?: 'MercuryTargetDate';
|
|
72956
74042
|
targetDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -73018,11 +74104,33 @@ export declare type MercuryTeamSort = {
|
|
|
73018
74104
|
export declare enum MercuryTeamSortField {
|
|
73019
74105
|
Name = "NAME"
|
|
73020
74106
|
}
|
|
74107
|
+
export declare type MercuryTransitionChangeProposalPayload = Payload & {
|
|
74108
|
+
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
74109
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74110
|
+
success: Scalars['Boolean']['output'];
|
|
74111
|
+
updatedChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
74112
|
+
};
|
|
74113
|
+
export declare type MercuryTransitionChangeProposalStatusInput = {
|
|
74114
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74115
|
+
id: Scalars['ID']['input'];
|
|
74116
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74117
|
+
};
|
|
73021
74118
|
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
73022
74119
|
cloudId: Scalars['ID']['input'];
|
|
73023
74120
|
id: Scalars['ID']['input'];
|
|
73024
74121
|
statusTransitionId: Scalars['ID']['input'];
|
|
73025
74122
|
};
|
|
74123
|
+
export declare type MercuryTransitionStrategicEventPayload = Payload & {
|
|
74124
|
+
__typename?: 'MercuryTransitionStrategicEventPayload';
|
|
74125
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74126
|
+
success: Scalars['Boolean']['output'];
|
|
74127
|
+
updatedStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
74128
|
+
};
|
|
74129
|
+
export declare type MercuryTransitionStrategicEventStatusInput = {
|
|
74130
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74131
|
+
id: Scalars['ID']['input'];
|
|
74132
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74133
|
+
};
|
|
73026
74134
|
export declare type MercuryUpdateCommentInput = {
|
|
73027
74135
|
cloudId: Scalars['ID']['input'];
|
|
73028
74136
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -73347,8 +74455,8 @@ export declare type Mutation = {
|
|
|
73347
74455
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
73348
74456
|
agentStudio_updateAgentActions?: Maybe<AgentStudioUpdateAgentActionsPayload>;
|
|
73349
74457
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
74458
|
+
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
73350
74459
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
73351
|
-
appRecommendations?: Maybe<AppRecMutation>;
|
|
73352
74460
|
appStorage?: Maybe<AppStorageMutation>;
|
|
73353
74461
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
73354
74462
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
@@ -73541,6 +74649,8 @@ export declare type Mutation = {
|
|
|
73541
74649
|
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
73542
74650
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
73543
74651
|
confluence_makeSubCalendarPrivateUrl?: Maybe<ConfluenceMakeSubCalendarPrivateUrlPayload>;
|
|
74652
|
+
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
74653
|
+
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
73544
74654
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
73545
74655
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
73546
74656
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
@@ -73557,6 +74667,7 @@ export declare type Mutation = {
|
|
|
73557
74667
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
73558
74668
|
createAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
73559
74669
|
createApp?: Maybe<CreateAppResponse>;
|
|
74670
|
+
createAppContainer?: Maybe<CreateAppContainerPayload>;
|
|
73560
74671
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
73561
74672
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
73562
74673
|
createAppTunnels?: Maybe<CreateAppTunnelResponse>;
|
|
@@ -73599,10 +74710,12 @@ export declare type Mutation = {
|
|
|
73599
74710
|
createSystemSpace?: Maybe<Space>;
|
|
73600
74711
|
createTemplate?: Maybe<ContentTemplate>;
|
|
73601
74712
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
74713
|
+
customerHubAgentConfiguration_updateIdentityConfiguration?: Maybe<CustomerHubAgentConfigurationUpdateIdentityPayload>;
|
|
73602
74714
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
73603
74715
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
73604
74716
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
73605
74717
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
74718
|
+
deleteAppContainer?: Maybe<DeleteAppContainerPayload>;
|
|
73606
74719
|
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
73607
74720
|
deleteAppTunnels?: Maybe<GenericMutationResponse>;
|
|
73608
74721
|
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
@@ -73691,6 +74804,7 @@ export declare type Mutation = {
|
|
|
73691
74804
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
73692
74805
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
73693
74806
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
74807
|
+
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
73694
74808
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
73695
74809
|
jsw?: Maybe<JswMutation>;
|
|
73696
74810
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -73703,6 +74817,7 @@ export declare type Mutation = {
|
|
|
73703
74817
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
73704
74818
|
mercury?: Maybe<MercuryMutationApi>;
|
|
73705
74819
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
74820
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
73706
74821
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
73707
74822
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
73708
74823
|
movePageAfter?: Maybe<MovePagePayload>;
|
|
@@ -73848,7 +74963,6 @@ export declare type Mutation = {
|
|
|
73848
74963
|
updatePolarisInsight?: Maybe<UpdatePolarisInsightPayload>;
|
|
73849
74964
|
updatePolarisPlay?: Maybe<UpdatePolarisPlayPayload>;
|
|
73850
74965
|
updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
|
|
73851
|
-
updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
|
|
73852
74966
|
updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
|
|
73853
74967
|
updatePolarisViewArrangementInfo?: Maybe<UpdatePolarisViewArrangementInfoPayload>;
|
|
73854
74968
|
updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
|
|
@@ -73913,6 +75027,10 @@ export declare type MutationAgentStudio_UpdateAgentDetailsArgs = {
|
|
|
73913
75027
|
id: Scalars['ID']['input'];
|
|
73914
75028
|
input: AgentStudioUpdateAgentDetailsInput;
|
|
73915
75029
|
};
|
|
75030
|
+
export declare type MutationAgentStudio_UpdateAgentKnowledgeSourcesArgs = {
|
|
75031
|
+
id: Scalars['ID']['input'];
|
|
75032
|
+
input: AgentStudioKnowledgeConfigurationInput;
|
|
75033
|
+
};
|
|
73916
75034
|
export declare type MutationAgentStudio_UpdateConversationStartersArgs = {
|
|
73917
75035
|
id: Scalars['ID']['input'];
|
|
73918
75036
|
input: AgentStudioUpdateConversationStartersInput;
|
|
@@ -74506,6 +75624,14 @@ export declare type MutationConfluence_MakeSubCalendarPrivateUrlArgs = {
|
|
|
74506
75624
|
cloudId: Scalars['ID']['input'];
|
|
74507
75625
|
input: ConfluenceMakeSubCalendarPrivateUrlInput;
|
|
74508
75626
|
};
|
|
75627
|
+
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
75628
|
+
cloudId: Scalars['ID']['input'];
|
|
75629
|
+
commentId: Scalars['ID']['input'];
|
|
75630
|
+
};
|
|
75631
|
+
export declare type MutationConfluence_ResolveCommentsArgs = {
|
|
75632
|
+
cloudId: Scalars['ID']['input'];
|
|
75633
|
+
commentIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
75634
|
+
};
|
|
74509
75635
|
export declare type MutationConfluence_UnwatchSubCalendarArgs = {
|
|
74510
75636
|
cloudId: Scalars['ID']['input'];
|
|
74511
75637
|
input: ConfluenceUnwatchSubCalendarInput;
|
|
@@ -74564,6 +75690,9 @@ export declare type MutationCreateAdminAnnouncementBannerArgs = {
|
|
|
74564
75690
|
export declare type MutationCreateAppArgs = {
|
|
74565
75691
|
input: CreateAppInput;
|
|
74566
75692
|
};
|
|
75693
|
+
export declare type MutationCreateAppContainerArgs = {
|
|
75694
|
+
input: AppContainerInput;
|
|
75695
|
+
};
|
|
74567
75696
|
export declare type MutationCreateAppDeploymentArgs = {
|
|
74568
75697
|
input: CreateAppDeploymentInput;
|
|
74569
75698
|
};
|
|
@@ -74714,6 +75843,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
74714
75843
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
74715
75844
|
input: WebTriggerUrlInput;
|
|
74716
75845
|
};
|
|
75846
|
+
export declare type MutationCustomerHubAgentConfiguration_UpdateIdentityConfigurationArgs = {
|
|
75847
|
+
agentConfigurationId: Scalars['ID']['input'];
|
|
75848
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
75849
|
+
input?: InputMaybe<CustomerHubAgentConfigurationUpdateIdentityConfigurationInput>;
|
|
75850
|
+
};
|
|
74717
75851
|
export declare type MutationCustomerServiceArgs = {
|
|
74718
75852
|
cloudId: Scalars['ID']['input'];
|
|
74719
75853
|
};
|
|
@@ -74723,6 +75857,9 @@ export declare type MutationDeactivatePaywallContentArgs = {
|
|
|
74723
75857
|
export declare type MutationDeleteAppArgs = {
|
|
74724
75858
|
input: DeleteAppInput;
|
|
74725
75859
|
};
|
|
75860
|
+
export declare type MutationDeleteAppContainerArgs = {
|
|
75861
|
+
input: AppContainerInput;
|
|
75862
|
+
};
|
|
74726
75863
|
export declare type MutationDeleteAppEnvironmentVariableArgs = {
|
|
74727
75864
|
input: DeleteAppEnvironmentVariableInput;
|
|
74728
75865
|
};
|
|
@@ -74965,6 +76102,9 @@ export declare type MutationJira_SetViewGroupByArgs = {
|
|
|
74965
76102
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
74966
76103
|
input: JiraUpdateBackgroundInput;
|
|
74967
76104
|
};
|
|
76105
|
+
export declare type MutationJira_UpdateProjectsSidebarMenuArgs = {
|
|
76106
|
+
input: JiraUpdateSidebarMenuDisplaySettingInput;
|
|
76107
|
+
};
|
|
74968
76108
|
export declare type MutationKnowledgeBaseArgs = {
|
|
74969
76109
|
cloudId: Scalars['ID']['input'];
|
|
74970
76110
|
};
|
|
@@ -75412,9 +76552,6 @@ export declare type MutationUpdatePolarisPlayContributionArgs = {
|
|
|
75412
76552
|
id: Scalars['ID']['input'];
|
|
75413
76553
|
input: UpdatePolarisPlayContribution;
|
|
75414
76554
|
};
|
|
75415
|
-
export declare type MutationUpdatePolarisTermsConsentArgs = {
|
|
75416
|
-
input: UpdatePolarisTermsConsentInput;
|
|
75417
|
-
};
|
|
75418
76555
|
export declare type MutationUpdatePolarisViewArgs = {
|
|
75419
76556
|
id: Scalars['ID']['input'];
|
|
75420
76557
|
input: UpdatePolarisViewInput;
|
|
@@ -75606,6 +76743,9 @@ export declare type MyVisitedSpacesItems = {
|
|
|
75606
76743
|
__typename?: 'MyVisitedSpacesItems';
|
|
75607
76744
|
spaces?: Maybe<Array<Maybe<Space>>>;
|
|
75608
76745
|
};
|
|
76746
|
+
export declare type MyVisitedSpacesItemsSpacesArgs = {
|
|
76747
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76748
|
+
};
|
|
75609
76749
|
export declare type NadelBatchObjectIdentifiedBy = {
|
|
75610
76750
|
resultId: Scalars['String']['input'];
|
|
75611
76751
|
sourceId: Scalars['String']['input'];
|
|
@@ -77577,12 +78717,6 @@ export declare type PolarisStatusCategory = {
|
|
|
77577
78717
|
key: Scalars['String']['output'];
|
|
77578
78718
|
name: Scalars['String']['output'];
|
|
77579
78719
|
};
|
|
77580
|
-
export declare type PolarisTermsConsent = {
|
|
77581
|
-
__typename?: 'PolarisTermsConsent';
|
|
77582
|
-
consented: Scalars['Boolean']['output'];
|
|
77583
|
-
locale: Scalars['String']['output'];
|
|
77584
|
-
requiresMarketingConsent: Scalars['Boolean']['output'];
|
|
77585
|
-
};
|
|
77586
78720
|
export declare type PolarisTimelineConfig = {
|
|
77587
78721
|
__typename?: 'PolarisTimelineConfig';
|
|
77588
78722
|
dueDateField?: Maybe<PolarisIdeaField>;
|
|
@@ -78132,6 +79266,9 @@ export declare type Query = {
|
|
|
78132
79266
|
app?: Maybe<App>;
|
|
78133
79267
|
appActiveTunnels?: Maybe<AppTunnelDefinitions>;
|
|
78134
79268
|
appAdmin?: Maybe<AppAdminQuery>;
|
|
79269
|
+
appContainer?: Maybe<AppContainer>;
|
|
79270
|
+
appContainerRegistryLogin?: Maybe<AppContainerRegistryLogin>;
|
|
79271
|
+
appContainers?: Maybe<Array<AppContainer>>;
|
|
78135
79272
|
appContributors: Array<AppContributor>;
|
|
78136
79273
|
appDeployment?: Maybe<AppDeployment>;
|
|
78137
79274
|
appHostServiceScopes: Array<Maybe<AppHostServiceScope>>;
|
|
@@ -78140,15 +79277,14 @@ export declare type Query = {
|
|
|
78140
79277
|
appLogLines?: Maybe<AppLogLineConnection>;
|
|
78141
79278
|
appLogs?: Maybe<AppLogConnection>;
|
|
78142
79279
|
appLogsWithMetaData?: Maybe<AppLogsWithMetaDataResponse>;
|
|
78143
|
-
appRecommendations?: Maybe<AppRecQuery>;
|
|
78144
79280
|
appStorage_sqlDatabase?: Maybe<AppStorageSqlDatabasePayload>;
|
|
78145
79281
|
appStoredCustomEntities?: Maybe<AppStoredCustomEntityConnection>;
|
|
78146
79282
|
appStoredCustomEntity?: Maybe<AppStoredCustomEntity>;
|
|
78147
79283
|
appStoredEntities?: Maybe<AppStoredEntityConnection>;
|
|
78148
|
-
appStoredEntitiesForCleanup?: Maybe<AppStoredEntityConnection>;
|
|
78149
79284
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
78150
79285
|
apps?: Maybe<AppConnection>;
|
|
78151
79286
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
79287
|
+
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
78152
79288
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
78153
79289
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
78154
79290
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
@@ -78160,7 +79296,6 @@ export declare type Query = {
|
|
|
78160
79296
|
catchupEditMetadataForContent?: Maybe<CatchupEditMetadataForContent>;
|
|
78161
79297
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
78162
79298
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
78163
|
-
catchupVersionSummaryMetadataForContent?: Maybe<CatchupVersionSummaryMetadataForContent>;
|
|
78164
79299
|
ccp?: Maybe<CcpQueryApi>;
|
|
78165
79300
|
classificationLevel?: Maybe<ContentDataClassificationLevel>;
|
|
78166
79301
|
classificationLevels?: Maybe<Array<ContentDataClassificationLevel>>;
|
|
@@ -78393,6 +79528,7 @@ export declare type Query = {
|
|
|
78393
79528
|
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
78394
79529
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
78395
79530
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
79531
|
+
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
78396
79532
|
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
|
|
78397
79533
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
78398
79534
|
confluence_refreshMigrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78407,7 +79543,6 @@ export declare type Query = {
|
|
|
78407
79543
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
78408
79544
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
78409
79545
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
78410
|
-
connectedData?: Maybe<ConnectedDataQuery>;
|
|
78411
79546
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
78412
79547
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
78413
79548
|
content?: Maybe<PaginatedContentListWithChild>;
|
|
@@ -78442,6 +79577,8 @@ export declare type Query = {
|
|
|
78442
79577
|
countUsersGroupByPage?: Maybe<CountUsersGroupByPage>;
|
|
78443
79578
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
78444
79579
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
79580
|
+
customerHubAgentConfiguration_configurationByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationResult>;
|
|
79581
|
+
customerHubAgentConfiguration_mappingByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationIdentityMappingResult>;
|
|
78445
79582
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
78446
79583
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
78447
79584
|
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
@@ -78476,8 +79613,10 @@ export declare type Query = {
|
|
|
78476
79613
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
78477
79614
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
78478
79615
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
79616
|
+
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
78479
79617
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
78480
79618
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
79619
|
+
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
78481
79620
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
78482
79621
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
78483
79622
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -78505,7 +79644,6 @@ export declare type Query = {
|
|
|
78505
79644
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
78506
79645
|
external_entities?: Maybe<ExternalEntities>;
|
|
78507
79646
|
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
78508
|
-
external_entitiesV2ForHydration?: Maybe<ExternalEntitiesV2ForHydration>;
|
|
78509
79647
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
78510
79648
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
78511
79649
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -78579,10 +79717,12 @@ export declare type Query = {
|
|
|
78579
79717
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
78580
79718
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
78581
79719
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
79720
|
+
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
78582
79721
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
78583
79722
|
jsw?: Maybe<JswQuery>;
|
|
78584
79723
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
78585
79724
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
79725
|
+
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
78586
79726
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
78587
79727
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
78588
79728
|
license?: Maybe<License>;
|
|
@@ -78596,6 +79736,7 @@ export declare type Query = {
|
|
|
78596
79736
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
78597
79737
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
78598
79738
|
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
79739
|
+
loom_settings?: Maybe<LoomSettings>;
|
|
78599
79740
|
loom_space?: Maybe<LoomSpace>;
|
|
78600
79741
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
78601
79742
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
@@ -78614,6 +79755,7 @@ export declare type Query = {
|
|
|
78614
79755
|
me: AuthenticationContext;
|
|
78615
79756
|
mercury?: Maybe<MercuryQueryApi>;
|
|
78616
79757
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
79758
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
78617
79759
|
migration: MigrationQuery;
|
|
78618
79760
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
78619
79761
|
migrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78661,7 +79803,6 @@ export declare type Query = {
|
|
|
78661
79803
|
polarisLabels?: Maybe<Array<LabelUsage>>;
|
|
78662
79804
|
polarisProject?: Maybe<PolarisProject>;
|
|
78663
79805
|
polarisSnippetPropertiesConfig?: Maybe<PolarisSnippetPropertiesConfig>;
|
|
78664
|
-
polarisTermsConsent?: Maybe<PolarisTermsConsent>;
|
|
78665
79806
|
polarisView?: Maybe<PolarisView>;
|
|
78666
79807
|
polarisViewArrangementInfo?: Maybe<Scalars['JSON']['output']>;
|
|
78667
79808
|
popularFeed?: Maybe<PaginatedPopularFeed>;
|
|
@@ -78744,7 +79885,6 @@ export declare type Query = {
|
|
|
78744
79885
|
team?: Maybe<TeamQuery>;
|
|
78745
79886
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
78746
79887
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
78747
|
-
teamPresence?: Maybe<TeamPresence>;
|
|
78748
79888
|
template?: Maybe<ContentPlatformTemplate>;
|
|
78749
79889
|
templateBodies?: Maybe<PaginatedTemplateBodyList>;
|
|
78750
79890
|
templateCategories?: Maybe<PaginatedTemplateCategoryList>;
|
|
@@ -78856,6 +79996,16 @@ export declare type QueryAppActiveTunnelsArgs = {
|
|
|
78856
79996
|
export declare type QueryAppAdminArgs = {
|
|
78857
79997
|
appId: Scalars['ID']['input'];
|
|
78858
79998
|
};
|
|
79999
|
+
export declare type QueryAppContainerArgs = {
|
|
80000
|
+
appId: Scalars['ID']['input'];
|
|
80001
|
+
containerKey: Scalars['String']['input'];
|
|
80002
|
+
};
|
|
80003
|
+
export declare type QueryAppContainerRegistryLoginArgs = {
|
|
80004
|
+
appId: Scalars['ID']['input'];
|
|
80005
|
+
};
|
|
80006
|
+
export declare type QueryAppContainersArgs = {
|
|
80007
|
+
appId: Scalars['ID']['input'];
|
|
80008
|
+
};
|
|
78859
80009
|
export declare type QueryAppContributorsArgs = {
|
|
78860
80010
|
id: Scalars['ID']['input'];
|
|
78861
80011
|
};
|
|
@@ -78923,12 +80073,6 @@ export declare type QueryAppStoredEntitiesArgs = {
|
|
|
78923
80073
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78924
80074
|
where?: InputMaybe<Array<AppStoredEntityFilter>>;
|
|
78925
80075
|
};
|
|
78926
|
-
export declare type QueryAppStoredEntitiesForCleanupArgs = {
|
|
78927
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
78928
|
-
contextAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78929
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78930
|
-
where?: InputMaybe<Array<AppStoredEntityFilter>>;
|
|
78931
|
-
};
|
|
78932
80076
|
export declare type QueryAppStoredEntityArgs = {
|
|
78933
80077
|
contextAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78934
80078
|
encrypted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -78944,6 +80088,9 @@ export declare type QueryAppsArgs = {
|
|
|
78944
80088
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
78945
80089
|
cloudId: Scalars['ID']['input'];
|
|
78946
80090
|
};
|
|
80091
|
+
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
80092
|
+
cloudId: Scalars['ID']['input'];
|
|
80093
|
+
};
|
|
78947
80094
|
export declare type QueryAvailableContentStatesArgs = {
|
|
78948
80095
|
contentId: Scalars['ID']['input'];
|
|
78949
80096
|
};
|
|
@@ -78960,6 +80107,8 @@ export declare type QueryBlockedAccessRestrictionsArgs = {
|
|
|
78960
80107
|
};
|
|
78961
80108
|
export declare type QueryBoardScopeArgs = {
|
|
78962
80109
|
boardId: Scalars['ID']['input'];
|
|
80110
|
+
customFilterIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
80111
|
+
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
78963
80112
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78964
80113
|
};
|
|
78965
80114
|
export declare type QueryBulkPermittedArgs = {
|
|
@@ -78991,12 +80140,6 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
78991
80140
|
originalContentVersion: Scalars['Int']['input'];
|
|
78992
80141
|
revisedContentVersion: Scalars['Int']['input'];
|
|
78993
80142
|
};
|
|
78994
|
-
export declare type QueryCatchupVersionSummaryMetadataForContentArgs = {
|
|
78995
|
-
contentId: Scalars['ID']['input'];
|
|
78996
|
-
contentType: CatchupContentType;
|
|
78997
|
-
endTimeMs: Scalars['Long']['input'];
|
|
78998
|
-
updateType: CatchupUpdateType;
|
|
78999
|
-
};
|
|
79000
80143
|
export declare type QueryClassificationLevelArgs = {
|
|
79001
80144
|
id: Scalars['String']['input'];
|
|
79002
80145
|
};
|
|
@@ -79984,6 +81127,9 @@ export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
|
79984
81127
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
79985
81128
|
cloudId: Scalars['ID']['input'];
|
|
79986
81129
|
};
|
|
81130
|
+
export declare type QueryConfluence_EmptyArgs = {
|
|
81131
|
+
id: Scalars['ID']['input'];
|
|
81132
|
+
};
|
|
79987
81133
|
export declare type QueryConfluence_ExternalCollaboratorsByCriteriaArgs = {
|
|
79988
81134
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79989
81135
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -80053,7 +81199,7 @@ export declare type QueryConfluence_UserContentAccessArgs = {
|
|
|
80053
81199
|
accessType: ResourceAccessType;
|
|
80054
81200
|
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
80055
81201
|
cloudId: Scalars['ID']['input'];
|
|
80056
|
-
contentId: Scalars['
|
|
81202
|
+
contentId: Scalars['ID']['input'];
|
|
80057
81203
|
};
|
|
80058
81204
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
80059
81205
|
applicationId: Scalars['ID']['input'];
|
|
@@ -80257,6 +81403,12 @@ export declare type QueryCountUsersGroupByPageArgs = {
|
|
|
80257
81403
|
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
80258
81404
|
startTime: Scalars['String']['input'];
|
|
80259
81405
|
};
|
|
81406
|
+
export declare type QueryCustomerHubAgentConfiguration_ConfigurationByHelpCenterAriArgs = {
|
|
81407
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81408
|
+
};
|
|
81409
|
+
export declare type QueryCustomerHubAgentConfiguration_MappingByHelpCenterAriArgs = {
|
|
81410
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81411
|
+
};
|
|
80260
81412
|
export declare type QueryCustomerServiceArgs = {
|
|
80261
81413
|
cloudId: Scalars['ID']['input'];
|
|
80262
81414
|
};
|
|
@@ -80389,6 +81541,9 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
80389
81541
|
jobId: Scalars['ID']['input'];
|
|
80390
81542
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
80391
81543
|
};
|
|
81544
|
+
export declare type QueryDevai_AutodevJobsByAriArgs = {
|
|
81545
|
+
jobAris: Array<Scalars['ID']['input']>;
|
|
81546
|
+
};
|
|
80392
81547
|
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
80393
81548
|
issueAri: Scalars['ID']['input'];
|
|
80394
81549
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -80400,6 +81555,10 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
80400
81555
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
80401
81556
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
80402
81557
|
};
|
|
81558
|
+
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
81559
|
+
atlassianAccountId: Scalars['ID']['input'];
|
|
81560
|
+
cloudId: Scalars['ID']['input'];
|
|
81561
|
+
};
|
|
80403
81562
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
80404
81563
|
cloudId: Scalars['ID']['input'];
|
|
80405
81564
|
jobId: Scalars['ID']['input'];
|
|
@@ -80707,6 +81866,10 @@ export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
|
80707
81866
|
cloudId: Scalars['ID']['input'];
|
|
80708
81867
|
idOrKey: Scalars['String']['input'];
|
|
80709
81868
|
};
|
|
81869
|
+
export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
81870
|
+
cloudId: Scalars['ID']['input'];
|
|
81871
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
81872
|
+
};
|
|
80710
81873
|
export declare type QueryKnowledgeBaseArgs = {
|
|
80711
81874
|
cloudId: Scalars['ID']['input'];
|
|
80712
81875
|
};
|
|
@@ -80714,6 +81877,9 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
80714
81877
|
cloudId: Scalars['ID']['input'];
|
|
80715
81878
|
spaceAris: Array<Scalars['ID']['input']>;
|
|
80716
81879
|
};
|
|
81880
|
+
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
81881
|
+
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
81882
|
+
};
|
|
80717
81883
|
export declare type QueryLabelSearchArgs = {
|
|
80718
81884
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
80719
81885
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -80742,6 +81908,9 @@ export declare type QueryLoom_MeetingRecurrencesArgs = {
|
|
|
80742
81908
|
export declare type QueryLoom_MeetingsArgs = {
|
|
80743
81909
|
ids: Array<Scalars['ID']['input']>;
|
|
80744
81910
|
};
|
|
81911
|
+
export declare type QueryLoom_SettingsArgs = {
|
|
81912
|
+
siteId: Scalars['ID']['input'];
|
|
81913
|
+
};
|
|
80745
81914
|
export declare type QueryLoom_SpaceArgs = {
|
|
80746
81915
|
id: Scalars['ID']['input'];
|
|
80747
81916
|
};
|
|
@@ -80796,6 +81965,7 @@ export declare type QueryMyVisitedPagesArgs = {
|
|
|
80796
81965
|
};
|
|
80797
81966
|
export declare type QueryMyVisitedSpacesArgs = {
|
|
80798
81967
|
accountId?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
81968
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
80799
81969
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
80800
81970
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
80801
81971
|
eventName?: InputMaybe<Array<InputMaybe<AnalyticsEventName>>>;
|
|
@@ -80945,9 +82115,6 @@ export declare type QueryPolarisSnippetPropertiesConfigArgs = {
|
|
|
80945
82115
|
oauthClientId: Scalars['String']['input'];
|
|
80946
82116
|
project: Scalars['ID']['input'];
|
|
80947
82117
|
};
|
|
80948
|
-
export declare type QueryPolarisTermsConsentArgs = {
|
|
80949
|
-
cloudID: Scalars['ID']['input'];
|
|
80950
|
-
};
|
|
80951
82118
|
export declare type QueryPolarisViewArgs = {
|
|
80952
82119
|
id: Scalars['ID']['input'];
|
|
80953
82120
|
};
|
|
@@ -81163,6 +82330,9 @@ export declare type QuerySitePermissionsArgs = {
|
|
|
81163
82330
|
operations?: InputMaybe<Array<InputMaybe<SitePermissionOperationType>>>;
|
|
81164
82331
|
permissionTypes?: InputMaybe<Array<InputMaybe<SitePermissionType>>>;
|
|
81165
82332
|
};
|
|
82333
|
+
export declare type QuerySiteSettingsArgs = {
|
|
82334
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82335
|
+
};
|
|
81166
82336
|
export declare type QuerySnippetsArgs = {
|
|
81167
82337
|
accountId: Scalars['String']['input'];
|
|
81168
82338
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81175,6 +82345,7 @@ export declare type QuerySoftwareBoardsArgs = {
|
|
|
81175
82345
|
projectAri: Scalars['ID']['input'];
|
|
81176
82346
|
};
|
|
81177
82347
|
export declare type QuerySpaceArgs = {
|
|
82348
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
81178
82349
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
81179
82350
|
identifier?: InputMaybe<Scalars['ID']['input']>;
|
|
81180
82351
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81391,6 +82562,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
81391
82562
|
export declare type QueryUserArgs = {
|
|
81392
82563
|
accountId: Scalars['ID']['input'];
|
|
81393
82564
|
};
|
|
82565
|
+
export declare type QueryUserAccessStatusArgs = {
|
|
82566
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82567
|
+
};
|
|
81394
82568
|
export declare type QueryUserGroupSearchArgs = {
|
|
81395
82569
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
81396
82570
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81878,7 +83052,6 @@ export declare enum RateLimitingCurrency {
|
|
|
81878
83052
|
PolarisReactionCurrency = "POLARIS_REACTION_CURRENCY",
|
|
81879
83053
|
PolarisSnippetCurrency = "POLARIS_SNIPPET_CURRENCY",
|
|
81880
83054
|
PolarisSnippetPropertiesConfigQueryCurrency = "POLARIS_SNIPPET_PROPERTIES_CONFIG_QUERY_CURRENCY",
|
|
81881
|
-
PolarisTermsConsentQueryCurrency = "POLARIS_TERMS_CONSENT_QUERY_CURRENCY",
|
|
81882
83055
|
PolarisUnfurlCurrency = "POLARIS_UNFURL_CURRENCY",
|
|
81883
83056
|
PolarisViewsetCurrency = "POLARIS_VIEWSET_CURRENCY",
|
|
81884
83057
|
PolarisViewArrangementInfoQueryCurrency = "POLARIS_VIEW_ARRANGEMENT_INFO_QUERY_CURRENCY",
|
|
@@ -82125,9 +83298,6 @@ export declare type RemoveGroupSpacePermissionsInput = {
|
|
|
82125
83298
|
groupNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
82126
83299
|
spaceKey: Scalars['String']['input'];
|
|
82127
83300
|
};
|
|
82128
|
-
export declare type RemovePolarisColumnInput = {
|
|
82129
|
-
column: Scalars['ID']['input'];
|
|
82130
|
-
};
|
|
82131
83301
|
export declare type RemovePublicLinkPermissionsInput = {
|
|
82132
83302
|
objectId: Scalars['ID']['input'];
|
|
82133
83303
|
objectType: PublicLinkPermissionsObjectType;
|
|
@@ -82146,6 +83316,12 @@ export declare type RemoveUserSpacePermissionsInput = {
|
|
|
82146
83316
|
accountId: Scalars['String']['input'];
|
|
82147
83317
|
spaceKey: Scalars['String']['input'];
|
|
82148
83318
|
};
|
|
83319
|
+
export declare type ReopenCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83320
|
+
__typename?: 'ReopenCommentsMutationErrorExtension';
|
|
83321
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83322
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83323
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83324
|
+
};
|
|
82149
83325
|
export declare type ReplyInlineCommentInput = {
|
|
82150
83326
|
commentBody: CommentBody;
|
|
82151
83327
|
commentSource?: InputMaybe<Platform>;
|
|
@@ -82190,6 +83366,12 @@ export declare type ResetToDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
|
82190
83366
|
errors?: Maybe<Array<MutationError>>;
|
|
82191
83367
|
success: Scalars['Boolean']['output'];
|
|
82192
83368
|
};
|
|
83369
|
+
export declare type ResolveCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83370
|
+
__typename?: 'ResolveCommentsMutationErrorExtension';
|
|
83371
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83372
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83373
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83374
|
+
};
|
|
82193
83375
|
export declare type ResolveInlineCommentPayload = {
|
|
82194
83376
|
__typename?: 'ResolveInlineCommentPayload';
|
|
82195
83377
|
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
@@ -83710,6 +84892,7 @@ export declare type SearchLayerDefinition = {
|
|
|
83710
84892
|
subEntity?: InputMaybe<Scalars['String']['input']>;
|
|
83711
84893
|
};
|
|
83712
84894
|
export declare type SearchMercuryFilter = {
|
|
84895
|
+
ancestorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83713
84896
|
focusAreaTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83714
84897
|
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83715
84898
|
};
|
|
@@ -83747,6 +84930,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
83747
84930
|
experimentContext?: InputMaybe<SearchExperimentContextInput>;
|
|
83748
84931
|
filters: SearchFilterInput;
|
|
83749
84932
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84933
|
+
interleaveResults?: InputMaybe<Scalars['Boolean']['input']>;
|
|
83750
84934
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
83751
84935
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
83752
84936
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
@@ -83848,7 +85032,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
83848
85032
|
type: SearchResultType;
|
|
83849
85033
|
url: Scalars['URL']['output'];
|
|
83850
85034
|
};
|
|
83851
|
-
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;
|
|
85035
|
+
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;
|
|
83852
85036
|
export declare type SearchResultFederated = SearchResult & {
|
|
83853
85037
|
__typename?: 'SearchResultFederated';
|
|
83854
85038
|
description: Scalars['String']['output'];
|
|
@@ -84069,6 +85253,7 @@ export declare type SearchResultMercuryFocusArea = SearchResult & {
|
|
|
84069
85253
|
export declare type SearchResultMercuryFocusAreaStatusUpdate = SearchResult & {
|
|
84070
85254
|
__typename?: 'SearchResultMercuryFocusAreaStatusUpdate';
|
|
84071
85255
|
description: Scalars['String']['output'];
|
|
85256
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
84072
85257
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
84073
85258
|
id: Scalars['ID']['output'];
|
|
84074
85259
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -84176,6 +85361,7 @@ export declare enum SearchSortOrder {
|
|
|
84176
85361
|
}
|
|
84177
85362
|
export declare type SearchThirdPartyFilter = {
|
|
84178
85363
|
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
85364
|
+
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84179
85365
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84180
85366
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84181
85367
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -84280,13 +85466,6 @@ export declare type SecurityWorkspace = {
|
|
|
84280
85466
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
84281
85467
|
url?: Maybe<Scalars['URL']['output']>;
|
|
84282
85468
|
};
|
|
84283
|
-
export declare enum Segment {
|
|
84284
|
-
Enterprise = "ENTERPRISE",
|
|
84285
|
-
Free = "FREE",
|
|
84286
|
-
Premium = "PREMIUM",
|
|
84287
|
-
Standard = "STANDARD",
|
|
84288
|
-
Unknown = "UNKNOWN"
|
|
84289
|
-
}
|
|
84290
85469
|
export declare type ServiceProvider = {
|
|
84291
85470
|
__typename?: 'ServiceProvider';
|
|
84292
85471
|
endUserDataTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -86323,6 +87502,7 @@ export declare type SoftwareBoard = {
|
|
|
86323
87502
|
columns?: Maybe<Array<Maybe<Column>>>;
|
|
86324
87503
|
customSwimlaneConfig?: Maybe<JswCustomSwimlaneConnection>;
|
|
86325
87504
|
editConfig?: Maybe<BoardEditConfig>;
|
|
87505
|
+
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
86326
87506
|
hasClearedCards?: Maybe<Scalars['Boolean']['output']>;
|
|
86327
87507
|
id?: Maybe<Scalars['ID']['output']>;
|
|
86328
87508
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
@@ -86833,9 +88013,12 @@ export declare enum SpacePermissionType {
|
|
|
86833
88013
|
ArchiveSpace = "ARCHIVE_SPACE",
|
|
86834
88014
|
Comment = "COMMENT",
|
|
86835
88015
|
CreateAttachment = "CREATE_ATTACHMENT",
|
|
88016
|
+
CreateBlog = "CREATE_BLOG",
|
|
86836
88017
|
CreateEditPage = "CREATE_EDIT_PAGE",
|
|
86837
88018
|
DeleteSpace = "DELETE_SPACE",
|
|
86838
88019
|
EditBlog = "EDIT_BLOG",
|
|
88020
|
+
EditNativeContent = "EDIT_NATIVE_CONTENT",
|
|
88021
|
+
ExportContent = "EXPORT_CONTENT",
|
|
86839
88022
|
ExportPage = "EXPORT_PAGE",
|
|
86840
88023
|
ExportSpace = "EXPORT_SPACE",
|
|
86841
88024
|
ManageGuestUsers = "MANAGE_GUEST_USERS",
|
|
@@ -87255,10 +88438,12 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
87255
88438
|
};
|
|
87256
88439
|
export declare type Subscription = {
|
|
87257
88440
|
__typename?: 'Subscription';
|
|
88441
|
+
confluence_onContentUpdated?: Maybe<ConfluenceContent>;
|
|
87258
88442
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
87259
88443
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
87260
88444
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
87261
88445
|
devai_onAutodevJobLogsUpdated?: Maybe<DevAiAutodevLogEdge>;
|
|
88446
|
+
devai_onTechnicalPlannerJobUpdated?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87262
88447
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
87263
88448
|
jira?: Maybe<JiraSubscription>;
|
|
87264
88449
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
@@ -87269,6 +88454,9 @@ export declare type Subscription = {
|
|
|
87269
88454
|
testing?: Maybe<TestingSubscription>;
|
|
87270
88455
|
trello: TrelloSubscriptionApi;
|
|
87271
88456
|
};
|
|
88457
|
+
export declare type SubscriptionConfluence_OnContentUpdatedArgs = {
|
|
88458
|
+
id: Scalars['ID']['input'];
|
|
88459
|
+
};
|
|
87272
88460
|
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
87273
88461
|
cloudId: Scalars['ID']['input'];
|
|
87274
88462
|
jobId: Scalars['ID']['input'];
|
|
@@ -87281,6 +88469,10 @@ export declare type SubscriptionDevai_OnAutodevJobLogsUpdatedArgs = {
|
|
|
87281
88469
|
cloudId: Scalars['ID']['input'];
|
|
87282
88470
|
jobId: Scalars['ID']['input'];
|
|
87283
88471
|
};
|
|
88472
|
+
export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
88473
|
+
cloudId: Scalars['ID']['input'];
|
|
88474
|
+
jobId: Scalars['ID']['input'];
|
|
88475
|
+
};
|
|
87284
88476
|
export declare enum SummaryType {
|
|
87285
88477
|
Blogpost = "BLOGPOST",
|
|
87286
88478
|
Page = "PAGE"
|
|
@@ -87884,10 +89076,6 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
87884
89076
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
87885
89077
|
role: TeamRole;
|
|
87886
89078
|
};
|
|
87887
|
-
export declare type TeamPresence = {
|
|
87888
|
-
__typename?: 'TeamPresence';
|
|
87889
|
-
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
87890
|
-
};
|
|
87891
89079
|
export declare type TeamPrincipal = {
|
|
87892
89080
|
__typename?: 'TeamPrincipal';
|
|
87893
89081
|
principalId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -88131,7 +89319,6 @@ export declare type Tenant = {
|
|
|
88131
89319
|
cloudId: Scalars['ID']['output'];
|
|
88132
89320
|
editions?: Maybe<ConfluenceEditions>;
|
|
88133
89321
|
environment: Environment;
|
|
88134
|
-
segment?: Maybe<Segment>;
|
|
88135
89322
|
shard: Scalars['String']['output'];
|
|
88136
89323
|
};
|
|
88137
89324
|
export declare type TenantContext = {
|
|
@@ -88732,6 +89919,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
88732
89919
|
owner?: Maybe<User>;
|
|
88733
89920
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
88734
89921
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
89922
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
88735
89923
|
state?: Maybe<TownsquareGoalState>;
|
|
88736
89924
|
status?: Maybe<TownsquareStatus>;
|
|
88737
89925
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
@@ -88748,6 +89936,14 @@ export declare type TownsquareGoalParentGoalSuggestionsArgs = {
|
|
|
88748
89936
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88749
89937
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
88750
89938
|
};
|
|
89939
|
+
export declare type TownsquareGoalRisksArgs = {
|
|
89940
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89941
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89942
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89943
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89944
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89945
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
89946
|
+
};
|
|
88751
89947
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
88752
89948
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88753
89949
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88918,6 +90114,17 @@ export declare type TownsquareGoalUpdateEdge = {
|
|
|
88918
90114
|
cursor: Scalars['String']['output'];
|
|
88919
90115
|
node?: Maybe<TownsquareGoalUpdate>;
|
|
88920
90116
|
};
|
|
90117
|
+
export declare type TownsquareHighlight = {
|
|
90118
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90119
|
+
creator?: Maybe<User>;
|
|
90120
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90121
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90122
|
+
id: Scalars['ID']['output'];
|
|
90123
|
+
lastEditedBy?: Maybe<User>;
|
|
90124
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90125
|
+
project?: Maybe<TownsquareProject>;
|
|
90126
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90127
|
+
};
|
|
88921
90128
|
export declare type TownsquareLocalizationField = {
|
|
88922
90129
|
__typename?: 'TownsquareLocalizationField';
|
|
88923
90130
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88994,12 +90201,23 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
88994
90201
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
88995
90202
|
name: Scalars['String']['output'];
|
|
88996
90203
|
owner?: Maybe<User>;
|
|
90204
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
90205
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
88997
90206
|
state?: Maybe<TownsquareProjectState>;
|
|
88998
90207
|
tags?: Maybe<TownsquareTagConnection>;
|
|
88999
90208
|
updates?: Maybe<TownsquareProjectUpdateConnection>;
|
|
89000
90209
|
url?: Maybe<Scalars['String']['output']>;
|
|
89001
90210
|
uuid: Scalars['String']['output'];
|
|
89002
90211
|
};
|
|
90212
|
+
export declare type TownsquareProjectRisksArgs = {
|
|
90213
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90214
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90215
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90216
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90217
|
+
isResolved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90218
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90219
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
90220
|
+
};
|
|
89003
90221
|
export declare type TownsquareProjectTagsArgs = {
|
|
89004
90222
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
89005
90223
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -89224,6 +90442,38 @@ export declare type TownsquareRelationshipInput = {
|
|
|
89224
90442
|
from: Scalars['String']['input'];
|
|
89225
90443
|
to: Scalars['String']['input'];
|
|
89226
90444
|
};
|
|
90445
|
+
export declare type TownsquareRisk = TownsquareHighlight & {
|
|
90446
|
+
__typename?: 'TownsquareRisk';
|
|
90447
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90448
|
+
creator?: Maybe<User>;
|
|
90449
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90450
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90451
|
+
id: Scalars['ID']['output'];
|
|
90452
|
+
lastEditedBy?: Maybe<User>;
|
|
90453
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90454
|
+
project?: Maybe<TownsquareProject>;
|
|
90455
|
+
resolvedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90456
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90457
|
+
};
|
|
90458
|
+
export declare type TownsquareRiskConnection = {
|
|
90459
|
+
__typename?: 'TownsquareRiskConnection';
|
|
90460
|
+
count: Scalars['Int']['output'];
|
|
90461
|
+
edges?: Maybe<Array<Maybe<TownsquareRiskEdge>>>;
|
|
90462
|
+
pageInfo: PageInfo;
|
|
90463
|
+
};
|
|
90464
|
+
export declare type TownsquareRiskEdge = {
|
|
90465
|
+
__typename?: 'TownsquareRiskEdge';
|
|
90466
|
+
cursor: Scalars['String']['output'];
|
|
90467
|
+
node?: Maybe<TownsquareRisk>;
|
|
90468
|
+
};
|
|
90469
|
+
export declare enum TownsquareRiskSortEnum {
|
|
90470
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
90471
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
90472
|
+
IdAsc = "ID_ASC",
|
|
90473
|
+
IdDesc = "ID_DESC",
|
|
90474
|
+
SummaryAsc = "SUMMARY_ASC",
|
|
90475
|
+
SummaryDesc = "SUMMARY_DESC"
|
|
90476
|
+
}
|
|
89227
90477
|
export declare type TownsquareSetParentGoalInput = {
|
|
89228
90478
|
goalAri: Scalars['String']['input'];
|
|
89229
90479
|
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -89862,6 +91112,7 @@ export declare type TrelloBoardUpdatedEdge = {
|
|
|
89862
91112
|
export declare type TrelloBoardViewer = {
|
|
89863
91113
|
__typename?: 'TrelloBoardViewer';
|
|
89864
91114
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91115
|
+
aiMSTeamsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89865
91116
|
aiSlackEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89866
91117
|
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
89867
91118
|
email?: Maybe<TrelloBoardViewerEmail>;
|
|
@@ -90093,6 +91344,8 @@ export declare type TrelloCardEdge = {
|
|
|
90093
91344
|
};
|
|
90094
91345
|
export declare enum TrelloCardExternalSource {
|
|
90095
91346
|
Email = "EMAIL",
|
|
91347
|
+
Msteams = "MSTEAMS",
|
|
91348
|
+
Siri = "SIRI",
|
|
90096
91349
|
Slack = "SLACK"
|
|
90097
91350
|
}
|
|
90098
91351
|
export declare type TrelloCardLimit = {
|
|
@@ -90691,6 +91944,7 @@ export declare type TrelloMutationApi = {
|
|
|
90691
91944
|
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
90692
91945
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
90693
91946
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
91947
|
+
updateBoardViewerAIMSTeams?: Maybe<TrelloUpdateBoardViewerAimsTeamsPayload>;
|
|
90694
91948
|
updateBoardViewerAISlack?: Maybe<TrelloUpdateBoardViewerAiSlackPayload>;
|
|
90695
91949
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
90696
91950
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
@@ -90747,6 +92001,9 @@ export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
|
90747
92001
|
export declare type TrelloMutationApiUpdateBoardViewerAiEmailArgs = {
|
|
90748
92002
|
input: TrelloUpdateBoardViewerAiEmailInput;
|
|
90749
92003
|
};
|
|
92004
|
+
export declare type TrelloMutationApiUpdateBoardViewerAimsTeamsArgs = {
|
|
92005
|
+
input: TrelloUpdateBoardViewerAimsTeamsInput;
|
|
92006
|
+
};
|
|
90750
92007
|
export declare type TrelloMutationApiUpdateBoardViewerAiSlackArgs = {
|
|
90751
92008
|
input: TrelloUpdateBoardViewerAiSlackInput;
|
|
90752
92009
|
};
|
|
@@ -90802,6 +92059,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
|
|
|
90802
92059
|
accountType?: Maybe<TrelloSupportedPlannerProviders>;
|
|
90803
92060
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
90804
92061
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
92062
|
+
googleAccountAri?: Maybe<Scalars['ID']['output']>;
|
|
90805
92063
|
hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
|
|
90806
92064
|
id: Scalars['ID']['output'];
|
|
90807
92065
|
outboundAuthId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -90814,8 +92072,8 @@ export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {
|
|
|
90814
92072
|
};
|
|
90815
92073
|
export declare type TrelloPlannerCalendarAccountProviderCalendarsArgs = {
|
|
90816
92074
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92075
|
+
filter?: InputMaybe<TrelloPlannerCalendarProviderCalendarsFilter>;
|
|
90817
92076
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90818
|
-
syncToken?: InputMaybe<Scalars['String']['input']>;
|
|
90819
92077
|
};
|
|
90820
92078
|
export declare type TrelloPlannerCalendarAccountConnection = {
|
|
90821
92079
|
__typename?: 'TrelloPlannerCalendarAccountConnection';
|
|
@@ -90971,6 +92229,7 @@ export declare type TrelloPlannerCalendarEventDeleted = {
|
|
|
90971
92229
|
export declare type TrelloPlannerCalendarEventEdge = {
|
|
90972
92230
|
__typename?: 'TrelloPlannerCalendarEventEdge';
|
|
90973
92231
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
92232
|
+
deletedEvent?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
90974
92233
|
node?: Maybe<TrelloPlannerCalendarEvent>;
|
|
90975
92234
|
};
|
|
90976
92235
|
export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
@@ -90979,6 +92238,7 @@ export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
|
90979
92238
|
};
|
|
90980
92239
|
export declare enum TrelloPlannerCalendarEventStatus {
|
|
90981
92240
|
Accepted = "ACCEPTED",
|
|
92241
|
+
Cancelled = "CANCELLED",
|
|
90982
92242
|
Declined = "DECLINED",
|
|
90983
92243
|
NeedsAction = "NEEDS_ACTION",
|
|
90984
92244
|
Tentative = "TENTATIVE"
|
|
@@ -91002,8 +92262,12 @@ export declare enum TrelloPlannerCalendarEventVisibility {
|
|
|
91002
92262
|
export declare type TrelloPlannerCalendarEventsFilter = {
|
|
91003
92263
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
91004
92264
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
92265
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
91005
92266
|
};
|
|
91006
92267
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
92268
|
+
export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
92269
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92270
|
+
};
|
|
91007
92271
|
export declare type TrelloPlannerCalendarUpdated = {
|
|
91008
92272
|
__typename?: 'TrelloPlannerCalendarUpdated';
|
|
91009
92273
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
@@ -91305,6 +92569,7 @@ export declare type TrelloStickerUpdatedConnection = {
|
|
|
91305
92569
|
export declare type TrelloSubscriptionApi = {
|
|
91306
92570
|
__typename?: 'TrelloSubscriptionApi';
|
|
91307
92571
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
92572
|
+
onCardsUpdated?: Maybe<TrelloBoardUpdated>;
|
|
91308
92573
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
91309
92574
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
91310
92575
|
};
|
|
@@ -91312,6 +92577,10 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
91312
92577
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
91313
92578
|
id: Scalars['ID']['input'];
|
|
91314
92579
|
};
|
|
92580
|
+
export declare type TrelloSubscriptionApiOnCardsUpdatedArgs = {
|
|
92581
|
+
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
92582
|
+
id: Scalars['ID']['input'];
|
|
92583
|
+
};
|
|
91315
92584
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
91316
92585
|
id: Scalars['ID']['input'];
|
|
91317
92586
|
};
|
|
@@ -91422,6 +92691,16 @@ export declare type TrelloUpdateBoardViewerAiEmailPayload = Payload & {
|
|
|
91422
92691
|
success: Scalars['Boolean']['output'];
|
|
91423
92692
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
91424
92693
|
};
|
|
92694
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsInput = {
|
|
92695
|
+
boardId: Scalars['ID']['input'];
|
|
92696
|
+
value: Scalars['Boolean']['input'];
|
|
92697
|
+
};
|
|
92698
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsPayload = Payload & {
|
|
92699
|
+
__typename?: 'TrelloUpdateBoardViewerAIMSTeamsPayload';
|
|
92700
|
+
errors?: Maybe<Array<MutationError>>;
|
|
92701
|
+
success: Scalars['Boolean']['output'];
|
|
92702
|
+
viewer?: Maybe<TrelloBoardViewer>;
|
|
92703
|
+
};
|
|
91425
92704
|
export declare type TrelloUpdateBoardViewerAiSlackInput = {
|
|
91426
92705
|
boardId: Scalars['ID']['input'];
|
|
91427
92706
|
value: Scalars['Boolean']['input'];
|
|
@@ -91606,6 +92885,7 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
91606
92885
|
isLinked: Scalars['Boolean']['output'];
|
|
91607
92886
|
isManaged: Scalars['Boolean']['output'];
|
|
91608
92887
|
isPrimary: Scalars['Boolean']['output'];
|
|
92888
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91609
92889
|
linkedAccounts?: Maybe<UnifiedULinkedAccountResult>;
|
|
91610
92890
|
nickname: Scalars['String']['output'];
|
|
91611
92891
|
picture: Scalars['String']['output'];
|
|
@@ -91617,6 +92897,7 @@ export declare type UnifiedAccountBasics = UnifiedINode & {
|
|
|
91617
92897
|
isLinked: Scalars['Boolean']['output'];
|
|
91618
92898
|
isManaged: Scalars['Boolean']['output'];
|
|
91619
92899
|
isPrimary: Scalars['Boolean']['output'];
|
|
92900
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91620
92901
|
linkedAccountsBasics?: Maybe<UnifiedULinkedAccountBasicsResult>;
|
|
91621
92902
|
nickname: Scalars['String']['output'];
|
|
91622
92903
|
picture: Scalars['String']['output'];
|
|
@@ -91727,14 +93008,17 @@ export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
|
91727
93008
|
};
|
|
91728
93009
|
export declare type UnifiedConsentObj = {
|
|
91729
93010
|
__typename?: 'UnifiedConsentObj';
|
|
91730
|
-
|
|
91731
|
-
|
|
91732
|
-
|
|
91733
|
-
|
|
93011
|
+
consentKey: Scalars['String']['output'];
|
|
93012
|
+
consentStatus: Scalars['String']['output'];
|
|
93013
|
+
consenthubStatus: Scalars['Boolean']['output'];
|
|
93014
|
+
createdAt: Scalars['String']['output'];
|
|
93015
|
+
updatedAt: Scalars['String']['output'];
|
|
93016
|
+
uppConsentStatus: Scalars['Boolean']['output'];
|
|
91734
93017
|
};
|
|
91735
93018
|
export declare type UnifiedConsentObjInput = {
|
|
91736
|
-
|
|
91737
|
-
|
|
93019
|
+
consentKey: Scalars['String']['input'];
|
|
93020
|
+
consentStatus: Scalars['String']['input'];
|
|
93021
|
+
displayedText?: InputMaybe<Scalars['String']['input']>;
|
|
91738
93022
|
};
|
|
91739
93023
|
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
91740
93024
|
__typename?: 'UnifiedConsentPayload';
|
|
@@ -91752,11 +93036,11 @@ export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
|
91752
93036
|
};
|
|
91753
93037
|
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
91754
93038
|
__typename?: 'UnifiedConsentStatus';
|
|
91755
|
-
|
|
91756
|
-
|
|
93039
|
+
consentObj: Array<UnifiedConsentObj>;
|
|
93040
|
+
createdAt: Scalars['String']['output'];
|
|
91757
93041
|
id: Scalars['ID']['output'];
|
|
91758
93042
|
type: Scalars['String']['output'];
|
|
91759
|
-
|
|
93043
|
+
updatedAt: Scalars['String']['output'];
|
|
91760
93044
|
value: Scalars['String']['output'];
|
|
91761
93045
|
};
|
|
91762
93046
|
export declare type UnifiedForums = UnifiedINode & {
|
|
@@ -91764,6 +93048,7 @@ export declare type UnifiedForums = UnifiedINode & {
|
|
|
91764
93048
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
91765
93049
|
groups?: Maybe<UnifiedUForumsGroupsResult>;
|
|
91766
93050
|
id: Scalars['ID']['output'];
|
|
93051
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91767
93052
|
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
91768
93053
|
};
|
|
91769
93054
|
export declare type UnifiedForumsBadgesArgs = {
|
|
@@ -92122,6 +93407,7 @@ export declare type UnifiedMutation = {
|
|
|
92122
93407
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
92123
93408
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
92124
93409
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
93410
|
+
profile?: Maybe<UnifiedProfileMutation>;
|
|
92125
93411
|
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
92126
93412
|
};
|
|
92127
93413
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
@@ -92222,6 +93508,13 @@ export declare type UnifiedProfileInput = {
|
|
|
92222
93508
|
xUrl?: InputMaybe<Scalars['String']['input']>;
|
|
92223
93509
|
youtubeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
92224
93510
|
};
|
|
93511
|
+
export declare type UnifiedProfileMutation = {
|
|
93512
|
+
__typename?: 'UnifiedProfileMutation';
|
|
93513
|
+
getExistingOrNewProfileFromKhorosUserId?: Maybe<UnifiedProfilePayload>;
|
|
93514
|
+
};
|
|
93515
|
+
export declare type UnifiedProfileMutationGetExistingOrNewProfileFromKhorosUserIdArgs = {
|
|
93516
|
+
khorosUserId: Scalars['String']['input'];
|
|
93517
|
+
};
|
|
92225
93518
|
export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
92226
93519
|
__typename?: 'UnifiedProfilePayload';
|
|
92227
93520
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
@@ -92994,18 +94287,6 @@ export declare type UpdatePolarisSnippetInput = {
|
|
|
92994
94287
|
setProperties?: InputMaybe<Scalars['JSON']['input']>;
|
|
92995
94288
|
url?: InputMaybe<Scalars['String']['input']>;
|
|
92996
94289
|
};
|
|
92997
|
-
export declare type UpdatePolarisTermsConsentInput = {
|
|
92998
|
-
cloudID: Scalars['String']['input'];
|
|
92999
|
-
displayedText: Scalars['String']['input'];
|
|
93000
|
-
locale: Scalars['String']['input'];
|
|
93001
|
-
marketingConsent: Scalars['Boolean']['input'];
|
|
93002
|
-
url: Scalars['URL']['input'];
|
|
93003
|
-
};
|
|
93004
|
-
export declare type UpdatePolarisTermsConsentPayload = Payload & {
|
|
93005
|
-
__typename?: 'UpdatePolarisTermsConsentPayload';
|
|
93006
|
-
errors?: Maybe<Array<MutationError>>;
|
|
93007
|
-
success: Scalars['Boolean']['output'];
|
|
93008
|
-
};
|
|
93009
94290
|
export declare type UpdatePolarisTimelineConfig = {
|
|
93010
94291
|
dueDateField?: InputMaybe<Scalars['ID']['input']>;
|
|
93011
94292
|
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -93339,7 +94620,6 @@ export declare type UserPreferences = {
|
|
|
93339
94620
|
spacePagesSortView: PagesSortPersistenceOption;
|
|
93340
94621
|
spaceViewsPersistence: SpaceViewsPersistenceOption;
|
|
93341
94622
|
theme: Scalars['String']['output'];
|
|
93342
|
-
topNavigationOptedOut?: Maybe<Scalars['Boolean']['output']>;
|
|
93343
94623
|
userSpacesNotifiedChangeBoardingOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93344
94624
|
userSpacesNotifiedOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93345
94625
|
watchMyOwnContent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -93477,13 +94757,6 @@ export declare type Version = {
|
|
|
93477
94757
|
syncRevSource?: Maybe<Scalars['String']['output']>;
|
|
93478
94758
|
when?: Maybe<Scalars['String']['output']>;
|
|
93479
94759
|
};
|
|
93480
|
-
export declare type VersionSummaryMetaDataItem = {
|
|
93481
|
-
__typename?: 'VersionSummaryMetaDataItem';
|
|
93482
|
-
collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
93483
|
-
creationDate: Scalars['String']['output'];
|
|
93484
|
-
users?: Maybe<Array<Maybe<Person>>>;
|
|
93485
|
-
versionNumber: Scalars['Int']['output'];
|
|
93486
|
-
};
|
|
93487
94760
|
export declare type ViewedComments = {
|
|
93488
94761
|
__typename?: 'ViewedComments';
|
|
93489
94762
|
commentIds: Array<Maybe<Scalars['ID']['output']>>;
|