@forge/cli-shared 6.5.5-next.1 → 6.6.0-next.11
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 +69 -0
- package/LICENSE.txt +7 -0
- package/out/ari/ari.d.ts +4 -9
- package/out/ari/ari.d.ts.map +1 -1
- package/out/ari/ari.js +8 -22
- package/out/graphql/graphql-types.d.ts +1584 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +82 -23
- package/out/service/index.d.ts +1 -0
- package/out/service/index.d.ts.map +1 -1
- package/out/service/index.js +1 -0
- package/out/service/statsig-service.d.ts +3 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -0
- package/out/service/supported-products-service.d.ts +28 -0
- package/out/service/supported-products-service.d.ts.map +1 -0
- package/out/service/supported-products-service.js +112 -0
- package/out/shared/index.d.ts +0 -1
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +0 -1
- package/out/shared/product.d.ts +3 -8
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +18 -29
- package/out/ui/text.d.ts +136 -4
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +149 -9
- package/package.json +5 -5
- package/out/shared/validate.d.ts +0 -3
- package/out/shared/validate.d.ts.map +0 -1
- package/out/shared/validate.js +0 -24
|
@@ -770,14 +770,28 @@ export declare type AgentAiSummary = {
|
|
|
770
770
|
adf?: Maybe<Scalars['String']['output']>;
|
|
771
771
|
text?: Maybe<Scalars['String']['output']>;
|
|
772
772
|
};
|
|
773
|
+
export declare type AgentStudioAction = {
|
|
774
|
+
__typename?: 'AgentStudioAction';
|
|
775
|
+
actionKey: Scalars['String']['output'];
|
|
776
|
+
};
|
|
777
|
+
export declare type AgentStudioActionConfiguration = {
|
|
778
|
+
__typename?: 'AgentStudioActionConfiguration';
|
|
779
|
+
actions?: Maybe<Array<AgentStudioAction>>;
|
|
780
|
+
};
|
|
773
781
|
export declare type AgentStudioAgent = {
|
|
782
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
774
783
|
id: Scalars['ID']['output'];
|
|
775
784
|
name?: Maybe<Scalars['String']['output']>;
|
|
776
785
|
};
|
|
777
786
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | QueryError;
|
|
778
787
|
export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
779
788
|
__typename?: 'AgentStudioAssistant';
|
|
789
|
+
actions?: Maybe<AgentStudioActionConfiguration>;
|
|
790
|
+
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
791
|
+
creator?: Maybe<User>;
|
|
792
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
780
793
|
id: Scalars['ID']['output'];
|
|
794
|
+
instructions?: Maybe<Scalars['String']['output']>;
|
|
781
795
|
name?: Maybe<Scalars['String']['output']>;
|
|
782
796
|
};
|
|
783
797
|
export declare enum AlertEventStatus {
|
|
@@ -1227,6 +1241,7 @@ export declare type AppInstallation = {
|
|
|
1227
1241
|
installationContext: Scalars['ID']['output'];
|
|
1228
1242
|
isRecoverable: Scalars['Boolean']['output'];
|
|
1229
1243
|
license?: Maybe<AppInstallationLicense>;
|
|
1244
|
+
secondaryInstallationContexts?: Maybe<Array<Scalars['ID']['output']>>;
|
|
1230
1245
|
version?: Maybe<AppVersion>;
|
|
1231
1246
|
};
|
|
1232
1247
|
export declare type AppInstallationByIndexConnection = {
|
|
@@ -1329,6 +1344,13 @@ export declare type AppInstallationSubscribeTask = AppInstallationTask & {
|
|
|
1329
1344
|
id: Scalars['ID']['output'];
|
|
1330
1345
|
state: AppTaskState;
|
|
1331
1346
|
};
|
|
1347
|
+
export declare type AppInstallationSummary = {
|
|
1348
|
+
__typename?: 'AppInstallationSummary';
|
|
1349
|
+
id: Scalars['ID']['output'];
|
|
1350
|
+
installationContext: Scalars['ID']['output'];
|
|
1351
|
+
primaryInstallationContext: Scalars['ID']['output'];
|
|
1352
|
+
secondaryInstallationContexts?: Maybe<Array<Scalars['ID']['output']>>;
|
|
1353
|
+
};
|
|
1332
1354
|
export declare type AppInstallationTask = {
|
|
1333
1355
|
appEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
1334
1356
|
appId: Scalars['ID']['output'];
|
|
@@ -1855,6 +1877,7 @@ export declare type ApplyPolarisProjectTemplatePayload = Payload & {
|
|
|
1855
1877
|
export declare type AppsFilter = {
|
|
1856
1878
|
isPublishable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1857
1879
|
migrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
1880
|
+
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1858
1881
|
};
|
|
1859
1882
|
export declare type AquaIssueContext = {
|
|
1860
1883
|
__typename?: 'AquaIssueContext';
|
|
@@ -2179,6 +2202,31 @@ export declare enum AtlassianProductHostingType {
|
|
|
2179
2202
|
DataCenter = "DATA_CENTER",
|
|
2180
2203
|
Server = "SERVER"
|
|
2181
2204
|
}
|
|
2205
|
+
export declare type AtlassianUser = {
|
|
2206
|
+
__typename?: 'AtlassianUser';
|
|
2207
|
+
companyName?: Maybe<Scalars['String']['output']>;
|
|
2208
|
+
confluence?: Maybe<ConfluenceUser>;
|
|
2209
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
2210
|
+
emails?: Maybe<Array<Maybe<AtlassianUserEmail>>>;
|
|
2211
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2212
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
2213
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
2214
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
2215
|
+
photos?: Maybe<Array<Maybe<AtlassianUserPhoto>>>;
|
|
2216
|
+
team?: Maybe<Scalars['String']['output']>;
|
|
2217
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
2218
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
2219
|
+
};
|
|
2220
|
+
export declare type AtlassianUserEmail = {
|
|
2221
|
+
__typename?: 'AtlassianUserEmail';
|
|
2222
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2223
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2224
|
+
};
|
|
2225
|
+
export declare type AtlassianUserPhoto = {
|
|
2226
|
+
__typename?: 'AtlassianUserPhoto';
|
|
2227
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2228
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2229
|
+
};
|
|
2182
2230
|
export declare type AttachCompassComponentDataManagerInput = {
|
|
2183
2231
|
componentId: Scalars['ID']['input'];
|
|
2184
2232
|
externalSourceURL?: InputMaybe<Scalars['URL']['input']>;
|
|
@@ -3097,7 +3145,7 @@ export declare type CcpChargeDetails = CommerceChargeDetails & {
|
|
|
3097
3145
|
pricingPlanId?: Maybe<Scalars['ID']['output']>;
|
|
3098
3146
|
promotionInstances?: Maybe<Array<Maybe<CcpPromotionInstance>>>;
|
|
3099
3147
|
};
|
|
3100
|
-
export declare type CcpChargeElement = {
|
|
3148
|
+
export declare type CcpChargeElement = CommerceChargeElement & {
|
|
3101
3149
|
__typename?: 'CcpChargeElement';
|
|
3102
3150
|
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
3103
3151
|
unit?: Maybe<Scalars['String']['output']>;
|
|
@@ -3197,6 +3245,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3197
3245
|
context?: Maybe<CcpContext>;
|
|
3198
3246
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
3199
3247
|
defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3248
|
+
defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3200
3249
|
enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
|
|
3201
3250
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3202
3251
|
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
@@ -3225,6 +3274,9 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3225
3274
|
export declare type CcpEntitlementDefaultOfferingTransitionsArgs = {
|
|
3226
3275
|
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3227
3276
|
};
|
|
3277
|
+
export declare type CcpEntitlementDefaultStandaloneOfferingTransitionsArgs = {
|
|
3278
|
+
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3279
|
+
};
|
|
3228
3280
|
export declare type CcpEntitlementLatestUsageForChargeElementArgs = {
|
|
3229
3281
|
chargeElement?: InputMaybe<Scalars['String']['input']>;
|
|
3230
3282
|
};
|
|
@@ -3683,6 +3735,7 @@ export declare type CcpTrial = CommerceTrial & {
|
|
|
3683
3735
|
offeringId?: Maybe<Scalars['ID']['output']>;
|
|
3684
3736
|
pricingPlanId?: Maybe<Scalars['ID']['output']>;
|
|
3685
3737
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3738
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
3686
3739
|
};
|
|
3687
3740
|
export declare type CcpUsageUpdateCadence = {
|
|
3688
3741
|
__typename?: 'CcpUsageUpdateCadence';
|
|
@@ -3992,6 +4045,10 @@ export declare type CommerceAccountDetails = {
|
|
|
3992
4045
|
export declare type CommerceChargeDetails = {
|
|
3993
4046
|
chargeQuantities?: Maybe<Array<Maybe<CommerceChargeQuantity>>>;
|
|
3994
4047
|
};
|
|
4048
|
+
export declare type CommerceChargeElement = {
|
|
4049
|
+
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
4050
|
+
unit?: Maybe<Scalars['String']['output']>;
|
|
4051
|
+
};
|
|
3995
4052
|
export declare type CommerceChargeQuantity = {
|
|
3996
4053
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
3997
4054
|
lastUpdatedAt?: Maybe<Scalars['Float']['output']>;
|
|
@@ -4068,6 +4125,7 @@ export declare type CommerceInvoiceGroupExperienceCapabilities = {
|
|
|
4068
4125
|
configurePaymentV2?: Maybe<CommerceExperienceCapability>;
|
|
4069
4126
|
};
|
|
4070
4127
|
export declare type CommerceOffering = {
|
|
4128
|
+
chargeElements?: Maybe<Array<Maybe<CommerceChargeElement>>>;
|
|
4071
4129
|
name?: Maybe<Scalars['String']['output']>;
|
|
4072
4130
|
trial?: Maybe<CommerceOfferingTrial>;
|
|
4073
4131
|
};
|
|
@@ -4102,6 +4160,7 @@ export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
|
4102
4160
|
export declare type CommerceTrial = {
|
|
4103
4161
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4104
4162
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4163
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
4105
4164
|
};
|
|
4106
4165
|
export declare type CompanyHubFeature = {
|
|
4107
4166
|
__typename?: 'CompanyHubFeature';
|
|
@@ -5495,6 +5554,12 @@ export declare type CompassCreateDeploymentEventPropertiesInput = {
|
|
|
5495
5554
|
startedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5496
5555
|
state: CompassDeploymentEventState;
|
|
5497
5556
|
};
|
|
5557
|
+
export declare type CompassCreateDynamicScorecardCriteriaInput = {
|
|
5558
|
+
expressions: Array<CompassCreateScorecardCriterionExpressionTreeInput>;
|
|
5559
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
5560
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
5561
|
+
weight: Scalars['Int']['input'];
|
|
5562
|
+
};
|
|
5498
5563
|
export declare type CompassCreateEventInput = {
|
|
5499
5564
|
cloudId: Scalars['ID']['input'];
|
|
5500
5565
|
componentId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -5660,6 +5725,79 @@ export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
|
5660
5725
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5661
5726
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5662
5727
|
};
|
|
5728
|
+
export declare type CompassCreateScorecardCriterionExpressionAndGroupInput = {
|
|
5729
|
+
expressions: Array<CompassCreateScorecardCriterionExpressionGroupInput>;
|
|
5730
|
+
};
|
|
5731
|
+
export declare type CompassCreateScorecardCriterionExpressionBooleanInput = {
|
|
5732
|
+
booleanComparator: CompassScorecardCriterionExpressionBooleanComparatorOptions;
|
|
5733
|
+
booleanComparatorValue: Scalars['Boolean']['input'];
|
|
5734
|
+
requirement: CompassCreateScorecardCriterionExpressionRequirementInput;
|
|
5735
|
+
};
|
|
5736
|
+
export declare type CompassCreateScorecardCriterionExpressionCollectionInput = {
|
|
5737
|
+
collectionComparator: CompassScorecardCriterionExpressionCollectionComparatorOptions;
|
|
5738
|
+
collectionComparatorValue: Array<Scalars['ID']['input']>;
|
|
5739
|
+
requirement: CompassCreateScorecardCriterionExpressionRequirementInput;
|
|
5740
|
+
};
|
|
5741
|
+
export declare type CompassCreateScorecardCriterionExpressionEvaluableInput = {
|
|
5742
|
+
expression: CompassCreateScorecardCriterionExpressionInput;
|
|
5743
|
+
};
|
|
5744
|
+
export declare type CompassCreateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
5745
|
+
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5746
|
+
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5747
|
+
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
5748
|
+
};
|
|
5749
|
+
export declare type CompassCreateScorecardCriterionExpressionGroupInput = {
|
|
5750
|
+
and?: InputMaybe<CompassCreateScorecardCriterionExpressionAndGroupInput>;
|
|
5751
|
+
evaluable?: InputMaybe<CompassCreateScorecardCriterionExpressionEvaluableInput>;
|
|
5752
|
+
or?: InputMaybe<CompassCreateScorecardCriterionExpressionOrGroupInput>;
|
|
5753
|
+
};
|
|
5754
|
+
export declare type CompassCreateScorecardCriterionExpressionInput = {
|
|
5755
|
+
boolean?: InputMaybe<CompassCreateScorecardCriterionExpressionBooleanInput>;
|
|
5756
|
+
collection?: InputMaybe<CompassCreateScorecardCriterionExpressionCollectionInput>;
|
|
5757
|
+
membership?: InputMaybe<CompassCreateScorecardCriterionExpressionMembershipInput>;
|
|
5758
|
+
number?: InputMaybe<CompassCreateScorecardCriterionExpressionNumberInput>;
|
|
5759
|
+
text?: InputMaybe<CompassCreateScorecardCriterionExpressionTextInput>;
|
|
5760
|
+
};
|
|
5761
|
+
export declare type CompassCreateScorecardCriterionExpressionMembershipInput = {
|
|
5762
|
+
membershipComparator: CompassScorecardCriterionExpressionMembershipComparatorOptions;
|
|
5763
|
+
membershipComparatorValue: Array<Scalars['ID']['input']>;
|
|
5764
|
+
requirement: CompassCreateScorecardCriterionExpressionRequirementInput;
|
|
5765
|
+
};
|
|
5766
|
+
export declare type CompassCreateScorecardCriterionExpressionNumberInput = {
|
|
5767
|
+
numberComparator: CompassScorecardCriterionExpressionNumberComparatorOptions;
|
|
5768
|
+
numberComparatorValue: Scalars['Float']['input'];
|
|
5769
|
+
requirement: CompassCreateScorecardCriterionExpressionRequirementInput;
|
|
5770
|
+
};
|
|
5771
|
+
export declare type CompassCreateScorecardCriterionExpressionOrGroupInput = {
|
|
5772
|
+
expressions: Array<CompassCreateScorecardCriterionExpressionGroupInput>;
|
|
5773
|
+
};
|
|
5774
|
+
export declare type CompassCreateScorecardCriterionExpressionRequirementCustomFieldInput = {
|
|
5775
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
5776
|
+
};
|
|
5777
|
+
export declare type CompassCreateScorecardCriterionExpressionRequirementDefaultFieldInput = {
|
|
5778
|
+
fieldName: Scalars['String']['input'];
|
|
5779
|
+
};
|
|
5780
|
+
export declare type CompassCreateScorecardCriterionExpressionRequirementInput = {
|
|
5781
|
+
customField?: InputMaybe<CompassCreateScorecardCriterionExpressionRequirementCustomFieldInput>;
|
|
5782
|
+
defaultField?: InputMaybe<CompassCreateScorecardCriterionExpressionRequirementDefaultFieldInput>;
|
|
5783
|
+
metric?: InputMaybe<CompassCreateScorecardCriterionExpressionRequirementMetricInput>;
|
|
5784
|
+
};
|
|
5785
|
+
export declare type CompassCreateScorecardCriterionExpressionRequirementMetricInput = {
|
|
5786
|
+
metricDefinitionId: Scalars['ID']['input'];
|
|
5787
|
+
};
|
|
5788
|
+
export declare type CompassCreateScorecardCriterionExpressionRequirementScorecardInput = {
|
|
5789
|
+
fieldName: Scalars['String']['input'];
|
|
5790
|
+
scorecardId: Scalars['ID']['input'];
|
|
5791
|
+
};
|
|
5792
|
+
export declare type CompassCreateScorecardCriterionExpressionTextInput = {
|
|
5793
|
+
requirement: CompassCreateScorecardCriterionExpressionRequirementInput;
|
|
5794
|
+
textComparator: CompassScorecardCriterionExpressionTextComparatorOptions;
|
|
5795
|
+
textComparatorValue: Scalars['String']['input'];
|
|
5796
|
+
};
|
|
5797
|
+
export declare type CompassCreateScorecardCriterionExpressionTreeInput = {
|
|
5798
|
+
evaluationRules?: InputMaybe<CompassCreateScorecardCriterionExpressionEvaluationRulesInput>;
|
|
5799
|
+
root: CompassCreateScorecardCriterionExpressionGroupInput;
|
|
5800
|
+
};
|
|
5663
5801
|
export declare type CompassCreateTeamCheckinActionInput = {
|
|
5664
5802
|
actionText: Scalars['String']['input'];
|
|
5665
5803
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -6247,6 +6385,19 @@ export declare type CompassDocumentationCategoryEdge = {
|
|
|
6247
6385
|
cursor: Scalars['String']['output'];
|
|
6248
6386
|
node?: Maybe<CompassDocumentationCategory>;
|
|
6249
6387
|
};
|
|
6388
|
+
export declare type CompassDynamicScorecardCriteria = CompassScorecardCriteria & {
|
|
6389
|
+
__typename?: 'CompassDynamicScorecardCriteria';
|
|
6390
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
6391
|
+
expressions?: Maybe<Array<CompassScorecardCriterionExpressionTree>>;
|
|
6392
|
+
id: Scalars['ID']['output'];
|
|
6393
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
6394
|
+
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
6395
|
+
scoringStrategyRules: CompassScorecardCriteriaScoringStrategyRules;
|
|
6396
|
+
weight: Scalars['Int']['output'];
|
|
6397
|
+
};
|
|
6398
|
+
export declare type CompassDynamicScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
6399
|
+
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
6400
|
+
};
|
|
6250
6401
|
export declare type CompassEntityProperty = {
|
|
6251
6402
|
__typename?: 'CompassEntityProperty';
|
|
6252
6403
|
changeMetadata?: Maybe<CompassChangeMetadata>;
|
|
@@ -7448,6 +7599,129 @@ export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
|
7448
7599
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7449
7600
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7450
7601
|
};
|
|
7602
|
+
export declare type CompassScorecardCriterionExpression = CompassScorecardCriterionExpressionBoolean | CompassScorecardCriterionExpressionCollection | CompassScorecardCriterionExpressionMembership | CompassScorecardCriterionExpressionNumber | CompassScorecardCriterionExpressionText;
|
|
7603
|
+
export declare type CompassScorecardCriterionExpressionAndGroup = {
|
|
7604
|
+
__typename?: 'CompassScorecardCriterionExpressionAndGroup';
|
|
7605
|
+
and?: Maybe<Array<CompassScorecardCriterionExpressionGroup>>;
|
|
7606
|
+
};
|
|
7607
|
+
export declare type CompassScorecardCriterionExpressionBoolean = {
|
|
7608
|
+
__typename?: 'CompassScorecardCriterionExpressionBoolean';
|
|
7609
|
+
booleanComparator?: Maybe<Scalars['String']['output']>;
|
|
7610
|
+
booleanComparatorValue?: Maybe<Scalars['Boolean']['output']>;
|
|
7611
|
+
requirement?: Maybe<CompassScorecardCriterionExpressionRequirement>;
|
|
7612
|
+
};
|
|
7613
|
+
export declare enum CompassScorecardCriterionExpressionBooleanComparatorOptions {
|
|
7614
|
+
EqualTo = "EQUAL_TO",
|
|
7615
|
+
NotEqualTo = "NOT_EQUAL_TO"
|
|
7616
|
+
}
|
|
7617
|
+
export declare type CompassScorecardCriterionExpressionCapability = {
|
|
7618
|
+
__typename?: 'CompassScorecardCriterionExpressionCapability';
|
|
7619
|
+
customFields?: Maybe<Array<CompassScorecardCriterionExpressionCapabilityCustomField>>;
|
|
7620
|
+
defaultFields?: Maybe<Array<CompassScorecardCriterionExpressionCapabilityDefaultField>>;
|
|
7621
|
+
metrics?: Maybe<Array<CompassScorecardCriterionExpressionCapabilityMetric>>;
|
|
7622
|
+
};
|
|
7623
|
+
export declare type CompassScorecardCriterionExpressionCapabilityCustomField = {
|
|
7624
|
+
__typename?: 'CompassScorecardCriterionExpressionCapabilityCustomField';
|
|
7625
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
7626
|
+
};
|
|
7627
|
+
export declare type CompassScorecardCriterionExpressionCapabilityDefaultField = {
|
|
7628
|
+
__typename?: 'CompassScorecardCriterionExpressionCapabilityDefaultField';
|
|
7629
|
+
fieldName?: Maybe<Scalars['String']['output']>;
|
|
7630
|
+
};
|
|
7631
|
+
export declare type CompassScorecardCriterionExpressionCapabilityMetric = {
|
|
7632
|
+
__typename?: 'CompassScorecardCriterionExpressionCapabilityMetric';
|
|
7633
|
+
metricDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
7634
|
+
};
|
|
7635
|
+
export declare type CompassScorecardCriterionExpressionCollection = {
|
|
7636
|
+
__typename?: 'CompassScorecardCriterionExpressionCollection';
|
|
7637
|
+
collectionComparator?: Maybe<Scalars['String']['output']>;
|
|
7638
|
+
collectionComparatorValue?: Maybe<Array<Scalars['String']['output']>>;
|
|
7639
|
+
requirement?: Maybe<CompassScorecardCriterionExpressionRequirement>;
|
|
7640
|
+
};
|
|
7641
|
+
export declare enum CompassScorecardCriterionExpressionCollectionComparatorOptions {
|
|
7642
|
+
AllOf = "ALL_OF",
|
|
7643
|
+
AnyOf = "ANY_OF",
|
|
7644
|
+
NoneOf = "NONE_OF"
|
|
7645
|
+
}
|
|
7646
|
+
export declare type CompassScorecardCriterionExpressionEvaluable = {
|
|
7647
|
+
__typename?: 'CompassScorecardCriterionExpressionEvaluable';
|
|
7648
|
+
expression?: Maybe<CompassScorecardCriterionExpression>;
|
|
7649
|
+
};
|
|
7650
|
+
export declare enum CompassScorecardCriterionExpressionEvaluationRuleAction {
|
|
7651
|
+
Continue = "CONTINUE",
|
|
7652
|
+
ReturnFailed = "RETURN_FAILED",
|
|
7653
|
+
ReturnPassed = "RETURN_PASSED",
|
|
7654
|
+
ReturnSkipped = "RETURN_SKIPPED"
|
|
7655
|
+
}
|
|
7656
|
+
export declare type CompassScorecardCriterionExpressionEvaluationRules = {
|
|
7657
|
+
__typename?: 'CompassScorecardCriterionExpressionEvaluationRules';
|
|
7658
|
+
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7659
|
+
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7660
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
7661
|
+
};
|
|
7662
|
+
export declare type CompassScorecardCriterionExpressionGroup = CompassScorecardCriterionExpressionAndGroup | CompassScorecardCriterionExpressionEvaluable | CompassScorecardCriterionExpressionOrGroup;
|
|
7663
|
+
export declare type CompassScorecardCriterionExpressionMembership = {
|
|
7664
|
+
__typename?: 'CompassScorecardCriterionExpressionMembership';
|
|
7665
|
+
membershipComparator?: Maybe<Scalars['String']['output']>;
|
|
7666
|
+
membershipComparatorValue?: Maybe<Array<Scalars['String']['output']>>;
|
|
7667
|
+
requirement?: Maybe<CompassScorecardCriterionExpressionRequirement>;
|
|
7668
|
+
};
|
|
7669
|
+
export declare enum CompassScorecardCriterionExpressionMembershipComparatorOptions {
|
|
7670
|
+
In = "IN",
|
|
7671
|
+
NotIn = "NOT_IN"
|
|
7672
|
+
}
|
|
7673
|
+
export declare type CompassScorecardCriterionExpressionNumber = {
|
|
7674
|
+
__typename?: 'CompassScorecardCriterionExpressionNumber';
|
|
7675
|
+
numberComparator?: Maybe<Scalars['String']['output']>;
|
|
7676
|
+
numberComparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
7677
|
+
requirement?: Maybe<CompassScorecardCriterionExpressionRequirement>;
|
|
7678
|
+
};
|
|
7679
|
+
export declare enum CompassScorecardCriterionExpressionNumberComparatorOptions {
|
|
7680
|
+
EqualTo = "EQUAL_TO",
|
|
7681
|
+
GreaterThan = "GREATER_THAN",
|
|
7682
|
+
GreaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO",
|
|
7683
|
+
LessThan = "LESS_THAN",
|
|
7684
|
+
LessThanOrEqualTo = "LESS_THAN_OR_EQUAL_TO",
|
|
7685
|
+
NotEqualTo = "NOT_EQUAL_TO"
|
|
7686
|
+
}
|
|
7687
|
+
export declare type CompassScorecardCriterionExpressionOrGroup = {
|
|
7688
|
+
__typename?: 'CompassScorecardCriterionExpressionOrGroup';
|
|
7689
|
+
or?: Maybe<Array<CompassScorecardCriterionExpressionGroup>>;
|
|
7690
|
+
};
|
|
7691
|
+
export declare type CompassScorecardCriterionExpressionRequirement = CompassScorecardCriterionExpressionRequirementCustomField | CompassScorecardCriterionExpressionRequirementDefaultField | CompassScorecardCriterionExpressionRequirementMetric | CompassScorecardCriterionExpressionRequirementScorecard;
|
|
7692
|
+
export declare type CompassScorecardCriterionExpressionRequirementCustomField = {
|
|
7693
|
+
__typename?: 'CompassScorecardCriterionExpressionRequirementCustomField';
|
|
7694
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
7695
|
+
};
|
|
7696
|
+
export declare type CompassScorecardCriterionExpressionRequirementDefaultField = {
|
|
7697
|
+
__typename?: 'CompassScorecardCriterionExpressionRequirementDefaultField';
|
|
7698
|
+
fieldName?: Maybe<Scalars['String']['output']>;
|
|
7699
|
+
};
|
|
7700
|
+
export declare type CompassScorecardCriterionExpressionRequirementMetric = {
|
|
7701
|
+
__typename?: 'CompassScorecardCriterionExpressionRequirementMetric';
|
|
7702
|
+
metricDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
7703
|
+
};
|
|
7704
|
+
export declare type CompassScorecardCriterionExpressionRequirementScorecard = {
|
|
7705
|
+
__typename?: 'CompassScorecardCriterionExpressionRequirementScorecard';
|
|
7706
|
+
fieldName?: Maybe<Scalars['String']['output']>;
|
|
7707
|
+
scorecardId?: Maybe<Scalars['ID']['output']>;
|
|
7708
|
+
};
|
|
7709
|
+
export declare type CompassScorecardCriterionExpressionText = {
|
|
7710
|
+
__typename?: 'CompassScorecardCriterionExpressionText';
|
|
7711
|
+
requirement?: Maybe<CompassScorecardCriterionExpressionRequirement>;
|
|
7712
|
+
textComparator?: Maybe<Scalars['String']['output']>;
|
|
7713
|
+
textComparatorValue?: Maybe<Scalars['String']['output']>;
|
|
7714
|
+
};
|
|
7715
|
+
export declare enum CompassScorecardCriterionExpressionTextComparatorOptions {
|
|
7716
|
+
EqualTo = "EQUAL_TO",
|
|
7717
|
+
NotEqualTo = "NOT_EQUAL_TO",
|
|
7718
|
+
Regex = "REGEX"
|
|
7719
|
+
}
|
|
7720
|
+
export declare type CompassScorecardCriterionExpressionTree = {
|
|
7721
|
+
__typename?: 'CompassScorecardCriterionExpressionTree';
|
|
7722
|
+
evaluationRules?: Maybe<CompassScorecardCriterionExpressionEvaluationRules>;
|
|
7723
|
+
root?: Maybe<CompassScorecardCriterionExpressionGroup>;
|
|
7724
|
+
};
|
|
7451
7725
|
export declare type CompassScorecardCriterionScore = {
|
|
7452
7726
|
criterionId: Scalars['ID']['output'];
|
|
7453
7727
|
explanation: Scalars['String']['output'];
|
|
@@ -8018,6 +8292,13 @@ export declare type CompassUpdateDocumentPayload = Payload & {
|
|
|
8018
8292
|
errors?: Maybe<Array<MutationError>>;
|
|
8019
8293
|
success: Scalars['Boolean']['output'];
|
|
8020
8294
|
};
|
|
8295
|
+
export declare type CompassUpdateDynamicScorecardCriteriaInput = {
|
|
8296
|
+
expressions?: InputMaybe<Array<CompassUpdateScorecardCriterionExpressionTreeInput>>;
|
|
8297
|
+
id: Scalars['ID']['input'];
|
|
8298
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
8299
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
8300
|
+
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
8301
|
+
};
|
|
8021
8302
|
export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
8022
8303
|
booleanComparator?: InputMaybe<CompassCriteriaBooleanComparatorOptions>;
|
|
8023
8304
|
booleanComparatorValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -8110,6 +8391,79 @@ export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
|
8110
8391
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8111
8392
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8112
8393
|
};
|
|
8394
|
+
export declare type CompassUpdateScorecardCriterionExpressionAndGroupInput = {
|
|
8395
|
+
expressions: Array<CompassUpdateScorecardCriterionExpressionGroupInput>;
|
|
8396
|
+
};
|
|
8397
|
+
export declare type CompassUpdateScorecardCriterionExpressionBooleanInput = {
|
|
8398
|
+
booleanComparator: CompassScorecardCriterionExpressionBooleanComparatorOptions;
|
|
8399
|
+
booleanComparatorValue: Scalars['Boolean']['input'];
|
|
8400
|
+
requirement: CompassUpdateScorecardCriterionExpressionRequirementInput;
|
|
8401
|
+
};
|
|
8402
|
+
export declare type CompassUpdateScorecardCriterionExpressionCollectionInput = {
|
|
8403
|
+
collectionComparator: CompassScorecardCriterionExpressionCollectionComparatorOptions;
|
|
8404
|
+
collectionComparatorValue: Array<Scalars['ID']['input']>;
|
|
8405
|
+
requirement: CompassUpdateScorecardCriterionExpressionRequirementInput;
|
|
8406
|
+
};
|
|
8407
|
+
export declare type CompassUpdateScorecardCriterionExpressionEvaluableInput = {
|
|
8408
|
+
expression: CompassUpdateScorecardCriterionExpressionInput;
|
|
8409
|
+
};
|
|
8410
|
+
export declare type CompassUpdateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
8411
|
+
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8412
|
+
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8413
|
+
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
8414
|
+
};
|
|
8415
|
+
export declare type CompassUpdateScorecardCriterionExpressionGroupInput = {
|
|
8416
|
+
and?: InputMaybe<CompassUpdateScorecardCriterionExpressionAndGroupInput>;
|
|
8417
|
+
evaluable?: InputMaybe<CompassUpdateScorecardCriterionExpressionEvaluableInput>;
|
|
8418
|
+
or?: InputMaybe<CompassUpdateScorecardCriterionExpressionOrGroupInput>;
|
|
8419
|
+
};
|
|
8420
|
+
export declare type CompassUpdateScorecardCriterionExpressionInput = {
|
|
8421
|
+
boolean?: InputMaybe<CompassUpdateScorecardCriterionExpressionBooleanInput>;
|
|
8422
|
+
collection?: InputMaybe<CompassUpdateScorecardCriterionExpressionCollectionInput>;
|
|
8423
|
+
membership?: InputMaybe<CompassUpdateScorecardCriterionExpressionMembershipInput>;
|
|
8424
|
+
number?: InputMaybe<CompassUpdateScorecardCriterionExpressionNumberInput>;
|
|
8425
|
+
text?: InputMaybe<CompassUpdateScorecardCriterionExpressionTextInput>;
|
|
8426
|
+
};
|
|
8427
|
+
export declare type CompassUpdateScorecardCriterionExpressionMembershipInput = {
|
|
8428
|
+
membershipComparator: CompassScorecardCriterionExpressionMembershipComparatorOptions;
|
|
8429
|
+
membershipComparatorValue: Array<Scalars['ID']['input']>;
|
|
8430
|
+
requirement: CompassUpdateScorecardCriterionExpressionRequirementInput;
|
|
8431
|
+
};
|
|
8432
|
+
export declare type CompassUpdateScorecardCriterionExpressionNumberInput = {
|
|
8433
|
+
numberComparator: CompassScorecardCriterionExpressionNumberComparatorOptions;
|
|
8434
|
+
numberComparatorValue: Scalars['Float']['input'];
|
|
8435
|
+
requirement: CompassUpdateScorecardCriterionExpressionRequirementInput;
|
|
8436
|
+
};
|
|
8437
|
+
export declare type CompassUpdateScorecardCriterionExpressionOrGroupInput = {
|
|
8438
|
+
expressions: Array<CompassUpdateScorecardCriterionExpressionGroupInput>;
|
|
8439
|
+
};
|
|
8440
|
+
export declare type CompassUpdateScorecardCriterionExpressionRequirementCustomFieldInput = {
|
|
8441
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
8442
|
+
};
|
|
8443
|
+
export declare type CompassUpdateScorecardCriterionExpressionRequirementDefaultFieldInput = {
|
|
8444
|
+
fieldName: Scalars['String']['input'];
|
|
8445
|
+
};
|
|
8446
|
+
export declare type CompassUpdateScorecardCriterionExpressionRequirementInput = {
|
|
8447
|
+
customField?: InputMaybe<CompassUpdateScorecardCriterionExpressionRequirementCustomFieldInput>;
|
|
8448
|
+
defaultField?: InputMaybe<CompassUpdateScorecardCriterionExpressionRequirementDefaultFieldInput>;
|
|
8449
|
+
metric?: InputMaybe<CompassUpdateScorecardCriterionExpressionRequirementMetricInput>;
|
|
8450
|
+
};
|
|
8451
|
+
export declare type CompassUpdateScorecardCriterionExpressionRequirementMetricInput = {
|
|
8452
|
+
metricDefinitionId: Scalars['ID']['input'];
|
|
8453
|
+
};
|
|
8454
|
+
export declare type CompassUpdateScorecardCriterionExpressionRequirementScorecardInput = {
|
|
8455
|
+
fieldName: Scalars['String']['input'];
|
|
8456
|
+
scorecardId: Scalars['ID']['input'];
|
|
8457
|
+
};
|
|
8458
|
+
export declare type CompassUpdateScorecardCriterionExpressionTextInput = {
|
|
8459
|
+
requirement: CompassUpdateScorecardCriterionExpressionRequirementInput;
|
|
8460
|
+
textComparator: CompassScorecardCriterionExpressionTextComparatorOptions;
|
|
8461
|
+
textComparatorValue: Scalars['String']['input'];
|
|
8462
|
+
};
|
|
8463
|
+
export declare type CompassUpdateScorecardCriterionExpressionTreeInput = {
|
|
8464
|
+
evaluationRules?: InputMaybe<CompassUpdateScorecardCriterionExpressionEvaluationRulesInput>;
|
|
8465
|
+
root: CompassUpdateScorecardCriterionExpressionGroupInput;
|
|
8466
|
+
};
|
|
8113
8467
|
export declare type CompassUpdateTeamCheckinActionInput = {
|
|
8114
8468
|
actionText?: InputMaybe<Scalars['String']['input']>;
|
|
8115
8469
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -8505,11 +8859,19 @@ export declare type ConfluenceCommentCountSummary = {
|
|
|
8505
8859
|
__typename?: 'ConfluenceCommentCountSummary';
|
|
8506
8860
|
total?: Maybe<Scalars['Int']['output']>;
|
|
8507
8861
|
};
|
|
8862
|
+
export declare type ConfluenceCommentFilter = {
|
|
8863
|
+
commentState?: InputMaybe<Array<InputMaybe<ConfluenceCommentState>>>;
|
|
8864
|
+
commentType?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
8865
|
+
};
|
|
8508
8866
|
export declare type ConfluenceCommentLinks = {
|
|
8509
8867
|
__typename?: 'ConfluenceCommentLinks';
|
|
8510
8868
|
base?: Maybe<Scalars['String']['output']>;
|
|
8511
8869
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
8512
8870
|
};
|
|
8871
|
+
export declare enum ConfluenceCommentState {
|
|
8872
|
+
Resolved = "RESOLVED",
|
|
8873
|
+
Unresolved = "UNRESOLVED"
|
|
8874
|
+
}
|
|
8513
8875
|
export declare enum ConfluenceCommentStatus {
|
|
8514
8876
|
Current = "CURRENT",
|
|
8515
8877
|
Draft = "DRAFT"
|
|
@@ -15147,6 +15509,7 @@ export declare type ConfluenceTeamPresence = {
|
|
|
15147
15509
|
export declare type ConfluenceTeamPresenceSpaceSettings = {
|
|
15148
15510
|
__typename?: 'ConfluenceTeamPresenceSpaceSettings';
|
|
15149
15511
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
15512
|
+
isEnabledOnContentViewForSite: Scalars['Boolean']['output'];
|
|
15150
15513
|
};
|
|
15151
15514
|
export declare type ConfluenceTenantContext = {
|
|
15152
15515
|
__typename?: 'ConfluenceTenantContext';
|
|
@@ -15308,6 +15671,27 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
|
15308
15671
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
15309
15672
|
success: Scalars['Boolean']['output'];
|
|
15310
15673
|
};
|
|
15674
|
+
export declare type ConfluenceUser = {
|
|
15675
|
+
__typename?: 'ConfluenceUser';
|
|
15676
|
+
accessStatus: AccessStatus;
|
|
15677
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
15678
|
+
currentUser?: Maybe<CurrentUserOperations>;
|
|
15679
|
+
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
15680
|
+
groupsWithId: Array<Maybe<Group>>;
|
|
15681
|
+
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
15682
|
+
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
15683
|
+
locale: Scalars['String']['output'];
|
|
15684
|
+
operations: Array<Maybe<OperationCheckResult>>;
|
|
15685
|
+
permissionType?: Maybe<SitePermissionType>;
|
|
15686
|
+
roles?: Maybe<GraphQlConfluenceUserRoles>;
|
|
15687
|
+
space?: Maybe<Space>;
|
|
15688
|
+
userKey?: Maybe<Scalars['String']['output']>;
|
|
15689
|
+
};
|
|
15690
|
+
export declare type ConfluenceUserContentAccessResult = {
|
|
15691
|
+
__typename?: 'ConfluenceUserContentAccessResult';
|
|
15692
|
+
canAccessList: Array<Maybe<Scalars['String']['output']>>;
|
|
15693
|
+
cannotAccessList: Array<Maybe<Scalars['String']['output']>>;
|
|
15694
|
+
};
|
|
15311
15695
|
export declare type ConfluenceUserInfo = {
|
|
15312
15696
|
__typename?: 'ConfluenceUserInfo';
|
|
15313
15697
|
type: ConfluenceUserType;
|
|
@@ -18394,6 +18778,7 @@ export declare type CreateCompassRelationshipPayload = Payload & {
|
|
|
18394
18778
|
success: Scalars['Boolean']['output'];
|
|
18395
18779
|
};
|
|
18396
18780
|
export declare type CreateCompassScorecardCriteriaInput = {
|
|
18781
|
+
dynamic?: InputMaybe<CompassCreateDynamicScorecardCriteriaInput>;
|
|
18397
18782
|
hasCustomBooleanValue?: InputMaybe<CompassCreateHasCustomBooleanFieldScorecardCriteriaInput>;
|
|
18398
18783
|
hasCustomMultiSelectValue?: InputMaybe<CompassCreateHasCustomMultiSelectFieldScorecardCriteriaInput>;
|
|
18399
18784
|
hasCustomNumberValue?: InputMaybe<CompassCreateHasCustomNumberFieldScorecardCriteriaInput>;
|
|
@@ -18869,6 +19254,11 @@ export declare type CurrentUser = {
|
|
|
18869
19254
|
__typename?: 'CurrentUser';
|
|
18870
19255
|
permissions: Array<Maybe<Scalars['SoftwareBoardPermission']['output']>>;
|
|
18871
19256
|
};
|
|
19257
|
+
export declare type CurrentUserOperations = {
|
|
19258
|
+
__typename?: 'CurrentUserOperations';
|
|
19259
|
+
canFollow?: Maybe<Scalars['Boolean']['output']>;
|
|
19260
|
+
followed?: Maybe<Scalars['Boolean']['output']>;
|
|
19261
|
+
};
|
|
18872
19262
|
export declare type CustomEntity = {
|
|
18873
19263
|
attributes: Array<CustomEntityAttribute>;
|
|
18874
19264
|
indexes?: InputMaybe<Array<CustomEntityIndex>>;
|
|
@@ -20698,6 +21088,12 @@ export declare type DevAiCancelRunningAutofixScanInput = {
|
|
|
20698
21088
|
repoUrl: Scalars['URL']['input'];
|
|
20699
21089
|
workspaceId: Scalars['ID']['input'];
|
|
20700
21090
|
};
|
|
21091
|
+
export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
21092
|
+
__typename?: 'DevAiCreateTechnicalPlannerJobPayload';
|
|
21093
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21094
|
+
job?: Maybe<DevAiTechnicalPlannerJob>;
|
|
21095
|
+
success: Scalars['Boolean']['output'];
|
|
21096
|
+
};
|
|
20701
21097
|
export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
|
|
20702
21098
|
__typename?: 'DevAiGenericAutodevLog';
|
|
20703
21099
|
attributes?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -20864,6 +21260,25 @@ export declare enum DevAiSupportedRepoFilterOption {
|
|
|
20864
21260
|
DisabledOnly = "DISABLED_ONLY",
|
|
20865
21261
|
EnabledOnly = "ENABLED_ONLY"
|
|
20866
21262
|
}
|
|
21263
|
+
export declare type DevAiTechnicalPlannerJob = {
|
|
21264
|
+
__typename?: 'DevAiTechnicalPlannerJob';
|
|
21265
|
+
error?: Maybe<DevAiWorkflowRunError>;
|
|
21266
|
+
id: Scalars['ID']['output'];
|
|
21267
|
+
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
21268
|
+
planAdf?: Maybe<Scalars['JSON']['output']>;
|
|
21269
|
+
repoUrl?: Maybe<Scalars['URL']['output']>;
|
|
21270
|
+
status?: Maybe<DevAiWorkflowRunStatus>;
|
|
21271
|
+
};
|
|
21272
|
+
export declare type DevAiTechnicalPlannerJobConnection = {
|
|
21273
|
+
__typename?: 'DevAiTechnicalPlannerJobConnection';
|
|
21274
|
+
edges?: Maybe<Array<Maybe<DevAiTechnicalPlannerJobEdge>>>;
|
|
21275
|
+
pageInfo: PageInfo;
|
|
21276
|
+
};
|
|
21277
|
+
export declare type DevAiTechnicalPlannerJobEdge = {
|
|
21278
|
+
__typename?: 'DevAiTechnicalPlannerJobEdge';
|
|
21279
|
+
cursor: Scalars['String']['output'];
|
|
21280
|
+
node?: Maybe<DevAiTechnicalPlannerJob>;
|
|
21281
|
+
};
|
|
20867
21282
|
export declare type DevAiTriggerAutofixScanInput = {
|
|
20868
21283
|
codeCoverageCommand: Scalars['String']['input'];
|
|
20869
21284
|
codeCoverageReportPath: Scalars['String']['input'];
|
|
@@ -20879,6 +21294,19 @@ export declare type DevAiTriggerAutofixScanPayload = Payload & {
|
|
|
20879
21294
|
errors?: Maybe<Array<MutationError>>;
|
|
20880
21295
|
success: Scalars['Boolean']['output'];
|
|
20881
21296
|
};
|
|
21297
|
+
export declare type DevAiWorkflowRunError = {
|
|
21298
|
+
__typename?: 'DevAiWorkflowRunError';
|
|
21299
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
21300
|
+
httpStatus?: Maybe<Scalars['Int']['output']>;
|
|
21301
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
21302
|
+
};
|
|
21303
|
+
export declare enum DevAiWorkflowRunStatus {
|
|
21304
|
+
Cancelled = "CANCELLED",
|
|
21305
|
+
Completed = "COMPLETED",
|
|
21306
|
+
Failed = "FAILED",
|
|
21307
|
+
InProgress = "IN_PROGRESS",
|
|
21308
|
+
Pending = "PENDING"
|
|
21309
|
+
}
|
|
20882
21310
|
export declare type DevOps = {
|
|
20883
21311
|
__typename?: 'DevOps';
|
|
20884
21312
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -22698,8 +23126,39 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
22698
23126
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
22699
23127
|
}
|
|
22700
23128
|
export declare enum EcosystemLicenseMode {
|
|
23129
|
+
Agent = "AGENT",
|
|
22701
23130
|
UserAccess = "USER_ACCESS"
|
|
22702
23131
|
}
|
|
23132
|
+
export declare type EcosystemMarketplaceAppVersion = {
|
|
23133
|
+
__typename?: 'EcosystemMarketplaceAppVersion';
|
|
23134
|
+
buildNumber: Scalars['Float']['output'];
|
|
23135
|
+
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
23136
|
+
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
23137
|
+
version: Scalars['String']['output'];
|
|
23138
|
+
};
|
|
23139
|
+
export declare type EcosystemMarketplaceData = {
|
|
23140
|
+
__typename?: 'EcosystemMarketplaceData';
|
|
23141
|
+
appId?: Maybe<Scalars['ID']['output']>;
|
|
23142
|
+
appKey?: Maybe<Scalars['String']['output']>;
|
|
23143
|
+
cloudAppId: Scalars['ID']['output'];
|
|
23144
|
+
forumsUrl?: Maybe<Scalars['String']['output']>;
|
|
23145
|
+
issueTrackerUrl?: Maybe<Scalars['String']['output']>;
|
|
23146
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
23147
|
+
slug?: Maybe<Scalars['String']['output']>;
|
|
23148
|
+
supportTicketSystemUrl?: Maybe<Scalars['String']['output']>;
|
|
23149
|
+
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
23150
|
+
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
23151
|
+
};
|
|
23152
|
+
export declare type EcosystemMarketplaceVersionConnection = {
|
|
23153
|
+
__typename?: 'EcosystemMarketplaceVersionConnection';
|
|
23154
|
+
edges?: Maybe<Array<EcosystemMarketplaceVersionEdge>>;
|
|
23155
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
23156
|
+
};
|
|
23157
|
+
export declare type EcosystemMarketplaceVersionEdge = {
|
|
23158
|
+
__typename?: 'EcosystemMarketplaceVersionEdge';
|
|
23159
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
23160
|
+
node: EcosystemMarketplaceAppVersion;
|
|
23161
|
+
};
|
|
22703
23162
|
export declare type EcosystemMutation = {
|
|
22704
23163
|
__typename?: 'EcosystemMutation';
|
|
22705
23164
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
@@ -22811,6 +23270,7 @@ export declare type EcosystemQuery = {
|
|
|
22811
23270
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
22812
23271
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
22813
23272
|
globalInstallationConfig?: Maybe<Array<Maybe<EcosystemGlobalInstallationOverride>>>;
|
|
23273
|
+
marketplaceData: EcosystemMarketplaceData;
|
|
22814
23274
|
userAccess?: Maybe<UserAccess>;
|
|
22815
23275
|
userGrants?: Maybe<UserGrantConnection>;
|
|
22816
23276
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
@@ -22877,6 +23337,9 @@ export declare type EcosystemQueryGlobalInstallationConfigArgs = {
|
|
|
22877
23337
|
cloudId: Scalars['ID']['input'];
|
|
22878
23338
|
filter?: InputMaybe<GlobalInstallationConfigFilter>;
|
|
22879
23339
|
};
|
|
23340
|
+
export declare type EcosystemQueryMarketplaceDataArgs = {
|
|
23341
|
+
cloudAppId: Scalars['ID']['input'];
|
|
23342
|
+
};
|
|
22880
23343
|
export declare type EcosystemQueryUserAccessArgs = {
|
|
22881
23344
|
contextId: Scalars['ID']['input'];
|
|
22882
23345
|
definitionId: Scalars['ID']['input'];
|
|
@@ -23173,6 +23636,7 @@ export declare type Extension = {
|
|
|
23173
23636
|
environmentKey: Scalars['String']['output'];
|
|
23174
23637
|
environmentType: Scalars['String']['output'];
|
|
23175
23638
|
id: Scalars['ID']['output'];
|
|
23639
|
+
installation?: Maybe<AppInstallationSummary>;
|
|
23176
23640
|
installationId: Scalars['String']['output'];
|
|
23177
23641
|
key: Scalars['String']['output'];
|
|
23178
23642
|
license?: Maybe<AppInstallationLicense>;
|
|
@@ -23312,6 +23776,7 @@ export declare type ExternalBranch = Node & {
|
|
|
23312
23776
|
name?: Maybe<Scalars['String']['output']>;
|
|
23313
23777
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23314
23778
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23779
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23315
23780
|
url?: Maybe<Scalars['String']['output']>;
|
|
23316
23781
|
};
|
|
23317
23782
|
export declare type ExternalBranchReference = {
|
|
@@ -23328,15 +23793,24 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
23328
23793
|
__typename?: 'ExternalBuildInfo';
|
|
23329
23794
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23330
23795
|
buildNumber?: Maybe<Scalars['Long']['output']>;
|
|
23796
|
+
container?: Maybe<ExternalEntity>;
|
|
23797
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23798
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23799
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23331
23800
|
description?: Maybe<Scalars['String']['output']>;
|
|
23332
23801
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23333
23802
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23803
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23334
23804
|
id: Scalars['ID']['output'];
|
|
23335
23805
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23806
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23807
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23336
23808
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
23337
23809
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
23338
23810
|
state?: Maybe<ExternalBuildState>;
|
|
23339
23811
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
23812
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23813
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23340
23814
|
url?: Maybe<Scalars['String']['output']>;
|
|
23341
23815
|
};
|
|
23342
23816
|
export declare type ExternalBuildRefReference = {
|
|
@@ -23377,6 +23851,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
23377
23851
|
parent?: Maybe<ExternalEntity>;
|
|
23378
23852
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23379
23853
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
23854
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23380
23855
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23381
23856
|
url?: Maybe<Scalars['String']['output']>;
|
|
23382
23857
|
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -23429,6 +23904,7 @@ export declare type ExternalComment = Node & {
|
|
|
23429
23904
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23430
23905
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
23431
23906
|
text?: Maybe<Scalars['String']['output']>;
|
|
23907
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23432
23908
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23433
23909
|
url?: Maybe<Scalars['String']['output']>;
|
|
23434
23910
|
};
|
|
@@ -23455,6 +23931,7 @@ export declare type ExternalCommit = Node & {
|
|
|
23455
23931
|
message?: Maybe<Scalars['String']['output']>;
|
|
23456
23932
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23457
23933
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23934
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23458
23935
|
url?: Maybe<Scalars['String']['output']>;
|
|
23459
23936
|
};
|
|
23460
23937
|
export declare enum ExternalCommitFlags {
|
|
@@ -23482,6 +23959,7 @@ export declare type ExternalConversation = Node & {
|
|
|
23482
23959
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23483
23960
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
23484
23961
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23962
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23485
23963
|
topic?: Maybe<Scalars['String']['output']>;
|
|
23486
23964
|
type?: Maybe<ExternalConversationType>;
|
|
23487
23965
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23503,16 +23981,26 @@ export declare type ExternalCue = {
|
|
|
23503
23981
|
export declare type ExternalDeployment = Node & {
|
|
23504
23982
|
__typename?: 'ExternalDeployment';
|
|
23505
23983
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23984
|
+
container?: Maybe<ExternalEntity>;
|
|
23985
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23986
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23987
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23506
23988
|
deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23507
23989
|
description?: Maybe<Scalars['String']['output']>;
|
|
23508
23990
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23509
23991
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23510
23992
|
environment?: Maybe<ExternalEnvironment>;
|
|
23993
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23511
23994
|
id: Scalars['ID']['output'];
|
|
23512
23995
|
label?: Maybe<Scalars['String']['output']>;
|
|
23513
23996
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23997
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23998
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23514
23999
|
pipeline?: Maybe<ExternalPipeline>;
|
|
24000
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
23515
24001
|
state?: Maybe<ExternalDeploymentState>;
|
|
24002
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24003
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23516
24004
|
triggeredBy?: Maybe<ExternalUser>;
|
|
23517
24005
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23518
24006
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23542,6 +24030,7 @@ export declare type ExternalDesign = Node & {
|
|
|
23542
24030
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
23543
24031
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23544
24032
|
status?: Maybe<ExternalDesignStatus>;
|
|
24033
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23545
24034
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23546
24035
|
type?: Maybe<ExternalDesignType>;
|
|
23547
24036
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23580,6 +24069,7 @@ export declare type ExternalDocument = Node & {
|
|
|
23580
24069
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23581
24070
|
parent?: Maybe<ExternalEntity>;
|
|
23582
24071
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24072
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23583
24073
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23584
24074
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
23585
24075
|
type?: Maybe<ExternalDocumentType>;
|
|
@@ -23676,6 +24166,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
23676
24166
|
id: Scalars['ID']['output'];
|
|
23677
24167
|
key?: Maybe<Scalars['String']['output']>;
|
|
23678
24168
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
24169
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23679
24170
|
};
|
|
23680
24171
|
export declare type ExternalFeatureFlagDetail = {
|
|
23681
24172
|
__typename?: 'ExternalFeatureFlagDetail';
|
|
@@ -23765,6 +24256,7 @@ export declare type ExternalMessage = Node & {
|
|
|
23765
24256
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23766
24257
|
parent?: Maybe<ExternalEntity>;
|
|
23767
24258
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24259
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23768
24260
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23769
24261
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23770
24262
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23782,6 +24274,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
23782
24274
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23783
24275
|
parent?: Maybe<ExternalEntity>;
|
|
23784
24276
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
24277
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23785
24278
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23786
24279
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23787
24280
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23806,6 +24299,7 @@ export declare type ExternalPosition = Node & {
|
|
|
23806
24299
|
parent?: Maybe<ExternalEntity>;
|
|
23807
24300
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23808
24301
|
status?: Maybe<Scalars['String']['output']>;
|
|
24302
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23809
24303
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23810
24304
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23811
24305
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23838,6 +24332,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
23838
24332
|
status?: Maybe<ExternalPullRequestStatus>;
|
|
23839
24333
|
supportedActions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
23840
24334
|
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
24335
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23841
24336
|
title?: Maybe<Scalars['String']['output']>;
|
|
23842
24337
|
url?: Maybe<Scalars['String']['output']>;
|
|
23843
24338
|
};
|
|
@@ -23871,6 +24366,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
23871
24366
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23872
24367
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
23873
24368
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
24369
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23874
24370
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23875
24371
|
type?: Maybe<Scalars['String']['output']>;
|
|
23876
24372
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23900,6 +24396,7 @@ export declare type ExternalRepository = Node & {
|
|
|
23900
24396
|
name?: Maybe<Scalars['String']['output']>;
|
|
23901
24397
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23902
24398
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24399
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23903
24400
|
url?: Maybe<Scalars['String']['output']>;
|
|
23904
24401
|
};
|
|
23905
24402
|
export declare type ExternalReviewer = {
|
|
@@ -23922,6 +24419,7 @@ export declare type ExternalSpace = Node & {
|
|
|
23922
24419
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23923
24420
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23924
24421
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
24422
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23925
24423
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23926
24424
|
url?: Maybe<Scalars['String']['output']>;
|
|
23927
24425
|
};
|
|
@@ -23966,6 +24464,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23966
24464
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23967
24465
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23968
24466
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
24467
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23969
24468
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
23970
24469
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23971
24470
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23984,6 +24483,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
23984
24483
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23985
24484
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
23986
24485
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
24486
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23987
24487
|
type?: Maybe<ExternalVulnerabilityType>;
|
|
23988
24488
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23989
24489
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24043,6 +24543,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24043
24543
|
status?: Maybe<Scalars['String']['output']>;
|
|
24044
24544
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
24045
24545
|
team?: Maybe<Scalars['String']['output']>;
|
|
24546
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24046
24547
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24047
24548
|
url?: Maybe<Scalars['String']['output']>;
|
|
24048
24549
|
};
|
|
@@ -24081,6 +24582,7 @@ export declare type ExternalWorker = Node & {
|
|
|
24081
24582
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24082
24583
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24083
24584
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24585
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24084
24586
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24085
24587
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24086
24588
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -26791,6 +27293,12 @@ export declare type GraphProjectServiceEdge = {
|
|
|
26791
27293
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
26792
27294
|
node: GraphProjectService;
|
|
26793
27295
|
};
|
|
27296
|
+
export declare type GraphQlConfluenceUserRoles = {
|
|
27297
|
+
__typename?: 'GraphQLConfluenceUserRoles';
|
|
27298
|
+
canBeSuperAdmin: Scalars['Boolean']['output'];
|
|
27299
|
+
canUseConfluence: Scalars['Boolean']['output'];
|
|
27300
|
+
isSuperAdmin: Scalars['Boolean']['output'];
|
|
27301
|
+
};
|
|
26794
27302
|
export declare type GraphQlContactAdminStatus = {
|
|
26795
27303
|
__typename?: 'GraphQLContactAdminStatus';
|
|
26796
27304
|
success: Scalars['Boolean']['output'];
|
|
@@ -29104,6 +29612,8 @@ export declare type GraphStore = {
|
|
|
29104
29612
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
29105
29613
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29106
29614
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29615
|
+
confluenceBlogpostSharedWithUser?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection>;
|
|
29616
|
+
confluenceBlogpostSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection>;
|
|
29107
29617
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
29108
29618
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
29109
29619
|
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
@@ -29117,6 +29627,8 @@ export declare type GraphStore = {
|
|
|
29117
29627
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29118
29628
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29119
29629
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29630
|
+
confluenceSpaceHasConfluenceFolder?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection>;
|
|
29631
|
+
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29120
29632
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29121
29633
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
29122
29634
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -29130,6 +29642,7 @@ export declare type GraphStore = {
|
|
|
29130
29642
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
29131
29643
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
29132
29644
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
29645
|
+
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
29133
29646
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
29134
29647
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
29135
29648
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -29222,6 +29735,10 @@ export declare type GraphStore = {
|
|
|
29222
29735
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
29223
29736
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
29224
29737
|
issueInStatusInverse?: Maybe<GraphStoreSimplifiedIssueInStatusInverseConnection>;
|
|
29738
|
+
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
29739
|
+
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
29740
|
+
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
29741
|
+
issueMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseConnection>;
|
|
29225
29742
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
29226
29743
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
29227
29744
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -29242,6 +29759,8 @@ export declare type GraphStore = {
|
|
|
29242
29759
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
29243
29760
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29244
29761
|
jiraEpicContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29762
|
+
jiraIssueBlockedByJiraIssue?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection>;
|
|
29763
|
+
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
29245
29764
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
29246
29765
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
29247
29766
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
@@ -29272,6 +29791,8 @@ export declare type GraphStore = {
|
|
|
29272
29791
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
29273
29792
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29274
29793
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29794
|
+
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
29795
|
+
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
29275
29796
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
29276
29797
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
29277
29798
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -29396,6 +29917,8 @@ export declare type GraphStore = {
|
|
|
29396
29917
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
29397
29918
|
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
29398
29919
|
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
29920
|
+
serviceAssociatedTeam?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamConnection>;
|
|
29921
|
+
serviceAssociatedTeamInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseConnection>;
|
|
29399
29922
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
29400
29923
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
29401
29924
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -29501,6 +30024,8 @@ export declare type GraphStore = {
|
|
|
29501
30024
|
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
29502
30025
|
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
29503
30026
|
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
30027
|
+
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30028
|
+
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
29504
30029
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
29505
30030
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
29506
30031
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
@@ -29517,6 +30042,8 @@ export declare type GraphStore = {
|
|
|
29517
30042
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
29518
30043
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
29519
30044
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
30045
|
+
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
30046
|
+
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
29520
30047
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
29521
30048
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
29522
30049
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
@@ -29529,6 +30056,10 @@ export declare type GraphStore = {
|
|
|
29529
30056
|
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
29530
30057
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
29531
30058
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
30059
|
+
userMentionedInConversation?: Maybe<GraphStoreSimplifiedUserMentionedInConversationConnection>;
|
|
30060
|
+
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
30061
|
+
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
30062
|
+
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
29532
30063
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
29533
30064
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
29534
30065
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -29553,6 +30084,7 @@ export declare type GraphStore = {
|
|
|
29553
30084
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
29554
30085
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
29555
30086
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30087
|
+
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
29556
30088
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
29557
30089
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
29558
30090
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -29565,6 +30097,8 @@ export declare type GraphStore = {
|
|
|
29565
30097
|
userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
|
|
29566
30098
|
userUpdatedGraphDocument?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentConnection>;
|
|
29567
30099
|
userUpdatedGraphDocumentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentInverseConnection>;
|
|
30100
|
+
userUpdatedIssue?: Maybe<GraphStoreSimplifiedUserUpdatedIssueConnection>;
|
|
30101
|
+
userUpdatedIssueInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseConnection>;
|
|
29568
30102
|
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
|
|
29569
30103
|
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
|
|
29570
30104
|
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
|
|
@@ -29903,6 +30437,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
29903
30437
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29904
30438
|
id: Scalars['ID']['input'];
|
|
29905
30439
|
};
|
|
30440
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserArgs = {
|
|
30441
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30442
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30443
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30444
|
+
id: Scalars['ID']['input'];
|
|
30445
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
30446
|
+
};
|
|
30447
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserInverseArgs = {
|
|
30448
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30449
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30450
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30451
|
+
id: Scalars['ID']['input'];
|
|
30452
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
30453
|
+
};
|
|
29906
30454
|
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
29907
30455
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29908
30456
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29994,6 +30542,20 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
29994
30542
|
id: Scalars['ID']['input'];
|
|
29995
30543
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29996
30544
|
};
|
|
30545
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderArgs = {
|
|
30546
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30547
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30548
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30549
|
+
id: Scalars['ID']['input'];
|
|
30550
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30551
|
+
};
|
|
30552
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderInverseArgs = {
|
|
30553
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30554
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30555
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30556
|
+
id: Scalars['ID']['input'];
|
|
30557
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30558
|
+
};
|
|
29997
30559
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29998
30560
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29999
30561
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30078,6 +30640,13 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
30078
30640
|
id: Scalars['ID']['input'];
|
|
30079
30641
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
30080
30642
|
};
|
|
30643
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserArgs = {
|
|
30644
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30645
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30646
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30647
|
+
id: Scalars['ID']['input'];
|
|
30648
|
+
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
|
|
30649
|
+
};
|
|
30081
30650
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
30082
30651
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30083
30652
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30651,6 +31220,34 @@ export declare type GraphStoreIssueInStatusInverseArgs = {
|
|
|
30651
31220
|
id: Scalars['ID']['input'];
|
|
30652
31221
|
sort?: InputMaybe<GraphStoreIssueInStatusSortInput>;
|
|
30653
31222
|
};
|
|
31223
|
+
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
31224
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31225
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31226
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31227
|
+
id: Scalars['ID']['input'];
|
|
31228
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
31229
|
+
};
|
|
31230
|
+
export declare type GraphStoreIssueMentionedInConversationInverseArgs = {
|
|
31231
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31232
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31233
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31234
|
+
id: Scalars['ID']['input'];
|
|
31235
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
31236
|
+
};
|
|
31237
|
+
export declare type GraphStoreIssueMentionedInMessageArgs = {
|
|
31238
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31239
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31240
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31241
|
+
id: Scalars['ID']['input'];
|
|
31242
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
31243
|
+
};
|
|
31244
|
+
export declare type GraphStoreIssueMentionedInMessageInverseArgs = {
|
|
31245
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31246
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31247
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31248
|
+
id: Scalars['ID']['input'];
|
|
31249
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
31250
|
+
};
|
|
30654
31251
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
30655
31252
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30656
31253
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30771,6 +31368,20 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
|
|
|
30771
31368
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30772
31369
|
id: Scalars['ID']['input'];
|
|
30773
31370
|
};
|
|
31371
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueArgs = {
|
|
31372
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31373
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31374
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31375
|
+
id: Scalars['ID']['input'];
|
|
31376
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
31377
|
+
};
|
|
31378
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueInverseArgs = {
|
|
31379
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31380
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31381
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31382
|
+
id: Scalars['ID']['input'];
|
|
31383
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
31384
|
+
};
|
|
30774
31385
|
export declare type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
30775
31386
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30776
31387
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30959,6 +31570,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
30959
31570
|
ids: Array<Scalars['ID']['input']>;
|
|
30960
31571
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
30961
31572
|
};
|
|
31573
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
31574
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31575
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31576
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31577
|
+
id: Scalars['ID']['input'];
|
|
31578
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31579
|
+
};
|
|
31580
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderInverseArgs = {
|
|
31581
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31582
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31583
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31584
|
+
id: Scalars['ID']['input'];
|
|
31585
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31586
|
+
};
|
|
30962
31587
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
30963
31588
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30964
31589
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31753,6 +32378,20 @@ export declare type GraphStoreServiceAssociatedRemoteLinkInverseArgs = {
|
|
|
31753
32378
|
id: Scalars['ID']['input'];
|
|
31754
32379
|
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
31755
32380
|
};
|
|
32381
|
+
export declare type GraphStoreServiceAssociatedTeamArgs = {
|
|
32382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32383
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32384
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32385
|
+
id: Scalars['ID']['input'];
|
|
32386
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedTeamSortInput>;
|
|
32387
|
+
};
|
|
32388
|
+
export declare type GraphStoreServiceAssociatedTeamInverseArgs = {
|
|
32389
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32390
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32391
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32392
|
+
id: Scalars['ID']['input'];
|
|
32393
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedTeamSortInput>;
|
|
32394
|
+
};
|
|
31756
32395
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
31757
32396
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31758
32397
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32461,6 +33100,20 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
|
32461
33100
|
id: Scalars['ID']['input'];
|
|
32462
33101
|
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
32463
33102
|
};
|
|
33103
|
+
export declare type GraphStoreUserCreatedIssueWorklogArgs = {
|
|
33104
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33105
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33106
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33107
|
+
id: Scalars['ID']['input'];
|
|
33108
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
|
|
33109
|
+
};
|
|
33110
|
+
export declare type GraphStoreUserCreatedIssueWorklogInverseArgs = {
|
|
33111
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33112
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33113
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33114
|
+
id: Scalars['ID']['input'];
|
|
33115
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
|
|
33116
|
+
};
|
|
32464
33117
|
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
32465
33118
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32466
33119
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32573,6 +33226,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
32573
33226
|
id: Scalars['ID']['input'];
|
|
32574
33227
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
32575
33228
|
};
|
|
33229
|
+
export declare type GraphStoreUserHasCollaboratorsArgs = {
|
|
33230
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33231
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33232
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33233
|
+
id: Scalars['ID']['input'];
|
|
33234
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
33235
|
+
};
|
|
33236
|
+
export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
|
|
33237
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33238
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33239
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33240
|
+
id: Scalars['ID']['input'];
|
|
33241
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
33242
|
+
};
|
|
32576
33243
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
32577
33244
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32578
33245
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32657,6 +33324,34 @@ export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
|
32657
33324
|
id: Scalars['ID']['input'];
|
|
32658
33325
|
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
32659
33326
|
};
|
|
33327
|
+
export declare type GraphStoreUserMentionedInConversationArgs = {
|
|
33328
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33329
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33330
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33331
|
+
id: Scalars['ID']['input'];
|
|
33332
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
33333
|
+
};
|
|
33334
|
+
export declare type GraphStoreUserMentionedInConversationInverseArgs = {
|
|
33335
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33336
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33337
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33338
|
+
id: Scalars['ID']['input'];
|
|
33339
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
33340
|
+
};
|
|
33341
|
+
export declare type GraphStoreUserMentionedInMessageArgs = {
|
|
33342
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33343
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33344
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33345
|
+
id: Scalars['ID']['input'];
|
|
33346
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
33347
|
+
};
|
|
33348
|
+
export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
33349
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33350
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33351
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33352
|
+
id: Scalars['ID']['input'];
|
|
33353
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
33354
|
+
};
|
|
32660
33355
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
32661
33356
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32662
33357
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32825,6 +33520,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
32825
33520
|
id: Scalars['ID']['input'];
|
|
32826
33521
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32827
33522
|
};
|
|
33523
|
+
export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
33524
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33525
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33526
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33527
|
+
id: Scalars['ID']['input'];
|
|
33528
|
+
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
33529
|
+
};
|
|
32828
33530
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32829
33531
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32830
33532
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32909,6 +33611,20 @@ export declare type GraphStoreUserUpdatedGraphDocumentInverseArgs = {
|
|
|
32909
33611
|
id: Scalars['ID']['input'];
|
|
32910
33612
|
sort?: InputMaybe<GraphStoreUserUpdatedGraphDocumentSortInput>;
|
|
32911
33613
|
};
|
|
33614
|
+
export declare type GraphStoreUserUpdatedIssueArgs = {
|
|
33615
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33616
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33617
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33618
|
+
id: Scalars['ID']['input'];
|
|
33619
|
+
sort?: InputMaybe<GraphStoreUserUpdatedIssueSortInput>;
|
|
33620
|
+
};
|
|
33621
|
+
export declare type GraphStoreUserUpdatedIssueInverseArgs = {
|
|
33622
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33623
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33624
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33625
|
+
id: Scalars['ID']['input'];
|
|
33626
|
+
sort?: InputMaybe<GraphStoreUserUpdatedIssueSortInput>;
|
|
33627
|
+
};
|
|
32912
33628
|
export declare type GraphStoreUserViewedAtlasGoalArgs = {
|
|
32913
33629
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32914
33630
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34054,6 +34770,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
34054
34770
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34055
34771
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34056
34772
|
};
|
|
34773
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserSortInput = {
|
|
34774
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34775
|
+
};
|
|
34057
34776
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
34058
34777
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34059
34778
|
};
|
|
@@ -34075,6 +34794,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
|
34075
34794
|
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
34076
34795
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34077
34796
|
};
|
|
34797
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
34798
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34799
|
+
};
|
|
34078
34800
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
34079
34801
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34080
34802
|
};
|
|
@@ -34194,6 +34916,20 @@ export declare type GraphStoreCreateJswProjectAssociatedComponentRelationshipInp
|
|
|
34194
34916
|
to: Scalars['ID']['input'];
|
|
34195
34917
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34196
34918
|
};
|
|
34919
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34920
|
+
relationships: Array<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34921
|
+
};
|
|
34922
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34923
|
+
__typename?: 'GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34924
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34925
|
+
success: Scalars['Boolean']['output'];
|
|
34926
|
+
};
|
|
34927
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34928
|
+
from: Scalars['ID']['input'];
|
|
34929
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
34930
|
+
to: Scalars['ID']['input'];
|
|
34931
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34932
|
+
};
|
|
34197
34933
|
export declare type GraphStoreCreateProjectAssociatedOpsgenieTeamInput = {
|
|
34198
34934
|
relationships: Array<GraphStoreCreateProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34199
34935
|
};
|
|
@@ -34485,7 +35221,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
34485
35221
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
34486
35222
|
id: Scalars['ID']['output'];
|
|
34487
35223
|
};
|
|
34488
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
35224
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34489
35225
|
export declare type GraphStoreCypherQueryNode = {
|
|
34490
35226
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
34491
35227
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -34510,8 +35246,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
34510
35246
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
34511
35247
|
id: Scalars['ID']['output'];
|
|
34512
35248
|
};
|
|
34513
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34514
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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 | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
35249
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
35250
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34515
35251
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
34516
35252
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
34517
35253
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -34599,6 +35335,19 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
|
|
|
34599
35335
|
from: Scalars['ID']['input'];
|
|
34600
35336
|
to: Scalars['ID']['input'];
|
|
34601
35337
|
};
|
|
35338
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
35339
|
+
relationships: Array<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
35340
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35341
|
+
};
|
|
35342
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
35343
|
+
__typename?: 'GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
35344
|
+
errors?: Maybe<Array<MutationError>>;
|
|
35345
|
+
success: Scalars['Boolean']['output'];
|
|
35346
|
+
};
|
|
35347
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
35348
|
+
from: Scalars['ID']['input'];
|
|
35349
|
+
to: Scalars['ID']['input'];
|
|
35350
|
+
};
|
|
34602
35351
|
export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
|
|
34603
35352
|
relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34604
35353
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34823,6 +35572,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
34823
35572
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
34824
35573
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34825
35574
|
};
|
|
35575
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
35576
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35577
|
+
};
|
|
34826
35578
|
export declare type GraphStoreFloatFilterInput = {
|
|
34827
35579
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
34828
35580
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -38396,6 +39148,12 @@ export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
|
38396
39148
|
export declare type GraphStoreIssueInStatusSortInput = {
|
|
38397
39149
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38398
39150
|
};
|
|
39151
|
+
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
39152
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39153
|
+
};
|
|
39154
|
+
export declare type GraphStoreIssueMentionedInMessageSortInput = {
|
|
39155
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39156
|
+
};
|
|
38399
39157
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
38400
39158
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38401
39159
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38423,6 +39181,9 @@ export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
|
38423
39181
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
38424
39182
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38425
39183
|
};
|
|
39184
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
39185
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39186
|
+
};
|
|
38426
39187
|
export declare type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
38427
39188
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38428
39189
|
};
|
|
@@ -38520,6 +39281,12 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
38520
39281
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
38521
39282
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38522
39283
|
};
|
|
39284
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
39285
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
39286
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
39287
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39288
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
39289
|
+
};
|
|
38523
39290
|
export declare type GraphStoreMutation = {
|
|
38524
39291
|
__typename?: 'GraphStoreMutation';
|
|
38525
39292
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -38528,6 +39295,7 @@ export declare type GraphStoreMutation = {
|
|
|
38528
39295
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
38529
39296
|
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
38530
39297
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
39298
|
+
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38531
39299
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
38532
39300
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
38533
39301
|
createProjectDisassociatedRepo?: Maybe<GraphStoreCreateProjectDisassociatedRepoPayload>;
|
|
@@ -38551,6 +39319,7 @@ export declare type GraphStoreMutation = {
|
|
|
38551
39319
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
38552
39320
|
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
38553
39321
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
39322
|
+
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38554
39323
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
38555
39324
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
38556
39325
|
deleteProjectDisassociatedRepo?: Maybe<GraphStoreDeleteProjectDisassociatedRepoPayload>;
|
|
@@ -38587,6 +39356,9 @@ export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
|
38587
39356
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
38588
39357
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
38589
39358
|
};
|
|
39359
|
+
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39360
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39361
|
+
};
|
|
38590
39362
|
export declare type GraphStoreMutationCreateProjectAssociatedOpsgenieTeamArgs = {
|
|
38591
39363
|
input?: InputMaybe<GraphStoreCreateProjectAssociatedOpsgenieTeamInput>;
|
|
38592
39364
|
};
|
|
@@ -38656,6 +39428,9 @@ export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
|
38656
39428
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
38657
39429
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
38658
39430
|
};
|
|
39431
|
+
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39432
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39433
|
+
};
|
|
38659
39434
|
export declare type GraphStoreMutationDeleteProjectAssociatedOpsgenieTeamArgs = {
|
|
38660
39435
|
input?: InputMaybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamInput>;
|
|
38661
39436
|
};
|
|
@@ -39172,6 +39947,9 @@ export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
|
39172
39947
|
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
39173
39948
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39174
39949
|
};
|
|
39950
|
+
export declare type GraphStoreServiceAssociatedTeamSortInput = {
|
|
39951
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39952
|
+
};
|
|
39175
39953
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
39176
39954
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
39177
39955
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -39651,6 +40429,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
39651
40429
|
};
|
|
39652
40430
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
39653
40431
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
40432
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection = HasPageInfo & {
|
|
40433
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection';
|
|
40434
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge>>>;
|
|
40435
|
+
pageInfo: PageInfo;
|
|
40436
|
+
};
|
|
40437
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge = {
|
|
40438
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge';
|
|
40439
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40440
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40441
|
+
id: Scalars['ID']['output'];
|
|
40442
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40443
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion>;
|
|
40444
|
+
};
|
|
40445
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection = HasPageInfo & {
|
|
40446
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection';
|
|
40447
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge>>>;
|
|
40448
|
+
pageInfo: PageInfo;
|
|
40449
|
+
};
|
|
40450
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge = {
|
|
40451
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge';
|
|
40452
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40453
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40454
|
+
id: Scalars['ID']['output'];
|
|
40455
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40456
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion>;
|
|
40457
|
+
};
|
|
40458
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion = ConfluenceBlogPost;
|
|
40459
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39654
40460
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
39655
40461
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
39656
40462
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
@@ -39833,6 +40639,34 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
39833
40639
|
};
|
|
39834
40640
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39835
40641
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
40642
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection = HasPageInfo & {
|
|
40643
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection';
|
|
40644
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge>>>;
|
|
40645
|
+
pageInfo: PageInfo;
|
|
40646
|
+
};
|
|
40647
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge = {
|
|
40648
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge';
|
|
40649
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40650
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40651
|
+
id: Scalars['ID']['output'];
|
|
40652
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40653
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion>;
|
|
40654
|
+
};
|
|
40655
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection = HasPageInfo & {
|
|
40656
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection';
|
|
40657
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge>>>;
|
|
40658
|
+
pageInfo: PageInfo;
|
|
40659
|
+
};
|
|
40660
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge = {
|
|
40661
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge';
|
|
40662
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40663
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40664
|
+
id: Scalars['ID']['output'];
|
|
40665
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40666
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion>;
|
|
40667
|
+
};
|
|
40668
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion = ConfluenceSpace;
|
|
40669
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion = ConfluenceFolder;
|
|
39836
40670
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39837
40671
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39838
40672
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -39945,6 +40779,20 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
39945
40779
|
};
|
|
39946
40780
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
39947
40781
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
40782
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection = HasPageInfo & {
|
|
40783
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection';
|
|
40784
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge>>>;
|
|
40785
|
+
pageInfo: PageInfo;
|
|
40786
|
+
};
|
|
40787
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge = {
|
|
40788
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge';
|
|
40789
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40790
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40791
|
+
id: Scalars['ID']['output'];
|
|
40792
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40793
|
+
node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion>;
|
|
40794
|
+
};
|
|
40795
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
|
|
39948
40796
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
39949
40797
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
39950
40798
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -40543,6 +41391,62 @@ export declare type GraphStoreSimplifiedIssueInStatusInverseEdge = {
|
|
|
40543
41391
|
node?: Maybe<GraphStoreSimplifiedIssueInStatusInverseUnion>;
|
|
40544
41392
|
};
|
|
40545
41393
|
export declare type GraphStoreSimplifiedIssueInStatusInverseUnion = JiraIssue;
|
|
41394
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
41395
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
41396
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
41397
|
+
pageInfo: PageInfo;
|
|
41398
|
+
};
|
|
41399
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationEdge = {
|
|
41400
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationEdge';
|
|
41401
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41402
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41403
|
+
id: Scalars['ID']['output'];
|
|
41404
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41405
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationUnion>;
|
|
41406
|
+
};
|
|
41407
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseConnection = HasPageInfo & {
|
|
41408
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseConnection';
|
|
41409
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseEdge>>>;
|
|
41410
|
+
pageInfo: PageInfo;
|
|
41411
|
+
};
|
|
41412
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseEdge = {
|
|
41413
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseEdge';
|
|
41414
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41415
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41416
|
+
id: Scalars['ID']['output'];
|
|
41417
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41418
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseUnion>;
|
|
41419
|
+
};
|
|
41420
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseUnion = JiraIssue;
|
|
41421
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationUnion = ExternalConversation;
|
|
41422
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageConnection = HasPageInfo & {
|
|
41423
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageConnection';
|
|
41424
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageEdge>>>;
|
|
41425
|
+
pageInfo: PageInfo;
|
|
41426
|
+
};
|
|
41427
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageEdge = {
|
|
41428
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageEdge';
|
|
41429
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41430
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41431
|
+
id: Scalars['ID']['output'];
|
|
41432
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41433
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageUnion>;
|
|
41434
|
+
};
|
|
41435
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseConnection = HasPageInfo & {
|
|
41436
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseConnection';
|
|
41437
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseEdge>>>;
|
|
41438
|
+
pageInfo: PageInfo;
|
|
41439
|
+
};
|
|
41440
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseEdge = {
|
|
41441
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseEdge';
|
|
41442
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41443
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41444
|
+
id: Scalars['ID']['output'];
|
|
41445
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41446
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseUnion>;
|
|
41447
|
+
};
|
|
41448
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseUnion = JiraIssue;
|
|
41449
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageUnion = ExternalMessage;
|
|
40546
41450
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
40547
41451
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
40548
41452
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -40699,6 +41603,34 @@ export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseEdg
|
|
|
40699
41603
|
};
|
|
40700
41604
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseUnion = JiraIssue;
|
|
40701
41605
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalUnion = TownsquareGoal;
|
|
41606
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection = HasPageInfo & {
|
|
41607
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection';
|
|
41608
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge>>>;
|
|
41609
|
+
pageInfo: PageInfo;
|
|
41610
|
+
};
|
|
41611
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge = {
|
|
41612
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge';
|
|
41613
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41614
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41615
|
+
id: Scalars['ID']['output'];
|
|
41616
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41617
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion>;
|
|
41618
|
+
};
|
|
41619
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection = HasPageInfo & {
|
|
41620
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection';
|
|
41621
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge>>>;
|
|
41622
|
+
pageInfo: PageInfo;
|
|
41623
|
+
};
|
|
41624
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge = {
|
|
41625
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge';
|
|
41626
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41627
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41628
|
+
id: Scalars['ID']['output'];
|
|
41629
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41630
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion>;
|
|
41631
|
+
};
|
|
41632
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion = JiraIssue;
|
|
41633
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion = JiraIssue;
|
|
40702
41634
|
export declare type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection = HasPageInfo & {
|
|
40703
41635
|
__typename?: 'GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection';
|
|
40704
41636
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge>>>;
|
|
@@ -40919,6 +41851,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
40919
41851
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
40920
41852
|
};
|
|
40921
41853
|
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
41854
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection = HasPageInfo & HasTotal & {
|
|
41855
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection';
|
|
41856
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge>>>;
|
|
41857
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41858
|
+
pageInfo: PageInfo;
|
|
41859
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41860
|
+
};
|
|
41861
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge = {
|
|
41862
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge';
|
|
41863
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41864
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41865
|
+
id: Scalars['ID']['output'];
|
|
41866
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41867
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion>;
|
|
41868
|
+
};
|
|
41869
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection = HasPageInfo & HasTotal & {
|
|
41870
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection';
|
|
41871
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge>>>;
|
|
41872
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41873
|
+
pageInfo: PageInfo;
|
|
41874
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41875
|
+
};
|
|
41876
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge = {
|
|
41877
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge';
|
|
41878
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41879
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41880
|
+
id: Scalars['ID']['output'];
|
|
41881
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41882
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion>;
|
|
41883
|
+
};
|
|
41884
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41885
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion = ConfluenceFolder;
|
|
40922
41886
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
40923
41887
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
40924
41888
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -41961,6 +42925,34 @@ export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge =
|
|
|
41961
42925
|
};
|
|
41962
42926
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion = DevOpsService;
|
|
41963
42927
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
42928
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamConnection = HasPageInfo & {
|
|
42929
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamConnection';
|
|
42930
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedTeamEdge>>>;
|
|
42931
|
+
pageInfo: PageInfo;
|
|
42932
|
+
};
|
|
42933
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamEdge = {
|
|
42934
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamEdge';
|
|
42935
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42936
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42937
|
+
id: Scalars['ID']['output'];
|
|
42938
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42939
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamUnion>;
|
|
42940
|
+
};
|
|
42941
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseConnection = HasPageInfo & {
|
|
42942
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamInverseConnection';
|
|
42943
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseEdge>>>;
|
|
42944
|
+
pageInfo: PageInfo;
|
|
42945
|
+
};
|
|
42946
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseEdge = {
|
|
42947
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamInverseEdge';
|
|
42948
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42949
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42950
|
+
id: Scalars['ID']['output'];
|
|
42951
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42952
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseUnion>;
|
|
42953
|
+
};
|
|
42954
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseUnion = DevOpsService;
|
|
42955
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamUnion = OpsgenieTeam;
|
|
41964
42956
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
41965
42957
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
41966
42958
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -43055,6 +44047,34 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
|
43055
44047
|
};
|
|
43056
44048
|
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43057
44049
|
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
44050
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogConnection = HasPageInfo & {
|
|
44051
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogConnection';
|
|
44052
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogEdge>>>;
|
|
44053
|
+
pageInfo: PageInfo;
|
|
44054
|
+
};
|
|
44055
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogEdge = {
|
|
44056
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogEdge';
|
|
44057
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44058
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44059
|
+
id: Scalars['ID']['output'];
|
|
44060
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44061
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogUnion>;
|
|
44062
|
+
};
|
|
44063
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection = HasPageInfo & {
|
|
44064
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection';
|
|
44065
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge>>>;
|
|
44066
|
+
pageInfo: PageInfo;
|
|
44067
|
+
};
|
|
44068
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
44069
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge';
|
|
44070
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44071
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44072
|
+
id: Scalars['ID']['output'];
|
|
44073
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44074
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion>;
|
|
44075
|
+
};
|
|
44076
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44077
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
43058
44078
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
43059
44079
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
43060
44080
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -43279,6 +44299,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
43279
44299
|
};
|
|
43280
44300
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43281
44301
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
44302
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
|
|
44303
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
|
|
44304
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
|
|
44305
|
+
pageInfo: PageInfo;
|
|
44306
|
+
};
|
|
44307
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
|
|
44308
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
|
|
44309
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44310
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44311
|
+
id: Scalars['ID']['output'];
|
|
44312
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44313
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
|
|
44314
|
+
};
|
|
44315
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
|
|
44316
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
|
|
44317
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
|
|
44318
|
+
pageInfo: PageInfo;
|
|
44319
|
+
};
|
|
44320
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
|
|
44321
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
|
|
44322
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44323
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44324
|
+
id: Scalars['ID']['output'];
|
|
44325
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44326
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
|
|
44327
|
+
};
|
|
44328
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44329
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43282
44330
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
43283
44331
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
43284
44332
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -43451,6 +44499,62 @@ export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
|
43451
44499
|
};
|
|
43452
44500
|
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43453
44501
|
export declare type GraphStoreSimplifiedUserMemberOfConversationUnion = ExternalConversation;
|
|
44502
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationConnection = HasPageInfo & {
|
|
44503
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationConnection';
|
|
44504
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationEdge>>>;
|
|
44505
|
+
pageInfo: PageInfo;
|
|
44506
|
+
};
|
|
44507
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationEdge = {
|
|
44508
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationEdge';
|
|
44509
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44510
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44511
|
+
id: Scalars['ID']['output'];
|
|
44512
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44513
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationUnion>;
|
|
44514
|
+
};
|
|
44515
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseConnection = HasPageInfo & {
|
|
44516
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseConnection';
|
|
44517
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseEdge>>>;
|
|
44518
|
+
pageInfo: PageInfo;
|
|
44519
|
+
};
|
|
44520
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseEdge = {
|
|
44521
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseEdge';
|
|
44522
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44523
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44524
|
+
id: Scalars['ID']['output'];
|
|
44525
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44526
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseUnion>;
|
|
44527
|
+
};
|
|
44528
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44529
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationUnion = ExternalConversation;
|
|
44530
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageConnection = HasPageInfo & {
|
|
44531
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageConnection';
|
|
44532
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageEdge>>>;
|
|
44533
|
+
pageInfo: PageInfo;
|
|
44534
|
+
};
|
|
44535
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageEdge = {
|
|
44536
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageEdge';
|
|
44537
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44538
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44539
|
+
id: Scalars['ID']['output'];
|
|
44540
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44541
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageUnion>;
|
|
44542
|
+
};
|
|
44543
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseConnection = HasPageInfo & {
|
|
44544
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseConnection';
|
|
44545
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseEdge>>>;
|
|
44546
|
+
pageInfo: PageInfo;
|
|
44547
|
+
};
|
|
44548
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
44549
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseEdge';
|
|
44550
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44551
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44552
|
+
id: Scalars['ID']['output'];
|
|
44553
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44554
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseUnion>;
|
|
44555
|
+
};
|
|
44556
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44557
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
43454
44558
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
43455
44559
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
43456
44560
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -43791,6 +44895,20 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
43791
44895
|
};
|
|
43792
44896
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43793
44897
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
44898
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection = HasPageInfo & {
|
|
44899
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection';
|
|
44900
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge>>>;
|
|
44901
|
+
pageInfo: PageInfo;
|
|
44902
|
+
};
|
|
44903
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
44904
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge';
|
|
44905
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44906
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44907
|
+
id: Scalars['ID']['output'];
|
|
44908
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44909
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion>;
|
|
44910
|
+
};
|
|
44911
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43794
44912
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
43795
44913
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
43796
44914
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -43959,6 +45077,34 @@ export declare type GraphStoreSimplifiedUserUpdatedGraphDocumentInverseEdge = {
|
|
|
43959
45077
|
};
|
|
43960
45078
|
export declare type GraphStoreSimplifiedUserUpdatedGraphDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43961
45079
|
export declare type GraphStoreSimplifiedUserUpdatedGraphDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
45080
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueConnection = HasPageInfo & {
|
|
45081
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedIssueConnection';
|
|
45082
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedIssueEdge>>>;
|
|
45083
|
+
pageInfo: PageInfo;
|
|
45084
|
+
};
|
|
45085
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueEdge = {
|
|
45086
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedIssueEdge';
|
|
45087
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45088
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45089
|
+
id: Scalars['ID']['output'];
|
|
45090
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45091
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueUnion>;
|
|
45092
|
+
};
|
|
45093
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueInverseConnection = HasPageInfo & {
|
|
45094
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedIssueInverseConnection';
|
|
45095
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseEdge>>>;
|
|
45096
|
+
pageInfo: PageInfo;
|
|
45097
|
+
};
|
|
45098
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueInverseEdge = {
|
|
45099
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedIssueInverseEdge';
|
|
45100
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45101
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45102
|
+
id: Scalars['ID']['output'];
|
|
45103
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45104
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseUnion>;
|
|
45105
|
+
};
|
|
45106
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45107
|
+
export declare type GraphStoreSimplifiedUserUpdatedIssueUnion = JiraIssue;
|
|
43962
45108
|
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
|
|
43963
45109
|
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
|
|
43964
45110
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
|
|
@@ -44957,6 +46103,9 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
|
44957
46103
|
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
44958
46104
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44959
46105
|
};
|
|
46106
|
+
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
46107
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46108
|
+
};
|
|
44960
46109
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
44961
46110
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44962
46111
|
};
|
|
@@ -44981,6 +46130,9 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
44981
46130
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
44982
46131
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44983
46132
|
};
|
|
46133
|
+
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
46134
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46135
|
+
};
|
|
44984
46136
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
44985
46137
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
44986
46138
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -45002,6 +46154,12 @@ export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
|
45002
46154
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
45003
46155
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45004
46156
|
};
|
|
46157
|
+
export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
46158
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46159
|
+
};
|
|
46160
|
+
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
46161
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46162
|
+
};
|
|
45005
46163
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
45006
46164
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45007
46165
|
};
|
|
@@ -45041,6 +46199,9 @@ export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
|
45041
46199
|
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
45042
46200
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45043
46201
|
};
|
|
46202
|
+
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
46203
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46204
|
+
};
|
|
45044
46205
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
45045
46206
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45046
46207
|
};
|
|
@@ -45059,6 +46220,9 @@ export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
|
|
|
45059
46220
|
export declare type GraphStoreUserUpdatedGraphDocumentSortInput = {
|
|
45060
46221
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45061
46222
|
};
|
|
46223
|
+
export declare type GraphStoreUserUpdatedIssueSortInput = {
|
|
46224
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46225
|
+
};
|
|
45062
46226
|
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
|
|
45063
46227
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45064
46228
|
};
|
|
@@ -45575,6 +46739,11 @@ export declare type HamsChargeDetails = CommerceChargeDetails & {
|
|
|
45575
46739
|
__typename?: 'HamsChargeDetails';
|
|
45576
46740
|
chargeQuantities?: Maybe<Array<Maybe<HamsChargeQuantity>>>;
|
|
45577
46741
|
};
|
|
46742
|
+
export declare type HamsChargeElement = CommerceChargeElement & {
|
|
46743
|
+
__typename?: 'HamsChargeElement';
|
|
46744
|
+
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
46745
|
+
unit?: Maybe<Scalars['String']['output']>;
|
|
46746
|
+
};
|
|
45578
46747
|
export declare type HamsChargeQuantity = CommerceChargeQuantity & {
|
|
45579
46748
|
__typename?: 'HamsChargeQuantity';
|
|
45580
46749
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
@@ -45665,6 +46834,7 @@ export declare type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGrou
|
|
|
45665
46834
|
};
|
|
45666
46835
|
export declare type HamsOffering = CommerceOffering & {
|
|
45667
46836
|
__typename?: 'HamsOffering';
|
|
46837
|
+
chargeElements?: Maybe<Array<Maybe<HamsChargeElement>>>;
|
|
45668
46838
|
name?: Maybe<Scalars['String']['output']>;
|
|
45669
46839
|
trial?: Maybe<HamsOfferingTrial>;
|
|
45670
46840
|
};
|
|
@@ -45706,6 +46876,7 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45706
46876
|
__typename?: 'HamsTrial';
|
|
45707
46877
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45708
46878
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
46879
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
45709
46880
|
};
|
|
45710
46881
|
export declare type HardDeleteSpacePayload = {
|
|
45711
46882
|
__typename?: 'HardDeleteSpacePayload';
|
|
@@ -49450,6 +50621,13 @@ export declare type JiraBoard = Node & {
|
|
|
49450
50621
|
id: Scalars['ID']['output'];
|
|
49451
50622
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
49452
50623
|
name?: Maybe<Scalars['String']['output']>;
|
|
50624
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
50625
|
+
};
|
|
50626
|
+
export declare type JiraBoardReportCategoriesArgs = {
|
|
50627
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50628
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
50629
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50630
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49453
50631
|
};
|
|
49454
50632
|
export declare type JiraBoardConnection = {
|
|
49455
50633
|
__typename?: 'JiraBoardConnection';
|
|
@@ -49504,6 +50682,8 @@ export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
|
49504
50682
|
user?: Maybe<User>;
|
|
49505
50683
|
};
|
|
49506
50684
|
export declare type JiraBoardViewCardOption = {
|
|
50685
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
50686
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49507
50687
|
id: Scalars['ID']['output'];
|
|
49508
50688
|
};
|
|
49509
50689
|
export declare type JiraBoardViewCardOptionConnection = {
|
|
@@ -49658,12 +50838,15 @@ export declare type JiraBulkOperationInput = {
|
|
|
49658
50838
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
49659
50839
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
49660
50840
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
50841
|
+
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
49661
50842
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49662
50843
|
};
|
|
49663
50844
|
export declare enum JiraBulkOperationType {
|
|
49664
50845
|
BulkDelete = "BULK_DELETE",
|
|
49665
50846
|
BulkEdit = "BULK_EDIT",
|
|
49666
|
-
BulkTransition = "BULK_TRANSITION"
|
|
50847
|
+
BulkTransition = "BULK_TRANSITION",
|
|
50848
|
+
BulkUnwatch = "BULK_UNWATCH",
|
|
50849
|
+
BulkWatch = "BULK_WATCH"
|
|
49667
50850
|
}
|
|
49668
50851
|
export declare type JiraBulkTransition = Node & {
|
|
49669
50852
|
__typename?: 'JiraBulkTransition';
|
|
@@ -49716,11 +50899,15 @@ export declare type JiraBulkTransitionsInput = {
|
|
|
49716
50899
|
transitionId: Scalars['String']['input'];
|
|
49717
50900
|
transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
|
|
49718
50901
|
};
|
|
50902
|
+
export declare type JiraBulkWatchOrUnwatchInput = {
|
|
50903
|
+
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
50904
|
+
};
|
|
49719
50905
|
export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
49720
50906
|
__typename?: 'JiraCMDBField';
|
|
49721
50907
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
49722
50908
|
attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
49723
50909
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
50910
|
+
cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
|
|
49724
50911
|
description?: Maybe<Scalars['String']['output']>;
|
|
49725
50912
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
49726
50913
|
fieldId: Scalars['String']['output'];
|
|
@@ -49738,6 +50925,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
49738
50925
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
49739
50926
|
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
49740
50927
|
};
|
|
50928
|
+
export declare type JiraCmdbFieldCmdbObjectsArgs = {
|
|
50929
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50930
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraFieldKeyValueInput>>>;
|
|
50931
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
50932
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50933
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
50934
|
+
};
|
|
49741
50935
|
export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
49742
50936
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49743
50937
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50177,6 +51371,25 @@ export declare type JiraClearableNumberFieldInput = {
|
|
|
50177
51371
|
fieldId: Scalars['ID']['input'];
|
|
50178
51372
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
50179
51373
|
};
|
|
51374
|
+
export declare type JiraCloneIssueInput = {
|
|
51375
|
+
assignee?: InputMaybe<JiraUserInfoInput>;
|
|
51376
|
+
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51377
|
+
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51378
|
+
includeLinks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51379
|
+
includeSubtasksOrChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51380
|
+
issueId: Scalars['ID']['input'];
|
|
51381
|
+
optionalFields?: InputMaybe<Array<JiraOptionalFieldInput>>;
|
|
51382
|
+
reporter?: InputMaybe<JiraUserInfoInput>;
|
|
51383
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
51384
|
+
};
|
|
51385
|
+
export declare type JiraCloneIssueResponse = Payload & {
|
|
51386
|
+
__typename?: 'JiraCloneIssueResponse';
|
|
51387
|
+
errors?: Maybe<Array<MutationError>>;
|
|
51388
|
+
success: Scalars['Boolean']['output'];
|
|
51389
|
+
taskDescription?: Maybe<Scalars['String']['output']>;
|
|
51390
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
51391
|
+
taskStatus?: Maybe<JiraLongRunningTaskStatus>;
|
|
51392
|
+
};
|
|
50180
51393
|
export declare type JiraCmdbAttribute = {
|
|
50181
51394
|
__typename?: 'JiraCmdbAttribute';
|
|
50182
51395
|
attributeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -50269,6 +51482,16 @@ export declare type JiraCmdbFieldConfigAttributesIncludedInAutoCompleteSearchArg
|
|
|
50269
51482
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50270
51483
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
50271
51484
|
};
|
|
51485
|
+
export declare type JiraCmdbFieldOperationInput = {
|
|
51486
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
51487
|
+
operation: JiraSingleValueFieldOperations;
|
|
51488
|
+
};
|
|
51489
|
+
export declare type JiraCmdbFieldPayload = Payload & {
|
|
51490
|
+
__typename?: 'JiraCmdbFieldPayload';
|
|
51491
|
+
errors?: Maybe<Array<MutationError>>;
|
|
51492
|
+
field?: Maybe<JiraCmdbField>;
|
|
51493
|
+
success: Scalars['Boolean']['output'];
|
|
51494
|
+
};
|
|
50272
51495
|
export declare type JiraCmdbIcon = {
|
|
50273
51496
|
__typename?: 'JiraCmdbIcon';
|
|
50274
51497
|
id: Scalars['String']['output'];
|
|
@@ -51213,6 +52436,9 @@ export declare type JiraCustomRemoteIssueLink = {
|
|
|
51213
52436
|
summary?: Maybe<Scalars['String']['output']>;
|
|
51214
52437
|
title?: Maybe<Scalars['String']['output']>;
|
|
51215
52438
|
};
|
|
52439
|
+
export declare type JiraCustomerOrganizationsBulkFetchInput = {
|
|
52440
|
+
customerOrganizationUUIDs: Array<Scalars['String']['input']>;
|
|
52441
|
+
};
|
|
51216
52442
|
export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
51217
52443
|
__typename?: 'JiraCustomerServiceOrganizationField';
|
|
51218
52444
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -51843,6 +53069,15 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
51843
53069
|
id: Scalars['ID']['input'];
|
|
51844
53070
|
version: Scalars['Long']['input'];
|
|
51845
53071
|
};
|
|
53072
|
+
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
53073
|
+
viewId: Scalars['ID']['input'];
|
|
53074
|
+
};
|
|
53075
|
+
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
53076
|
+
__typename?: 'JiraDiscardUserBoardViewConfigPayload';
|
|
53077
|
+
boardView?: Maybe<JiraBoardView>;
|
|
53078
|
+
errors?: Maybe<Array<MutationError>>;
|
|
53079
|
+
success: Scalars['Boolean']['output'];
|
|
53080
|
+
};
|
|
51846
53081
|
export declare type JiraDismissBitbucketPendingAccessRequestBannerInput = {
|
|
51847
53082
|
isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51848
53083
|
};
|
|
@@ -52165,6 +53400,10 @@ export declare type JiraFieldEdge = {
|
|
|
52165
53400
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
52166
53401
|
node?: Maybe<JiraField>;
|
|
52167
53402
|
};
|
|
53403
|
+
export declare type JiraFieldKeyValueInput = {
|
|
53404
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
53405
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
53406
|
+
};
|
|
52168
53407
|
export declare type JiraFieldNonEditableReason = {
|
|
52169
53408
|
__typename?: 'JiraFieldNonEditableReason';
|
|
52170
53409
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -54351,6 +55590,7 @@ export declare type JiraIssueSearchScope = {
|
|
|
54351
55590
|
};
|
|
54352
55591
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
54353
55592
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55593
|
+
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54354
55594
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54355
55595
|
};
|
|
54356
55596
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -54488,6 +55728,7 @@ export declare type JiraIssueTransitionCommentVisibilityInput = {
|
|
|
54488
55728
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
54489
55729
|
JiraAffectedServicesField?: InputMaybe<Array<JiraUpdateAffectedServicesFieldInput>>;
|
|
54490
55730
|
JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
|
|
55731
|
+
JiraCMDBField?: InputMaybe<Array<JiraUpdateCmdbFieldInput>>;
|
|
54491
55732
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
54492
55733
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
54493
55734
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
@@ -54850,7 +56091,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
54850
56091
|
Version = "VERSION"
|
|
54851
56092
|
}
|
|
54852
56093
|
export declare type JiraJqlBoardInput = {
|
|
54853
|
-
boardId
|
|
56094
|
+
boardId: Scalars['Long']['input'];
|
|
54854
56095
|
};
|
|
54855
56096
|
export declare type JiraJqlBuilder = {
|
|
54856
56097
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -54893,6 +56134,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
|
|
|
54893
56134
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54894
56135
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
54895
56136
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
56137
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
54896
56138
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
54897
56139
|
};
|
|
54898
56140
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -55388,7 +56630,6 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
55388
56630
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55389
56631
|
};
|
|
55390
56632
|
export declare enum JiraJqlViewContext {
|
|
55391
|
-
FilterRefinement = "FILTER_REFINEMENT",
|
|
55392
56633
|
JpdRoadmaps = "JPD_ROADMAPS",
|
|
55393
56634
|
JswPlans = "JSW_PLANS",
|
|
55394
56635
|
Jwm = "JWM",
|
|
@@ -55925,6 +57166,7 @@ export declare type JiraMutation = {
|
|
|
55925
57166
|
assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
|
|
55926
57167
|
attributeUnsplashImage?: Maybe<JiraUnsplashAttributionPayload>;
|
|
55927
57168
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
57169
|
+
cloneIssue?: Maybe<JiraCloneIssueResponse>;
|
|
55928
57170
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
55929
57171
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
55930
57172
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
@@ -56021,6 +57263,7 @@ export declare type JiraMutation = {
|
|
|
56021
57263
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
56022
57264
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
56023
57265
|
updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
|
|
57266
|
+
updateCmdbField?: Maybe<JiraCmdbFieldPayload>;
|
|
56024
57267
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
56025
57268
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
56026
57269
|
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
@@ -56140,6 +57383,9 @@ export declare type JiraMutationAttributeUnsplashImageArgs = {
|
|
|
56140
57383
|
export declare type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
|
|
56141
57384
|
input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
|
|
56142
57385
|
};
|
|
57386
|
+
export declare type JiraMutationCloneIssueArgs = {
|
|
57387
|
+
input: JiraCloneIssueInput;
|
|
57388
|
+
};
|
|
56143
57389
|
export declare type JiraMutationCreateAndAssociateWorkflowFromJsmTemplateArgs = {
|
|
56144
57390
|
input: JiraServiceManagementCreateAndAssociateWorkflowFromTemplateInput;
|
|
56145
57391
|
};
|
|
@@ -56462,6 +57708,9 @@ export declare type JiraMutationUpdateCascadingSelectFieldArgs = {
|
|
|
56462
57708
|
export declare type JiraMutationUpdateCheckboxesFieldArgs = {
|
|
56463
57709
|
input: JiraUpdateCheckboxesFieldInput;
|
|
56464
57710
|
};
|
|
57711
|
+
export declare type JiraMutationUpdateCmdbFieldArgs = {
|
|
57712
|
+
input: JiraUpdateCmdbFieldInput;
|
|
57713
|
+
};
|
|
56465
57714
|
export declare type JiraMutationUpdateColorFieldArgs = {
|
|
56466
57715
|
input: JiraUpdateColorFieldInput;
|
|
56467
57716
|
};
|
|
@@ -57176,6 +58425,10 @@ export declare type JiraOptionEdge = {
|
|
|
57176
58425
|
cursor: Scalars['String']['output'];
|
|
57177
58426
|
node?: Maybe<JiraOption>;
|
|
57178
58427
|
};
|
|
58428
|
+
export declare type JiraOptionalFieldInput = {
|
|
58429
|
+
fieldId: Scalars['String']['input'];
|
|
58430
|
+
shouldClone: Scalars['Boolean']['input'];
|
|
58431
|
+
};
|
|
57179
58432
|
export declare type JiraOptoutDevOpsIssuePanelNotConnectedInput = {
|
|
57180
58433
|
cloudId: Scalars['ID']['input'];
|
|
57181
58434
|
};
|
|
@@ -57918,6 +59171,7 @@ export declare type JiraProject = Node & {
|
|
|
57918
59171
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
57919
59172
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
57920
59173
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
59174
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
57921
59175
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
57922
59176
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
57923
59177
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -58033,6 +59287,12 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
58033
59287
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58034
59288
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58035
59289
|
};
|
|
59290
|
+
export declare type JiraProjectReportCategoriesArgs = {
|
|
59291
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
59292
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
59293
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59294
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
59295
|
+
};
|
|
58036
59296
|
export declare type JiraProjectRepositoriesArgs = {
|
|
58037
59297
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58038
59298
|
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
|
|
@@ -58194,6 +59454,12 @@ export declare type JiraProjectConnection = HasPageInfo & HasTotal & {
|
|
|
58194
59454
|
pageInfo: PageInfo;
|
|
58195
59455
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58196
59456
|
};
|
|
59457
|
+
export declare type JiraProjectCreateCustomBackgroundMutationPayload = Payload & {
|
|
59458
|
+
__typename?: 'JiraProjectCreateCustomBackgroundMutationPayload';
|
|
59459
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59460
|
+
project?: Maybe<JiraProject>;
|
|
59461
|
+
success: Scalars['Boolean']['output'];
|
|
59462
|
+
};
|
|
58197
59463
|
export declare enum JiraProjectDateTimeFormat {
|
|
58198
59464
|
CompleteDatetimeFormat = "COMPLETE_DATETIME_FORMAT",
|
|
58199
59465
|
DayFormat = "DAY_FORMAT",
|
|
@@ -58201,6 +59467,16 @@ export declare enum JiraProjectDateTimeFormat {
|
|
|
58201
59467
|
Relative = "RELATIVE",
|
|
58202
59468
|
TimeFormat = "TIME_FORMAT"
|
|
58203
59469
|
}
|
|
59470
|
+
export declare type JiraProjectDeleteCustomBackgroundInput = {
|
|
59471
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
59472
|
+
entityId: Scalars['ID']['input'];
|
|
59473
|
+
};
|
|
59474
|
+
export declare type JiraProjectDeleteCustomBackgroundMutationPayload = Payload & {
|
|
59475
|
+
__typename?: 'JiraProjectDeleteCustomBackgroundMutationPayload';
|
|
59476
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59477
|
+
project?: Maybe<JiraProject>;
|
|
59478
|
+
success: Scalars['Boolean']['output'];
|
|
59479
|
+
};
|
|
58204
59480
|
export declare type JiraProjectEdge = {
|
|
58205
59481
|
__typename?: 'JiraProjectEdge';
|
|
58206
59482
|
cursor: Scalars['String']['output'];
|
|
@@ -58565,6 +59841,16 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
58565
59841
|
helpCenterId: Scalars['ID']['input'];
|
|
58566
59842
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
58567
59843
|
};
|
|
59844
|
+
export declare type JiraPublishBoardViewConfigInput = {
|
|
59845
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
59846
|
+
viewId: Scalars['ID']['input'];
|
|
59847
|
+
};
|
|
59848
|
+
export declare type JiraPublishBoardViewConfigPayload = Payload & {
|
|
59849
|
+
__typename?: 'JiraPublishBoardViewConfigPayload';
|
|
59850
|
+
boardView?: Maybe<JiraBoardView>;
|
|
59851
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59852
|
+
success: Scalars['Boolean']['output'];
|
|
59853
|
+
};
|
|
58568
59854
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
58569
59855
|
id: Scalars['ID']['input'];
|
|
58570
59856
|
version: Scalars['Long']['input'];
|
|
@@ -58675,6 +59961,7 @@ export declare type JiraQuery = {
|
|
|
58675
59961
|
jiraBoard?: Maybe<JiraBoardResult>;
|
|
58676
59962
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
58677
59963
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
59964
|
+
jiraCustomerOrganizationsByUUIDs?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
58678
59965
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
58679
59966
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
58680
59967
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
@@ -59204,6 +60491,14 @@ export declare type JiraQueryJiraCalendarArgs = {
|
|
|
59204
60491
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
59205
60492
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
59206
60493
|
};
|
|
60494
|
+
export declare type JiraQueryJiraCustomerOrganizationsByUuiDsArgs = {
|
|
60495
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60496
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
60497
|
+
cloudId: Scalars['ID']['input'];
|
|
60498
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60499
|
+
input: JiraCustomerOrganizationsBulkFetchInput;
|
|
60500
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60501
|
+
};
|
|
59207
60502
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
59208
60503
|
issueIds: Array<Scalars['ID']['input']>;
|
|
59209
60504
|
};
|
|
@@ -60066,6 +61361,40 @@ export declare type JiraReportCategory = {
|
|
|
60066
61361
|
name?: Maybe<Scalars['String']['output']>;
|
|
60067
61362
|
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
60068
61363
|
};
|
|
61364
|
+
export declare type JiraReportCategoryConnection = {
|
|
61365
|
+
__typename?: 'JiraReportCategoryConnection';
|
|
61366
|
+
edges?: Maybe<Array<Maybe<JiraReportCategoryEdge>>>;
|
|
61367
|
+
pageInfo: PageInfo;
|
|
61368
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
61369
|
+
};
|
|
61370
|
+
export declare type JiraReportCategoryEdge = {
|
|
61371
|
+
__typename?: 'JiraReportCategoryEdge';
|
|
61372
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
61373
|
+
node?: Maybe<JiraReportCategoryNode>;
|
|
61374
|
+
};
|
|
61375
|
+
export declare type JiraReportCategoryNode = {
|
|
61376
|
+
__typename?: 'JiraReportCategoryNode';
|
|
61377
|
+
id: Scalars['ID']['output'];
|
|
61378
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
61379
|
+
reports?: Maybe<JiraReportConnection>;
|
|
61380
|
+
};
|
|
61381
|
+
export declare type JiraReportCategoryNodeReportsArgs = {
|
|
61382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61383
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
61384
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61385
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61386
|
+
};
|
|
61387
|
+
export declare type JiraReportConnection = {
|
|
61388
|
+
__typename?: 'JiraReportConnection';
|
|
61389
|
+
edges?: Maybe<Array<Maybe<JiraReportConnectionEdge>>>;
|
|
61390
|
+
pageInfo: PageInfo;
|
|
61391
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
61392
|
+
};
|
|
61393
|
+
export declare type JiraReportConnectionEdge = {
|
|
61394
|
+
__typename?: 'JiraReportConnectionEdge';
|
|
61395
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
61396
|
+
node?: Maybe<JiraReport>;
|
|
61397
|
+
};
|
|
60069
61398
|
export declare type JiraReportsPage = {
|
|
60070
61399
|
__typename?: 'JiraReportsPage';
|
|
60071
61400
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
@@ -61687,6 +63016,7 @@ export declare type JiraSetBoardViewFilterInput = {
|
|
|
61687
63016
|
};
|
|
61688
63017
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
61689
63018
|
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
63019
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61690
63020
|
errors?: Maybe<Array<MutationError>>;
|
|
61691
63021
|
success: Scalars['Boolean']['output'];
|
|
61692
63022
|
view?: Maybe<JiraBoardView>;
|
|
@@ -61697,6 +63027,7 @@ export declare type JiraSetBoardViewGroupByInput = {
|
|
|
61697
63027
|
};
|
|
61698
63028
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
61699
63029
|
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
63030
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61700
63031
|
errors?: Maybe<Array<MutationError>>;
|
|
61701
63032
|
success: Scalars['Boolean']['output'];
|
|
61702
63033
|
view?: Maybe<JiraBoardView>;
|
|
@@ -63017,6 +64348,10 @@ export declare type JiraUpdateCheckboxesFieldInput = {
|
|
|
63017
64348
|
id: Scalars['ID']['input'];
|
|
63018
64349
|
operations: Array<JiraCheckboxesFieldOperationInput>;
|
|
63019
64350
|
};
|
|
64351
|
+
export declare type JiraUpdateCmdbFieldInput = {
|
|
64352
|
+
id: Scalars['ID']['input'];
|
|
64353
|
+
operation: JiraCmdbFieldOperationInput;
|
|
64354
|
+
};
|
|
63020
64355
|
export declare type JiraUpdateColorFieldInput = {
|
|
63021
64356
|
id: Scalars['ID']['input'];
|
|
63022
64357
|
operation: JiraColorFieldOperationInput;
|
|
@@ -63513,6 +64848,9 @@ export declare type JiraUserGroup = {
|
|
|
63513
64848
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
63514
64849
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
63515
64850
|
};
|
|
64851
|
+
export declare type JiraUserInfoInput = {
|
|
64852
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
64853
|
+
};
|
|
63516
64854
|
export declare type JiraUserInput = {
|
|
63517
64855
|
accountId: Scalars['ID']['input'];
|
|
63518
64856
|
};
|
|
@@ -64976,10 +66314,25 @@ export declare type JsmChatInitializeNativeConfigResponse = {
|
|
|
64976
66314
|
};
|
|
64977
66315
|
export declare type JsmChatJiraFieldAppendix = {
|
|
64978
66316
|
__typename?: 'JsmChatJiraFieldAppendix';
|
|
66317
|
+
field?: Maybe<JsmChatRequestTypeField>;
|
|
64979
66318
|
fieldId: Scalars['String']['output'];
|
|
64980
66319
|
jiraProjectId: Scalars['String']['output'];
|
|
64981
66320
|
requestTypeId: Scalars['String']['output'];
|
|
64982
66321
|
};
|
|
66322
|
+
export declare type JsmChatJiraFieldOption = {
|
|
66323
|
+
__typename?: 'JsmChatJiraFieldOption';
|
|
66324
|
+
children?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
66325
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
66326
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
66327
|
+
};
|
|
66328
|
+
export declare type JsmChatJiraSchema = {
|
|
66329
|
+
__typename?: 'JsmChatJiraSchema';
|
|
66330
|
+
custom?: Maybe<Scalars['String']['output']>;
|
|
66331
|
+
customId?: Maybe<Scalars['String']['output']>;
|
|
66332
|
+
items?: Maybe<Scalars['String']['output']>;
|
|
66333
|
+
system?: Maybe<Scalars['String']['output']>;
|
|
66334
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
66335
|
+
};
|
|
64983
66336
|
export declare type JsmChatMessageConnection = {
|
|
64984
66337
|
__typename?: 'JsmChatMessageConnection';
|
|
64985
66338
|
edges?: Maybe<Array<Maybe<JsmChatMessageEdge>>>;
|
|
@@ -65167,6 +66520,17 @@ export declare type JsmChatRequestTypeData = {
|
|
|
65167
66520
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
65168
66521
|
requestTypeName?: Maybe<Scalars['String']['output']>;
|
|
65169
66522
|
};
|
|
66523
|
+
export declare type JsmChatRequestTypeField = {
|
|
66524
|
+
__typename?: 'JsmChatRequestTypeField';
|
|
66525
|
+
defaultValues?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
66526
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
66527
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
66528
|
+
jiraSchema?: Maybe<JsmChatJiraSchema>;
|
|
66529
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
66530
|
+
required?: Maybe<Scalars['Boolean']['output']>;
|
|
66531
|
+
validValues?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
66532
|
+
visible?: Maybe<Scalars['Boolean']['output']>;
|
|
66533
|
+
};
|
|
65170
66534
|
export declare type JsmChatRequestTypesMappedResponse = {
|
|
65171
66535
|
__typename?: 'JsmChatRequestTypesMappedResponse';
|
|
65172
66536
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -65757,6 +67121,7 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkFailureMetadata = {
|
|
|
65757
67121
|
};
|
|
65758
67122
|
export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
65759
67123
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmarkProperties';
|
|
67124
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65760
67125
|
cloudId: Scalars['String']['output'];
|
|
65761
67126
|
createdTimestamp: Scalars['String']['output'];
|
|
65762
67127
|
creator?: Maybe<User>;
|
|
@@ -65798,6 +67163,7 @@ export declare type KnowledgeDiscoveryBookmarkMutationErrorExtension = MutationE
|
|
|
65798
67163
|
};
|
|
65799
67164
|
export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
65800
67165
|
__typename?: 'KnowledgeDiscoveryBookmarkProperties';
|
|
67166
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65801
67167
|
description?: Maybe<Scalars['String']['output']>;
|
|
65802
67168
|
keyPhrase: Scalars['String']['output'];
|
|
65803
67169
|
lastModifiedTimestamp: Scalars['String']['output'];
|
|
@@ -65806,6 +67172,10 @@ export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
|
65806
67172
|
url: Scalars['String']['output'];
|
|
65807
67173
|
};
|
|
65808
67174
|
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
67175
|
+
export declare enum KnowledgeDiscoveryBookmarkState {
|
|
67176
|
+
Active = "ACTIVE",
|
|
67177
|
+
Suggested = "SUGGESTED"
|
|
67178
|
+
}
|
|
65809
67179
|
export declare type KnowledgeDiscoveryBookmarkValidationFailureMetadata = KnowledgeDiscoveryAdminhubBookmarkFailureMetadata & {
|
|
65810
67180
|
__typename?: 'KnowledgeDiscoveryBookmarkValidationFailureMetadata';
|
|
65811
67181
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -66125,6 +67495,7 @@ export declare type KnowledgeDiscoveryRelatedEntityRequests = {
|
|
|
66125
67495
|
export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
66126
67496
|
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
66127
67497
|
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
67498
|
+
Navigational = "NAVIGATIONAL",
|
|
66128
67499
|
None = "NONE",
|
|
66129
67500
|
Person = "PERSON",
|
|
66130
67501
|
Team = "TEAM"
|
|
@@ -67729,6 +69100,7 @@ export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
|
67729
69100
|
export declare type MarketplaceConsoleProduct = {
|
|
67730
69101
|
__typename?: 'MarketplaceConsoleProduct';
|
|
67731
69102
|
appKey: Scalars['ID']['output'];
|
|
69103
|
+
isEditionDetailsMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67732
69104
|
isPricingPlanMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67733
69105
|
productId: Scalars['ID']['output'];
|
|
67734
69106
|
};
|
|
@@ -68250,6 +69622,13 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
68250
69622
|
name: Scalars['String']['output'];
|
|
68251
69623
|
slug: Scalars['String']['output'];
|
|
68252
69624
|
};
|
|
69625
|
+
export declare type MarketplaceStoreCmtAvailabilityResponse = {
|
|
69626
|
+
__typename?: 'MarketplaceStoreCmtAvailabilityResponse';
|
|
69627
|
+
allowed: Scalars['Boolean']['output'];
|
|
69628
|
+
btfAddOnAccountId?: Maybe<Scalars['String']['output']>;
|
|
69629
|
+
maintenanceEndDate?: Maybe<Scalars['String']['output']>;
|
|
69630
|
+
migrationSourceUuid?: Maybe<Scalars['String']['output']>;
|
|
69631
|
+
};
|
|
68253
69632
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
68254
69633
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
68255
69634
|
backgroundColor: Scalars['String']['output'];
|
|
@@ -68638,9 +70017,11 @@ export declare type MarketplaceStoreProduct = {
|
|
|
68638
70017
|
};
|
|
68639
70018
|
export declare type MarketplaceStoreQueryApi = {
|
|
68640
70019
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
68641
|
-
|
|
70020
|
+
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
70021
|
+
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
68642
70022
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
68643
70023
|
category: MarketplaceStoreCategoryResponse;
|
|
70024
|
+
cmtAvailability: MarketplaceStoreCmtAvailabilityResponse;
|
|
68644
70025
|
collection: MarketplaceStoreCollectionResponse;
|
|
68645
70026
|
currentUser: MarketplaceStoreCurrentUserResponse;
|
|
68646
70027
|
editions: Array<MarketplaceStoreEdition>;
|
|
@@ -68655,7 +70036,13 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
68655
70036
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
68656
70037
|
partner: MarketplaceStorePartnerResponse;
|
|
68657
70038
|
};
|
|
68658
|
-
export declare type
|
|
70039
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
|
|
70040
|
+
appId: Scalars['ID']['input'];
|
|
70041
|
+
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
70042
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
70043
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
70044
|
+
};
|
|
70045
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
68659
70046
|
appKey: Scalars['String']['input'];
|
|
68660
70047
|
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
68661
70048
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -68667,6 +70054,9 @@ export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
|
68667
70054
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
68668
70055
|
slug: Scalars['String']['input'];
|
|
68669
70056
|
};
|
|
70057
|
+
export declare type MarketplaceStoreQueryApiCmtAvailabilityArgs = {
|
|
70058
|
+
input: MarketplaceStoreInstallAppInput;
|
|
70059
|
+
};
|
|
68670
70060
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
68671
70061
|
slug: Scalars['String']['input'];
|
|
68672
70062
|
};
|
|
@@ -70638,6 +72028,7 @@ export declare type Mutation = {
|
|
|
70638
72028
|
devAi?: Maybe<DevAiMutations>;
|
|
70639
72029
|
devOps?: Maybe<DevOpsMutation>;
|
|
70640
72030
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
72031
|
+
devai_createTechnicalPlannerJob?: Maybe<DevAiCreateTechnicalPlannerJobPayload>;
|
|
70641
72032
|
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
70642
72033
|
disableExperiment?: Maybe<TapExperiment>;
|
|
70643
72034
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
@@ -70672,6 +72063,10 @@ export declare type Mutation = {
|
|
|
70672
72063
|
jira?: Maybe<JiraMutation>;
|
|
70673
72064
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
70674
72065
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
72066
|
+
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
72067
|
+
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
72068
|
+
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
72069
|
+
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
70675
72070
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
70676
72071
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
70677
72072
|
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
@@ -71809,6 +73204,12 @@ export declare type MutationDevai_ContinueJobWithPromptArgs = {
|
|
|
71809
73204
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
71810
73205
|
repoUrl: Scalars['String']['input'];
|
|
71811
73206
|
};
|
|
73207
|
+
export declare type MutationDevai_CreateTechnicalPlannerJobArgs = {
|
|
73208
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
73209
|
+
issueAri: Scalars['ID']['input'];
|
|
73210
|
+
repoUrl: Scalars['URL']['input'];
|
|
73211
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
73212
|
+
};
|
|
71812
73213
|
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
71813
73214
|
agentId: Scalars['ID']['input'];
|
|
71814
73215
|
issueId: Scalars['ID']['input'];
|
|
@@ -71880,6 +73281,18 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
71880
73281
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
71881
73282
|
input: InvokePolarisObjectInput;
|
|
71882
73283
|
};
|
|
73284
|
+
export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
73285
|
+
input: JiraCreateCustomBackgroundInput;
|
|
73286
|
+
};
|
|
73287
|
+
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
73288
|
+
input: JiraProjectDeleteCustomBackgroundInput;
|
|
73289
|
+
};
|
|
73290
|
+
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
73291
|
+
input: JiraDiscardUserBoardViewConfigInput;
|
|
73292
|
+
};
|
|
73293
|
+
export declare type MutationJira_PublishBoardViewConfigArgs = {
|
|
73294
|
+
input: JiraPublishBoardViewConfigInput;
|
|
73295
|
+
};
|
|
71883
73296
|
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
71884
73297
|
input: JiraReorderBoardViewColumnInput;
|
|
71885
73298
|
};
|
|
@@ -75336,6 +76749,7 @@ export declare type Query = {
|
|
|
75336
76749
|
confluenceV2_spaceSettings?: Maybe<ConfluenceV2SpaceSettings>;
|
|
75337
76750
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
75338
76751
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
76752
|
+
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
75339
76753
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75340
76754
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
75341
76755
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -75349,6 +76763,7 @@ export declare type Query = {
|
|
|
75349
76763
|
confluence_teamPresenceSpaceSettings?: Maybe<ConfluenceTeamPresenceSpaceSettings>;
|
|
75350
76764
|
confluence_template?: Maybe<ContentTemplate>;
|
|
75351
76765
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
76766
|
+
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
75352
76767
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
75353
76768
|
confluence_workflow?: Maybe<ConfluenceWorkflow>;
|
|
75354
76769
|
confluence_workflowApplicationsByContentId?: Maybe<ConfluenceWorkflowApplicationConnection>;
|
|
@@ -75422,7 +76837,10 @@ export declare type Query = {
|
|
|
75422
76837
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
75423
76838
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
75424
76839
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
76840
|
+
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
75425
76841
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
76842
|
+
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
76843
|
+
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
75426
76844
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
75427
76845
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
75428
76846
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -75950,6 +77368,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75950
77368
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
75951
77369
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
75952
77370
|
commentId?: InputMaybe<Scalars['ID']['input']>;
|
|
77371
|
+
confluenceCommentFilter?: InputMaybe<ConfluenceCommentFilter>;
|
|
75953
77372
|
contentStatus?: InputMaybe<Array<InputMaybe<GraphQlContentStatus>>>;
|
|
75954
77373
|
depth?: InputMaybe<Depth>;
|
|
75955
77374
|
first?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -75959,6 +77378,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75959
77378
|
location?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75960
77379
|
pageId?: InputMaybe<Scalars['ID']['input']>;
|
|
75961
77380
|
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77381
|
+
singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
75962
77382
|
type?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
75963
77383
|
};
|
|
75964
77384
|
export declare type QueryCommentsDigestArgs = {
|
|
@@ -76902,6 +78322,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
76902
78322
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
76903
78323
|
ids: Array<Scalars['ID']['input']>;
|
|
76904
78324
|
};
|
|
78325
|
+
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
78326
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78327
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78328
|
+
};
|
|
76905
78329
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
76906
78330
|
cloudId: Scalars['ID']['input'];
|
|
76907
78331
|
};
|
|
@@ -76961,6 +78385,12 @@ export declare type QueryConfluence_TemplateArgs = {
|
|
|
76961
78385
|
export declare type QueryConfluence_TenantContextArgs = {
|
|
76962
78386
|
cloudId: Scalars['ID']['input'];
|
|
76963
78387
|
};
|
|
78388
|
+
export declare type QueryConfluence_UserContentAccessArgs = {
|
|
78389
|
+
accessType: ResourceAccessType;
|
|
78390
|
+
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
78391
|
+
cloudId: Scalars['ID']['input'];
|
|
78392
|
+
contentId: Scalars['Long']['input'];
|
|
78393
|
+
};
|
|
76964
78394
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
76965
78395
|
applicationId: Scalars['ID']['input'];
|
|
76966
78396
|
cloudId: Scalars['ID']['input'];
|
|
@@ -76985,6 +78415,7 @@ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
|
76985
78415
|
};
|
|
76986
78416
|
export declare type QueryContentArgs = {
|
|
76987
78417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78418
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76988
78419
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
76989
78420
|
embeddedContentRender?: InputMaybe<Scalars['String']['input']>;
|
|
76990
78421
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -77307,6 +78738,10 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
77307
78738
|
jobId: Scalars['ID']['input'];
|
|
77308
78739
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
77309
78740
|
};
|
|
78741
|
+
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
78742
|
+
issueAri: Scalars['ID']['input'];
|
|
78743
|
+
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
78744
|
+
};
|
|
77310
78745
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
77311
78746
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77312
78747
|
cloudId: Scalars['ID']['input'];
|
|
@@ -77314,6 +78749,13 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
77314
78749
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
77315
78750
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
77316
78751
|
};
|
|
78752
|
+
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
78753
|
+
cloudId: Scalars['ID']['input'];
|
|
78754
|
+
jobId: Scalars['ID']['input'];
|
|
78755
|
+
};
|
|
78756
|
+
export declare type QueryDevai_TechnicalPlannerJobsForIssueArgs = {
|
|
78757
|
+
issueAri: Scalars['ID']['input'];
|
|
78758
|
+
};
|
|
77317
78759
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
77318
78760
|
appId: Scalars['ID']['input'];
|
|
77319
78761
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -78041,6 +79483,7 @@ export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
|
78041
79483
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78042
79484
|
};
|
|
78043
79485
|
export declare type QuerySingleContentArgs = {
|
|
79486
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78044
79487
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78045
79488
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
78046
79489
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -81041,6 +82484,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
81041
82484
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81042
82485
|
};
|
|
81043
82486
|
export declare type SearchThirdPartyProduct = {
|
|
82487
|
+
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81044
82488
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
81045
82489
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
81046
82490
|
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83971,6 +85415,7 @@ export declare type SprintWithStatistics = BaseSprint & {
|
|
|
83971
85415
|
goal?: Maybe<Scalars['String']['output']>;
|
|
83972
85416
|
id?: Maybe<Scalars['ID']['output']>;
|
|
83973
85417
|
incompleteCardsDestinations?: Maybe<Array<Maybe<InCompleteCardsDestination>>>;
|
|
85418
|
+
lastColumnName?: Maybe<Scalars['String']['output']>;
|
|
83974
85419
|
name?: Maybe<Scalars['String']['output']>;
|
|
83975
85420
|
sprintMetadata?: Maybe<SoftwareSprintMetadata>;
|
|
83976
85421
|
sprintState: SprintState;
|
|
@@ -85549,6 +86994,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
85549
86994
|
status?: Maybe<TownsquareStatus>;
|
|
85550
86995
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
85551
86996
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
86997
|
+
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
85552
86998
|
url?: Maybe<Scalars['String']['output']>;
|
|
85553
86999
|
uuid: Scalars['String']['output'];
|
|
85554
87000
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
@@ -85557,6 +87003,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
85557
87003
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85558
87004
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85559
87005
|
};
|
|
87006
|
+
export declare type TownsquareGoalUpdatesArgs = {
|
|
87007
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
87008
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87009
|
+
};
|
|
85560
87010
|
export declare type TownsquareGoalConnection = {
|
|
85561
87011
|
__typename?: 'TownsquareGoalConnection';
|
|
85562
87012
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -85700,6 +87150,16 @@ export declare type TownsquareGoalUpdateCommentsArgs = {
|
|
|
85700
87150
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85701
87151
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85702
87152
|
};
|
|
87153
|
+
export declare type TownsquareGoalUpdateConnection = {
|
|
87154
|
+
__typename?: 'TownsquareGoalUpdateConnection';
|
|
87155
|
+
edges?: Maybe<Array<Maybe<TownsquareGoalUpdateEdge>>>;
|
|
87156
|
+
pageInfo: PageInfo;
|
|
87157
|
+
};
|
|
87158
|
+
export declare type TownsquareGoalUpdateEdge = {
|
|
87159
|
+
__typename?: 'TownsquareGoalUpdateEdge';
|
|
87160
|
+
cursor: Scalars['String']['output'];
|
|
87161
|
+
node?: Maybe<TownsquareGoalUpdate>;
|
|
87162
|
+
};
|
|
85703
87163
|
export declare type TownsquareLocalizationField = {
|
|
85704
87164
|
__typename?: 'TownsquareLocalizationField';
|
|
85705
87165
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88036,6 +89496,8 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
88036
89496
|
isManaged: Scalars['Boolean']['output'];
|
|
88037
89497
|
isPrimary: Scalars['Boolean']['output'];
|
|
88038
89498
|
linkedAccounts?: Maybe<UnifiedULinkedAccountResult>;
|
|
89499
|
+
nickname: Scalars['String']['output'];
|
|
89500
|
+
picture: Scalars['String']['output'];
|
|
88039
89501
|
};
|
|
88040
89502
|
export declare type UnifiedAccountBasics = UnifiedINode & {
|
|
88041
89503
|
__typename?: 'UnifiedAccountBasics';
|
|
@@ -88045,13 +89507,17 @@ export declare type UnifiedAccountBasics = UnifiedINode & {
|
|
|
88045
89507
|
isManaged: Scalars['Boolean']['output'];
|
|
88046
89508
|
isPrimary: Scalars['Boolean']['output'];
|
|
88047
89509
|
linkedAccountsBasics?: Maybe<UnifiedULinkedAccountBasicsResult>;
|
|
89510
|
+
nickname: Scalars['String']['output'];
|
|
89511
|
+
picture: Scalars['String']['output'];
|
|
88048
89512
|
};
|
|
88049
89513
|
export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
88050
89514
|
__typename?: 'UnifiedAccountDetails';
|
|
88051
89515
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
88052
89516
|
emailId?: Maybe<Scalars['String']['output']>;
|
|
88053
89517
|
id: Scalars['ID']['output'];
|
|
89518
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
88054
89519
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
89520
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
88055
89521
|
};
|
|
88056
89522
|
export declare type UnifiedAccountMutation = {
|
|
88057
89523
|
__typename?: 'UnifiedAccountMutation';
|
|
@@ -88106,6 +89572,82 @@ export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
|
88106
89572
|
aaid: Scalars['String']['input'];
|
|
88107
89573
|
dataPoint: Scalars['String']['input'];
|
|
88108
89574
|
};
|
|
89575
|
+
export declare type UnifiedCommunityMutation = {
|
|
89576
|
+
__typename?: 'UnifiedCommunityMutation';
|
|
89577
|
+
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
89578
|
+
};
|
|
89579
|
+
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
89580
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
89581
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
89582
|
+
};
|
|
89583
|
+
export declare type UnifiedCommunityPayload = UnifiedPayload & {
|
|
89584
|
+
__typename?: 'UnifiedCommunityPayload';
|
|
89585
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89586
|
+
forumsProfile?: Maybe<UnifiedForumsAccount>;
|
|
89587
|
+
gamificationProfile?: Maybe<UnifiedGamificationProfile>;
|
|
89588
|
+
success: Scalars['Boolean']['output'];
|
|
89589
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
89590
|
+
};
|
|
89591
|
+
export declare type UnifiedConsentMutation = {
|
|
89592
|
+
__typename?: 'UnifiedConsentMutation';
|
|
89593
|
+
deleteConsent?: Maybe<UnifiedConsentPayload>;
|
|
89594
|
+
removeConsent?: Maybe<UnifiedConsentPayload>;
|
|
89595
|
+
setConsent?: Maybe<UnifiedConsentPayload>;
|
|
89596
|
+
updateConsent?: Maybe<UnifiedConsentPayload>;
|
|
89597
|
+
};
|
|
89598
|
+
export declare type UnifiedConsentMutationDeleteConsentArgs = {
|
|
89599
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89600
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89601
|
+
value: Scalars['String']['input'];
|
|
89602
|
+
};
|
|
89603
|
+
export declare type UnifiedConsentMutationRemoveConsentArgs = {
|
|
89604
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89605
|
+
value: Scalars['String']['input'];
|
|
89606
|
+
};
|
|
89607
|
+
export declare type UnifiedConsentMutationSetConsentArgs = {
|
|
89608
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89609
|
+
type: Scalars['String']['input'];
|
|
89610
|
+
value: Scalars['String']['input'];
|
|
89611
|
+
};
|
|
89612
|
+
export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
89613
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89614
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89615
|
+
value: Scalars['String']['input'];
|
|
89616
|
+
};
|
|
89617
|
+
export declare type UnifiedConsentObj = {
|
|
89618
|
+
__typename?: 'UnifiedConsentObj';
|
|
89619
|
+
consent_key: Scalars['String']['output'];
|
|
89620
|
+
consent_status: Scalars['String']['output'];
|
|
89621
|
+
created_at: Scalars['String']['output'];
|
|
89622
|
+
updated_at: Scalars['String']['output'];
|
|
89623
|
+
};
|
|
89624
|
+
export declare type UnifiedConsentObjInput = {
|
|
89625
|
+
consent_key: Scalars['String']['input'];
|
|
89626
|
+
consent_status: Scalars['String']['input'];
|
|
89627
|
+
};
|
|
89628
|
+
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
89629
|
+
__typename?: 'UnifiedConsentPayload';
|
|
89630
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89631
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
89632
|
+
success: Scalars['Boolean']['output'];
|
|
89633
|
+
};
|
|
89634
|
+
export declare type UnifiedConsentQuery = {
|
|
89635
|
+
__typename?: 'UnifiedConsentQuery';
|
|
89636
|
+
getConsent?: Maybe<UnifiedUConsentStatusResult>;
|
|
89637
|
+
};
|
|
89638
|
+
export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
89639
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89640
|
+
value: Scalars['String']['input'];
|
|
89641
|
+
};
|
|
89642
|
+
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
89643
|
+
__typename?: 'UnifiedConsentStatus';
|
|
89644
|
+
consent_obj: Array<UnifiedConsentObj>;
|
|
89645
|
+
created_at: Scalars['String']['output'];
|
|
89646
|
+
id: Scalars['ID']['output'];
|
|
89647
|
+
type: Scalars['String']['output'];
|
|
89648
|
+
updated_at: Scalars['String']['output'];
|
|
89649
|
+
value: Scalars['String']['output'];
|
|
89650
|
+
};
|
|
88109
89651
|
export declare type UnifiedForums = UnifiedINode & {
|
|
88110
89652
|
__typename?: 'UnifiedForums';
|
|
88111
89653
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -88121,6 +89663,27 @@ export declare type UnifiedForumsGroupsArgs = {
|
|
|
88121
89663
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88122
89664
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88123
89665
|
};
|
|
89666
|
+
export declare type UnifiedForumsAccount = UnifiedINode & {
|
|
89667
|
+
__typename?: 'UnifiedForumsAccount';
|
|
89668
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
89669
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89670
|
+
href?: Maybe<Scalars['String']['output']>;
|
|
89671
|
+
id: Scalars['ID']['output'];
|
|
89672
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
|
89673
|
+
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
89674
|
+
login?: Maybe<Scalars['String']['output']>;
|
|
89675
|
+
onlineStatus?: Maybe<Scalars['String']['output']>;
|
|
89676
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
89677
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
89678
|
+
};
|
|
89679
|
+
export declare type UnifiedForumsAccountDetails = UnifiedINode & {
|
|
89680
|
+
__typename?: 'UnifiedForumsAccountDetails';
|
|
89681
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
89682
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
89683
|
+
id: Scalars['ID']['output'];
|
|
89684
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
89685
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
89686
|
+
};
|
|
88124
89687
|
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
88125
89688
|
__typename?: 'UnifiedForumsBadge';
|
|
88126
89689
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -88237,6 +89800,11 @@ export declare type UnifiedGamificationLevel = UnifiedINode & {
|
|
|
88237
89800
|
maxPoints?: Maybe<Scalars['Int']['output']>;
|
|
88238
89801
|
nextLevelName?: Maybe<Scalars['String']['output']>;
|
|
88239
89802
|
};
|
|
89803
|
+
export declare type UnifiedGamificationProfile = {
|
|
89804
|
+
__typename?: 'UnifiedGamificationProfile';
|
|
89805
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89806
|
+
userId?: Maybe<Scalars['String']['output']>;
|
|
89807
|
+
};
|
|
88240
89808
|
export declare type UnifiedGamificationRecognitionsSummary = UnifiedINode & {
|
|
88241
89809
|
__typename?: 'UnifiedGamificationRecognitionsSummary';
|
|
88242
89810
|
id: Scalars['ID']['output'];
|
|
@@ -88438,6 +90006,8 @@ export declare type UnifiedMutation = {
|
|
|
88438
90006
|
__typename?: 'UnifiedMutation';
|
|
88439
90007
|
account?: Maybe<UnifiedAccountMutation>;
|
|
88440
90008
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
90009
|
+
community?: Maybe<UnifiedCommunityMutation>;
|
|
90010
|
+
consent?: Maybe<UnifiedConsentMutation>;
|
|
88441
90011
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
88442
90012
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
88443
90013
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -88453,6 +90023,7 @@ export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
|
88453
90023
|
};
|
|
88454
90024
|
export declare type UnifiedMutationError = {
|
|
88455
90025
|
__typename?: 'UnifiedMutationError';
|
|
90026
|
+
code?: Maybe<Scalars['String']['output']>;
|
|
88456
90027
|
extensions?: Maybe<UnifiedMutationErrorExtension>;
|
|
88457
90028
|
message?: Maybe<Scalars['String']['output']>;
|
|
88458
90029
|
};
|
|
@@ -88551,6 +90122,7 @@ export declare type UnifiedQuery = {
|
|
|
88551
90122
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
88552
90123
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
88553
90124
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
90125
|
+
consent?: Maybe<UnifiedConsentQuery>;
|
|
88554
90126
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
88555
90127
|
node?: Maybe<UnifiedINode>;
|
|
88556
90128
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
@@ -88580,6 +90152,7 @@ export declare type UnifiedQueryUnifiedProfileArgs = {
|
|
|
88580
90152
|
};
|
|
88581
90153
|
export declare type UnifiedQueryError = UnifiedIQueryError & {
|
|
88582
90154
|
__typename?: 'UnifiedQueryError';
|
|
90155
|
+
code?: Maybe<Scalars['String']['output']>;
|
|
88583
90156
|
extensions?: Maybe<Array<UnifiedQueryErrorExtension>>;
|
|
88584
90157
|
identifier?: Maybe<Scalars['ID']['output']>;
|
|
88585
90158
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -88617,6 +90190,7 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
88617
90190
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
88618
90191
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
88619
90192
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
90193
|
+
export declare type UnifiedUConsentStatusResult = UnifiedConsentStatus | UnifiedQueryError;
|
|
88620
90194
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
88621
90195
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
88622
90196
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|
|
@@ -88872,6 +90446,7 @@ export declare type UpdateCompassLinkInput = {
|
|
|
88872
90446
|
url?: InputMaybe<Scalars['URL']['input']>;
|
|
88873
90447
|
};
|
|
88874
90448
|
export declare type UpdateCompassScorecardCriteriaInput = {
|
|
90449
|
+
dynamic?: InputMaybe<CompassUpdateDynamicScorecardCriteriaInput>;
|
|
88875
90450
|
hasCustomBooleanValue?: InputMaybe<CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput>;
|
|
88876
90451
|
hasCustomMultiSelectValue?: InputMaybe<CompassUpdateHasCustomMultiSelectFieldScorecardCriteriaInput>;
|
|
88877
90452
|
hasCustomNumberValue?: InputMaybe<CompassUpdateHasCustomNumberFieldScorecardCriteriaInput>;
|