@forge/cli-shared 6.5.2-experimental-147ff14 → 6.5.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -24
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +2 -49
- package/out/graphql/graphql-types.d.ts +79 -2573
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -104
- package/package.json +2 -2
|
@@ -189,7 +189,6 @@ export declare type ActionsActionConfigurationParameter = {
|
|
|
189
189
|
__typename?: 'ActionsActionConfigurationParameter';
|
|
190
190
|
default?: Maybe<Scalars['String']['output']>;
|
|
191
191
|
description?: Maybe<Scalars['String']['output']>;
|
|
192
|
-
format?: Maybe<Scalars['String']['output']>;
|
|
193
192
|
maximum?: Maybe<Scalars['Int']['output']>;
|
|
194
193
|
minimum?: Maybe<Scalars['Int']['output']>;
|
|
195
194
|
required: Scalars['Boolean']['output'];
|
|
@@ -299,7 +298,6 @@ export declare type ActionsDescription = {
|
|
|
299
298
|
default: Scalars['String']['output'];
|
|
300
299
|
};
|
|
301
300
|
export declare type ActionsExecuteActionFilter = {
|
|
302
|
-
actionId?: InputMaybe<Scalars['String']['input']>;
|
|
303
301
|
extensionAri?: InputMaybe<Scalars['String']['input']>;
|
|
304
302
|
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
305
303
|
oauthClientId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -929,7 +927,6 @@ export declare type App = {
|
|
|
929
927
|
termsOfService?: Maybe<Scalars['String']['output']>;
|
|
930
928
|
updatedAt: Scalars['DateTime']['output'];
|
|
931
929
|
vendorName?: Maybe<Scalars['String']['output']>;
|
|
932
|
-
vendorType?: Maybe<Scalars['String']['output']>;
|
|
933
930
|
};
|
|
934
931
|
export declare type AppDeploymentsArgs = {
|
|
935
932
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1122,7 +1119,6 @@ export declare type AppEnvironmentVersion = {
|
|
|
1122
1119
|
extensionByKey?: Maybe<AppVersionExtension>;
|
|
1123
1120
|
extensions?: Maybe<AppVersionExtensions>;
|
|
1124
1121
|
id: Scalars['ID']['output'];
|
|
1125
|
-
installations?: Maybe<AppInstallationByIndexConnection>;
|
|
1126
1122
|
isLatest: Scalars['Boolean']['output'];
|
|
1127
1123
|
migrationKeys?: Maybe<MigrationKeys>;
|
|
1128
1124
|
permissions: Array<AppPermission>;
|
|
@@ -1131,24 +1127,14 @@ export declare type AppEnvironmentVersion = {
|
|
|
1131
1127
|
storage: Storage;
|
|
1132
1128
|
trustSignal: TrustSignal;
|
|
1133
1129
|
updatedAt: Scalars['String']['output'];
|
|
1134
|
-
upgradeableByRolloutFromVersion: UpgradeableByRollout;
|
|
1135
1130
|
version: Scalars['String']['output'];
|
|
1136
1131
|
};
|
|
1137
1132
|
export declare type AppEnvironmentVersionExtensionByKeyArgs = {
|
|
1138
1133
|
key: Scalars['String']['input'];
|
|
1139
1134
|
};
|
|
1140
|
-
export declare type AppEnvironmentVersionInstallationsArgs = {
|
|
1141
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
1142
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
1143
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1144
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1145
|
-
};
|
|
1146
1135
|
export declare type AppEnvironmentVersionTrustSignalArgs = {
|
|
1147
1136
|
key: Scalars['ID']['input'];
|
|
1148
1137
|
};
|
|
1149
|
-
export declare type AppEnvironmentVersionUpgradeableByRolloutFromVersionArgs = {
|
|
1150
|
-
sourceVersionId: Scalars['ID']['input'];
|
|
1151
|
-
};
|
|
1152
1138
|
export declare type AppEnvironmentVersionConnection = {
|
|
1153
1139
|
__typename?: 'AppEnvironmentVersionConnection';
|
|
1154
1140
|
edges?: Maybe<Array<Maybe<AppEnvironmentVersionEdge>>>;
|
|
@@ -1184,7 +1170,6 @@ export declare type AppInstallation = {
|
|
|
1184
1170
|
createdBy?: Maybe<User>;
|
|
1185
1171
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
1186
1172
|
id: Scalars['ID']['output'];
|
|
1187
|
-
installationConfigurations?: Maybe<Array<Maybe<AppInstallationConfig>>>;
|
|
1188
1173
|
installationContext: Scalars['ID']['output'];
|
|
1189
1174
|
isRecoverable: Scalars['Boolean']['output'];
|
|
1190
1175
|
license?: Maybe<AppInstallationLicense>;
|
|
@@ -1202,13 +1187,6 @@ export declare type AppInstallationByIndexEdge = {
|
|
|
1202
1187
|
cursor: Scalars['String']['output'];
|
|
1203
1188
|
node?: Maybe<AppInstallation>;
|
|
1204
1189
|
};
|
|
1205
|
-
export declare type AppInstallationConfig = {
|
|
1206
|
-
__typename?: 'AppInstallationConfig';
|
|
1207
|
-
id: Scalars['ID']['output'];
|
|
1208
|
-
idType: EcosystemAppInstallationConfigIdType;
|
|
1209
|
-
key: EcosystemInstallationOverrideKeys;
|
|
1210
|
-
value: Scalars['Boolean']['output'];
|
|
1211
|
-
};
|
|
1212
1190
|
export declare type AppInstallationConnection = {
|
|
1213
1191
|
__typename?: 'AppInstallationConnection';
|
|
1214
1192
|
edges?: Maybe<Array<Maybe<AppInstallationEdge>>>;
|
|
@@ -1245,6 +1223,7 @@ export declare type AppInstallationEdge = {
|
|
|
1245
1223
|
};
|
|
1246
1224
|
export declare type AppInstallationInput = {
|
|
1247
1225
|
appId: Scalars['ID']['input'];
|
|
1226
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1248
1227
|
environmentKey: Scalars['String']['input'];
|
|
1249
1228
|
installationContext: Scalars['ID']['input'];
|
|
1250
1229
|
licenseOverride?: InputMaybe<LicenseOverrideState>;
|
|
@@ -1308,6 +1287,7 @@ export declare type AppInstallationUnsubscribeTask = AppInstallationTask & {
|
|
|
1308
1287
|
};
|
|
1309
1288
|
export declare type AppInstallationUpgradeInput = {
|
|
1310
1289
|
appId: Scalars['ID']['input'];
|
|
1290
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1311
1291
|
environmentKey: Scalars['String']['input'];
|
|
1312
1292
|
installationContext: Scalars['ID']['input'];
|
|
1313
1293
|
sourceBillingType?: InputMaybe<SourceBillingType>;
|
|
@@ -1533,26 +1513,6 @@ export declare type AppRecUndoDismissalResult = {
|
|
|
1533
1513
|
description: Scalars['String']['output'];
|
|
1534
1514
|
undone: Scalars['Boolean']['output'];
|
|
1535
1515
|
};
|
|
1536
|
-
export declare type AppRollout = {
|
|
1537
|
-
__typename?: 'AppRollout';
|
|
1538
|
-
appId: Scalars['ID']['output'];
|
|
1539
|
-
cancelledByAccountId?: Maybe<Scalars['String']['output']>;
|
|
1540
|
-
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
1541
|
-
completedUpgradeCount: Scalars['Int']['output'];
|
|
1542
|
-
createdAt: Scalars['DateTime']['output'];
|
|
1543
|
-
createdByAccountId: Scalars['String']['output'];
|
|
1544
|
-
failedUpgradeCount: Scalars['Int']['output'];
|
|
1545
|
-
fromVersionId: Scalars['ID']['output'];
|
|
1546
|
-
id: Scalars['ID']['output'];
|
|
1547
|
-
pendingUpgradeCount: Scalars['Int']['output'];
|
|
1548
|
-
status: AppRolloutStatus;
|
|
1549
|
-
toVersionId: Scalars['ID']['output'];
|
|
1550
|
-
};
|
|
1551
|
-
export declare enum AppRolloutStatus {
|
|
1552
|
-
Cancelled = "CANCELLED",
|
|
1553
|
-
Complete = "COMPLETE",
|
|
1554
|
-
Running = "RUNNING"
|
|
1555
|
-
}
|
|
1556
1516
|
export declare type AppSecurityPoliciesPermission = {
|
|
1557
1517
|
__typename?: 'AppSecurityPoliciesPermission';
|
|
1558
1518
|
policies?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -1741,6 +1701,7 @@ export declare type AppTunnelDefinitions = {
|
|
|
1741
1701
|
};
|
|
1742
1702
|
export declare type AppUninstallationInput = {
|
|
1743
1703
|
appId: Scalars['ID']['input'];
|
|
1704
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1744
1705
|
environmentKey: Scalars['String']['input'];
|
|
1745
1706
|
installationContext?: InputMaybe<Scalars['ID']['input']>;
|
|
1746
1707
|
installationId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -2315,10 +2276,14 @@ export declare type BitbucketPullRequest = Node & {
|
|
|
2315
2276
|
};
|
|
2316
2277
|
export declare type BitbucketQuery = {
|
|
2317
2278
|
__typename?: 'BitbucketQuery';
|
|
2279
|
+
bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
|
|
2318
2280
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
2319
2281
|
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
2320
2282
|
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
2321
2283
|
};
|
|
2284
|
+
export declare type BitbucketQueryBitbucketPullRequestsArgs = {
|
|
2285
|
+
ids: Array<Scalars['ID']['input']>;
|
|
2286
|
+
};
|
|
2322
2287
|
export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
2323
2288
|
ids: Array<Scalars['ID']['input']>;
|
|
2324
2289
|
};
|
|
@@ -2515,8 +2480,7 @@ export declare type BoardScopeCardsArgs = {
|
|
|
2515
2480
|
customFilterIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
2516
2481
|
};
|
|
2517
2482
|
export declare type BoardScopeFilteredCardIdsArgs = {
|
|
2518
|
-
customFilterIds
|
|
2519
|
-
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
2483
|
+
customFilterIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
2520
2484
|
issueIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
2521
2485
|
};
|
|
2522
2486
|
export declare type BoardScopeIssuesArgs = {
|
|
@@ -2768,14 +2732,6 @@ export declare type CqlDisplayableType = {
|
|
|
2768
2732
|
label?: Maybe<Scalars['String']['output']>;
|
|
2769
2733
|
type?: Maybe<Scalars['String']['output']>;
|
|
2770
2734
|
};
|
|
2771
|
-
export declare type CancelAppRolloutInput = {
|
|
2772
|
-
id: Scalars['ID']['input'];
|
|
2773
|
-
};
|
|
2774
|
-
export declare type CancelAppRolloutPayload = Payload & {
|
|
2775
|
-
__typename?: 'CancelAppRolloutPayload';
|
|
2776
|
-
errors?: Maybe<Array<MutationError>>;
|
|
2777
|
-
success: Scalars['Boolean']['output'];
|
|
2778
|
-
};
|
|
2779
2735
|
export declare type CanvasToken = {
|
|
2780
2736
|
__typename?: 'CanvasToken';
|
|
2781
2737
|
expiryDateTime: Scalars['Long']['output'];
|
|
@@ -3909,7 +3865,6 @@ export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
|
3909
3865
|
};
|
|
3910
3866
|
export declare type CommerceTrial = {
|
|
3911
3867
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3912
|
-
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3913
3868
|
};
|
|
3914
3869
|
export declare type CompanyHubFeature = {
|
|
3915
3870
|
__typename?: 'CompanyHubFeature';
|
|
@@ -6544,18 +6499,12 @@ export declare type CompassJqlMetricSourceConfiguration = {
|
|
|
6544
6499
|
__typename?: 'CompassJQLMetricSourceConfiguration';
|
|
6545
6500
|
executingJql?: Maybe<Scalars['String']['output']>;
|
|
6546
6501
|
jql?: Maybe<Scalars['String']['output']>;
|
|
6547
|
-
potentialErrors?: Maybe<CompassJqlMetricSourceConfigurationPotentialErrorsResult>;
|
|
6548
6502
|
userContext?: Maybe<User>;
|
|
6549
6503
|
viewerPermissions?: Maybe<CompassJqlMetricSourceInstancePermissions>;
|
|
6550
6504
|
};
|
|
6551
6505
|
export declare type CompassJqlMetricSourceConfigurationInput = {
|
|
6552
6506
|
jql: Scalars['String']['input'];
|
|
6553
6507
|
};
|
|
6554
|
-
export declare type CompassJqlMetricSourceConfigurationPotentialErrors = {
|
|
6555
|
-
__typename?: 'CompassJQLMetricSourceConfigurationPotentialErrors';
|
|
6556
|
-
configErrors?: Maybe<Array<Scalars['String']['output']>>;
|
|
6557
|
-
};
|
|
6558
|
-
export declare type CompassJqlMetricSourceConfigurationPotentialErrorsResult = CompassJqlMetricSourceConfigurationPotentialErrors | QueryError;
|
|
6559
6508
|
export declare type CompassJqlMetricSourceInstancePermissions = {
|
|
6560
6509
|
__typename?: 'CompassJQLMetricSourceInstancePermissions';
|
|
6561
6510
|
revokePollingUser?: Maybe<CompassPermissionResult>;
|
|
@@ -8528,45 +8477,6 @@ export declare type ConfluenceDeletePagePropertyPayload = Payload & {
|
|
|
8528
8477
|
errors?: Maybe<Array<MutationError>>;
|
|
8529
8478
|
success: Scalars['Boolean']['output'];
|
|
8530
8479
|
};
|
|
8531
|
-
export declare type ConfluenceDeleteSubCalendarAllFutureEventsInput = {
|
|
8532
|
-
recurUntil?: InputMaybe<Scalars['String']['input']>;
|
|
8533
|
-
subCalendarId: Scalars['ID']['input'];
|
|
8534
|
-
uid: Scalars['ID']['input'];
|
|
8535
|
-
};
|
|
8536
|
-
export declare type ConfluenceDeleteSubCalendarAllFutureEventsPayload = ConfluenceConflictedPayload & {
|
|
8537
|
-
__typename?: 'ConfluenceDeleteSubCalendarAllFutureEventsPayload';
|
|
8538
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8539
|
-
success: Scalars['Boolean']['output'];
|
|
8540
|
-
};
|
|
8541
|
-
export declare type ConfluenceDeleteSubCalendarEventInput = {
|
|
8542
|
-
subCalendarId: Scalars['ID']['input'];
|
|
8543
|
-
uid: Scalars['ID']['input'];
|
|
8544
|
-
};
|
|
8545
|
-
export declare type ConfluenceDeleteSubCalendarEventPayload = ConfluenceConflictedPayload & {
|
|
8546
|
-
__typename?: 'ConfluenceDeleteSubCalendarEventPayload';
|
|
8547
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8548
|
-
success: Scalars['Boolean']['output'];
|
|
8549
|
-
};
|
|
8550
|
-
export declare type ConfluenceDeleteSubCalendarHiddenEventsInput = {
|
|
8551
|
-
subCalendarId: Scalars['ID']['input'];
|
|
8552
|
-
};
|
|
8553
|
-
export declare type ConfluenceDeleteSubCalendarHiddenEventsPayload = ConfluenceConflictedPayload & {
|
|
8554
|
-
__typename?: 'ConfluenceDeleteSubCalendarHiddenEventsPayload';
|
|
8555
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8556
|
-
subCalendarIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
8557
|
-
success: Scalars['Boolean']['output'];
|
|
8558
|
-
};
|
|
8559
|
-
export declare type ConfluenceDeleteSubCalendarSingleEventInput = {
|
|
8560
|
-
originalStart?: InputMaybe<Scalars['String']['input']>;
|
|
8561
|
-
recurrenceId?: InputMaybe<Scalars['ID']['input']>;
|
|
8562
|
-
subCalendarId: Scalars['ID']['input'];
|
|
8563
|
-
uid: Scalars['ID']['input'];
|
|
8564
|
-
};
|
|
8565
|
-
export declare type ConfluenceDeleteSubCalendarSingleEventPayload = ConfluenceConflictedPayload & {
|
|
8566
|
-
__typename?: 'ConfluenceDeleteSubCalendarSingleEventPayload';
|
|
8567
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8568
|
-
success: Scalars['Boolean']['output'];
|
|
8569
|
-
};
|
|
8570
8480
|
export declare enum ConfluenceEdition {
|
|
8571
8481
|
Free = "FREE",
|
|
8572
8482
|
Premium = "PREMIUM",
|
|
@@ -8664,14 +8574,6 @@ export declare enum ConfluenceInlineTaskStatus {
|
|
|
8664
8574
|
Complete = "COMPLETE",
|
|
8665
8575
|
Incomplete = "INCOMPLETE"
|
|
8666
8576
|
}
|
|
8667
|
-
export declare type ConfluenceInviteUserInput = {
|
|
8668
|
-
inviteeIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
8669
|
-
};
|
|
8670
|
-
export declare type ConfluenceInviteUserPayload = {
|
|
8671
|
-
__typename?: 'ConfluenceInviteUserPayload';
|
|
8672
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8673
|
-
success: Scalars['Boolean']['output'];
|
|
8674
|
-
};
|
|
8675
8577
|
export declare type ConfluenceLabel = {
|
|
8676
8578
|
__typename?: 'ConfluenceLabel';
|
|
8677
8579
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -14708,24 +14610,6 @@ export declare type ConfluenceQueryApiWhiteboardArgs = {
|
|
|
14708
14610
|
export declare type ConfluenceQueryApiWhiteboardsArgs = {
|
|
14709
14611
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
14710
14612
|
};
|
|
14711
|
-
export declare type ConfluenceRedactionMetadata = {
|
|
14712
|
-
__typename?: 'ConfluenceRedactionMetadata';
|
|
14713
|
-
creationDate?: Maybe<Scalars['String']['output']>;
|
|
14714
|
-
creatorAccountId?: Maybe<Scalars['String']['output']>;
|
|
14715
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
14716
|
-
redactionReason?: Maybe<Scalars['String']['output']>;
|
|
14717
|
-
};
|
|
14718
|
-
export declare type ConfluenceRedactionMetadataConnection = {
|
|
14719
|
-
__typename?: 'ConfluenceRedactionMetadataConnection';
|
|
14720
|
-
edges?: Maybe<Array<Maybe<ConfluenceRedactionMetadataEdge>>>;
|
|
14721
|
-
nodes?: Maybe<Array<Maybe<ConfluenceRedactionMetadata>>>;
|
|
14722
|
-
pageInfo: PageInfo;
|
|
14723
|
-
};
|
|
14724
|
-
export declare type ConfluenceRedactionMetadataEdge = {
|
|
14725
|
-
__typename?: 'ConfluenceRedactionMetadataEdge';
|
|
14726
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
14727
|
-
node?: Maybe<ConfluenceRedactionMetadata>;
|
|
14728
|
-
};
|
|
14729
14613
|
export declare type ConfluenceReopenInlineCommentInput = {
|
|
14730
14614
|
id: Scalars['ID']['input'];
|
|
14731
14615
|
};
|
|
@@ -14951,15 +14835,6 @@ export declare type ConfluenceUpdateSpaceSettingsPayload = Payload & {
|
|
|
14951
14835
|
errors?: Maybe<Array<MutationError>>;
|
|
14952
14836
|
success: Scalars['Boolean']['output'];
|
|
14953
14837
|
};
|
|
14954
|
-
export declare type ConfluenceUpdateSubCalendarHiddenEventsInput = {
|
|
14955
|
-
subCalendarId: Scalars['ID']['input'];
|
|
14956
|
-
};
|
|
14957
|
-
export declare type ConfluenceUpdateSubCalendarHiddenEventsPayload = ConfluenceConflictedPayload & {
|
|
14958
|
-
__typename?: 'ConfluenceUpdateSubCalendarHiddenEventsPayload';
|
|
14959
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
14960
|
-
subCalendarIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
14961
|
-
success: Scalars['Boolean']['output'];
|
|
14962
|
-
};
|
|
14963
14838
|
export declare type ConfluenceUpdateValueBlogPostPropertyInput = {
|
|
14964
14839
|
blogPostId: Scalars['ID']['input'];
|
|
14965
14840
|
key: Scalars['String']['input'];
|
|
@@ -15810,9 +15685,7 @@ export declare type Content = {
|
|
|
15810
15685
|
contentReactionsSummary?: Maybe<ReactionsSummaryResponse>;
|
|
15811
15686
|
contentState?: Maybe<ContentState>;
|
|
15812
15687
|
creatorId?: Maybe<Scalars['String']['output']>;
|
|
15813
|
-
currentUserHasAncestorWatchingChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
15814
15688
|
currentUserIsWatching: Scalars['Boolean']['output'];
|
|
15815
|
-
currentUserIsWatchingChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
15816
15689
|
deletableDescendantsCount: Scalars['Long']['output'];
|
|
15817
15690
|
dynamicMobileBody?: Maybe<ContentBody>;
|
|
15818
15691
|
embeddedProduct?: Maybe<Scalars['String']['output']>;
|
|
@@ -15841,8 +15714,6 @@ export declare type Content = {
|
|
|
15841
15714
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
15842
15715
|
outgoingLinks?: Maybe<OutgoingLinks>;
|
|
15843
15716
|
properties?: Maybe<PaginatedJsonContentPropertyList>;
|
|
15844
|
-
redactionMetadata?: Maybe<ConfluenceRedactionMetadataConnection>;
|
|
15845
|
-
redactionMetadataCount?: Maybe<Scalars['Int']['output']>;
|
|
15846
15717
|
referenceId?: Maybe<Scalars['String']['output']>;
|
|
15847
15718
|
restrictions?: Maybe<ContentRestrictions>;
|
|
15848
15719
|
schedulePublishDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -15934,10 +15805,6 @@ export declare type ContentPropertiesArgs = {
|
|
|
15934
15805
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
15935
15806
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
15936
15807
|
};
|
|
15937
|
-
export declare type ContentRedactionMetadataArgs = {
|
|
15938
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
15939
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
15940
|
-
};
|
|
15941
15808
|
export declare enum ContentAccessInputType {
|
|
15942
15809
|
EveryoneCanEdit = "EVERYONE_CAN_EDIT",
|
|
15943
15810
|
EveryoneCanView = "EVERYONE_CAN_VIEW",
|
|
@@ -15965,7 +15832,6 @@ export declare type ContentAnalyticsLastViewedAtByPageItem = {
|
|
|
15965
15832
|
};
|
|
15966
15833
|
export declare type ContentAnalyticsPageViewInfo = {
|
|
15967
15834
|
__typename?: 'ContentAnalyticsPageViewInfo';
|
|
15968
|
-
isEngaged?: Maybe<Scalars['Boolean']['output']>;
|
|
15969
15835
|
lastVersionViewed: Scalars['Int']['output'];
|
|
15970
15836
|
lastVersionViewedNumber?: Maybe<Scalars['Int']['output']>;
|
|
15971
15837
|
lastVersionViewedUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -17842,17 +17708,6 @@ export declare type CreateAppResponse = Payload & {
|
|
|
17842
17708
|
errors?: Maybe<Array<MutationError>>;
|
|
17843
17709
|
success: Scalars['Boolean']['output'];
|
|
17844
17710
|
};
|
|
17845
|
-
export declare type CreateAppRolloutInput = {
|
|
17846
|
-
appId: Scalars['ID']['input'];
|
|
17847
|
-
fromVersionId: Scalars['ID']['input'];
|
|
17848
|
-
toVersionId: Scalars['ID']['input'];
|
|
17849
|
-
};
|
|
17850
|
-
export declare type CreateAppRolloutPayload = Payload & {
|
|
17851
|
-
__typename?: 'CreateAppRolloutPayload';
|
|
17852
|
-
appRollout?: Maybe<AppRollout>;
|
|
17853
|
-
errors?: Maybe<Array<MutationError>>;
|
|
17854
|
-
success: Scalars['Boolean']['output'];
|
|
17855
|
-
};
|
|
17856
17711
|
export declare type CreateAppTunnelResponse = Payload & {
|
|
17857
17712
|
__typename?: 'CreateAppTunnelResponse';
|
|
17858
17713
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -20018,12 +19873,6 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
20018
19873
|
repoUrls?: InputMaybe<Array<Scalars['URL']['input']>>;
|
|
20019
19874
|
workspaceId: Scalars['ID']['input'];
|
|
20020
19875
|
};
|
|
20021
|
-
export declare type DevAiAutodevContinueJobWithPromptPayload = Payload & {
|
|
20022
|
-
__typename?: 'DevAiAutodevContinueJobWithPromptPayload';
|
|
20023
|
-
errors?: Maybe<Array<MutationError>>;
|
|
20024
|
-
jobId?: Maybe<Scalars['ID']['output']>;
|
|
20025
|
-
success: Scalars['Boolean']['output'];
|
|
20026
|
-
};
|
|
20027
19876
|
export declare type DevAiAutodevLog = {
|
|
20028
19877
|
id: Scalars['ID']['output'];
|
|
20029
19878
|
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
@@ -20251,12 +20100,6 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
|
|
|
20251
20100
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
20252
20101
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
20253
20102
|
};
|
|
20254
|
-
export declare type DevAiInvokeAutodevRovoAgentPayload = Payload & {
|
|
20255
|
-
__typename?: 'DevAiInvokeAutodevRovoAgentPayload';
|
|
20256
|
-
errors?: Maybe<Array<MutationError>>;
|
|
20257
|
-
jobId?: Maybe<Scalars['ID']['output']>;
|
|
20258
|
-
success: Scalars['Boolean']['output'];
|
|
20259
|
-
};
|
|
20260
20103
|
export declare enum DevAiIssueScopingLabel {
|
|
20261
20104
|
Complex = "COMPLEX",
|
|
20262
20105
|
InScope = "IN_SCOPE",
|
|
@@ -20271,7 +20114,6 @@ export declare type DevAiIssueScopingResult = {
|
|
|
20271
20114
|
isAddingCodingTermsSuggested?: Maybe<Scalars['Boolean']['output']>;
|
|
20272
20115
|
issueId: Scalars['ID']['output'];
|
|
20273
20116
|
label?: Maybe<DevAiIssueScopingLabel>;
|
|
20274
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
20275
20117
|
};
|
|
20276
20118
|
export declare type DevAiMutations = {
|
|
20277
20119
|
__typename?: 'DevAiMutations';
|
|
@@ -20322,22 +20164,6 @@ export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
|
20322
20164
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
20323
20165
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
20324
20166
|
};
|
|
20325
|
-
export declare type DevAiRovoAgent = {
|
|
20326
|
-
__typename?: 'DevAiRovoAgent';
|
|
20327
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
20328
|
-
id: Scalars['ID']['output'];
|
|
20329
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
20330
|
-
};
|
|
20331
|
-
export declare type DevAiRovoAgentConnection = {
|
|
20332
|
-
__typename?: 'DevAiRovoAgentConnection';
|
|
20333
|
-
edges?: Maybe<Array<Maybe<DevAiRovoAgentEdge>>>;
|
|
20334
|
-
pageInfo: PageInfo;
|
|
20335
|
-
};
|
|
20336
|
-
export declare type DevAiRovoAgentEdge = {
|
|
20337
|
-
__typename?: 'DevAiRovoAgentEdge';
|
|
20338
|
-
cursor: Scalars['String']['output'];
|
|
20339
|
-
node?: Maybe<DevAiRovoAgent>;
|
|
20340
|
-
};
|
|
20341
20167
|
export declare type DevAiRunAutofixScanInput = {
|
|
20342
20168
|
repoUrl: Scalars['URL']['input'];
|
|
20343
20169
|
restartIfCurrentlyRunning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -22057,10 +21883,6 @@ export declare type EarliestViewViewedForUser = {
|
|
|
22057
21883
|
datetime?: Maybe<Scalars['String']['output']>;
|
|
22058
21884
|
};
|
|
22059
21885
|
export declare type EcosystemApp = App | EcosystemConnectApp;
|
|
22060
|
-
export declare enum EcosystemAppInstallationConfigIdType {
|
|
22061
|
-
Cloud = "CLOUD",
|
|
22062
|
-
Installation = "INSTALLATION"
|
|
22063
|
-
}
|
|
22064
21886
|
export declare type EcosystemAppInstallationOverridesInput = {
|
|
22065
21887
|
licenseModes?: InputMaybe<Array<EcosystemLicenseMode>>;
|
|
22066
21888
|
usersWithAccess?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -22180,9 +22002,6 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
22180
22002
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
22181
22003
|
id: Scalars['ID']['output'];
|
|
22182
22004
|
};
|
|
22183
|
-
export declare enum EcosystemInstallationOverrideKeys {
|
|
22184
|
-
AllowEgressAnalytics = "ALLOW_EGRESS_ANALYTICS"
|
|
22185
|
-
}
|
|
22186
22005
|
export declare enum EcosystemInstallationRecoveryMode {
|
|
22187
22006
|
FreshInstall = "FRESH_INSTALL",
|
|
22188
22007
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
@@ -22194,9 +22013,7 @@ export declare type EcosystemMutation = {
|
|
|
22194
22013
|
__typename?: 'EcosystemMutation';
|
|
22195
22014
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
22196
22015
|
addMultipleAppContributor?: Maybe<AddMultipleAppContributorResponsePayload>;
|
|
22197
|
-
cancelAppRollout?: Maybe<CancelAppRolloutPayload>;
|
|
22198
22016
|
createAppEnvironment?: Maybe<CreateAppEnvironmentResponse>;
|
|
22199
|
-
createAppRollout?: Maybe<CreateAppRolloutPayload>;
|
|
22200
22017
|
deleteAppEnvironment?: Maybe<DeleteAppEnvironmentResponse>;
|
|
22201
22018
|
deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
|
|
22202
22019
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
@@ -22215,15 +22032,9 @@ export declare type EcosystemMutationAddAppContributorArgs = {
|
|
|
22215
22032
|
export declare type EcosystemMutationAddMultipleAppContributorArgs = {
|
|
22216
22033
|
input: AddMultipleAppContributorInput;
|
|
22217
22034
|
};
|
|
22218
|
-
export declare type EcosystemMutationCancelAppRolloutArgs = {
|
|
22219
|
-
input: CancelAppRolloutInput;
|
|
22220
|
-
};
|
|
22221
22035
|
export declare type EcosystemMutationCreateAppEnvironmentArgs = {
|
|
22222
22036
|
input: CreateAppEnvironmentInput;
|
|
22223
22037
|
};
|
|
22224
|
-
export declare type EcosystemMutationCreateAppRolloutArgs = {
|
|
22225
|
-
input: CreateAppRolloutInput;
|
|
22226
|
-
};
|
|
22227
22038
|
export declare type EcosystemMutationDeleteAppEnvironmentArgs = {
|
|
22228
22039
|
input: DeleteAppEnvironmentInput;
|
|
22229
22040
|
};
|
|
@@ -22283,7 +22094,6 @@ export declare type EcosystemQuery = {
|
|
|
22283
22094
|
appInstallationsByApp?: Maybe<AppInstallationByIndexConnection>;
|
|
22284
22095
|
appInstallationsByContext?: Maybe<AppInstallationByIndexConnection>;
|
|
22285
22096
|
appPoliciesByAppIds?: Maybe<Array<EcosystemAppPoliciesByAppId>>;
|
|
22286
|
-
appRollout?: Maybe<AppRollout>;
|
|
22287
22097
|
appsInstalledInContexts: EcosystemAppsInstalledInContextsConnection;
|
|
22288
22098
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
22289
22099
|
dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
|
|
@@ -22319,9 +22129,6 @@ export declare type EcosystemQueryAppInstallationsByContextArgs = {
|
|
|
22319
22129
|
export declare type EcosystemQueryAppPoliciesByAppIdsArgs = {
|
|
22320
22130
|
appIds: Array<Scalars['ID']['input']>;
|
|
22321
22131
|
};
|
|
22322
|
-
export declare type EcosystemQueryAppRolloutArgs = {
|
|
22323
|
-
id: Scalars['ID']['input'];
|
|
22324
|
-
};
|
|
22325
22132
|
export declare type EcosystemQueryAppsInstalledInContextsArgs = {
|
|
22326
22133
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22327
22134
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22728,7 +22535,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
22728
22535
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
22729
22536
|
node?: Maybe<ExternalAssociation>;
|
|
22730
22537
|
};
|
|
22731
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent |
|
|
22538
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
22732
22539
|
export declare type ExternalAttachment = {
|
|
22733
22540
|
__typename?: 'ExternalAttachment';
|
|
22734
22541
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -22874,29 +22681,6 @@ export declare type ExternalCollaboratorFeature = {
|
|
|
22874
22681
|
__typename?: 'ExternalCollaboratorFeature';
|
|
22875
22682
|
isEntitled: Scalars['Boolean']['output'];
|
|
22876
22683
|
};
|
|
22877
|
-
export declare type ExternalComment = Node & {
|
|
22878
|
-
__typename?: 'ExternalComment';
|
|
22879
|
-
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
22880
|
-
container?: Maybe<ExternalEntity>;
|
|
22881
|
-
containerId?: Maybe<Scalars['ID']['output']>;
|
|
22882
|
-
createdAt?: Maybe<Scalars['String']['output']>;
|
|
22883
|
-
createdBy?: Maybe<ExternalUser>;
|
|
22884
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
22885
|
-
externalId?: Maybe<Scalars['String']['output']>;
|
|
22886
|
-
id: Scalars['ID']['output'];
|
|
22887
|
-
largeText?: Maybe<ExternalLargeContent>;
|
|
22888
|
-
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
22889
|
-
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
22890
|
-
parent?: Maybe<ExternalEntity>;
|
|
22891
|
-
parentId?: Maybe<Scalars['ID']['output']>;
|
|
22892
|
-
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
22893
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
22894
|
-
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
22895
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
22896
|
-
};
|
|
22897
|
-
export declare enum ExternalCommentReactionType {
|
|
22898
|
-
Like = "LIKE"
|
|
22899
|
-
}
|
|
22900
22684
|
export declare type ExternalCommit = Node & {
|
|
22901
22685
|
__typename?: 'ExternalCommit';
|
|
22902
22686
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -23080,7 +22864,6 @@ export declare type ExternalEntities = {
|
|
|
23080
22864
|
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
23081
22865
|
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
23082
22866
|
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
23083
|
-
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
23084
22867
|
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
23085
22868
|
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
23086
22869
|
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
@@ -23099,7 +22882,7 @@ export declare type ExternalEntities = {
|
|
|
23099
22882
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
23100
22883
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
23101
22884
|
};
|
|
23102
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent |
|
|
22885
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
23103
22886
|
export declare type ExternalEnvironment = {
|
|
23104
22887
|
__typename?: 'ExternalEnvironment';
|
|
23105
22888
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -23310,11 +23093,6 @@ export declare enum ExternalPullRequestStatus {
|
|
|
23310
23093
|
Open = "OPEN",
|
|
23311
23094
|
Unknown = "UNKNOWN"
|
|
23312
23095
|
}
|
|
23313
|
-
export declare type ExternalReactions = {
|
|
23314
|
-
__typename?: 'ExternalReactions';
|
|
23315
|
-
total?: Maybe<Scalars['Int']['output']>;
|
|
23316
|
-
type?: Maybe<ExternalCommentReactionType>;
|
|
23317
|
-
};
|
|
23318
23096
|
export declare type ExternalRemoteLink = Node & {
|
|
23319
23097
|
__typename?: 'ExternalRemoteLink';
|
|
23320
23098
|
actionIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -28520,19 +28298,6 @@ export declare type GraphStore = {
|
|
|
28520
28298
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
28521
28299
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
28522
28300
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
28523
|
-
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
28524
|
-
confluencePageHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection>;
|
|
28525
|
-
confluencePageHasParentPage?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageConnection>;
|
|
28526
|
-
confluencePageHasParentPageInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection>;
|
|
28527
|
-
confluencePageSharedWithGroupInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection>;
|
|
28528
|
-
confluencePageSharedWithUser?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserConnection>;
|
|
28529
|
-
confluencePageSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection>;
|
|
28530
|
-
confluenceSpaceHasConfluenceBlogpost?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostConnection>;
|
|
28531
|
-
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
28532
|
-
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
28533
|
-
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
28534
|
-
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
28535
|
-
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
28536
28301
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
28537
28302
|
contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
|
|
28538
28303
|
contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
|
|
@@ -28561,7 +28326,6 @@ export declare type GraphStore = {
|
|
|
28561
28326
|
focusAreaHasProjectBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
28562
28327
|
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
28563
28328
|
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
28564
|
-
groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
|
|
28565
28329
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
28566
28330
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
28567
28331
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -28694,8 +28458,6 @@ export declare type GraphStore = {
|
|
|
28694
28458
|
operationsContainerImprovedByActionItemInverse?: Maybe<GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseConnection>;
|
|
28695
28459
|
operationsContainerImprovedByActionItemInverseRelationship?: Maybe<GraphStoreFullOperationsContainerImprovedByActionItemConnection>;
|
|
28696
28460
|
operationsContainerImprovedByActionItemRelationship?: Maybe<GraphStoreFullOperationsContainerImprovedByActionItemConnection>;
|
|
28697
|
-
parentCommentHasChildComment?: Maybe<GraphStoreSimplifiedParentCommentHasChildCommentConnection>;
|
|
28698
|
-
parentCommentHasChildCommentInverse?: Maybe<GraphStoreSimplifiedParentCommentHasChildCommentInverseConnection>;
|
|
28699
28461
|
parentDocumentHasChildDocument?: Maybe<GraphStoreSimplifiedParentDocumentHasChildDocumentConnection>;
|
|
28700
28462
|
parentDocumentHasChildDocumentInverse?: Maybe<GraphStoreSimplifiedParentDocumentHasChildDocumentInverseConnection>;
|
|
28701
28463
|
parentDocumentHasChildDocumentInverseRelationship?: Maybe<GraphStoreFullParentDocumentHasChildDocumentConnection>;
|
|
@@ -28872,68 +28634,30 @@ export declare type GraphStore = {
|
|
|
28872
28634
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
28873
28635
|
userAssignedIncident?: Maybe<GraphStoreSimplifiedUserAssignedIncidentConnection>;
|
|
28874
28636
|
userAssignedIncidentInverse?: Maybe<GraphStoreSimplifiedUserAssignedIncidentInverseConnection>;
|
|
28875
|
-
userAssignedPir?: Maybe<GraphStoreSimplifiedUserAssignedPirConnection>;
|
|
28876
|
-
userAssignedPirInverse?: Maybe<GraphStoreSimplifiedUserAssignedPirInverseConnection>;
|
|
28877
28637
|
userAttendedCalendarEvent?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventConnection>;
|
|
28878
28638
|
userAttendedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserAttendedCalendarEventInverseConnection>;
|
|
28879
28639
|
userAuthoredCommit?: Maybe<GraphStoreSimplifiedUserAuthoredCommitConnection>;
|
|
28880
28640
|
userAuthoredCommitInverse?: Maybe<GraphStoreSimplifiedUserAuthoredCommitInverseConnection>;
|
|
28881
28641
|
userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
|
|
28882
28642
|
userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
|
|
28883
|
-
userCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceConnection>;
|
|
28884
|
-
userCanViewConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseConnection>;
|
|
28885
|
-
userCollaboratedOnDocument?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentConnection>;
|
|
28886
|
-
userCollaboratedOnDocumentInverse?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection>;
|
|
28887
|
-
userContributedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection>;
|
|
28888
|
-
userContributedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseConnection>;
|
|
28889
|
-
userContributedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection>;
|
|
28890
|
-
userContributedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection>;
|
|
28891
|
-
userContributedConfluencePage?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageConnection>;
|
|
28892
|
-
userContributedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageInverseConnection>;
|
|
28893
|
-
userContributedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection>;
|
|
28894
|
-
userContributedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection>;
|
|
28895
28643
|
userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
|
|
28896
28644
|
userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
|
|
28897
|
-
userCreatedCalendarEvent?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventConnection>;
|
|
28898
|
-
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
28899
28645
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
28900
28646
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
28901
|
-
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
28902
|
-
userCreatedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection>;
|
|
28903
28647
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
28904
28648
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
28905
|
-
userCreatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection>;
|
|
28906
|
-
userCreatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection>;
|
|
28907
|
-
userCreatedDesign?: Maybe<GraphStoreSimplifiedUserCreatedDesignConnection>;
|
|
28908
|
-
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
28909
|
-
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
28910
|
-
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
28911
28649
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
28912
28650
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
28913
28651
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
28914
28652
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
28915
|
-
userCreatedRemoteLink?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkConnection>;
|
|
28916
|
-
userCreatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection>;
|
|
28917
28653
|
userCreatedRepository?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryConnection>;
|
|
28918
28654
|
userCreatedRepositoryInverse?: Maybe<GraphStoreSimplifiedUserCreatedRepositoryInverseConnection>;
|
|
28919
|
-
userFavoritedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection>;
|
|
28920
|
-
userFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
28921
|
-
userFavoritedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection>;
|
|
28922
|
-
userFavoritedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection>;
|
|
28923
|
-
userFavoritedConfluencePage?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageConnection>;
|
|
28924
|
-
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
28925
|
-
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
28926
|
-
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
28927
28655
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28928
28656
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28929
28657
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
28930
28658
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
28931
28659
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
28932
28660
|
userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
|
|
28933
|
-
userLastUpdatedDesign?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignConnection>;
|
|
28934
|
-
userLastUpdatedDesignInverse?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection>;
|
|
28935
|
-
userLaunchedRelease?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseConnection>;
|
|
28936
|
-
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
28937
28661
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
28938
28662
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
28939
28663
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
@@ -28942,8 +28666,6 @@ export declare type GraphStore = {
|
|
|
28942
28666
|
userOwnedBranchInverse?: Maybe<GraphStoreSimplifiedUserOwnedBranchInverseConnection>;
|
|
28943
28667
|
userOwnedCalendarEvent?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventConnection>;
|
|
28944
28668
|
userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
|
|
28945
|
-
userOwnedDocument?: Maybe<GraphStoreSimplifiedUserOwnedDocumentConnection>;
|
|
28946
|
-
userOwnedDocumentInverse?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseConnection>;
|
|
28947
28669
|
userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
|
|
28948
28670
|
userOwnedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection>;
|
|
28949
28671
|
userOwnedRepository?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryConnection>;
|
|
@@ -28956,20 +28678,12 @@ export declare type GraphStore = {
|
|
|
28956
28678
|
userReportsIssueInverse?: Maybe<GraphStoreSimplifiedUserReportsIssueInverseConnection>;
|
|
28957
28679
|
userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
|
|
28958
28680
|
userReviewsPrInverse?: Maybe<GraphStoreSimplifiedUserReviewsPrInverseConnection>;
|
|
28959
|
-
userTaggedInComment?: Maybe<GraphStoreSimplifiedUserTaggedInCommentConnection>;
|
|
28960
|
-
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
28961
|
-
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
28962
|
-
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
28963
28681
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
28964
28682
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
28965
28683
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
28966
28684
|
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
28967
28685
|
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
28968
28686
|
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
28969
|
-
userUpdatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection>;
|
|
28970
|
-
userUpdatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection>;
|
|
28971
|
-
userUpdatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection>;
|
|
28972
|
-
userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
|
|
28973
28687
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
28974
28688
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
28975
28689
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -28980,12 +28694,6 @@ export declare type GraphStore = {
|
|
|
28980
28694
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
28981
28695
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
28982
28696
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
28983
|
-
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
28984
|
-
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
28985
|
-
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
28986
|
-
userWatchesConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection>;
|
|
28987
|
-
userWatchesConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection>;
|
|
28988
|
-
userWatchesConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection>;
|
|
28989
28697
|
versionAssociatedBranch?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchConnection>;
|
|
28990
28698
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
28991
28699
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -29322,97 +29030,6 @@ export declare type GraphStoreConfluencePageHasConfluenceCommentInverseArgs = {
|
|
|
29322
29030
|
id: Scalars['ID']['input'];
|
|
29323
29031
|
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceCommentSortInput>;
|
|
29324
29032
|
};
|
|
29325
|
-
export declare type GraphStoreConfluencePageHasConfluenceDatabaseArgs = {
|
|
29326
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29327
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29328
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29329
|
-
id: Scalars['ID']['input'];
|
|
29330
|
-
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceDatabaseSortInput>;
|
|
29331
|
-
};
|
|
29332
|
-
export declare type GraphStoreConfluencePageHasConfluenceDatabaseInverseArgs = {
|
|
29333
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29334
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29335
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29336
|
-
id: Scalars['ID']['input'];
|
|
29337
|
-
sort?: InputMaybe<GraphStoreConfluencePageHasConfluenceDatabaseSortInput>;
|
|
29338
|
-
};
|
|
29339
|
-
export declare type GraphStoreConfluencePageHasParentPageArgs = {
|
|
29340
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29341
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29342
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29343
|
-
id: Scalars['ID']['input'];
|
|
29344
|
-
sort?: InputMaybe<GraphStoreConfluencePageHasParentPageSortInput>;
|
|
29345
|
-
};
|
|
29346
|
-
export declare type GraphStoreConfluencePageHasParentPageInverseArgs = {
|
|
29347
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29348
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29349
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29350
|
-
id: Scalars['ID']['input'];
|
|
29351
|
-
sort?: InputMaybe<GraphStoreConfluencePageHasParentPageSortInput>;
|
|
29352
|
-
};
|
|
29353
|
-
export declare type GraphStoreConfluencePageSharedWithGroupInverseArgs = {
|
|
29354
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29355
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29356
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29357
|
-
id: Scalars['ID']['input'];
|
|
29358
|
-
sort?: InputMaybe<GraphStoreConfluencePageSharedWithGroupSortInput>;
|
|
29359
|
-
};
|
|
29360
|
-
export declare type GraphStoreConfluencePageSharedWithUserArgs = {
|
|
29361
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29362
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29363
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29364
|
-
id: Scalars['ID']['input'];
|
|
29365
|
-
sort?: InputMaybe<GraphStoreConfluencePageSharedWithUserSortInput>;
|
|
29366
|
-
};
|
|
29367
|
-
export declare type GraphStoreConfluencePageSharedWithUserInverseArgs = {
|
|
29368
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29369
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29370
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29371
|
-
id: Scalars['ID']['input'];
|
|
29372
|
-
sort?: InputMaybe<GraphStoreConfluencePageSharedWithUserSortInput>;
|
|
29373
|
-
};
|
|
29374
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostArgs = {
|
|
29375
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29376
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29377
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29378
|
-
id: Scalars['ID']['input'];
|
|
29379
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput>;
|
|
29380
|
-
};
|
|
29381
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostInverseArgs = {
|
|
29382
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29383
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29384
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29385
|
-
id: Scalars['ID']['input'];
|
|
29386
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput>;
|
|
29387
|
-
};
|
|
29388
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseArgs = {
|
|
29389
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29390
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29391
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29392
|
-
id: Scalars['ID']['input'];
|
|
29393
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29394
|
-
};
|
|
29395
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs = {
|
|
29396
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29397
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29398
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29399
|
-
id: Scalars['ID']['input'];
|
|
29400
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29401
|
-
};
|
|
29402
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29403
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29404
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29405
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29406
|
-
id: Scalars['ID']['input'];
|
|
29407
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
29408
|
-
};
|
|
29409
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardInverseArgs = {
|
|
29410
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29411
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29412
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29413
|
-
id: Scalars['ID']['input'];
|
|
29414
|
-
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput>;
|
|
29415
|
-
};
|
|
29416
29033
|
export declare type GraphStoreContentReferencedEntityArgs = {
|
|
29417
29034
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29418
29035
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29593,13 +29210,6 @@ export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
|
29593
29210
|
ids: Array<Scalars['ID']['input']>;
|
|
29594
29211
|
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
29595
29212
|
};
|
|
29596
|
-
export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
|
|
29597
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
29598
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
29599
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29600
|
-
id: Scalars['ID']['input'];
|
|
29601
|
-
sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
|
|
29602
|
-
};
|
|
29603
29213
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
29604
29214
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29605
29215
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30412,20 +30022,6 @@ export declare type GraphStoreOperationsContainerImprovedByActionItemRelationshi
|
|
|
30412
30022
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30413
30023
|
id: Scalars['ID']['input'];
|
|
30414
30024
|
};
|
|
30415
|
-
export declare type GraphStoreParentCommentHasChildCommentArgs = {
|
|
30416
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
30417
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30418
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30419
|
-
id: Scalars['ID']['input'];
|
|
30420
|
-
sort?: InputMaybe<GraphStoreParentCommentHasChildCommentSortInput>;
|
|
30421
|
-
};
|
|
30422
|
-
export declare type GraphStoreParentCommentHasChildCommentInverseArgs = {
|
|
30423
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
30424
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30425
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30426
|
-
id: Scalars['ID']['input'];
|
|
30427
|
-
sort?: InputMaybe<GraphStoreParentCommentHasChildCommentSortInput>;
|
|
30428
|
-
};
|
|
30429
30025
|
export declare type GraphStoreParentDocumentHasChildDocumentArgs = {
|
|
30430
30026
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30431
30027
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31565,20 +31161,6 @@ export declare type GraphStoreUserAssignedIncidentInverseArgs = {
|
|
|
31565
31161
|
id: Scalars['ID']['input'];
|
|
31566
31162
|
sort?: InputMaybe<GraphStoreUserAssignedIncidentSortInput>;
|
|
31567
31163
|
};
|
|
31568
|
-
export declare type GraphStoreUserAssignedPirArgs = {
|
|
31569
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31570
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31571
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31572
|
-
id: Scalars['ID']['input'];
|
|
31573
|
-
sort?: InputMaybe<GraphStoreUserAssignedPirSortInput>;
|
|
31574
|
-
};
|
|
31575
|
-
export declare type GraphStoreUserAssignedPirInverseArgs = {
|
|
31576
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31577
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31578
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31579
|
-
id: Scalars['ID']['input'];
|
|
31580
|
-
sort?: InputMaybe<GraphStoreUserAssignedPirSortInput>;
|
|
31581
|
-
};
|
|
31582
31164
|
export declare type GraphStoreUserAttendedCalendarEventArgs = {
|
|
31583
31165
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31584
31166
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31621,90 +31203,6 @@ export declare type GraphStoreUserAuthoredPrInverseArgs = {
|
|
|
31621
31203
|
id: Scalars['ID']['input'];
|
|
31622
31204
|
sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
|
|
31623
31205
|
};
|
|
31624
|
-
export declare type GraphStoreUserCanViewConfluenceSpaceArgs = {
|
|
31625
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31626
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31627
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31628
|
-
id: Scalars['ID']['input'];
|
|
31629
|
-
sort?: InputMaybe<GraphStoreUserCanViewConfluenceSpaceSortInput>;
|
|
31630
|
-
};
|
|
31631
|
-
export declare type GraphStoreUserCanViewConfluenceSpaceInverseArgs = {
|
|
31632
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31633
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31634
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31635
|
-
id: Scalars['ID']['input'];
|
|
31636
|
-
sort?: InputMaybe<GraphStoreUserCanViewConfluenceSpaceSortInput>;
|
|
31637
|
-
};
|
|
31638
|
-
export declare type GraphStoreUserCollaboratedOnDocumentArgs = {
|
|
31639
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31640
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31641
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31642
|
-
id: Scalars['ID']['input'];
|
|
31643
|
-
sort?: InputMaybe<GraphStoreUserCollaboratedOnDocumentSortInput>;
|
|
31644
|
-
};
|
|
31645
|
-
export declare type GraphStoreUserCollaboratedOnDocumentInverseArgs = {
|
|
31646
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31647
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31648
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31649
|
-
id: Scalars['ID']['input'];
|
|
31650
|
-
sort?: InputMaybe<GraphStoreUserCollaboratedOnDocumentSortInput>;
|
|
31651
|
-
};
|
|
31652
|
-
export declare type GraphStoreUserContributedConfluenceBlogpostArgs = {
|
|
31653
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31654
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31655
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31656
|
-
id: Scalars['ID']['input'];
|
|
31657
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceBlogpostSortInput>;
|
|
31658
|
-
};
|
|
31659
|
-
export declare type GraphStoreUserContributedConfluenceBlogpostInverseArgs = {
|
|
31660
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31661
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31662
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31663
|
-
id: Scalars['ID']['input'];
|
|
31664
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceBlogpostSortInput>;
|
|
31665
|
-
};
|
|
31666
|
-
export declare type GraphStoreUserContributedConfluenceDatabaseArgs = {
|
|
31667
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31668
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31669
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31670
|
-
id: Scalars['ID']['input'];
|
|
31671
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceDatabaseSortInput>;
|
|
31672
|
-
};
|
|
31673
|
-
export declare type GraphStoreUserContributedConfluenceDatabaseInverseArgs = {
|
|
31674
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31675
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31676
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31677
|
-
id: Scalars['ID']['input'];
|
|
31678
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceDatabaseSortInput>;
|
|
31679
|
-
};
|
|
31680
|
-
export declare type GraphStoreUserContributedConfluencePageArgs = {
|
|
31681
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31682
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31683
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31684
|
-
id: Scalars['ID']['input'];
|
|
31685
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluencePageSortInput>;
|
|
31686
|
-
};
|
|
31687
|
-
export declare type GraphStoreUserContributedConfluencePageInverseArgs = {
|
|
31688
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31689
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31690
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31691
|
-
id: Scalars['ID']['input'];
|
|
31692
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluencePageSortInput>;
|
|
31693
|
-
};
|
|
31694
|
-
export declare type GraphStoreUserContributedConfluenceWhiteboardArgs = {
|
|
31695
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31696
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31697
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31698
|
-
id: Scalars['ID']['input'];
|
|
31699
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceWhiteboardSortInput>;
|
|
31700
|
-
};
|
|
31701
|
-
export declare type GraphStoreUserContributedConfluenceWhiteboardInverseArgs = {
|
|
31702
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31703
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31704
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31705
|
-
id: Scalars['ID']['input'];
|
|
31706
|
-
sort?: InputMaybe<GraphStoreUserContributedConfluenceWhiteboardSortInput>;
|
|
31707
|
-
};
|
|
31708
31206
|
export declare type GraphStoreUserCreatedBranchArgs = {
|
|
31709
31207
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31710
31208
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31719,20 +31217,6 @@ export declare type GraphStoreUserCreatedBranchInverseArgs = {
|
|
|
31719
31217
|
id: Scalars['ID']['input'];
|
|
31720
31218
|
sort?: InputMaybe<GraphStoreUserCreatedBranchSortInput>;
|
|
31721
31219
|
};
|
|
31722
|
-
export declare type GraphStoreUserCreatedCalendarEventArgs = {
|
|
31723
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31724
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31725
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31726
|
-
id: Scalars['ID']['input'];
|
|
31727
|
-
sort?: InputMaybe<GraphStoreUserCreatedCalendarEventSortInput>;
|
|
31728
|
-
};
|
|
31729
|
-
export declare type GraphStoreUserCreatedCalendarEventInverseArgs = {
|
|
31730
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31731
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31732
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31733
|
-
id: Scalars['ID']['input'];
|
|
31734
|
-
sort?: InputMaybe<GraphStoreUserCreatedCalendarEventSortInput>;
|
|
31735
|
-
};
|
|
31736
31220
|
export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
|
|
31737
31221
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31738
31222
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31747,20 +31231,6 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
31747
31231
|
id: Scalars['ID']['input'];
|
|
31748
31232
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
31749
31233
|
};
|
|
31750
|
-
export declare type GraphStoreUserCreatedConfluenceDatabaseArgs = {
|
|
31751
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31752
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31753
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31754
|
-
id: Scalars['ID']['input'];
|
|
31755
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceDatabaseSortInput>;
|
|
31756
|
-
};
|
|
31757
|
-
export declare type GraphStoreUserCreatedConfluenceDatabaseInverseArgs = {
|
|
31758
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31759
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31760
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31761
|
-
id: Scalars['ID']['input'];
|
|
31762
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceDatabaseSortInput>;
|
|
31763
|
-
};
|
|
31764
31234
|
export declare type GraphStoreUserCreatedConfluencePageArgs = {
|
|
31765
31235
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31766
31236
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31775,48 +31245,6 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
|
|
|
31775
31245
|
id: Scalars['ID']['input'];
|
|
31776
31246
|
sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
|
|
31777
31247
|
};
|
|
31778
|
-
export declare type GraphStoreUserCreatedConfluenceWhiteboardArgs = {
|
|
31779
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31780
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31781
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31782
|
-
id: Scalars['ID']['input'];
|
|
31783
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceWhiteboardSortInput>;
|
|
31784
|
-
};
|
|
31785
|
-
export declare type GraphStoreUserCreatedConfluenceWhiteboardInverseArgs = {
|
|
31786
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31787
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31788
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31789
|
-
id: Scalars['ID']['input'];
|
|
31790
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceWhiteboardSortInput>;
|
|
31791
|
-
};
|
|
31792
|
-
export declare type GraphStoreUserCreatedDesignArgs = {
|
|
31793
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31794
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31795
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31796
|
-
id: Scalars['ID']['input'];
|
|
31797
|
-
sort?: InputMaybe<GraphStoreUserCreatedDesignSortInput>;
|
|
31798
|
-
};
|
|
31799
|
-
export declare type GraphStoreUserCreatedDesignInverseArgs = {
|
|
31800
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31801
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31802
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31803
|
-
id: Scalars['ID']['input'];
|
|
31804
|
-
sort?: InputMaybe<GraphStoreUserCreatedDesignSortInput>;
|
|
31805
|
-
};
|
|
31806
|
-
export declare type GraphStoreUserCreatedDocumentArgs = {
|
|
31807
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31808
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31809
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31810
|
-
id: Scalars['ID']['input'];
|
|
31811
|
-
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
31812
|
-
};
|
|
31813
|
-
export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
31814
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31815
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31816
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31817
|
-
id: Scalars['ID']['input'];
|
|
31818
|
-
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
31819
|
-
};
|
|
31820
31248
|
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
31821
31249
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31822
31250
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31845,20 +31273,6 @@ export declare type GraphStoreUserCreatedMessageInverseArgs = {
|
|
|
31845
31273
|
id: Scalars['ID']['input'];
|
|
31846
31274
|
sort?: InputMaybe<GraphStoreUserCreatedMessageSortInput>;
|
|
31847
31275
|
};
|
|
31848
|
-
export declare type GraphStoreUserCreatedRemoteLinkArgs = {
|
|
31849
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31850
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31851
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31852
|
-
id: Scalars['ID']['input'];
|
|
31853
|
-
sort?: InputMaybe<GraphStoreUserCreatedRemoteLinkSortInput>;
|
|
31854
|
-
};
|
|
31855
|
-
export declare type GraphStoreUserCreatedRemoteLinkInverseArgs = {
|
|
31856
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31857
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31858
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31859
|
-
id: Scalars['ID']['input'];
|
|
31860
|
-
sort?: InputMaybe<GraphStoreUserCreatedRemoteLinkSortInput>;
|
|
31861
|
-
};
|
|
31862
31276
|
export declare type GraphStoreUserCreatedRepositoryArgs = {
|
|
31863
31277
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31864
31278
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31873,62 +31287,6 @@ export declare type GraphStoreUserCreatedRepositoryInverseArgs = {
|
|
|
31873
31287
|
id: Scalars['ID']['input'];
|
|
31874
31288
|
sort?: InputMaybe<GraphStoreUserCreatedRepositorySortInput>;
|
|
31875
31289
|
};
|
|
31876
|
-
export declare type GraphStoreUserFavoritedConfluenceBlogpostArgs = {
|
|
31877
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31878
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31879
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31880
|
-
id: Scalars['ID']['input'];
|
|
31881
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceBlogpostSortInput>;
|
|
31882
|
-
};
|
|
31883
|
-
export declare type GraphStoreUserFavoritedConfluenceBlogpostInverseArgs = {
|
|
31884
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31885
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31886
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31887
|
-
id: Scalars['ID']['input'];
|
|
31888
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceBlogpostSortInput>;
|
|
31889
|
-
};
|
|
31890
|
-
export declare type GraphStoreUserFavoritedConfluenceDatabaseArgs = {
|
|
31891
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31892
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31893
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31894
|
-
id: Scalars['ID']['input'];
|
|
31895
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceDatabaseSortInput>;
|
|
31896
|
-
};
|
|
31897
|
-
export declare type GraphStoreUserFavoritedConfluenceDatabaseInverseArgs = {
|
|
31898
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31899
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31900
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31901
|
-
id: Scalars['ID']['input'];
|
|
31902
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceDatabaseSortInput>;
|
|
31903
|
-
};
|
|
31904
|
-
export declare type GraphStoreUserFavoritedConfluencePageArgs = {
|
|
31905
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31906
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31907
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31908
|
-
id: Scalars['ID']['input'];
|
|
31909
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluencePageSortInput>;
|
|
31910
|
-
};
|
|
31911
|
-
export declare type GraphStoreUserFavoritedConfluencePageInverseArgs = {
|
|
31912
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31913
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31914
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31915
|
-
id: Scalars['ID']['input'];
|
|
31916
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluencePageSortInput>;
|
|
31917
|
-
};
|
|
31918
|
-
export declare type GraphStoreUserFavoritedConfluenceWhiteboardArgs = {
|
|
31919
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31920
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31921
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31922
|
-
id: Scalars['ID']['input'];
|
|
31923
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
31924
|
-
};
|
|
31925
|
-
export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
31926
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31927
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31928
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31929
|
-
id: Scalars['ID']['input'];
|
|
31930
|
-
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
31931
|
-
};
|
|
31932
31290
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
31933
31291
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31934
31292
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31971,34 +31329,6 @@ export declare type GraphStoreUserIsInTeamInverseArgs = {
|
|
|
31971
31329
|
id: Scalars['ID']['input'];
|
|
31972
31330
|
sort?: InputMaybe<GraphStoreUserIsInTeamSortInput>;
|
|
31973
31331
|
};
|
|
31974
|
-
export declare type GraphStoreUserLastUpdatedDesignArgs = {
|
|
31975
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31976
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31977
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31978
|
-
id: Scalars['ID']['input'];
|
|
31979
|
-
sort?: InputMaybe<GraphStoreUserLastUpdatedDesignSortInput>;
|
|
31980
|
-
};
|
|
31981
|
-
export declare type GraphStoreUserLastUpdatedDesignInverseArgs = {
|
|
31982
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31983
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31984
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31985
|
-
id: Scalars['ID']['input'];
|
|
31986
|
-
sort?: InputMaybe<GraphStoreUserLastUpdatedDesignSortInput>;
|
|
31987
|
-
};
|
|
31988
|
-
export declare type GraphStoreUserLaunchedReleaseArgs = {
|
|
31989
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31990
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31991
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31992
|
-
id: Scalars['ID']['input'];
|
|
31993
|
-
sort?: InputMaybe<GraphStoreUserLaunchedReleaseSortInput>;
|
|
31994
|
-
};
|
|
31995
|
-
export declare type GraphStoreUserLaunchedReleaseInverseArgs = {
|
|
31996
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
31997
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31998
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31999
|
-
id: Scalars['ID']['input'];
|
|
32000
|
-
sort?: InputMaybe<GraphStoreUserLaunchedReleaseSortInput>;
|
|
32001
|
-
};
|
|
32002
31332
|
export declare type GraphStoreUserMemberOfConversationArgs = {
|
|
32003
31333
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32004
31334
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32055,20 +31385,6 @@ export declare type GraphStoreUserOwnedCalendarEventInverseArgs = {
|
|
|
32055
31385
|
id: Scalars['ID']['input'];
|
|
32056
31386
|
sort?: InputMaybe<GraphStoreUserOwnedCalendarEventSortInput>;
|
|
32057
31387
|
};
|
|
32058
|
-
export declare type GraphStoreUserOwnedDocumentArgs = {
|
|
32059
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32060
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32061
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32062
|
-
id: Scalars['ID']['input'];
|
|
32063
|
-
sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
|
|
32064
|
-
};
|
|
32065
|
-
export declare type GraphStoreUserOwnedDocumentInverseArgs = {
|
|
32066
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32067
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32068
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32069
|
-
id: Scalars['ID']['input'];
|
|
32070
|
-
sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
|
|
32071
|
-
};
|
|
32072
31388
|
export declare type GraphStoreUserOwnedRemoteLinkArgs = {
|
|
32073
31389
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32074
31390
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32153,34 +31469,6 @@ export declare type GraphStoreUserReviewsPrInverseArgs = {
|
|
|
32153
31469
|
id: Scalars['ID']['input'];
|
|
32154
31470
|
sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
|
|
32155
31471
|
};
|
|
32156
|
-
export declare type GraphStoreUserTaggedInCommentArgs = {
|
|
32157
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32158
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32159
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32160
|
-
id: Scalars['ID']['input'];
|
|
32161
|
-
sort?: InputMaybe<GraphStoreUserTaggedInCommentSortInput>;
|
|
32162
|
-
};
|
|
32163
|
-
export declare type GraphStoreUserTaggedInCommentInverseArgs = {
|
|
32164
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32165
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32166
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32167
|
-
id: Scalars['ID']['input'];
|
|
32168
|
-
sort?: InputMaybe<GraphStoreUserTaggedInCommentSortInput>;
|
|
32169
|
-
};
|
|
32170
|
-
export declare type GraphStoreUserTaggedInConfluencePageArgs = {
|
|
32171
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32172
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32173
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32174
|
-
id: Scalars['ID']['input'];
|
|
32175
|
-
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32176
|
-
};
|
|
32177
|
-
export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
32178
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32179
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32180
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32181
|
-
id: Scalars['ID']['input'];
|
|
32182
|
-
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32183
|
-
};
|
|
32184
31472
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32185
31473
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32186
31474
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32223,34 +31511,6 @@ export declare type GraphStoreUserUpdatedConfluencePageInverseArgs = {
|
|
|
32223
31511
|
id: Scalars['ID']['input'];
|
|
32224
31512
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluencePageSortInput>;
|
|
32225
31513
|
};
|
|
32226
|
-
export declare type GraphStoreUserUpdatedConfluenceSpaceArgs = {
|
|
32227
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32228
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32229
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32230
|
-
id: Scalars['ID']['input'];
|
|
32231
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceSpaceSortInput>;
|
|
32232
|
-
};
|
|
32233
|
-
export declare type GraphStoreUserUpdatedConfluenceSpaceInverseArgs = {
|
|
32234
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32235
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32236
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32237
|
-
id: Scalars['ID']['input'];
|
|
32238
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceSpaceSortInput>;
|
|
32239
|
-
};
|
|
32240
|
-
export declare type GraphStoreUserUpdatedConfluenceWhiteboardArgs = {
|
|
32241
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32242
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32243
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32244
|
-
id: Scalars['ID']['input'];
|
|
32245
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
|
|
32246
|
-
};
|
|
32247
|
-
export declare type GraphStoreUserUpdatedConfluenceWhiteboardInverseArgs = {
|
|
32248
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32249
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32250
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32251
|
-
id: Scalars['ID']['input'];
|
|
32252
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
|
|
32253
|
-
};
|
|
32254
31514
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
32255
31515
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32256
31516
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32321,48 +31581,6 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
32321
31581
|
id: Scalars['ID']['input'];
|
|
32322
31582
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
32323
31583
|
};
|
|
32324
|
-
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
32325
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32326
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32327
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32328
|
-
id: Scalars['ID']['input'];
|
|
32329
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluenceBlogpostSortInput>;
|
|
32330
|
-
};
|
|
32331
|
-
export declare type GraphStoreUserWatchesConfluenceBlogpostInverseArgs = {
|
|
32332
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32333
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32334
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32335
|
-
id: Scalars['ID']['input'];
|
|
32336
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluenceBlogpostSortInput>;
|
|
32337
|
-
};
|
|
32338
|
-
export declare type GraphStoreUserWatchesConfluencePageArgs = {
|
|
32339
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32340
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32341
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32342
|
-
id: Scalars['ID']['input'];
|
|
32343
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluencePageSortInput>;
|
|
32344
|
-
};
|
|
32345
|
-
export declare type GraphStoreUserWatchesConfluencePageInverseArgs = {
|
|
32346
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32347
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32348
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32349
|
-
id: Scalars['ID']['input'];
|
|
32350
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluencePageSortInput>;
|
|
32351
|
-
};
|
|
32352
|
-
export declare type GraphStoreUserWatchesConfluenceWhiteboardArgs = {
|
|
32353
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32354
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32355
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32356
|
-
id: Scalars['ID']['input'];
|
|
32357
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
32358
|
-
};
|
|
32359
|
-
export declare type GraphStoreUserWatchesConfluenceWhiteboardInverseArgs = {
|
|
32360
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
32361
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32362
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32363
|
-
id: Scalars['ID']['input'];
|
|
32364
|
-
sort?: InputMaybe<GraphStoreUserWatchesConfluenceWhiteboardSortInput>;
|
|
32365
|
-
};
|
|
32366
31584
|
export declare type GraphStoreVersionAssociatedBranchArgs = {
|
|
32367
31585
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32368
31586
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32898,7 +32116,7 @@ export declare type GraphStoreBatchFocusAreaHasProjectEndNode = {
|
|
|
32898
32116
|
data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
|
|
32899
32117
|
id: Scalars['ID']['output'];
|
|
32900
32118
|
};
|
|
32901
|
-
export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
32119
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraAlignAggProject | JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
|
|
32902
32120
|
export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
|
|
32903
32121
|
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
|
|
32904
32122
|
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
|
|
@@ -33392,27 +32610,6 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
33392
32610
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
33393
32611
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33394
32612
|
};
|
|
33395
|
-
export declare type GraphStoreConfluencePageHasConfluenceDatabaseSortInput = {
|
|
33396
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33397
|
-
};
|
|
33398
|
-
export declare type GraphStoreConfluencePageHasParentPageSortInput = {
|
|
33399
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33400
|
-
};
|
|
33401
|
-
export declare type GraphStoreConfluencePageSharedWithGroupSortInput = {
|
|
33402
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33403
|
-
};
|
|
33404
|
-
export declare type GraphStoreConfluencePageSharedWithUserSortInput = {
|
|
33405
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33406
|
-
};
|
|
33407
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
33408
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33409
|
-
};
|
|
33410
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
33411
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33412
|
-
};
|
|
33413
|
-
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
33414
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33415
|
-
};
|
|
33416
32613
|
export declare type GraphStoreContentReferencedEntitySortInput = {
|
|
33417
32614
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
33418
32615
|
};
|
|
@@ -33819,7 +33016,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
33819
33016
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
33820
33017
|
id: Scalars['ID']['output'];
|
|
33821
33018
|
};
|
|
33822
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost |
|
|
33019
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | 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 | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
33823
33020
|
export declare type GraphStoreCypherQueryNode = {
|
|
33824
33021
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
33825
33022
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -33830,7 +33027,7 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
33830
33027
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
33831
33028
|
id: Scalars['ID']['output'];
|
|
33832
33029
|
};
|
|
33833
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost |
|
|
33030
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | 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 | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | MercuryJiraAlignEpic | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
33834
33031
|
export declare type GraphStoreDateFilterInput = {
|
|
33835
33032
|
after?: InputMaybe<Scalars['DateTime']['input']>;
|
|
33836
33033
|
before?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -37580,9 +36777,6 @@ export declare enum GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeO
|
|
|
37580
36777
|
Sca = "SCA",
|
|
37581
36778
|
Unknown = "UNKNOWN"
|
|
37582
36779
|
}
|
|
37583
|
-
export declare type GraphStoreGroupCanViewConfluenceSpaceSortInput = {
|
|
37584
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
37585
|
-
};
|
|
37586
36780
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput = {
|
|
37587
36781
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
37588
36782
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38024,9 +37218,6 @@ export declare type GraphStoreOperationsContainerImpactedByIncidentSortInput = {
|
|
|
38024
37218
|
export declare type GraphStoreOperationsContainerImprovedByActionItemSortInput = {
|
|
38025
37219
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38026
37220
|
};
|
|
38027
|
-
export declare type GraphStoreParentCommentHasChildCommentSortInput = {
|
|
38028
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38029
|
-
};
|
|
38030
37221
|
export declare type GraphStoreParentDocumentHasChildDocumentSortInput = {
|
|
38031
37222
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38032
37223
|
};
|
|
@@ -38987,188 +38178,6 @@ export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInvers
|
|
|
38987
38178
|
};
|
|
38988
38179
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseUnion = ConfluenceBlogPost | ConfluencePage;
|
|
38989
38180
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
38990
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection = HasPageInfo & {
|
|
38991
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection';
|
|
38992
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge>>>;
|
|
38993
|
-
pageInfo: PageInfo;
|
|
38994
|
-
};
|
|
38995
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge = {
|
|
38996
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseEdge';
|
|
38997
|
-
createdAt: Scalars['DateTime']['output'];
|
|
38998
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
38999
|
-
id: Scalars['ID']['output'];
|
|
39000
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39001
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseUnion>;
|
|
39002
|
-
};
|
|
39003
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
39004
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection';
|
|
39005
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge>>>;
|
|
39006
|
-
pageInfo: PageInfo;
|
|
39007
|
-
};
|
|
39008
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge = {
|
|
39009
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseEdge';
|
|
39010
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39011
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39012
|
-
id: Scalars['ID']['output'];
|
|
39013
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39014
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseUnion>;
|
|
39015
|
-
};
|
|
39016
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseUnion = ConfluencePage;
|
|
39017
|
-
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
39018
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageConnection = HasPageInfo & {
|
|
39019
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasParentPageConnection';
|
|
39020
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasParentPageEdge>>>;
|
|
39021
|
-
pageInfo: PageInfo;
|
|
39022
|
-
};
|
|
39023
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageEdge = {
|
|
39024
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasParentPageEdge';
|
|
39025
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39026
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39027
|
-
id: Scalars['ID']['output'];
|
|
39028
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39029
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageUnion>;
|
|
39030
|
-
};
|
|
39031
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection = HasPageInfo & {
|
|
39032
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection';
|
|
39033
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge>>>;
|
|
39034
|
-
pageInfo: PageInfo;
|
|
39035
|
-
};
|
|
39036
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge = {
|
|
39037
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge';
|
|
39038
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39039
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39040
|
-
id: Scalars['ID']['output'];
|
|
39041
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39042
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseUnion>;
|
|
39043
|
-
};
|
|
39044
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseUnion = ConfluencePage;
|
|
39045
|
-
export declare type GraphStoreSimplifiedConfluencePageHasParentPageUnion = ConfluencePage;
|
|
39046
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection = HasPageInfo & {
|
|
39047
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection';
|
|
39048
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge>>>;
|
|
39049
|
-
pageInfo: PageInfo;
|
|
39050
|
-
};
|
|
39051
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge = {
|
|
39052
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge';
|
|
39053
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39054
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39055
|
-
id: Scalars['ID']['output'];
|
|
39056
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39057
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion>;
|
|
39058
|
-
};
|
|
39059
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion = ConfluencePage;
|
|
39060
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserConnection = HasPageInfo & {
|
|
39061
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserConnection';
|
|
39062
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserEdge>>>;
|
|
39063
|
-
pageInfo: PageInfo;
|
|
39064
|
-
};
|
|
39065
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserEdge = {
|
|
39066
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserEdge';
|
|
39067
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39068
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39069
|
-
id: Scalars['ID']['output'];
|
|
39070
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39071
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserUnion>;
|
|
39072
|
-
};
|
|
39073
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection = HasPageInfo & {
|
|
39074
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection';
|
|
39075
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseEdge>>>;
|
|
39076
|
-
pageInfo: PageInfo;
|
|
39077
|
-
};
|
|
39078
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserInverseEdge = {
|
|
39079
|
-
__typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserInverseEdge';
|
|
39080
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39081
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39082
|
-
id: Scalars['ID']['output'];
|
|
39083
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39084
|
-
node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseUnion>;
|
|
39085
|
-
};
|
|
39086
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserInverseUnion = ConfluencePage;
|
|
39087
|
-
export declare type GraphStoreSimplifiedConfluencePageSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39088
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostConnection = HasPageInfo & {
|
|
39089
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostConnection';
|
|
39090
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostEdge>>>;
|
|
39091
|
-
pageInfo: PageInfo;
|
|
39092
|
-
};
|
|
39093
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostEdge = {
|
|
39094
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostEdge';
|
|
39095
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39096
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39097
|
-
id: Scalars['ID']['output'];
|
|
39098
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39099
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostUnion>;
|
|
39100
|
-
};
|
|
39101
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection = HasPageInfo & {
|
|
39102
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection';
|
|
39103
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseEdge>>>;
|
|
39104
|
-
pageInfo: PageInfo;
|
|
39105
|
-
};
|
|
39106
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseEdge = {
|
|
39107
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseEdge';
|
|
39108
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39109
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39110
|
-
id: Scalars['ID']['output'];
|
|
39111
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39112
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseUnion>;
|
|
39113
|
-
};
|
|
39114
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseUnion = ConfluenceSpace;
|
|
39115
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
39116
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection = HasPageInfo & {
|
|
39117
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection';
|
|
39118
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge>>>;
|
|
39119
|
-
pageInfo: PageInfo;
|
|
39120
|
-
};
|
|
39121
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge = {
|
|
39122
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseEdge';
|
|
39123
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39124
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39125
|
-
id: Scalars['ID']['output'];
|
|
39126
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39127
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion>;
|
|
39128
|
-
};
|
|
39129
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
39130
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection';
|
|
39131
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge>>>;
|
|
39132
|
-
pageInfo: PageInfo;
|
|
39133
|
-
};
|
|
39134
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge = {
|
|
39135
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseEdge';
|
|
39136
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39137
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39138
|
-
id: Scalars['ID']['output'];
|
|
39139
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39140
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion>;
|
|
39141
|
-
};
|
|
39142
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39143
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
39144
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39145
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39146
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
39147
|
-
pageInfo: PageInfo;
|
|
39148
|
-
};
|
|
39149
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge = {
|
|
39150
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge';
|
|
39151
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39152
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39153
|
-
id: Scalars['ID']['output'];
|
|
39154
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39155
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion>;
|
|
39156
|
-
};
|
|
39157
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
39158
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection';
|
|
39159
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge>>>;
|
|
39160
|
-
pageInfo: PageInfo;
|
|
39161
|
-
};
|
|
39162
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge = {
|
|
39163
|
-
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseEdge';
|
|
39164
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39165
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39166
|
-
id: Scalars['ID']['output'];
|
|
39167
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39168
|
-
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion>;
|
|
39169
|
-
};
|
|
39170
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseUnion = ConfluenceSpace;
|
|
39171
|
-
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
39172
38181
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
39173
38182
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
39174
38183
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedContentReferencedEntityEdge>>>;
|
|
@@ -39364,21 +38373,7 @@ export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
|
|
|
39364
38373
|
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
|
|
39365
38374
|
};
|
|
39366
38375
|
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
|
|
39367
|
-
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
39368
|
-
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection = HasPageInfo & {
|
|
39369
|
-
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection';
|
|
39370
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge>>>;
|
|
39371
|
-
pageInfo: PageInfo;
|
|
39372
|
-
};
|
|
39373
|
-
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge = {
|
|
39374
|
-
__typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge';
|
|
39375
|
-
createdAt: Scalars['DateTime']['output'];
|
|
39376
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
39377
|
-
id: Scalars['ID']['output'];
|
|
39378
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
39379
|
-
node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion>;
|
|
39380
|
-
};
|
|
39381
|
-
export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion = ConfluenceSpace;
|
|
38376
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraAlignAggProject | JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
|
|
39382
38377
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
39383
38378
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
39384
38379
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
|
|
@@ -40283,34 +39278,6 @@ export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemI
|
|
|
40283
39278
|
};
|
|
40284
39279
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemInverseUnion = DevOpsService;
|
|
40285
39280
|
export declare type GraphStoreSimplifiedOperationsContainerImprovedByActionItemUnion = JiraIssue;
|
|
40286
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentConnection = HasPageInfo & {
|
|
40287
|
-
__typename?: 'GraphStoreSimplifiedParentCommentHasChildCommentConnection';
|
|
40288
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedParentCommentHasChildCommentEdge>>>;
|
|
40289
|
-
pageInfo: PageInfo;
|
|
40290
|
-
};
|
|
40291
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentEdge = {
|
|
40292
|
-
__typename?: 'GraphStoreSimplifiedParentCommentHasChildCommentEdge';
|
|
40293
|
-
createdAt: Scalars['DateTime']['output'];
|
|
40294
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
40295
|
-
id: Scalars['ID']['output'];
|
|
40296
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
40297
|
-
node?: Maybe<GraphStoreSimplifiedParentCommentHasChildCommentUnion>;
|
|
40298
|
-
};
|
|
40299
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentInverseConnection = HasPageInfo & {
|
|
40300
|
-
__typename?: 'GraphStoreSimplifiedParentCommentHasChildCommentInverseConnection';
|
|
40301
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedParentCommentHasChildCommentInverseEdge>>>;
|
|
40302
|
-
pageInfo: PageInfo;
|
|
40303
|
-
};
|
|
40304
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentInverseEdge = {
|
|
40305
|
-
__typename?: 'GraphStoreSimplifiedParentCommentHasChildCommentInverseEdge';
|
|
40306
|
-
createdAt: Scalars['DateTime']['output'];
|
|
40307
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
40308
|
-
id: Scalars['ID']['output'];
|
|
40309
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
40310
|
-
node?: Maybe<GraphStoreSimplifiedParentCommentHasChildCommentInverseUnion>;
|
|
40311
|
-
};
|
|
40312
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentInverseUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
40313
|
-
export declare type GraphStoreSimplifiedParentCommentHasChildCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
40314
39281
|
export declare type GraphStoreSimplifiedParentDocumentHasChildDocumentConnection = HasPageInfo & {
|
|
40315
39282
|
__typename?: 'GraphStoreSimplifiedParentDocumentHasChildDocumentConnection';
|
|
40316
39283
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedParentDocumentHasChildDocumentEdge>>>;
|
|
@@ -41761,34 +40728,6 @@ export declare type GraphStoreSimplifiedUserAssignedIncidentInverseEdge = {
|
|
|
41761
40728
|
};
|
|
41762
40729
|
export declare type GraphStoreSimplifiedUserAssignedIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41763
40730
|
export declare type GraphStoreSimplifiedUserAssignedIncidentUnion = JiraIssue;
|
|
41764
|
-
export declare type GraphStoreSimplifiedUserAssignedPirConnection = HasPageInfo & {
|
|
41765
|
-
__typename?: 'GraphStoreSimplifiedUserAssignedPirConnection';
|
|
41766
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedPirEdge>>>;
|
|
41767
|
-
pageInfo: PageInfo;
|
|
41768
|
-
};
|
|
41769
|
-
export declare type GraphStoreSimplifiedUserAssignedPirEdge = {
|
|
41770
|
-
__typename?: 'GraphStoreSimplifiedUserAssignedPirEdge';
|
|
41771
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41772
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41773
|
-
id: Scalars['ID']['output'];
|
|
41774
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41775
|
-
node?: Maybe<GraphStoreSimplifiedUserAssignedPirUnion>;
|
|
41776
|
-
};
|
|
41777
|
-
export declare type GraphStoreSimplifiedUserAssignedPirInverseConnection = HasPageInfo & {
|
|
41778
|
-
__typename?: 'GraphStoreSimplifiedUserAssignedPirInverseConnection';
|
|
41779
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAssignedPirInverseEdge>>>;
|
|
41780
|
-
pageInfo: PageInfo;
|
|
41781
|
-
};
|
|
41782
|
-
export declare type GraphStoreSimplifiedUserAssignedPirInverseEdge = {
|
|
41783
|
-
__typename?: 'GraphStoreSimplifiedUserAssignedPirInverseEdge';
|
|
41784
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41785
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41786
|
-
id: Scalars['ID']['output'];
|
|
41787
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41788
|
-
node?: Maybe<GraphStoreSimplifiedUserAssignedPirInverseUnion>;
|
|
41789
|
-
};
|
|
41790
|
-
export declare type GraphStoreSimplifiedUserAssignedPirInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41791
|
-
export declare type GraphStoreSimplifiedUserAssignedPirUnion = JiraIssue;
|
|
41792
40731
|
export declare type GraphStoreSimplifiedUserAttendedCalendarEventConnection = HasPageInfo & {
|
|
41793
40732
|
__typename?: 'GraphStoreSimplifiedUserAttendedCalendarEventConnection';
|
|
41794
40733
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAttendedCalendarEventEdge>>>;
|
|
@@ -41873,174 +40812,6 @@ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
|
|
|
41873
40812
|
};
|
|
41874
40813
|
export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41875
40814
|
export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
41876
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceConnection = HasPageInfo & {
|
|
41877
|
-
__typename?: 'GraphStoreSimplifiedUserCanViewConfluenceSpaceConnection';
|
|
41878
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceEdge>>>;
|
|
41879
|
-
pageInfo: PageInfo;
|
|
41880
|
-
};
|
|
41881
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceEdge = {
|
|
41882
|
-
__typename?: 'GraphStoreSimplifiedUserCanViewConfluenceSpaceEdge';
|
|
41883
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41884
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41885
|
-
id: Scalars['ID']['output'];
|
|
41886
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41887
|
-
node?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceUnion>;
|
|
41888
|
-
};
|
|
41889
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseConnection = HasPageInfo & {
|
|
41890
|
-
__typename?: 'GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseConnection';
|
|
41891
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseEdge>>>;
|
|
41892
|
-
pageInfo: PageInfo;
|
|
41893
|
-
};
|
|
41894
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseEdge = {
|
|
41895
|
-
__typename?: 'GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseEdge';
|
|
41896
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41897
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41898
|
-
id: Scalars['ID']['output'];
|
|
41899
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41900
|
-
node?: Maybe<GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseUnion>;
|
|
41901
|
-
};
|
|
41902
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41903
|
-
export declare type GraphStoreSimplifiedUserCanViewConfluenceSpaceUnion = ConfluenceSpace;
|
|
41904
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentConnection = HasPageInfo & {
|
|
41905
|
-
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentConnection';
|
|
41906
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentEdge>>>;
|
|
41907
|
-
pageInfo: PageInfo;
|
|
41908
|
-
};
|
|
41909
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentEdge = {
|
|
41910
|
-
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentEdge';
|
|
41911
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41912
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41913
|
-
id: Scalars['ID']['output'];
|
|
41914
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41915
|
-
node?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentUnion>;
|
|
41916
|
-
};
|
|
41917
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection = HasPageInfo & {
|
|
41918
|
-
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentInverseConnection';
|
|
41919
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge>>>;
|
|
41920
|
-
pageInfo: PageInfo;
|
|
41921
|
-
};
|
|
41922
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge = {
|
|
41923
|
-
__typename?: 'GraphStoreSimplifiedUserCollaboratedOnDocumentInverseEdge';
|
|
41924
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41925
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41926
|
-
id: Scalars['ID']['output'];
|
|
41927
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41928
|
-
node?: Maybe<GraphStoreSimplifiedUserCollaboratedOnDocumentInverseUnion>;
|
|
41929
|
-
};
|
|
41930
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
41931
|
-
export declare type GraphStoreSimplifiedUserCollaboratedOnDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
41932
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection = HasPageInfo & {
|
|
41933
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceBlogpostConnection';
|
|
41934
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostEdge>>>;
|
|
41935
|
-
pageInfo: PageInfo;
|
|
41936
|
-
};
|
|
41937
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostEdge = {
|
|
41938
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceBlogpostEdge';
|
|
41939
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41940
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41941
|
-
id: Scalars['ID']['output'];
|
|
41942
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41943
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostUnion>;
|
|
41944
|
-
};
|
|
41945
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseConnection = HasPageInfo & {
|
|
41946
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseConnection';
|
|
41947
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseEdge>>>;
|
|
41948
|
-
pageInfo: PageInfo;
|
|
41949
|
-
};
|
|
41950
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseEdge = {
|
|
41951
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseEdge';
|
|
41952
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41953
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41954
|
-
id: Scalars['ID']['output'];
|
|
41955
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41956
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseUnion>;
|
|
41957
|
-
};
|
|
41958
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41959
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
41960
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection = HasPageInfo & {
|
|
41961
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseConnection';
|
|
41962
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge>>>;
|
|
41963
|
-
pageInfo: PageInfo;
|
|
41964
|
-
};
|
|
41965
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge = {
|
|
41966
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseEdge';
|
|
41967
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41968
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41969
|
-
id: Scalars['ID']['output'];
|
|
41970
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41971
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseUnion>;
|
|
41972
|
-
};
|
|
41973
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
41974
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseConnection';
|
|
41975
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge>>>;
|
|
41976
|
-
pageInfo: PageInfo;
|
|
41977
|
-
};
|
|
41978
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge = {
|
|
41979
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseEdge';
|
|
41980
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41981
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41982
|
-
id: Scalars['ID']['output'];
|
|
41983
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41984
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseUnion>;
|
|
41985
|
-
};
|
|
41986
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41987
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
41988
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageConnection = HasPageInfo & {
|
|
41989
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluencePageConnection';
|
|
41990
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluencePageEdge>>>;
|
|
41991
|
-
pageInfo: PageInfo;
|
|
41992
|
-
};
|
|
41993
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageEdge = {
|
|
41994
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluencePageEdge';
|
|
41995
|
-
createdAt: Scalars['DateTime']['output'];
|
|
41996
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
41997
|
-
id: Scalars['ID']['output'];
|
|
41998
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
41999
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageUnion>;
|
|
42000
|
-
};
|
|
42001
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageInverseConnection = HasPageInfo & {
|
|
42002
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluencePageInverseConnection';
|
|
42003
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluencePageInverseEdge>>>;
|
|
42004
|
-
pageInfo: PageInfo;
|
|
42005
|
-
};
|
|
42006
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageInverseEdge = {
|
|
42007
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluencePageInverseEdge';
|
|
42008
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42009
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42010
|
-
id: Scalars['ID']['output'];
|
|
42011
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42012
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluencePageInverseUnion>;
|
|
42013
|
-
};
|
|
42014
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42015
|
-
export declare type GraphStoreSimplifiedUserContributedConfluencePageUnion = ConfluencePage;
|
|
42016
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42017
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardConnection';
|
|
42018
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge>>>;
|
|
42019
|
-
pageInfo: PageInfo;
|
|
42020
|
-
};
|
|
42021
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge = {
|
|
42022
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardEdge';
|
|
42023
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42024
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42025
|
-
id: Scalars['ID']['output'];
|
|
42026
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42027
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardUnion>;
|
|
42028
|
-
};
|
|
42029
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42030
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection';
|
|
42031
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge>>>;
|
|
42032
|
-
pageInfo: PageInfo;
|
|
42033
|
-
};
|
|
42034
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge = {
|
|
42035
|
-
__typename?: 'GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseEdge';
|
|
42036
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42037
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42038
|
-
id: Scalars['ID']['output'];
|
|
42039
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42040
|
-
node?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseUnion>;
|
|
42041
|
-
};
|
|
42042
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42043
|
-
export declare type GraphStoreSimplifiedUserContributedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42044
40815
|
export declare type GraphStoreSimplifiedUserCreatedBranchConnection = HasPageInfo & {
|
|
42045
40816
|
__typename?: 'GraphStoreSimplifiedUserCreatedBranchConnection';
|
|
42046
40817
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedBranchEdge>>>;
|
|
@@ -42069,34 +40840,6 @@ export declare type GraphStoreSimplifiedUserCreatedBranchInverseEdge = {
|
|
|
42069
40840
|
};
|
|
42070
40841
|
export declare type GraphStoreSimplifiedUserCreatedBranchInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42071
40842
|
export declare type GraphStoreSimplifiedUserCreatedBranchUnion = ExternalBranch;
|
|
42072
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventConnection = HasPageInfo & {
|
|
42073
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventConnection';
|
|
42074
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedCalendarEventEdge>>>;
|
|
42075
|
-
pageInfo: PageInfo;
|
|
42076
|
-
};
|
|
42077
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventEdge = {
|
|
42078
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventEdge';
|
|
42079
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42080
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42081
|
-
id: Scalars['ID']['output'];
|
|
42082
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42083
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventUnion>;
|
|
42084
|
-
};
|
|
42085
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection = HasPageInfo & {
|
|
42086
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection';
|
|
42087
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge>>>;
|
|
42088
|
-
pageInfo: PageInfo;
|
|
42089
|
-
};
|
|
42090
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge = {
|
|
42091
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedCalendarEventInverseEdge';
|
|
42092
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42093
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42094
|
-
id: Scalars['ID']['output'];
|
|
42095
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42096
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseUnion>;
|
|
42097
|
-
};
|
|
42098
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42099
|
-
export declare type GraphStoreSimplifiedUserCreatedCalendarEventUnion = ExternalCalendarEvent;
|
|
42100
40843
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
|
|
42101
40844
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
|
|
42102
40845
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
|
|
@@ -42125,34 +40868,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
42125
40868
|
};
|
|
42126
40869
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42127
40870
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
42128
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection = HasPageInfo & {
|
|
42129
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection';
|
|
42130
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge>>>;
|
|
42131
|
-
pageInfo: PageInfo;
|
|
42132
|
-
};
|
|
42133
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge = {
|
|
42134
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge';
|
|
42135
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42136
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42137
|
-
id: Scalars['ID']['output'];
|
|
42138
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42139
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseUnion>;
|
|
42140
|
-
};
|
|
42141
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
42142
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection';
|
|
42143
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge>>>;
|
|
42144
|
-
pageInfo: PageInfo;
|
|
42145
|
-
};
|
|
42146
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge = {
|
|
42147
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge';
|
|
42148
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42149
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42150
|
-
id: Scalars['ID']['output'];
|
|
42151
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42152
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseUnion>;
|
|
42153
|
-
};
|
|
42154
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42155
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
42156
40871
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageConnection = HasPageInfo & {
|
|
42157
40872
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluencePageConnection';
|
|
42158
40873
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluencePageEdge>>>;
|
|
@@ -42181,90 +40896,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
|
|
|
42181
40896
|
};
|
|
42182
40897
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42183
40898
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageUnion = ConfluencePage;
|
|
42184
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42185
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection';
|
|
42186
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge>>>;
|
|
42187
|
-
pageInfo: PageInfo;
|
|
42188
|
-
};
|
|
42189
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge = {
|
|
42190
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardEdge';
|
|
42191
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42192
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42193
|
-
id: Scalars['ID']['output'];
|
|
42194
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42195
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardUnion>;
|
|
42196
|
-
};
|
|
42197
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42198
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection';
|
|
42199
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge>>>;
|
|
42200
|
-
pageInfo: PageInfo;
|
|
42201
|
-
};
|
|
42202
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge = {
|
|
42203
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseEdge';
|
|
42204
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42205
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42206
|
-
id: Scalars['ID']['output'];
|
|
42207
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42208
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseUnion>;
|
|
42209
|
-
};
|
|
42210
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42211
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42212
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignConnection = HasPageInfo & {
|
|
42213
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDesignConnection';
|
|
42214
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDesignEdge>>>;
|
|
42215
|
-
pageInfo: PageInfo;
|
|
42216
|
-
};
|
|
42217
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignEdge = {
|
|
42218
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDesignEdge';
|
|
42219
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42220
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42221
|
-
id: Scalars['ID']['output'];
|
|
42222
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42223
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedDesignUnion>;
|
|
42224
|
-
};
|
|
42225
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignInverseConnection = HasPageInfo & {
|
|
42226
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDesignInverseConnection';
|
|
42227
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDesignInverseEdge>>>;
|
|
42228
|
-
pageInfo: PageInfo;
|
|
42229
|
-
};
|
|
42230
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignInverseEdge = {
|
|
42231
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDesignInverseEdge';
|
|
42232
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42233
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42234
|
-
id: Scalars['ID']['output'];
|
|
42235
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42236
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseUnion>;
|
|
42237
|
-
};
|
|
42238
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42239
|
-
export declare type GraphStoreSimplifiedUserCreatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42240
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentConnection = HasPageInfo & {
|
|
42241
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentConnection';
|
|
42242
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDocumentEdge>>>;
|
|
42243
|
-
pageInfo: PageInfo;
|
|
42244
|
-
};
|
|
42245
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentEdge = {
|
|
42246
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentEdge';
|
|
42247
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42248
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42249
|
-
id: Scalars['ID']['output'];
|
|
42250
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42251
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedDocumentUnion>;
|
|
42252
|
-
};
|
|
42253
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseConnection = HasPageInfo & {
|
|
42254
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentInverseConnection';
|
|
42255
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseEdge>>>;
|
|
42256
|
-
pageInfo: PageInfo;
|
|
42257
|
-
};
|
|
42258
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
42259
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedDocumentInverseEdge';
|
|
42260
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42261
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42262
|
-
id: Scalars['ID']['output'];
|
|
42263
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42264
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseUnion>;
|
|
42265
|
-
};
|
|
42266
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42267
|
-
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
42268
40899
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
42269
40900
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
42270
40901
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -42321,34 +40952,6 @@ export declare type GraphStoreSimplifiedUserCreatedMessageInverseEdge = {
|
|
|
42321
40952
|
};
|
|
42322
40953
|
export declare type GraphStoreSimplifiedUserCreatedMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42323
40954
|
export declare type GraphStoreSimplifiedUserCreatedMessageUnion = ExternalMessage;
|
|
42324
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkConnection = HasPageInfo & {
|
|
42325
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkConnection';
|
|
42326
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkEdge>>>;
|
|
42327
|
-
pageInfo: PageInfo;
|
|
42328
|
-
};
|
|
42329
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkEdge = {
|
|
42330
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkEdge';
|
|
42331
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42332
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42333
|
-
id: Scalars['ID']['output'];
|
|
42334
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42335
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkUnion>;
|
|
42336
|
-
};
|
|
42337
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection = HasPageInfo & {
|
|
42338
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkInverseConnection';
|
|
42339
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge>>>;
|
|
42340
|
-
pageInfo: PageInfo;
|
|
42341
|
-
};
|
|
42342
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge = {
|
|
42343
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedRemoteLinkInverseEdge';
|
|
42344
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42345
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42346
|
-
id: Scalars['ID']['output'];
|
|
42347
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42348
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedRemoteLinkInverseUnion>;
|
|
42349
|
-
};
|
|
42350
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42351
|
-
export declare type GraphStoreSimplifiedUserCreatedRemoteLinkUnion = ExternalRemoteLink;
|
|
42352
40955
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryConnection = HasPageInfo & {
|
|
42353
40956
|
__typename?: 'GraphStoreSimplifiedUserCreatedRepositoryConnection';
|
|
42354
40957
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedRepositoryEdge>>>;
|
|
@@ -42377,118 +40980,6 @@ export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseEdge = {
|
|
|
42377
40980
|
};
|
|
42378
40981
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42379
40982
|
export declare type GraphStoreSimplifiedUserCreatedRepositoryUnion = ExternalRepository;
|
|
42380
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
42381
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostConnection';
|
|
42382
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge>>>;
|
|
42383
|
-
pageInfo: PageInfo;
|
|
42384
|
-
};
|
|
42385
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge = {
|
|
42386
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostEdge';
|
|
42387
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42388
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42389
|
-
id: Scalars['ID']['output'];
|
|
42390
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42391
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostUnion>;
|
|
42392
|
-
};
|
|
42393
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection = HasPageInfo & {
|
|
42394
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseConnection';
|
|
42395
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseEdge>>>;
|
|
42396
|
-
pageInfo: PageInfo;
|
|
42397
|
-
};
|
|
42398
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseEdge = {
|
|
42399
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseEdge';
|
|
42400
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42401
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42402
|
-
id: Scalars['ID']['output'];
|
|
42403
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42404
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseUnion>;
|
|
42405
|
-
};
|
|
42406
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42407
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
42408
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection = HasPageInfo & {
|
|
42409
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseConnection';
|
|
42410
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge>>>;
|
|
42411
|
-
pageInfo: PageInfo;
|
|
42412
|
-
};
|
|
42413
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge = {
|
|
42414
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseEdge';
|
|
42415
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42416
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42417
|
-
id: Scalars['ID']['output'];
|
|
42418
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42419
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseUnion>;
|
|
42420
|
-
};
|
|
42421
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection = HasPageInfo & {
|
|
42422
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseConnection';
|
|
42423
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge>>>;
|
|
42424
|
-
pageInfo: PageInfo;
|
|
42425
|
-
};
|
|
42426
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge = {
|
|
42427
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseEdge';
|
|
42428
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42429
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42430
|
-
id: Scalars['ID']['output'];
|
|
42431
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42432
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseUnion>;
|
|
42433
|
-
};
|
|
42434
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42435
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
42436
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageConnection = HasPageInfo & {
|
|
42437
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluencePageConnection';
|
|
42438
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageEdge>>>;
|
|
42439
|
-
pageInfo: PageInfo;
|
|
42440
|
-
};
|
|
42441
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageEdge = {
|
|
42442
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluencePageEdge';
|
|
42443
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42444
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42445
|
-
id: Scalars['ID']['output'];
|
|
42446
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42447
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageUnion>;
|
|
42448
|
-
};
|
|
42449
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection = HasPageInfo & {
|
|
42450
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection';
|
|
42451
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseEdge>>>;
|
|
42452
|
-
pageInfo: PageInfo;
|
|
42453
|
-
};
|
|
42454
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageInverseEdge = {
|
|
42455
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluencePageInverseEdge';
|
|
42456
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42457
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42458
|
-
id: Scalars['ID']['output'];
|
|
42459
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42460
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseUnion>;
|
|
42461
|
-
};
|
|
42462
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42463
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluencePageUnion = ConfluencePage;
|
|
42464
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
42465
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection';
|
|
42466
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge>>>;
|
|
42467
|
-
pageInfo: PageInfo;
|
|
42468
|
-
};
|
|
42469
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge = {
|
|
42470
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardEdge';
|
|
42471
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42472
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42473
|
-
id: Scalars['ID']['output'];
|
|
42474
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42475
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion>;
|
|
42476
|
-
};
|
|
42477
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
42478
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection';
|
|
42479
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge>>>;
|
|
42480
|
-
pageInfo: PageInfo;
|
|
42481
|
-
};
|
|
42482
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge = {
|
|
42483
|
-
__typename?: 'GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseEdge';
|
|
42484
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42485
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42486
|
-
id: Scalars['ID']['output'];
|
|
42487
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42488
|
-
node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion>;
|
|
42489
|
-
};
|
|
42490
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42491
|
-
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
42492
40983
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
42493
40984
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
42494
40985
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -42577,62 +41068,6 @@ export declare type GraphStoreSimplifiedUserIsInTeamInverseEdge = {
|
|
|
42577
41068
|
};
|
|
42578
41069
|
export declare type GraphStoreSimplifiedUserIsInTeamInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42579
41070
|
export declare type GraphStoreSimplifiedUserIsInTeamUnion = TeamV2;
|
|
42580
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignConnection = HasPageInfo & {
|
|
42581
|
-
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignConnection';
|
|
42582
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLastUpdatedDesignEdge>>>;
|
|
42583
|
-
pageInfo: PageInfo;
|
|
42584
|
-
};
|
|
42585
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignEdge = {
|
|
42586
|
-
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignEdge';
|
|
42587
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42588
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42589
|
-
id: Scalars['ID']['output'];
|
|
42590
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42591
|
-
node?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignUnion>;
|
|
42592
|
-
};
|
|
42593
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection = HasPageInfo & {
|
|
42594
|
-
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignInverseConnection';
|
|
42595
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge>>>;
|
|
42596
|
-
pageInfo: PageInfo;
|
|
42597
|
-
};
|
|
42598
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge = {
|
|
42599
|
-
__typename?: 'GraphStoreSimplifiedUserLastUpdatedDesignInverseEdge';
|
|
42600
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42601
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42602
|
-
id: Scalars['ID']['output'];
|
|
42603
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42604
|
-
node?: Maybe<GraphStoreSimplifiedUserLastUpdatedDesignInverseUnion>;
|
|
42605
|
-
};
|
|
42606
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42607
|
-
export declare type GraphStoreSimplifiedUserLastUpdatedDesignUnion = DevOpsDesign | ExternalDesign;
|
|
42608
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseConnection = HasPageInfo & {
|
|
42609
|
-
__typename?: 'GraphStoreSimplifiedUserLaunchedReleaseConnection';
|
|
42610
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLaunchedReleaseEdge>>>;
|
|
42611
|
-
pageInfo: PageInfo;
|
|
42612
|
-
};
|
|
42613
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseEdge = {
|
|
42614
|
-
__typename?: 'GraphStoreSimplifiedUserLaunchedReleaseEdge';
|
|
42615
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42616
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42617
|
-
id: Scalars['ID']['output'];
|
|
42618
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42619
|
-
node?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseUnion>;
|
|
42620
|
-
};
|
|
42621
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseInverseConnection = HasPageInfo & {
|
|
42622
|
-
__typename?: 'GraphStoreSimplifiedUserLaunchedReleaseInverseConnection';
|
|
42623
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseEdge>>>;
|
|
42624
|
-
pageInfo: PageInfo;
|
|
42625
|
-
};
|
|
42626
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseInverseEdge = {
|
|
42627
|
-
__typename?: 'GraphStoreSimplifiedUserLaunchedReleaseInverseEdge';
|
|
42628
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42629
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42630
|
-
id: Scalars['ID']['output'];
|
|
42631
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42632
|
-
node?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseUnion>;
|
|
42633
|
-
};
|
|
42634
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42635
|
-
export declare type GraphStoreSimplifiedUserLaunchedReleaseUnion = JiraVersion;
|
|
42636
41071
|
export declare type GraphStoreSimplifiedUserMemberOfConversationConnection = HasPageInfo & {
|
|
42637
41072
|
__typename?: 'GraphStoreSimplifiedUserMemberOfConversationConnection';
|
|
42638
41073
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMemberOfConversationEdge>>>;
|
|
@@ -42745,34 +41180,6 @@ export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseEdge = {
|
|
|
42745
41180
|
};
|
|
42746
41181
|
export declare type GraphStoreSimplifiedUserOwnedCalendarEventInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42747
41182
|
export declare type GraphStoreSimplifiedUserOwnedCalendarEventUnion = ExternalCalendarEvent;
|
|
42748
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentConnection = HasPageInfo & {
|
|
42749
|
-
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentConnection';
|
|
42750
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedDocumentEdge>>>;
|
|
42751
|
-
pageInfo: PageInfo;
|
|
42752
|
-
};
|
|
42753
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentEdge = {
|
|
42754
|
-
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentEdge';
|
|
42755
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42756
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42757
|
-
id: Scalars['ID']['output'];
|
|
42758
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42759
|
-
node?: Maybe<GraphStoreSimplifiedUserOwnedDocumentUnion>;
|
|
42760
|
-
};
|
|
42761
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseConnection = HasPageInfo & {
|
|
42762
|
-
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentInverseConnection';
|
|
42763
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseEdge>>>;
|
|
42764
|
-
pageInfo: PageInfo;
|
|
42765
|
-
};
|
|
42766
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseEdge = {
|
|
42767
|
-
__typename?: 'GraphStoreSimplifiedUserOwnedDocumentInverseEdge';
|
|
42768
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42769
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42770
|
-
id: Scalars['ID']['output'];
|
|
42771
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42772
|
-
node?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseUnion>;
|
|
42773
|
-
};
|
|
42774
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
42775
|
-
export declare type GraphStoreSimplifiedUserOwnedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
42776
41183
|
export declare type GraphStoreSimplifiedUserOwnedRemoteLinkConnection = HasPageInfo & {
|
|
42777
41184
|
__typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkConnection';
|
|
42778
41185
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkEdge>>>;
|
|
@@ -42945,62 +41352,6 @@ export declare type GraphStoreSimplifiedUserReviewsPrInverseEdge = {
|
|
|
42945
41352
|
};
|
|
42946
41353
|
export declare type GraphStoreSimplifiedUserReviewsPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42947
41354
|
export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails | ExternalPullRequest;
|
|
42948
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentConnection = HasPageInfo & {
|
|
42949
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInCommentConnection';
|
|
42950
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInCommentEdge>>>;
|
|
42951
|
-
pageInfo: PageInfo;
|
|
42952
|
-
};
|
|
42953
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentEdge = {
|
|
42954
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInCommentEdge';
|
|
42955
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42956
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42957
|
-
id: Scalars['ID']['output'];
|
|
42958
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42959
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInCommentUnion>;
|
|
42960
|
-
};
|
|
42961
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentInverseConnection = HasPageInfo & {
|
|
42962
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInCommentInverseConnection';
|
|
42963
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseEdge>>>;
|
|
42964
|
-
pageInfo: PageInfo;
|
|
42965
|
-
};
|
|
42966
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentInverseEdge = {
|
|
42967
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInCommentInverseEdge';
|
|
42968
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42969
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42970
|
-
id: Scalars['ID']['output'];
|
|
42971
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42972
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseUnion>;
|
|
42973
|
-
};
|
|
42974
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42975
|
-
export declare type GraphStoreSimplifiedUserTaggedInCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
42976
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageConnection = HasPageInfo & {
|
|
42977
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageConnection';
|
|
42978
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageEdge>>>;
|
|
42979
|
-
pageInfo: PageInfo;
|
|
42980
|
-
};
|
|
42981
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageEdge = {
|
|
42982
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageEdge';
|
|
42983
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42984
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42985
|
-
id: Scalars['ID']['output'];
|
|
42986
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
42987
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageUnion>;
|
|
42988
|
-
};
|
|
42989
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection = HasPageInfo & {
|
|
42990
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection';
|
|
42991
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge>>>;
|
|
42992
|
-
pageInfo: PageInfo;
|
|
42993
|
-
};
|
|
42994
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge = {
|
|
42995
|
-
__typename?: 'GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge';
|
|
42996
|
-
createdAt: Scalars['DateTime']['output'];
|
|
42997
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
42998
|
-
id: Scalars['ID']['output'];
|
|
42999
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43000
|
-
node?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion>;
|
|
43001
|
-
};
|
|
43002
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43003
|
-
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
43004
41355
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
43005
41356
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
43006
41357
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -43085,62 +41436,6 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseEdge = {
|
|
|
43085
41436
|
};
|
|
43086
41437
|
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43087
41438
|
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageUnion = ConfluencePage;
|
|
43088
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection = HasPageInfo & {
|
|
43089
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection';
|
|
43090
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceEdge>>>;
|
|
43091
|
-
pageInfo: PageInfo;
|
|
43092
|
-
};
|
|
43093
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceEdge = {
|
|
43094
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceSpaceEdge';
|
|
43095
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43096
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43097
|
-
id: Scalars['ID']['output'];
|
|
43098
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43099
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceUnion>;
|
|
43100
|
-
};
|
|
43101
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection = HasPageInfo & {
|
|
43102
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection';
|
|
43103
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseEdge>>>;
|
|
43104
|
-
pageInfo: PageInfo;
|
|
43105
|
-
};
|
|
43106
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseEdge = {
|
|
43107
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseEdge';
|
|
43108
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43109
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43110
|
-
id: Scalars['ID']['output'];
|
|
43111
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43112
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseUnion>;
|
|
43113
|
-
};
|
|
43114
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43115
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceSpaceUnion = ConfluenceSpace;
|
|
43116
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
43117
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection';
|
|
43118
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge>>>;
|
|
43119
|
-
pageInfo: PageInfo;
|
|
43120
|
-
};
|
|
43121
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge = {
|
|
43122
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardEdge';
|
|
43123
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43124
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43125
|
-
id: Scalars['ID']['output'];
|
|
43126
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43127
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion>;
|
|
43128
|
-
};
|
|
43129
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
43130
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection';
|
|
43131
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge>>>;
|
|
43132
|
-
pageInfo: PageInfo;
|
|
43133
|
-
};
|
|
43134
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge = {
|
|
43135
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEdge';
|
|
43136
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43137
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43138
|
-
id: Scalars['ID']['output'];
|
|
43139
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43140
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion>;
|
|
43141
|
-
};
|
|
43142
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43143
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
43144
41439
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
43145
41440
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
43146
41441
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -43281,90 +41576,6 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
43281
41576
|
};
|
|
43282
41577
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43283
41578
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
43284
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
43285
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
43286
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
43287
|
-
pageInfo: PageInfo;
|
|
43288
|
-
};
|
|
43289
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge = {
|
|
43290
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge';
|
|
43291
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43292
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43293
|
-
id: Scalars['ID']['output'];
|
|
43294
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43295
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostUnion>;
|
|
43296
|
-
};
|
|
43297
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection = HasPageInfo & {
|
|
43298
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection';
|
|
43299
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseEdge>>>;
|
|
43300
|
-
pageInfo: PageInfo;
|
|
43301
|
-
};
|
|
43302
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseEdge = {
|
|
43303
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseEdge';
|
|
43304
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43305
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43306
|
-
id: Scalars['ID']['output'];
|
|
43307
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43308
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseUnion>;
|
|
43309
|
-
};
|
|
43310
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43311
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
43312
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageConnection = HasPageInfo & {
|
|
43313
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluencePageConnection';
|
|
43314
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluencePageEdge>>>;
|
|
43315
|
-
pageInfo: PageInfo;
|
|
43316
|
-
};
|
|
43317
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageEdge = {
|
|
43318
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluencePageEdge';
|
|
43319
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43320
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43321
|
-
id: Scalars['ID']['output'];
|
|
43322
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43323
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageUnion>;
|
|
43324
|
-
};
|
|
43325
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection = HasPageInfo & {
|
|
43326
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluencePageInverseConnection';
|
|
43327
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseEdge>>>;
|
|
43328
|
-
pageInfo: PageInfo;
|
|
43329
|
-
};
|
|
43330
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageInverseEdge = {
|
|
43331
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluencePageInverseEdge';
|
|
43332
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43333
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43334
|
-
id: Scalars['ID']['output'];
|
|
43335
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43336
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageInverseUnion>;
|
|
43337
|
-
};
|
|
43338
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43339
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluencePageUnion = ConfluencePage;
|
|
43340
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection = HasPageInfo & {
|
|
43341
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardConnection';
|
|
43342
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge>>>;
|
|
43343
|
-
pageInfo: PageInfo;
|
|
43344
|
-
};
|
|
43345
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge = {
|
|
43346
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardEdge';
|
|
43347
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43348
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43349
|
-
id: Scalars['ID']['output'];
|
|
43350
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43351
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion>;
|
|
43352
|
-
};
|
|
43353
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection = HasPageInfo & {
|
|
43354
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseConnection';
|
|
43355
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge>>>;
|
|
43356
|
-
pageInfo: PageInfo;
|
|
43357
|
-
};
|
|
43358
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge = {
|
|
43359
|
-
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseEdge';
|
|
43360
|
-
createdAt: Scalars['DateTime']['output'];
|
|
43361
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
43362
|
-
id: Scalars['ID']['output'];
|
|
43363
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
43364
|
-
node?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion>;
|
|
43365
|
-
};
|
|
43366
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43367
|
-
export declare type GraphStoreSimplifiedUserWatchesConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
43368
41579
|
export declare type GraphStoreSimplifiedVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
43369
41580
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedBranchConnection';
|
|
43370
41581
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchEdge>>>;
|
|
@@ -44076,9 +42287,6 @@ export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
|
|
|
44076
42287
|
export declare type GraphStoreUserAssignedIncidentSortInput = {
|
|
44077
42288
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44078
42289
|
};
|
|
44079
|
-
export declare type GraphStoreUserAssignedPirSortInput = {
|
|
44080
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44081
|
-
};
|
|
44082
42290
|
export declare type GraphStoreUserAttendedCalendarEventSortInput = {
|
|
44083
42291
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44084
42292
|
};
|
|
@@ -44088,72 +42296,24 @@ export declare type GraphStoreUserAuthoredCommitSortInput = {
|
|
|
44088
42296
|
export declare type GraphStoreUserAuthoredPrSortInput = {
|
|
44089
42297
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44090
42298
|
};
|
|
44091
|
-
export declare type GraphStoreUserCanViewConfluenceSpaceSortInput = {
|
|
44092
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44093
|
-
};
|
|
44094
|
-
export declare type GraphStoreUserCollaboratedOnDocumentSortInput = {
|
|
44095
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44096
|
-
};
|
|
44097
|
-
export declare type GraphStoreUserContributedConfluenceBlogpostSortInput = {
|
|
44098
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44099
|
-
};
|
|
44100
|
-
export declare type GraphStoreUserContributedConfluenceDatabaseSortInput = {
|
|
44101
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44102
|
-
};
|
|
44103
|
-
export declare type GraphStoreUserContributedConfluencePageSortInput = {
|
|
44104
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44105
|
-
};
|
|
44106
|
-
export declare type GraphStoreUserContributedConfluenceWhiteboardSortInput = {
|
|
44107
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44108
|
-
};
|
|
44109
42299
|
export declare type GraphStoreUserCreatedBranchSortInput = {
|
|
44110
42300
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44111
42301
|
};
|
|
44112
|
-
export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
44113
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44114
|
-
};
|
|
44115
42302
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
44116
42303
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44117
42304
|
};
|
|
44118
|
-
export declare type GraphStoreUserCreatedConfluenceDatabaseSortInput = {
|
|
44119
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44120
|
-
};
|
|
44121
42305
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
44122
42306
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44123
42307
|
};
|
|
44124
|
-
export declare type GraphStoreUserCreatedConfluenceWhiteboardSortInput = {
|
|
44125
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44126
|
-
};
|
|
44127
|
-
export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
44128
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44129
|
-
};
|
|
44130
|
-
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
44131
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44132
|
-
};
|
|
44133
42308
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
44134
42309
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44135
42310
|
};
|
|
44136
42311
|
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
44137
42312
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44138
42313
|
};
|
|
44139
|
-
export declare type GraphStoreUserCreatedRemoteLinkSortInput = {
|
|
44140
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44141
|
-
};
|
|
44142
42314
|
export declare type GraphStoreUserCreatedRepositorySortInput = {
|
|
44143
42315
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44144
42316
|
};
|
|
44145
|
-
export declare type GraphStoreUserFavoritedConfluenceBlogpostSortInput = {
|
|
44146
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44147
|
-
};
|
|
44148
|
-
export declare type GraphStoreUserFavoritedConfluenceDatabaseSortInput = {
|
|
44149
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44150
|
-
};
|
|
44151
|
-
export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
44152
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44153
|
-
};
|
|
44154
|
-
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
44155
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44156
|
-
};
|
|
44157
42317
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
44158
42318
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
44159
42319
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -44166,12 +42326,6 @@ export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
|
44166
42326
|
export declare type GraphStoreUserIsInTeamSortInput = {
|
|
44167
42327
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44168
42328
|
};
|
|
44169
|
-
export declare type GraphStoreUserLastUpdatedDesignSortInput = {
|
|
44170
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44171
|
-
};
|
|
44172
|
-
export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
44173
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44174
|
-
};
|
|
44175
42329
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
44176
42330
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44177
42331
|
};
|
|
@@ -44184,9 +42338,6 @@ export declare type GraphStoreUserOwnedBranchSortInput = {
|
|
|
44184
42338
|
export declare type GraphStoreUserOwnedCalendarEventSortInput = {
|
|
44185
42339
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44186
42340
|
};
|
|
44187
|
-
export declare type GraphStoreUserOwnedDocumentSortInput = {
|
|
44188
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44189
|
-
};
|
|
44190
42341
|
export declare type GraphStoreUserOwnedRemoteLinkSortInput = {
|
|
44191
42342
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44192
42343
|
};
|
|
@@ -44208,12 +42359,6 @@ export declare type GraphStoreUserReportsIssueSortInput = {
|
|
|
44208
42359
|
export declare type GraphStoreUserReviewsPrSortInput = {
|
|
44209
42360
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44210
42361
|
};
|
|
44211
|
-
export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
44212
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44213
|
-
};
|
|
44214
|
-
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
44215
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44216
|
-
};
|
|
44217
42362
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
44218
42363
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44219
42364
|
};
|
|
@@ -44223,12 +42368,6 @@ export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
|
44223
42368
|
export declare type GraphStoreUserUpdatedConfluencePageSortInput = {
|
|
44224
42369
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44225
42370
|
};
|
|
44226
|
-
export declare type GraphStoreUserUpdatedConfluenceSpaceSortInput = {
|
|
44227
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44228
|
-
};
|
|
44229
|
-
export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
|
|
44230
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44231
|
-
};
|
|
44232
42371
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
44233
42372
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44234
42373
|
};
|
|
@@ -44244,15 +42383,6 @@ export declare type GraphStoreUserViewedConfluencePageSortInput = {
|
|
|
44244
42383
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
44245
42384
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44246
42385
|
};
|
|
44247
|
-
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
44248
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44249
|
-
};
|
|
44250
|
-
export declare type GraphStoreUserWatchesConfluencePageSortInput = {
|
|
44251
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44252
|
-
};
|
|
44253
|
-
export declare type GraphStoreUserWatchesConfluenceWhiteboardSortInput = {
|
|
44254
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44255
|
-
};
|
|
44256
42386
|
export declare type GraphStoreVersionAssociatedBranchSortInput = {
|
|
44257
42387
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
44258
42388
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -44490,10 +42620,6 @@ export declare type GrowthUnifiedProfileCompany = {
|
|
|
44490
42620
|
size?: Maybe<GrowthUnifiedProfileCompanySize>;
|
|
44491
42621
|
type?: Maybe<GrowthUnifiedProfileCompanyType>;
|
|
44492
42622
|
};
|
|
44493
|
-
export declare type GrowthUnifiedProfileCompanyProfile = {
|
|
44494
|
-
__typename?: 'GrowthUnifiedProfileCompanyProfile';
|
|
44495
|
-
companyType?: Maybe<GrowthUnifiedProfileEntryType>;
|
|
44496
|
-
};
|
|
44497
42623
|
export declare enum GrowthUnifiedProfileCompanySize {
|
|
44498
42624
|
Large = "LARGE",
|
|
44499
42625
|
Medium = "MEDIUM",
|
|
@@ -44519,10 +42645,6 @@ export declare type GrowthUnifiedProfileCreateProfileInput = {
|
|
|
44519
42645
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
44520
42646
|
unifiedProfile: GrowthUnifiedProfileInput;
|
|
44521
42647
|
};
|
|
44522
|
-
export declare enum GrowthUnifiedProfileDomainType {
|
|
44523
|
-
Business = "BUSINESS",
|
|
44524
|
-
Personal = "PERSONAL"
|
|
44525
|
-
}
|
|
44526
42648
|
export declare enum GrowthUnifiedProfileEnrichmentStatus {
|
|
44527
42649
|
Complete = "COMPLETE",
|
|
44528
42650
|
Error = "ERROR",
|
|
@@ -44542,10 +42664,6 @@ export declare enum GrowthUnifiedProfileEntityType {
|
|
|
44542
42664
|
Org = "ORG",
|
|
44543
42665
|
Site = "SITE"
|
|
44544
42666
|
}
|
|
44545
|
-
export declare enum GrowthUnifiedProfileEntryType {
|
|
44546
|
-
Existing = "EXISTING",
|
|
44547
|
-
New = "NEW"
|
|
44548
|
-
}
|
|
44549
42667
|
export declare type GrowthUnifiedProfileInput = {
|
|
44550
42668
|
onboardingContext?: InputMaybe<GrowthUnifiedProfileOnboardingContextInput>;
|
|
44551
42669
|
};
|
|
@@ -44660,16 +42778,13 @@ export declare type GrowthUnifiedProfileProductDetails = {
|
|
|
44660
42778
|
d0Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
44661
42779
|
d1to6Active?: Maybe<Scalars['Boolean']['output']>;
|
|
44662
42780
|
d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
44663
|
-
isTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
44664
42781
|
productEdition?: Maybe<Scalars['String']['output']>;
|
|
44665
42782
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
44666
42783
|
productName?: Maybe<Scalars['String']['output']>;
|
|
44667
|
-
provisionedAt?: Maybe<Scalars['String']['output']>;
|
|
44668
42784
|
};
|
|
44669
42785
|
export declare type GrowthUnifiedProfileResult = {
|
|
44670
42786
|
__typename?: 'GrowthUnifiedProfileResult';
|
|
44671
42787
|
company?: Maybe<GrowthUnifiedProfileCompany>;
|
|
44672
|
-
companyProfile?: Maybe<GrowthUnifiedProfileCompanyProfile>;
|
|
44673
42788
|
enrichmentStatus?: Maybe<GrowthUnifiedProfileEnrichmentStatus>;
|
|
44674
42789
|
entityType?: Maybe<GrowthUnifiedProfileEntityType>;
|
|
44675
42790
|
linkedEntities?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkedEntities>>>;
|
|
@@ -44678,7 +42793,6 @@ export declare type GrowthUnifiedProfileResult = {
|
|
|
44678
42793
|
seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
|
|
44679
42794
|
sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
|
|
44680
42795
|
userFootprints?: Maybe<GrowthUnifiedProfileUserFootprints>;
|
|
44681
|
-
userProfile?: Maybe<GrowthUnifiedProfileUserProfile>;
|
|
44682
42796
|
};
|
|
44683
42797
|
export declare type GrowthUnifiedProfileSeoContext = {
|
|
44684
42798
|
__typename?: 'GrowthUnifiedProfileSeoContext';
|
|
@@ -44716,11 +42830,6 @@ export declare type GrowthUnifiedProfileUserFootprints = {
|
|
|
44716
42830
|
hasAtlassianAccount?: Maybe<Scalars['Boolean']['output']>;
|
|
44717
42831
|
products?: Maybe<Array<Maybe<GrowthUnifiedProfileProduct>>>;
|
|
44718
42832
|
};
|
|
44719
|
-
export declare type GrowthUnifiedProfileUserProfile = {
|
|
44720
|
-
__typename?: 'GrowthUnifiedProfileUserProfile';
|
|
44721
|
-
domainType?: Maybe<GrowthUnifiedProfileDomainType>;
|
|
44722
|
-
userType?: Maybe<GrowthUnifiedProfileEntryType>;
|
|
44723
|
-
};
|
|
44724
42833
|
export declare type GrowthUnifiedProfileUtm = {
|
|
44725
42834
|
__typename?: 'GrowthUnifiedProfileUtm';
|
|
44726
42835
|
channel?: Maybe<GrowthUnifiedProfileChannel>;
|
|
@@ -44870,7 +42979,6 @@ export declare type HamsTransactionAccountExperienceCapabilities = CommerceTrans
|
|
|
44870
42979
|
export declare type HamsTrial = CommerceTrial & {
|
|
44871
42980
|
__typename?: 'HamsTrial';
|
|
44872
42981
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
44873
|
-
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
44874
42982
|
};
|
|
44875
42983
|
export declare type HasMercuryProjectFields = {
|
|
44876
42984
|
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
@@ -45648,7 +43756,6 @@ export declare type HelpLayoutAnnouncementElement = HelpLayoutVisualEntity & Nod
|
|
|
45648
43756
|
header?: Maybe<Scalars['String']['output']>;
|
|
45649
43757
|
id: Scalars['ID']['output'];
|
|
45650
43758
|
message?: Maybe<Scalars['String']['output']>;
|
|
45651
|
-
useGlobalSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
45652
43759
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
45653
43760
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
45654
43761
|
};
|
|
@@ -45659,13 +43766,11 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
45659
43766
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
45660
43767
|
};
|
|
45661
43768
|
export declare type HelpLayoutAnnouncementInput = {
|
|
45662
|
-
useGlobalSettings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
45663
43769
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
45664
43770
|
};
|
|
45665
|
-
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement |
|
|
43771
|
+
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutConnectElement | HelpLayoutEditorElement | HelpLayoutForgeElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
45666
43772
|
export declare type HelpLayoutAtomicElementInput = {
|
|
45667
43773
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
45668
|
-
breadcrumbInput?: InputMaybe<HelpLayoutBreadcrumbElementInput>;
|
|
45669
43774
|
connectInput?: InputMaybe<HelpLayoutConnectInput>;
|
|
45670
43775
|
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
45671
43776
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
@@ -45682,7 +43787,6 @@ export declare type HelpLayoutAtomicElementInput = {
|
|
|
45682
43787
|
};
|
|
45683
43788
|
export declare enum HelpLayoutAtomicElementKey {
|
|
45684
43789
|
Announcement = "ANNOUNCEMENT",
|
|
45685
|
-
Breadcrumb = "BREADCRUMB",
|
|
45686
43790
|
Connect = "CONNECT",
|
|
45687
43791
|
Editor = "EDITOR",
|
|
45688
43792
|
Forge = "FORGE",
|
|
@@ -45726,21 +43830,6 @@ export declare enum HelpLayoutBackgroundType {
|
|
|
45726
43830
|
Image = "IMAGE",
|
|
45727
43831
|
Transparent = "TRANSPARENT"
|
|
45728
43832
|
}
|
|
45729
|
-
export declare type HelpLayoutBreadcrumb = {
|
|
45730
|
-
__typename?: 'HelpLayoutBreadcrumb';
|
|
45731
|
-
name: Scalars['String']['output'];
|
|
45732
|
-
relativeUrl: Scalars['String']['output'];
|
|
45733
|
-
};
|
|
45734
|
-
export declare type HelpLayoutBreadcrumbElement = HelpLayoutVisualEntity & Node & {
|
|
45735
|
-
__typename?: 'HelpLayoutBreadcrumbElement';
|
|
45736
|
-
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
45737
|
-
id: Scalars['ID']['output'];
|
|
45738
|
-
items?: Maybe<Array<HelpLayoutBreadcrumb>>;
|
|
45739
|
-
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
45740
|
-
};
|
|
45741
|
-
export declare type HelpLayoutBreadcrumbElementInput = {
|
|
45742
|
-
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
45743
|
-
};
|
|
45744
43833
|
export declare type HelpLayoutCompositeElement = {
|
|
45745
43834
|
children?: Maybe<Array<Maybe<HelpLayoutAtomicElement>>>;
|
|
45746
43835
|
elementType?: Maybe<HelpLayoutCompositeElementType>;
|
|
@@ -45814,14 +43903,13 @@ export declare type HelpLayoutEditorInput = {
|
|
|
45814
43903
|
adf: Scalars['String']['input'];
|
|
45815
43904
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
45816
43905
|
};
|
|
45817
|
-
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement |
|
|
43906
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutConnectElement | HelpLayoutEditorElement | HelpLayoutForgeElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutNoContentElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
45818
43907
|
export declare enum HelpLayoutElementCategory {
|
|
45819
43908
|
Basic = "BASIC",
|
|
45820
43909
|
Navigation = "NAVIGATION"
|
|
45821
43910
|
}
|
|
45822
43911
|
export declare type HelpLayoutElementInput = {
|
|
45823
43912
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
45824
|
-
breadcrumbInput?: InputMaybe<HelpLayoutBreadcrumbElementInput>;
|
|
45825
43913
|
connectInput?: InputMaybe<HelpLayoutConnectInput>;
|
|
45826
43914
|
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
45827
43915
|
elementTypeKey: HelpLayoutElementKey;
|
|
@@ -45839,7 +43927,6 @@ export declare type HelpLayoutElementInput = {
|
|
|
45839
43927
|
};
|
|
45840
43928
|
export declare enum HelpLayoutElementKey {
|
|
45841
43929
|
Announcement = "ANNOUNCEMENT",
|
|
45842
|
-
Breadcrumb = "BREADCRUMB",
|
|
45843
43930
|
Connect = "CONNECT",
|
|
45844
43931
|
Editor = "EDITOR",
|
|
45845
43932
|
Forge = "FORGE",
|
|
@@ -46067,14 +44154,12 @@ export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node
|
|
|
46067
44154
|
data?: Maybe<HelpLayoutPortalsListData>;
|
|
46068
44155
|
elementTitle?: Maybe<Scalars['String']['output']>;
|
|
46069
44156
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
46070
|
-
expandButtonTextColor?: Maybe<Scalars['String']['output']>;
|
|
46071
44157
|
id: Scalars['ID']['output'];
|
|
46072
44158
|
portals?: Maybe<Array<Maybe<HelpLayoutPortalCard>>>;
|
|
46073
44159
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
46074
44160
|
};
|
|
46075
44161
|
export declare type HelpLayoutPortalsListInput = {
|
|
46076
44162
|
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
46077
|
-
expandButtonTextColor?: InputMaybe<Scalars['String']['input']>;
|
|
46078
44163
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
46079
44164
|
};
|
|
46080
44165
|
export declare enum HelpLayoutProjectType {
|
|
@@ -46084,15 +44169,10 @@ export declare enum HelpLayoutProjectType {
|
|
|
46084
44169
|
export declare type HelpLayoutQueryApi = {
|
|
46085
44170
|
__typename?: 'HelpLayoutQueryApi';
|
|
46086
44171
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
46087
|
-
elements?: Maybe<Array<HelpLayoutElement>>;
|
|
46088
44172
|
layout?: Maybe<HelpLayoutResult>;
|
|
46089
44173
|
layoutByParentId?: Maybe<HelpLayoutResult>;
|
|
46090
44174
|
mediaConfig?: Maybe<HelpLayoutMediaConfig>;
|
|
46091
44175
|
};
|
|
46092
|
-
export declare type HelpLayoutQueryApiElementsArgs = {
|
|
46093
|
-
filter?: InputMaybe<HelpLayoutFilter>;
|
|
46094
|
-
ids: Array<Scalars['ID']['input']>;
|
|
46095
|
-
};
|
|
46096
44176
|
export declare type HelpLayoutQueryApiLayoutArgs = {
|
|
46097
44177
|
filter?: InputMaybe<HelpLayoutFilter>;
|
|
46098
44178
|
id: Scalars['ID']['input'];
|
|
@@ -48291,7 +46371,6 @@ export declare type JiraAutodevDeletedPayload = Payload & {
|
|
|
48291
46371
|
};
|
|
48292
46372
|
export declare type JiraAutodevJob = {
|
|
48293
46373
|
__typename?: 'JiraAutodevJob';
|
|
48294
|
-
agent?: Maybe<DevAiRovoAgent>;
|
|
48295
46374
|
branchName?: Maybe<Scalars['String']['output']>;
|
|
48296
46375
|
branchUrl?: Maybe<Scalars['String']['output']>;
|
|
48297
46376
|
codeChanges?: Maybe<JiraAutodevCodeChangeConnection>;
|
|
@@ -48300,7 +46379,6 @@ export declare type JiraAutodevJob = {
|
|
|
48300
46379
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
48301
46380
|
id: Scalars['ID']['output'];
|
|
48302
46381
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
48303
|
-
issueScopingScore?: Maybe<DevAiIssueScopingResult>;
|
|
48304
46382
|
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
48305
46383
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
48306
46384
|
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -48313,12 +46391,6 @@ export declare type JiraAutodevJob = {
|
|
|
48313
46391
|
status?: Maybe<JiraAutodevStatus>;
|
|
48314
46392
|
statusHistory?: Maybe<JiraAutodevStatusHistoryItemConnection>;
|
|
48315
46393
|
};
|
|
48316
|
-
export declare type JiraAutodevJobAgentArgs = {
|
|
48317
|
-
cloudId: Scalars['ID']['input'];
|
|
48318
|
-
};
|
|
48319
|
-
export declare type JiraAutodevJobIssueScopingScoreArgs = {
|
|
48320
|
-
cloudId: Scalars['ID']['input'];
|
|
48321
|
-
};
|
|
48322
46394
|
export declare type JiraAutodevJobJobLogsArgs = {
|
|
48323
46395
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
48324
46396
|
cloudId: Scalars['ID']['input'];
|
|
@@ -48612,103 +46684,6 @@ export declare enum JiraBoardType {
|
|
|
48612
46684
|
Kanban = "KANBAN",
|
|
48613
46685
|
Scrum = "SCRUM"
|
|
48614
46686
|
}
|
|
48615
|
-
export declare type JiraBoardView = {
|
|
48616
|
-
__typename?: 'JiraBoardView';
|
|
48617
|
-
cardOptions?: Maybe<JiraBoardViewCardOptionConnection>;
|
|
48618
|
-
columns?: Maybe<JiraBoardViewColumnConnection>;
|
|
48619
|
-
completedIssueSearchCutOffInDays?: Maybe<Scalars['Int']['output']>;
|
|
48620
|
-
error?: Maybe<QueryError>;
|
|
48621
|
-
filterConfig?: Maybe<JiraViewFilterConfig>;
|
|
48622
|
-
groupByConfig?: Maybe<JiraViewGroupByConfig>;
|
|
48623
|
-
id: Scalars['ID']['output'];
|
|
48624
|
-
};
|
|
48625
|
-
export declare type JiraBoardViewCardOptionsArgs = {
|
|
48626
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
48627
|
-
enabledOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
48628
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48629
|
-
};
|
|
48630
|
-
export declare type JiraBoardViewColumnsArgs = {
|
|
48631
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
48632
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48633
|
-
};
|
|
48634
|
-
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
48635
|
-
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
48636
|
-
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48637
|
-
id: Scalars['ID']['output'];
|
|
48638
|
-
user?: Maybe<User>;
|
|
48639
|
-
};
|
|
48640
|
-
export declare type JiraBoardViewCardOption = {
|
|
48641
|
-
id: Scalars['ID']['output'];
|
|
48642
|
-
};
|
|
48643
|
-
export declare type JiraBoardViewCardOptionConnection = {
|
|
48644
|
-
__typename?: 'JiraBoardViewCardOptionConnection';
|
|
48645
|
-
edges?: Maybe<Array<Maybe<JiraBoardViewCardOptionEdge>>>;
|
|
48646
|
-
errors?: Maybe<Array<QueryError>>;
|
|
48647
|
-
pageInfo?: Maybe<PageInfo>;
|
|
48648
|
-
};
|
|
48649
|
-
export declare type JiraBoardViewCardOptionEdge = {
|
|
48650
|
-
__typename?: 'JiraBoardViewCardOptionEdge';
|
|
48651
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
48652
|
-
node?: Maybe<JiraBoardViewCardOption>;
|
|
48653
|
-
};
|
|
48654
|
-
export declare type JiraBoardViewCategoryColumn = JiraBoardViewColumn & {
|
|
48655
|
-
__typename?: 'JiraBoardViewCategoryColumn';
|
|
48656
|
-
category?: Maybe<JiraOption>;
|
|
48657
|
-
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48658
|
-
id: Scalars['ID']['output'];
|
|
48659
|
-
};
|
|
48660
|
-
export declare type JiraBoardViewColumn = {
|
|
48661
|
-
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48662
|
-
id: Scalars['ID']['output'];
|
|
48663
|
-
};
|
|
48664
|
-
export declare type JiraBoardViewColumnConnection = {
|
|
48665
|
-
__typename?: 'JiraBoardViewColumnConnection';
|
|
48666
|
-
edges?: Maybe<Array<Maybe<JiraBoardViewColumnEdge>>>;
|
|
48667
|
-
errors?: Maybe<Array<QueryError>>;
|
|
48668
|
-
pageInfo?: Maybe<PageInfo>;
|
|
48669
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
48670
|
-
};
|
|
48671
|
-
export declare type JiraBoardViewColumnEdge = {
|
|
48672
|
-
__typename?: 'JiraBoardViewColumnEdge';
|
|
48673
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
48674
|
-
node?: Maybe<JiraBoardViewColumn>;
|
|
48675
|
-
};
|
|
48676
|
-
export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
48677
|
-
__typename?: 'JiraBoardViewFieldCardOption';
|
|
48678
|
-
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
48679
|
-
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
48680
|
-
field?: Maybe<JiraField>;
|
|
48681
|
-
id: Scalars['ID']['output'];
|
|
48682
|
-
};
|
|
48683
|
-
export declare type JiraBoardViewInput = {
|
|
48684
|
-
jiraBoardViewQueryInput: JiraBoardViewQueryInput;
|
|
48685
|
-
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
48686
|
-
};
|
|
48687
|
-
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & {
|
|
48688
|
-
__typename?: 'JiraBoardViewPriorityColumn';
|
|
48689
|
-
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48690
|
-
id: Scalars['ID']['output'];
|
|
48691
|
-
priority?: Maybe<JiraPriority>;
|
|
48692
|
-
};
|
|
48693
|
-
export declare type JiraBoardViewProjectKeyAndItemIdQuery = {
|
|
48694
|
-
cloudId: Scalars['ID']['input'];
|
|
48695
|
-
itemId: Scalars['String']['input'];
|
|
48696
|
-
projectKey: Scalars['String']['input'];
|
|
48697
|
-
};
|
|
48698
|
-
export declare type JiraBoardViewQueryInput = {
|
|
48699
|
-
projectKeyAndItemIdQuery?: InputMaybe<JiraBoardViewProjectKeyAndItemIdQuery>;
|
|
48700
|
-
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
48701
|
-
};
|
|
48702
|
-
export declare type JiraBoardViewSettings = {
|
|
48703
|
-
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
48704
|
-
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
48705
|
-
};
|
|
48706
|
-
export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
48707
|
-
__typename?: 'JiraBoardViewStatusColumn';
|
|
48708
|
-
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
48709
|
-
id: Scalars['ID']['output'];
|
|
48710
|
-
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
48711
|
-
};
|
|
48712
46687
|
export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
48713
46688
|
__typename?: 'JiraBooleanField';
|
|
48714
46689
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -49568,12 +47543,9 @@ export declare type JiraComment = {
|
|
|
49568
47543
|
};
|
|
49569
47544
|
export declare type JiraCommentChildCommentsArgs = {
|
|
49570
47545
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49571
|
-
afterTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
49572
47546
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
49573
|
-
beforeTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
49574
47547
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49575
47548
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49576
|
-
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
49577
47549
|
};
|
|
49578
47550
|
export declare type JiraCommentConnection = {
|
|
49579
47551
|
__typename?: 'JiraCommentConnection';
|
|
@@ -50271,7 +48243,7 @@ export declare type JiraCustomBackgroundEdge = {
|
|
|
50271
48243
|
node?: Maybe<JiraCustomBackground>;
|
|
50272
48244
|
};
|
|
50273
48245
|
export declare type JiraCustomFieldOptionInput = {
|
|
50274
|
-
externalUuid
|
|
48246
|
+
externalUuid: Scalars['String']['input'];
|
|
50275
48247
|
optionId?: InputMaybe<Scalars['Long']['input']>;
|
|
50276
48248
|
parentExternalUuid?: InputMaybe<Scalars['String']['input']>;
|
|
50277
48249
|
parentOptionId?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -50546,7 +48518,6 @@ export declare type JiraDeleteCustomFieldInput = {
|
|
|
50546
48518
|
};
|
|
50547
48519
|
export declare type JiraDeleteCustomFieldPayload = Payload & {
|
|
50548
48520
|
__typename?: 'JiraDeleteCustomFieldPayload';
|
|
50549
|
-
affectedFieldAssociationWithIssueTypesId?: Maybe<Scalars['ID']['output']>;
|
|
50550
48521
|
errors?: Maybe<Array<MutationError>>;
|
|
50551
48522
|
success: Scalars['Boolean']['output'];
|
|
50552
48523
|
};
|
|
@@ -51208,7 +49179,6 @@ export declare type JiraFieldAssociationWithIssueTypes = JiraProjectFieldAssocia
|
|
|
51208
49179
|
__typename?: 'JiraFieldAssociationWithIssueTypes';
|
|
51209
49180
|
field?: Maybe<JiraField>;
|
|
51210
49181
|
fieldOperation?: Maybe<JiraFieldOperation>;
|
|
51211
|
-
fieldOptions?: Maybe<JiraFieldOptionConnection>;
|
|
51212
49182
|
hasMissingConfiguration?: Maybe<Scalars['Boolean']['output']>;
|
|
51213
49183
|
id: Scalars['ID']['output'];
|
|
51214
49184
|
isFieldLocked?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -51277,22 +49247,6 @@ export declare type JiraFieldOperation = {
|
|
|
51277
49247
|
canModifyOptions?: Maybe<Scalars['Boolean']['output']>;
|
|
51278
49248
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
51279
49249
|
};
|
|
51280
|
-
export declare type JiraFieldOption = {
|
|
51281
|
-
__typename?: 'JiraFieldOption';
|
|
51282
|
-
optionId?: Maybe<Scalars['Long']['output']>;
|
|
51283
|
-
parentOptionId?: Maybe<Scalars['Long']['output']>;
|
|
51284
|
-
value?: Maybe<Scalars['String']['output']>;
|
|
51285
|
-
};
|
|
51286
|
-
export declare type JiraFieldOptionConnection = {
|
|
51287
|
-
__typename?: 'JiraFieldOptionConnection';
|
|
51288
|
-
edges?: Maybe<Array<Maybe<JiraFieldOptionEdge>>>;
|
|
51289
|
-
pageInfo: PageInfo;
|
|
51290
|
-
};
|
|
51291
|
-
export declare type JiraFieldOptionEdge = {
|
|
51292
|
-
__typename?: 'JiraFieldOptionEdge';
|
|
51293
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
51294
|
-
node?: Maybe<JiraFieldOption>;
|
|
51295
|
-
};
|
|
51296
49250
|
export declare type JiraFieldOptionIdsFilterInput = {
|
|
51297
49251
|
operation: JiraFieldOptionIdsFilterOperation;
|
|
51298
49252
|
optionIds: Array<Scalars['ID']['input']>;
|
|
@@ -52223,7 +50177,6 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
52223
50177
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
52224
50178
|
jiraCoverMedia?: Maybe<JiraBackground>;
|
|
52225
50179
|
key: Scalars['String']['output'];
|
|
52226
|
-
lastRedactionTime?: Maybe<Scalars['DateTime']['output']>;
|
|
52227
50180
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
52228
50181
|
legacyContentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
52229
50182
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
@@ -52246,8 +50199,6 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
52246
50199
|
priorityField?: Maybe<JiraPriorityField>;
|
|
52247
50200
|
projectField?: Maybe<JiraProjectField>;
|
|
52248
50201
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
52249
|
-
redactedFields?: Maybe<JiraFieldConnection>;
|
|
52250
|
-
redactions?: Maybe<JiraRedactionConnection>;
|
|
52251
50202
|
reporter?: Maybe<User>;
|
|
52252
50203
|
resolutionDateField?: Maybe<JiraDateTimePickerField>;
|
|
52253
50204
|
resolutionField?: Maybe<JiraResolutionField>;
|
|
@@ -52408,19 +50359,6 @@ export declare type JiraIssueProjectRoleCommentVisibilitiesArgs = {
|
|
|
52408
50359
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52409
50360
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52410
50361
|
};
|
|
52411
|
-
export declare type JiraIssueRedactedFieldsArgs = {
|
|
52412
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
52413
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
52414
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52415
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52416
|
-
};
|
|
52417
|
-
export declare type JiraIssueRedactionsArgs = {
|
|
52418
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
52419
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
52420
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52421
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52422
|
-
sortBy?: InputMaybe<JiraRedactionSortInput>;
|
|
52423
|
-
};
|
|
52424
50362
|
export declare type JiraIssueSearchViewContextArgs = {
|
|
52425
50363
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52426
50364
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -52703,24 +50641,16 @@ export declare type JiraIssueDevSummaryResult = {
|
|
|
52703
50641
|
};
|
|
52704
50642
|
export declare type JiraIssueEdge = {
|
|
52705
50643
|
__typename?: 'JiraIssueEdge';
|
|
52706
|
-
canHaveChildIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
52707
50644
|
cursor: Scalars['String']['output'];
|
|
52708
50645
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
52709
|
-
hasChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
52710
50646
|
node?: Maybe<JiraIssue>;
|
|
52711
50647
|
};
|
|
52712
|
-
export declare type JiraIssueEdgeCanHaveChildIssuesArgs = {
|
|
52713
|
-
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
52714
|
-
};
|
|
52715
50648
|
export declare type JiraIssueEdgeFieldSetsArgs = {
|
|
52716
50649
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
52717
50650
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
52718
50651
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
52719
50652
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
52720
50653
|
};
|
|
52721
|
-
export declare type JiraIssueEdgeHasChildrenArgs = {
|
|
52722
|
-
filterByProjectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
52723
|
-
};
|
|
52724
50654
|
export declare type JiraIssueExpandedGroup = {
|
|
52725
50655
|
fieldValue?: InputMaybe<Scalars['String']['input']>;
|
|
52726
50656
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -53379,12 +51309,6 @@ export declare type JiraIssueSearchGroupByFieldMutationPayload = Payload & {
|
|
|
53379
51309
|
errors?: Maybe<Array<MutationError>>;
|
|
53380
51310
|
success: Scalars['Boolean']['output'];
|
|
53381
51311
|
};
|
|
53382
|
-
export declare type JiraIssueSearchHideDonePreferenceMutationPayload = Payload & {
|
|
53383
|
-
__typename?: 'JiraIssueSearchHideDonePreferenceMutationPayload';
|
|
53384
|
-
errors?: Maybe<Array<MutationError>>;
|
|
53385
|
-
isHideDoneEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
53386
|
-
success: Scalars['Boolean']['output'];
|
|
53387
|
-
};
|
|
53388
51312
|
export declare type JiraIssueSearchHierarchyPreferenceMutationPayload = Payload & {
|
|
53389
51313
|
__typename?: 'JiraIssueSearchHierarchyPreferenceMutationPayload';
|
|
53390
51314
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -53399,10 +51323,8 @@ export declare type JiraIssueSearchInput = {
|
|
|
53399
51323
|
};
|
|
53400
51324
|
export declare enum JiraIssueSearchOperationScope {
|
|
53401
51325
|
NinGlobal = "NIN_GLOBAL",
|
|
53402
|
-
NinGlobalSchemaRefactor = "NIN_GLOBAL_SCHEMA_REFACTOR",
|
|
53403
51326
|
NinGlobalShadowRequest = "NIN_GLOBAL_SHADOW_REQUEST",
|
|
53404
51327
|
NinProject = "NIN_PROJECT",
|
|
53405
|
-
NinProjectSchemaRefactor = "NIN_PROJECT_SCHEMA_REFACTOR",
|
|
53406
51328
|
NinProjectShadowRequest = "NIN_PROJECT_SHADOW_REQUEST"
|
|
53407
51329
|
}
|
|
53408
51330
|
export declare type JiraIssueSearchOptions = {
|
|
@@ -53733,10 +51655,6 @@ export declare enum JiraIssueViewActivityFeedSortOrder {
|
|
|
53733
51655
|
NewestFirst = "NEWEST_FIRST",
|
|
53734
51656
|
OldestFirst = "OLDEST_FIRST"
|
|
53735
51657
|
}
|
|
53736
|
-
export declare enum JiraIssueViewActivityLayout {
|
|
53737
|
-
Horizontal = "HORIZONTAL",
|
|
53738
|
-
Vertical = "VERTICAL"
|
|
53739
|
-
}
|
|
53740
51658
|
export declare enum JiraIssueViewAttachmentPanelViewMode {
|
|
53741
51659
|
ListView = "LIST_VIEW",
|
|
53742
51660
|
StripView = "STRIP_VIEW"
|
|
@@ -54996,7 +52914,6 @@ export declare type JiraMutation = {
|
|
|
54996
52914
|
jiraServiceManagementCreateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
|
|
54997
52915
|
jiraServiceManagementDeleteRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryDefaultPayload>;
|
|
54998
52916
|
jiraServiceManagementUpdateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
|
|
54999
|
-
jwmAssociateField?: Maybe<JiraWorkManagementAssociateFieldPayload>;
|
|
55000
52917
|
jwmCreateCustomBackground?: Maybe<JiraWorkManagementCreateCustomBackgroundPayload>;
|
|
55001
52918
|
jwmCreateSavedView?: Maybe<JiraWorkManagementCreateSavedViewPayload>;
|
|
55002
52919
|
jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
|
|
@@ -55017,7 +52934,6 @@ export declare type JiraMutation = {
|
|
|
55017
52934
|
rankIssues?: Maybe<JiraRankMutationPayload>;
|
|
55018
52935
|
rankNavigationItem?: Maybe<JiraRankNavigationItemPayload>;
|
|
55019
52936
|
removeActiveBackground?: Maybe<JiraRemoveActiveBackgroundPayload>;
|
|
55020
|
-
removeCustomField?: Maybe<JiraRemoveCustomFieldPayload>;
|
|
55021
52937
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
55022
52938
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
55023
52939
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
@@ -55059,7 +52975,6 @@ export declare type JiraMutation = {
|
|
|
55059
52975
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
55060
52976
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
55061
52977
|
updateIssueSearchGroupByConfig?: Maybe<JiraIssueSearchGroupByFieldMutationPayload>;
|
|
55062
|
-
updateIssueSearchHideDonePreference?: Maybe<JiraIssueSearchHideDonePreferenceMutationPayload>;
|
|
55063
52978
|
updateIssueSearchHierarchyPreference?: Maybe<JiraIssueSearchHierarchyPreferenceMutationPayload>;
|
|
55064
52979
|
updateIssueTypeField?: Maybe<JiraIssueTypeFieldPayload>;
|
|
55065
52980
|
updateJiraActivityConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
@@ -55311,10 +53226,6 @@ export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryAr
|
|
|
55311
53226
|
input: JiraServiceManagementUpdateRequestTypeCategoryInput;
|
|
55312
53227
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
55313
53228
|
};
|
|
55314
|
-
export declare type JiraMutationJwmAssociateFieldArgs = {
|
|
55315
|
-
cloudId: Scalars['ID']['input'];
|
|
55316
|
-
input: JiraWorkManagementAssociateFieldInput;
|
|
55317
|
-
};
|
|
55318
53229
|
export declare type JiraMutationJwmCreateCustomBackgroundArgs = {
|
|
55319
53230
|
input: JiraWorkManagementCreateCustomBackgroundInput;
|
|
55320
53231
|
};
|
|
@@ -55376,9 +53287,6 @@ export declare type JiraMutationRankNavigationItemArgs = {
|
|
|
55376
53287
|
export declare type JiraMutationRemoveActiveBackgroundArgs = {
|
|
55377
53288
|
input: JiraRemoveActiveBackgroundInput;
|
|
55378
53289
|
};
|
|
55379
|
-
export declare type JiraMutationRemoveCustomFieldArgs = {
|
|
55380
|
-
input: JiraRemoveCustomFieldInput;
|
|
55381
|
-
};
|
|
55382
53290
|
export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
55383
53291
|
input: JiraRemoveIssuesFromAllFixVersionsInput;
|
|
55384
53292
|
};
|
|
@@ -55520,10 +53428,6 @@ export declare type JiraMutationUpdateIssueSearchGroupByConfigArgs = {
|
|
|
55520
53428
|
fieldId?: InputMaybe<Scalars['String']['input']>;
|
|
55521
53429
|
viewId: Scalars['ID']['input'];
|
|
55522
53430
|
};
|
|
55523
|
-
export declare type JiraMutationUpdateIssueSearchHideDonePreferenceArgs = {
|
|
55524
|
-
isHideDoneEnabled: Scalars['Boolean']['input'];
|
|
55525
|
-
viewId: Scalars['ID']['input'];
|
|
55526
|
-
};
|
|
55527
53431
|
export declare type JiraMutationUpdateIssueSearchHierarchyPreferenceArgs = {
|
|
55528
53432
|
isHierarchyEnabled: Scalars['Boolean']['input'];
|
|
55529
53433
|
viewId: Scalars['ID']['input'];
|
|
@@ -55797,30 +53701,24 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
55797
53701
|
Calendar = "CALENDAR",
|
|
55798
53702
|
Code = "CODE",
|
|
55799
53703
|
Components = "COMPONENTS",
|
|
53704
|
+
Dependencies = "DEPENDENCIES",
|
|
55800
53705
|
Deployments = "DEPLOYMENTS",
|
|
55801
53706
|
Development = "DEVELOPMENT",
|
|
55802
53707
|
Forms = "FORMS",
|
|
55803
|
-
GetStarted = "GET_STARTED",
|
|
55804
53708
|
Goals = "GOALS",
|
|
55805
53709
|
Incidents = "INCIDENTS",
|
|
55806
53710
|
Issues = "ISSUES",
|
|
55807
53711
|
List = "LIST",
|
|
55808
53712
|
OnCall = "ON_CALL",
|
|
55809
53713
|
Pages = "PAGES",
|
|
55810
|
-
|
|
55811
|
-
PlanDependencies = "PLAN_DEPENDENCIES",
|
|
55812
|
-
PlanProgram = "PLAN_PROGRAM",
|
|
55813
|
-
PlanReleases = "PLAN_RELEASES",
|
|
55814
|
-
PlanSummary = "PLAN_SUMMARY",
|
|
55815
|
-
PlanTeams = "PLAN_TEAMS",
|
|
55816
|
-
PlanTimeline = "PLAN_TIMELINE",
|
|
55817
|
-
Queue = "QUEUE",
|
|
53714
|
+
Program = "PROGRAM",
|
|
55818
53715
|
Releases = "RELEASES",
|
|
55819
53716
|
Reports = "REPORTS",
|
|
55820
53717
|
Requests = "REQUESTS",
|
|
55821
53718
|
Security = "SECURITY",
|
|
55822
53719
|
Shortcuts = "SHORTCUTS",
|
|
55823
53720
|
Summary = "SUMMARY",
|
|
53721
|
+
Teams = "TEAMS",
|
|
55824
53722
|
Timeline = "TIMELINE"
|
|
55825
53723
|
}
|
|
55826
53724
|
export declare type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
@@ -55966,7 +53864,6 @@ export declare type JiraOAuthAppsApp = {
|
|
|
55966
53864
|
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModule>;
|
|
55967
53865
|
homeUrl: Scalars['String']['output'];
|
|
55968
53866
|
id: Scalars['ID']['output'];
|
|
55969
|
-
installationStatus?: Maybe<JiraOAuthAppsInstallationStatus>;
|
|
55970
53867
|
logoUrl: Scalars['String']['output'];
|
|
55971
53868
|
name: Scalars['String']['output'];
|
|
55972
53869
|
remoteLinksModule?: Maybe<JiraOAuthAppsRemoteLinksModule>;
|
|
@@ -56063,21 +53960,10 @@ export declare type JiraOAuthAppsFeatureFlagsModuleInput = {
|
|
|
56063
53960
|
actions?: InputMaybe<JiraOAuthAppsFeatureFlagsModuleActionsInput>;
|
|
56064
53961
|
isEnabled: Scalars['Boolean']['input'];
|
|
56065
53962
|
};
|
|
56066
|
-
export declare type JiraOAuthAppsInstallAppInput = {
|
|
56067
|
-
appId: Scalars['ID']['input'];
|
|
56068
|
-
clientMutationId?: InputMaybe<Scalars['ID']['input']>;
|
|
56069
|
-
};
|
|
56070
|
-
export declare enum JiraOAuthAppsInstallationStatus {
|
|
56071
|
-
Complete = "COMPLETE",
|
|
56072
|
-
Failed = "FAILED",
|
|
56073
|
-
Pending = "PENDING",
|
|
56074
|
-
Running = "RUNNING"
|
|
56075
|
-
}
|
|
56076
53963
|
export declare type JiraOAuthAppsMutation = {
|
|
56077
53964
|
__typename?: 'JiraOAuthAppsMutation';
|
|
56078
53965
|
createJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
56079
53966
|
deleteJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
56080
|
-
installJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
56081
53967
|
updateJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
56082
53968
|
};
|
|
56083
53969
|
export declare type JiraOAuthAppsMutationCreateJiraOAuthAppArgs = {
|
|
@@ -56088,10 +53974,6 @@ export declare type JiraOAuthAppsMutationDeleteJiraOAuthAppArgs = {
|
|
|
56088
53974
|
cloudId: Scalars['String']['input'];
|
|
56089
53975
|
input: JiraOAuthAppsDeleteAppInput;
|
|
56090
53976
|
};
|
|
56091
|
-
export declare type JiraOAuthAppsMutationInstallJiraOAuthAppArgs = {
|
|
56092
|
-
cloudId: Scalars['String']['input'];
|
|
56093
|
-
input: JiraOAuthAppsInstallAppInput;
|
|
56094
|
-
};
|
|
56095
53977
|
export declare type JiraOAuthAppsMutationUpdateJiraOAuthAppArgs = {
|
|
56096
53978
|
cloudId: Scalars['String']['input'];
|
|
56097
53979
|
input: JiraOAuthAppsUpdateAppInput;
|
|
@@ -56606,12 +54488,9 @@ export declare type JiraPlatformComment = JiraComment & Node & {
|
|
|
56606
54488
|
};
|
|
56607
54489
|
export declare type JiraPlatformCommentChildCommentsArgs = {
|
|
56608
54490
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
56609
|
-
afterTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
56610
54491
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
56611
|
-
beforeTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
56612
54492
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
56613
54493
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
56614
|
-
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
56615
54494
|
};
|
|
56616
54495
|
export declare type JiraPlaybook = Node & {
|
|
56617
54496
|
__typename?: 'JiraPlaybook';
|
|
@@ -57514,12 +55393,6 @@ export declare type JiraProjectUpdateAvatarMutationPayload = Payload & {
|
|
|
57514
55393
|
project?: Maybe<JiraProject>;
|
|
57515
55394
|
success: Scalars['Boolean']['output'];
|
|
57516
55395
|
};
|
|
57517
|
-
export declare type JiraProjectUpdateBackgroundMutationPayload = Payload & {
|
|
57518
|
-
__typename?: 'JiraProjectUpdateBackgroundMutationPayload';
|
|
57519
|
-
errors?: Maybe<Array<MutationError>>;
|
|
57520
|
-
project?: Maybe<JiraProject>;
|
|
57521
|
-
success: Scalars['Boolean']['output'];
|
|
57522
|
-
};
|
|
57523
55396
|
export declare type JiraProjectUpdateNameInput = {
|
|
57524
55397
|
cloudId: Scalars['ID']['input'];
|
|
57525
55398
|
name: Scalars['String']['input'];
|
|
@@ -57731,7 +55604,6 @@ export declare type JiraQuery = {
|
|
|
57731
55604
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
57732
55605
|
recentQueues?: Maybe<JiraSearchableEntityConnection>;
|
|
57733
55606
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
57734
|
-
reportsPage?: Maybe<JiraReportsPage>;
|
|
57735
55607
|
requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
|
|
57736
55608
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
57737
55609
|
requestTypeTemplates?: Maybe<Array<JiraServiceManagementRequestTypeTemplate>>;
|
|
@@ -58502,10 +56374,6 @@ export declare type JiraQueryRecentQueuesArgs = {
|
|
|
58502
56374
|
export declare type JiraQueryRemoteIssueLinksByIdArgs = {
|
|
58503
56375
|
ids: Array<Scalars['ID']['input']>;
|
|
58504
56376
|
};
|
|
58505
|
-
export declare type JiraQueryReportsPageArgs = {
|
|
58506
|
-
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
58507
|
-
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
58508
|
-
};
|
|
58509
56377
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
58510
56378
|
cloudId: Scalars['ID']['input'];
|
|
58511
56379
|
templateId: Scalars['ID']['input'];
|
|
@@ -58720,7 +56588,6 @@ export declare type JiraRankNavigationItemInput = {
|
|
|
58720
56588
|
afterItemId?: InputMaybe<Scalars['ID']['input']>;
|
|
58721
56589
|
beforeItemId?: InputMaybe<Scalars['ID']['input']>;
|
|
58722
56590
|
id: Scalars['ID']['input'];
|
|
58723
|
-
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
58724
56591
|
};
|
|
58725
56592
|
export declare type JiraRankNavigationItemPayload = Payload & {
|
|
58726
56593
|
__typename?: 'JiraRankNavigationItemPayload';
|
|
@@ -58744,38 +56611,6 @@ export declare enum JiraRecommendationCategory {
|
|
|
58744
56611
|
ProjectCleanup = "PROJECT_CLEANUP",
|
|
58745
56612
|
ProjectRoleActor = "PROJECT_ROLE_ACTOR"
|
|
58746
56613
|
}
|
|
58747
|
-
export declare type JiraRedaction = {
|
|
58748
|
-
__typename?: 'JiraRedaction';
|
|
58749
|
-
created?: Maybe<Scalars['DateTime']['output']>;
|
|
58750
|
-
externalRedactionId?: Maybe<Scalars['String']['output']>;
|
|
58751
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
58752
|
-
id: Scalars['ID']['output'];
|
|
58753
|
-
reason?: Maybe<Scalars['String']['output']>;
|
|
58754
|
-
redactedBy?: Maybe<User>;
|
|
58755
|
-
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
58756
|
-
};
|
|
58757
|
-
export declare type JiraRedactionConnection = {
|
|
58758
|
-
__typename?: 'JiraRedactionConnection';
|
|
58759
|
-
edges?: Maybe<Array<Maybe<JiraRedactionEdge>>>;
|
|
58760
|
-
pageInfo: PageInfo;
|
|
58761
|
-
totalCount?: Maybe<Scalars['Long']['output']>;
|
|
58762
|
-
};
|
|
58763
|
-
export declare type JiraRedactionEdge = {
|
|
58764
|
-
__typename?: 'JiraRedactionEdge';
|
|
58765
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
58766
|
-
node?: Maybe<JiraRedaction>;
|
|
58767
|
-
};
|
|
58768
|
-
export declare enum JiraRedactionSortField {
|
|
58769
|
-
Created = "CREATED",
|
|
58770
|
-
Field = "FIELD",
|
|
58771
|
-
Reason = "REASON",
|
|
58772
|
-
RedactedBy = "REDACTED_BY",
|
|
58773
|
-
Updated = "UPDATED"
|
|
58774
|
-
}
|
|
58775
|
-
export declare type JiraRedactionSortInput = {
|
|
58776
|
-
field: JiraRedactionSortField;
|
|
58777
|
-
order?: SortDirection;
|
|
58778
|
-
};
|
|
58779
56614
|
export declare type JiraReleaseNotesConfiguration = {
|
|
58780
56615
|
__typename?: 'JiraReleaseNotesConfiguration';
|
|
58781
56616
|
issueFieldIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
@@ -58953,17 +56788,6 @@ export declare type JiraRemoveActiveBackgroundPayload = Payload & {
|
|
|
58953
56788
|
errors?: Maybe<Array<MutationError>>;
|
|
58954
56789
|
success: Scalars['Boolean']['output'];
|
|
58955
56790
|
};
|
|
58956
|
-
export declare type JiraRemoveCustomFieldInput = {
|
|
58957
|
-
cloudId: Scalars['ID']['input'];
|
|
58958
|
-
fieldId: Scalars['String']['input'];
|
|
58959
|
-
projectId: Scalars['String']['input'];
|
|
58960
|
-
};
|
|
58961
|
-
export declare type JiraRemoveCustomFieldPayload = Payload & {
|
|
58962
|
-
__typename?: 'JiraRemoveCustomFieldPayload';
|
|
58963
|
-
affectedFieldAssociationWithIssueTypesId?: Maybe<Scalars['ID']['output']>;
|
|
58964
|
-
errors?: Maybe<Array<MutationError>>;
|
|
58965
|
-
success: Scalars['Boolean']['output'];
|
|
58966
|
-
};
|
|
58967
56791
|
export declare type JiraRemoveIssuesFromAllFixVersionsInput = {
|
|
58968
56792
|
issueIds: Array<Scalars['ID']['input']>;
|
|
58969
56793
|
};
|
|
@@ -59016,7 +56840,6 @@ export declare type JiraRemoveRelatedWorkFromVersionPayload = Payload & {
|
|
|
59016
56840
|
export declare type JiraRenameNavigationItemInput = {
|
|
59017
56841
|
id: Scalars['ID']['input'];
|
|
59018
56842
|
label: Scalars['String']['input'];
|
|
59019
|
-
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
59020
56843
|
};
|
|
59021
56844
|
export declare type JiraRenameNavigationItemPayload = Payload & {
|
|
59022
56845
|
__typename?: 'JiraRenameNavigationItemPayload';
|
|
@@ -59024,22 +56847,6 @@ export declare type JiraRenameNavigationItemPayload = Payload & {
|
|
|
59024
56847
|
navigationItem?: Maybe<JiraNavigationItem>;
|
|
59025
56848
|
success: Scalars['Boolean']['output'];
|
|
59026
56849
|
};
|
|
59027
|
-
export declare type JiraReorderBoardViewColumnInput = {
|
|
59028
|
-
columnId: Scalars['ID']['input'];
|
|
59029
|
-
position: JiraReorderBoardViewColumnPosition;
|
|
59030
|
-
relativeColumnId: Scalars['ID']['input'];
|
|
59031
|
-
viewId: Scalars['ID']['input'];
|
|
59032
|
-
};
|
|
59033
|
-
export declare type JiraReorderBoardViewColumnPayload = Payload & {
|
|
59034
|
-
__typename?: 'JiraReorderBoardViewColumnPayload';
|
|
59035
|
-
boardView?: Maybe<JiraBoardView>;
|
|
59036
|
-
errors?: Maybe<Array<MutationError>>;
|
|
59037
|
-
success: Scalars['Boolean']['output'];
|
|
59038
|
-
};
|
|
59039
|
-
export declare enum JiraReorderBoardViewColumnPosition {
|
|
59040
|
-
After = "AFTER",
|
|
59041
|
-
Before = "BEFORE"
|
|
59042
|
-
}
|
|
59043
56850
|
export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
59044
56851
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
59045
56852
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -59047,25 +56854,6 @@ export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
|
|
|
59047
56854
|
inclusive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59048
56855
|
nodes: Array<Scalars['String']['input']>;
|
|
59049
56856
|
};
|
|
59050
|
-
export declare type JiraReport = {
|
|
59051
|
-
__typename?: 'JiraReport';
|
|
59052
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
59053
|
-
id: Scalars['ID']['output'];
|
|
59054
|
-
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
59055
|
-
key?: Maybe<Scalars['String']['output']>;
|
|
59056
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
59057
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
59058
|
-
};
|
|
59059
|
-
export declare type JiraReportCategory = {
|
|
59060
|
-
__typename?: 'JiraReportCategory';
|
|
59061
|
-
id: Scalars['ID']['output'];
|
|
59062
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
59063
|
-
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
59064
|
-
};
|
|
59065
|
-
export declare type JiraReportsPage = {
|
|
59066
|
-
__typename?: 'JiraReportsPage';
|
|
59067
|
-
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
59068
|
-
};
|
|
59069
56857
|
export declare type JiraResolution = Node & {
|
|
59070
56858
|
__typename?: 'JiraResolution';
|
|
59071
56859
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -59779,12 +57567,9 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
|
|
|
59779
57567
|
};
|
|
59780
57568
|
export declare type JiraServiceManagementCommentChildCommentsArgs = {
|
|
59781
57569
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
59782
|
-
afterTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
59783
57570
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
59784
|
-
beforeTarget?: InputMaybe<Scalars['Int']['input']>;
|
|
59785
57571
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59786
57572
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59787
|
-
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
59788
57573
|
};
|
|
59789
57574
|
export declare enum JiraServiceManagementCommentVisibility {
|
|
59790
57575
|
Internal = "INTERNAL",
|
|
@@ -60634,41 +58419,8 @@ export declare type JiraSetApplicationPropertyInput = {
|
|
|
60634
58419
|
key: Scalars['String']['input'];
|
|
60635
58420
|
value: Scalars['String']['input'];
|
|
60636
58421
|
};
|
|
60637
|
-
export declare type JiraSetBoardViewCardFieldSelectedInput = {
|
|
60638
|
-
fieldId: Scalars['String']['input'];
|
|
60639
|
-
selected: Scalars['Boolean']['input'];
|
|
60640
|
-
viewId: Scalars['ID']['input'];
|
|
60641
|
-
};
|
|
60642
|
-
export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
60643
|
-
__typename?: 'JiraSetBoardViewCardFieldSelectedPayload';
|
|
60644
|
-
boardView?: Maybe<JiraBoardView>;
|
|
60645
|
-
errors?: Maybe<Array<MutationError>>;
|
|
60646
|
-
success: Scalars['Boolean']['output'];
|
|
60647
|
-
};
|
|
60648
|
-
export declare type JiraSetBoardViewColumnStateInput = {
|
|
60649
|
-
collapsed: Scalars['Boolean']['input'];
|
|
60650
|
-
columnId: Scalars['ID']['input'];
|
|
60651
|
-
viewId: Scalars['ID']['input'];
|
|
60652
|
-
};
|
|
60653
|
-
export declare type JiraSetBoardViewColumnStatePayload = Payload & {
|
|
60654
|
-
__typename?: 'JiraSetBoardViewColumnStatePayload';
|
|
60655
|
-
boardView?: Maybe<JiraBoardView>;
|
|
60656
|
-
errors?: Maybe<Array<MutationError>>;
|
|
60657
|
-
success: Scalars['Boolean']['output'];
|
|
60658
|
-
};
|
|
60659
|
-
export declare type JiraSetBoardViewCompletedIssueSearchCutOffInput = {
|
|
60660
|
-
completedIssueSearchCutOffInDays: Scalars['Int']['input'];
|
|
60661
|
-
viewId: Scalars['ID']['input'];
|
|
60662
|
-
};
|
|
60663
|
-
export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload & {
|
|
60664
|
-
__typename?: 'JiraSetBoardViewCompletedIssueSearchCutOffPayload';
|
|
60665
|
-
boardView?: Maybe<JiraBoardView>;
|
|
60666
|
-
errors?: Maybe<Array<MutationError>>;
|
|
60667
|
-
success: Scalars['Boolean']['output'];
|
|
60668
|
-
};
|
|
60669
58422
|
export declare type JiraSetDefaultNavigationItemInput = {
|
|
60670
58423
|
id: Scalars['ID']['input'];
|
|
60671
|
-
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
60672
58424
|
};
|
|
60673
58425
|
export declare type JiraSetDefaultNavigationItemPayload = Payload & {
|
|
60674
58426
|
__typename?: 'JiraSetDefaultNavigationItemPayload';
|
|
@@ -60717,26 +58469,6 @@ export declare type JiraSetProjectSelectedDeploymentAppsPropertyPayload = Payloa
|
|
|
60717
58469
|
errors?: Maybe<Array<MutationError>>;
|
|
60718
58470
|
success: Scalars['Boolean']['output'];
|
|
60719
58471
|
};
|
|
60720
|
-
export declare type JiraSetViewFilterInput = {
|
|
60721
|
-
jql: Scalars['String']['input'];
|
|
60722
|
-
viewId: Scalars['ID']['input'];
|
|
60723
|
-
};
|
|
60724
|
-
export declare type JiraSetViewFilterPayload = Payload & {
|
|
60725
|
-
__typename?: 'JiraSetViewFilterPayload';
|
|
60726
|
-
errors?: Maybe<Array<MutationError>>;
|
|
60727
|
-
success: Scalars['Boolean']['output'];
|
|
60728
|
-
view?: Maybe<JiraView>;
|
|
60729
|
-
};
|
|
60730
|
-
export declare type JiraSetViewGroupByInput = {
|
|
60731
|
-
fieldId: Scalars['String']['input'];
|
|
60732
|
-
viewId: Scalars['ID']['input'];
|
|
60733
|
-
};
|
|
60734
|
-
export declare type JiraSetViewGroupByPayload = Payload & {
|
|
60735
|
-
__typename?: 'JiraSetViewGroupByPayload';
|
|
60736
|
-
errors?: Maybe<Array<MutationError>>;
|
|
60737
|
-
success: Scalars['Boolean']['output'];
|
|
60738
|
-
view?: Maybe<JiraView>;
|
|
60739
|
-
};
|
|
60740
58472
|
export declare type JiraShareableEntityAnonymousAccessGrant = {
|
|
60741
58473
|
__typename?: 'JiraShareableEntityAnonymousAccessGrant';
|
|
60742
58474
|
type?: Maybe<JiraShareableEntityGrant>;
|
|
@@ -62492,7 +60224,6 @@ export declare type JiraUserPreferences = {
|
|
|
62492
60224
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62493
60225
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
62494
60226
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
62495
|
-
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
62496
60227
|
isIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62497
60228
|
isIssueViewPinnedFieldsBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
62498
60229
|
isIssueViewSmartRepliesUserEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -62500,7 +60231,6 @@ export declare type JiraUserPreferences = {
|
|
|
62500
60231
|
isNaturalLanguageSpotlightTourEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
62501
60232
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
62502
60233
|
issueViewActivityFeedSortOrder?: Maybe<JiraIssueViewActivityFeedSortOrder>;
|
|
62503
|
-
issueViewActivityLayout?: Maybe<JiraIssueViewActivityLayout>;
|
|
62504
60234
|
issueViewAttachmentPanelViewMode?: Maybe<JiraIssueViewAttachmentPanelViewMode>;
|
|
62505
60235
|
issueViewDefaultPinnedFieldsBannerProject?: Maybe<Scalars['String']['output']>;
|
|
62506
60236
|
issueViewPinnedFields?: Maybe<Scalars['String']['output']>;
|
|
@@ -63100,15 +60830,6 @@ export declare type JiraView = {
|
|
|
63100
60830
|
error?: Maybe<QueryError>;
|
|
63101
60831
|
id: Scalars['ID']['output'];
|
|
63102
60832
|
};
|
|
63103
|
-
export declare type JiraViewFilterConfig = {
|
|
63104
|
-
__typename?: 'JiraViewFilterConfig';
|
|
63105
|
-
jql?: Maybe<Scalars['String']['output']>;
|
|
63106
|
-
};
|
|
63107
|
-
export declare type JiraViewGroupByConfig = {
|
|
63108
|
-
__typename?: 'JiraViewGroupByConfig';
|
|
63109
|
-
fieldId?: Maybe<Scalars['String']['output']>;
|
|
63110
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
63111
|
-
};
|
|
63112
60833
|
export declare type JiraViewScopeInput = {
|
|
63113
60834
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
63114
60835
|
projectKeys?: InputMaybe<JiraProjectKeysInput>;
|
|
@@ -63261,17 +60982,6 @@ export declare type JiraWorkLogField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
63261
60982
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
63262
60983
|
};
|
|
63263
60984
|
export declare type JiraWorkManagementActiveBackgroundDetailsResult = JiraWorkManagementAttachmentBackground | JiraWorkManagementColorBackground | JiraWorkManagementGradientBackground | JiraWorkManagementMediaBackground | QueryError;
|
|
63264
|
-
export declare type JiraWorkManagementAssociateFieldInput = {
|
|
63265
|
-
fieldId: Scalars['String']['input'];
|
|
63266
|
-
issueTypeIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
63267
|
-
projectId: Scalars['Long']['input'];
|
|
63268
|
-
};
|
|
63269
|
-
export declare type JiraWorkManagementAssociateFieldPayload = Payload & {
|
|
63270
|
-
__typename?: 'JiraWorkManagementAssociateFieldPayload';
|
|
63271
|
-
associatedIssueTypeIds?: Maybe<Array<Maybe<Scalars['Long']['output']>>>;
|
|
63272
|
-
errors?: Maybe<Array<MutationError>>;
|
|
63273
|
-
success: Scalars['Boolean']['output'];
|
|
63274
|
-
};
|
|
63275
60985
|
export declare type JiraWorkManagementAttachmentBackground = JiraWorkManagementBackground & {
|
|
63276
60986
|
__typename?: 'JiraWorkManagementAttachmentBackground';
|
|
63277
60987
|
attachment?: Maybe<JiraAttachment>;
|
|
@@ -64591,13 +62301,10 @@ export declare type KnowledgeBaseMutationApi = {
|
|
|
64591
62301
|
};
|
|
64592
62302
|
export declare type KnowledgeBaseMutationApiLinkKnowledgeBaseSourceArgs = {
|
|
64593
62303
|
container: Scalars['ID']['input'];
|
|
64594
|
-
|
|
64595
|
-
url?: InputMaybe<Scalars['String']['input']>;
|
|
62304
|
+
url: Scalars['String']['input'];
|
|
64596
62305
|
};
|
|
64597
62306
|
export declare type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
64598
|
-
|
|
64599
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
64600
|
-
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
62307
|
+
id: Scalars['ID']['input'];
|
|
64601
62308
|
};
|
|
64602
62309
|
export declare type KnowledgeBaseQueryApi = {
|
|
64603
62310
|
__typename?: 'KnowledgeBaseQueryApi';
|
|
@@ -64616,7 +62323,6 @@ export declare type KnowledgeBaseSource = {
|
|
|
64616
62323
|
id: Scalars['ID']['output'];
|
|
64617
62324
|
name: Scalars['String']['output'];
|
|
64618
62325
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
64619
|
-
sourceType?: Maybe<Scalars['String']['output']>;
|
|
64620
62326
|
url: Scalars['String']['output'];
|
|
64621
62327
|
};
|
|
64622
62328
|
export declare type KnowledgeBaseSourcePermissionsArgs = {
|
|
@@ -64880,7 +62586,6 @@ export declare type KnowledgeDiscoveryKeyPhrase = {
|
|
|
64880
62586
|
};
|
|
64881
62587
|
export declare enum KnowledgeDiscoveryKeyPhraseCategory {
|
|
64882
62588
|
Acronym = "ACRONYM",
|
|
64883
|
-
Auto = "AUTO",
|
|
64884
62589
|
Other = "OTHER",
|
|
64885
62590
|
Project = "PROJECT",
|
|
64886
62591
|
Team = "TEAM"
|
|
@@ -64949,7 +62654,6 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
64949
62654
|
relatedEntities?: Maybe<KnowledgeDiscoveryRelatedEntitiesResult>;
|
|
64950
62655
|
searchRelatedEntities?: Maybe<KnowledgeDiscoverySearchRelatedEntitiesResult>;
|
|
64951
62656
|
searchTeam?: Maybe<KnowledgeDiscoveryTeamSearchResult>;
|
|
64952
|
-
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
64953
62657
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
64954
62658
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
64955
62659
|
};
|
|
@@ -65020,10 +62724,6 @@ export declare type KnowledgeDiscoveryQueryApiSearchTeamArgs = {
|
|
|
65020
62724
|
siteId: Scalars['String']['input'];
|
|
65021
62725
|
teamName: Scalars['String']['input'];
|
|
65022
62726
|
};
|
|
65023
|
-
export declare type KnowledgeDiscoveryQueryApiSearchUserArgs = {
|
|
65024
|
-
siteId: Scalars['String']['input'];
|
|
65025
|
-
userQuery: Scalars['String']['input'];
|
|
65026
|
-
};
|
|
65027
62727
|
export declare type KnowledgeDiscoveryQueryApiSmartAnswersRouteArgs = {
|
|
65028
62728
|
locale: Scalars['String']['input'];
|
|
65029
62729
|
query: Scalars['String']['input'];
|
|
@@ -65076,13 +62776,6 @@ export declare type KnowledgeDiscoverySearchRelatedEntities = {
|
|
|
65076
62776
|
entityGroups?: Maybe<Array<Maybe<KnowledgeDiscoveryEntityGroup>>>;
|
|
65077
62777
|
};
|
|
65078
62778
|
export declare type KnowledgeDiscoverySearchRelatedEntitiesResult = KnowledgeDiscoverySearchRelatedEntities | QueryError;
|
|
65079
|
-
export declare type KnowledgeDiscoverySearchUser = {
|
|
65080
|
-
__typename?: 'KnowledgeDiscoverySearchUser';
|
|
65081
|
-
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
65082
|
-
id: Scalars['String']['output'];
|
|
65083
|
-
name: Scalars['String']['output'];
|
|
65084
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
65085
|
-
};
|
|
65086
62779
|
export declare type KnowledgeDiscoverySmartAnswersRoute = {
|
|
65087
62780
|
__typename?: 'KnowledgeDiscoverySmartAnswersRoute';
|
|
65088
62781
|
route: KnowledgeDiscoverySearchQueryClassification;
|
|
@@ -65156,11 +62849,6 @@ export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
|
65156
62849
|
id: Scalars['ID']['output'];
|
|
65157
62850
|
user?: Maybe<User>;
|
|
65158
62851
|
};
|
|
65159
|
-
export declare type KnowledgeDiscoveryUserSearchResult = KnowledgeDiscoveryUsers | QueryError;
|
|
65160
|
-
export declare type KnowledgeDiscoveryUsers = {
|
|
65161
|
-
__typename?: 'KnowledgeDiscoveryUsers';
|
|
65162
|
-
users?: Maybe<Array<Maybe<KnowledgeDiscoverySearchUser>>>;
|
|
65163
|
-
};
|
|
65164
62852
|
export declare type KnownUser = Person & {
|
|
65165
62853
|
__typename?: 'KnownUser';
|
|
65166
62854
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -65416,24 +63104,6 @@ export declare type LookAndFeelSettings = {
|
|
|
65416
63104
|
selected?: Maybe<Scalars['String']['output']>;
|
|
65417
63105
|
theme?: Maybe<LookAndFeel>;
|
|
65418
63106
|
};
|
|
65419
|
-
export declare type LoomMeeting = Node & {
|
|
65420
|
-
__typename?: 'LoomMeeting';
|
|
65421
|
-
endsAt?: Maybe<Scalars['String']['output']>;
|
|
65422
|
-
external?: Maybe<Scalars['Boolean']['output']>;
|
|
65423
|
-
id: Scalars['ID']['output'];
|
|
65424
|
-
recorder?: Maybe<User>;
|
|
65425
|
-
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
65426
|
-
recurring?: Maybe<Scalars['Boolean']['output']>;
|
|
65427
|
-
source?: Maybe<LoomMeetingSource>;
|
|
65428
|
-
startsAt?: Maybe<Scalars['String']['output']>;
|
|
65429
|
-
title: Scalars['String']['output'];
|
|
65430
|
-
video?: Maybe<LoomVideo>;
|
|
65431
|
-
};
|
|
65432
|
-
export declare enum LoomMeetingSource {
|
|
65433
|
-
GoogleCalendar = "GOOGLE_CALENDAR",
|
|
65434
|
-
MicrosoftOutlook = "MICROSOFT_OUTLOOK",
|
|
65435
|
-
Zoom = "ZOOM"
|
|
65436
|
-
}
|
|
65437
63107
|
export declare type LoomSpace = Node & {
|
|
65438
63108
|
__typename?: 'LoomSpace';
|
|
65439
63109
|
id: Scalars['ID']['output'];
|
|
@@ -65890,7 +63560,6 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
65890
63560
|
__typename?: 'MarketplaceConsoleAppSoftwareShort';
|
|
65891
63561
|
appKey: Scalars['ID']['output'];
|
|
65892
63562
|
appSoftwareId: Scalars['ID']['output'];
|
|
65893
|
-
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
65894
63563
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
65895
63564
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
65896
63565
|
hosting: MarketplaceConsoleHosting;
|
|
@@ -66012,7 +63681,6 @@ export declare type MarketplaceConsoleAppSoftwares = {
|
|
|
66012
63681
|
appSoftwares: Array<MarketplaceConsoleAppSoftwareShort>;
|
|
66013
63682
|
};
|
|
66014
63683
|
export declare type MarketplaceConsoleAppVersionCreateRequestInput = {
|
|
66015
|
-
assets?: InputMaybe<MarketplaceConsoleCreateVersionAssetsInput>;
|
|
66016
63684
|
buildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
66017
63685
|
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>;
|
|
66018
63686
|
dcBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -66070,10 +63738,6 @@ export declare type MarketplaceConsoleCreatePrivateAppVersionMutationResponse =
|
|
|
66070
63738
|
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
66071
63739
|
success: Scalars['Boolean']['output'];
|
|
66072
63740
|
};
|
|
66073
|
-
export declare type MarketplaceConsoleCreateVersionAssetsInput = {
|
|
66074
|
-
highlights?: InputMaybe<Array<MarketplaceConsoleHighlightAssetInput>>;
|
|
66075
|
-
screenshots?: InputMaybe<Array<MarketplaceConsoleImageAssetInput>>;
|
|
66076
|
-
};
|
|
66077
63741
|
export declare type MarketplaceConsoleDeleteAppVersionResponse = MarketplaceConsoleKnownError | MarketplaceConsoleMutationVoidResponse;
|
|
66078
63742
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
66079
63743
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
@@ -66274,10 +63938,6 @@ export declare type MarketplaceConsoleGetVersionsListInput = {
|
|
|
66274
63938
|
legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
|
|
66275
63939
|
legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
|
|
66276
63940
|
};
|
|
66277
|
-
export declare type MarketplaceConsoleHighlightAssetInput = {
|
|
66278
|
-
screenshotUrl: Scalars['String']['input'];
|
|
66279
|
-
thumbnailUrl?: InputMaybe<Scalars['String']['input']>;
|
|
66280
|
-
};
|
|
66281
63941
|
export declare enum MarketplaceConsoleHosting {
|
|
66282
63942
|
Cloud = "CLOUD",
|
|
66283
63943
|
DataCenter = "DATA_CENTER",
|
|
@@ -66287,9 +63947,6 @@ export declare type MarketplaceConsoleHostingOption = {
|
|
|
66287
63947
|
__typename?: 'MarketplaceConsoleHostingOption';
|
|
66288
63948
|
hosting: MarketplaceConsoleHosting;
|
|
66289
63949
|
};
|
|
66290
|
-
export declare type MarketplaceConsoleImageAssetInput = {
|
|
66291
|
-
url: Scalars['String']['input'];
|
|
66292
|
-
};
|
|
66293
63950
|
export declare type MarketplaceConsoleImageMediaAsset = {
|
|
66294
63951
|
__typename?: 'MarketplaceConsoleImageMediaAsset';
|
|
66295
63952
|
altText?: Maybe<Scalars['String']['output']>;
|
|
@@ -67953,8 +65610,6 @@ export declare type MercuryFocusAreaFocusAreaStatusUpdatesArgs = {
|
|
|
67953
65610
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67954
65611
|
};
|
|
67955
65612
|
export declare type MercuryFocusAreaSubFocusAreasArgs = {
|
|
67956
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
67957
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67958
65613
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
67959
65614
|
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
|
|
67960
65615
|
};
|
|
@@ -68253,6 +65908,29 @@ export declare type MercuryHumanResourcesAllocation = {
|
|
|
68253
65908
|
totalAsPercentageOfBudget?: Maybe<Scalars['BigDecimal']['output']>;
|
|
68254
65909
|
totalPositions?: Maybe<Scalars['BigDecimal']['output']>;
|
|
68255
65910
|
};
|
|
65911
|
+
export declare type MercuryJiraAlignEpic = HasMercuryProjectFields & Node & {
|
|
65912
|
+
__typename?: 'MercuryJiraAlignEpic';
|
|
65913
|
+
id: Scalars['ID']['output'];
|
|
65914
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
65915
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
65916
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
65917
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
65918
|
+
mercuryProjectOwnerId?: Maybe<Scalars['String']['output']>;
|
|
65919
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
65920
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
65921
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
65922
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
65923
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
65924
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
65925
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
65926
|
+
};
|
|
65927
|
+
export declare type MercuryJiraAlignProviderQueryApi = {
|
|
65928
|
+
__typename?: 'MercuryJiraAlignProviderQueryApi';
|
|
65929
|
+
jiraAlignEpicsByAris?: Maybe<Array<MercuryJiraAlignEpic>>;
|
|
65930
|
+
};
|
|
65931
|
+
export declare type MercuryJiraAlignProviderQueryApiJiraAlignEpicsByArisArgs = {
|
|
65932
|
+
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
65933
|
+
};
|
|
68256
65934
|
export declare type MercuryLinkAtlassianWorkToFocusAreaInput = {
|
|
68257
65935
|
focusAreaAri: Scalars['String']['input'];
|
|
68258
65936
|
workAris: Array<Scalars['String']['input']>;
|
|
@@ -68495,6 +66173,11 @@ export declare enum MercuryProjectStatusColor {
|
|
|
68495
66173
|
Red = "RED",
|
|
68496
66174
|
Yellow = "YELLOW"
|
|
68497
66175
|
}
|
|
66176
|
+
export declare type MercuryProjectStatusImpl = MercuryProjectStatus & {
|
|
66177
|
+
__typename?: 'MercuryProjectStatusImpl';
|
|
66178
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
66179
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
66180
|
+
};
|
|
68498
66181
|
export declare enum MercuryProjectTargetDateType {
|
|
68499
66182
|
Day = "DAY",
|
|
68500
66183
|
Month = "MONTH",
|
|
@@ -69368,12 +67051,6 @@ export declare type Mutation = {
|
|
|
69368
67051
|
confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
|
|
69369
67052
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
69370
67053
|
confluence_deleteCalendarCustomEventType?: Maybe<ConfluenceDeleteCalendarCustomEventTypePayload>;
|
|
69371
|
-
confluence_deleteSubCalendarAllFutureEvents?: Maybe<ConfluenceDeleteSubCalendarAllFutureEventsPayload>;
|
|
69372
|
-
confluence_deleteSubCalendarEvent?: Maybe<ConfluenceDeleteSubCalendarEventPayload>;
|
|
69373
|
-
confluence_deleteSubCalendarHiddenEvents?: Maybe<ConfluenceDeleteSubCalendarHiddenEventsPayload>;
|
|
69374
|
-
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
69375
|
-
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
69376
|
-
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
69377
67054
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
69378
67055
|
connectionManager_createOAuthConnectionForJiraProject?: Maybe<ConnectionManagerCreateOAuthConnectionForJiraProjectPayload>;
|
|
69379
67056
|
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
@@ -69454,8 +67131,6 @@ export declare type Mutation = {
|
|
|
69454
67131
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
69455
67132
|
devAi?: Maybe<DevAiMutations>;
|
|
69456
67133
|
devOps?: Maybe<DevOpsMutation>;
|
|
69457
|
-
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
69458
|
-
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
69459
67134
|
disableExperiment?: Maybe<TapExperiment>;
|
|
69460
67135
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
69461
67136
|
disablePublicLinkForSite?: Maybe<PublicLinkSitePayload>;
|
|
@@ -69485,13 +67160,6 @@ export declare type Mutation = {
|
|
|
69485
67160
|
jira?: Maybe<JiraMutation>;
|
|
69486
67161
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
69487
67162
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
69488
|
-
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
69489
|
-
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
69490
|
-
jira_setBoardViewColumnState?: Maybe<JiraSetBoardViewColumnStatePayload>;
|
|
69491
|
-
jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
|
|
69492
|
-
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
69493
|
-
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
69494
|
-
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
69495
67163
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
69496
67164
|
jsw?: Maybe<JswMutation>;
|
|
69497
67165
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -70205,30 +67873,6 @@ export declare type MutationConfluence_DeleteCalendarCustomEventTypeArgs = {
|
|
|
70205
67873
|
cloudId: Scalars['ID']['input'];
|
|
70206
67874
|
input: ConfluenceDeleteCalendarCustomEventTypeInput;
|
|
70207
67875
|
};
|
|
70208
|
-
export declare type MutationConfluence_DeleteSubCalendarAllFutureEventsArgs = {
|
|
70209
|
-
cloudId: Scalars['ID']['input'];
|
|
70210
|
-
input?: InputMaybe<ConfluenceDeleteSubCalendarAllFutureEventsInput>;
|
|
70211
|
-
};
|
|
70212
|
-
export declare type MutationConfluence_DeleteSubCalendarEventArgs = {
|
|
70213
|
-
cloudId: Scalars['ID']['input'];
|
|
70214
|
-
input: ConfluenceDeleteSubCalendarEventInput;
|
|
70215
|
-
};
|
|
70216
|
-
export declare type MutationConfluence_DeleteSubCalendarHiddenEventsArgs = {
|
|
70217
|
-
cloudId: Scalars['ID']['input'];
|
|
70218
|
-
input: Array<ConfluenceDeleteSubCalendarHiddenEventsInput>;
|
|
70219
|
-
};
|
|
70220
|
-
export declare type MutationConfluence_DeleteSubCalendarSingleEventArgs = {
|
|
70221
|
-
cloudId: Scalars['ID']['input'];
|
|
70222
|
-
input: ConfluenceDeleteSubCalendarSingleEventInput;
|
|
70223
|
-
};
|
|
70224
|
-
export declare type MutationConfluence_InviteUsersArgs = {
|
|
70225
|
-
cloudId: Scalars['ID']['input'];
|
|
70226
|
-
input: ConfluenceInviteUserInput;
|
|
70227
|
-
};
|
|
70228
|
-
export declare type MutationConfluence_UpdateSubCalendarHiddenEventsArgs = {
|
|
70229
|
-
cloudId: Scalars['ID']['input'];
|
|
70230
|
-
input: Array<ConfluenceUpdateSubCalendarHiddenEventsInput>;
|
|
70231
|
-
};
|
|
70232
67876
|
export declare type MutationConnectionManager_CreateApiTokenConnectionForJiraProjectArgs = {
|
|
70233
67877
|
createApiTokenConnectionInput?: InputMaybe<ConnectionManagerCreateApiTokenConnectionInput>;
|
|
70234
67878
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -70498,16 +68142,6 @@ export declare type MutationDeleteTemplateArgs = {
|
|
|
70498
68142
|
export declare type MutationDeleteWebTriggerUrlArgs = {
|
|
70499
68143
|
id: Scalars['ID']['input'];
|
|
70500
68144
|
};
|
|
70501
|
-
export declare type MutationDevai_ContinueJobWithPromptArgs = {
|
|
70502
|
-
cloudId: Scalars['ID']['input'];
|
|
70503
|
-
jobId: Scalars['ID']['input'];
|
|
70504
|
-
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
70505
|
-
repoUrl: Scalars['String']['input'];
|
|
70506
|
-
};
|
|
70507
|
-
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
70508
|
-
agentId: Scalars['ID']['input'];
|
|
70509
|
-
issueId: Scalars['ID']['input'];
|
|
70510
|
-
};
|
|
70511
68145
|
export declare type MutationDisableExperimentArgs = {
|
|
70512
68146
|
experimentKey: Scalars['String']['input'];
|
|
70513
68147
|
};
|
|
@@ -70562,27 +68196,6 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
70562
68196
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
70563
68197
|
input: InvokePolarisObjectInput;
|
|
70564
68198
|
};
|
|
70565
|
-
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
70566
|
-
input: JiraReorderBoardViewColumnInput;
|
|
70567
|
-
};
|
|
70568
|
-
export declare type MutationJira_SetBoardViewCardFieldSelectedArgs = {
|
|
70569
|
-
input: JiraSetBoardViewCardFieldSelectedInput;
|
|
70570
|
-
};
|
|
70571
|
-
export declare type MutationJira_SetBoardViewColumnStateArgs = {
|
|
70572
|
-
input: JiraSetBoardViewColumnStateInput;
|
|
70573
|
-
};
|
|
70574
|
-
export declare type MutationJira_SetBoardViewCompletedIssueSearchCutOffArgs = {
|
|
70575
|
-
input: JiraSetBoardViewCompletedIssueSearchCutOffInput;
|
|
70576
|
-
};
|
|
70577
|
-
export declare type MutationJira_SetViewFilterArgs = {
|
|
70578
|
-
input: JiraSetViewFilterInput;
|
|
70579
|
-
};
|
|
70580
|
-
export declare type MutationJira_SetViewGroupByArgs = {
|
|
70581
|
-
input: JiraSetViewGroupByInput;
|
|
70582
|
-
};
|
|
70583
|
-
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
70584
|
-
input: JiraUpdateBackgroundInput;
|
|
70585
|
-
};
|
|
70586
68199
|
export declare type MutationKnowledgeBaseArgs = {
|
|
70587
68200
|
cloudId: Scalars['ID']['input'];
|
|
70588
68201
|
};
|
|
@@ -71605,11 +69218,10 @@ export declare type PeapProgram = {
|
|
|
71605
69218
|
status: PeapProgramStatus;
|
|
71606
69219
|
updatedAt: Scalars['Date']['output'];
|
|
71607
69220
|
};
|
|
71608
|
-
export declare type PeapProgramConnection = HasPageInfo &
|
|
69221
|
+
export declare type PeapProgramConnection = HasPageInfo & {
|
|
71609
69222
|
__typename?: 'PEAPProgramConnection';
|
|
71610
69223
|
edges?: Maybe<Array<Maybe<PeapProgramEdge>>>;
|
|
71611
69224
|
pageInfo: PageInfo;
|
|
71612
|
-
totalCount: Scalars['Int']['output'];
|
|
71613
69225
|
};
|
|
71614
69226
|
export declare type PeapProgramEdge = {
|
|
71615
69227
|
__typename?: 'PEAPProgramEdge';
|
|
@@ -72719,10 +70331,6 @@ export declare enum PolarisFieldType {
|
|
|
72719
70331
|
PolarisIdeaPlayField = "PolarisIdeaPlayField",
|
|
72720
70332
|
PolarisJiraField = "PolarisJiraField"
|
|
72721
70333
|
}
|
|
72722
|
-
export declare enum PolarisFilterEnumType {
|
|
72723
|
-
BoardColumn = "BOARD_COLUMN",
|
|
72724
|
-
ViewGroup = "VIEW_GROUP"
|
|
72725
|
-
}
|
|
72726
70334
|
export declare type PolarisFilterInput = {
|
|
72727
70335
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
72728
70336
|
};
|
|
@@ -73192,7 +70800,6 @@ export declare type PolarisViewFilterInput = {
|
|
|
73192
70800
|
values: Array<PolarisViewFilterValueInput>;
|
|
73193
70801
|
};
|
|
73194
70802
|
export declare enum PolarisViewFilterKind {
|
|
73195
|
-
ConnectionFieldIdentity = "CONNECTION_FIELD_IDENTITY",
|
|
73196
70803
|
FieldIdentity = "FIELD_IDENTITY",
|
|
73197
70804
|
FieldNumeric = "FIELD_NUMERIC",
|
|
73198
70805
|
Interval = "INTERVAL",
|
|
@@ -73212,13 +70819,11 @@ export declare enum PolarisViewFilterOperator {
|
|
|
73212
70819
|
}
|
|
73213
70820
|
export declare type PolarisViewFilterValue = {
|
|
73214
70821
|
__typename?: 'PolarisViewFilterValue';
|
|
73215
|
-
enumValue?: Maybe<PolarisFilterEnumType>;
|
|
73216
70822
|
numericValue?: Maybe<Scalars['Float']['output']>;
|
|
73217
70823
|
operator?: Maybe<PolarisViewFilterOperator>;
|
|
73218
70824
|
stringValue?: Maybe<Scalars['String']['output']>;
|
|
73219
70825
|
};
|
|
73220
70826
|
export declare type PolarisViewFilterValueInput = {
|
|
73221
|
-
enumValue?: InputMaybe<PolarisFilterEnumType>;
|
|
73222
70827
|
operator?: InputMaybe<PolarisViewFilterOperator>;
|
|
73223
70828
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
73224
70829
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -73886,7 +71491,6 @@ export declare type Query = {
|
|
|
73886
71491
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
73887
71492
|
confluence_searchTeamLabels?: Maybe<LabelSearchResults>;
|
|
73888
71493
|
confluence_storage?: Maybe<ConfluenceStorage>;
|
|
73889
|
-
confluence_template?: Maybe<ContentTemplate>;
|
|
73890
71494
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
73891
71495
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
73892
71496
|
confluence_workflow?: Maybe<ConfluenceWorkflow>;
|
|
@@ -73919,7 +71523,6 @@ export declare type Query = {
|
|
|
73919
71523
|
contentTemplateLabelsByCriteria?: Maybe<PaginatedLabelList>;
|
|
73920
71524
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
73921
71525
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
73922
|
-
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
73923
71526
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
73924
71527
|
countGroupByPage?: Maybe<CountGroupByPage>;
|
|
73925
71528
|
countGroupBySpace?: Maybe<CountGroupBySpace>;
|
|
@@ -73955,13 +71558,10 @@ export declare type Query = {
|
|
|
73955
71558
|
devOpsServices?: Maybe<DevOpsServiceConnection>;
|
|
73956
71559
|
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
73957
71560
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
73958
|
-
devai_autodevAgentForJob?: Maybe<DevAiRovoAgent>;
|
|
73959
71561
|
devai_autodevIssueScoping?: Maybe<DevAiIssueScopingResult>;
|
|
73960
|
-
devai_autodevIssueScopingScoreForJob?: Maybe<DevAiIssueScopingResult>;
|
|
73961
71562
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
73962
71563
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
73963
71564
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
73964
|
-
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
73965
71565
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
73966
71566
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
73967
71567
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -74057,8 +71657,6 @@ export declare type Query = {
|
|
|
74057
71657
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
74058
71658
|
jiraReleases?: Maybe<JiraReleases>;
|
|
74059
71659
|
jiraServers?: Maybe<JiraServersResult>;
|
|
74060
|
-
jira_boardView?: Maybe<JiraBoardView>;
|
|
74061
|
-
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
74062
71660
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
74063
71661
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
74064
71662
|
jsw?: Maybe<JswQuery>;
|
|
@@ -74071,13 +71669,9 @@ export declare type Query = {
|
|
|
74071
71669
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
74072
71670
|
loomToken?: Maybe<LoomToken>;
|
|
74073
71671
|
loomUserStatus?: Maybe<LoomUserStatus>;
|
|
74074
|
-
loom_meeting?: Maybe<LoomMeeting>;
|
|
74075
|
-
loom_meetings?: Maybe<Array<Maybe<LoomMeeting>>>;
|
|
74076
71672
|
loom_space?: Maybe<LoomSpace>;
|
|
74077
|
-
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
74078
71673
|
loom_spacesSearch: Array<Maybe<LoomSpace>>;
|
|
74079
71674
|
loom_video?: Maybe<LoomVideo>;
|
|
74080
|
-
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
74081
71675
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
74082
71676
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
74083
71677
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
@@ -74090,6 +71684,7 @@ export declare type Query = {
|
|
|
74090
71684
|
marketplaceStore: MarketplaceStoreQueryApi;
|
|
74091
71685
|
me: AuthenticationContext;
|
|
74092
71686
|
mercury?: Maybe<MercuryQueryApi>;
|
|
71687
|
+
mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
|
|
74093
71688
|
migration: MigrationQuery;
|
|
74094
71689
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
74095
71690
|
migrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -75442,10 +73037,6 @@ export declare type QueryConfluence_SearchTeamLabelsArgs = {
|
|
|
75442
73037
|
export declare type QueryConfluence_StorageArgs = {
|
|
75443
73038
|
cloudId: Scalars['ID']['input'];
|
|
75444
73039
|
};
|
|
75445
|
-
export declare type QueryConfluence_TemplateArgs = {
|
|
75446
|
-
cloudId: Scalars['ID']['input'];
|
|
75447
|
-
contentTemplateId: Scalars['String']['input'];
|
|
75448
|
-
};
|
|
75449
73040
|
export declare type QueryConfluence_TenantContextArgs = {
|
|
75450
73041
|
cloudId: Scalars['ID']['input'];
|
|
75451
73042
|
};
|
|
@@ -75619,10 +73210,6 @@ export declare type QueryContentWatchersArgs = {
|
|
|
75619
73210
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75620
73211
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
75621
73212
|
};
|
|
75622
|
-
export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
75623
|
-
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
75624
|
-
text?: InputMaybe<Scalars['String']['input']>;
|
|
75625
|
-
};
|
|
75626
73213
|
export declare type QueryCountGroupByEventNameArgs = {
|
|
75627
73214
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
75628
73215
|
eventName: Array<AnalyticsEventName>;
|
|
@@ -75761,19 +73348,11 @@ export declare type QueryDevOpsServicesArgs = {
|
|
|
75761
73348
|
export declare type QueryDevOpsServicesByIdArgs = {
|
|
75762
73349
|
ids: Array<Scalars['ID']['input']>;
|
|
75763
73350
|
};
|
|
75764
|
-
export declare type QueryDevai_AutodevAgentForJobArgs = {
|
|
75765
|
-
cloudId: Scalars['ID']['input'];
|
|
75766
|
-
jobId: Scalars['ID']['input'];
|
|
75767
|
-
};
|
|
75768
73351
|
export declare type QueryDevai_AutodevIssueScopingArgs = {
|
|
75769
73352
|
issueDescription?: InputMaybe<Scalars['String']['input']>;
|
|
75770
73353
|
issueId: Scalars['ID']['input'];
|
|
75771
73354
|
issueSummary: Scalars['String']['input'];
|
|
75772
73355
|
};
|
|
75773
|
-
export declare type QueryDevai_AutodevIssueScopingScoreForJobArgs = {
|
|
75774
|
-
cloudId: Scalars['ID']['input'];
|
|
75775
|
-
jobId: Scalars['ID']['input'];
|
|
75776
|
-
};
|
|
75777
73356
|
export declare type QueryDevai_AutodevJobFileContentsArgs = {
|
|
75778
73357
|
cloudId: Scalars['ID']['input'];
|
|
75779
73358
|
endLine?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -75795,12 +73374,6 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
75795
73374
|
jobId: Scalars['ID']['input'];
|
|
75796
73375
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
75797
73376
|
};
|
|
75798
|
-
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
75799
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
75800
|
-
cloudId: Scalars['ID']['input'];
|
|
75801
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
75802
|
-
query?: InputMaybe<Scalars['String']['input']>;
|
|
75803
|
-
};
|
|
75804
73377
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
75805
73378
|
appId: Scalars['ID']['input'];
|
|
75806
73379
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -76089,12 +73662,6 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
76089
73662
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
76090
73663
|
id: Scalars['ID']['input'];
|
|
76091
73664
|
};
|
|
76092
|
-
export declare type QueryJira_BoardViewArgs = {
|
|
76093
|
-
input: JiraBoardViewInput;
|
|
76094
|
-
};
|
|
76095
|
-
export declare type QueryJira_IssueSearchViewsByIdsArgs = {
|
|
76096
|
-
ids: Array<Scalars['ID']['input']>;
|
|
76097
|
-
};
|
|
76098
73665
|
export declare type QueryJira_ProjectByIdOrKeyArgs = {
|
|
76099
73666
|
cloudId: Scalars['ID']['input'];
|
|
76100
73667
|
idOrKey: Scalars['String']['input'];
|
|
@@ -76116,18 +73683,9 @@ export declare type QueryLabelSearchArgs = {
|
|
|
76116
73683
|
export declare type QueryLookAndFeelArgs = {
|
|
76117
73684
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
76118
73685
|
};
|
|
76119
|
-
export declare type QueryLoom_MeetingArgs = {
|
|
76120
|
-
id: Scalars['ID']['input'];
|
|
76121
|
-
};
|
|
76122
|
-
export declare type QueryLoom_MeetingsArgs = {
|
|
76123
|
-
ids: Array<Scalars['ID']['input']>;
|
|
76124
|
-
};
|
|
76125
73686
|
export declare type QueryLoom_SpaceArgs = {
|
|
76126
73687
|
id: Scalars['ID']['input'];
|
|
76127
73688
|
};
|
|
76128
|
-
export declare type QueryLoom_SpacesArgs = {
|
|
76129
|
-
ids: Array<Scalars['ID']['input']>;
|
|
76130
|
-
};
|
|
76131
73689
|
export declare type QueryLoom_SpacesSearchArgs = {
|
|
76132
73690
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
76133
73691
|
siteId: Scalars['ID']['input'];
|
|
@@ -76135,9 +73693,6 @@ export declare type QueryLoom_SpacesSearchArgs = {
|
|
|
76135
73693
|
export declare type QueryLoom_VideoArgs = {
|
|
76136
73694
|
id: Scalars['ID']['input'];
|
|
76137
73695
|
};
|
|
76138
|
-
export declare type QueryLoom_VideosArgs = {
|
|
76139
|
-
ids: Array<Scalars['ID']['input']>;
|
|
76140
|
-
};
|
|
76141
73696
|
export declare type QueryMacroBodyRendererArgs = {
|
|
76142
73697
|
adf: Scalars['String']['input'];
|
|
76143
73698
|
containedRender?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -77023,13 +74578,7 @@ export declare type RadarGroupMetrics = {
|
|
|
77023
74578
|
__typename?: 'RadarGroupMetrics';
|
|
77024
74579
|
count: Scalars['Int']['output'];
|
|
77025
74580
|
field: RadarFieldValueIdPair;
|
|
77026
|
-
subGroups
|
|
77027
|
-
};
|
|
77028
|
-
export declare type RadarGroupMetricsSubGroupsArgs = {
|
|
77029
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
77030
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
77031
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
77032
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
74581
|
+
subGroups: Array<RadarGroupMetrics>;
|
|
77033
74582
|
};
|
|
77034
74583
|
export declare type RadarGroupMetricsConnection = RadarConnection & {
|
|
77035
74584
|
__typename?: 'RadarGroupMetricsConnection';
|
|
@@ -79409,9 +76958,7 @@ export declare enum SearchSortOrder {
|
|
|
79409
76958
|
Desc = "DESC"
|
|
79410
76959
|
}
|
|
79411
76960
|
export declare type SearchThirdPartyFilter = {
|
|
79412
|
-
ancestorAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
79413
76961
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
79414
|
-
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
79415
76962
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
79416
76963
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
79417
76964
|
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -79704,26 +77251,6 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
|
|
|
79704
77251
|
strategy: SwimlaneStrategy;
|
|
79705
77252
|
success: Scalars['Boolean']['output'];
|
|
79706
77253
|
};
|
|
79707
|
-
export declare type SettingsDisplayProperty = {
|
|
79708
|
-
__typename?: 'SettingsDisplayProperty';
|
|
79709
|
-
key?: Maybe<Scalars['ID']['output']>;
|
|
79710
|
-
value?: Maybe<Scalars['String']['output']>;
|
|
79711
|
-
};
|
|
79712
|
-
export declare type SettingsDisplayPropertyConnection = {
|
|
79713
|
-
__typename?: 'SettingsDisplayPropertyConnection';
|
|
79714
|
-
edges?: Maybe<Array<SettingsDisplayPropertyEdge>>;
|
|
79715
|
-
nodes?: Maybe<Array<Maybe<SettingsDisplayProperty>>>;
|
|
79716
|
-
pageInfo: PageInfo;
|
|
79717
|
-
};
|
|
79718
|
-
export declare type SettingsDisplayPropertyEdge = {
|
|
79719
|
-
__typename?: 'SettingsDisplayPropertyEdge';
|
|
79720
|
-
cursor: Scalars['String']['output'];
|
|
79721
|
-
node?: Maybe<SettingsDisplayProperty>;
|
|
79722
|
-
};
|
|
79723
|
-
export declare type SettingsDisplayPropertyInput = {
|
|
79724
|
-
key: Scalars['ID']['input'];
|
|
79725
|
-
value: Scalars['String']['input'];
|
|
79726
|
-
};
|
|
79727
77254
|
export declare type SettingsMenuItem = {
|
|
79728
77255
|
__typename?: 'SettingsMenuItem';
|
|
79729
77256
|
menuId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -79746,13 +77273,8 @@ export declare type SettingsMenuItemInput = {
|
|
|
79746
77273
|
};
|
|
79747
77274
|
export declare type SettingsNavigationCustomisation = {
|
|
79748
77275
|
__typename?: 'SettingsNavigationCustomisation';
|
|
79749
|
-
properties?: Maybe<SettingsDisplayPropertyConnection>;
|
|
79750
77276
|
sidebar?: Maybe<SettingsMenuItemConnection>;
|
|
79751
77277
|
};
|
|
79752
|
-
export declare type SettingsNavigationCustomisationPropertiesArgs = {
|
|
79753
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
79754
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
79755
|
-
};
|
|
79756
77278
|
export declare type SettingsNavigationCustomisationSidebarArgs = {
|
|
79757
77279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
79758
77280
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -79760,7 +77282,6 @@ export declare type SettingsNavigationCustomisationSidebarArgs = {
|
|
|
79760
77282
|
export declare type SettingsNavigationCustomisationInput = {
|
|
79761
77283
|
entityAri: Scalars['ID']['input'];
|
|
79762
77284
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
79763
|
-
properties?: InputMaybe<Array<InputMaybe<SettingsDisplayPropertyInput>>>;
|
|
79764
77285
|
sidebar?: InputMaybe<Array<InputMaybe<SettingsMenuItemInput>>>;
|
|
79765
77286
|
};
|
|
79766
77287
|
export declare type ShareResourceInput = {
|
|
@@ -80322,6 +77843,16 @@ export declare type ShepherdCreateAlertsPayload = Payload & {
|
|
|
80322
77843
|
nodes?: Maybe<Array<Maybe<ShepherdAlert>>>;
|
|
80323
77844
|
success: Scalars['Boolean']['output'];
|
|
80324
77845
|
};
|
|
77846
|
+
export declare type ShepherdCreateExampleAlertInput = {
|
|
77847
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
77848
|
+
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
77849
|
+
};
|
|
77850
|
+
export declare type ShepherdCreateExampleAlertPayload = Payload & {
|
|
77851
|
+
__typename?: 'ShepherdCreateExampleAlertPayload';
|
|
77852
|
+
errors?: Maybe<Array<MutationError>>;
|
|
77853
|
+
node?: Maybe<ShepherdAlert>;
|
|
77854
|
+
success: Scalars['Boolean']['output'];
|
|
77855
|
+
};
|
|
80325
77856
|
export declare type ShepherdCreateSlackInput = {
|
|
80326
77857
|
authToken: Scalars['String']['input'];
|
|
80327
77858
|
callbackURL: Scalars['URL']['input'];
|
|
@@ -80643,6 +78174,7 @@ export declare type ShepherdMutation = {
|
|
|
80643
78174
|
actor?: Maybe<ShepherdActorMutations>;
|
|
80644
78175
|
createAlert?: Maybe<ShepherdCreateAlertPayload>;
|
|
80645
78176
|
createAlerts?: Maybe<ShepherdCreateAlertsPayload>;
|
|
78177
|
+
createExampleAlert?: Maybe<ShepherdCreateExampleAlertPayload>;
|
|
80646
78178
|
createTestAlert?: Maybe<ShepherdCreateTestAlertPayload>;
|
|
80647
78179
|
deleteAlert?: Maybe<ShepherdDeleteAlertPayload>;
|
|
80648
78180
|
redaction?: Maybe<ShepherdRedactionMutations>;
|
|
@@ -80658,6 +78190,9 @@ export declare type ShepherdMutationCreateAlertArgs = {
|
|
|
80658
78190
|
export declare type ShepherdMutationCreateAlertsArgs = {
|
|
80659
78191
|
input: Array<ShepherdCreateAlertInput>;
|
|
80660
78192
|
};
|
|
78193
|
+
export declare type ShepherdMutationCreateExampleAlertArgs = {
|
|
78194
|
+
input: ShepherdCreateExampleAlertInput;
|
|
78195
|
+
};
|
|
80661
78196
|
export declare type ShepherdMutationCreateTestAlertArgs = {
|
|
80662
78197
|
workspaceId: Scalars['ID']['input'];
|
|
80663
78198
|
};
|
|
@@ -80691,6 +78226,7 @@ export declare type ShepherdQuery = {
|
|
|
80691
78226
|
shepherdActor?: Maybe<ShepherdActorResult>;
|
|
80692
78227
|
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
80693
78228
|
shepherdAppInfo: ShepherdAppInfo;
|
|
78229
|
+
shepherdUser?: Maybe<ShepherdUser>;
|
|
80694
78230
|
subscriptions?: Maybe<ShepherdSubscriptionsResult>;
|
|
80695
78231
|
workspace?: Maybe<ShepherdWorkspaceResult>;
|
|
80696
78232
|
workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
|
|
@@ -80713,6 +78249,9 @@ export declare type ShepherdQueryShepherdActorArgs = {
|
|
|
80713
78249
|
export declare type ShepherdQueryShepherdAlertArgs = {
|
|
80714
78250
|
id: Scalars['ID']['input'];
|
|
80715
78251
|
};
|
|
78252
|
+
export declare type ShepherdQueryShepherdUserArgs = {
|
|
78253
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78254
|
+
};
|
|
80716
78255
|
export declare type ShepherdQuerySubscriptionsArgs = {
|
|
80717
78256
|
workspaceId: Scalars['ID']['input'];
|
|
80718
78257
|
};
|
|
@@ -84931,7 +82470,6 @@ export declare type TrelloCardLocation = {
|
|
|
84931
82470
|
address?: Maybe<Scalars['String']['output']>;
|
|
84932
82471
|
coordinates?: Maybe<TrelloCardCoordinates>;
|
|
84933
82472
|
name?: Maybe<Scalars['String']['output']>;
|
|
84934
|
-
staticMapUrl?: Maybe<Scalars['URL']['output']>;
|
|
84935
82473
|
};
|
|
84936
82474
|
export declare enum TrelloCardRole {
|
|
84937
82475
|
Board = "BOARD",
|
|
@@ -84957,7 +82495,6 @@ export declare type TrelloCardUpdated = {
|
|
|
84957
82495
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
84958
82496
|
name?: Maybe<Scalars['String']['output']>;
|
|
84959
82497
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
84960
|
-
onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
|
|
84961
82498
|
position?: Maybe<Scalars['Float']['output']>;
|
|
84962
82499
|
stickers?: Maybe<TrelloStickerUpdatedConnection>;
|
|
84963
82500
|
};
|
|
@@ -84973,7 +82510,6 @@ export declare type TrelloCardViewer = {
|
|
|
84973
82510
|
export declare type TrelloCheckItem = {
|
|
84974
82511
|
__typename?: 'TrelloCheckItem';
|
|
84975
82512
|
due?: Maybe<TrelloCheckItemDueInfo>;
|
|
84976
|
-
member?: Maybe<TrelloMember>;
|
|
84977
82513
|
name?: Maybe<TrelloUserGeneratedText>;
|
|
84978
82514
|
objectId: Scalars['ID']['output'];
|
|
84979
82515
|
position?: Maybe<Scalars['Float']['output']>;
|
|
@@ -85030,10 +82566,6 @@ export declare type TrelloChecklistConnectionUpdated = {
|
|
|
85030
82566
|
__typename?: 'TrelloChecklistConnectionUpdated';
|
|
85031
82567
|
edges?: Maybe<Array<TrelloChecklistEdgeUpdated>>;
|
|
85032
82568
|
};
|
|
85033
|
-
export declare type TrelloChecklistDeleted = {
|
|
85034
|
-
__typename?: 'TrelloChecklistDeleted';
|
|
85035
|
-
objectId: Scalars['ID']['output'];
|
|
85036
|
-
};
|
|
85037
82569
|
export declare type TrelloChecklistEdge = {
|
|
85038
82570
|
__typename?: 'TrelloChecklistEdge';
|
|
85039
82571
|
cursor: Scalars['String']['output'];
|
|
@@ -85071,7 +82603,6 @@ export declare type TrelloCreateOrUpdatePlannerCalendarPayload = Payload & {
|
|
|
85071
82603
|
__typename?: 'TrelloCreateOrUpdatePlannerCalendarPayload';
|
|
85072
82604
|
errors?: Maybe<Array<MutationError>>;
|
|
85073
82605
|
plannerCalendar?: Maybe<TrelloPlannerCalendarConnection>;
|
|
85074
|
-
plannerCalendarMutated?: Maybe<TrelloPlannerCalendarMutated>;
|
|
85075
82606
|
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendarUpdated>;
|
|
85076
82607
|
success: Scalars['Boolean']['output'];
|
|
85077
82608
|
};
|
|
@@ -85353,7 +82884,7 @@ export declare type TrelloMember = Node & {
|
|
|
85353
82884
|
__typename?: 'TrelloMember';
|
|
85354
82885
|
activityBlocked?: Maybe<Scalars['Boolean']['output']>;
|
|
85355
82886
|
avatarSource?: Maybe<Scalars['String']['output']>;
|
|
85356
|
-
avatarUrl?: Maybe<Scalars['
|
|
82887
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
85357
82888
|
bio?: Maybe<Scalars['String']['output']>;
|
|
85358
82889
|
bioData?: Maybe<Scalars['JSON']['output']>;
|
|
85359
82890
|
confirmed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -85367,7 +82898,7 @@ export declare type TrelloMember = Node & {
|
|
|
85367
82898
|
objectId: Scalars['ID']['output'];
|
|
85368
82899
|
planner?: Maybe<TrelloPlanner>;
|
|
85369
82900
|
referrer?: Maybe<TrelloMember>;
|
|
85370
|
-
url?: Maybe<Scalars['
|
|
82901
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
85371
82902
|
user?: Maybe<User>;
|
|
85372
82903
|
username?: Maybe<Scalars['String']['output']>;
|
|
85373
82904
|
workspaces?: Maybe<TrelloMemberWorkspaceConnection>;
|
|
@@ -85390,7 +82921,7 @@ export declare type TrelloMemberEdge = {
|
|
|
85390
82921
|
};
|
|
85391
82922
|
export declare type TrelloMemberNonPublicData = {
|
|
85392
82923
|
__typename?: 'TrelloMemberNonPublicData';
|
|
85393
|
-
avatarUrl?: Maybe<Scalars['
|
|
82924
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
85394
82925
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
85395
82926
|
initials?: Maybe<Scalars['String']['output']>;
|
|
85396
82927
|
};
|
|
@@ -85654,7 +83185,7 @@ export declare type TrelloPlannerCalendarEventCardEdge = {
|
|
|
85654
83185
|
};
|
|
85655
83186
|
export declare type TrelloPlannerCalendarEventConferencing = {
|
|
85656
83187
|
__typename?: 'TrelloPlannerCalendarEventConferencing';
|
|
85657
|
-
url?: Maybe<Scalars['
|
|
83188
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
85658
83189
|
};
|
|
85659
83190
|
export declare type TrelloPlannerCalendarEventConnection = {
|
|
85660
83191
|
__typename?: 'TrelloPlannerCalendarEventConnection';
|
|
@@ -85692,7 +83223,6 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
85692
83223
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
85693
83224
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
85694
83225
|
};
|
|
85695
|
-
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
85696
83226
|
export declare type TrelloPlannerCalendarUpdated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
85697
83227
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
85698
83228
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
@@ -85756,12 +83286,11 @@ export declare type TrelloPowerUpDataFilterInput = {
|
|
|
85756
83286
|
export declare enum TrelloPowerUpDataScope {
|
|
85757
83287
|
Board = "BOARD",
|
|
85758
83288
|
Card = "CARD",
|
|
85759
|
-
Member = "MEMBER",
|
|
85760
83289
|
Organization = "ORGANIZATION"
|
|
85761
83290
|
}
|
|
85762
83291
|
export declare type TrelloPowerUpIcon = {
|
|
85763
83292
|
__typename?: 'TrelloPowerUpIcon';
|
|
85764
|
-
url?: Maybe<Scalars['
|
|
83293
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
85765
83294
|
};
|
|
85766
83295
|
export declare type TrelloPowerUpUpdated = {
|
|
85767
83296
|
__typename?: 'TrelloPowerUpUpdated';
|
|
@@ -85873,7 +83402,6 @@ export declare type TrelloQueryApiProviderPlannerCalendarsByAccountIdArgs = {
|
|
|
85873
83402
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85874
83403
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85875
83404
|
id: Scalars['ID']['input'];
|
|
85876
|
-
syncToken?: InputMaybe<Scalars['String']['input']>;
|
|
85877
83405
|
workspaceId: Scalars['ID']['input'];
|
|
85878
83406
|
};
|
|
85879
83407
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
@@ -85923,7 +83451,7 @@ export declare type TrelloRemoveMemberInput = {
|
|
|
85923
83451
|
export declare type TrelloScaleProps = {
|
|
85924
83452
|
__typename?: 'TrelloScaleProps';
|
|
85925
83453
|
height?: Maybe<Scalars['Int']['output']>;
|
|
85926
|
-
url?: Maybe<Scalars['
|
|
83454
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
85927
83455
|
width?: Maybe<Scalars['Int']['output']>;
|
|
85928
83456
|
};
|
|
85929
83457
|
export declare type TrelloSticker = {
|
|
@@ -86009,7 +83537,7 @@ export declare type TrelloTemplateGalleryFilterInput = {
|
|
|
86009
83537
|
export declare type TrelloTemplateGalleryItemInfo = {
|
|
86010
83538
|
__typename?: 'TrelloTemplateGalleryItemInfo';
|
|
86011
83539
|
avatarShape?: Maybe<Scalars['String']['output']>;
|
|
86012
|
-
avatarUrl?: Maybe<Scalars['
|
|
83540
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
86013
83541
|
blurb?: Maybe<Scalars['String']['output']>;
|
|
86014
83542
|
byline?: Maybe<Scalars['String']['output']>;
|
|
86015
83543
|
category: TrelloTemplateGalleryCategory;
|
|
@@ -86120,7 +83648,6 @@ export declare type TrelloWatchCardPayload = Payload & {
|
|
|
86120
83648
|
};
|
|
86121
83649
|
export declare type TrelloWorkspace = Node & {
|
|
86122
83650
|
__typename?: 'TrelloWorkspace';
|
|
86123
|
-
aiEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
86124
83651
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
86125
83652
|
description?: Maybe<Scalars['String']['output']>;
|
|
86126
83653
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -86137,7 +83664,7 @@ export declare type TrelloWorkspace = Node & {
|
|
|
86137
83664
|
prefs?: Maybe<TrelloWorkspacePrefs>;
|
|
86138
83665
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
86139
83666
|
tags?: Maybe<TrelloTagConnection>;
|
|
86140
|
-
url?: Maybe<Scalars['
|
|
83667
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
86141
83668
|
website?: Maybe<Scalars['String']['output']>;
|
|
86142
83669
|
};
|
|
86143
83670
|
export declare type TrelloWorkspaceMembersArgs = {
|
|
@@ -86288,19 +83815,6 @@ export declare type UnifiedAtlassianProductEdge = UnifiedIEdge & {
|
|
|
86288
83815
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86289
83816
|
node?: Maybe<UnifiedAtlassianProduct>;
|
|
86290
83817
|
};
|
|
86291
|
-
export declare type UnifiedCacheInvalidationResult = {
|
|
86292
|
-
__typename?: 'UnifiedCacheInvalidationResult';
|
|
86293
|
-
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
86294
|
-
success: Scalars['Boolean']['output'];
|
|
86295
|
-
};
|
|
86296
|
-
export declare type UnifiedCachingMutation = {
|
|
86297
|
-
__typename?: 'UnifiedCachingMutation';
|
|
86298
|
-
invalidateCache?: Maybe<UnifiedCacheInvalidationResult>;
|
|
86299
|
-
};
|
|
86300
|
-
export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
86301
|
-
aaid: Scalars['String']['input'];
|
|
86302
|
-
dataPoint: Scalars['String']['input'];
|
|
86303
|
-
};
|
|
86304
83818
|
export declare type UnifiedForums = UnifiedINode & {
|
|
86305
83819
|
__typename?: 'UnifiedForums';
|
|
86306
83820
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -86339,7 +83853,6 @@ export declare type UnifiedForumsBadgesConnection = UnifiedIConnection & {
|
|
|
86339
83853
|
};
|
|
86340
83854
|
export declare type UnifiedForumsGroup = UnifiedINode & {
|
|
86341
83855
|
__typename?: 'UnifiedForumsGroup';
|
|
86342
|
-
aaid?: Maybe<Scalars['String']['output']>;
|
|
86343
83856
|
avatar?: Maybe<UnifiedForumsGroupAvatar>;
|
|
86344
83857
|
description?: Maybe<Scalars['String']['output']>;
|
|
86345
83858
|
groupMemberCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -86621,7 +84134,6 @@ export declare type UnifiedLinkingStatusPayload = UnifiedPayload & {
|
|
|
86621
84134
|
export declare type UnifiedMutation = {
|
|
86622
84135
|
__typename?: 'UnifiedMutation';
|
|
86623
84136
|
account?: Maybe<UnifiedAccountMutation>;
|
|
86624
|
-
caching?: Maybe<UnifiedCachingMutation>;
|
|
86625
84137
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
86626
84138
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
86627
84139
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -86667,7 +84179,6 @@ export declare type UnifiedProfile = UnifiedINode & {
|
|
|
86667
84179
|
gamification?: Maybe<UnifiedUGamificationResult>;
|
|
86668
84180
|
id: Scalars['ID']['output'];
|
|
86669
84181
|
internalId?: Maybe<Scalars['ID']['output']>;
|
|
86670
|
-
isLinkedView?: Maybe<Scalars['Boolean']['output']>;
|
|
86671
84182
|
isPersonalView?: Maybe<Scalars['Boolean']['output']>;
|
|
86672
84183
|
isPrivate: Scalars['Boolean']['output'];
|
|
86673
84184
|
learning?: Maybe<UnifiedULearningResult>;
|
|
@@ -87519,11 +85030,6 @@ export declare type UpdateUserInstallationRulesInput = {
|
|
|
87519
85030
|
cloudId: Scalars['ID']['input'];
|
|
87520
85031
|
rule: UserInstallationRuleValue;
|
|
87521
85032
|
};
|
|
87522
|
-
export declare type UpgradeableByRollout = {
|
|
87523
|
-
__typename?: 'UpgradeableByRollout';
|
|
87524
|
-
sourceVersionId: Scalars['ID']['output'];
|
|
87525
|
-
upgradeableByRollout: Scalars['Boolean']['output'];
|
|
87526
|
-
};
|
|
87527
85033
|
export declare type User = {
|
|
87528
85034
|
accountId: Scalars['ID']['output'];
|
|
87529
85035
|
accountStatus: AccountStatus;
|