@forge/cli-shared 6.6.1-next.9 → 6.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +140 -0
- package/out/graphql/graphql-types.d.ts +1557 -345
- 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,27 @@ 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
|
+
completedUpgradeCount: Scalars['Int']['output'];
|
|
1964
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1965
|
+
createdByAccountId: Scalars['String']['output'];
|
|
1966
|
+
failedUpgradeCount: Scalars['Int']['output'];
|
|
1967
|
+
id: Scalars['ID']['output'];
|
|
1968
|
+
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1969
|
+
sourceVersionId: Scalars['ID']['output'];
|
|
1970
|
+
status: AppVersionRolloutStatus;
|
|
1971
|
+
targetVersionId: Scalars['ID']['output'];
|
|
1972
|
+
};
|
|
1973
|
+
export declare enum AppVersionRolloutStatus {
|
|
1974
|
+
Cancelled = "CANCELLED",
|
|
1975
|
+
Complete = "COMPLETE",
|
|
1976
|
+
Running = "RUNNING"
|
|
1977
|
+
}
|
|
2007
1978
|
export declare type ApplyCompassScorecardToComponentPayload = Payload & {
|
|
2008
1979
|
__typename?: 'ApplyCompassScorecardToComponentPayload';
|
|
2009
1980
|
componentDetails?: Maybe<CompassComponent>;
|
|
@@ -2349,6 +2320,24 @@ export declare enum AtlassianProductHostingType {
|
|
|
2349
2320
|
DataCenter = "DATA_CENTER",
|
|
2350
2321
|
Server = "SERVER"
|
|
2351
2322
|
}
|
|
2323
|
+
export declare type AtlassianStudioUserProductPermissions = {
|
|
2324
|
+
__typename?: 'AtlassianStudioUserProductPermissions';
|
|
2325
|
+
isConfluenceGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2326
|
+
isJiraGlobalAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
2327
|
+
};
|
|
2328
|
+
export declare type AtlassianStudioUserSiteContextOutput = {
|
|
2329
|
+
__typename?: 'AtlassianStudioUserSiteContextOutput';
|
|
2330
|
+
isAIEnabledForVirtualAgents?: Maybe<Scalars['Boolean']['output']>;
|
|
2331
|
+
isAssetsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
2332
|
+
isCompanyHubAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2333
|
+
isConfluenceAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2334
|
+
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2335
|
+
isJSMAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2336
|
+
isJiraAutomationAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2337
|
+
isVirtualAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
2338
|
+
userPermissions?: Maybe<AtlassianStudioUserProductPermissions>;
|
|
2339
|
+
};
|
|
2340
|
+
export declare type AtlassianStudioUserSiteContextResult = AtlassianStudioUserSiteContextOutput | QueryError;
|
|
2352
2341
|
export declare type AtlassianUser = {
|
|
2353
2342
|
__typename?: 'AtlassianUser';
|
|
2354
2343
|
companyName?: Maybe<Scalars['String']['output']>;
|
|
@@ -3111,11 +3100,11 @@ export declare type CqlDisplayableType = {
|
|
|
3111
3100
|
label?: Maybe<Scalars['String']['output']>;
|
|
3112
3101
|
type?: Maybe<Scalars['String']['output']>;
|
|
3113
3102
|
};
|
|
3114
|
-
export declare type
|
|
3103
|
+
export declare type CancelAppVersionRolloutInput = {
|
|
3115
3104
|
id: Scalars['ID']['input'];
|
|
3116
3105
|
};
|
|
3117
|
-
export declare type
|
|
3118
|
-
__typename?: '
|
|
3106
|
+
export declare type CancelAppVersionRolloutPayload = Payload & {
|
|
3107
|
+
__typename?: 'CancelAppVersionRolloutPayload';
|
|
3119
3108
|
errors?: Maybe<Array<MutationError>>;
|
|
3120
3109
|
success: Scalars['Boolean']['output'];
|
|
3121
3110
|
};
|
|
@@ -3225,18 +3214,11 @@ export declare enum CatchupOverviewUpdateType {
|
|
|
3225
3214
|
SinceLastViewed = "SINCE_LAST_VIEWED",
|
|
3226
3215
|
SinceLastViewedMarkdown = "SINCE_LAST_VIEWED_MARKDOWN"
|
|
3227
3216
|
}
|
|
3228
|
-
export declare enum CatchupUpdateType {
|
|
3229
|
-
TopN = "TOP_N"
|
|
3230
|
-
}
|
|
3231
3217
|
export declare type CatchupVersionDiffMetadataResponse = {
|
|
3232
3218
|
__typename?: 'CatchupVersionDiffMetadataResponse';
|
|
3233
3219
|
collaborators?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
3234
3220
|
isDiffEmpty?: Maybe<Scalars['Boolean']['output']>;
|
|
3235
3221
|
};
|
|
3236
|
-
export declare type CatchupVersionSummaryMetadataForContent = {
|
|
3237
|
-
__typename?: 'CatchupVersionSummaryMetadataForContent';
|
|
3238
|
-
versionSummaryMetadata?: Maybe<Array<VersionSummaryMetaDataItem>>;
|
|
3239
|
-
};
|
|
3240
3222
|
export declare type CcpAccountDetails = CommerceAccountDetails & {
|
|
3241
3223
|
__typename?: 'CcpAccountDetails';
|
|
3242
3224
|
invoiceGroup?: Maybe<CcpInvoiceGroup>;
|
|
@@ -3484,7 +3466,7 @@ export declare enum CcpEntitlementPreDunningStatus {
|
|
|
3484
3466
|
InPreDunning = "IN_PRE_DUNNING",
|
|
3485
3467
|
NotInPreDunning = "NOT_IN_PRE_DUNNING"
|
|
3486
3468
|
}
|
|
3487
|
-
export declare type CcpEntitlementRelationship = {
|
|
3469
|
+
export declare type CcpEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
3488
3470
|
__typename?: 'CcpEntitlementRelationship';
|
|
3489
3471
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3490
3472
|
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -4224,6 +4206,8 @@ export declare type CommerceEntitlement = {
|
|
|
4224
4206
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
4225
4207
|
offering?: Maybe<CommerceOffering>;
|
|
4226
4208
|
preDunning?: Maybe<CommerceEntitlementPreDunning>;
|
|
4209
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4210
|
+
relatesToEntitlements?: Maybe<Array<Maybe<CommerceEntitlementRelationship>>>;
|
|
4227
4211
|
subscription?: Maybe<CommerceSubscription>;
|
|
4228
4212
|
transactionAccount?: Maybe<CommerceTransactionAccount>;
|
|
4229
4213
|
};
|
|
@@ -4276,6 +4260,11 @@ export declare type CommerceEntitlementPreDunning = {
|
|
|
4276
4260
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
4277
4261
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
4278
4262
|
};
|
|
4263
|
+
export declare type CommerceEntitlementRelationship = {
|
|
4264
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
4265
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
4266
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
4267
|
+
};
|
|
4279
4268
|
export declare type CommerceExperienceCapability = {
|
|
4280
4269
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
4281
4270
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5888,6 +5877,7 @@ export declare type CompassCreatePushEventInput = {
|
|
|
5888
5877
|
url: Scalars['URL']['input'];
|
|
5889
5878
|
};
|
|
5890
5879
|
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
5880
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5891
5881
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5892
5882
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5893
5883
|
};
|
|
@@ -5908,6 +5898,7 @@ export declare type CompassCreateScorecardCriterionExpressionEvaluableInput = {
|
|
|
5908
5898
|
expression: CompassCreateScorecardCriterionExpressionInput;
|
|
5909
5899
|
};
|
|
5910
5900
|
export declare type CompassCreateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
5901
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5911
5902
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5912
5903
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5913
5904
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6000,12 +5991,12 @@ export declare type CompassCreateVulnerabilityEventInput = {
|
|
|
6000
5991
|
};
|
|
6001
5992
|
export declare type CompassCreateVulnerabilityEventPropertiesInput = {
|
|
6002
5993
|
discoverySource?: InputMaybe<Scalars['String']['input']>;
|
|
6003
|
-
discoveryTime: Scalars['DateTime']['input'];
|
|
6004
5994
|
id: Scalars['ID']['input'];
|
|
6005
5995
|
remediationTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
6006
5996
|
score?: InputMaybe<Scalars['Float']['input']>;
|
|
6007
5997
|
severity: CompassVulnerabilityEventSeverityInput;
|
|
6008
5998
|
state: CompassVulnerabilityEventState;
|
|
5999
|
+
vulnerabilityStartTime: Scalars['DateTime']['input'];
|
|
6009
6000
|
vulnerableTarget?: InputMaybe<Scalars['String']['input']>;
|
|
6010
6001
|
};
|
|
6011
6002
|
export declare type CompassCreateWebhookInput = {
|
|
@@ -6558,7 +6549,7 @@ export declare type CompassDynamicScorecardCriteria = CompassScorecardCriteria &
|
|
|
6558
6549
|
id: Scalars['ID']['output'];
|
|
6559
6550
|
name?: Maybe<Scalars['String']['output']>;
|
|
6560
6551
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
6561
|
-
scoringStrategyRules
|
|
6552
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
6562
6553
|
weight: Scalars['Int']['output'];
|
|
6563
6554
|
};
|
|
6564
6555
|
export declare type CompassDynamicScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -7759,12 +7750,14 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
7759
7750
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7760
7751
|
};
|
|
7761
7752
|
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
7753
|
+
MarkAsError = "MARK_AS_ERROR",
|
|
7762
7754
|
MarkAsFailed = "MARK_AS_FAILED",
|
|
7763
7755
|
MarkAsPassed = "MARK_AS_PASSED",
|
|
7764
7756
|
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
7765
7757
|
}
|
|
7766
7758
|
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
7767
7759
|
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
7760
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7768
7761
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7769
7762
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7770
7763
|
};
|
|
@@ -7818,12 +7811,14 @@ export declare type CompassScorecardCriterionExpressionEvaluable = {
|
|
|
7818
7811
|
};
|
|
7819
7812
|
export declare enum CompassScorecardCriterionExpressionEvaluationRuleAction {
|
|
7820
7813
|
Continue = "CONTINUE",
|
|
7814
|
+
ReturnError = "RETURN_ERROR",
|
|
7821
7815
|
ReturnFailed = "RETURN_FAILED",
|
|
7822
7816
|
ReturnPassed = "RETURN_PASSED",
|
|
7823
7817
|
ReturnSkipped = "RETURN_SKIPPED"
|
|
7824
7818
|
}
|
|
7825
7819
|
export declare type CompassScorecardCriterionExpressionEvaluationRules = {
|
|
7826
7820
|
__typename?: 'CompassScorecardCriterionExpressionEvaluationRules';
|
|
7821
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7827
7822
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7828
7823
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7829
7824
|
weight?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8100,6 +8095,7 @@ export declare type CompassScorecardScoreStatusDuration = {
|
|
|
8100
8095
|
since: Scalars['DateTime']['output'];
|
|
8101
8096
|
};
|
|
8102
8097
|
export declare enum CompassScorecardScoringStrategyType {
|
|
8098
|
+
PercentageBased = "PERCENTAGE_BASED",
|
|
8103
8099
|
PointBased = "POINT_BASED",
|
|
8104
8100
|
WeightBased = "WEIGHT_BASED"
|
|
8105
8101
|
}
|
|
@@ -8559,6 +8555,7 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
8559
8555
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
8560
8556
|
};
|
|
8561
8557
|
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
8558
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8562
8559
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8563
8560
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8564
8561
|
};
|
|
@@ -8579,6 +8576,7 @@ export declare type CompassUpdateScorecardCriterionExpressionEvaluableInput = {
|
|
|
8579
8576
|
expression: CompassUpdateScorecardCriterionExpressionInput;
|
|
8580
8577
|
};
|
|
8581
8578
|
export declare type CompassUpdateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
8579
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8582
8580
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8583
8581
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8584
8582
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -8700,12 +8698,13 @@ export declare type CompassVulnerabilityEvent = CompassEvent & {
|
|
|
8700
8698
|
export declare type CompassVulnerabilityEventProperties = {
|
|
8701
8699
|
__typename?: 'CompassVulnerabilityEventProperties';
|
|
8702
8700
|
discoverySource?: Maybe<Scalars['String']['output']>;
|
|
8703
|
-
discoveryTime
|
|
8701
|
+
discoveryTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8704
8702
|
id: Scalars['ID']['output'];
|
|
8705
8703
|
remediationTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8706
8704
|
score?: Maybe<Scalars['Float']['output']>;
|
|
8707
8705
|
severity?: Maybe<CompassVulnerabilityEventSeverity>;
|
|
8708
8706
|
state: Scalars['String']['output'];
|
|
8707
|
+
vulnerabilityStartTime?: Maybe<Scalars['DateTime']['output']>;
|
|
8709
8708
|
vulnerableTarget?: Maybe<Scalars['String']['output']>;
|
|
8710
8709
|
};
|
|
8711
8710
|
export declare type CompassVulnerabilityEventSeverity = {
|
|
@@ -8877,11 +8876,13 @@ export declare type ConfluenceBlogPost = {
|
|
|
8877
8876
|
blogPostId: Scalars['ID']['output'];
|
|
8878
8877
|
body?: Maybe<ConfluenceBodies>;
|
|
8879
8878
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
8879
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8880
8880
|
id: Scalars['ID']['output'];
|
|
8881
8881
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
8882
8882
|
latestVersion?: Maybe<ConfluenceBlogPostVersion>;
|
|
8883
8883
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
8884
8884
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
8885
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
8885
8886
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
8886
8887
|
properties?: Maybe<Array<Maybe<ConfluenceBlogPostProperty>>>;
|
|
8887
8888
|
space?: Maybe<ConfluenceSpace>;
|
|
@@ -9039,6 +9040,12 @@ export declare type ConfluenceCommentLinks = {
|
|
|
9039
9040
|
base?: Maybe<Scalars['String']['output']>;
|
|
9040
9041
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
9041
9042
|
};
|
|
9043
|
+
export declare type ConfluenceCommentResolutionState = {
|
|
9044
|
+
__typename?: 'ConfluenceCommentResolutionState';
|
|
9045
|
+
commentId: Scalars['ID']['output'];
|
|
9046
|
+
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
9047
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
9048
|
+
};
|
|
9042
9049
|
export declare enum ConfluenceCommentState {
|
|
9043
9050
|
Resolved = "RESOLVED",
|
|
9044
9051
|
Unresolved = "UNRESOLVED"
|
|
@@ -9051,6 +9058,12 @@ export declare enum ConfluenceCommentType {
|
|
|
9051
9058
|
Footer = "FOOTER",
|
|
9052
9059
|
Inline = "INLINE"
|
|
9053
9060
|
}
|
|
9061
|
+
export declare type ConfluenceContent = {
|
|
9062
|
+
__typename?: 'ConfluenceContent';
|
|
9063
|
+
contentTitleUpdate?: Maybe<ConfluenceContentTitleUpdate>;
|
|
9064
|
+
contentType: ConfluenceSubscriptionContentType;
|
|
9065
|
+
eventType: Scalars['String']['output'];
|
|
9066
|
+
};
|
|
9054
9067
|
export declare type ConfluenceContentBody = {
|
|
9055
9068
|
__typename?: 'ConfluenceContentBody';
|
|
9056
9069
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -9071,6 +9084,11 @@ export declare type ConfluenceContentMetadata = {
|
|
|
9071
9084
|
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9072
9085
|
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
9073
9086
|
};
|
|
9087
|
+
export declare type ConfluenceContentNativeProperties = {
|
|
9088
|
+
__typename?: 'ConfluenceContentNativeProperties';
|
|
9089
|
+
current?: Maybe<ConfluenceCurrentContentNativeProperties>;
|
|
9090
|
+
draft?: Maybe<ConfluenceDraftContentNativeProperties>;
|
|
9091
|
+
};
|
|
9074
9092
|
export declare enum ConfluenceContentRepresentation {
|
|
9075
9093
|
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
9076
9094
|
Editor = "EDITOR",
|
|
@@ -9083,12 +9101,22 @@ export declare enum ConfluenceContentRepresentation {
|
|
|
9083
9101
|
View = "VIEW",
|
|
9084
9102
|
Wiki = "WIKI"
|
|
9085
9103
|
}
|
|
9104
|
+
export declare type ConfluenceContentState = {
|
|
9105
|
+
__typename?: 'ConfluenceContentState';
|
|
9106
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
9107
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
9108
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
9109
|
+
};
|
|
9086
9110
|
export declare type ConfluenceContentTitleEmoji = {
|
|
9087
9111
|
__typename?: 'ConfluenceContentTitleEmoji';
|
|
9088
9112
|
id?: Maybe<Scalars['String']['output']>;
|
|
9089
9113
|
key?: Maybe<Scalars['String']['output']>;
|
|
9090
9114
|
value?: Maybe<Scalars['String']['output']>;
|
|
9091
9115
|
};
|
|
9116
|
+
export declare type ConfluenceContentTitleUpdate = {
|
|
9117
|
+
__typename?: 'ConfluenceContentTitleUpdate';
|
|
9118
|
+
contentTitle: Scalars['String']['output'];
|
|
9119
|
+
};
|
|
9092
9120
|
export declare enum ConfluenceContentType {
|
|
9093
9121
|
Attachment = "ATTACHMENT",
|
|
9094
9122
|
BlogPost = "BLOG_POST",
|
|
@@ -9208,6 +9236,10 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
9208
9236
|
space?: Maybe<ConfluenceSpace>;
|
|
9209
9237
|
success: Scalars['Boolean']['output'];
|
|
9210
9238
|
};
|
|
9239
|
+
export declare type ConfluenceCurrentContentNativeProperties = {
|
|
9240
|
+
__typename?: 'ConfluenceCurrentContentNativeProperties';
|
|
9241
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9242
|
+
};
|
|
9211
9243
|
export declare type ConfluenceDatabase = {
|
|
9212
9244
|
__typename?: 'ConfluenceDatabase';
|
|
9213
9245
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -9323,6 +9355,10 @@ export declare type ConfluenceDeleteSubCalendarSingleEventPayload = Payload & {
|
|
|
9323
9355
|
errors?: Maybe<Array<MutationError>>;
|
|
9324
9356
|
success: Scalars['Boolean']['output'];
|
|
9325
9357
|
};
|
|
9358
|
+
export declare type ConfluenceDraftContentNativeProperties = {
|
|
9359
|
+
__typename?: 'ConfluenceDraftContentNativeProperties';
|
|
9360
|
+
contentState?: Maybe<ConfluenceContentState>;
|
|
9361
|
+
};
|
|
9326
9362
|
export declare enum ConfluenceEdition {
|
|
9327
9363
|
Free = "FREE",
|
|
9328
9364
|
Premium = "PREMIUM",
|
|
@@ -15272,12 +15308,14 @@ export declare type ConfluencePage = {
|
|
|
15272
15308
|
body?: Maybe<ConfluenceBodies>;
|
|
15273
15309
|
commentCountSummary?: Maybe<ConfluenceCommentCountSummary>;
|
|
15274
15310
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
15311
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
15275
15312
|
id: Scalars['ID']['output'];
|
|
15276
15313
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
15277
15314
|
latestVersion?: Maybe<ConfluencePageVersion>;
|
|
15278
15315
|
likesSummary?: Maybe<ConfluenceLikesSummary>;
|
|
15279
15316
|
links?: Maybe<ConfluencePageLinks>;
|
|
15280
15317
|
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
15318
|
+
nativeProperties?: Maybe<ConfluenceContentNativeProperties>;
|
|
15281
15319
|
owner?: Maybe<ConfluenceUserInfo>;
|
|
15282
15320
|
pageId: Scalars['ID']['output'];
|
|
15283
15321
|
properties?: Maybe<Array<Maybe<ConfluencePageProperty>>>;
|
|
@@ -15526,6 +15564,12 @@ export declare type ConfluenceRedactionMetadataEdge = {
|
|
|
15526
15564
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
15527
15565
|
node?: Maybe<ConfluenceRedactionMetadata>;
|
|
15528
15566
|
};
|
|
15567
|
+
export declare type ConfluenceReopenCommentPayload = Payload & {
|
|
15568
|
+
__typename?: 'ConfluenceReopenCommentPayload';
|
|
15569
|
+
commentResolutionStates?: Maybe<ConfluenceCommentResolutionState>;
|
|
15570
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15571
|
+
success: Scalars['Boolean']['output'];
|
|
15572
|
+
};
|
|
15529
15573
|
export declare type ConfluenceReopenInlineCommentInput = {
|
|
15530
15574
|
id: Scalars['ID']['input'];
|
|
15531
15575
|
};
|
|
@@ -15545,6 +15589,12 @@ export declare type ConfluenceReplyToCommentPayload = {
|
|
|
15545
15589
|
errors?: Maybe<Array<MutationError>>;
|
|
15546
15590
|
success: Scalars['Boolean']['output'];
|
|
15547
15591
|
};
|
|
15592
|
+
export declare type ConfluenceResolveCommentsPayload = Payload & {
|
|
15593
|
+
__typename?: 'ConfluenceResolveCommentsPayload';
|
|
15594
|
+
commentResolutionStates?: Maybe<Array<Maybe<ConfluenceCommentResolutionState>>>;
|
|
15595
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15596
|
+
success: Scalars['Boolean']['output'];
|
|
15597
|
+
};
|
|
15548
15598
|
export declare type ConfluenceResolveInlineCommentInput = {
|
|
15549
15599
|
id: Scalars['ID']['input'];
|
|
15550
15600
|
};
|
|
@@ -15693,6 +15743,15 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
|
|
|
15693
15743
|
__typename?: 'ConfluenceSubCalendarSubscribersCount';
|
|
15694
15744
|
count?: Maybe<Scalars['Int']['output']>;
|
|
15695
15745
|
};
|
|
15746
|
+
export declare enum ConfluenceSubscriptionContentType {
|
|
15747
|
+
Blogpost = "BLOGPOST",
|
|
15748
|
+
Comment = "COMMENT",
|
|
15749
|
+
Database = "DATABASE",
|
|
15750
|
+
Embed = "EMBED",
|
|
15751
|
+
Folder = "FOLDER",
|
|
15752
|
+
Page = "PAGE",
|
|
15753
|
+
Whiteboard = "WHITEBOARD"
|
|
15754
|
+
}
|
|
15696
15755
|
export declare type ConfluenceTeamPresence = {
|
|
15697
15756
|
__typename?: 'ConfluenceTeamPresence';
|
|
15698
15757
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
@@ -16517,14 +16576,6 @@ export declare type ConnectAppScope = {
|
|
|
16517
16576
|
name: Scalars['String']['output'];
|
|
16518
16577
|
scopeId: Scalars['ID']['output'];
|
|
16519
16578
|
};
|
|
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
16579
|
export declare type ConnectionManagerConfiguration = {
|
|
16529
16580
|
__typename?: 'ConnectionManagerConfiguration';
|
|
16530
16581
|
parameters?: Maybe<Scalars['String']['output']>;
|
|
@@ -17548,8 +17599,6 @@ export declare type ContentPlatformIpmAnchored = {
|
|
|
17548
17599
|
anchoredElement?: Maybe<Scalars['String']['output']>;
|
|
17549
17600
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
17550
17601
|
id: Scalars['String']['output'];
|
|
17551
|
-
relativeX?: Maybe<Scalars['Int']['output']>;
|
|
17552
|
-
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
17553
17602
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17554
17603
|
};
|
|
17555
17604
|
export declare type ContentPlatformIpmAnchoredAndIpmPositionUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
@@ -17817,6 +17866,7 @@ export declare type ContentPlatformPricing = {
|
|
|
17817
17866
|
headline?: Maybe<Scalars['String']['output']>;
|
|
17818
17867
|
pageDescription?: Maybe<Scalars['String']['output']>;
|
|
17819
17868
|
pricingTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
17869
|
+
pricingTitleInternal: Scalars['String']['output'];
|
|
17820
17870
|
relatedProduct?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
17821
17871
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17822
17872
|
};
|
|
@@ -18679,6 +18729,12 @@ export declare type CountUsersGroupByPageItem = {
|
|
|
18679
18729
|
page: Scalars['String']['output'];
|
|
18680
18730
|
user: Scalars['Int']['output'];
|
|
18681
18731
|
};
|
|
18732
|
+
export declare type CreateAppContainerPayload = Payload & {
|
|
18733
|
+
__typename?: 'CreateAppContainerPayload';
|
|
18734
|
+
container: AppContainer;
|
|
18735
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18736
|
+
success: Scalars['Boolean']['output'];
|
|
18737
|
+
};
|
|
18682
18738
|
export declare type CreateAppDeploymentInput = {
|
|
18683
18739
|
appId: Scalars['ID']['input'];
|
|
18684
18740
|
artifactUrl: Scalars['URL']['input'];
|
|
@@ -18723,17 +18779,6 @@ export declare type CreateAppResponse = Payload & {
|
|
|
18723
18779
|
errors?: Maybe<Array<MutationError>>;
|
|
18724
18780
|
success: Scalars['Boolean']['output'];
|
|
18725
18781
|
};
|
|
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
18782
|
export declare type CreateAppTunnelResponse = Payload & {
|
|
18738
18783
|
__typename?: 'CreateAppTunnelResponse';
|
|
18739
18784
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -18747,6 +18792,18 @@ export declare type CreateAppTunnelsInput = {
|
|
|
18747
18792
|
force?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18748
18793
|
tunnelDefinitions: TunnelDefinitionsInput;
|
|
18749
18794
|
};
|
|
18795
|
+
export declare type CreateAppVersionRolloutInput = {
|
|
18796
|
+
appEnvironmentId: Scalars['ID']['input'];
|
|
18797
|
+
appId: Scalars['ID']['input'];
|
|
18798
|
+
sourceVersionId: Scalars['ID']['input'];
|
|
18799
|
+
targetVersionId: Scalars['ID']['input'];
|
|
18800
|
+
};
|
|
18801
|
+
export declare type CreateAppVersionRolloutPayload = Payload & {
|
|
18802
|
+
__typename?: 'CreateAppVersionRolloutPayload';
|
|
18803
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
18804
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18805
|
+
success: Scalars['Boolean']['output'];
|
|
18806
|
+
};
|
|
18750
18807
|
export declare type CreateCardsOutput = {
|
|
18751
18808
|
__typename?: 'CreateCardsOutput';
|
|
18752
18809
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -18883,6 +18940,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
18883
18940
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
18884
18941
|
metricDefinitionId: Scalars['ID']['input'];
|
|
18885
18942
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
18943
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
18886
18944
|
weight: Scalars['Int']['input'];
|
|
18887
18945
|
};
|
|
18888
18946
|
export declare type CreateCompassHasOwnerScorecardCriteriaInput = {
|
|
@@ -19536,6 +19594,60 @@ export declare enum CustomUserFieldInputComparators {
|
|
|
19536
19594
|
IsSet = "IS_SET",
|
|
19537
19595
|
NotSet = "NOT_SET"
|
|
19538
19596
|
}
|
|
19597
|
+
export declare type CustomerHubAgentConfiguration = {
|
|
19598
|
+
__typename?: 'CustomerHubAgentConfiguration';
|
|
19599
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentityResult>;
|
|
19600
|
+
id: Scalars['ID']['output'];
|
|
19601
|
+
};
|
|
19602
|
+
export declare type CustomerHubAgentConfigurationIdentity = {
|
|
19603
|
+
__typename?: 'CustomerHubAgentConfigurationIdentity';
|
|
19604
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19605
|
+
id: Scalars['ID']['output'];
|
|
19606
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19607
|
+
purpose?: Maybe<Scalars['String']['output']>;
|
|
19608
|
+
tone?: Maybe<CustomerHubAgentConfigurationIdentityTone>;
|
|
19609
|
+
};
|
|
19610
|
+
export declare type CustomerHubAgentConfigurationIdentityConversationStarter = {
|
|
19611
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityConversationStarter';
|
|
19612
|
+
id: Scalars['ID']['output'];
|
|
19613
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
19614
|
+
};
|
|
19615
|
+
export declare type CustomerHubAgentConfigurationIdentityMapping = {
|
|
19616
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityMapping';
|
|
19617
|
+
conversationStarters?: Maybe<Array<CustomerHubAgentConfigurationIdentityConversationStarter>>;
|
|
19618
|
+
id: Scalars['ID']['output'];
|
|
19619
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
19620
|
+
};
|
|
19621
|
+
export declare type CustomerHubAgentConfigurationIdentityMappingResult = CustomerHubAgentConfigurationIdentityMapping | QueryError;
|
|
19622
|
+
export declare type CustomerHubAgentConfigurationIdentityResult = CustomerHubAgentConfigurationIdentity | QueryError;
|
|
19623
|
+
export declare type CustomerHubAgentConfigurationIdentityTone = {
|
|
19624
|
+
__typename?: 'CustomerHubAgentConfigurationIdentityTone';
|
|
19625
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
19626
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
19627
|
+
};
|
|
19628
|
+
export declare type CustomerHubAgentConfigurationIdentityToneInput = {
|
|
19629
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
19630
|
+
type: Scalars['String']['input'];
|
|
19631
|
+
};
|
|
19632
|
+
export declare type CustomerHubAgentConfigurationResult = CustomerHubAgentConfiguration | QueryError;
|
|
19633
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConfigurationInput = {
|
|
19634
|
+
addedConversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
19635
|
+
deletedConversationStarters?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
19636
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
19637
|
+
purpose?: InputMaybe<Scalars['String']['input']>;
|
|
19638
|
+
tone?: InputMaybe<CustomerHubAgentConfigurationIdentityToneInput>;
|
|
19639
|
+
updatedConversationStarters?: InputMaybe<Array<CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput>>;
|
|
19640
|
+
};
|
|
19641
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityConversationStarterInput = {
|
|
19642
|
+
id: Scalars['ID']['input'];
|
|
19643
|
+
message?: InputMaybe<Scalars['String']['input']>;
|
|
19644
|
+
};
|
|
19645
|
+
export declare type CustomerHubAgentConfigurationUpdateIdentityPayload = Payload & {
|
|
19646
|
+
__typename?: 'CustomerHubAgentConfigurationUpdateIdentityPayload';
|
|
19647
|
+
agentIdentity?: Maybe<CustomerHubAgentConfigurationIdentity>;
|
|
19648
|
+
errors?: Maybe<Array<MutationError>>;
|
|
19649
|
+
success: Scalars['Boolean']['output'];
|
|
19650
|
+
};
|
|
19539
19651
|
export declare type CustomerServiceAttribute = Node & {
|
|
19540
19652
|
__typename?: 'CustomerServiceAttribute';
|
|
19541
19653
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -20518,6 +20630,11 @@ export declare type DefaultSpaceRoleAssignmentsConnection = {
|
|
|
20518
20630
|
nodes: Array<SpaceRoleAssignment>;
|
|
20519
20631
|
pageInfo: SpacePermissionPageInfo;
|
|
20520
20632
|
};
|
|
20633
|
+
export declare type DeleteAppContainerPayload = Payload & {
|
|
20634
|
+
__typename?: 'DeleteAppContainerPayload';
|
|
20635
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20636
|
+
success: Scalars['Boolean']['output'];
|
|
20637
|
+
};
|
|
20521
20638
|
export declare type DeleteAppEnvironmentInput = {
|
|
20522
20639
|
appAri: Scalars['ID']['input'];
|
|
20523
20640
|
environmentKey: Scalars['String']['input'];
|
|
@@ -21240,13 +21357,21 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
21240
21357
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
21241
21358
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
21242
21359
|
};
|
|
21360
|
+
export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
21361
|
+
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkIssueResult';
|
|
21362
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21363
|
+
issueId?: Maybe<Scalars['ID']['output']>;
|
|
21364
|
+
};
|
|
21243
21365
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
21244
21366
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
21245
21367
|
errors?: Maybe<Array<MutationError>>;
|
|
21368
|
+
failedIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21369
|
+
succeededIssues?: Maybe<Array<Maybe<DevAiInvokeAutodevRovoAgentInBulkIssueResult>>>;
|
|
21246
21370
|
success: Scalars['Boolean']['output'];
|
|
21247
21371
|
};
|
|
21248
21372
|
export declare type DevAiInvokeAutodevRovoAgentPayload = Payload & {
|
|
21249
21373
|
__typename?: 'DevAiInvokeAutodevRovoAgentPayload';
|
|
21374
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
21250
21375
|
errors?: Maybe<Array<MutationError>>;
|
|
21251
21376
|
jobId?: Maybe<Scalars['ID']['output']>;
|
|
21252
21377
|
success: Scalars['Boolean']['output'];
|
|
@@ -21430,6 +21555,12 @@ export declare type DevAiTriggerAutofixScanPayload = Payload & {
|
|
|
21430
21555
|
errors?: Maybe<Array<MutationError>>;
|
|
21431
21556
|
success: Scalars['Boolean']['output'];
|
|
21432
21557
|
};
|
|
21558
|
+
export declare type DevAiUser = {
|
|
21559
|
+
__typename?: 'DevAiUser';
|
|
21560
|
+
atlassianAccountId: Scalars['ID']['output'];
|
|
21561
|
+
hasProductAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
21562
|
+
isAdmin?: Maybe<Scalars['Boolean']['output']>;
|
|
21563
|
+
};
|
|
21433
21564
|
export declare type DevAiWorkflowRunError = {
|
|
21434
21565
|
__typename?: 'DevAiWorkflowRunError';
|
|
21435
21566
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -23274,14 +23405,31 @@ export declare enum EcosystemLicenseMode {
|
|
|
23274
23405
|
Agent = "AGENT",
|
|
23275
23406
|
UserAccess = "USER_ACCESS"
|
|
23276
23407
|
}
|
|
23408
|
+
export declare type EcosystemMarketplaceAppDeployment = {
|
|
23409
|
+
frameworkId: Scalars['String']['output'];
|
|
23410
|
+
};
|
|
23277
23411
|
export declare type EcosystemMarketplaceAppVersion = {
|
|
23278
23412
|
__typename?: 'EcosystemMarketplaceAppVersion';
|
|
23279
23413
|
buildNumber: Scalars['Float']['output'];
|
|
23414
|
+
deployment?: Maybe<EcosystemMarketplaceAppDeployment>;
|
|
23280
23415
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
23281
23416
|
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
23282
23417
|
paymentModel?: Maybe<EcosystemMarketplacePaymentModel>;
|
|
23283
23418
|
version: Scalars['String']['output'];
|
|
23284
23419
|
};
|
|
23420
|
+
export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23421
|
+
__typename?: 'EcosystemMarketplaceCloudAppDeployment';
|
|
23422
|
+
cloudAppEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
23423
|
+
cloudAppId?: Maybe<Scalars['ID']['output']>;
|
|
23424
|
+
cloudAppVersionId: Scalars['ID']['output'];
|
|
23425
|
+
frameworkId: Scalars['String']['output'];
|
|
23426
|
+
scopes?: Maybe<Array<Maybe<AppHostServiceScope>>>;
|
|
23427
|
+
};
|
|
23428
|
+
export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23429
|
+
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
23430
|
+
descriptorUrl?: Maybe<Scalars['String']['output']>;
|
|
23431
|
+
frameworkId: Scalars['String']['output'];
|
|
23432
|
+
};
|
|
23285
23433
|
export declare type EcosystemMarketplaceData = {
|
|
23286
23434
|
__typename?: 'EcosystemMarketplaceData';
|
|
23287
23435
|
appId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -23290,13 +23438,28 @@ export declare type EcosystemMarketplaceData = {
|
|
|
23290
23438
|
forumsUrl?: Maybe<Scalars['String']['output']>;
|
|
23291
23439
|
issueTrackerUrl?: Maybe<Scalars['String']['output']>;
|
|
23292
23440
|
listingStatus?: Maybe<EcosystemMarketplaceListingStatus>;
|
|
23441
|
+
logo?: Maybe<EcosystemMarketplaceListingImage>;
|
|
23293
23442
|
name?: Maybe<Scalars['String']['output']>;
|
|
23294
23443
|
partner?: Maybe<EcosystemMarketplacePartner>;
|
|
23444
|
+
privacyPolicyUrl?: Maybe<Scalars['String']['output']>;
|
|
23295
23445
|
slug?: Maybe<Scalars['String']['output']>;
|
|
23296
23446
|
supportTicketSystemUrl?: Maybe<Scalars['String']['output']>;
|
|
23297
23447
|
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23298
23448
|
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23299
23449
|
};
|
|
23450
|
+
export declare type EcosystemMarketplaceExternalFrameworkAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23451
|
+
__typename?: 'EcosystemMarketplaceExternalFrameworkAppDeployment';
|
|
23452
|
+
frameworkId: Scalars['String']['output'];
|
|
23453
|
+
};
|
|
23454
|
+
export declare type EcosystemMarketplaceImageFile = {
|
|
23455
|
+
__typename?: 'EcosystemMarketplaceImageFile';
|
|
23456
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
23457
|
+
uri?: Maybe<Scalars['String']['output']>;
|
|
23458
|
+
};
|
|
23459
|
+
export declare type EcosystemMarketplaceListingImage = {
|
|
23460
|
+
__typename?: 'EcosystemMarketplaceListingImage';
|
|
23461
|
+
original?: Maybe<EcosystemMarketplaceImageFile>;
|
|
23462
|
+
};
|
|
23300
23463
|
export declare enum EcosystemMarketplaceListingStatus {
|
|
23301
23464
|
Private = "PRIVATE",
|
|
23302
23465
|
Public = "PUBLIC",
|
|
@@ -23338,12 +23501,13 @@ export declare type EcosystemMutation = {
|
|
|
23338
23501
|
__typename?: 'EcosystemMutation';
|
|
23339
23502
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
23340
23503
|
addMultipleAppContributor?: Maybe<AddMultipleAppContributorResponsePayload>;
|
|
23341
|
-
|
|
23504
|
+
cancelAppVersionRollout?: Maybe<CancelAppVersionRolloutPayload>;
|
|
23342
23505
|
createAppEnvironment?: Maybe<CreateAppEnvironmentResponse>;
|
|
23343
|
-
|
|
23506
|
+
createAppVersionRollout?: Maybe<CreateAppVersionRolloutPayload>;
|
|
23344
23507
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
23345
23508
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
23346
23509
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
23510
|
+
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
23347
23511
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
23348
23512
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
23349
23513
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
@@ -23361,14 +23525,14 @@ export declare type EcosystemMutationAddAppContributorArgs = {
|
|
|
23361
23525
|
export declare type EcosystemMutationAddMultipleAppContributorArgs = {
|
|
23362
23526
|
input: AddMultipleAppContributorInput;
|
|
23363
23527
|
};
|
|
23364
|
-
export declare type
|
|
23365
|
-
input:
|
|
23528
|
+
export declare type EcosystemMutationCancelAppVersionRolloutArgs = {
|
|
23529
|
+
input: CancelAppVersionRolloutInput;
|
|
23366
23530
|
};
|
|
23367
23531
|
export declare type EcosystemMutationCreateAppEnvironmentArgs = {
|
|
23368
23532
|
input: CreateAppEnvironmentInput;
|
|
23369
23533
|
};
|
|
23370
|
-
export declare type
|
|
23371
|
-
input:
|
|
23534
|
+
export declare type EcosystemMutationCreateAppVersionRolloutArgs = {
|
|
23535
|
+
input: CreateAppVersionRolloutInput;
|
|
23372
23536
|
};
|
|
23373
23537
|
export declare type EcosystemMutationDeleteAppEnvironmentArgs = {
|
|
23374
23538
|
input: DeleteAppEnvironmentInput;
|
|
@@ -23379,6 +23543,9 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
23379
23543
|
export declare type EcosystemMutationForgeAlertsArgs = {
|
|
23380
23544
|
appId: Scalars['ID']['input'];
|
|
23381
23545
|
};
|
|
23546
|
+
export declare type EcosystemMutationForgeMetricsArgs = {
|
|
23547
|
+
appId: Scalars['ID']['input'];
|
|
23548
|
+
};
|
|
23382
23549
|
export declare type EcosystemMutationPublishAppClientEventArgs = {
|
|
23383
23550
|
appId: Scalars['ID']['input'];
|
|
23384
23551
|
channel: Scalars['String']['input'];
|
|
@@ -23430,7 +23597,7 @@ export declare type EcosystemQuery = {
|
|
|
23430
23597
|
appInstallationsByApp?: Maybe<AppInstallationByIndexConnection>;
|
|
23431
23598
|
appInstallationsByContext?: Maybe<AppInstallationByIndexConnection>;
|
|
23432
23599
|
appPoliciesByAppIds?: Maybe<Array<EcosystemAppPoliciesByAppId>>;
|
|
23433
|
-
|
|
23600
|
+
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
23434
23601
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
23435
23602
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
23436
23603
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
@@ -23468,7 +23635,7 @@ export declare type EcosystemQueryAppInstallationsByContextArgs = {
|
|
|
23468
23635
|
export declare type EcosystemQueryAppPoliciesByAppIdsArgs = {
|
|
23469
23636
|
appIds: Array<Scalars['ID']['input']>;
|
|
23470
23637
|
};
|
|
23471
|
-
export declare type
|
|
23638
|
+
export declare type EcosystemQueryAppVersionRolloutArgs = {
|
|
23472
23639
|
id: Scalars['ID']['input'];
|
|
23473
23640
|
};
|
|
23474
23641
|
export declare type EcosystemQueryAppsInstalledInContextsArgs = {
|
|
@@ -24311,97 +24478,6 @@ export declare type ExternalEntities = {
|
|
|
24311
24478
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24312
24479
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24313
24480
|
};
|
|
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
24481
|
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24406
24482
|
export declare type ExternalEnvironment = {
|
|
24407
24483
|
__typename?: 'ExternalEnvironment';
|
|
@@ -24821,6 +24897,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24821
24897
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24822
24898
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24823
24899
|
url?: Maybe<Scalars['String']['output']>;
|
|
24900
|
+
workItemProject?: Maybe<ExternalWorkItemProject>;
|
|
24824
24901
|
};
|
|
24825
24902
|
export declare type ExternalWorkItemAttachment = {
|
|
24826
24903
|
__typename?: 'ExternalWorkItemAttachment';
|
|
@@ -24830,12 +24907,18 @@ export declare type ExternalWorkItemAttachment = {
|
|
|
24830
24907
|
title?: Maybe<Scalars['String']['output']>;
|
|
24831
24908
|
url?: Maybe<Scalars['String']['output']>;
|
|
24832
24909
|
};
|
|
24910
|
+
export declare type ExternalWorkItemProject = {
|
|
24911
|
+
__typename?: 'ExternalWorkItemProject';
|
|
24912
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
24913
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24914
|
+
};
|
|
24833
24915
|
export declare enum ExternalWorkItemSubtype {
|
|
24834
24916
|
Approval = "APPROVAL",
|
|
24835
24917
|
Bug = "BUG",
|
|
24836
24918
|
DefaultTask = "DEFAULT_TASK",
|
|
24837
24919
|
Epic = "EPIC",
|
|
24838
24920
|
Incident = "INCIDENT",
|
|
24921
|
+
Issue = "ISSUE",
|
|
24839
24922
|
Milestone = "MILESTONE",
|
|
24840
24923
|
Other = "OTHER",
|
|
24841
24924
|
Problem = "PROBLEM",
|
|
@@ -25030,6 +25113,8 @@ export declare type FollowingFeedGetUserConfig = {
|
|
|
25030
25113
|
};
|
|
25031
25114
|
export declare type FooterComment = CommentLocation & {
|
|
25032
25115
|
__typename?: 'FooterComment';
|
|
25116
|
+
commentRepliesCount: Scalars['Int']['output'];
|
|
25117
|
+
commentResolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
25033
25118
|
type: Scalars['String']['output'];
|
|
25034
25119
|
};
|
|
25035
25120
|
export declare type ForYouFeedItem = {
|
|
@@ -25713,6 +25798,54 @@ export declare enum ForgeMetricsChartName {
|
|
|
25713
25798
|
InvocationLatency = "INVOCATION_LATENCY",
|
|
25714
25799
|
InvocationSuccessRate = "INVOCATION_SUCCESS_RATE"
|
|
25715
25800
|
}
|
|
25801
|
+
export declare type ForgeMetricsCustomCreateQueryInput = {
|
|
25802
|
+
customMetricName: Scalars['String']['input'];
|
|
25803
|
+
description: Scalars['String']['input'];
|
|
25804
|
+
};
|
|
25805
|
+
export declare type ForgeMetricsCustomData = {
|
|
25806
|
+
__typename?: 'ForgeMetricsCustomData';
|
|
25807
|
+
appId: Scalars['ID']['output'];
|
|
25808
|
+
createdAt: Scalars['String']['output'];
|
|
25809
|
+
createdBy?: Maybe<User>;
|
|
25810
|
+
creatorId: Scalars['String']['output'];
|
|
25811
|
+
customMetricName: Scalars['String']['output'];
|
|
25812
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
25813
|
+
id: Scalars['ID']['output'];
|
|
25814
|
+
type: Scalars['String']['output'];
|
|
25815
|
+
updatedAt: Scalars['String']['output'];
|
|
25816
|
+
};
|
|
25817
|
+
export declare type ForgeMetricsCustomDeleteQueryInput = {
|
|
25818
|
+
nodeId: Scalars['ID']['input'];
|
|
25819
|
+
};
|
|
25820
|
+
export declare enum ForgeMetricsCustomGroupByDimensions {
|
|
25821
|
+
CustomMetricName = "CUSTOM_METRIC_NAME"
|
|
25822
|
+
}
|
|
25823
|
+
export declare type ForgeMetricsCustomMetaData = {
|
|
25824
|
+
__typename?: 'ForgeMetricsCustomMetaData';
|
|
25825
|
+
customMetricNames: Array<ForgeMetricsCustomData>;
|
|
25826
|
+
};
|
|
25827
|
+
export declare type ForgeMetricsCustomQueryFilters = {
|
|
25828
|
+
appVersions?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25829
|
+
contextAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25830
|
+
environment?: InputMaybe<Scalars['ID']['input']>;
|
|
25831
|
+
functionNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
25832
|
+
interval: ForgeMetricsIntervalInput;
|
|
25833
|
+
};
|
|
25834
|
+
export declare type ForgeMetricsCustomQueryInput = {
|
|
25835
|
+
filters: ForgeMetricsCustomQueryFilters;
|
|
25836
|
+
groupBy?: InputMaybe<Array<ForgeMetricsCustomGroupByDimensions>>;
|
|
25837
|
+
};
|
|
25838
|
+
export declare type ForgeMetricsCustomResult = ForgeMetricsCustomMetaData | QueryError;
|
|
25839
|
+
export declare type ForgeMetricsCustomSuccessStatus = {
|
|
25840
|
+
__typename?: 'ForgeMetricsCustomSuccessStatus';
|
|
25841
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
25842
|
+
success: Scalars['Boolean']['output'];
|
|
25843
|
+
};
|
|
25844
|
+
export declare type ForgeMetricsCustomUpdateQueryInput = {
|
|
25845
|
+
customMetricName?: InputMaybe<Scalars['String']['input']>;
|
|
25846
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
25847
|
+
nodeId: Scalars['ID']['input'];
|
|
25848
|
+
};
|
|
25716
25849
|
export declare type ForgeMetricsData = {
|
|
25717
25850
|
name: Scalars['String']['output'];
|
|
25718
25851
|
series?: Maybe<Array<ForgeMetricsSeries>>;
|
|
@@ -25843,6 +25976,22 @@ export declare type ForgeMetricsLatencyBucketsQueryInput = {
|
|
|
25843
25976
|
filters: ForgeMetricsLatencyBucketsQueryFilters;
|
|
25844
25977
|
groupBy?: InputMaybe<Array<ForgeMetricsGroupByDimensions>>;
|
|
25845
25978
|
};
|
|
25979
|
+
export declare type ForgeMetricsMutation = {
|
|
25980
|
+
__typename?: 'ForgeMetricsMutation';
|
|
25981
|
+
appId: Scalars['ID']['output'];
|
|
25982
|
+
createCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25983
|
+
deleteCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25984
|
+
updateCustomMetric: ForgeMetricsCustomSuccessStatus;
|
|
25985
|
+
};
|
|
25986
|
+
export declare type ForgeMetricsMutationCreateCustomMetricArgs = {
|
|
25987
|
+
query: ForgeMetricsCustomCreateQueryInput;
|
|
25988
|
+
};
|
|
25989
|
+
export declare type ForgeMetricsMutationDeleteCustomMetricArgs = {
|
|
25990
|
+
query: ForgeMetricsCustomDeleteQueryInput;
|
|
25991
|
+
};
|
|
25992
|
+
export declare type ForgeMetricsMutationUpdateCustomMetricArgs = {
|
|
25993
|
+
query: ForgeMetricsCustomUpdateQueryInput;
|
|
25994
|
+
};
|
|
25846
25995
|
export declare type ForgeMetricsOtlpData = {
|
|
25847
25996
|
__typename?: 'ForgeMetricsOtlpData';
|
|
25848
25997
|
resourceMetrics: Scalars['JSON']['output'];
|
|
@@ -25867,6 +26016,8 @@ export declare type ForgeMetricsQuery = {
|
|
|
25867
26016
|
appMetrics: ForgeMetricsOtlpResult;
|
|
25868
26017
|
cacheHitRate: ForgeMetricsSuccessRateResult;
|
|
25869
26018
|
chartInsight: ForgeMetricsChartInsightResult;
|
|
26019
|
+
customMetrics: ForgeMetricsInvocationsResult;
|
|
26020
|
+
customMetricsMetaData: ForgeMetricsCustomResult;
|
|
25870
26021
|
errors: ForgeMetricsErrorsResult;
|
|
25871
26022
|
errorsValue: ForgeMetricsErrorsValueResult;
|
|
25872
26023
|
invocations: ForgeMetricsInvocationsResult;
|
|
@@ -25902,6 +26053,9 @@ export declare type ForgeMetricsQueryCacheHitRateArgs = {
|
|
|
25902
26053
|
export declare type ForgeMetricsQueryChartInsightArgs = {
|
|
25903
26054
|
query: ForgeMetricsChartInsightQueryInput;
|
|
25904
26055
|
};
|
|
26056
|
+
export declare type ForgeMetricsQueryCustomMetricsArgs = {
|
|
26057
|
+
query: ForgeMetricsCustomQueryInput;
|
|
26058
|
+
};
|
|
25905
26059
|
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
25906
26060
|
query: ForgeMetricsQueryInput;
|
|
25907
26061
|
};
|
|
@@ -29850,6 +30004,8 @@ export declare type GraphStore = {
|
|
|
29850
30004
|
atlasGoalHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasContributorInverseConnection>;
|
|
29851
30005
|
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
|
|
29852
30006
|
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
|
|
30007
|
+
atlasGoalHasGoalUpdate?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection>;
|
|
30008
|
+
atlasGoalHasGoalUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection>;
|
|
29853
30009
|
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
|
|
29854
30010
|
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
|
|
29855
30011
|
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
|
|
@@ -29869,6 +30025,8 @@ export declare type GraphStore = {
|
|
|
29869
30025
|
atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
|
|
29870
30026
|
atlasProjectHasOwner?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerConnection>;
|
|
29871
30027
|
atlasProjectHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasOwnerInverseConnection>;
|
|
30028
|
+
atlasProjectHasProjectUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection>;
|
|
30029
|
+
atlasProjectHasProjectUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection>;
|
|
29872
30030
|
atlasProjectHasUpdate?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateConnection>;
|
|
29873
30031
|
atlasProjectHasUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateInverseConnection>;
|
|
29874
30032
|
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
@@ -29949,6 +30107,7 @@ export declare type GraphStore = {
|
|
|
29949
30107
|
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
29950
30108
|
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
29951
30109
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
30110
|
+
graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
|
|
29952
30111
|
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
29953
30112
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
29954
30113
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
@@ -30022,7 +30181,7 @@ export declare type GraphStore = {
|
|
|
30022
30181
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
30023
30182
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
30024
30183
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
30025
|
-
|
|
30184
|
+
issueHasAutodevJobInverse?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseConnection>;
|
|
30026
30185
|
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
30027
30186
|
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
30028
30187
|
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
@@ -30331,6 +30490,8 @@ export declare type GraphStore = {
|
|
|
30331
30490
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30332
30491
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30333
30492
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30493
|
+
userCreatedLoomVideoComment?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection>;
|
|
30494
|
+
userCreatedLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection>;
|
|
30334
30495
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30335
30496
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30336
30497
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
@@ -30396,6 +30557,8 @@ export declare type GraphStore = {
|
|
|
30396
30557
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30397
30558
|
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30398
30559
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30560
|
+
userTaggedInLoomVideoComment?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection>;
|
|
30561
|
+
userTaggedInLoomVideoCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection>;
|
|
30399
30562
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30400
30563
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
30401
30564
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30419,8 +30582,14 @@ export declare type GraphStore = {
|
|
|
30419
30582
|
userViewedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluenceBlogpostInverseConnection>;
|
|
30420
30583
|
userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
|
|
30421
30584
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
30585
|
+
userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
|
|
30586
|
+
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30422
30587
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30423
30588
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30589
|
+
userViewedLoomVideo?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoConnection>;
|
|
30590
|
+
userViewedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseConnection>;
|
|
30591
|
+
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30592
|
+
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30424
30593
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30425
30594
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30426
30595
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -30467,6 +30636,8 @@ export declare type GraphStore = {
|
|
|
30467
30636
|
versionUserAssociatedFeatureFlagInverse?: Maybe<GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseConnection>;
|
|
30468
30637
|
versionUserAssociatedFeatureFlagInverseRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30469
30638
|
versionUserAssociatedFeatureFlagRelationship?: Maybe<GraphStoreFullVersionUserAssociatedFeatureFlagConnection>;
|
|
30639
|
+
videoHasComment?: Maybe<GraphStoreSimplifiedVideoHasCommentConnection>;
|
|
30640
|
+
videoHasCommentInverse?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseConnection>;
|
|
30470
30641
|
vulnerabilityAssociatedIssue?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection>;
|
|
30471
30642
|
vulnerabilityAssociatedIssueInverse?: Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueInverseConnection>;
|
|
30472
30643
|
vulnerabilityAssociatedIssueInverseRelationship?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueConnection>;
|
|
@@ -30520,6 +30691,20 @@ export declare type GraphStoreAtlasGoalHasFollowerInverseArgs = {
|
|
|
30520
30691
|
id: Scalars['ID']['input'];
|
|
30521
30692
|
sort?: InputMaybe<GraphStoreAtlasGoalHasFollowerSortInput>;
|
|
30522
30693
|
};
|
|
30694
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateArgs = {
|
|
30695
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30696
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30697
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30698
|
+
id: Scalars['ID']['input'];
|
|
30699
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30700
|
+
};
|
|
30701
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateInverseArgs = {
|
|
30702
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30703
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30704
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30705
|
+
id: Scalars['ID']['input'];
|
|
30706
|
+
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
|
|
30707
|
+
};
|
|
30523
30708
|
export declare type GraphStoreAtlasGoalHasOwnerArgs = {
|
|
30524
30709
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30525
30710
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30566,6 +30751,7 @@ export declare type GraphStoreAtlasGoalHasUpdateInverseArgs = {
|
|
|
30566
30751
|
};
|
|
30567
30752
|
export declare type GraphStoreAtlasHomeFeedArgs = {
|
|
30568
30753
|
container_ids: Array<Scalars['ID']['input']>;
|
|
30754
|
+
enabled_sources?: InputMaybe<Array<InputMaybe<GraphStoreAtlasHomeSourcesEnum>>>;
|
|
30569
30755
|
ranking_criteria?: InputMaybe<GraphStoreAtlasHomeRankingCriteria>;
|
|
30570
30756
|
};
|
|
30571
30757
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
|
|
@@ -30648,6 +30834,20 @@ export declare type GraphStoreAtlasProjectHasOwnerInverseArgs = {
|
|
|
30648
30834
|
id: Scalars['ID']['input'];
|
|
30649
30835
|
sort?: InputMaybe<GraphStoreAtlasProjectHasOwnerSortInput>;
|
|
30650
30836
|
};
|
|
30837
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateArgs = {
|
|
30838
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30839
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30840
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30841
|
+
id: Scalars['ID']['input'];
|
|
30842
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30843
|
+
};
|
|
30844
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateInverseArgs = {
|
|
30845
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30846
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30847
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30848
|
+
id: Scalars['ID']['input'];
|
|
30849
|
+
sort?: InputMaybe<GraphStoreAtlasProjectHasProjectUpdateSortInput>;
|
|
30850
|
+
};
|
|
30651
30851
|
export declare type GraphStoreAtlasProjectHasUpdateArgs = {
|
|
30652
30852
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30653
30853
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31178,6 +31378,13 @@ export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
|
|
|
31178
31378
|
id: Scalars['ID']['input'];
|
|
31179
31379
|
sort?: InputMaybe<GraphStoreGraphDocument3pDocumentSortInput>;
|
|
31180
31380
|
};
|
|
31381
|
+
export declare type GraphStoreGraphEntityReplicates3pEntityInverseArgs = {
|
|
31382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31383
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31384
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31385
|
+
id: Scalars['ID']['input'];
|
|
31386
|
+
sort?: InputMaybe<GraphStoreGraphEntityReplicates3pEntitySortInput>;
|
|
31387
|
+
};
|
|
31181
31388
|
export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
31182
31389
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31183
31390
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31627,12 +31834,12 @@ export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
|
31627
31834
|
id: Scalars['ID']['input'];
|
|
31628
31835
|
sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
|
|
31629
31836
|
};
|
|
31630
|
-
export declare type
|
|
31837
|
+
export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
31631
31838
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31632
31839
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31633
31840
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31634
31841
|
id: Scalars['ID']['input'];
|
|
31635
|
-
sort?: InputMaybe<
|
|
31842
|
+
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
31636
31843
|
};
|
|
31637
31844
|
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
31638
31845
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33651,6 +33858,20 @@ export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
|
33651
33858
|
id: Scalars['ID']['input'];
|
|
33652
33859
|
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
33653
33860
|
};
|
|
33861
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentArgs = {
|
|
33862
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33863
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33864
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33865
|
+
id: Scalars['ID']['input'];
|
|
33866
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33867
|
+
};
|
|
33868
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentInverseArgs = {
|
|
33869
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33870
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33871
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33872
|
+
id: Scalars['ID']['input'];
|
|
33873
|
+
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoCommentSortInput>;
|
|
33874
|
+
};
|
|
33654
33875
|
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
33655
33876
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33656
33877
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34108,6 +34329,20 @@ export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
|
34108
34329
|
id: Scalars['ID']['input'];
|
|
34109
34330
|
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
34110
34331
|
};
|
|
34332
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentArgs = {
|
|
34333
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34334
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34335
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34336
|
+
id: Scalars['ID']['input'];
|
|
34337
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34338
|
+
};
|
|
34339
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentInverseArgs = {
|
|
34340
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34341
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34342
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34343
|
+
id: Scalars['ID']['input'];
|
|
34344
|
+
sort?: InputMaybe<GraphStoreUserTaggedInLoomVideoCommentSortInput>;
|
|
34345
|
+
};
|
|
34111
34346
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
34112
34347
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34113
34348
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34269,6 +34504,20 @@ export declare type GraphStoreUserViewedConfluencePageInverseArgs = {
|
|
|
34269
34504
|
id: Scalars['ID']['input'];
|
|
34270
34505
|
sort?: InputMaybe<GraphStoreUserViewedConfluencePageSortInput>;
|
|
34271
34506
|
};
|
|
34507
|
+
export declare type GraphStoreUserViewedGoalUpdateArgs = {
|
|
34508
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34509
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34510
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34511
|
+
id: Scalars['ID']['input'];
|
|
34512
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34513
|
+
};
|
|
34514
|
+
export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
|
|
34515
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34516
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34517
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34518
|
+
id: Scalars['ID']['input'];
|
|
34519
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34520
|
+
};
|
|
34272
34521
|
export declare type GraphStoreUserViewedJiraIssueArgs = {
|
|
34273
34522
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34274
34523
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34283,6 +34532,34 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34283
34532
|
id: Scalars['ID']['input'];
|
|
34284
34533
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34285
34534
|
};
|
|
34535
|
+
export declare type GraphStoreUserViewedLoomVideoArgs = {
|
|
34536
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34537
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34538
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34539
|
+
id: Scalars['ID']['input'];
|
|
34540
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34541
|
+
};
|
|
34542
|
+
export declare type GraphStoreUserViewedLoomVideoInverseArgs = {
|
|
34543
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34544
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34545
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34546
|
+
id: Scalars['ID']['input'];
|
|
34547
|
+
sort?: InputMaybe<GraphStoreUserViewedLoomVideoSortInput>;
|
|
34548
|
+
};
|
|
34549
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34550
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34551
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34552
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34553
|
+
id: Scalars['ID']['input'];
|
|
34554
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34555
|
+
};
|
|
34556
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34557
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34558
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34559
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34560
|
+
id: Scalars['ID']['input'];
|
|
34561
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34562
|
+
};
|
|
34286
34563
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34287
34564
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34288
34565
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34571,6 +34848,20 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagRelationshipArgs =
|
|
|
34571
34848
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34572
34849
|
id: Scalars['ID']['input'];
|
|
34573
34850
|
};
|
|
34851
|
+
export declare type GraphStoreVideoHasCommentArgs = {
|
|
34852
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34853
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34854
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34855
|
+
id: Scalars['ID']['input'];
|
|
34856
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34857
|
+
};
|
|
34858
|
+
export declare type GraphStoreVideoHasCommentInverseArgs = {
|
|
34859
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34860
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34861
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34862
|
+
id: Scalars['ID']['input'];
|
|
34863
|
+
sort?: InputMaybe<GraphStoreVideoHasCommentSortInput>;
|
|
34864
|
+
};
|
|
34574
34865
|
export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
|
|
34575
34866
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34576
34867
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34631,6 +34922,9 @@ export declare type GraphStoreAtlasGoalHasContributorSortInput = {
|
|
|
34631
34922
|
export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
|
|
34632
34923
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34633
34924
|
};
|
|
34925
|
+
export declare type GraphStoreAtlasGoalHasGoalUpdateSortInput = {
|
|
34926
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34927
|
+
};
|
|
34634
34928
|
export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
|
|
34635
34929
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34636
34930
|
};
|
|
@@ -34768,6 +35062,19 @@ export declare type GraphStoreAtlasHomeRankingCriteria = {
|
|
|
34768
35062
|
export declare enum GraphStoreAtlasHomeRankingCriteriaEnum {
|
|
34769
35063
|
RoundRobinRandom = "ROUND_ROBIN_RANDOM"
|
|
34770
35064
|
}
|
|
35065
|
+
export declare enum GraphStoreAtlasHomeSourcesEnum {
|
|
35066
|
+
JiraEpicWithoutProject = "JIRA_EPIC_WITHOUT_PROJECT",
|
|
35067
|
+
JiraIssueAssigned = "JIRA_ISSUE_ASSIGNED",
|
|
35068
|
+
JiraIssueNearOverdue = "JIRA_ISSUE_NEAR_OVERDUE",
|
|
35069
|
+
JiraIssueOverdue = "JIRA_ISSUE_OVERDUE",
|
|
35070
|
+
UserJoinFirstTeam = "USER_JOIN_FIRST_TEAM",
|
|
35071
|
+
UserPageNotViewedByOthers = "USER_PAGE_NOT_VIEWED_BY_OTHERS",
|
|
35072
|
+
UserShouldFollowGoal = "USER_SHOULD_FOLLOW_GOAL",
|
|
35073
|
+
UserShouldViewSharedPage = "USER_SHOULD_VIEW_SHARED_PAGE",
|
|
35074
|
+
UserViewAssignedIssue = "USER_VIEW_ASSIGNED_ISSUE",
|
|
35075
|
+
UserViewPageComments = "USER_VIEW_PAGE_COMMENTS",
|
|
35076
|
+
UserViewUpdatedPriorityIssue = "USER_VIEW_UPDATED_PRIORITY_ISSUE"
|
|
35077
|
+
}
|
|
34771
35078
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
34772
35079
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34773
35080
|
};
|
|
@@ -34783,6 +35090,9 @@ export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
|
|
|
34783
35090
|
export declare type GraphStoreAtlasProjectHasOwnerSortInput = {
|
|
34784
35091
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34785
35092
|
};
|
|
35093
|
+
export declare type GraphStoreAtlasProjectHasProjectUpdateSortInput = {
|
|
35094
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35095
|
+
};
|
|
34786
35096
|
export declare type GraphStoreAtlasProjectHasUpdateConditionalFilterInput = {
|
|
34787
35097
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
34788
35098
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -35700,6 +36010,16 @@ export declare type GraphStoreCreateIssueToWhiteboardRelationshipInput = {
|
|
|
35700
36010
|
to: Scalars['ID']['input'];
|
|
35701
36011
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
35702
36012
|
};
|
|
36013
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput {
|
|
36014
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
36015
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
36016
|
+
NotSet = "NOT_SET"
|
|
36017
|
+
}
|
|
36018
|
+
export declare enum GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput {
|
|
36019
|
+
Accepted = "ACCEPTED",
|
|
36020
|
+
Open = "OPEN",
|
|
36021
|
+
Rejected = "REJECTED"
|
|
36022
|
+
}
|
|
35703
36023
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationInput = {
|
|
35704
36024
|
relationships: Array<GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipInput>;
|
|
35705
36025
|
};
|
|
@@ -35718,6 +36038,8 @@ export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelations
|
|
|
35718
36038
|
export declare type GraphStoreCreateJcsIssueAssociatedSupportEscalationRelationshipMetadataInput = {
|
|
35719
36039
|
SupportEscalationLastUpdated?: InputMaybe<Scalars['Long']['input']>;
|
|
35720
36040
|
creatorAri?: InputMaybe<Scalars['String']['input']>;
|
|
36041
|
+
linkType?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationLinkTypeInput>;
|
|
36042
|
+
status?: InputMaybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationEscalationStatusInput>;
|
|
35721
36043
|
};
|
|
35722
36044
|
export declare type GraphStoreCreateJswProjectAssociatedComponentInput = {
|
|
35723
36045
|
relationships: Array<GraphStoreCreateJswProjectAssociatedComponentRelationshipInput>;
|
|
@@ -36038,7 +36360,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
36038
36360
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
36039
36361
|
id: Scalars['ID']['output'];
|
|
36040
36362
|
};
|
|
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;
|
|
36363
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36042
36364
|
export declare type GraphStoreCypherQueryNode = {
|
|
36043
36365
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
36044
36366
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -36063,8 +36385,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
36063
36385
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
36064
36386
|
id: Scalars['ID']['output'];
|
|
36065
36387
|
};
|
|
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;
|
|
36388
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36389
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
36068
36390
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
36069
36391
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
36070
36392
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -36835,11 +37157,13 @@ export declare type GraphStoreFullIncidentLinkedJswIssueStartNode = {
|
|
|
36835
37157
|
id: Scalars['ID']['output'];
|
|
36836
37158
|
};
|
|
36837
37159
|
export declare type GraphStoreFullIncidentLinkedJswIssueStartUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
36838
|
-
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & {
|
|
37160
|
+
export declare type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
36839
37161
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
36840
37162
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
37163
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36841
37164
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedBranchNode>>;
|
|
36842
37165
|
pageInfo: PageInfo;
|
|
37166
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36843
37167
|
};
|
|
36844
37168
|
export declare type GraphStoreFullIssueAssociatedBranchEdge = {
|
|
36845
37169
|
__typename?: 'GraphStoreFullIssueAssociatedBranchEdge';
|
|
@@ -36919,11 +37243,13 @@ export declare type GraphStoreFullIssueAssociatedBuildTestInfoOutput = {
|
|
|
36919
37243
|
numberSkipped?: Maybe<Scalars['Long']['output']>;
|
|
36920
37244
|
totalNumber?: Maybe<Scalars['Long']['output']>;
|
|
36921
37245
|
};
|
|
36922
|
-
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & {
|
|
37246
|
+
export declare type GraphStoreFullIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
36923
37247
|
__typename?: 'GraphStoreFullIssueAssociatedCommitConnection';
|
|
36924
37248
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedCommitEdge>>;
|
|
37249
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36925
37250
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedCommitNode>>;
|
|
36926
37251
|
pageInfo: PageInfo;
|
|
37252
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36927
37253
|
};
|
|
36928
37254
|
export declare type GraphStoreFullIssueAssociatedCommitEdge = {
|
|
36929
37255
|
__typename?: 'GraphStoreFullIssueAssociatedCommitEdge';
|
|
@@ -37064,11 +37390,13 @@ export declare type GraphStoreFullIssueAssociatedDesignStartNode = {
|
|
|
37064
37390
|
id: Scalars['ID']['output'];
|
|
37065
37391
|
};
|
|
37066
37392
|
export declare type GraphStoreFullIssueAssociatedDesignStartUnion = JiraIssue;
|
|
37067
|
-
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
37393
|
+
export declare type GraphStoreFullIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
37068
37394
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagConnection';
|
|
37069
37395
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagEdge>>;
|
|
37396
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37070
37397
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedFeatureFlagNode>>;
|
|
37071
37398
|
pageInfo: PageInfo;
|
|
37399
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37072
37400
|
};
|
|
37073
37401
|
export declare type GraphStoreFullIssueAssociatedFeatureFlagEdge = {
|
|
37074
37402
|
__typename?: 'GraphStoreFullIssueAssociatedFeatureFlagEdge';
|
|
@@ -37228,11 +37556,13 @@ export declare type GraphStoreFullIssueAssociatedPrStartNode = {
|
|
|
37228
37556
|
id: Scalars['ID']['output'];
|
|
37229
37557
|
};
|
|
37230
37558
|
export declare type GraphStoreFullIssueAssociatedPrStartUnion = JiraIssue;
|
|
37231
|
-
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
37559
|
+
export declare type GraphStoreFullIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
37232
37560
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkConnection';
|
|
37233
37561
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkEdge>>;
|
|
37562
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
37234
37563
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedRemoteLinkNode>>;
|
|
37235
37564
|
pageInfo: PageInfo;
|
|
37565
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
37236
37566
|
};
|
|
37237
37567
|
export declare type GraphStoreFullIssueAssociatedRemoteLinkEdge = {
|
|
37238
37568
|
__typename?: 'GraphStoreFullIssueAssociatedRemoteLinkEdge';
|
|
@@ -37946,6 +38276,7 @@ export declare type GraphStoreFullProjectAssociatedBuildRelationshipMetadataOutp
|
|
|
37946
38276
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
37947
38277
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
37948
38278
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38279
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
37949
38280
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
37950
38281
|
};
|
|
37951
38282
|
export declare type GraphStoreFullProjectAssociatedBuildRelationshipObjectMetadataOutput = {
|
|
@@ -38026,6 +38357,7 @@ export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipMetadat
|
|
|
38026
38357
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38027
38358
|
issueTypeAri?: Maybe<Scalars['String']['output']>;
|
|
38028
38359
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38360
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38029
38361
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38030
38362
|
};
|
|
38031
38363
|
export declare type GraphStoreFullProjectAssociatedDeploymentRelationshipObjectMetadataOutput = {
|
|
@@ -38187,6 +38519,7 @@ export declare type GraphStoreFullProjectAssociatedPrRelationshipMetadataOutput
|
|
|
38187
38519
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
38188
38520
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38189
38521
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38522
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38190
38523
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38191
38524
|
};
|
|
38192
38525
|
export declare type GraphStoreFullProjectAssociatedPrRelationshipObjectMetadataOutput = {
|
|
@@ -39719,11 +40052,13 @@ export declare type GraphStoreFullVersionAssociatedPullRequestStartNode = {
|
|
|
39719
40052
|
id: Scalars['ID']['output'];
|
|
39720
40053
|
};
|
|
39721
40054
|
export declare type GraphStoreFullVersionAssociatedPullRequestStartUnion = JiraVersion;
|
|
39722
|
-
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
40055
|
+
export declare type GraphStoreFullVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
39723
40056
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkConnection';
|
|
39724
40057
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkEdge>>;
|
|
40058
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39725
40059
|
nodes: Array<Maybe<GraphStoreFullVersionAssociatedRemoteLinkNode>>;
|
|
39726
40060
|
pageInfo: PageInfo;
|
|
40061
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39727
40062
|
};
|
|
39728
40063
|
export declare type GraphStoreFullVersionAssociatedRemoteLinkEdge = {
|
|
39729
40064
|
__typename?: 'GraphStoreFullVersionAssociatedRemoteLinkEdge';
|
|
@@ -39854,6 +40189,9 @@ export declare enum GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeO
|
|
|
39854
40189
|
export declare type GraphStoreGraphDocument3pDocumentSortInput = {
|
|
39855
40190
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39856
40191
|
};
|
|
40192
|
+
export declare type GraphStoreGraphEntityReplicates3pEntitySortInput = {
|
|
40193
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40194
|
+
};
|
|
39857
40195
|
export declare type GraphStoreGroupCanViewConfluenceSpaceSortInput = {
|
|
39858
40196
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39859
40197
|
};
|
|
@@ -39890,13 +40228,19 @@ export declare type GraphStoreIntFilterInput = {
|
|
|
39890
40228
|
lessThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
39891
40229
|
};
|
|
39892
40230
|
export declare type GraphStoreIssueAssociatedBranchSortInput = {
|
|
40231
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40232
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39893
40233
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40234
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39894
40235
|
};
|
|
39895
40236
|
export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
39896
40237
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39897
40238
|
};
|
|
39898
40239
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
40240
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40241
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39899
40242
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40243
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39900
40244
|
};
|
|
39901
40245
|
export declare type GraphStoreIssueAssociatedDeploymentAuthorFilterInput = {
|
|
39902
40246
|
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
@@ -39958,7 +40302,10 @@ export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
|
39958
40302
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39959
40303
|
};
|
|
39960
40304
|
export declare type GraphStoreIssueAssociatedFeatureFlagSortInput = {
|
|
40305
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40306
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39961
40307
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40308
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39962
40309
|
};
|
|
39963
40310
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkSortInput = {
|
|
39964
40311
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39967,7 +40314,10 @@ export declare type GraphStoreIssueAssociatedPrSortInput = {
|
|
|
39967
40314
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39968
40315
|
};
|
|
39969
40316
|
export declare type GraphStoreIssueAssociatedRemoteLinkSortInput = {
|
|
40317
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40318
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39970
40319
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40320
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39971
40321
|
};
|
|
39972
40322
|
export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
39973
40323
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -39978,7 +40328,7 @@ export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
|
39978
40328
|
export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
39979
40329
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39980
40330
|
};
|
|
39981
|
-
export declare type
|
|
40331
|
+
export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
39982
40332
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39983
40333
|
};
|
|
39984
40334
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
@@ -40017,8 +40367,28 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilt
|
|
|
40017
40367
|
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
40018
40368
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40019
40369
|
relationship_creatorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40370
|
+
relationship_linkType?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput>;
|
|
40371
|
+
relationship_status?: InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput>;
|
|
40020
40372
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40021
40373
|
};
|
|
40374
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType {
|
|
40375
|
+
ExistingWorkItem = "EXISTING_WORK_ITEM",
|
|
40376
|
+
NewWorkItem = "NEW_WORK_ITEM",
|
|
40377
|
+
NotSet = "NOT_SET"
|
|
40378
|
+
}
|
|
40379
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkTypeFilterInput = {
|
|
40380
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40381
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationLinkType>>;
|
|
40382
|
+
};
|
|
40383
|
+
export declare enum GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus {
|
|
40384
|
+
Accepted = "ACCEPTED",
|
|
40385
|
+
Open = "OPEN",
|
|
40386
|
+
Rejected = "REJECTED"
|
|
40387
|
+
}
|
|
40388
|
+
export declare type GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatusFilterInput = {
|
|
40389
|
+
is?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40390
|
+
isNot?: InputMaybe<Array<GraphStoreJcsIssueAssociatedSupportEscalationEscalationStatus>>;
|
|
40391
|
+
};
|
|
40022
40392
|
export declare type GraphStoreJcsIssueAssociatedSupportEscalationFilterInput = {
|
|
40023
40393
|
and?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
40024
40394
|
or?: InputMaybe<Array<InputMaybe<GraphStoreJcsIssueAssociatedSupportEscalationConditionalFilterInput>>>;
|
|
@@ -40029,6 +40399,8 @@ export declare type GraphStoreJcsIssueAssociatedSupportEscalationSortInput = {
|
|
|
40029
40399
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40030
40400
|
relationship_SupportEscalationLastUpdated?: InputMaybe<GraphStoreSortInput>;
|
|
40031
40401
|
relationship_creatorAri?: InputMaybe<GraphStoreSortInput>;
|
|
40402
|
+
relationship_linkType?: InputMaybe<GraphStoreSortInput>;
|
|
40403
|
+
relationship_status?: InputMaybe<GraphStoreSortInput>;
|
|
40032
40404
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40033
40405
|
};
|
|
40034
40406
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
@@ -40407,6 +40779,7 @@ export declare type GraphStoreProjectAssociatedBuildConditionalFilterInput = {
|
|
|
40407
40779
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40408
40780
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40409
40781
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40782
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40410
40783
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40411
40784
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40412
40785
|
to_state?: InputMaybe<GraphStoreProjectAssociatedBuildBuildStateFilterInput>;
|
|
@@ -40425,6 +40798,7 @@ export declare type GraphStoreProjectAssociatedBuildSortInput = {
|
|
|
40425
40798
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40426
40799
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40427
40800
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40801
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40428
40802
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40429
40803
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40430
40804
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -40463,6 +40837,7 @@ export declare type GraphStoreProjectAssociatedDeploymentConditionalFilterInput
|
|
|
40463
40837
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40464
40838
|
relationship_issueTypeAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40465
40839
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40840
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40466
40841
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40467
40842
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40468
40843
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorFilterInput>;
|
|
@@ -40511,6 +40886,7 @@ export declare type GraphStoreProjectAssociatedDeploymentSortInput = {
|
|
|
40511
40886
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40512
40887
|
relationship_issueTypeAri?: InputMaybe<GraphStoreSortInput>;
|
|
40513
40888
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40889
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40514
40890
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40515
40891
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40516
40892
|
to_author?: InputMaybe<GraphStoreProjectAssociatedDeploymentAuthorSortInput>;
|
|
@@ -40553,6 +40929,7 @@ export declare type GraphStoreProjectAssociatedPrConditionalFilterInput = {
|
|
|
40553
40929
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40554
40930
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40555
40931
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40932
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40556
40933
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40557
40934
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40558
40935
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorFilterInput>;
|
|
@@ -40604,6 +40981,7 @@ export declare type GraphStoreProjectAssociatedPrSortInput = {
|
|
|
40604
40981
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40605
40982
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40606
40983
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40984
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40607
40985
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40608
40986
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40609
40987
|
to_author?: InputMaybe<GraphStoreProjectAssociatedPrAuthorSortInput>;
|
|
@@ -40951,6 +41329,34 @@ export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseEdge = {
|
|
|
40951
41329
|
};
|
|
40952
41330
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerInverseUnion = TownsquareGoal;
|
|
40953
41331
|
export declare type GraphStoreSimplifiedAtlasGoalHasFollowerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41332
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection = HasPageInfo & {
|
|
41333
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection';
|
|
41334
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge>>>;
|
|
41335
|
+
pageInfo: PageInfo;
|
|
41336
|
+
};
|
|
41337
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge = {
|
|
41338
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateEdge';
|
|
41339
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41340
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41341
|
+
id: Scalars['ID']['output'];
|
|
41342
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41343
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion>;
|
|
41344
|
+
};
|
|
41345
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection = HasPageInfo & {
|
|
41346
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection';
|
|
41347
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge>>>;
|
|
41348
|
+
pageInfo: PageInfo;
|
|
41349
|
+
};
|
|
41350
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge = {
|
|
41351
|
+
__typename?: 'GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge';
|
|
41352
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41353
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41354
|
+
id: Scalars['ID']['output'];
|
|
41355
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41356
|
+
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion>;
|
|
41357
|
+
};
|
|
41358
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion = TownsquareGoal;
|
|
41359
|
+
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion = TownsquareGoalUpdate;
|
|
40954
41360
|
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
|
|
40955
41361
|
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
|
|
40956
41362
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
|
|
@@ -41179,6 +41585,34 @@ export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseEdge = {
|
|
|
41179
41585
|
};
|
|
41180
41586
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerInverseUnion = TownsquareProject;
|
|
41181
41587
|
export declare type GraphStoreSimplifiedAtlasProjectHasOwnerUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41588
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection = HasPageInfo & {
|
|
41589
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateConnection';
|
|
41590
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge>>>;
|
|
41591
|
+
pageInfo: PageInfo;
|
|
41592
|
+
};
|
|
41593
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge = {
|
|
41594
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateEdge';
|
|
41595
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41596
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41597
|
+
id: Scalars['ID']['output'];
|
|
41598
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41599
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion>;
|
|
41600
|
+
};
|
|
41601
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection = HasPageInfo & {
|
|
41602
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseConnection';
|
|
41603
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge>>>;
|
|
41604
|
+
pageInfo: PageInfo;
|
|
41605
|
+
};
|
|
41606
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge = {
|
|
41607
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseEdge';
|
|
41608
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41609
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41610
|
+
id: Scalars['ID']['output'];
|
|
41611
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41612
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion>;
|
|
41613
|
+
};
|
|
41614
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateInverseUnion = TownsquareProject;
|
|
41615
|
+
export declare type GraphStoreSimplifiedAtlasProjectHasProjectUpdateUnion = TownsquareProjectUpdate;
|
|
41182
41616
|
export declare type GraphStoreSimplifiedAtlasProjectHasUpdateConnection = HasPageInfo & HasTotal & {
|
|
41183
41617
|
__typename?: 'GraphStoreSimplifiedAtlasProjectHasUpdateConnection';
|
|
41184
41618
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasUpdateEdge>>>;
|
|
@@ -41999,6 +42433,20 @@ export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseEdge = {
|
|
|
41999
42433
|
node?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion>;
|
|
42000
42434
|
};
|
|
42001
42435
|
export declare type GraphStoreSimplifiedGraphDocument3pDocumentInverseUnion = DevOpsDocument | ExternalDocument;
|
|
42436
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection = HasPageInfo & {
|
|
42437
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection';
|
|
42438
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge>>>;
|
|
42439
|
+
pageInfo: PageInfo;
|
|
42440
|
+
};
|
|
42441
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge = {
|
|
42442
|
+
__typename?: 'GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseEdge';
|
|
42443
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42444
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42445
|
+
id: Scalars['ID']['output'];
|
|
42446
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42447
|
+
node?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion>;
|
|
42448
|
+
};
|
|
42449
|
+
export declare type GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseUnion = DevOpsDocument | ExternalDocument | ExternalRemoteLink;
|
|
42002
42450
|
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection = HasPageInfo & {
|
|
42003
42451
|
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection';
|
|
42004
42452
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge>>>;
|
|
@@ -42141,10 +42589,12 @@ export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseEdge = {
|
|
|
42141
42589
|
};
|
|
42142
42590
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
42143
42591
|
export declare type GraphStoreSimplifiedIncidentLinkedJswIssueUnion = JiraIssue;
|
|
42144
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & {
|
|
42592
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
42145
42593
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchConnection';
|
|
42146
42594
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchEdge>>>;
|
|
42595
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42147
42596
|
pageInfo: PageInfo;
|
|
42597
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42148
42598
|
};
|
|
42149
42599
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
42150
42600
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchEdge';
|
|
@@ -42154,10 +42604,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBranchEdge = {
|
|
|
42154
42604
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42155
42605
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchUnion>;
|
|
42156
42606
|
};
|
|
42157
|
-
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & {
|
|
42607
|
+
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
|
|
42158
42608
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseConnection';
|
|
42159
42609
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseEdge>>>;
|
|
42610
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42160
42611
|
pageInfo: PageInfo;
|
|
42612
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42161
42613
|
};
|
|
42162
42614
|
export declare type GraphStoreSimplifiedIssueAssociatedBranchInverseEdge = {
|
|
42163
42615
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchInverseEdge';
|
|
@@ -42197,10 +42649,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseEdge = {
|
|
|
42197
42649
|
};
|
|
42198
42650
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseUnion = JiraIssue;
|
|
42199
42651
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildUnion = ExternalBuildInfo;
|
|
42200
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & {
|
|
42652
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
42201
42653
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitConnection';
|
|
42202
42654
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitEdge>>>;
|
|
42655
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42203
42656
|
pageInfo: PageInfo;
|
|
42657
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42204
42658
|
};
|
|
42205
42659
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
42206
42660
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitEdge';
|
|
@@ -42210,10 +42664,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
|
42210
42664
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42211
42665
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitUnion>;
|
|
42212
42666
|
};
|
|
42213
|
-
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & {
|
|
42667
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & HasTotal & {
|
|
42214
42668
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseConnection';
|
|
42215
42669
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseEdge>>>;
|
|
42670
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42216
42671
|
pageInfo: PageInfo;
|
|
42672
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42217
42673
|
};
|
|
42218
42674
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
42219
42675
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseEdge';
|
|
@@ -42285,10 +42741,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseEdge = {
|
|
|
42285
42741
|
};
|
|
42286
42742
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignInverseUnion = JiraIssue;
|
|
42287
42743
|
export declare type GraphStoreSimplifiedIssueAssociatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42288
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & {
|
|
42744
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection = HasPageInfo & HasTotal & {
|
|
42289
42745
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagConnection';
|
|
42290
42746
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge>>>;
|
|
42747
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42291
42748
|
pageInfo: PageInfo;
|
|
42749
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42292
42750
|
};
|
|
42293
42751
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
42294
42752
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge';
|
|
@@ -42298,10 +42756,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagEdge = {
|
|
|
42298
42756
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42299
42757
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagUnion>;
|
|
42300
42758
|
};
|
|
42301
|
-
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & {
|
|
42759
|
+
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection = HasPageInfo & HasTotal & {
|
|
42302
42760
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseConnection';
|
|
42303
42761
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge>>>;
|
|
42762
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42304
42763
|
pageInfo: PageInfo;
|
|
42764
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42305
42765
|
};
|
|
42306
42766
|
export declare type GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge = {
|
|
42307
42767
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedFeatureFlagInverseEdge';
|
|
@@ -42369,10 +42829,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedPrInverseEdge = {
|
|
|
42369
42829
|
};
|
|
42370
42830
|
export declare type GraphStoreSimplifiedIssueAssociatedPrInverseUnion = JiraIssue;
|
|
42371
42831
|
export declare type GraphStoreSimplifiedIssueAssociatedPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
42372
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
42832
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
42373
42833
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkConnection';
|
|
42374
42834
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge>>>;
|
|
42835
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42375
42836
|
pageInfo: PageInfo;
|
|
42837
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42376
42838
|
};
|
|
42377
42839
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
42378
42840
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge';
|
|
@@ -42382,10 +42844,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkEdge = {
|
|
|
42382
42844
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42383
42845
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkUnion>;
|
|
42384
42846
|
};
|
|
42385
|
-
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
42847
|
+
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
42386
42848
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection';
|
|
42387
42849
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge>>>;
|
|
42850
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
42388
42851
|
pageInfo: PageInfo;
|
|
42852
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
42389
42853
|
};
|
|
42390
42854
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
42391
42855
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge';
|
|
@@ -42457,20 +42921,20 @@ export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
|
42457
42921
|
};
|
|
42458
42922
|
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
42459
42923
|
export declare type GraphStoreSimplifiedIssueHasAssigneeUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42460
|
-
export declare type
|
|
42461
|
-
__typename?: '
|
|
42462
|
-
edges?: Maybe<Array<Maybe<
|
|
42924
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseConnection = HasPageInfo & {
|
|
42925
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseConnection';
|
|
42926
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseEdge>>>;
|
|
42463
42927
|
pageInfo: PageInfo;
|
|
42464
42928
|
};
|
|
42465
|
-
export declare type
|
|
42466
|
-
__typename?: '
|
|
42929
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
42930
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAutodevJobInverseEdge';
|
|
42467
42931
|
createdAt: Scalars['DateTime']['output'];
|
|
42468
42932
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
42469
42933
|
id: Scalars['ID']['output'];
|
|
42470
42934
|
lastUpdated: Scalars['DateTime']['output'];
|
|
42471
|
-
node?: Maybe<
|
|
42935
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseUnion>;
|
|
42472
42936
|
};
|
|
42473
|
-
export declare type
|
|
42937
|
+
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseUnion = JiraIssue;
|
|
42474
42938
|
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
42475
42939
|
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
42476
42940
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
@@ -45387,6 +45851,34 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
45387
45851
|
};
|
|
45388
45852
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45389
45853
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
45854
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection = HasPageInfo & {
|
|
45855
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentConnection';
|
|
45856
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge>>>;
|
|
45857
|
+
pageInfo: PageInfo;
|
|
45858
|
+
};
|
|
45859
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge = {
|
|
45860
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentEdge';
|
|
45861
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45862
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45863
|
+
id: Scalars['ID']['output'];
|
|
45864
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45865
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion>;
|
|
45866
|
+
};
|
|
45867
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
45868
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseConnection';
|
|
45869
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge>>>;
|
|
45870
|
+
pageInfo: PageInfo;
|
|
45871
|
+
};
|
|
45872
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge = {
|
|
45873
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseEdge';
|
|
45874
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45875
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45876
|
+
id: Scalars['ID']['output'];
|
|
45877
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45878
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion>;
|
|
45879
|
+
};
|
|
45880
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45881
|
+
export declare type GraphStoreSimplifiedUserCreatedLoomVideoCommentUnion = LoomComment;
|
|
45390
45882
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
45391
45883
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
45392
45884
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -46323,6 +46815,34 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
46323
46815
|
};
|
|
46324
46816
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46325
46817
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
46818
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection = HasPageInfo & {
|
|
46819
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentConnection';
|
|
46820
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge>>>;
|
|
46821
|
+
pageInfo: PageInfo;
|
|
46822
|
+
};
|
|
46823
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge = {
|
|
46824
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentEdge';
|
|
46825
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46826
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46827
|
+
id: Scalars['ID']['output'];
|
|
46828
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46829
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion>;
|
|
46830
|
+
};
|
|
46831
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection = HasPageInfo & {
|
|
46832
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseConnection';
|
|
46833
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge>>>;
|
|
46834
|
+
pageInfo: PageInfo;
|
|
46835
|
+
};
|
|
46836
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge = {
|
|
46837
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseEdge';
|
|
46838
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46839
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46840
|
+
id: Scalars['ID']['output'];
|
|
46841
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46842
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion>;
|
|
46843
|
+
};
|
|
46844
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46845
|
+
export declare type GraphStoreSimplifiedUserTaggedInLoomVideoCommentUnion = LoomComment;
|
|
46326
46846
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
46327
46847
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
46328
46848
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -46645,6 +47165,34 @@ export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseEdge = {
|
|
|
46645
47165
|
};
|
|
46646
47166
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46647
47167
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageUnion = ConfluencePage;
|
|
47168
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateConnection = HasPageInfo & {
|
|
47169
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateConnection';
|
|
47170
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateEdge>>>;
|
|
47171
|
+
pageInfo: PageInfo;
|
|
47172
|
+
};
|
|
47173
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateEdge = {
|
|
47174
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateEdge';
|
|
47175
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47176
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47177
|
+
id: Scalars['ID']['output'];
|
|
47178
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47179
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateUnion>;
|
|
47180
|
+
};
|
|
47181
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection = HasPageInfo & {
|
|
47182
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection';
|
|
47183
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge>>>;
|
|
47184
|
+
pageInfo: PageInfo;
|
|
47185
|
+
};
|
|
47186
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge = {
|
|
47187
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge';
|
|
47188
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47189
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47190
|
+
id: Scalars['ID']['output'];
|
|
47191
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47192
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion>;
|
|
47193
|
+
};
|
|
47194
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47195
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateUnion = TownsquareGoalUpdate;
|
|
46648
47196
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueConnection = HasPageInfo & {
|
|
46649
47197
|
__typename?: 'GraphStoreSimplifiedUserViewedJiraIssueConnection';
|
|
46650
47198
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedJiraIssueEdge>>>;
|
|
@@ -46673,6 +47221,62 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
46673
47221
|
};
|
|
46674
47222
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46675
47223
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
47224
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoConnection = HasPageInfo & {
|
|
47225
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoConnection';
|
|
47226
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoEdge>>>;
|
|
47227
|
+
pageInfo: PageInfo;
|
|
47228
|
+
};
|
|
47229
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoEdge = {
|
|
47230
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoEdge';
|
|
47231
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47232
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47233
|
+
id: Scalars['ID']['output'];
|
|
47234
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47235
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoUnion>;
|
|
47236
|
+
};
|
|
47237
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseConnection = HasPageInfo & {
|
|
47238
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseConnection';
|
|
47239
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseEdge>>>;
|
|
47240
|
+
pageInfo: PageInfo;
|
|
47241
|
+
};
|
|
47242
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseEdge = {
|
|
47243
|
+
__typename?: 'GraphStoreSimplifiedUserViewedLoomVideoInverseEdge';
|
|
47244
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47245
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47246
|
+
id: Scalars['ID']['output'];
|
|
47247
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47248
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedLoomVideoInverseUnion>;
|
|
47249
|
+
};
|
|
47250
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47251
|
+
export declare type GraphStoreSimplifiedUserViewedLoomVideoUnion = LoomVideo;
|
|
47252
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
47253
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
47254
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
47255
|
+
pageInfo: PageInfo;
|
|
47256
|
+
};
|
|
47257
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateEdge = {
|
|
47258
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateEdge';
|
|
47259
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47260
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47261
|
+
id: Scalars['ID']['output'];
|
|
47262
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47263
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateUnion>;
|
|
47264
|
+
};
|
|
47265
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection = HasPageInfo & {
|
|
47266
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection';
|
|
47267
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge>>>;
|
|
47268
|
+
pageInfo: PageInfo;
|
|
47269
|
+
};
|
|
47270
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
47271
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge';
|
|
47272
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47273
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47274
|
+
id: Scalars['ID']['output'];
|
|
47275
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47276
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion>;
|
|
47277
|
+
};
|
|
47278
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47279
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
46676
47280
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
46677
47281
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
46678
47282
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -47009,10 +47613,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseEdge
|
|
|
47009
47613
|
};
|
|
47010
47614
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestInverseUnion = JiraVersion;
|
|
47011
47615
|
export declare type GraphStoreSimplifiedVersionAssociatedPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
47012
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & {
|
|
47616
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection = HasPageInfo & HasTotal & {
|
|
47013
47617
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkConnection';
|
|
47014
47618
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge>>>;
|
|
47619
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47015
47620
|
pageInfo: PageInfo;
|
|
47621
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47016
47622
|
};
|
|
47017
47623
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
47018
47624
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge';
|
|
@@ -47022,10 +47628,12 @@ export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkEdge = {
|
|
|
47022
47628
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47023
47629
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkUnion>;
|
|
47024
47630
|
};
|
|
47025
|
-
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
47631
|
+
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection = HasPageInfo & HasTotal & {
|
|
47026
47632
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseConnection';
|
|
47027
47633
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge>>>;
|
|
47634
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
47028
47635
|
pageInfo: PageInfo;
|
|
47636
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
47029
47637
|
};
|
|
47030
47638
|
export declare type GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge = {
|
|
47031
47639
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedRemoteLinkInverseEdge';
|
|
@@ -47069,6 +47677,34 @@ export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseE
|
|
|
47069
47677
|
};
|
|
47070
47678
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagInverseUnion = JiraVersion;
|
|
47071
47679
|
export declare type GraphStoreSimplifiedVersionUserAssociatedFeatureFlagUnion = DevOpsFeatureFlag | ExternalFeatureFlag;
|
|
47680
|
+
export declare type GraphStoreSimplifiedVideoHasCommentConnection = HasPageInfo & {
|
|
47681
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentConnection';
|
|
47682
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentEdge>>>;
|
|
47683
|
+
pageInfo: PageInfo;
|
|
47684
|
+
};
|
|
47685
|
+
export declare type GraphStoreSimplifiedVideoHasCommentEdge = {
|
|
47686
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentEdge';
|
|
47687
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47688
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47689
|
+
id: Scalars['ID']['output'];
|
|
47690
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47691
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentUnion>;
|
|
47692
|
+
};
|
|
47693
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseConnection = HasPageInfo & {
|
|
47694
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseConnection';
|
|
47695
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVideoHasCommentInverseEdge>>>;
|
|
47696
|
+
pageInfo: PageInfo;
|
|
47697
|
+
};
|
|
47698
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseEdge = {
|
|
47699
|
+
__typename?: 'GraphStoreSimplifiedVideoHasCommentInverseEdge';
|
|
47700
|
+
createdAt: Scalars['DateTime']['output'];
|
|
47701
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
47702
|
+
id: Scalars['ID']['output'];
|
|
47703
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
47704
|
+
node?: Maybe<GraphStoreSimplifiedVideoHasCommentInverseUnion>;
|
|
47705
|
+
};
|
|
47706
|
+
export declare type GraphStoreSimplifiedVideoHasCommentInverseUnion = LoomVideo;
|
|
47707
|
+
export declare type GraphStoreSimplifiedVideoHasCommentUnion = LoomComment;
|
|
47072
47708
|
export declare type GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection = HasPageInfo & HasTotal & {
|
|
47073
47709
|
__typename?: 'GraphStoreSimplifiedVulnerabilityAssociatedIssueConnection';
|
|
47074
47710
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVulnerabilityAssociatedIssueEdge>>>;
|
|
@@ -47564,6 +48200,9 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
47564
48200
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
47565
48201
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47566
48202
|
};
|
|
48203
|
+
export declare type GraphStoreUserCreatedLoomVideoCommentSortInput = {
|
|
48204
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48205
|
+
};
|
|
47567
48206
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
47568
48207
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47569
48208
|
};
|
|
@@ -47690,6 +48329,9 @@ export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
|
47690
48329
|
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
47691
48330
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47692
48331
|
};
|
|
48332
|
+
export declare type GraphStoreUserTaggedInLoomVideoCommentSortInput = {
|
|
48333
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48334
|
+
};
|
|
47693
48335
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
47694
48336
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47695
48337
|
};
|
|
@@ -47726,9 +48368,18 @@ export declare type GraphStoreUserViewedConfluenceBlogpostSortInput = {
|
|
|
47726
48368
|
export declare type GraphStoreUserViewedConfluencePageSortInput = {
|
|
47727
48369
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47728
48370
|
};
|
|
48371
|
+
export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
48372
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48373
|
+
};
|
|
47729
48374
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
47730
48375
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47731
48376
|
};
|
|
48377
|
+
export declare type GraphStoreUserViewedLoomVideoSortInput = {
|
|
48378
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48379
|
+
};
|
|
48380
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
48381
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48382
|
+
};
|
|
47732
48383
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
47733
48384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47734
48385
|
};
|
|
@@ -47823,7 +48474,10 @@ export declare type GraphStoreVersionAssociatedPullRequestSortInput = {
|
|
|
47823
48474
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47824
48475
|
};
|
|
47825
48476
|
export declare type GraphStoreVersionAssociatedRemoteLinkSortInput = {
|
|
48477
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
48478
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
47826
48479
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48480
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47827
48481
|
};
|
|
47828
48482
|
export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
47829
48483
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -47831,6 +48485,9 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagSortInput = {
|
|
|
47831
48485
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47832
48486
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
47833
48487
|
};
|
|
48488
|
+
export declare type GraphStoreVideoHasCommentSortInput = {
|
|
48489
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48490
|
+
};
|
|
47834
48491
|
export declare type GraphStoreVulnerabilityAssociatedIssueContainerSortInput = {
|
|
47835
48492
|
containerAri?: InputMaybe<GraphStoreSortInput>;
|
|
47836
48493
|
};
|
|
@@ -48083,6 +48740,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContext = {
|
|
|
48083
48740
|
jiraFamiliarity?: Maybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
48084
48741
|
jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
|
|
48085
48742
|
persona?: Maybe<Scalars['String']['output']>;
|
|
48743
|
+
projectLandingSelection?: Maybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
48086
48744
|
projectName?: Maybe<Scalars['String']['output']>;
|
|
48087
48745
|
statusNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
48088
48746
|
teamType?: Maybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -48094,6 +48752,7 @@ export declare type GrowthUnifiedProfileJiraOnboardingContextInput = {
|
|
|
48094
48752
|
jiraFamiliarity?: InputMaybe<GrowthUnifiedProfileJiraFamiliarity>;
|
|
48095
48753
|
jobsToBeDone?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileJtbd>>>;
|
|
48096
48754
|
persona?: InputMaybe<Scalars['String']['input']>;
|
|
48755
|
+
projectLandingSelection?: InputMaybe<GrowthUnifiedProfileOnboardingContextProjectLandingSelection>;
|
|
48097
48756
|
projectName?: InputMaybe<Scalars['String']['input']>;
|
|
48098
48757
|
statusNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
48099
48758
|
teamType?: InputMaybe<GrowthUnifiedProfileTeamType>;
|
|
@@ -48113,6 +48772,10 @@ export declare type GrowthUnifiedProfileOnboardingContextInput = {
|
|
|
48113
48772
|
confluence?: InputMaybe<GrowthUnifiedProfileConfluenceOnboardingContextInput>;
|
|
48114
48773
|
jira?: InputMaybe<GrowthUnifiedProfileJiraOnboardingContextInput>;
|
|
48115
48774
|
};
|
|
48775
|
+
export declare enum GrowthUnifiedProfileOnboardingContextProjectLandingSelection {
|
|
48776
|
+
CreateProject = "CREATE_PROJECT",
|
|
48777
|
+
SampleProject = "SAMPLE_PROJECT"
|
|
48778
|
+
}
|
|
48116
48779
|
export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
48117
48780
|
__typename?: 'GrowthUnifiedProfilePaidChannelContext';
|
|
48118
48781
|
anchor?: Maybe<GrowthUnifiedProfileAnchor>;
|
|
@@ -48268,6 +48931,8 @@ export declare type HamsEntitlement = CommerceEntitlement & {
|
|
|
48268
48931
|
overriddenEdition?: Maybe<Scalars['String']['output']>;
|
|
48269
48932
|
preDunning?: Maybe<HamsEntitlementPreDunning>;
|
|
48270
48933
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
48934
|
+
relatesFromEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48935
|
+
relatesToEntitlements?: Maybe<Array<Maybe<HamsEntitlementRelationship>>>;
|
|
48271
48936
|
sen?: Maybe<Scalars['String']['output']>;
|
|
48272
48937
|
shortTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
48273
48938
|
slug?: Maybe<Scalars['String']['output']>;
|
|
@@ -48308,6 +48973,12 @@ export declare type HamsEntitlementPreDunning = CommerceEntitlementPreDunning &
|
|
|
48308
48973
|
firstPreDunningEndTimestampV2?: Maybe<Scalars['Float']['output']>;
|
|
48309
48974
|
status?: Maybe<CcpEntitlementPreDunningStatus>;
|
|
48310
48975
|
};
|
|
48976
|
+
export declare type HamsEntitlementRelationship = CommerceEntitlementRelationship & {
|
|
48977
|
+
__typename?: 'HamsEntitlementRelationship';
|
|
48978
|
+
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
48979
|
+
relationshipId?: Maybe<Scalars['ID']['output']>;
|
|
48980
|
+
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
48981
|
+
};
|
|
48311
48982
|
export declare type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
48312
48983
|
__typename?: 'HamsExperienceCapability';
|
|
48313
48984
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -48687,7 +49358,7 @@ export declare type HelpCenterPage = Node & {
|
|
|
48687
49358
|
};
|
|
48688
49359
|
export declare type HelpCenterPageCreateInput = {
|
|
48689
49360
|
clonePageAri?: InputMaybe<Scalars['String']['input']>;
|
|
48690
|
-
description
|
|
49361
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48691
49362
|
helpCenterAri: Scalars['String']['input'];
|
|
48692
49363
|
name: Scalars['String']['input'];
|
|
48693
49364
|
};
|
|
@@ -48708,7 +49379,7 @@ export declare type HelpCenterPageDeletePayload = Payload & {
|
|
|
48708
49379
|
};
|
|
48709
49380
|
export declare type HelpCenterPageDescription = {
|
|
48710
49381
|
__typename?: 'HelpCenterPageDescription';
|
|
48711
|
-
default
|
|
49382
|
+
default?: Maybe<Scalars['String']['output']>;
|
|
48712
49383
|
};
|
|
48713
49384
|
export declare type HelpCenterPageLayout = {
|
|
48714
49385
|
__typename?: 'HelpCenterPageLayout';
|
|
@@ -48734,7 +49405,7 @@ export declare enum HelpCenterPageType {
|
|
|
48734
49405
|
Custom = "CUSTOM"
|
|
48735
49406
|
}
|
|
48736
49407
|
export declare type HelpCenterPageUpdateInput = {
|
|
48737
|
-
description
|
|
49408
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
48738
49409
|
helpCenterPageAri: Scalars['String']['input'];
|
|
48739
49410
|
name: Scalars['String']['input'];
|
|
48740
49411
|
};
|
|
@@ -48748,6 +49419,7 @@ export declare type HelpCenterPermissionSettings = {
|
|
|
48748
49419
|
__typename?: 'HelpCenterPermissionSettings';
|
|
48749
49420
|
accessControlType: HelpCenterAccessControlType;
|
|
48750
49421
|
allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
|
|
49422
|
+
hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
48751
49423
|
};
|
|
48752
49424
|
export declare type HelpCenterPermissionSettingsInput = {
|
|
48753
49425
|
accessControlType: HelpCenterAccessControlType;
|
|
@@ -48870,7 +49542,11 @@ export declare type HelpCenterQueryApiHelpCenterPagesArgs = {
|
|
|
48870
49542
|
helpCenterAri: Scalars['ID']['input'];
|
|
48871
49543
|
};
|
|
48872
49544
|
export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
|
|
49545
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49546
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49547
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48873
49548
|
helpCenterAri: Scalars['ID']['input'];
|
|
49549
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48874
49550
|
};
|
|
48875
49551
|
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
48876
49552
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -49424,6 +50100,7 @@ export declare type HelpLayoutHeroElement = HelpLayoutVisualEntity & Node & {
|
|
|
49424
50100
|
data?: Maybe<HelpLayoutHeroElementData>;
|
|
49425
50101
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
49426
50102
|
hideSearchBar?: Maybe<Scalars['Boolean']['output']>;
|
|
50103
|
+
hideTitle?: Maybe<Scalars['Boolean']['output']>;
|
|
49427
50104
|
homePageTitle?: Maybe<Scalars['String']['output']>;
|
|
49428
50105
|
id: Scalars['ID']['output'];
|
|
49429
50106
|
useGlobalSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -49437,6 +50114,7 @@ export declare type HelpLayoutHeroElementData = {
|
|
|
49437
50114
|
};
|
|
49438
50115
|
export declare type HelpLayoutHeroElementInput = {
|
|
49439
50116
|
hideSearchBar?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50117
|
+
hideTitle?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49440
50118
|
useGlobalSettings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49441
50119
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
49442
50120
|
};
|
|
@@ -49602,6 +50280,7 @@ export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
|
49602
50280
|
};
|
|
49603
50281
|
export declare type HelpLayoutQueryApiLayoutByParentIdArgs = {
|
|
49604
50282
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
50283
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
49605
50284
|
parentAri: Scalars['ID']['input'];
|
|
49606
50285
|
};
|
|
49607
50286
|
export declare type HelpLayoutQueryApiMediaConfigArgs = {
|
|
@@ -49807,6 +50486,7 @@ export declare type HelpObjectStoreArticleSearchResult = {
|
|
|
49807
50486
|
displayLink: Scalars['String']['output'];
|
|
49808
50487
|
excerpt: Scalars['String']['output'];
|
|
49809
50488
|
metadata: HelpObjectStoreArticleMetadata;
|
|
50489
|
+
sourceSystem?: Maybe<HelpObjectStoreArticleSourceSystem>;
|
|
49810
50490
|
title: Scalars['String']['output'];
|
|
49811
50491
|
};
|
|
49812
50492
|
export declare type HelpObjectStoreArticleSearchResults = {
|
|
@@ -49818,6 +50498,12 @@ export declare enum HelpObjectStoreArticleSearchStrategy {
|
|
|
49818
50498
|
Cql = "CQL",
|
|
49819
50499
|
Proxy = "PROXY"
|
|
49820
50500
|
}
|
|
50501
|
+
export declare enum HelpObjectStoreArticleSourceSystem {
|
|
50502
|
+
Confluence = "CONFLUENCE",
|
|
50503
|
+
External = "EXTERNAL",
|
|
50504
|
+
GoogleDrive = "GOOGLE_DRIVE",
|
|
50505
|
+
Sharepoint = "SHAREPOINT"
|
|
50506
|
+
}
|
|
49821
50507
|
export declare type HelpObjectStoreBulkCreateEntityMappingInput = {
|
|
49822
50508
|
helpObjectStoreCreateEntityMappingInputItems: Array<HelpObjectStoreCreateEntityMappingInput>;
|
|
49823
50509
|
};
|
|
@@ -52102,6 +52788,7 @@ export declare type JiraBoardView = {
|
|
|
52102
52788
|
error?: Maybe<QueryError>;
|
|
52103
52789
|
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
52104
52790
|
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
52791
|
+
groupByOptions?: Maybe<Array<JiraViewGroupByConfig>>;
|
|
52105
52792
|
id: Scalars['ID']['output'];
|
|
52106
52793
|
isViewConfigModified?: Maybe<Scalars['Boolean']['output']>;
|
|
52107
52794
|
selectedWorkflowId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -54715,6 +55402,24 @@ export declare type JiraEstimate = {
|
|
|
54715
55402
|
export declare type JiraEstimateInput = {
|
|
54716
55403
|
timeInSeconds: Scalars['Long']['input'];
|
|
54717
55404
|
};
|
|
55405
|
+
export declare type JiraExportIssueDetailsInput = {
|
|
55406
|
+
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55407
|
+
includeFields?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55408
|
+
includeHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55409
|
+
includeWorklogs?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55410
|
+
issueId: Scalars['ID']['input'];
|
|
55411
|
+
};
|
|
55412
|
+
export declare type JiraExportIssueDetailsResponse = {
|
|
55413
|
+
__typename?: 'JiraExportIssueDetailsResponse';
|
|
55414
|
+
errors?: Maybe<Array<QueryError>>;
|
|
55415
|
+
taskResponse?: Maybe<JiraExportIssueDetailsTaskResponse>;
|
|
55416
|
+
};
|
|
55417
|
+
export declare type JiraExportIssueDetailsTaskResponse = {
|
|
55418
|
+
__typename?: 'JiraExportIssueDetailsTaskResponse';
|
|
55419
|
+
taskDescription?: Maybe<Scalars['String']['output']>;
|
|
55420
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
55421
|
+
taskStatus?: Maybe<JiraLongRunningTaskStatus>;
|
|
55422
|
+
};
|
|
54718
55423
|
export declare type JiraExtensionRenderingContextInput = {
|
|
54719
55424
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
54720
55425
|
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -55076,6 +55781,8 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
55076
55781
|
export declare type JiraForgeAppEgressDeclaration = {
|
|
55077
55782
|
__typename?: 'JiraForgeAppEgressDeclaration';
|
|
55078
55783
|
addresses?: Maybe<Array<Scalars['String']['output']>>;
|
|
55784
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
55785
|
+
inScopeEUD?: Maybe<Scalars['Boolean']['output']>;
|
|
55079
55786
|
type?: Maybe<Scalars['String']['output']>;
|
|
55080
55787
|
};
|
|
55081
55788
|
export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -55125,6 +55832,7 @@ export declare type JiraForgeExtension = {
|
|
|
55125
55832
|
environmentType: JiraForgeEnvironmentType;
|
|
55126
55833
|
hiddenBy?: Maybe<JiraVisibilityControlMechanism>;
|
|
55127
55834
|
id: Scalars['ID']['output'];
|
|
55835
|
+
installationConfig?: Maybe<Array<JiraForgeInstallationConfigExtension>>;
|
|
55128
55836
|
installationId: Scalars['String']['output'];
|
|
55129
55837
|
license?: Maybe<JiraForgeExtensionLicense>;
|
|
55130
55838
|
overrides?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -55203,6 +55911,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
55203
55911
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55204
55912
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55205
55913
|
};
|
|
55914
|
+
export declare type JiraForgeInstallationConfigExtension = {
|
|
55915
|
+
__typename?: 'JiraForgeInstallationConfigExtension';
|
|
55916
|
+
key: Scalars['String']['output'];
|
|
55917
|
+
value: Scalars['Boolean']['output'];
|
|
55918
|
+
};
|
|
55206
55919
|
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
55207
55920
|
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
55208
55921
|
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -55798,6 +56511,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
55798
56511
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
55799
56512
|
comments?: Maybe<JiraCommentConnection>;
|
|
55800
56513
|
configurationUrl?: Maybe<Scalars['URL']['output']>;
|
|
56514
|
+
confluenceMentionedLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
55801
56515
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
55802
56516
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
55803
56517
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
@@ -55925,6 +56639,12 @@ export declare type JiraIssueCommentsArgs = {
|
|
|
55925
56639
|
sortBy?: InputMaybe<JiraCommentSortInput>;
|
|
55926
56640
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
55927
56641
|
};
|
|
56642
|
+
export declare type JiraIssueConfluenceMentionedLinksArgs = {
|
|
56643
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
56644
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
56645
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56646
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56647
|
+
};
|
|
55928
56648
|
export declare type JiraIssueContentPanelsArgs = {
|
|
55929
56649
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55930
56650
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57494,7 +58214,9 @@ export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
|
57494
58214
|
name?: Maybe<Scalars['String']['output']>;
|
|
57495
58215
|
statusIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
57496
58216
|
statusType?: Maybe<JiraJourneyStatusDependencyType>;
|
|
58217
|
+
statuses?: Maybe<Array<JiraJourneyStatusDependencyStatus>>;
|
|
57497
58218
|
workItemIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
58219
|
+
workItems?: Maybe<Array<JiraJourneyWorkItem>>;
|
|
57498
58220
|
};
|
|
57499
58221
|
export declare type JiraJourneyStatusDependencyConfigurationInput = {
|
|
57500
58222
|
statuses?: InputMaybe<Array<JiraJourneyStatusDependencyConfigurationStatusInput>>;
|
|
@@ -57504,6 +58226,12 @@ export declare type JiraJourneyStatusDependencyConfigurationStatusInput = {
|
|
|
57504
58226
|
id: Scalars['ID']['input'];
|
|
57505
58227
|
type: JiraJourneyStatusDependencyType;
|
|
57506
58228
|
};
|
|
58229
|
+
export declare type JiraJourneyStatusDependencyStatus = {
|
|
58230
|
+
__typename?: 'JiraJourneyStatusDependencyStatus';
|
|
58231
|
+
id: Scalars['ID']['output'];
|
|
58232
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
58233
|
+
type?: Maybe<JiraJourneyStatusDependencyType>;
|
|
58234
|
+
};
|
|
57507
58235
|
export declare enum JiraJourneyStatusDependencyType {
|
|
57508
58236
|
Status = "STATUS",
|
|
57509
58237
|
StatusCategory = "STATUS_CATEGORY"
|
|
@@ -59593,7 +60321,8 @@ export declare enum JiraNotificationCategoryType {
|
|
|
59593
60321
|
IssueChanges = "ISSUE_CHANGES",
|
|
59594
60322
|
IssueMentioned = "ISSUE_MENTIONED",
|
|
59595
60323
|
IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
|
|
59596
|
-
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
|
|
60324
|
+
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES",
|
|
60325
|
+
Recurring = "RECURRING"
|
|
59597
60326
|
}
|
|
59598
60327
|
export declare type JiraNotificationChannel = {
|
|
59599
60328
|
__typename?: 'JiraNotificationChannel';
|
|
@@ -59642,6 +60371,7 @@ export declare type JiraNotificationPreferences = {
|
|
|
59642
60371
|
commentCreated?: Maybe<JiraNotificationPreference>;
|
|
59643
60372
|
commentDeleted?: Maybe<JiraNotificationPreference>;
|
|
59644
60373
|
commentEdited?: Maybe<JiraNotificationPreference>;
|
|
60374
|
+
dailyDueDateNotification?: Maybe<JiraNotificationPreference>;
|
|
59645
60375
|
issueAssigned?: Maybe<JiraNotificationPreference>;
|
|
59646
60376
|
issueCreated?: Maybe<JiraNotificationPreference>;
|
|
59647
60377
|
issueDeleted?: Maybe<JiraNotificationPreference>;
|
|
@@ -59668,6 +60398,7 @@ export declare enum JiraNotificationType {
|
|
|
59668
60398
|
CommentCreated = "COMMENT_CREATED",
|
|
59669
60399
|
CommentDeleted = "COMMENT_DELETED",
|
|
59670
60400
|
CommentEdited = "COMMENT_EDITED",
|
|
60401
|
+
DailyDueDateNotification = "DAILY_DUE_DATE_NOTIFICATION",
|
|
59671
60402
|
IssueAssigned = "ISSUE_ASSIGNED",
|
|
59672
60403
|
IssueCreated = "ISSUE_CREATED",
|
|
59673
60404
|
IssueDeleted = "ISSUE_DELETED",
|
|
@@ -60658,6 +61389,7 @@ export declare type JiraProject = Node & {
|
|
|
60658
61389
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60659
61390
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
60660
61391
|
isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
61392
|
+
isPlaybooksEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60661
61393
|
isVirtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
60662
61394
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
60663
61395
|
jsmChatInitialNativeConfig?: Maybe<JsmChatInitializeNativeConfigResponse>;
|
|
@@ -61365,6 +62097,28 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
61365
62097
|
helpCenterId: Scalars['ID']['input'];
|
|
61366
62098
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
61367
62099
|
};
|
|
62100
|
+
export declare type JiraProjectsSidebarMenu = {
|
|
62101
|
+
__typename?: 'JiraProjectsSidebarMenu';
|
|
62102
|
+
current?: Maybe<JiraProject>;
|
|
62103
|
+
displayMode?: Maybe<JiraSidebarMenuDisplayMode>;
|
|
62104
|
+
favouriteLimit?: Maybe<Scalars['Int']['output']>;
|
|
62105
|
+
favourites?: Maybe<JiraProjectConnection>;
|
|
62106
|
+
id: Scalars['ID']['output'];
|
|
62107
|
+
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
62108
|
+
recents?: Maybe<JiraProjectConnection>;
|
|
62109
|
+
};
|
|
62110
|
+
export declare type JiraProjectsSidebarMenuFavouritesArgs = {
|
|
62111
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62112
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62113
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62114
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62115
|
+
};
|
|
62116
|
+
export declare type JiraProjectsSidebarMenuRecentsArgs = {
|
|
62117
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62118
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62119
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62120
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62121
|
+
};
|
|
61368
62122
|
export declare type JiraPublishBoardViewConfigInput = {
|
|
61369
62123
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
61370
62124
|
viewId: Scalars['ID']['input'];
|
|
@@ -61425,6 +62179,7 @@ export declare type JiraQuery = {
|
|
|
61425
62179
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
61426
62180
|
devOpsProviders?: Maybe<Array<Maybe<JiraDevOpsProvider>>>;
|
|
61427
62181
|
epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
|
|
62182
|
+
exportIssueDetails?: Maybe<JiraExportIssueDetailsResponse>;
|
|
61428
62183
|
favouriteFilters?: Maybe<JiraFilterConnection>;
|
|
61429
62184
|
favourites?: Maybe<JiraFavouriteConnection>;
|
|
61430
62185
|
fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
|
|
@@ -61490,6 +62245,7 @@ export declare type JiraQuery = {
|
|
|
61490
62245
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
61491
62246
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
61492
62247
|
jiraJourneyConfiguration?: Maybe<JiraJourneyConfiguration>;
|
|
62248
|
+
jiraJourneyItem?: Maybe<JiraJourneyItem>;
|
|
61493
62249
|
jiraProject?: Maybe<JiraProject>;
|
|
61494
62250
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
61495
62251
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
@@ -61720,6 +62476,9 @@ export declare type JiraQueryDevOpsProvidersArgs = {
|
|
|
61720
62476
|
export declare type JiraQueryEpicLinkFieldKeyArgs = {
|
|
61721
62477
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
61722
62478
|
};
|
|
62479
|
+
export declare type JiraQueryExportIssueDetailsArgs = {
|
|
62480
|
+
input: JiraExportIssueDetailsInput;
|
|
62481
|
+
};
|
|
61723
62482
|
export declare type JiraQueryFavouriteFiltersArgs = {
|
|
61724
62483
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61725
62484
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62044,6 +62803,11 @@ export declare type JiraQueryJiraJourneyConfigurationArgs = {
|
|
|
62044
62803
|
cloudId: Scalars['ID']['input'];
|
|
62045
62804
|
id: Scalars['ID']['input'];
|
|
62046
62805
|
};
|
|
62806
|
+
export declare type JiraQueryJiraJourneyItemArgs = {
|
|
62807
|
+
cloudId: Scalars['ID']['input'];
|
|
62808
|
+
id: Scalars['ID']['input'];
|
|
62809
|
+
journeyId: Scalars['ID']['input'];
|
|
62810
|
+
};
|
|
62047
62811
|
export declare type JiraQueryJiraProjectArgs = {
|
|
62048
62812
|
id: Scalars['ID']['input'];
|
|
62049
62813
|
};
|
|
@@ -64783,6 +65547,11 @@ export declare type JiraShortcutNavigationItem = JiraNavigationItem & Node & {
|
|
|
64783
65547
|
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
64784
65548
|
url?: Maybe<Scalars['String']['output']>;
|
|
64785
65549
|
};
|
|
65550
|
+
export declare enum JiraSidebarMenuDisplayMode {
|
|
65551
|
+
MostRecentOnly = "MOST_RECENT_ONLY",
|
|
65552
|
+
Starred = "STARRED",
|
|
65553
|
+
StarredAndRecent = "STARRED_AND_RECENT"
|
|
65554
|
+
}
|
|
64786
65555
|
export declare type JiraSimilarIssues = {
|
|
64787
65556
|
__typename?: 'JiraSimilarIssues';
|
|
64788
65557
|
featureEnabled: Scalars['Boolean']['output'];
|
|
@@ -66164,6 +66933,12 @@ export declare type JiraUpdateShortcutInput = {
|
|
|
66164
66933
|
shortcutData: JiraShortcutDataInput;
|
|
66165
66934
|
shortcutId: Scalars['ID']['input'];
|
|
66166
66935
|
};
|
|
66936
|
+
export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
|
|
66937
|
+
cloudId: Scalars['ID']['input'];
|
|
66938
|
+
displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
|
|
66939
|
+
favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
66940
|
+
recentLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
66941
|
+
};
|
|
66167
66942
|
export declare type JiraUpdateSingleGroupPickerFieldInput = {
|
|
66168
66943
|
id: Scalars['ID']['input'];
|
|
66169
66944
|
operation: JiraSingleGroupPickerFieldOperationInput;
|
|
@@ -66439,6 +67214,8 @@ export declare type JiraUserPreferences = {
|
|
|
66439
67214
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
66440
67215
|
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
66441
67216
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
67217
|
+
isCustomNavBarThemeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
67218
|
+
isCustomNavBarThemeSectionMessageDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66442
67219
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66443
67220
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66444
67221
|
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68568,6 +69345,47 @@ export declare type KnowledgeBaseArticleCountSource = {
|
|
|
68568
69345
|
container: Scalars['ID']['output'];
|
|
68569
69346
|
count: Scalars['Int']['output'];
|
|
68570
69347
|
};
|
|
69348
|
+
export declare type KnowledgeBaseArticleSearchInput = {
|
|
69349
|
+
articleContainers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
69350
|
+
cloudId: Scalars['ID']['input'];
|
|
69351
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
69352
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69353
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
69354
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
69355
|
+
sortByKey?: InputMaybe<KnowledgeBaseArticleSearchSortByKey>;
|
|
69356
|
+
sortOrder?: InputMaybe<KnowledgeBaseArticleSearchSortOrder>;
|
|
69357
|
+
};
|
|
69358
|
+
export declare type KnowledgeBaseArticleSearchResponse = KnowledgeBaseCrossSiteSearchConnection | QueryError;
|
|
69359
|
+
export declare enum KnowledgeBaseArticleSearchSortByKey {
|
|
69360
|
+
LastModified = "LAST_MODIFIED",
|
|
69361
|
+
Title = "TITLE"
|
|
69362
|
+
}
|
|
69363
|
+
export declare enum KnowledgeBaseArticleSearchSortOrder {
|
|
69364
|
+
Asc = "ASC",
|
|
69365
|
+
Desc = "DESC"
|
|
69366
|
+
}
|
|
69367
|
+
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
69368
|
+
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
69369
|
+
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
69370
|
+
id: Scalars['ID']['output'];
|
|
69371
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
69372
|
+
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
69373
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
69374
|
+
spaceUrl?: Maybe<Scalars['String']['output']>;
|
|
69375
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69376
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
69377
|
+
};
|
|
69378
|
+
export declare type KnowledgeBaseCrossSiteArticleEdge = {
|
|
69379
|
+
__typename?: 'KnowledgeBaseCrossSiteArticleEdge';
|
|
69380
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
69381
|
+
node?: Maybe<KnowledgeBaseCrossSiteArticle>;
|
|
69382
|
+
};
|
|
69383
|
+
export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
69384
|
+
__typename?: 'KnowledgeBaseCrossSiteSearchConnection';
|
|
69385
|
+
edges?: Maybe<Array<KnowledgeBaseCrossSiteArticleEdge>>;
|
|
69386
|
+
nodes?: Maybe<Array<Maybe<KnowledgeBaseCrossSiteArticle>>>;
|
|
69387
|
+
pageInfo: PageInfo;
|
|
69388
|
+
};
|
|
68571
69389
|
export declare type KnowledgeBaseLinkResponse = {
|
|
68572
69390
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
68573
69391
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
@@ -68603,7 +69421,7 @@ export declare type KnowledgeBaseSource = {
|
|
|
68603
69421
|
__typename?: 'KnowledgeBaseSource';
|
|
68604
69422
|
containerAri: Scalars['ID']['output'];
|
|
68605
69423
|
entityReference: Scalars['String']['output'];
|
|
68606
|
-
id
|
|
69424
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
68607
69425
|
name: Scalars['String']['output'];
|
|
68608
69426
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
68609
69427
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -68697,6 +69515,17 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
|
68697
69515
|
};
|
|
68698
69516
|
export declare type KnowledgeDiscoveryAdminhubBookmarkResult = KnowledgeDiscoveryAdminhubBookmark | QueryError;
|
|
68699
69517
|
export declare type KnowledgeDiscoveryAdminhubBookmarksResult = KnowledgeDiscoveryAdminhubBookmarkConnection | QueryError;
|
|
69518
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput = {
|
|
69519
|
+
bookmarkAdminhubId: Scalars['ID']['input'];
|
|
69520
|
+
cloudId: Scalars['ID']['input'];
|
|
69521
|
+
orgId: Scalars['String']['input'];
|
|
69522
|
+
};
|
|
69523
|
+
export declare type KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload = Payload & {
|
|
69524
|
+
__typename?: 'KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload';
|
|
69525
|
+
adminhubBookmark?: Maybe<KnowledgeDiscoveryAdminhubBookmark>;
|
|
69526
|
+
errors?: Maybe<Array<MutationError>>;
|
|
69527
|
+
success: Scalars['Boolean']['output'];
|
|
69528
|
+
};
|
|
68700
69529
|
export declare type KnowledgeDiscoveryAutoDefinition = {
|
|
68701
69530
|
__typename?: 'KnowledgeDiscoveryAutoDefinition';
|
|
68702
69531
|
confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
|
|
@@ -68897,6 +69726,7 @@ export declare enum KnowledgeDiscoveryKeyPhraseInputTextFormat {
|
|
|
68897
69726
|
export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPhraseConnection | QueryError;
|
|
68898
69727
|
export declare type KnowledgeDiscoveryMutationApi = {
|
|
68899
69728
|
__typename?: 'KnowledgeDiscoveryMutationApi';
|
|
69729
|
+
approveBookmarkSuggestion?: Maybe<KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionPayload>;
|
|
68900
69730
|
createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
|
|
68901
69731
|
createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
|
|
68902
69732
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
@@ -68905,6 +69735,9 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
68905
69735
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
68906
69736
|
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
68907
69737
|
};
|
|
69738
|
+
export declare type KnowledgeDiscoveryMutationApiApproveBookmarkSuggestionArgs = {
|
|
69739
|
+
input: KnowledgeDiscoveryApproveAdminhubBookmarkSuggestionInput;
|
|
69740
|
+
};
|
|
68908
69741
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
68909
69742
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
68910
69743
|
};
|
|
@@ -69023,6 +69856,7 @@ export declare type KnowledgeDiscoveryQueryApiSearchUserArgs = {
|
|
|
69023
69856
|
export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
|
|
69024
69857
|
locale: Scalars['String']['input'];
|
|
69025
69858
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
69859
|
+
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
69026
69860
|
query: Scalars['String']['input'];
|
|
69027
69861
|
siteId: Scalars['String']['input'];
|
|
69028
69862
|
};
|
|
@@ -69400,8 +70234,11 @@ export declare type LogQueryInput = {
|
|
|
69400
70234
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
69401
70235
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69402
70236
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
70237
|
+
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
69403
70238
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
70239
|
+
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
69404
70240
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
70241
|
+
traceId?: InputMaybe<Scalars['String']['input']>;
|
|
69405
70242
|
};
|
|
69406
70243
|
export declare type LookAndFeel = {
|
|
69407
70244
|
__typename?: 'LookAndFeel';
|
|
@@ -69430,6 +70267,7 @@ export declare type LoomComment = Node & {
|
|
|
69430
70267
|
url?: Maybe<Scalars['String']['output']>;
|
|
69431
70268
|
user?: Maybe<User>;
|
|
69432
70269
|
userId?: Maybe<Scalars['ID']['output']>;
|
|
70270
|
+
video?: Maybe<LoomVideo>;
|
|
69433
70271
|
videoId: Scalars['ID']['output'];
|
|
69434
70272
|
};
|
|
69435
70273
|
export declare type LoomMeeting = Node & {
|
|
@@ -69459,6 +70297,11 @@ export declare enum LoomMeetingSource {
|
|
|
69459
70297
|
MicrosoftOutlook = "MICROSOFT_OUTLOOK",
|
|
69460
70298
|
Zoom = "ZOOM"
|
|
69461
70299
|
}
|
|
70300
|
+
export declare type LoomSettings = {
|
|
70301
|
+
__typename?: 'LoomSettings';
|
|
70302
|
+
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
70303
|
+
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
70304
|
+
};
|
|
69462
70305
|
export declare type LoomSpace = Node & {
|
|
69463
70306
|
__typename?: 'LoomSpace';
|
|
69464
70307
|
id: Scalars['ID']['output'];
|
|
@@ -69542,6 +70385,7 @@ export declare type LpCourseProgress = {
|
|
|
69542
70385
|
completedDate?: Maybe<Scalars['String']['output']>;
|
|
69543
70386
|
courseId?: Maybe<Scalars['String']['output']>;
|
|
69544
70387
|
id?: Maybe<Scalars['String']['output']>;
|
|
70388
|
+
isFromIntellum: Scalars['Boolean']['output'];
|
|
69545
70389
|
lessons?: Maybe<Array<Maybe<LpLessonProgress>>>;
|
|
69546
70390
|
status?: Maybe<LpCourseStatus>;
|
|
69547
70391
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -69925,6 +70769,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
69925
70769
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69926
70770
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
69927
70771
|
hosting: MarketplaceConsoleHosting;
|
|
70772
|
+
isLatestActiveVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69928
70773
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
69929
70774
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
69930
70775
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
@@ -69938,8 +70783,10 @@ export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
|
69938
70783
|
buildNumber: Scalars['ID']['output'];
|
|
69939
70784
|
changelog?: Maybe<MarketplaceConsoleAppSoftwareVersionChangelog>;
|
|
69940
70785
|
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibility>;
|
|
70786
|
+
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
69941
70787
|
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetails;
|
|
69942
70788
|
isBeta: Scalars['Boolean']['output'];
|
|
70789
|
+
isLatest?: Maybe<Scalars['Boolean']['output']>;
|
|
69943
70790
|
isSupported: Scalars['Boolean']['output'];
|
|
69944
70791
|
licenseType?: Maybe<MarketplaceConsoleAppSoftwareVersionLicenseType>;
|
|
69945
70792
|
sourceCodeLicense?: Maybe<MarketplaceConsoleSourceCodeLicense>;
|
|
@@ -70143,6 +70990,7 @@ export declare type MarketplaceConsoleDevSpaceListing = {
|
|
|
70143
70990
|
description?: Maybe<Scalars['String']['output']>;
|
|
70144
70991
|
displayLogoUrl?: Maybe<Scalars['String']['output']>;
|
|
70145
70992
|
supportDetails?: Maybe<MarketplaceConsoleDevSpaceSupportDetails>;
|
|
70993
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
70146
70994
|
};
|
|
70147
70995
|
export declare enum MarketplaceConsoleDevSpaceProgram {
|
|
70148
70996
|
AtlassianParter = "ATLASSIAN_PARTER",
|
|
@@ -71383,6 +72231,7 @@ export declare type MarketplaceStoreHostStatusResponse = {
|
|
|
71383
72231
|
};
|
|
71384
72232
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
71385
72233
|
appKey: Scalars['String']['input'];
|
|
72234
|
+
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
71386
72235
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
71387
72236
|
};
|
|
71388
72237
|
export declare type MarketplaceStoreInstallAppResponse = {
|
|
@@ -71536,6 +72385,7 @@ export declare type MarketplaceStorePartnerListing = {
|
|
|
71536
72385
|
slug?: Maybe<Scalars['String']['output']>;
|
|
71537
72386
|
supportAvailability?: Maybe<MarketplaceStorePartnerSupportAvailability>;
|
|
71538
72387
|
supportContact?: Maybe<MarketplaceStorePartnerSupportContact>;
|
|
72388
|
+
trustCenterUrl?: Maybe<Scalars['String']['output']>;
|
|
71539
72389
|
};
|
|
71540
72390
|
export declare type MarketplaceStorePartnerResponse = {
|
|
71541
72391
|
__typename?: 'MarketplaceStorePartnerResponse';
|
|
@@ -71854,6 +72704,50 @@ export declare type MercuryBudgetAggregation = {
|
|
|
71854
72704
|
aggregatedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71855
72705
|
totalAssignedBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
71856
72706
|
};
|
|
72707
|
+
export declare type MercuryChangeProposal = Node & {
|
|
72708
|
+
__typename?: 'MercuryChangeProposal';
|
|
72709
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
72710
|
+
id: Scalars['ID']['output'];
|
|
72711
|
+
name: Scalars['String']['output'];
|
|
72712
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
72713
|
+
statusTransitions?: Maybe<MercuryChangeProposalStatusTransitions>;
|
|
72714
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72715
|
+
};
|
|
72716
|
+
export declare type MercuryChangeProposalConnection = {
|
|
72717
|
+
__typename?: 'MercuryChangeProposalConnection';
|
|
72718
|
+
edges?: Maybe<Array<Maybe<MercuryChangeProposalEdge>>>;
|
|
72719
|
+
pageInfo: PageInfo;
|
|
72720
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
72721
|
+
};
|
|
72722
|
+
export declare type MercuryChangeProposalEdge = {
|
|
72723
|
+
__typename?: 'MercuryChangeProposalEdge';
|
|
72724
|
+
cursor: Scalars['String']['output'];
|
|
72725
|
+
node?: Maybe<MercuryChangeProposal>;
|
|
72726
|
+
};
|
|
72727
|
+
export declare type MercuryChangeProposalSort = {
|
|
72728
|
+
field: MercuryChangeProposalSortField;
|
|
72729
|
+
order: SortOrder;
|
|
72730
|
+
};
|
|
72731
|
+
export declare enum MercuryChangeProposalSortField {
|
|
72732
|
+
Name = "NAME"
|
|
72733
|
+
}
|
|
72734
|
+
export declare type MercuryChangeProposalStatus = {
|
|
72735
|
+
__typename?: 'MercuryChangeProposalStatus';
|
|
72736
|
+
color: Scalars['String']['output'];
|
|
72737
|
+
displayName: Scalars['String']['output'];
|
|
72738
|
+
id: Scalars['ID']['output'];
|
|
72739
|
+
key: Scalars['String']['output'];
|
|
72740
|
+
order: Scalars['Int']['output'];
|
|
72741
|
+
};
|
|
72742
|
+
export declare type MercuryChangeProposalStatusTransition = {
|
|
72743
|
+
__typename?: 'MercuryChangeProposalStatusTransition';
|
|
72744
|
+
id: Scalars['ID']['output'];
|
|
72745
|
+
to: MercuryChangeProposalStatus;
|
|
72746
|
+
};
|
|
72747
|
+
export declare type MercuryChangeProposalStatusTransitions = {
|
|
72748
|
+
__typename?: 'MercuryChangeProposalStatusTransitions';
|
|
72749
|
+
available: Array<MercuryChangeProposalStatusTransition>;
|
|
72750
|
+
};
|
|
71857
72751
|
export declare type MercuryComment = Node & {
|
|
71858
72752
|
__typename?: 'MercuryComment';
|
|
71859
72753
|
ari: Scalars['String']['output'];
|
|
@@ -71874,6 +72768,17 @@ export declare type MercuryCommentEdge = {
|
|
|
71874
72768
|
cursor: Scalars['String']['output'];
|
|
71875
72769
|
node?: Maybe<MercuryComment>;
|
|
71876
72770
|
};
|
|
72771
|
+
export declare type MercuryCreateChangeProposalInput = {
|
|
72772
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72773
|
+
name: Scalars['String']['input'];
|
|
72774
|
+
strategicEventId: Scalars['String']['input'];
|
|
72775
|
+
};
|
|
72776
|
+
export declare type MercuryCreateChangeProposalPayload = Payload & {
|
|
72777
|
+
__typename?: 'MercuryCreateChangeProposalPayload';
|
|
72778
|
+
createdChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
72779
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72780
|
+
success: Scalars['Boolean']['output'];
|
|
72781
|
+
};
|
|
71877
72782
|
export declare type MercuryCreateCommentInput = {
|
|
71878
72783
|
cloudId: Scalars['ID']['input'];
|
|
71879
72784
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -71923,6 +72828,17 @@ export declare type MercuryCreatePortfolioPayload = Payload & {
|
|
|
71923
72828
|
errors?: Maybe<Array<MutationError>>;
|
|
71924
72829
|
success: Scalars['Boolean']['output'];
|
|
71925
72830
|
};
|
|
72831
|
+
export declare type MercuryCreateStrategicEventInput = {
|
|
72832
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
72833
|
+
name: Scalars['String']['input'];
|
|
72834
|
+
targetDate: Scalars['String']['input'];
|
|
72835
|
+
};
|
|
72836
|
+
export declare type MercuryCreateStrategicEventPayload = Payload & {
|
|
72837
|
+
__typename?: 'MercuryCreateStrategicEventPayload';
|
|
72838
|
+
createdStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
72839
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72840
|
+
success: Scalars['Boolean']['output'];
|
|
72841
|
+
};
|
|
71926
72842
|
export declare type MercuryDeleteAllPreferenceInput = {
|
|
71927
72843
|
cloudId: Scalars['ID']['input'];
|
|
71928
72844
|
};
|
|
@@ -72078,6 +72994,7 @@ export declare type MercuryFocusArea = Node & {
|
|
|
72078
72994
|
teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
72079
72995
|
updatedDate: Scalars['String']['output'];
|
|
72080
72996
|
url?: Maybe<Scalars['String']['output']>;
|
|
72997
|
+
uuid: Scalars['UUID']['output'];
|
|
72081
72998
|
watchers?: Maybe<MercuryUserConnection>;
|
|
72082
72999
|
watching: Scalars['Boolean']['output'];
|
|
72083
73000
|
};
|
|
@@ -72951,6 +73868,114 @@ export declare type MercurySpendAggregation = {
|
|
|
72951
73868
|
aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72952
73869
|
totalAssignedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
72953
73870
|
};
|
|
73871
|
+
export declare type MercuryStrategicEvent = Node & {
|
|
73872
|
+
__typename?: 'MercuryStrategicEvent';
|
|
73873
|
+
id: Scalars['ID']['output'];
|
|
73874
|
+
name: Scalars['String']['output'];
|
|
73875
|
+
owner?: Maybe<User>;
|
|
73876
|
+
status?: Maybe<MercuryStrategicEventStatus>;
|
|
73877
|
+
statusTransitions?: Maybe<MercuryStrategicEventStatusTransitions>;
|
|
73878
|
+
targetDate?: Maybe<Scalars['String']['output']>;
|
|
73879
|
+
};
|
|
73880
|
+
export declare type MercuryStrategicEventConnection = {
|
|
73881
|
+
__typename?: 'MercuryStrategicEventConnection';
|
|
73882
|
+
edges?: Maybe<Array<Maybe<MercuryStrategicEventEdge>>>;
|
|
73883
|
+
pageInfo: PageInfo;
|
|
73884
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
73885
|
+
};
|
|
73886
|
+
export declare type MercuryStrategicEventEdge = {
|
|
73887
|
+
__typename?: 'MercuryStrategicEventEdge';
|
|
73888
|
+
cursor: Scalars['String']['output'];
|
|
73889
|
+
node?: Maybe<MercuryStrategicEvent>;
|
|
73890
|
+
};
|
|
73891
|
+
export declare type MercuryStrategicEventSort = {
|
|
73892
|
+
field: MercuryStrategicEventSortField;
|
|
73893
|
+
order: SortOrder;
|
|
73894
|
+
};
|
|
73895
|
+
export declare enum MercuryStrategicEventSortField {
|
|
73896
|
+
Name = "NAME",
|
|
73897
|
+
Status = "STATUS",
|
|
73898
|
+
TargetDate = "TARGET_DATE"
|
|
73899
|
+
}
|
|
73900
|
+
export declare type MercuryStrategicEventStatus = {
|
|
73901
|
+
__typename?: 'MercuryStrategicEventStatus';
|
|
73902
|
+
color: Scalars['String']['output'];
|
|
73903
|
+
displayName: Scalars['String']['output'];
|
|
73904
|
+
id: Scalars['ID']['output'];
|
|
73905
|
+
key: Scalars['String']['output'];
|
|
73906
|
+
order: Scalars['Int']['output'];
|
|
73907
|
+
};
|
|
73908
|
+
export declare type MercuryStrategicEventStatusTransition = {
|
|
73909
|
+
__typename?: 'MercuryStrategicEventStatusTransition';
|
|
73910
|
+
id: Scalars['ID']['output'];
|
|
73911
|
+
to: MercuryStrategicEventStatus;
|
|
73912
|
+
};
|
|
73913
|
+
export declare type MercuryStrategicEventStatusTransitions = {
|
|
73914
|
+
__typename?: 'MercuryStrategicEventStatusTransitions';
|
|
73915
|
+
available: Array<MercuryStrategicEventStatusTransition>;
|
|
73916
|
+
};
|
|
73917
|
+
export declare type MercuryStrategicEventsMutationApi = {
|
|
73918
|
+
__typename?: 'MercuryStrategicEventsMutationApi';
|
|
73919
|
+
createChangeProposal?: Maybe<MercuryCreateChangeProposalPayload>;
|
|
73920
|
+
createStrategicEvent?: Maybe<MercuryCreateStrategicEventPayload>;
|
|
73921
|
+
};
|
|
73922
|
+
export declare type MercuryStrategicEventsMutationApiCreateChangeProposalArgs = {
|
|
73923
|
+
input: MercuryCreateChangeProposalInput;
|
|
73924
|
+
};
|
|
73925
|
+
export declare type MercuryStrategicEventsMutationApiCreateStrategicEventArgs = {
|
|
73926
|
+
input: MercuryCreateStrategicEventInput;
|
|
73927
|
+
};
|
|
73928
|
+
export declare type MercuryStrategicEventsQueryApi = {
|
|
73929
|
+
__typename?: 'MercuryStrategicEventsQueryApi';
|
|
73930
|
+
changeProposal?: Maybe<MercuryChangeProposal>;
|
|
73931
|
+
changeProposalStatuses: Array<MercuryChangeProposalStatus>;
|
|
73932
|
+
changeProposals?: Maybe<Array<Maybe<MercuryChangeProposal>>>;
|
|
73933
|
+
changeProposalsSearch?: Maybe<MercuryChangeProposalConnection>;
|
|
73934
|
+
strategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
73935
|
+
strategicEventStatuses: Array<MercuryStrategicEventStatus>;
|
|
73936
|
+
strategicEvents?: Maybe<Array<Maybe<MercuryStrategicEvent>>>;
|
|
73937
|
+
strategicEventsSearch?: Maybe<MercuryStrategicEventConnection>;
|
|
73938
|
+
transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
|
|
73939
|
+
transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
|
|
73940
|
+
};
|
|
73941
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalArgs = {
|
|
73942
|
+
id: Scalars['ID']['input'];
|
|
73943
|
+
};
|
|
73944
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalStatusesArgs = {
|
|
73945
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73946
|
+
};
|
|
73947
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsArgs = {
|
|
73948
|
+
ids: Array<Scalars['ID']['input']>;
|
|
73949
|
+
};
|
|
73950
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalsSearchArgs = {
|
|
73951
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73952
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73953
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73954
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
73955
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryChangeProposalSort>>>;
|
|
73956
|
+
};
|
|
73957
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventArgs = {
|
|
73958
|
+
id: Scalars['ID']['input'];
|
|
73959
|
+
};
|
|
73960
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventStatusesArgs = {
|
|
73961
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73962
|
+
};
|
|
73963
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsArgs = {
|
|
73964
|
+
ids: Array<Scalars['ID']['input']>;
|
|
73965
|
+
};
|
|
73966
|
+
export declare type MercuryStrategicEventsQueryApiStrategicEventsSearchArgs = {
|
|
73967
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73968
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
73969
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73970
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
73971
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryStrategicEventSort>>>;
|
|
73972
|
+
};
|
|
73973
|
+
export declare type MercuryStrategicEventsQueryApiTransitionChangeProposalStatusArgs = {
|
|
73974
|
+
input: MercuryTransitionChangeProposalStatusInput;
|
|
73975
|
+
};
|
|
73976
|
+
export declare type MercuryStrategicEventsQueryApiTransitionStrategicEventStatusArgs = {
|
|
73977
|
+
input: MercuryTransitionStrategicEventStatusInput;
|
|
73978
|
+
};
|
|
72954
73979
|
export declare type MercuryTargetDate = {
|
|
72955
73980
|
__typename?: 'MercuryTargetDate';
|
|
72956
73981
|
targetDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -73018,11 +74043,33 @@ export declare type MercuryTeamSort = {
|
|
|
73018
74043
|
export declare enum MercuryTeamSortField {
|
|
73019
74044
|
Name = "NAME"
|
|
73020
74045
|
}
|
|
74046
|
+
export declare type MercuryTransitionChangeProposalPayload = Payload & {
|
|
74047
|
+
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
74048
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74049
|
+
success: Scalars['Boolean']['output'];
|
|
74050
|
+
updatedChangeProposal?: Maybe<MercuryChangeProposal>;
|
|
74051
|
+
};
|
|
74052
|
+
export declare type MercuryTransitionChangeProposalStatusInput = {
|
|
74053
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74054
|
+
id: Scalars['ID']['input'];
|
|
74055
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74056
|
+
};
|
|
73021
74057
|
export declare type MercuryTransitionFocusAreaStatusInput = {
|
|
73022
74058
|
cloudId: Scalars['ID']['input'];
|
|
73023
74059
|
id: Scalars['ID']['input'];
|
|
73024
74060
|
statusTransitionId: Scalars['ID']['input'];
|
|
73025
74061
|
};
|
|
74062
|
+
export declare type MercuryTransitionStrategicEventPayload = Payload & {
|
|
74063
|
+
__typename?: 'MercuryTransitionStrategicEventPayload';
|
|
74064
|
+
errors?: Maybe<Array<MutationError>>;
|
|
74065
|
+
success: Scalars['Boolean']['output'];
|
|
74066
|
+
updatedStrategicEvent?: Maybe<MercuryStrategicEvent>;
|
|
74067
|
+
};
|
|
74068
|
+
export declare type MercuryTransitionStrategicEventStatusInput = {
|
|
74069
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
74070
|
+
id: Scalars['ID']['input'];
|
|
74071
|
+
statusTransitionId: Scalars['ID']['input'];
|
|
74072
|
+
};
|
|
73026
74073
|
export declare type MercuryUpdateCommentInput = {
|
|
73027
74074
|
cloudId: Scalars['ID']['input'];
|
|
73028
74075
|
commentText: Scalars['MercuryJSONString']['input'];
|
|
@@ -73347,8 +74394,8 @@ export declare type Mutation = {
|
|
|
73347
74394
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
73348
74395
|
agentStudio_updateAgentActions?: Maybe<AgentStudioUpdateAgentActionsPayload>;
|
|
73349
74396
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
74397
|
+
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
73350
74398
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
73351
|
-
appRecommendations?: Maybe<AppRecMutation>;
|
|
73352
74399
|
appStorage?: Maybe<AppStorageMutation>;
|
|
73353
74400
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
73354
74401
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
@@ -73541,6 +74588,8 @@ export declare type Mutation = {
|
|
|
73541
74588
|
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
73542
74589
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
73543
74590
|
confluence_makeSubCalendarPrivateUrl?: Maybe<ConfluenceMakeSubCalendarPrivateUrlPayload>;
|
|
74591
|
+
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
74592
|
+
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
73544
74593
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
73545
74594
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
73546
74595
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
@@ -73557,6 +74606,7 @@ export declare type Mutation = {
|
|
|
73557
74606
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
73558
74607
|
createAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
73559
74608
|
createApp?: Maybe<CreateAppResponse>;
|
|
74609
|
+
createAppContainer?: Maybe<CreateAppContainerPayload>;
|
|
73560
74610
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
73561
74611
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
73562
74612
|
createAppTunnels?: Maybe<CreateAppTunnelResponse>;
|
|
@@ -73599,10 +74649,12 @@ export declare type Mutation = {
|
|
|
73599
74649
|
createSystemSpace?: Maybe<Space>;
|
|
73600
74650
|
createTemplate?: Maybe<ContentTemplate>;
|
|
73601
74651
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
74652
|
+
customerHubAgentConfiguration_updateIdentityConfiguration?: Maybe<CustomerHubAgentConfigurationUpdateIdentityPayload>;
|
|
73602
74653
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
73603
74654
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
73604
74655
|
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
73605
74656
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
74657
|
+
deleteAppContainer?: Maybe<DeleteAppContainerPayload>;
|
|
73606
74658
|
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
73607
74659
|
deleteAppTunnels?: Maybe<GenericMutationResponse>;
|
|
73608
74660
|
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
@@ -73691,6 +74743,7 @@ export declare type Mutation = {
|
|
|
73691
74743
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
73692
74744
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
73693
74745
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
74746
|
+
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
73694
74747
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
73695
74748
|
jsw?: Maybe<JswMutation>;
|
|
73696
74749
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -73703,6 +74756,7 @@ export declare type Mutation = {
|
|
|
73703
74756
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
73704
74757
|
mercury?: Maybe<MercuryMutationApi>;
|
|
73705
74758
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
74759
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
73706
74760
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
73707
74761
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
73708
74762
|
movePageAfter?: Maybe<MovePagePayload>;
|
|
@@ -73848,7 +74902,6 @@ export declare type Mutation = {
|
|
|
73848
74902
|
updatePolarisInsight?: Maybe<UpdatePolarisInsightPayload>;
|
|
73849
74903
|
updatePolarisPlay?: Maybe<UpdatePolarisPlayPayload>;
|
|
73850
74904
|
updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
|
|
73851
|
-
updatePolarisTermsConsent?: Maybe<UpdatePolarisTermsConsentPayload>;
|
|
73852
74905
|
updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
|
|
73853
74906
|
updatePolarisViewArrangementInfo?: Maybe<UpdatePolarisViewArrangementInfoPayload>;
|
|
73854
74907
|
updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
|
|
@@ -73913,6 +74966,10 @@ export declare type MutationAgentStudio_UpdateAgentDetailsArgs = {
|
|
|
73913
74966
|
id: Scalars['ID']['input'];
|
|
73914
74967
|
input: AgentStudioUpdateAgentDetailsInput;
|
|
73915
74968
|
};
|
|
74969
|
+
export declare type MutationAgentStudio_UpdateAgentKnowledgeSourcesArgs = {
|
|
74970
|
+
id: Scalars['ID']['input'];
|
|
74971
|
+
input: AgentStudioKnowledgeConfigurationInput;
|
|
74972
|
+
};
|
|
73916
74973
|
export declare type MutationAgentStudio_UpdateConversationStartersArgs = {
|
|
73917
74974
|
id: Scalars['ID']['input'];
|
|
73918
74975
|
input: AgentStudioUpdateConversationStartersInput;
|
|
@@ -74506,6 +75563,14 @@ export declare type MutationConfluence_MakeSubCalendarPrivateUrlArgs = {
|
|
|
74506
75563
|
cloudId: Scalars['ID']['input'];
|
|
74507
75564
|
input: ConfluenceMakeSubCalendarPrivateUrlInput;
|
|
74508
75565
|
};
|
|
75566
|
+
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
75567
|
+
cloudId: Scalars['ID']['input'];
|
|
75568
|
+
commentId: Scalars['ID']['input'];
|
|
75569
|
+
};
|
|
75570
|
+
export declare type MutationConfluence_ResolveCommentsArgs = {
|
|
75571
|
+
cloudId: Scalars['ID']['input'];
|
|
75572
|
+
commentIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
75573
|
+
};
|
|
74509
75574
|
export declare type MutationConfluence_UnwatchSubCalendarArgs = {
|
|
74510
75575
|
cloudId: Scalars['ID']['input'];
|
|
74511
75576
|
input: ConfluenceUnwatchSubCalendarInput;
|
|
@@ -74564,6 +75629,9 @@ export declare type MutationCreateAdminAnnouncementBannerArgs = {
|
|
|
74564
75629
|
export declare type MutationCreateAppArgs = {
|
|
74565
75630
|
input: CreateAppInput;
|
|
74566
75631
|
};
|
|
75632
|
+
export declare type MutationCreateAppContainerArgs = {
|
|
75633
|
+
input: AppContainerInput;
|
|
75634
|
+
};
|
|
74567
75635
|
export declare type MutationCreateAppDeploymentArgs = {
|
|
74568
75636
|
input: CreateAppDeploymentInput;
|
|
74569
75637
|
};
|
|
@@ -74714,6 +75782,11 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
74714
75782
|
forceCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
74715
75783
|
input: WebTriggerUrlInput;
|
|
74716
75784
|
};
|
|
75785
|
+
export declare type MutationCustomerHubAgentConfiguration_UpdateIdentityConfigurationArgs = {
|
|
75786
|
+
agentConfigurationId: Scalars['ID']['input'];
|
|
75787
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
75788
|
+
input?: InputMaybe<CustomerHubAgentConfigurationUpdateIdentityConfigurationInput>;
|
|
75789
|
+
};
|
|
74717
75790
|
export declare type MutationCustomerServiceArgs = {
|
|
74718
75791
|
cloudId: Scalars['ID']['input'];
|
|
74719
75792
|
};
|
|
@@ -74723,6 +75796,9 @@ export declare type MutationDeactivatePaywallContentArgs = {
|
|
|
74723
75796
|
export declare type MutationDeleteAppArgs = {
|
|
74724
75797
|
input: DeleteAppInput;
|
|
74725
75798
|
};
|
|
75799
|
+
export declare type MutationDeleteAppContainerArgs = {
|
|
75800
|
+
input: AppContainerInput;
|
|
75801
|
+
};
|
|
74726
75802
|
export declare type MutationDeleteAppEnvironmentVariableArgs = {
|
|
74727
75803
|
input: DeleteAppEnvironmentVariableInput;
|
|
74728
75804
|
};
|
|
@@ -74965,6 +76041,9 @@ export declare type MutationJira_SetViewGroupByArgs = {
|
|
|
74965
76041
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
74966
76042
|
input: JiraUpdateBackgroundInput;
|
|
74967
76043
|
};
|
|
76044
|
+
export declare type MutationJira_UpdateProjectsSidebarMenuArgs = {
|
|
76045
|
+
input: JiraUpdateSidebarMenuDisplaySettingInput;
|
|
76046
|
+
};
|
|
74968
76047
|
export declare type MutationKnowledgeBaseArgs = {
|
|
74969
76048
|
cloudId: Scalars['ID']['input'];
|
|
74970
76049
|
};
|
|
@@ -75412,9 +76491,6 @@ export declare type MutationUpdatePolarisPlayContributionArgs = {
|
|
|
75412
76491
|
id: Scalars['ID']['input'];
|
|
75413
76492
|
input: UpdatePolarisPlayContribution;
|
|
75414
76493
|
};
|
|
75415
|
-
export declare type MutationUpdatePolarisTermsConsentArgs = {
|
|
75416
|
-
input: UpdatePolarisTermsConsentInput;
|
|
75417
|
-
};
|
|
75418
76494
|
export declare type MutationUpdatePolarisViewArgs = {
|
|
75419
76495
|
id: Scalars['ID']['input'];
|
|
75420
76496
|
input: UpdatePolarisViewInput;
|
|
@@ -75606,6 +76682,9 @@ export declare type MyVisitedSpacesItems = {
|
|
|
75606
76682
|
__typename?: 'MyVisitedSpacesItems';
|
|
75607
76683
|
spaces?: Maybe<Array<Maybe<Space>>>;
|
|
75608
76684
|
};
|
|
76685
|
+
export declare type MyVisitedSpacesItemsSpacesArgs = {
|
|
76686
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76687
|
+
};
|
|
75609
76688
|
export declare type NadelBatchObjectIdentifiedBy = {
|
|
75610
76689
|
resultId: Scalars['String']['input'];
|
|
75611
76690
|
sourceId: Scalars['String']['input'];
|
|
@@ -77577,12 +78656,6 @@ export declare type PolarisStatusCategory = {
|
|
|
77577
78656
|
key: Scalars['String']['output'];
|
|
77578
78657
|
name: Scalars['String']['output'];
|
|
77579
78658
|
};
|
|
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
78659
|
export declare type PolarisTimelineConfig = {
|
|
77587
78660
|
__typename?: 'PolarisTimelineConfig';
|
|
77588
78661
|
dueDateField?: Maybe<PolarisIdeaField>;
|
|
@@ -78132,6 +79205,9 @@ export declare type Query = {
|
|
|
78132
79205
|
app?: Maybe<App>;
|
|
78133
79206
|
appActiveTunnels?: Maybe<AppTunnelDefinitions>;
|
|
78134
79207
|
appAdmin?: Maybe<AppAdminQuery>;
|
|
79208
|
+
appContainer?: Maybe<AppContainer>;
|
|
79209
|
+
appContainerRegistryLogin?: Maybe<AppContainerRegistryLogin>;
|
|
79210
|
+
appContainers?: Maybe<Array<AppContainer>>;
|
|
78135
79211
|
appContributors: Array<AppContributor>;
|
|
78136
79212
|
appDeployment?: Maybe<AppDeployment>;
|
|
78137
79213
|
appHostServiceScopes: Array<Maybe<AppHostServiceScope>>;
|
|
@@ -78140,15 +79216,14 @@ export declare type Query = {
|
|
|
78140
79216
|
appLogLines?: Maybe<AppLogLineConnection>;
|
|
78141
79217
|
appLogs?: Maybe<AppLogConnection>;
|
|
78142
79218
|
appLogsWithMetaData?: Maybe<AppLogsWithMetaDataResponse>;
|
|
78143
|
-
appRecommendations?: Maybe<AppRecQuery>;
|
|
78144
79219
|
appStorage_sqlDatabase?: Maybe<AppStorageSqlDatabasePayload>;
|
|
78145
79220
|
appStoredCustomEntities?: Maybe<AppStoredCustomEntityConnection>;
|
|
78146
79221
|
appStoredCustomEntity?: Maybe<AppStoredCustomEntity>;
|
|
78147
79222
|
appStoredEntities?: Maybe<AppStoredEntityConnection>;
|
|
78148
|
-
appStoredEntitiesForCleanup?: Maybe<AppStoredEntityConnection>;
|
|
78149
79223
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
78150
79224
|
apps?: Maybe<AppConnection>;
|
|
78151
79225
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
79226
|
+
atlassianStudio_userSiteContext?: Maybe<AtlassianStudioUserSiteContextResult>;
|
|
78152
79227
|
availableContentStates?: Maybe<AvailableContentStates>;
|
|
78153
79228
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
78154
79229
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
@@ -78160,7 +79235,6 @@ export declare type Query = {
|
|
|
78160
79235
|
catchupEditMetadataForContent?: Maybe<CatchupEditMetadataForContent>;
|
|
78161
79236
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
78162
79237
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
78163
|
-
catchupVersionSummaryMetadataForContent?: Maybe<CatchupVersionSummaryMetadataForContent>;
|
|
78164
79238
|
ccp?: Maybe<CcpQueryApi>;
|
|
78165
79239
|
classificationLevel?: Maybe<ContentDataClassificationLevel>;
|
|
78166
79240
|
classificationLevels?: Maybe<Array<ContentDataClassificationLevel>>;
|
|
@@ -78393,6 +79467,7 @@ export declare type Query = {
|
|
|
78393
79467
|
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
78394
79468
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
78395
79469
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
79470
|
+
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
78396
79471
|
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
|
|
78397
79472
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
78398
79473
|
confluence_refreshMigrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78407,7 +79482,6 @@ export declare type Query = {
|
|
|
78407
79482
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
78408
79483
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
78409
79484
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
78410
|
-
connectedData?: Maybe<ConnectedDataQuery>;
|
|
78411
79485
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
78412
79486
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
78413
79487
|
content?: Maybe<PaginatedContentListWithChild>;
|
|
@@ -78442,6 +79516,8 @@ export declare type Query = {
|
|
|
78442
79516
|
countUsersGroupByPage?: Maybe<CountUsersGroupByPage>;
|
|
78443
79517
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
78444
79518
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
79519
|
+
customerHubAgentConfiguration_configurationByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationResult>;
|
|
79520
|
+
customerHubAgentConfiguration_mappingByHelpCenterAri?: Maybe<CustomerHubAgentConfigurationIdentityMappingResult>;
|
|
78445
79521
|
customerService?: Maybe<CustomerServiceQueryApi>;
|
|
78446
79522
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
78447
79523
|
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
@@ -78476,8 +79552,10 @@ export declare type Query = {
|
|
|
78476
79552
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
78477
79553
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
78478
79554
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
79555
|
+
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
78479
79556
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
78480
79557
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
79558
|
+
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
78481
79559
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
78482
79560
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
78483
79561
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -78505,7 +79583,6 @@ export declare type Query = {
|
|
|
78505
79583
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
78506
79584
|
external_entities?: Maybe<ExternalEntities>;
|
|
78507
79585
|
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
78508
|
-
external_entitiesV2ForHydration?: Maybe<ExternalEntitiesV2ForHydration>;
|
|
78509
79586
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
78510
79587
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
78511
79588
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -78579,10 +79656,12 @@ export declare type Query = {
|
|
|
78579
79656
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
78580
79657
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
78581
79658
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
79659
|
+
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
78582
79660
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
78583
79661
|
jsw?: Maybe<JswQuery>;
|
|
78584
79662
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
78585
79663
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
79664
|
+
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
78586
79665
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
78587
79666
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
78588
79667
|
license?: Maybe<License>;
|
|
@@ -78596,6 +79675,7 @@ export declare type Query = {
|
|
|
78596
79675
|
loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
|
|
78597
79676
|
loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
|
|
78598
79677
|
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
79678
|
+
loom_settings?: Maybe<LoomSettings>;
|
|
78599
79679
|
loom_space?: Maybe<LoomSpace>;
|
|
78600
79680
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
78601
79681
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
@@ -78614,6 +79694,7 @@ export declare type Query = {
|
|
|
78614
79694
|
me: AuthenticationContext;
|
|
78615
79695
|
mercury?: Maybe<MercuryQueryApi>;
|
|
78616
79696
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
79697
|
+
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
78617
79698
|
migration: MigrationQuery;
|
|
78618
79699
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
78619
79700
|
migrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78661,7 +79742,6 @@ export declare type Query = {
|
|
|
78661
79742
|
polarisLabels?: Maybe<Array<LabelUsage>>;
|
|
78662
79743
|
polarisProject?: Maybe<PolarisProject>;
|
|
78663
79744
|
polarisSnippetPropertiesConfig?: Maybe<PolarisSnippetPropertiesConfig>;
|
|
78664
|
-
polarisTermsConsent?: Maybe<PolarisTermsConsent>;
|
|
78665
79745
|
polarisView?: Maybe<PolarisView>;
|
|
78666
79746
|
polarisViewArrangementInfo?: Maybe<Scalars['JSON']['output']>;
|
|
78667
79747
|
popularFeed?: Maybe<PaginatedPopularFeed>;
|
|
@@ -78744,7 +79824,6 @@ export declare type Query = {
|
|
|
78744
79824
|
team?: Maybe<TeamQuery>;
|
|
78745
79825
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
78746
79826
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
78747
|
-
teamPresence?: Maybe<TeamPresence>;
|
|
78748
79827
|
template?: Maybe<ContentPlatformTemplate>;
|
|
78749
79828
|
templateBodies?: Maybe<PaginatedTemplateBodyList>;
|
|
78750
79829
|
templateCategories?: Maybe<PaginatedTemplateCategoryList>;
|
|
@@ -78856,6 +79935,16 @@ export declare type QueryAppActiveTunnelsArgs = {
|
|
|
78856
79935
|
export declare type QueryAppAdminArgs = {
|
|
78857
79936
|
appId: Scalars['ID']['input'];
|
|
78858
79937
|
};
|
|
79938
|
+
export declare type QueryAppContainerArgs = {
|
|
79939
|
+
appId: Scalars['ID']['input'];
|
|
79940
|
+
containerKey: Scalars['String']['input'];
|
|
79941
|
+
};
|
|
79942
|
+
export declare type QueryAppContainerRegistryLoginArgs = {
|
|
79943
|
+
appId: Scalars['ID']['input'];
|
|
79944
|
+
};
|
|
79945
|
+
export declare type QueryAppContainersArgs = {
|
|
79946
|
+
appId: Scalars['ID']['input'];
|
|
79947
|
+
};
|
|
78859
79948
|
export declare type QueryAppContributorsArgs = {
|
|
78860
79949
|
id: Scalars['ID']['input'];
|
|
78861
79950
|
};
|
|
@@ -78923,12 +80012,6 @@ export declare type QueryAppStoredEntitiesArgs = {
|
|
|
78923
80012
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78924
80013
|
where?: InputMaybe<Array<AppStoredEntityFilter>>;
|
|
78925
80014
|
};
|
|
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
80015
|
export declare type QueryAppStoredEntityArgs = {
|
|
78933
80016
|
contextAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78934
80017
|
encrypted?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -78944,6 +80027,9 @@ export declare type QueryAppsArgs = {
|
|
|
78944
80027
|
export declare type QueryAquaOutgoingEmailLogsArgs = {
|
|
78945
80028
|
cloudId: Scalars['ID']['input'];
|
|
78946
80029
|
};
|
|
80030
|
+
export declare type QueryAtlassianStudio_UserSiteContextArgs = {
|
|
80031
|
+
cloudId: Scalars['ID']['input'];
|
|
80032
|
+
};
|
|
78947
80033
|
export declare type QueryAvailableContentStatesArgs = {
|
|
78948
80034
|
contentId: Scalars['ID']['input'];
|
|
78949
80035
|
};
|
|
@@ -78960,6 +80046,8 @@ export declare type QueryBlockedAccessRestrictionsArgs = {
|
|
|
78960
80046
|
};
|
|
78961
80047
|
export declare type QueryBoardScopeArgs = {
|
|
78962
80048
|
boardId: Scalars['ID']['input'];
|
|
80049
|
+
customFilterIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
80050
|
+
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
78963
80051
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78964
80052
|
};
|
|
78965
80053
|
export declare type QueryBulkPermittedArgs = {
|
|
@@ -78991,12 +80079,6 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
78991
80079
|
originalContentVersion: Scalars['Int']['input'];
|
|
78992
80080
|
revisedContentVersion: Scalars['Int']['input'];
|
|
78993
80081
|
};
|
|
78994
|
-
export declare type QueryCatchupVersionSummaryMetadataForContentArgs = {
|
|
78995
|
-
contentId: Scalars['ID']['input'];
|
|
78996
|
-
contentType: CatchupContentType;
|
|
78997
|
-
endTimeMs: Scalars['Long']['input'];
|
|
78998
|
-
updateType: CatchupUpdateType;
|
|
78999
|
-
};
|
|
79000
80082
|
export declare type QueryClassificationLevelArgs = {
|
|
79001
80083
|
id: Scalars['String']['input'];
|
|
79002
80084
|
};
|
|
@@ -79984,6 +81066,9 @@ export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
|
79984
81066
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
79985
81067
|
cloudId: Scalars['ID']['input'];
|
|
79986
81068
|
};
|
|
81069
|
+
export declare type QueryConfluence_EmptyArgs = {
|
|
81070
|
+
id: Scalars['ID']['input'];
|
|
81071
|
+
};
|
|
79987
81072
|
export declare type QueryConfluence_ExternalCollaboratorsByCriteriaArgs = {
|
|
79988
81073
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79989
81074
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -80053,7 +81138,7 @@ export declare type QueryConfluence_UserContentAccessArgs = {
|
|
|
80053
81138
|
accessType: ResourceAccessType;
|
|
80054
81139
|
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
80055
81140
|
cloudId: Scalars['ID']['input'];
|
|
80056
|
-
contentId: Scalars['
|
|
81141
|
+
contentId: Scalars['ID']['input'];
|
|
80057
81142
|
};
|
|
80058
81143
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
80059
81144
|
applicationId: Scalars['ID']['input'];
|
|
@@ -80257,6 +81342,12 @@ export declare type QueryCountUsersGroupByPageArgs = {
|
|
|
80257
81342
|
sortOrder?: InputMaybe<Scalars['String']['input']>;
|
|
80258
81343
|
startTime: Scalars['String']['input'];
|
|
80259
81344
|
};
|
|
81345
|
+
export declare type QueryCustomerHubAgentConfiguration_ConfigurationByHelpCenterAriArgs = {
|
|
81346
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81347
|
+
};
|
|
81348
|
+
export declare type QueryCustomerHubAgentConfiguration_MappingByHelpCenterAriArgs = {
|
|
81349
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
81350
|
+
};
|
|
80260
81351
|
export declare type QueryCustomerServiceArgs = {
|
|
80261
81352
|
cloudId: Scalars['ID']['input'];
|
|
80262
81353
|
};
|
|
@@ -80389,6 +81480,9 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
80389
81480
|
jobId: Scalars['ID']['input'];
|
|
80390
81481
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
80391
81482
|
};
|
|
81483
|
+
export declare type QueryDevai_AutodevJobsByAriArgs = {
|
|
81484
|
+
jobAris: Array<Scalars['ID']['input']>;
|
|
81485
|
+
};
|
|
80392
81486
|
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
80393
81487
|
issueAri: Scalars['ID']['input'];
|
|
80394
81488
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -80400,6 +81494,10 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
80400
81494
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
80401
81495
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
80402
81496
|
};
|
|
81497
|
+
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
81498
|
+
atlassianAccountId: Scalars['ID']['input'];
|
|
81499
|
+
cloudId: Scalars['ID']['input'];
|
|
81500
|
+
};
|
|
80403
81501
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
80404
81502
|
cloudId: Scalars['ID']['input'];
|
|
80405
81503
|
jobId: Scalars['ID']['input'];
|
|
@@ -80707,6 +81805,10 @@ export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
|
80707
81805
|
cloudId: Scalars['ID']['input'];
|
|
80708
81806
|
idOrKey: Scalars['String']['input'];
|
|
80709
81807
|
};
|
|
81808
|
+
export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
81809
|
+
cloudId: Scalars['ID']['input'];
|
|
81810
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
81811
|
+
};
|
|
80710
81812
|
export declare type QueryKnowledgeBaseArgs = {
|
|
80711
81813
|
cloudId: Scalars['ID']['input'];
|
|
80712
81814
|
};
|
|
@@ -80714,6 +81816,9 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
80714
81816
|
cloudId: Scalars['ID']['input'];
|
|
80715
81817
|
spaceAris: Array<Scalars['ID']['input']>;
|
|
80716
81818
|
};
|
|
81819
|
+
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
81820
|
+
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
81821
|
+
};
|
|
80717
81822
|
export declare type QueryLabelSearchArgs = {
|
|
80718
81823
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
80719
81824
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -80742,6 +81847,9 @@ export declare type QueryLoom_MeetingRecurrencesArgs = {
|
|
|
80742
81847
|
export declare type QueryLoom_MeetingsArgs = {
|
|
80743
81848
|
ids: Array<Scalars['ID']['input']>;
|
|
80744
81849
|
};
|
|
81850
|
+
export declare type QueryLoom_SettingsArgs = {
|
|
81851
|
+
siteId: Scalars['ID']['input'];
|
|
81852
|
+
};
|
|
80745
81853
|
export declare type QueryLoom_SpaceArgs = {
|
|
80746
81854
|
id: Scalars['ID']['input'];
|
|
80747
81855
|
};
|
|
@@ -80796,6 +81904,7 @@ export declare type QueryMyVisitedPagesArgs = {
|
|
|
80796
81904
|
};
|
|
80797
81905
|
export declare type QueryMyVisitedSpacesArgs = {
|
|
80798
81906
|
accountId?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
81907
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
80799
81908
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
80800
81909
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
80801
81910
|
eventName?: InputMaybe<Array<InputMaybe<AnalyticsEventName>>>;
|
|
@@ -80945,9 +82054,6 @@ export declare type QueryPolarisSnippetPropertiesConfigArgs = {
|
|
|
80945
82054
|
oauthClientId: Scalars['String']['input'];
|
|
80946
82055
|
project: Scalars['ID']['input'];
|
|
80947
82056
|
};
|
|
80948
|
-
export declare type QueryPolarisTermsConsentArgs = {
|
|
80949
|
-
cloudID: Scalars['ID']['input'];
|
|
80950
|
-
};
|
|
80951
82057
|
export declare type QueryPolarisViewArgs = {
|
|
80952
82058
|
id: Scalars['ID']['input'];
|
|
80953
82059
|
};
|
|
@@ -81163,6 +82269,9 @@ export declare type QuerySitePermissionsArgs = {
|
|
|
81163
82269
|
operations?: InputMaybe<Array<InputMaybe<SitePermissionOperationType>>>;
|
|
81164
82270
|
permissionTypes?: InputMaybe<Array<InputMaybe<SitePermissionType>>>;
|
|
81165
82271
|
};
|
|
82272
|
+
export declare type QuerySiteSettingsArgs = {
|
|
82273
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82274
|
+
};
|
|
81166
82275
|
export declare type QuerySnippetsArgs = {
|
|
81167
82276
|
accountId: Scalars['String']['input'];
|
|
81168
82277
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81175,6 +82284,7 @@ export declare type QuerySoftwareBoardsArgs = {
|
|
|
81175
82284
|
projectAri: Scalars['ID']['input'];
|
|
81176
82285
|
};
|
|
81177
82286
|
export declare type QuerySpaceArgs = {
|
|
82287
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
81178
82288
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
81179
82289
|
identifier?: InputMaybe<Scalars['ID']['input']>;
|
|
81180
82290
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81391,6 +82501,9 @@ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
|
|
|
81391
82501
|
export declare type QueryUserArgs = {
|
|
81392
82502
|
accountId: Scalars['ID']['input'];
|
|
81393
82503
|
};
|
|
82504
|
+
export declare type QueryUserAccessStatusArgs = {
|
|
82505
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82506
|
+
};
|
|
81394
82507
|
export declare type QueryUserGroupSearchArgs = {
|
|
81395
82508
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
81396
82509
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81878,7 +82991,6 @@ export declare enum RateLimitingCurrency {
|
|
|
81878
82991
|
PolarisReactionCurrency = "POLARIS_REACTION_CURRENCY",
|
|
81879
82992
|
PolarisSnippetCurrency = "POLARIS_SNIPPET_CURRENCY",
|
|
81880
82993
|
PolarisSnippetPropertiesConfigQueryCurrency = "POLARIS_SNIPPET_PROPERTIES_CONFIG_QUERY_CURRENCY",
|
|
81881
|
-
PolarisTermsConsentQueryCurrency = "POLARIS_TERMS_CONSENT_QUERY_CURRENCY",
|
|
81882
82994
|
PolarisUnfurlCurrency = "POLARIS_UNFURL_CURRENCY",
|
|
81883
82995
|
PolarisViewsetCurrency = "POLARIS_VIEWSET_CURRENCY",
|
|
81884
82996
|
PolarisViewArrangementInfoQueryCurrency = "POLARIS_VIEW_ARRANGEMENT_INFO_QUERY_CURRENCY",
|
|
@@ -82125,9 +83237,6 @@ export declare type RemoveGroupSpacePermissionsInput = {
|
|
|
82125
83237
|
groupNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
82126
83238
|
spaceKey: Scalars['String']['input'];
|
|
82127
83239
|
};
|
|
82128
|
-
export declare type RemovePolarisColumnInput = {
|
|
82129
|
-
column: Scalars['ID']['input'];
|
|
82130
|
-
};
|
|
82131
83240
|
export declare type RemovePublicLinkPermissionsInput = {
|
|
82132
83241
|
objectId: Scalars['ID']['input'];
|
|
82133
83242
|
objectType: PublicLinkPermissionsObjectType;
|
|
@@ -82146,6 +83255,12 @@ export declare type RemoveUserSpacePermissionsInput = {
|
|
|
82146
83255
|
accountId: Scalars['String']['input'];
|
|
82147
83256
|
spaceKey: Scalars['String']['input'];
|
|
82148
83257
|
};
|
|
83258
|
+
export declare type ReopenCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83259
|
+
__typename?: 'ReopenCommentsMutationErrorExtension';
|
|
83260
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83261
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83262
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83263
|
+
};
|
|
82149
83264
|
export declare type ReplyInlineCommentInput = {
|
|
82150
83265
|
commentBody: CommentBody;
|
|
82151
83266
|
commentSource?: InputMaybe<Platform>;
|
|
@@ -82190,6 +83305,12 @@ export declare type ResetToDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
|
82190
83305
|
errors?: Maybe<Array<MutationError>>;
|
|
82191
83306
|
success: Scalars['Boolean']['output'];
|
|
82192
83307
|
};
|
|
83308
|
+
export declare type ResolveCommentsMutationErrorExtension = MutationErrorExtension & {
|
|
83309
|
+
__typename?: 'ResolveCommentsMutationErrorExtension';
|
|
83310
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
83311
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
83312
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
83313
|
+
};
|
|
82193
83314
|
export declare type ResolveInlineCommentPayload = {
|
|
82194
83315
|
__typename?: 'ResolveInlineCommentPayload';
|
|
82195
83316
|
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
@@ -83710,6 +84831,7 @@ export declare type SearchLayerDefinition = {
|
|
|
83710
84831
|
subEntity?: InputMaybe<Scalars['String']['input']>;
|
|
83711
84832
|
};
|
|
83712
84833
|
export declare type SearchMercuryFilter = {
|
|
84834
|
+
ancestorIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83713
84835
|
focusAreaTypeIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83714
84836
|
owners?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
83715
84837
|
};
|
|
@@ -83747,6 +84869,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
83747
84869
|
experimentContext?: InputMaybe<SearchExperimentContextInput>;
|
|
83748
84870
|
filters: SearchFilterInput;
|
|
83749
84871
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
84872
|
+
interleaveResults?: InputMaybe<Scalars['Boolean']['input']>;
|
|
83750
84873
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
83751
84874
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
83752
84875
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
@@ -83848,7 +84971,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
83848
84971
|
type: SearchResultType;
|
|
83849
84972
|
url: Scalars['URL']['output'];
|
|
83850
84973
|
};
|
|
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;
|
|
84974
|
+
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
83852
84975
|
export declare type SearchResultFederated = SearchResult & {
|
|
83853
84976
|
__typename?: 'SearchResultFederated';
|
|
83854
84977
|
description: Scalars['String']['output'];
|
|
@@ -84069,6 +85192,7 @@ export declare type SearchResultMercuryFocusArea = SearchResult & {
|
|
|
84069
85192
|
export declare type SearchResultMercuryFocusAreaStatusUpdate = SearchResult & {
|
|
84070
85193
|
__typename?: 'SearchResultMercuryFocusAreaStatusUpdate';
|
|
84071
85194
|
description: Scalars['String']['output'];
|
|
85195
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
84072
85196
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
84073
85197
|
id: Scalars['ID']['output'];
|
|
84074
85198
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -84176,6 +85300,7 @@ export declare enum SearchSortOrder {
|
|
|
84176
85300
|
}
|
|
84177
85301
|
export declare type SearchThirdPartyFilter = {
|
|
84178
85302
|
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
85303
|
+
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84179
85304
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84180
85305
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
84181
85306
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -84280,13 +85405,6 @@ export declare type SecurityWorkspace = {
|
|
|
84280
85405
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
84281
85406
|
url?: Maybe<Scalars['URL']['output']>;
|
|
84282
85407
|
};
|
|
84283
|
-
export declare enum Segment {
|
|
84284
|
-
Enterprise = "ENTERPRISE",
|
|
84285
|
-
Free = "FREE",
|
|
84286
|
-
Premium = "PREMIUM",
|
|
84287
|
-
Standard = "STANDARD",
|
|
84288
|
-
Unknown = "UNKNOWN"
|
|
84289
|
-
}
|
|
84290
85408
|
export declare type ServiceProvider = {
|
|
84291
85409
|
__typename?: 'ServiceProvider';
|
|
84292
85410
|
endUserDataTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -86323,6 +87441,7 @@ export declare type SoftwareBoard = {
|
|
|
86323
87441
|
columns?: Maybe<Array<Maybe<Column>>>;
|
|
86324
87442
|
customSwimlaneConfig?: Maybe<JswCustomSwimlaneConnection>;
|
|
86325
87443
|
editConfig?: Maybe<BoardEditConfig>;
|
|
87444
|
+
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
86326
87445
|
hasClearedCards?: Maybe<Scalars['Boolean']['output']>;
|
|
86327
87446
|
id?: Maybe<Scalars['ID']['output']>;
|
|
86328
87447
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
@@ -86833,9 +87952,12 @@ export declare enum SpacePermissionType {
|
|
|
86833
87952
|
ArchiveSpace = "ARCHIVE_SPACE",
|
|
86834
87953
|
Comment = "COMMENT",
|
|
86835
87954
|
CreateAttachment = "CREATE_ATTACHMENT",
|
|
87955
|
+
CreateBlog = "CREATE_BLOG",
|
|
86836
87956
|
CreateEditPage = "CREATE_EDIT_PAGE",
|
|
86837
87957
|
DeleteSpace = "DELETE_SPACE",
|
|
86838
87958
|
EditBlog = "EDIT_BLOG",
|
|
87959
|
+
EditNativeContent = "EDIT_NATIVE_CONTENT",
|
|
87960
|
+
ExportContent = "EXPORT_CONTENT",
|
|
86839
87961
|
ExportPage = "EXPORT_PAGE",
|
|
86840
87962
|
ExportSpace = "EXPORT_SPACE",
|
|
86841
87963
|
ManageGuestUsers = "MANAGE_GUEST_USERS",
|
|
@@ -87255,10 +88377,12 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
87255
88377
|
};
|
|
87256
88378
|
export declare type Subscription = {
|
|
87257
88379
|
__typename?: 'Subscription';
|
|
88380
|
+
confluence_onContentUpdated?: Maybe<ConfluenceContent>;
|
|
87258
88381
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
87259
88382
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
87260
88383
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
87261
88384
|
devai_onAutodevJobLogsUpdated?: Maybe<DevAiAutodevLogEdge>;
|
|
88385
|
+
devai_onTechnicalPlannerJobUpdated?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87262
88386
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
87263
88387
|
jira?: Maybe<JiraSubscription>;
|
|
87264
88388
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
@@ -87269,6 +88393,9 @@ export declare type Subscription = {
|
|
|
87269
88393
|
testing?: Maybe<TestingSubscription>;
|
|
87270
88394
|
trello: TrelloSubscriptionApi;
|
|
87271
88395
|
};
|
|
88396
|
+
export declare type SubscriptionConfluence_OnContentUpdatedArgs = {
|
|
88397
|
+
id: Scalars['ID']['input'];
|
|
88398
|
+
};
|
|
87272
88399
|
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
87273
88400
|
cloudId: Scalars['ID']['input'];
|
|
87274
88401
|
jobId: Scalars['ID']['input'];
|
|
@@ -87281,6 +88408,10 @@ export declare type SubscriptionDevai_OnAutodevJobLogsUpdatedArgs = {
|
|
|
87281
88408
|
cloudId: Scalars['ID']['input'];
|
|
87282
88409
|
jobId: Scalars['ID']['input'];
|
|
87283
88410
|
};
|
|
88411
|
+
export declare type SubscriptionDevai_OnTechnicalPlannerJobUpdatedArgs = {
|
|
88412
|
+
cloudId: Scalars['ID']['input'];
|
|
88413
|
+
jobId: Scalars['ID']['input'];
|
|
88414
|
+
};
|
|
87284
88415
|
export declare enum SummaryType {
|
|
87285
88416
|
Blogpost = "BLOGPOST",
|
|
87286
88417
|
Page = "PAGE"
|
|
@@ -87884,10 +89015,6 @@ export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
|
87884
89015
|
principalsToRemove: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
87885
89016
|
role: TeamRole;
|
|
87886
89017
|
};
|
|
87887
|
-
export declare type TeamPresence = {
|
|
87888
|
-
__typename?: 'TeamPresence';
|
|
87889
|
-
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
87890
|
-
};
|
|
87891
89018
|
export declare type TeamPrincipal = {
|
|
87892
89019
|
__typename?: 'TeamPrincipal';
|
|
87893
89020
|
principalId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -88131,7 +89258,6 @@ export declare type Tenant = {
|
|
|
88131
89258
|
cloudId: Scalars['ID']['output'];
|
|
88132
89259
|
editions?: Maybe<ConfluenceEditions>;
|
|
88133
89260
|
environment: Environment;
|
|
88134
|
-
segment?: Maybe<Segment>;
|
|
88135
89261
|
shard: Scalars['String']['output'];
|
|
88136
89262
|
};
|
|
88137
89263
|
export declare type TenantContext = {
|
|
@@ -88732,6 +89858,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
88732
89858
|
owner?: Maybe<User>;
|
|
88733
89859
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
88734
89860
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
89861
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
88735
89862
|
state?: Maybe<TownsquareGoalState>;
|
|
88736
89863
|
status?: Maybe<TownsquareStatus>;
|
|
88737
89864
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
@@ -88748,6 +89875,14 @@ export declare type TownsquareGoalParentGoalSuggestionsArgs = {
|
|
|
88748
89875
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88749
89876
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
88750
89877
|
};
|
|
89878
|
+
export declare type TownsquareGoalRisksArgs = {
|
|
89879
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89880
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89881
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89882
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89883
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89884
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
89885
|
+
};
|
|
88751
89886
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
88752
89887
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88753
89888
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88918,6 +90053,17 @@ export declare type TownsquareGoalUpdateEdge = {
|
|
|
88918
90053
|
cursor: Scalars['String']['output'];
|
|
88919
90054
|
node?: Maybe<TownsquareGoalUpdate>;
|
|
88920
90055
|
};
|
|
90056
|
+
export declare type TownsquareHighlight = {
|
|
90057
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90058
|
+
creator?: Maybe<User>;
|
|
90059
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90060
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90061
|
+
id: Scalars['ID']['output'];
|
|
90062
|
+
lastEditedBy?: Maybe<User>;
|
|
90063
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90064
|
+
project?: Maybe<TownsquareProject>;
|
|
90065
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90066
|
+
};
|
|
88921
90067
|
export declare type TownsquareLocalizationField = {
|
|
88922
90068
|
__typename?: 'TownsquareLocalizationField';
|
|
88923
90069
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88994,12 +90140,23 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
88994
90140
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
88995
90141
|
name: Scalars['String']['output'];
|
|
88996
90142
|
owner?: Maybe<User>;
|
|
90143
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
90144
|
+
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
88997
90145
|
state?: Maybe<TownsquareProjectState>;
|
|
88998
90146
|
tags?: Maybe<TownsquareTagConnection>;
|
|
88999
90147
|
updates?: Maybe<TownsquareProjectUpdateConnection>;
|
|
89000
90148
|
url?: Maybe<Scalars['String']['output']>;
|
|
89001
90149
|
uuid: Scalars['String']['output'];
|
|
89002
90150
|
};
|
|
90151
|
+
export declare type TownsquareProjectRisksArgs = {
|
|
90152
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90153
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90154
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90155
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90156
|
+
isResolved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90157
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90158
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
90159
|
+
};
|
|
89003
90160
|
export declare type TownsquareProjectTagsArgs = {
|
|
89004
90161
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
89005
90162
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -89224,6 +90381,38 @@ export declare type TownsquareRelationshipInput = {
|
|
|
89224
90381
|
from: Scalars['String']['input'];
|
|
89225
90382
|
to: Scalars['String']['input'];
|
|
89226
90383
|
};
|
|
90384
|
+
export declare type TownsquareRisk = TownsquareHighlight & {
|
|
90385
|
+
__typename?: 'TownsquareRisk';
|
|
90386
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90387
|
+
creator?: Maybe<User>;
|
|
90388
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
90389
|
+
goal?: Maybe<TownsquareGoal>;
|
|
90390
|
+
id: Scalars['ID']['output'];
|
|
90391
|
+
lastEditedBy?: Maybe<User>;
|
|
90392
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90393
|
+
project?: Maybe<TownsquareProject>;
|
|
90394
|
+
resolvedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90395
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
90396
|
+
};
|
|
90397
|
+
export declare type TownsquareRiskConnection = {
|
|
90398
|
+
__typename?: 'TownsquareRiskConnection';
|
|
90399
|
+
count: Scalars['Int']['output'];
|
|
90400
|
+
edges?: Maybe<Array<Maybe<TownsquareRiskEdge>>>;
|
|
90401
|
+
pageInfo: PageInfo;
|
|
90402
|
+
};
|
|
90403
|
+
export declare type TownsquareRiskEdge = {
|
|
90404
|
+
__typename?: 'TownsquareRiskEdge';
|
|
90405
|
+
cursor: Scalars['String']['output'];
|
|
90406
|
+
node?: Maybe<TownsquareRisk>;
|
|
90407
|
+
};
|
|
90408
|
+
export declare enum TownsquareRiskSortEnum {
|
|
90409
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
90410
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
90411
|
+
IdAsc = "ID_ASC",
|
|
90412
|
+
IdDesc = "ID_DESC",
|
|
90413
|
+
SummaryAsc = "SUMMARY_ASC",
|
|
90414
|
+
SummaryDesc = "SUMMARY_DESC"
|
|
90415
|
+
}
|
|
89227
90416
|
export declare type TownsquareSetParentGoalInput = {
|
|
89228
90417
|
goalAri: Scalars['String']['input'];
|
|
89229
90418
|
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -89862,6 +91051,7 @@ export declare type TrelloBoardUpdatedEdge = {
|
|
|
89862
91051
|
export declare type TrelloBoardViewer = {
|
|
89863
91052
|
__typename?: 'TrelloBoardViewer';
|
|
89864
91053
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
91054
|
+
aiMSTeamsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89865
91055
|
aiSlackEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
89866
91056
|
calendarKey?: Maybe<Scalars['String']['output']>;
|
|
89867
91057
|
email?: Maybe<TrelloBoardViewerEmail>;
|
|
@@ -90093,6 +91283,8 @@ export declare type TrelloCardEdge = {
|
|
|
90093
91283
|
};
|
|
90094
91284
|
export declare enum TrelloCardExternalSource {
|
|
90095
91285
|
Email = "EMAIL",
|
|
91286
|
+
Msteams = "MSTEAMS",
|
|
91287
|
+
Siri = "SIRI",
|
|
90096
91288
|
Slack = "SLACK"
|
|
90097
91289
|
}
|
|
90098
91290
|
export declare type TrelloCardLimit = {
|
|
@@ -90691,6 +91883,7 @@ export declare type TrelloMutationApi = {
|
|
|
90691
91883
|
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
90692
91884
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
90693
91885
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
91886
|
+
updateBoardViewerAIMSTeams?: Maybe<TrelloUpdateBoardViewerAimsTeamsPayload>;
|
|
90694
91887
|
updateBoardViewerAISlack?: Maybe<TrelloUpdateBoardViewerAiSlackPayload>;
|
|
90695
91888
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
90696
91889
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
@@ -90747,6 +91940,9 @@ export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
|
90747
91940
|
export declare type TrelloMutationApiUpdateBoardViewerAiEmailArgs = {
|
|
90748
91941
|
input: TrelloUpdateBoardViewerAiEmailInput;
|
|
90749
91942
|
};
|
|
91943
|
+
export declare type TrelloMutationApiUpdateBoardViewerAimsTeamsArgs = {
|
|
91944
|
+
input: TrelloUpdateBoardViewerAimsTeamsInput;
|
|
91945
|
+
};
|
|
90750
91946
|
export declare type TrelloMutationApiUpdateBoardViewerAiSlackArgs = {
|
|
90751
91947
|
input: TrelloUpdateBoardViewerAiSlackInput;
|
|
90752
91948
|
};
|
|
@@ -90802,6 +91998,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
|
|
|
90802
91998
|
accountType?: Maybe<TrelloSupportedPlannerProviders>;
|
|
90803
91999
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
90804
92000
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
92001
|
+
googleAccountAri?: Maybe<Scalars['ID']['output']>;
|
|
90805
92002
|
hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
|
|
90806
92003
|
id: Scalars['ID']['output'];
|
|
90807
92004
|
outboundAuthId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -90814,8 +92011,8 @@ export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {
|
|
|
90814
92011
|
};
|
|
90815
92012
|
export declare type TrelloPlannerCalendarAccountProviderCalendarsArgs = {
|
|
90816
92013
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92014
|
+
filter?: InputMaybe<TrelloPlannerCalendarProviderCalendarsFilter>;
|
|
90817
92015
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90818
|
-
syncToken?: InputMaybe<Scalars['String']['input']>;
|
|
90819
92016
|
};
|
|
90820
92017
|
export declare type TrelloPlannerCalendarAccountConnection = {
|
|
90821
92018
|
__typename?: 'TrelloPlannerCalendarAccountConnection';
|
|
@@ -90971,6 +92168,7 @@ export declare type TrelloPlannerCalendarEventDeleted = {
|
|
|
90971
92168
|
export declare type TrelloPlannerCalendarEventEdge = {
|
|
90972
92169
|
__typename?: 'TrelloPlannerCalendarEventEdge';
|
|
90973
92170
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
92171
|
+
deletedEvent?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
90974
92172
|
node?: Maybe<TrelloPlannerCalendarEvent>;
|
|
90975
92173
|
};
|
|
90976
92174
|
export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
@@ -90979,6 +92177,7 @@ export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
|
90979
92177
|
};
|
|
90980
92178
|
export declare enum TrelloPlannerCalendarEventStatus {
|
|
90981
92179
|
Accepted = "ACCEPTED",
|
|
92180
|
+
Cancelled = "CANCELLED",
|
|
90982
92181
|
Declined = "DECLINED",
|
|
90983
92182
|
NeedsAction = "NEEDS_ACTION",
|
|
90984
92183
|
Tentative = "TENTATIVE"
|
|
@@ -91002,8 +92201,12 @@ export declare enum TrelloPlannerCalendarEventVisibility {
|
|
|
91002
92201
|
export declare type TrelloPlannerCalendarEventsFilter = {
|
|
91003
92202
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
91004
92203
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
92204
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
91005
92205
|
};
|
|
91006
92206
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
92207
|
+
export declare type TrelloPlannerCalendarProviderCalendarsFilter = {
|
|
92208
|
+
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
92209
|
+
};
|
|
91007
92210
|
export declare type TrelloPlannerCalendarUpdated = {
|
|
91008
92211
|
__typename?: 'TrelloPlannerCalendarUpdated';
|
|
91009
92212
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
@@ -91305,6 +92508,7 @@ export declare type TrelloStickerUpdatedConnection = {
|
|
|
91305
92508
|
export declare type TrelloSubscriptionApi = {
|
|
91306
92509
|
__typename?: 'TrelloSubscriptionApi';
|
|
91307
92510
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
92511
|
+
onCardsUpdated?: Maybe<TrelloBoardUpdated>;
|
|
91308
92512
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
91309
92513
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
91310
92514
|
};
|
|
@@ -91312,6 +92516,10 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
91312
92516
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
91313
92517
|
id: Scalars['ID']['input'];
|
|
91314
92518
|
};
|
|
92519
|
+
export declare type TrelloSubscriptionApiOnCardsUpdatedArgs = {
|
|
92520
|
+
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
92521
|
+
id: Scalars['ID']['input'];
|
|
92522
|
+
};
|
|
91315
92523
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
91316
92524
|
id: Scalars['ID']['input'];
|
|
91317
92525
|
};
|
|
@@ -91422,6 +92630,16 @@ export declare type TrelloUpdateBoardViewerAiEmailPayload = Payload & {
|
|
|
91422
92630
|
success: Scalars['Boolean']['output'];
|
|
91423
92631
|
viewer?: Maybe<TrelloBoardViewer>;
|
|
91424
92632
|
};
|
|
92633
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsInput = {
|
|
92634
|
+
boardId: Scalars['ID']['input'];
|
|
92635
|
+
value: Scalars['Boolean']['input'];
|
|
92636
|
+
};
|
|
92637
|
+
export declare type TrelloUpdateBoardViewerAimsTeamsPayload = Payload & {
|
|
92638
|
+
__typename?: 'TrelloUpdateBoardViewerAIMSTeamsPayload';
|
|
92639
|
+
errors?: Maybe<Array<MutationError>>;
|
|
92640
|
+
success: Scalars['Boolean']['output'];
|
|
92641
|
+
viewer?: Maybe<TrelloBoardViewer>;
|
|
92642
|
+
};
|
|
91425
92643
|
export declare type TrelloUpdateBoardViewerAiSlackInput = {
|
|
91426
92644
|
boardId: Scalars['ID']['input'];
|
|
91427
92645
|
value: Scalars['Boolean']['input'];
|
|
@@ -91606,6 +92824,7 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
91606
92824
|
isLinked: Scalars['Boolean']['output'];
|
|
91607
92825
|
isManaged: Scalars['Boolean']['output'];
|
|
91608
92826
|
isPrimary: Scalars['Boolean']['output'];
|
|
92827
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91609
92828
|
linkedAccounts?: Maybe<UnifiedULinkedAccountResult>;
|
|
91610
92829
|
nickname: Scalars['String']['output'];
|
|
91611
92830
|
picture: Scalars['String']['output'];
|
|
@@ -91617,6 +92836,7 @@ export declare type UnifiedAccountBasics = UnifiedINode & {
|
|
|
91617
92836
|
isLinked: Scalars['Boolean']['output'];
|
|
91618
92837
|
isManaged: Scalars['Boolean']['output'];
|
|
91619
92838
|
isPrimary: Scalars['Boolean']['output'];
|
|
92839
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91620
92840
|
linkedAccountsBasics?: Maybe<UnifiedULinkedAccountBasicsResult>;
|
|
91621
92841
|
nickname: Scalars['String']['output'];
|
|
91622
92842
|
picture: Scalars['String']['output'];
|
|
@@ -91727,14 +92947,17 @@ export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
|
91727
92947
|
};
|
|
91728
92948
|
export declare type UnifiedConsentObj = {
|
|
91729
92949
|
__typename?: 'UnifiedConsentObj';
|
|
91730
|
-
|
|
91731
|
-
|
|
91732
|
-
|
|
91733
|
-
|
|
92950
|
+
consentKey: Scalars['String']['output'];
|
|
92951
|
+
consentStatus: Scalars['String']['output'];
|
|
92952
|
+
consenthubStatus: Scalars['Boolean']['output'];
|
|
92953
|
+
createdAt: Scalars['String']['output'];
|
|
92954
|
+
updatedAt: Scalars['String']['output'];
|
|
92955
|
+
uppConsentStatus: Scalars['Boolean']['output'];
|
|
91734
92956
|
};
|
|
91735
92957
|
export declare type UnifiedConsentObjInput = {
|
|
91736
|
-
|
|
91737
|
-
|
|
92958
|
+
consentKey: Scalars['String']['input'];
|
|
92959
|
+
consentStatus: Scalars['String']['input'];
|
|
92960
|
+
displayedText?: InputMaybe<Scalars['String']['input']>;
|
|
91738
92961
|
};
|
|
91739
92962
|
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
91740
92963
|
__typename?: 'UnifiedConsentPayload';
|
|
@@ -91752,11 +92975,11 @@ export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
|
91752
92975
|
};
|
|
91753
92976
|
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
91754
92977
|
__typename?: 'UnifiedConsentStatus';
|
|
91755
|
-
|
|
91756
|
-
|
|
92978
|
+
consentObj: Array<UnifiedConsentObj>;
|
|
92979
|
+
createdAt: Scalars['String']['output'];
|
|
91757
92980
|
id: Scalars['ID']['output'];
|
|
91758
92981
|
type: Scalars['String']['output'];
|
|
91759
|
-
|
|
92982
|
+
updatedAt: Scalars['String']['output'];
|
|
91760
92983
|
value: Scalars['String']['output'];
|
|
91761
92984
|
};
|
|
91762
92985
|
export declare type UnifiedForums = UnifiedINode & {
|
|
@@ -91764,6 +92987,7 @@ export declare type UnifiedForums = UnifiedINode & {
|
|
|
91764
92987
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
91765
92988
|
groups?: Maybe<UnifiedUForumsGroupsResult>;
|
|
91766
92989
|
id: Scalars['ID']['output'];
|
|
92990
|
+
khorosUserId: Scalars['Int']['output'];
|
|
91767
92991
|
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
91768
92992
|
};
|
|
91769
92993
|
export declare type UnifiedForumsBadgesArgs = {
|
|
@@ -92122,6 +93346,7 @@ export declare type UnifiedMutation = {
|
|
|
92122
93346
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
92123
93347
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
92124
93348
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
93349
|
+
profile?: Maybe<UnifiedProfileMutation>;
|
|
92125
93350
|
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
92126
93351
|
};
|
|
92127
93352
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
@@ -92222,6 +93447,13 @@ export declare type UnifiedProfileInput = {
|
|
|
92222
93447
|
xUrl?: InputMaybe<Scalars['String']['input']>;
|
|
92223
93448
|
youtubeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
92224
93449
|
};
|
|
93450
|
+
export declare type UnifiedProfileMutation = {
|
|
93451
|
+
__typename?: 'UnifiedProfileMutation';
|
|
93452
|
+
getExistingOrNewProfileFromKhorosUserId?: Maybe<UnifiedProfilePayload>;
|
|
93453
|
+
};
|
|
93454
|
+
export declare type UnifiedProfileMutationGetExistingOrNewProfileFromKhorosUserIdArgs = {
|
|
93455
|
+
khorosUserId: Scalars['String']['input'];
|
|
93456
|
+
};
|
|
92225
93457
|
export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
92226
93458
|
__typename?: 'UnifiedProfilePayload';
|
|
92227
93459
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
@@ -92994,18 +94226,6 @@ export declare type UpdatePolarisSnippetInput = {
|
|
|
92994
94226
|
setProperties?: InputMaybe<Scalars['JSON']['input']>;
|
|
92995
94227
|
url?: InputMaybe<Scalars['String']['input']>;
|
|
92996
94228
|
};
|
|
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
94229
|
export declare type UpdatePolarisTimelineConfig = {
|
|
93010
94230
|
dueDateField?: InputMaybe<Scalars['ID']['input']>;
|
|
93011
94231
|
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -93339,7 +94559,6 @@ export declare type UserPreferences = {
|
|
|
93339
94559
|
spacePagesSortView: PagesSortPersistenceOption;
|
|
93340
94560
|
spaceViewsPersistence: SpaceViewsPersistenceOption;
|
|
93341
94561
|
theme: Scalars['String']['output'];
|
|
93342
|
-
topNavigationOptedOut?: Maybe<Scalars['Boolean']['output']>;
|
|
93343
94562
|
userSpacesNotifiedChangeBoardingOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93344
94563
|
userSpacesNotifiedOfExternalCollab: Array<Maybe<Scalars['String']['output']>>;
|
|
93345
94564
|
watchMyOwnContent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -93477,13 +94696,6 @@ export declare type Version = {
|
|
|
93477
94696
|
syncRevSource?: Maybe<Scalars['String']['output']>;
|
|
93478
94697
|
when?: Maybe<Scalars['String']['output']>;
|
|
93479
94698
|
};
|
|
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
94699
|
export declare type ViewedComments = {
|
|
93488
94700
|
__typename?: 'ViewedComments';
|
|
93489
94701
|
commentIds: Array<Maybe<Scalars['ID']['output']>>;
|