@forge/cli-shared 5.4.1-next.5 → 5.5.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 +52 -0
- package/out/config/config-file.d.ts +1 -1
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +1 -1
- package/out/graphql/graphql-types.d.ts +1090 -166
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +76 -19
- package/out/service/i18n-resource-bundling-service.d.ts +21 -0
- package/out/service/i18n-resource-bundling-service.d.ts.map +1 -0
- package/out/service/i18n-resource-bundling-service.js +97 -0
- 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/package.json +3 -2
|
@@ -3740,6 +3740,7 @@ export declare type CompassComponent = Node & {
|
|
|
3740
3740
|
api?: Maybe<CompassComponentApi>;
|
|
3741
3741
|
applicableScorecards?: Maybe<Array<CompassScorecard>>;
|
|
3742
3742
|
changeMetadata: CompassChangeMetadata;
|
|
3743
|
+
componentDescriptionDetails?: Maybe<CompassComponentDescriptionDetails>;
|
|
3743
3744
|
customFields?: Maybe<Array<CompassCustomField>>;
|
|
3744
3745
|
dataManager?: Maybe<CompassComponentDataManager>;
|
|
3745
3746
|
deactivatedScorecards?: Maybe<CompassDeactivatedScorecardsConnection>;
|
|
@@ -3909,6 +3910,13 @@ export declare type CompassComponentDeactivatedScorecardsEdge = {
|
|
|
3909
3910
|
lastScorecardScore?: Maybe<Scalars['Int']['output']>;
|
|
3910
3911
|
node?: Maybe<CompassDeactivatedScorecard>;
|
|
3911
3912
|
};
|
|
3913
|
+
export declare type CompassComponentDescriptionDetails = {
|
|
3914
|
+
__typename?: 'CompassComponentDescriptionDetails';
|
|
3915
|
+
content: Scalars['String']['output'];
|
|
3916
|
+
};
|
|
3917
|
+
export declare type CompassComponentDescriptionDetailsInput = {
|
|
3918
|
+
content: Scalars['String']['input'];
|
|
3919
|
+
};
|
|
3912
3920
|
export declare type CompassComponentEndpoint = {
|
|
3913
3921
|
__typename?: 'CompassComponentEndpoint';
|
|
3914
3922
|
checksum: Scalars['String']['output'];
|
|
@@ -4275,6 +4283,7 @@ export declare type CompassCreateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
4275
4283
|
booleanComparatorValue: Scalars['Boolean']['input'];
|
|
4276
4284
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4277
4285
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4286
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4278
4287
|
weight: Scalars['Int']['input'];
|
|
4279
4288
|
};
|
|
4280
4289
|
export declare type CompassCreateHasCustomMultiSelectFieldScorecardCriteriaInput = {
|
|
@@ -4282,6 +4291,7 @@ export declare type CompassCreateHasCustomMultiSelectFieldScorecardCriteriaInput
|
|
|
4282
4291
|
collectionComparatorValue: Array<Scalars['ID']['input']>;
|
|
4283
4292
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4284
4293
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4294
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4285
4295
|
weight: Scalars['Int']['input'];
|
|
4286
4296
|
};
|
|
4287
4297
|
export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
@@ -4289,6 +4299,7 @@ export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
|
4289
4299
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4290
4300
|
numberComparator: CompassCriteriaNumberComparatorOptions;
|
|
4291
4301
|
numberComparatorValue: Scalars['Float']['input'];
|
|
4302
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4292
4303
|
weight: Scalars['Int']['input'];
|
|
4293
4304
|
};
|
|
4294
4305
|
export declare type CompassCreateHasCustomSingleSelectFieldScorecardCriteriaInput = {
|
|
@@ -4296,11 +4307,13 @@ export declare type CompassCreateHasCustomSingleSelectFieldScorecardCriteriaInpu
|
|
|
4296
4307
|
membershipComparator: CompassCriteriaMembershipComparatorOptions;
|
|
4297
4308
|
membershipComparatorValue: Array<Scalars['ID']['input']>;
|
|
4298
4309
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4310
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4299
4311
|
weight: Scalars['Int']['input'];
|
|
4300
4312
|
};
|
|
4301
4313
|
export declare type CompassCreateHasCustomTextFieldScorecardCriteriaInput = {
|
|
4302
4314
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4303
4315
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4316
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4304
4317
|
weight: Scalars['Int']['input'];
|
|
4305
4318
|
};
|
|
4306
4319
|
export declare type CompassCreateIncidentEventInput = {
|
|
@@ -4396,6 +4409,10 @@ export declare type CompassCreatePushEventInput = {
|
|
|
4396
4409
|
updateSequenceNumber: Scalars['Long']['input'];
|
|
4397
4410
|
url: Scalars['URL']['input'];
|
|
4398
4411
|
};
|
|
4412
|
+
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
4413
|
+
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
4414
|
+
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
4415
|
+
};
|
|
4399
4416
|
export declare type CompassCreateTeamCheckinActionInput = {
|
|
4400
4417
|
actionText: Scalars['String']['input'];
|
|
4401
4418
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -4552,6 +4569,7 @@ export declare type CompassCustomFieldScorecardCriteria = {
|
|
|
4552
4569
|
id: Scalars['ID']['output'];
|
|
4553
4570
|
name?: Maybe<Scalars['String']['output']>;
|
|
4554
4571
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
4572
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
4555
4573
|
weight: Scalars['Int']['output'];
|
|
4556
4574
|
};
|
|
4557
4575
|
export declare type CompassCustomFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5064,6 +5082,7 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCusto
|
|
|
5064
5082
|
id: Scalars['ID']['output'];
|
|
5065
5083
|
name?: Maybe<Scalars['String']['output']>;
|
|
5066
5084
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5085
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5067
5086
|
weight: Scalars['Int']['output'];
|
|
5068
5087
|
};
|
|
5069
5088
|
export declare type CompassHasCustomBooleanFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5078,6 +5097,7 @@ export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassC
|
|
|
5078
5097
|
id: Scalars['ID']['output'];
|
|
5079
5098
|
name?: Maybe<Scalars['String']['output']>;
|
|
5080
5099
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5100
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5081
5101
|
weight: Scalars['Int']['output'];
|
|
5082
5102
|
};
|
|
5083
5103
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5091,6 +5111,7 @@ export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustom
|
|
|
5091
5111
|
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5092
5112
|
numberComparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5093
5113
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5114
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5094
5115
|
weight: Scalars['Int']['output'];
|
|
5095
5116
|
};
|
|
5096
5117
|
export declare type CompassHasCustomNumberFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5105,6 +5126,7 @@ export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = Compass
|
|
|
5105
5126
|
membershipComparatorValue: Array<Scalars['ID']['output']>;
|
|
5106
5127
|
name?: Maybe<Scalars['String']['output']>;
|
|
5107
5128
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5129
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5108
5130
|
weight: Scalars['Int']['output'];
|
|
5109
5131
|
};
|
|
5110
5132
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5116,6 +5138,7 @@ export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFi
|
|
|
5116
5138
|
id: Scalars['ID']['output'];
|
|
5117
5139
|
name?: Maybe<Scalars['String']['output']>;
|
|
5118
5140
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5141
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5119
5142
|
weight: Scalars['Int']['output'];
|
|
5120
5143
|
};
|
|
5121
5144
|
export declare type CompassHasCustomTextFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5126,6 +5149,7 @@ export declare type CompassHasDescriptionScorecardCriteria = CompassScorecardCri
|
|
|
5126
5149
|
id: Scalars['ID']['output'];
|
|
5127
5150
|
name?: Maybe<Scalars['String']['output']>;
|
|
5128
5151
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5152
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5129
5153
|
weight: Scalars['Int']['output'];
|
|
5130
5154
|
};
|
|
5131
5155
|
export declare type CompassHasDescriptionScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5137,6 +5161,7 @@ export declare type CompassHasFieldScorecardCriteria = CompassScorecardCriteria
|
|
|
5137
5161
|
id: Scalars['ID']['output'];
|
|
5138
5162
|
name?: Maybe<Scalars['String']['output']>;
|
|
5139
5163
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5164
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5140
5165
|
weight: Scalars['Int']['output'];
|
|
5141
5166
|
};
|
|
5142
5167
|
export declare type CompassHasFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5148,6 +5173,7 @@ export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria &
|
|
|
5148
5173
|
linkType: CompassLinkType;
|
|
5149
5174
|
name?: Maybe<Scalars['String']['output']>;
|
|
5150
5175
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5176
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5151
5177
|
textComparator?: Maybe<CompassCriteriaTextComparatorOptions>;
|
|
5152
5178
|
textComparatorValue?: Maybe<Scalars['String']['output']>;
|
|
5153
5179
|
weight: Scalars['Int']['output'];
|
|
@@ -5165,6 +5191,7 @@ export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCri
|
|
|
5165
5191
|
metricDefinitionId: Scalars['ID']['output'];
|
|
5166
5192
|
name?: Maybe<Scalars['String']['output']>;
|
|
5167
5193
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5194
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5168
5195
|
weight: Scalars['Int']['output'];
|
|
5169
5196
|
};
|
|
5170
5197
|
export declare type CompassHasMetricValueScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5175,6 +5202,7 @@ export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria
|
|
|
5175
5202
|
id: Scalars['ID']['output'];
|
|
5176
5203
|
name?: Maybe<Scalars['String']['output']>;
|
|
5177
5204
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5205
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5178
5206
|
weight: Scalars['Int']['output'];
|
|
5179
5207
|
};
|
|
5180
5208
|
export declare type CompassHasOwnerScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5683,6 +5711,7 @@ export declare type CompassScorecard = Node & {
|
|
|
5683
5711
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
5684
5712
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
5685
5713
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
5714
|
+
scoringStrategyType?: Maybe<Scalars['String']['output']>;
|
|
5686
5715
|
type: Scalars['String']['output'];
|
|
5687
5716
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
5688
5717
|
};
|
|
@@ -5800,6 +5829,7 @@ export declare type CompassScorecardCriteria = {
|
|
|
5800
5829
|
id: Scalars['ID']['output'];
|
|
5801
5830
|
name?: Maybe<Scalars['String']['output']>;
|
|
5802
5831
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5832
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5803
5833
|
weight: Scalars['Int']['output'];
|
|
5804
5834
|
};
|
|
5805
5835
|
export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5868,6 +5898,16 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
5868
5898
|
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
5869
5899
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
5870
5900
|
};
|
|
5901
|
+
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
5902
|
+
MarkAsFailed = "MARK_AS_FAILED",
|
|
5903
|
+
MarkAsPassed = "MARK_AS_PASSED",
|
|
5904
|
+
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
5905
|
+
}
|
|
5906
|
+
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
5907
|
+
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
5908
|
+
onFalse?: Maybe<Scalars['String']['output']>;
|
|
5909
|
+
onTrue?: Maybe<Scalars['String']['output']>;
|
|
5910
|
+
};
|
|
5871
5911
|
export declare type CompassScorecardCriterionScore = {
|
|
5872
5912
|
criterionId: Scalars['ID']['output'];
|
|
5873
5913
|
explanation: Scalars['String']['output'];
|
|
@@ -6062,6 +6102,10 @@ export declare type CompassScorecardScoreStatusDuration = {
|
|
|
6062
6102
|
__typename?: 'CompassScorecardScoreStatusDuration';
|
|
6063
6103
|
since: Scalars['DateTime']['output'];
|
|
6064
6104
|
};
|
|
6105
|
+
export declare enum CompassScorecardScoringStrategyType {
|
|
6106
|
+
PointBased = "POINT_BASED",
|
|
6107
|
+
WeightBased = "WEIGHT_BASED"
|
|
6108
|
+
}
|
|
6065
6109
|
export declare type CompassScorecardTypesFilter = {
|
|
6066
6110
|
in: Array<Scalars['String']['input']>;
|
|
6067
6111
|
};
|
|
@@ -6385,6 +6429,7 @@ export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
6385
6429
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6386
6430
|
id: Scalars['ID']['input'];
|
|
6387
6431
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6432
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6388
6433
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6389
6434
|
};
|
|
6390
6435
|
export declare type CompassUpdateHasCustomMultiSelectFieldScorecardCriteriaInput = {
|
|
@@ -6393,6 +6438,7 @@ export declare type CompassUpdateHasCustomMultiSelectFieldScorecardCriteriaInput
|
|
|
6393
6438
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6394
6439
|
id: Scalars['ID']['input'];
|
|
6395
6440
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6441
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6396
6442
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6397
6443
|
};
|
|
6398
6444
|
export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
@@ -6401,6 +6447,7 @@ export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
|
6401
6447
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6402
6448
|
numberComparator?: InputMaybe<CompassCriteriaNumberComparatorOptions>;
|
|
6403
6449
|
numberComparatorValue?: InputMaybe<Scalars['Float']['input']>;
|
|
6450
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6404
6451
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6405
6452
|
};
|
|
6406
6453
|
export declare type CompassUpdateHasCustomSingleSelectFieldScorecardCriteriaInput = {
|
|
@@ -6409,12 +6456,14 @@ export declare type CompassUpdateHasCustomSingleSelectFieldScorecardCriteriaInpu
|
|
|
6409
6456
|
membershipComparator?: InputMaybe<CompassCriteriaMembershipComparatorOptions>;
|
|
6410
6457
|
membershipComparatorValue?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
6411
6458
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6459
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6412
6460
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6413
6461
|
};
|
|
6414
6462
|
export declare type CompassUpdateHasCustomTextFieldScorecardCriteriaInput = {
|
|
6415
6463
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6416
6464
|
id: Scalars['ID']['input'];
|
|
6417
6465
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6466
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6418
6467
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6419
6468
|
};
|
|
6420
6469
|
export declare type CompassUpdateMetricDefinitionInput = {
|
|
@@ -6437,6 +6486,10 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
6437
6486
|
success: Scalars['Boolean']['output'];
|
|
6438
6487
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
6439
6488
|
};
|
|
6489
|
+
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
6490
|
+
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
6491
|
+
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
6492
|
+
};
|
|
6440
6493
|
export declare type CompassUpdateTeamCheckinActionInput = {
|
|
6441
6494
|
actionText?: InputMaybe<Scalars['String']['input']>;
|
|
6442
6495
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -15268,16 +15321,19 @@ export declare type CreateCompassFreeformUserDefinedParameterInput = {
|
|
|
15268
15321
|
};
|
|
15269
15322
|
export declare type CreateCompassHasDescriptionScorecardCriteriaInput = {
|
|
15270
15323
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15324
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15271
15325
|
weight: Scalars['Int']['input'];
|
|
15272
15326
|
};
|
|
15273
15327
|
export declare type CreateCompassHasFieldScorecardCriteriaInput = {
|
|
15274
15328
|
fieldDefinitionId: Scalars['ID']['input'];
|
|
15275
15329
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15330
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15276
15331
|
weight: Scalars['Int']['input'];
|
|
15277
15332
|
};
|
|
15278
15333
|
export declare type CreateCompassHasLinkScorecardCriteriaInput = {
|
|
15279
15334
|
linkType: CompassLinkType;
|
|
15280
15335
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15336
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15281
15337
|
textComparator?: InputMaybe<CompassCriteriaTextComparatorOptions>;
|
|
15282
15338
|
textComparatorValue?: InputMaybe<Scalars['String']['input']>;
|
|
15283
15339
|
weight: Scalars['Int']['input'];
|
|
@@ -15292,6 +15348,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
15292
15348
|
};
|
|
15293
15349
|
export declare type CreateCompassHasOwnerScorecardCriteriaInput = {
|
|
15294
15350
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15351
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15295
15352
|
weight: Scalars['Int']['input'];
|
|
15296
15353
|
};
|
|
15297
15354
|
export declare type CreateCompassLinkInput = {
|
|
@@ -15333,6 +15390,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15333
15390
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15334
15391
|
name: Scalars['String']['input'];
|
|
15335
15392
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15393
|
+
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
15336
15394
|
};
|
|
15337
15395
|
export declare type CreateCompassScorecardPayload = Payload & {
|
|
15338
15396
|
__typename?: 'CreateCompassScorecardPayload';
|
|
@@ -19291,6 +19349,7 @@ export declare type ExternalAttachment = {
|
|
|
19291
19349
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
19292
19350
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
19293
19351
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
19352
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
19294
19353
|
url?: Maybe<Scalars['String']['output']>;
|
|
19295
19354
|
};
|
|
19296
19355
|
export declare type ExternalAuthCredentialsInput = {
|
|
@@ -19501,6 +19560,7 @@ export declare type ExternalDocument = Node & {
|
|
|
19501
19560
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
19502
19561
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
19503
19562
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
19563
|
+
parent?: Maybe<ExternalEntity>;
|
|
19504
19564
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
19505
19565
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
19506
19566
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -19648,6 +19708,7 @@ export declare type ExternalMessage = Node & {
|
|
|
19648
19708
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
19649
19709
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
19650
19710
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
19711
|
+
parent?: Maybe<ExternalEntity>;
|
|
19651
19712
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
19652
19713
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
19653
19714
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -24565,6 +24626,7 @@ export declare type GraphStore = {
|
|
|
24565
24626
|
atlasProjectIsTrackedOnJiraEpicInverseRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24566
24627
|
atlasProjectIsTrackedOnJiraEpicRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24567
24628
|
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
|
|
24629
|
+
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
|
|
24568
24630
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24569
24631
|
componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
24570
24632
|
componentImpactedByIncident?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentConnection>;
|
|
@@ -24587,6 +24649,18 @@ export declare type GraphStore = {
|
|
|
24587
24649
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24588
24650
|
focusAreaAssociatedToProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseConnection>;
|
|
24589
24651
|
focusAreaAssociatedToProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
24652
|
+
focusAreaHasAtlasGoal?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
|
|
24653
|
+
focusAreaHasAtlasGoalBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24654
|
+
focusAreaHasAtlasGoalInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection>;
|
|
24655
|
+
focusAreaHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalConnection>;
|
|
24656
|
+
focusAreaHasFocusArea?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaConnection>;
|
|
24657
|
+
focusAreaHasFocusAreaBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24658
|
+
focusAreaHasFocusAreaInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection>;
|
|
24659
|
+
focusAreaHasFocusAreaInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaConnection>;
|
|
24660
|
+
focusAreaHasProject?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectConnection>;
|
|
24661
|
+
focusAreaHasProjectBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24662
|
+
focusAreaHasProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseConnection>;
|
|
24663
|
+
focusAreaHasProjectInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasProjectConnection>;
|
|
24590
24664
|
incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
|
|
24591
24665
|
incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
|
|
24592
24666
|
incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
|
|
@@ -24649,6 +24723,7 @@ export declare type GraphStore = {
|
|
|
24649
24723
|
issueAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseConnection>;
|
|
24650
24724
|
issueAssociatedRemoteLinkInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24651
24725
|
issueAssociatedRemoteLinkRelationship?: Maybe<GraphStoreFullIssueAssociatedRemoteLinkConnection>;
|
|
24726
|
+
issueChangesComponent?: Maybe<GraphStoreSimplifiedIssueChangesComponentConnection>;
|
|
24652
24727
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
24653
24728
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
24654
24729
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
@@ -24813,6 +24888,8 @@ export declare type GraphStore = {
|
|
|
24813
24888
|
securityContainerAssociatedToVulnerabilityInverseBatch?: Maybe<GraphStoreBatchSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24814
24889
|
securityContainerAssociatedToVulnerabilityInverseRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24815
24890
|
securityContainerAssociatedToVulnerabilityRelationship?: Maybe<GraphStoreFullSecurityContainerAssociatedToVulnerabilityConnection>;
|
|
24891
|
+
serviceAssociatedDeployment?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentConnection>;
|
|
24892
|
+
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
24816
24893
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
24817
24894
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
24818
24895
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -24850,6 +24927,7 @@ export declare type GraphStore = {
|
|
|
24850
24927
|
sprintRetrospectiveWhiteboard?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection>;
|
|
24851
24928
|
sprintRetrospectiveWhiteboardInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24852
24929
|
sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
24930
|
+
teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
|
|
24853
24931
|
teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
|
|
24854
24932
|
teamWorksOnProjectInverseRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
24855
24933
|
teamWorksOnProjectRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
@@ -24866,8 +24944,6 @@ export declare type GraphStore = {
|
|
|
24866
24944
|
testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
|
|
24867
24945
|
testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24868
24946
|
testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
|
|
24869
|
-
userIsInTeamInverseRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24870
|
-
userIsInTeamRelationship?: Maybe<GraphStoreFullUserIsInTeamConnection>;
|
|
24871
24947
|
versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
|
|
24872
24948
|
versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
24873
24949
|
versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
|
|
@@ -24953,31 +25029,25 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
|
|
|
24953
25029
|
};
|
|
24954
25030
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
24955
25031
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24956
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24957
25032
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24958
25033
|
id: Scalars['ID']['input'];
|
|
24959
25034
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24960
25035
|
};
|
|
24961
25036
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
|
|
24962
25037
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24963
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24964
25038
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24965
25039
|
id: Scalars['ID']['input'];
|
|
24966
25040
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24967
25041
|
};
|
|
24968
25042
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseRelationshipArgs = {
|
|
24969
25043
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24970
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24971
25044
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24972
25045
|
id: Scalars['ID']['input'];
|
|
24973
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24974
25046
|
};
|
|
24975
25047
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs = {
|
|
24976
25048
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24977
|
-
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24978
25049
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24979
25050
|
id: Scalars['ID']['input'];
|
|
24980
|
-
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24981
25051
|
};
|
|
24982
25052
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
24983
25053
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24985,6 +25055,12 @@ export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
|
24985
25055
|
id: Scalars['ID']['input'];
|
|
24986
25056
|
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
24987
25057
|
};
|
|
25058
|
+
export declare type GraphStoreComponentAssociatedDocumentInverseArgs = {
|
|
25059
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25060
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25061
|
+
id: Scalars['ID']['input'];
|
|
25062
|
+
sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
|
|
25063
|
+
};
|
|
24988
25064
|
export declare type GraphStoreComponentAssociatedDocumentInverseRelationshipArgs = {
|
|
24989
25065
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
24990
25066
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25055,6 +25131,7 @@ export declare type GraphStoreContentReferencedEntityBatchArgs = {
|
|
|
25055
25131
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25056
25132
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25057
25133
|
ids: Array<Scalars['ID']['input']>;
|
|
25134
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
25058
25135
|
};
|
|
25059
25136
|
export declare type GraphStoreContentReferencedEntityInverseArgs = {
|
|
25060
25137
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25066,6 +25143,7 @@ export declare type GraphStoreContentReferencedEntityInverseBatchArgs = {
|
|
|
25066
25143
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25067
25144
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25068
25145
|
ids: Array<Scalars['ID']['input']>;
|
|
25146
|
+
sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
|
|
25069
25147
|
};
|
|
25070
25148
|
export declare type GraphStoreContentReferencedEntityInverseRelationshipArgs = {
|
|
25071
25149
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25093,6 +25171,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectBatchArgs = {
|
|
|
25093
25171
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25094
25172
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25095
25173
|
ids: Array<Scalars['ID']['input']>;
|
|
25174
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
25096
25175
|
};
|
|
25097
25176
|
export declare type GraphStoreFocusAreaAssociatedToProjectInverseArgs = {
|
|
25098
25177
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25104,6 +25183,79 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
|
|
|
25104
25183
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25105
25184
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25106
25185
|
ids: Array<Scalars['ID']['input']>;
|
|
25186
|
+
sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
|
|
25187
|
+
};
|
|
25188
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalArgs = {
|
|
25189
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25190
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25191
|
+
id: Scalars['ID']['input'];
|
|
25192
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25193
|
+
};
|
|
25194
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalBatchArgs = {
|
|
25195
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25196
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25197
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25198
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25199
|
+
};
|
|
25200
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseArgs = {
|
|
25201
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25202
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25203
|
+
id: Scalars['ID']['input'];
|
|
25204
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25205
|
+
};
|
|
25206
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalInverseBatchArgs = {
|
|
25207
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25208
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25209
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25210
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
|
|
25211
|
+
};
|
|
25212
|
+
export declare type GraphStoreFocusAreaHasFocusAreaArgs = {
|
|
25213
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25214
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25215
|
+
id: Scalars['ID']['input'];
|
|
25216
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25217
|
+
};
|
|
25218
|
+
export declare type GraphStoreFocusAreaHasFocusAreaBatchArgs = {
|
|
25219
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25220
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25221
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25222
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25223
|
+
};
|
|
25224
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseArgs = {
|
|
25225
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25226
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25227
|
+
id: Scalars['ID']['input'];
|
|
25228
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25229
|
+
};
|
|
25230
|
+
export declare type GraphStoreFocusAreaHasFocusAreaInverseBatchArgs = {
|
|
25231
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25232
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25233
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25234
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
|
|
25235
|
+
};
|
|
25236
|
+
export declare type GraphStoreFocusAreaHasProjectArgs = {
|
|
25237
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25238
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25239
|
+
id: Scalars['ID']['input'];
|
|
25240
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25241
|
+
};
|
|
25242
|
+
export declare type GraphStoreFocusAreaHasProjectBatchArgs = {
|
|
25243
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25244
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25245
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25246
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25247
|
+
};
|
|
25248
|
+
export declare type GraphStoreFocusAreaHasProjectInverseArgs = {
|
|
25249
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25250
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25251
|
+
id: Scalars['ID']['input'];
|
|
25252
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25253
|
+
};
|
|
25254
|
+
export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
|
|
25255
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25256
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25257
|
+
ids: Array<Scalars['ID']['input']>;
|
|
25258
|
+
sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
|
|
25107
25259
|
};
|
|
25108
25260
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
|
|
25109
25261
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25115,6 +25267,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewBatchArgs = {
|
|
|
25115
25267
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25116
25268
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25117
25269
|
ids: Array<Scalars['ID']['input']>;
|
|
25270
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
25118
25271
|
};
|
|
25119
25272
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseArgs = {
|
|
25120
25273
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25126,6 +25279,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseBatchAr
|
|
|
25126
25279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25127
25280
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25128
25281
|
ids: Array<Scalars['ID']['input']>;
|
|
25282
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
|
|
25129
25283
|
};
|
|
25130
25284
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseRelationshipArgs = {
|
|
25131
25285
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25142,6 +25296,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkBatchArgs
|
|
|
25142
25296
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25143
25297
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25144
25298
|
ids: Array<Scalars['ID']['input']>;
|
|
25299
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
25145
25300
|
};
|
|
25146
25301
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseArgs = {
|
|
25147
25302
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25153,6 +25308,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseBat
|
|
|
25153
25308
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25154
25309
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25155
25310
|
ids: Array<Scalars['ID']['input']>;
|
|
25311
|
+
sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
|
|
25156
25312
|
};
|
|
25157
25313
|
export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseRelationshipArgs = {
|
|
25158
25314
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25179,6 +25335,7 @@ export declare type GraphStoreIncidentHasActionItemBatchArgs = {
|
|
|
25179
25335
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25180
25336
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25181
25337
|
ids: Array<Scalars['ID']['input']>;
|
|
25338
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
25182
25339
|
};
|
|
25183
25340
|
export declare type GraphStoreIncidentHasActionItemInverseArgs = {
|
|
25184
25341
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25190,6 +25347,7 @@ export declare type GraphStoreIncidentHasActionItemInverseBatchArgs = {
|
|
|
25190
25347
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25191
25348
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25192
25349
|
ids: Array<Scalars['ID']['input']>;
|
|
25350
|
+
sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
|
|
25193
25351
|
};
|
|
25194
25352
|
export declare type GraphStoreIncidentHasActionItemInverseRelationshipArgs = {
|
|
25195
25353
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25211,6 +25369,7 @@ export declare type GraphStoreIncidentLinkedJswIssueBatchArgs = {
|
|
|
25211
25369
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25212
25370
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25213
25371
|
ids: Array<Scalars['ID']['input']>;
|
|
25372
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
25214
25373
|
};
|
|
25215
25374
|
export declare type GraphStoreIncidentLinkedJswIssueInverseArgs = {
|
|
25216
25375
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25222,6 +25381,7 @@ export declare type GraphStoreIncidentLinkedJswIssueInverseBatchArgs = {
|
|
|
25222
25381
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25223
25382
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25224
25383
|
ids: Array<Scalars['ID']['input']>;
|
|
25384
|
+
sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
|
|
25225
25385
|
};
|
|
25226
25386
|
export declare type GraphStoreIncidentLinkedJswIssueInverseRelationshipArgs = {
|
|
25227
25387
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25253,6 +25413,7 @@ export declare type GraphStoreIssueAssociatedBuildBatchArgs = {
|
|
|
25253
25413
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25254
25414
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25255
25415
|
ids: Array<Scalars['ID']['input']>;
|
|
25416
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
|
|
25256
25417
|
};
|
|
25257
25418
|
export declare type GraphStoreIssueAssociatedBuildInverseArgs = {
|
|
25258
25419
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25264,6 +25425,7 @@ export declare type GraphStoreIssueAssociatedBuildInverseBatchArgs = {
|
|
|
25264
25425
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25265
25426
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25266
25427
|
ids: Array<Scalars['ID']['input']>;
|
|
25428
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
|
|
25267
25429
|
};
|
|
25268
25430
|
export declare type GraphStoreIssueAssociatedBuildInverseRelationshipArgs = {
|
|
25269
25431
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25293,35 +25455,45 @@ export declare type GraphStoreIssueAssociatedCommitRelationshipArgs = {
|
|
|
25293
25455
|
};
|
|
25294
25456
|
export declare type GraphStoreIssueAssociatedDeploymentArgs = {
|
|
25295
25457
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25458
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25296
25459
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25297
25460
|
id: Scalars['ID']['input'];
|
|
25298
25461
|
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25299
25462
|
};
|
|
25300
25463
|
export declare type GraphStoreIssueAssociatedDeploymentBatchArgs = {
|
|
25301
25464
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25465
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25302
25466
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25303
25467
|
ids: Array<Scalars['ID']['input']>;
|
|
25468
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25304
25469
|
};
|
|
25305
25470
|
export declare type GraphStoreIssueAssociatedDeploymentInverseArgs = {
|
|
25306
25471
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25472
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25307
25473
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25308
25474
|
id: Scalars['ID']['input'];
|
|
25309
25475
|
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25310
25476
|
};
|
|
25311
25477
|
export declare type GraphStoreIssueAssociatedDeploymentInverseBatchArgs = {
|
|
25312
25478
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25479
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25313
25480
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25314
25481
|
ids: Array<Scalars['ID']['input']>;
|
|
25482
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25315
25483
|
};
|
|
25316
25484
|
export declare type GraphStoreIssueAssociatedDeploymentInverseRelationshipArgs = {
|
|
25317
25485
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25486
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25318
25487
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25319
25488
|
id: Scalars['ID']['input'];
|
|
25489
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25320
25490
|
};
|
|
25321
25491
|
export declare type GraphStoreIssueAssociatedDeploymentRelationshipArgs = {
|
|
25322
25492
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25493
|
+
filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
|
|
25323
25494
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25324
25495
|
id: Scalars['ID']['input'];
|
|
25496
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedDeploymentSortInput>;
|
|
25325
25497
|
};
|
|
25326
25498
|
export declare type GraphStoreIssueAssociatedDesignArgs = {
|
|
25327
25499
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25377,6 +25549,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkBatchArgs = {
|
|
|
25377
25549
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25378
25550
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25379
25551
|
ids: Array<Scalars['ID']['input']>;
|
|
25552
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
25380
25553
|
};
|
|
25381
25554
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseArgs = {
|
|
25382
25555
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25388,6 +25561,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseBatchArgs = {
|
|
|
25388
25561
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25389
25562
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25390
25563
|
ids: Array<Scalars['ID']['input']>;
|
|
25564
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
|
|
25391
25565
|
};
|
|
25392
25566
|
export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseRelationshipArgs = {
|
|
25393
25567
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25437,6 +25611,12 @@ export declare type GraphStoreIssueAssociatedRemoteLinkRelationshipArgs = {
|
|
|
25437
25611
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25438
25612
|
id: Scalars['ID']['input'];
|
|
25439
25613
|
};
|
|
25614
|
+
export declare type GraphStoreIssueChangesComponentArgs = {
|
|
25615
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25616
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25617
|
+
id: Scalars['ID']['input'];
|
|
25618
|
+
sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
|
|
25619
|
+
};
|
|
25440
25620
|
export declare type GraphStoreIssueChangesComponentInverseArgs = {
|
|
25441
25621
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25442
25622
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25595,6 +25775,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceBatchArgs = {
|
|
|
25595
25775
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25596
25776
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25597
25777
|
ids: Array<Scalars['ID']['input']>;
|
|
25778
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
25598
25779
|
};
|
|
25599
25780
|
export declare type GraphStoreJsmProjectAssociatedServiceInverseArgs = {
|
|
25600
25781
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25606,6 +25787,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceInverseBatchArgs = {
|
|
|
25606
25787
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25607
25788
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25608
25789
|
ids: Array<Scalars['ID']['input']>;
|
|
25790
|
+
sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
|
|
25609
25791
|
};
|
|
25610
25792
|
export declare type GraphStoreJsmProjectAssociatedServiceInverseRelationshipArgs = {
|
|
25611
25793
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -25721,11 +25903,13 @@ export declare type GraphStoreMediaAttachedToContentBatchArgs = {
|
|
|
25721
25903
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25722
25904
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25723
25905
|
ids: Array<Scalars['ID']['input']>;
|
|
25906
|
+
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
25724
25907
|
};
|
|
25725
25908
|
export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
25726
25909
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25727
25910
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25728
25911
|
ids: Array<Scalars['ID']['input']>;
|
|
25912
|
+
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
25729
25913
|
};
|
|
25730
25914
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
25731
25915
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26362,11 +26546,13 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityBatchArg
|
|
|
26362
26546
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26363
26547
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26364
26548
|
ids: Array<Scalars['ID']['input']>;
|
|
26549
|
+
sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
|
|
26365
26550
|
};
|
|
26366
26551
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityInverseBatchArgs = {
|
|
26367
26552
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26368
26553
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26369
26554
|
ids: Array<Scalars['ID']['input']>;
|
|
26555
|
+
sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
|
|
26370
26556
|
};
|
|
26371
26557
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityInverseRelationshipArgs = {
|
|
26372
26558
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26378,6 +26564,18 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityRelation
|
|
|
26378
26564
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26379
26565
|
id: Scalars['ID']['input'];
|
|
26380
26566
|
};
|
|
26567
|
+
export declare type GraphStoreServiceAssociatedDeploymentArgs = {
|
|
26568
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26569
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26570
|
+
id: Scalars['ID']['input'];
|
|
26571
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26572
|
+
};
|
|
26573
|
+
export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
|
|
26574
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26575
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26576
|
+
id: Scalars['ID']['input'];
|
|
26577
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
|
|
26578
|
+
};
|
|
26381
26579
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
26382
26580
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26383
26581
|
filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
|
|
@@ -26612,6 +26810,12 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardRelationshipArgs = {
|
|
|
26612
26810
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26613
26811
|
id: Scalars['ID']['input'];
|
|
26614
26812
|
};
|
|
26813
|
+
export declare type GraphStoreTeamOwnsComponentArgs = {
|
|
26814
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26815
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26816
|
+
id: Scalars['ID']['input'];
|
|
26817
|
+
sort?: InputMaybe<GraphStoreTeamOwnsComponentSortInput>;
|
|
26818
|
+
};
|
|
26615
26819
|
export declare type GraphStoreTeamWorksOnProjectArgs = {
|
|
26616
26820
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26617
26821
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26674,6 +26878,7 @@ export declare type GraphStoreTestPerfhammerRelationshipBatchArgs = {
|
|
|
26674
26878
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26675
26879
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26676
26880
|
ids: Array<Scalars['ID']['input']>;
|
|
26881
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
|
|
26677
26882
|
};
|
|
26678
26883
|
export declare type GraphStoreTestPerfhammerRelationshipInverseArgs = {
|
|
26679
26884
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26685,6 +26890,7 @@ export declare type GraphStoreTestPerfhammerRelationshipInverseBatchArgs = {
|
|
|
26685
26890
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26686
26891
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26687
26892
|
ids: Array<Scalars['ID']['input']>;
|
|
26893
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
|
|
26688
26894
|
};
|
|
26689
26895
|
export declare type GraphStoreTestPerfhammerRelationshipInverseRelationshipArgs = {
|
|
26690
26896
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26696,16 +26902,6 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
|
|
|
26696
26902
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26697
26903
|
id: Scalars['ID']['input'];
|
|
26698
26904
|
};
|
|
26699
|
-
export declare type GraphStoreUserIsInTeamInverseRelationshipArgs = {
|
|
26700
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26701
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26702
|
-
id: Scalars['ID']['input'];
|
|
26703
|
-
};
|
|
26704
|
-
export declare type GraphStoreUserIsInTeamRelationshipArgs = {
|
|
26705
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
26706
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26707
|
-
id: Scalars['ID']['input'];
|
|
26708
|
-
};
|
|
26709
26905
|
export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
|
|
26710
26906
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26711
26907
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -26963,25 +27159,8 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
26963
27159
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
26964
27160
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26965
27161
|
};
|
|
26966
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput = {
|
|
26967
|
-
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26968
|
-
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26969
|
-
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
26970
|
-
relationship_syncLabels?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26971
|
-
relationship_synced?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
26972
|
-
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
26973
|
-
};
|
|
26974
|
-
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput = {
|
|
26975
|
-
and?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26976
|
-
or?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
26977
|
-
};
|
|
26978
27162
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
26979
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
26980
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
26981
27163
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26982
|
-
relationship_syncLabels?: InputMaybe<GraphStoreSortInput>;
|
|
26983
|
-
relationship_synced?: InputMaybe<GraphStoreSortInput>;
|
|
26984
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
26985
27164
|
};
|
|
26986
27165
|
export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
|
|
26987
27166
|
__typename?: 'GraphStoreBatchContentReferencedEntityConnection';
|
|
@@ -26998,7 +27177,7 @@ export declare type GraphStoreBatchContentReferencedEntityEndNode = Node & {
|
|
|
26998
27177
|
data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
|
|
26999
27178
|
id: Scalars['ID']['output'];
|
|
27000
27179
|
};
|
|
27001
|
-
export declare type GraphStoreBatchContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
27180
|
+
export declare type GraphStoreBatchContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
27002
27181
|
export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
|
|
27003
27182
|
__typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
|
|
27004
27183
|
edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
|
|
@@ -27065,6 +27244,129 @@ export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartNode = Node
|
|
|
27065
27244
|
id: Scalars['ID']['output'];
|
|
27066
27245
|
};
|
|
27067
27246
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectStartUnion = MercuryFocusArea;
|
|
27247
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalConnection = HasPageInfo & {
|
|
27248
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalConnection';
|
|
27249
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEdge>>;
|
|
27250
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27251
|
+
pageInfo: PageInfo;
|
|
27252
|
+
};
|
|
27253
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEdge = {
|
|
27254
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEdge';
|
|
27255
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection;
|
|
27256
|
+
};
|
|
27257
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndNode = Node & {
|
|
27258
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalEndNode';
|
|
27259
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalEndUnion>;
|
|
27260
|
+
id: Scalars['ID']['output'];
|
|
27261
|
+
};
|
|
27262
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalEndUnion = TownsquareGoal;
|
|
27263
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection = {
|
|
27264
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerConnection';
|
|
27265
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge>>;
|
|
27266
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasAtlasGoalNode>>;
|
|
27267
|
+
requestedId: Scalars['ID']['output'];
|
|
27268
|
+
};
|
|
27269
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge = {
|
|
27270
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalInnerEdge';
|
|
27271
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27272
|
+
node: GraphStoreBatchFocusAreaHasAtlasGoalNode;
|
|
27273
|
+
};
|
|
27274
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalNode = Node & {
|
|
27275
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalNode';
|
|
27276
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27277
|
+
from: GraphStoreBatchFocusAreaHasAtlasGoalStartNode;
|
|
27278
|
+
id: Scalars['ID']['output'];
|
|
27279
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27280
|
+
to: GraphStoreBatchFocusAreaHasAtlasGoalEndNode;
|
|
27281
|
+
};
|
|
27282
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartNode = Node & {
|
|
27283
|
+
__typename?: 'GraphStoreBatchFocusAreaHasAtlasGoalStartNode';
|
|
27284
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasAtlasGoalStartUnion>;
|
|
27285
|
+
id: Scalars['ID']['output'];
|
|
27286
|
+
};
|
|
27287
|
+
export declare type GraphStoreBatchFocusAreaHasAtlasGoalStartUnion = MercuryFocusArea;
|
|
27288
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
27289
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaConnection';
|
|
27290
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaEdge>>;
|
|
27291
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27292
|
+
pageInfo: PageInfo;
|
|
27293
|
+
};
|
|
27294
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEdge = {
|
|
27295
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEdge';
|
|
27296
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaInnerConnection;
|
|
27297
|
+
};
|
|
27298
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndNode = Node & {
|
|
27299
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaEndNode';
|
|
27300
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaEndUnion>;
|
|
27301
|
+
id: Scalars['ID']['output'];
|
|
27302
|
+
};
|
|
27303
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaEndUnion = MercuryFocusArea;
|
|
27304
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerConnection = {
|
|
27305
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerConnection';
|
|
27306
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaInnerEdge>>;
|
|
27307
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasFocusAreaNode>>;
|
|
27308
|
+
requestedId: Scalars['ID']['output'];
|
|
27309
|
+
};
|
|
27310
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaInnerEdge = {
|
|
27311
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaInnerEdge';
|
|
27312
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27313
|
+
node: GraphStoreBatchFocusAreaHasFocusAreaNode;
|
|
27314
|
+
};
|
|
27315
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaNode = Node & {
|
|
27316
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaNode';
|
|
27317
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27318
|
+
from: GraphStoreBatchFocusAreaHasFocusAreaStartNode;
|
|
27319
|
+
id: Scalars['ID']['output'];
|
|
27320
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27321
|
+
to: GraphStoreBatchFocusAreaHasFocusAreaEndNode;
|
|
27322
|
+
};
|
|
27323
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartNode = Node & {
|
|
27324
|
+
__typename?: 'GraphStoreBatchFocusAreaHasFocusAreaStartNode';
|
|
27325
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasFocusAreaStartUnion>;
|
|
27326
|
+
id: Scalars['ID']['output'];
|
|
27327
|
+
};
|
|
27328
|
+
export declare type GraphStoreBatchFocusAreaHasFocusAreaStartUnion = MercuryFocusArea;
|
|
27329
|
+
export declare type GraphStoreBatchFocusAreaHasProjectConnection = HasPageInfo & {
|
|
27330
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectConnection';
|
|
27331
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectEdge>>;
|
|
27332
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27333
|
+
pageInfo: PageInfo;
|
|
27334
|
+
};
|
|
27335
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEdge = {
|
|
27336
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEdge';
|
|
27337
|
+
node: GraphStoreBatchFocusAreaHasProjectInnerConnection;
|
|
27338
|
+
};
|
|
27339
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndNode = Node & {
|
|
27340
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectEndNode';
|
|
27341
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
|
|
27342
|
+
id: Scalars['ID']['output'];
|
|
27343
|
+
};
|
|
27344
|
+
export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | TownsquareProject;
|
|
27345
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
|
|
27346
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
|
|
27347
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
|
|
27348
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
|
|
27349
|
+
requestedId: Scalars['ID']['output'];
|
|
27350
|
+
};
|
|
27351
|
+
export declare type GraphStoreBatchFocusAreaHasProjectInnerEdge = {
|
|
27352
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectInnerEdge';
|
|
27353
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27354
|
+
node: GraphStoreBatchFocusAreaHasProjectNode;
|
|
27355
|
+
};
|
|
27356
|
+
export declare type GraphStoreBatchFocusAreaHasProjectNode = Node & {
|
|
27357
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectNode';
|
|
27358
|
+
createdAt: Scalars['DateTime']['output'];
|
|
27359
|
+
from: GraphStoreBatchFocusAreaHasProjectStartNode;
|
|
27360
|
+
id: Scalars['ID']['output'];
|
|
27361
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
27362
|
+
to: GraphStoreBatchFocusAreaHasProjectEndNode;
|
|
27363
|
+
};
|
|
27364
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartNode = Node & {
|
|
27365
|
+
__typename?: 'GraphStoreBatchFocusAreaHasProjectStartNode';
|
|
27366
|
+
data?: Maybe<GraphStoreBatchFocusAreaHasProjectStartUnion>;
|
|
27367
|
+
id: Scalars['ID']['output'];
|
|
27368
|
+
};
|
|
27369
|
+
export declare type GraphStoreBatchFocusAreaHasProjectStartUnion = MercuryFocusArea;
|
|
27068
27370
|
export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
|
|
27069
27371
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
|
|
27070
27372
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -27569,6 +27871,20 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
|
|
|
27569
27871
|
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
27570
27872
|
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
27571
27873
|
};
|
|
27874
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
|
|
27875
|
+
relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
|
|
27876
|
+
};
|
|
27877
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
|
|
27878
|
+
__typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
|
|
27879
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27880
|
+
success: Scalars['Boolean']['output'];
|
|
27881
|
+
};
|
|
27882
|
+
export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
|
|
27883
|
+
from: Scalars['ID']['input'];
|
|
27884
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27885
|
+
to: Scalars['ID']['input'];
|
|
27886
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27887
|
+
};
|
|
27572
27888
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27573
27889
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27574
27890
|
};
|
|
@@ -27765,20 +28081,6 @@ export declare type GraphStoreCreateProjectHasVersionRelationshipInput = {
|
|
|
27765
28081
|
to: Scalars['ID']['input'];
|
|
27766
28082
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27767
28083
|
};
|
|
27768
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectInput = {
|
|
27769
|
-
relationships: Array<GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput>;
|
|
27770
|
-
};
|
|
27771
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectPayload = Payload & {
|
|
27772
|
-
__typename?: 'GraphStoreCreateSpaceAssociatedWithProjectPayload';
|
|
27773
|
-
errors?: Maybe<Array<MutationError>>;
|
|
27774
|
-
success: Scalars['Boolean']['output'];
|
|
27775
|
-
};
|
|
27776
|
-
export declare type GraphStoreCreateSpaceAssociatedWithProjectRelationshipInput = {
|
|
27777
|
-
from: Scalars['ID']['input'];
|
|
27778
|
-
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
27779
|
-
to: Scalars['ID']['input'];
|
|
27780
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
27781
|
-
};
|
|
27782
28084
|
export declare type GraphStoreCreateSprintRetrospectivePageInput = {
|
|
27783
28085
|
relationships: Array<GraphStoreCreateSprintRetrospectivePageRelationshipInput>;
|
|
27784
28086
|
};
|
|
@@ -27917,6 +28219,18 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
|
|
|
27917
28219
|
from: Scalars['ID']['input'];
|
|
27918
28220
|
to: Scalars['ID']['input'];
|
|
27919
28221
|
};
|
|
28222
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
|
|
28223
|
+
relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28224
|
+
};
|
|
28225
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28226
|
+
__typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
|
|
28227
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28228
|
+
success: Scalars['Boolean']['output'];
|
|
28229
|
+
};
|
|
28230
|
+
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28231
|
+
from: Scalars['ID']['input'];
|
|
28232
|
+
to: Scalars['ID']['input'];
|
|
28233
|
+
};
|
|
27920
28234
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
27921
28235
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
27922
28236
|
};
|
|
@@ -28085,18 +28399,6 @@ export declare type GraphStoreDeleteProjectHasVersionRelationshipInput = {
|
|
|
28085
28399
|
from: Scalars['ID']['input'];
|
|
28086
28400
|
to: Scalars['ID']['input'];
|
|
28087
28401
|
};
|
|
28088
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectInput = {
|
|
28089
|
-
relationships: Array<GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput>;
|
|
28090
|
-
};
|
|
28091
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectPayload = Payload & {
|
|
28092
|
-
__typename?: 'GraphStoreDeleteSpaceAssociatedWithProjectPayload';
|
|
28093
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28094
|
-
success: Scalars['Boolean']['output'];
|
|
28095
|
-
};
|
|
28096
|
-
export declare type GraphStoreDeleteSpaceAssociatedWithProjectRelationshipInput = {
|
|
28097
|
-
from: Scalars['ID']['input'];
|
|
28098
|
-
to: Scalars['ID']['input'];
|
|
28099
|
-
};
|
|
28100
28402
|
export declare type GraphStoreDeleteSprintRetrospectivePageInput = {
|
|
28101
28403
|
relationships: Array<GraphStoreDeleteSprintRetrospectivePageRelationshipInput>;
|
|
28102
28404
|
};
|
|
@@ -28180,6 +28482,18 @@ export declare type GraphStoreFloatFilterInput = {
|
|
|
28180
28482
|
export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
28181
28483
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28182
28484
|
};
|
|
28485
|
+
export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
|
|
28486
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
28487
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
28488
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28489
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28490
|
+
};
|
|
28491
|
+
export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
|
|
28492
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28493
|
+
};
|
|
28494
|
+
export declare type GraphStoreFocusAreaHasProjectSortInput = {
|
|
28495
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28496
|
+
};
|
|
28183
28497
|
export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
28184
28498
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
28185
28499
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -28329,8 +28643,10 @@ export declare type GraphStoreFullComponentAssociatedDocumentNode = Node & {
|
|
|
28329
28643
|
};
|
|
28330
28644
|
export declare type GraphStoreFullComponentAssociatedDocumentStartNode = {
|
|
28331
28645
|
__typename?: 'GraphStoreFullComponentAssociatedDocumentStartNode';
|
|
28646
|
+
data?: Maybe<GraphStoreFullComponentAssociatedDocumentStartUnion>;
|
|
28332
28647
|
id: Scalars['ID']['output'];
|
|
28333
28648
|
};
|
|
28649
|
+
export declare type GraphStoreFullComponentAssociatedDocumentStartUnion = CompassComponent;
|
|
28334
28650
|
export declare type GraphStoreFullComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
28335
28651
|
__typename?: 'GraphStoreFullComponentImpactedByIncidentConnection';
|
|
28336
28652
|
edges: Array<Maybe<GraphStoreFullComponentImpactedByIncidentEdge>>;
|
|
@@ -28388,7 +28704,7 @@ export declare type GraphStoreFullComponentImpactedByIncidentStartNode = {
|
|
|
28388
28704
|
data?: Maybe<GraphStoreFullComponentImpactedByIncidentStartUnion>;
|
|
28389
28705
|
id: Scalars['ID']['output'];
|
|
28390
28706
|
};
|
|
28391
|
-
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = DevOpsOperationsComponentDetails;
|
|
28707
|
+
export declare type GraphStoreFullComponentImpactedByIncidentStartUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
28392
28708
|
export declare type GraphStoreFullComponentLinkedJswIssueConnection = HasPageInfo & HasTotal & {
|
|
28393
28709
|
__typename?: 'GraphStoreFullComponentLinkedJswIssueConnection';
|
|
28394
28710
|
edges: Array<Maybe<GraphStoreFullComponentLinkedJswIssueEdge>>;
|
|
@@ -28421,7 +28737,7 @@ export declare type GraphStoreFullComponentLinkedJswIssueStartNode = {
|
|
|
28421
28737
|
data?: Maybe<GraphStoreFullComponentLinkedJswIssueStartUnion>;
|
|
28422
28738
|
id: Scalars['ID']['output'];
|
|
28423
28739
|
};
|
|
28424
|
-
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
28740
|
+
export declare type GraphStoreFullComponentLinkedJswIssueStartUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
28425
28741
|
export declare type GraphStoreFullContentReferencedEntityConnection = HasPageInfo & {
|
|
28426
28742
|
__typename?: 'GraphStoreFullContentReferencedEntityConnection';
|
|
28427
28743
|
edges: Array<Maybe<GraphStoreFullContentReferencedEntityEdge>>;
|
|
@@ -28438,7 +28754,7 @@ export declare type GraphStoreFullContentReferencedEntityEndNode = {
|
|
|
28438
28754
|
data?: Maybe<GraphStoreFullContentReferencedEntityEndUnion>;
|
|
28439
28755
|
id: Scalars['ID']['output'];
|
|
28440
28756
|
};
|
|
28441
|
-
export declare type GraphStoreFullContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
|
|
28757
|
+
export declare type GraphStoreFullContentReferencedEntityEndUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
28442
28758
|
export declare type GraphStoreFullContentReferencedEntityNode = Node & {
|
|
28443
28759
|
__typename?: 'GraphStoreFullContentReferencedEntityNode';
|
|
28444
28760
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -28698,11 +29014,13 @@ export declare type GraphStoreFullIssueAssociatedDeploymentAuthorOutput = {
|
|
|
28698
29014
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentAuthorOutput';
|
|
28699
29015
|
authorAri?: Maybe<Scalars['String']['output']>;
|
|
28700
29016
|
};
|
|
28701
|
-
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
29017
|
+
export declare type GraphStoreFullIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
28702
29018
|
__typename?: 'GraphStoreFullIssueAssociatedDeploymentConnection';
|
|
28703
29019
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentEdge>>;
|
|
29020
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
28704
29021
|
nodes: Array<Maybe<GraphStoreFullIssueAssociatedDeploymentNode>>;
|
|
28705
29022
|
pageInfo: PageInfo;
|
|
29023
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
28706
29024
|
};
|
|
28707
29025
|
export declare enum GraphStoreFullIssueAssociatedDeploymentDeploymentStateOutput {
|
|
28708
29026
|
Cancelled = "CANCELLED",
|
|
@@ -29014,8 +29332,10 @@ export declare type GraphStoreFullIssueChangesComponentEdge = {
|
|
|
29014
29332
|
};
|
|
29015
29333
|
export declare type GraphStoreFullIssueChangesComponentEndNode = {
|
|
29016
29334
|
__typename?: 'GraphStoreFullIssueChangesComponentEndNode';
|
|
29335
|
+
data?: Maybe<GraphStoreFullIssueChangesComponentEndUnion>;
|
|
29017
29336
|
id: Scalars['ID']['output'];
|
|
29018
29337
|
};
|
|
29338
|
+
export declare type GraphStoreFullIssueChangesComponentEndUnion = CompassComponent;
|
|
29019
29339
|
export declare type GraphStoreFullIssueChangesComponentNode = Node & {
|
|
29020
29340
|
__typename?: 'GraphStoreFullIssueChangesComponentNode';
|
|
29021
29341
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -29277,7 +29597,7 @@ export declare type GraphStoreFullJswProjectAssociatedComponentEndNode = {
|
|
|
29277
29597
|
data?: Maybe<GraphStoreFullJswProjectAssociatedComponentEndUnion>;
|
|
29278
29598
|
id: Scalars['ID']['output'];
|
|
29279
29599
|
};
|
|
29280
|
-
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
29600
|
+
export declare type GraphStoreFullJswProjectAssociatedComponentEndUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
29281
29601
|
export declare type GraphStoreFullJswProjectAssociatedComponentNode = Node & {
|
|
29282
29602
|
__typename?: 'GraphStoreFullJswProjectAssociatedComponentNode';
|
|
29283
29603
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -31159,33 +31479,6 @@ export declare type GraphStoreFullTestPerfhammerRelationshipStartNode = {
|
|
|
31159
31479
|
id: Scalars['ID']['output'];
|
|
31160
31480
|
};
|
|
31161
31481
|
export declare type GraphStoreFullTestPerfhammerRelationshipStartUnion = JiraIssue;
|
|
31162
|
-
export declare type GraphStoreFullUserIsInTeamConnection = HasPageInfo & {
|
|
31163
|
-
__typename?: 'GraphStoreFullUserIsInTeamConnection';
|
|
31164
|
-
edges: Array<Maybe<GraphStoreFullUserIsInTeamEdge>>;
|
|
31165
|
-
nodes: Array<Maybe<GraphStoreFullUserIsInTeamNode>>;
|
|
31166
|
-
pageInfo: PageInfo;
|
|
31167
|
-
};
|
|
31168
|
-
export declare type GraphStoreFullUserIsInTeamEdge = {
|
|
31169
|
-
__typename?: 'GraphStoreFullUserIsInTeamEdge';
|
|
31170
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
31171
|
-
node: GraphStoreFullUserIsInTeamNode;
|
|
31172
|
-
};
|
|
31173
|
-
export declare type GraphStoreFullUserIsInTeamEndNode = {
|
|
31174
|
-
__typename?: 'GraphStoreFullUserIsInTeamEndNode';
|
|
31175
|
-
id: Scalars['ID']['output'];
|
|
31176
|
-
};
|
|
31177
|
-
export declare type GraphStoreFullUserIsInTeamNode = Node & {
|
|
31178
|
-
__typename?: 'GraphStoreFullUserIsInTeamNode';
|
|
31179
|
-
createdAt: Scalars['DateTime']['output'];
|
|
31180
|
-
from: GraphStoreFullUserIsInTeamStartNode;
|
|
31181
|
-
id: Scalars['ID']['output'];
|
|
31182
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
31183
|
-
to: GraphStoreFullUserIsInTeamEndNode;
|
|
31184
|
-
};
|
|
31185
|
-
export declare type GraphStoreFullUserIsInTeamStartNode = {
|
|
31186
|
-
__typename?: 'GraphStoreFullUserIsInTeamStartNode';
|
|
31187
|
-
id: Scalars['ID']['output'];
|
|
31188
|
-
};
|
|
31189
31482
|
export declare type GraphStoreFullVersionAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
31190
31483
|
__typename?: 'GraphStoreFullVersionAssociatedBranchConnection';
|
|
31191
31484
|
edges: Array<Maybe<GraphStoreFullVersionAssociatedBranchEdge>>;
|
|
@@ -31635,8 +31928,61 @@ export declare type GraphStoreIssueAssociatedBuildSortInput = {
|
|
|
31635
31928
|
export declare type GraphStoreIssueAssociatedCommitSortInput = {
|
|
31636
31929
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31637
31930
|
};
|
|
31931
|
+
export declare type GraphStoreIssueAssociatedDeploymentAuthorFilterInput = {
|
|
31932
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
31933
|
+
authorAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
31934
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>>>;
|
|
31935
|
+
};
|
|
31936
|
+
export declare type GraphStoreIssueAssociatedDeploymentAuthorSortInput = {
|
|
31937
|
+
authorAri?: InputMaybe<GraphStoreSortInput>;
|
|
31938
|
+
};
|
|
31939
|
+
export declare type GraphStoreIssueAssociatedDeploymentConditionalFilterInput = {
|
|
31940
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
31941
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
31942
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
31943
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
31944
|
+
to_author?: InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorFilterInput>;
|
|
31945
|
+
to_environmentType?: InputMaybe<GraphStoreIssueAssociatedDeploymentEnvironmentTypeFilterInput>;
|
|
31946
|
+
to_state?: InputMaybe<GraphStoreIssueAssociatedDeploymentDeploymentStateFilterInput>;
|
|
31947
|
+
};
|
|
31948
|
+
export declare enum GraphStoreIssueAssociatedDeploymentDeploymentState {
|
|
31949
|
+
Cancelled = "CANCELLED",
|
|
31950
|
+
Failed = "FAILED",
|
|
31951
|
+
InProgress = "IN_PROGRESS",
|
|
31952
|
+
NotSet = "NOT_SET",
|
|
31953
|
+
Pending = "PENDING",
|
|
31954
|
+
RolledBack = "ROLLED_BACK",
|
|
31955
|
+
Successful = "SUCCESSFUL",
|
|
31956
|
+
Unknown = "UNKNOWN"
|
|
31957
|
+
}
|
|
31958
|
+
export declare type GraphStoreIssueAssociatedDeploymentDeploymentStateFilterInput = {
|
|
31959
|
+
is?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentDeploymentState>>;
|
|
31960
|
+
isNot?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentDeploymentState>>;
|
|
31961
|
+
};
|
|
31962
|
+
export declare enum GraphStoreIssueAssociatedDeploymentEnvironmentType {
|
|
31963
|
+
Development = "DEVELOPMENT",
|
|
31964
|
+
NotSet = "NOT_SET",
|
|
31965
|
+
Production = "PRODUCTION",
|
|
31966
|
+
Staging = "STAGING",
|
|
31967
|
+
Testing = "TESTING",
|
|
31968
|
+
Unmapped = "UNMAPPED"
|
|
31969
|
+
}
|
|
31970
|
+
export declare type GraphStoreIssueAssociatedDeploymentEnvironmentTypeFilterInput = {
|
|
31971
|
+
is?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentEnvironmentType>>;
|
|
31972
|
+
isNot?: InputMaybe<Array<GraphStoreIssueAssociatedDeploymentEnvironmentType>>;
|
|
31973
|
+
};
|
|
31974
|
+
export declare type GraphStoreIssueAssociatedDeploymentFilterInput = {
|
|
31975
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentConditionalFilterInput>>>;
|
|
31976
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreIssueAssociatedDeploymentConditionalFilterInput>>>;
|
|
31977
|
+
};
|
|
31638
31978
|
export declare type GraphStoreIssueAssociatedDeploymentSortInput = {
|
|
31979
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
31980
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
31639
31981
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
31982
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
31983
|
+
to_author?: InputMaybe<GraphStoreIssueAssociatedDeploymentAuthorSortInput>;
|
|
31984
|
+
to_environmentType?: InputMaybe<GraphStoreSortInput>;
|
|
31985
|
+
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
31640
31986
|
};
|
|
31641
31987
|
export declare type GraphStoreIssueAssociatedDesignSortInput = {
|
|
31642
31988
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -31783,6 +32129,7 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
|
31783
32129
|
export declare type GraphStoreMutation = {
|
|
31784
32130
|
__typename?: 'GraphStoreMutation';
|
|
31785
32131
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
32132
|
+
createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
|
|
31786
32133
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31787
32134
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
31788
32135
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -31797,7 +32144,6 @@ export declare type GraphStoreMutation = {
|
|
|
31797
32144
|
createProjectHasRelatedWorkWithProject?: Maybe<GraphStoreCreateProjectHasRelatedWorkWithProjectPayload>;
|
|
31798
32145
|
createProjectHasSharedVersionWith?: Maybe<GraphStoreCreateProjectHasSharedVersionWithPayload>;
|
|
31799
32146
|
createProjectHasVersion?: Maybe<GraphStoreCreateProjectHasVersionPayload>;
|
|
31800
|
-
createSpaceAssociatedWithProject?: Maybe<GraphStoreCreateSpaceAssociatedWithProjectPayload>;
|
|
31801
32147
|
createSprintRetrospectivePage?: Maybe<GraphStoreCreateSprintRetrospectivePagePayload>;
|
|
31802
32148
|
createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
|
|
31803
32149
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
@@ -31805,6 +32151,7 @@ export declare type GraphStoreMutation = {
|
|
|
31805
32151
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
31806
32152
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
31807
32153
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
32154
|
+
deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
|
|
31808
32155
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
31809
32156
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
31810
32157
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -31819,7 +32166,6 @@ export declare type GraphStoreMutation = {
|
|
|
31819
32166
|
deleteProjectHasRelatedWorkWithProject?: Maybe<GraphStoreDeleteProjectHasRelatedWorkWithProjectPayload>;
|
|
31820
32167
|
deleteProjectHasSharedVersionWith?: Maybe<GraphStoreDeleteProjectHasSharedVersionWithPayload>;
|
|
31821
32168
|
deleteProjectHasVersion?: Maybe<GraphStoreDeleteProjectHasVersionPayload>;
|
|
31822
|
-
deleteSpaceAssociatedWithProject?: Maybe<GraphStoreDeleteSpaceAssociatedWithProjectPayload>;
|
|
31823
32169
|
deleteSprintRetrospectivePage?: Maybe<GraphStoreDeleteSprintRetrospectivePagePayload>;
|
|
31824
32170
|
deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
|
|
31825
32171
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
@@ -31830,6 +32176,9 @@ export declare type GraphStoreMutation = {
|
|
|
31830
32176
|
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
31831
32177
|
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
31832
32178
|
};
|
|
32179
|
+
export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
|
|
32180
|
+
input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
|
|
32181
|
+
};
|
|
31833
32182
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31834
32183
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31835
32184
|
};
|
|
@@ -31872,9 +32221,6 @@ export declare type GraphStoreMutationCreateProjectHasSharedVersionWithArgs = {
|
|
|
31872
32221
|
export declare type GraphStoreMutationCreateProjectHasVersionArgs = {
|
|
31873
32222
|
input?: InputMaybe<GraphStoreCreateProjectHasVersionInput>;
|
|
31874
32223
|
};
|
|
31875
|
-
export declare type GraphStoreMutationCreateSpaceAssociatedWithProjectArgs = {
|
|
31876
|
-
input?: InputMaybe<GraphStoreCreateSpaceAssociatedWithProjectInput>;
|
|
31877
|
-
};
|
|
31878
32224
|
export declare type GraphStoreMutationCreateSprintRetrospectivePageArgs = {
|
|
31879
32225
|
input?: InputMaybe<GraphStoreCreateSprintRetrospectivePageInput>;
|
|
31880
32226
|
};
|
|
@@ -31896,6 +32242,9 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
|
31896
32242
|
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
31897
32243
|
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
31898
32244
|
};
|
|
32245
|
+
export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
|
|
32246
|
+
input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
|
|
32247
|
+
};
|
|
31899
32248
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
31900
32249
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
31901
32250
|
};
|
|
@@ -31938,9 +32287,6 @@ export declare type GraphStoreMutationDeleteProjectHasSharedVersionWithArgs = {
|
|
|
31938
32287
|
export declare type GraphStoreMutationDeleteProjectHasVersionArgs = {
|
|
31939
32288
|
input?: InputMaybe<GraphStoreDeleteProjectHasVersionInput>;
|
|
31940
32289
|
};
|
|
31941
|
-
export declare type GraphStoreMutationDeleteSpaceAssociatedWithProjectArgs = {
|
|
31942
|
-
input?: InputMaybe<GraphStoreDeleteSpaceAssociatedWithProjectInput>;
|
|
31943
|
-
};
|
|
31944
32290
|
export declare type GraphStoreMutationDeleteSprintRetrospectivePageArgs = {
|
|
31945
32291
|
input?: InputMaybe<GraphStoreDeleteSprintRetrospectivePageInput>;
|
|
31946
32292
|
};
|
|
@@ -32409,6 +32755,9 @@ export declare type GraphStoreProjectLinkedToCompassComponentSortInput = {
|
|
|
32409
32755
|
export declare type GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput = {
|
|
32410
32756
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32411
32757
|
};
|
|
32758
|
+
export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
32759
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32760
|
+
};
|
|
32412
32761
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
32413
32762
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
32414
32763
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -32506,12 +32855,10 @@ export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInvers
|
|
|
32506
32855
|
};
|
|
32507
32856
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseUnion = TownsquareProject;
|
|
32508
32857
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalUnion = TownsquareGoal;
|
|
32509
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo &
|
|
32858
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & {
|
|
32510
32859
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection';
|
|
32511
32860
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge>>>;
|
|
32512
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32513
32861
|
pageInfo: PageInfo;
|
|
32514
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32515
32862
|
};
|
|
32516
32863
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
32517
32864
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge';
|
|
@@ -32521,12 +32868,10 @@ export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
|
32521
32868
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32522
32869
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicUnion>;
|
|
32523
32870
|
};
|
|
32524
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo &
|
|
32871
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo & {
|
|
32525
32872
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection';
|
|
32526
32873
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge>>>;
|
|
32527
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32528
32874
|
pageInfo: PageInfo;
|
|
32529
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32530
32875
|
};
|
|
32531
32876
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge = {
|
|
32532
32877
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge';
|
|
@@ -32551,6 +32896,20 @@ export declare type GraphStoreSimplifiedComponentAssociatedDocumentEdge = {
|
|
|
32551
32896
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32552
32897
|
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentUnion>;
|
|
32553
32898
|
};
|
|
32899
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection = HasPageInfo & {
|
|
32900
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection';
|
|
32901
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge>>>;
|
|
32902
|
+
pageInfo: PageInfo;
|
|
32903
|
+
};
|
|
32904
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge = {
|
|
32905
|
+
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentInverseEdge';
|
|
32906
|
+
createdAt: Scalars['DateTime']['output'];
|
|
32907
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
32908
|
+
id: Scalars['ID']['output'];
|
|
32909
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
32910
|
+
node?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion>;
|
|
32911
|
+
};
|
|
32912
|
+
export declare type GraphStoreSimplifiedComponentAssociatedDocumentInverseUnion = CompassComponent;
|
|
32554
32913
|
export declare type GraphStoreSimplifiedComponentAssociatedDocumentUnion = DevOpsDocument;
|
|
32555
32914
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentConnection = HasPageInfo & {
|
|
32556
32915
|
__typename?: 'GraphStoreSimplifiedComponentImpactedByIncidentConnection';
|
|
@@ -32578,7 +32937,7 @@ export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseEdge =
|
|
|
32578
32937
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32579
32938
|
node?: Maybe<GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion>;
|
|
32580
32939
|
};
|
|
32581
|
-
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = DevOpsOperationsComponentDetails;
|
|
32940
|
+
export declare type GraphStoreSimplifiedComponentImpactedByIncidentInverseUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
32582
32941
|
export declare type GraphStoreSimplifiedComponentImpactedByIncidentUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
32583
32942
|
export declare type GraphStoreSimplifiedComponentLinkIsJiraProjectConnection = HasPageInfo & {
|
|
32584
32943
|
__typename?: 'GraphStoreSimplifiedComponentLinkIsJiraProjectConnection';
|
|
@@ -32624,7 +32983,7 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
32624
32983
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32625
32984
|
node?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion>;
|
|
32626
32985
|
};
|
|
32627
|
-
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
32986
|
+
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
32628
32987
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
32629
32988
|
export declare type GraphStoreSimplifiedContentReferencedEntityConnection = HasPageInfo & {
|
|
32630
32989
|
__typename?: 'GraphStoreSimplifiedContentReferencedEntityConnection';
|
|
@@ -32653,7 +33012,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
32653
33012
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
32654
33013
|
};
|
|
32655
33014
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
|
|
32656
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = ConfluencePage | JiraIssue;
|
|
33015
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
32657
33016
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
32658
33017
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
32659
33018
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -32682,6 +33041,94 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
|
|
|
32682
33041
|
};
|
|
32683
33042
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
|
|
32684
33043
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
|
|
33044
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & HasTotal & {
|
|
33045
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
|
|
33046
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
|
|
33047
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33048
|
+
pageInfo: PageInfo;
|
|
33049
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33050
|
+
};
|
|
33051
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
33052
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
|
|
33053
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33054
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33055
|
+
id: Scalars['ID']['output'];
|
|
33056
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33057
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
|
|
33058
|
+
};
|
|
33059
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & HasTotal & {
|
|
33060
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
|
|
33061
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
|
|
33062
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33063
|
+
pageInfo: PageInfo;
|
|
33064
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33065
|
+
};
|
|
33066
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
|
|
33067
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
|
|
33068
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33069
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33070
|
+
id: Scalars['ID']['output'];
|
|
33071
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33072
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion>;
|
|
33073
|
+
};
|
|
33074
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseUnion = MercuryFocusArea;
|
|
33075
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion = TownsquareGoal;
|
|
33076
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaConnection = HasPageInfo & {
|
|
33077
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaConnection';
|
|
33078
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaEdge>>>;
|
|
33079
|
+
pageInfo: PageInfo;
|
|
33080
|
+
};
|
|
33081
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaEdge = {
|
|
33082
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaEdge';
|
|
33083
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33084
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33085
|
+
id: Scalars['ID']['output'];
|
|
33086
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33087
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaUnion>;
|
|
33088
|
+
};
|
|
33089
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection = HasPageInfo & {
|
|
33090
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseConnection';
|
|
33091
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge>>>;
|
|
33092
|
+
pageInfo: PageInfo;
|
|
33093
|
+
};
|
|
33094
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge = {
|
|
33095
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge';
|
|
33096
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33097
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33098
|
+
id: Scalars['ID']['output'];
|
|
33099
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33100
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion>;
|
|
33101
|
+
};
|
|
33102
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion = MercuryFocusArea;
|
|
33103
|
+
export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaUnion = MercuryFocusArea;
|
|
33104
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectConnection = HasPageInfo & {
|
|
33105
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectConnection';
|
|
33106
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectEdge>>>;
|
|
33107
|
+
pageInfo: PageInfo;
|
|
33108
|
+
};
|
|
33109
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectEdge = {
|
|
33110
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectEdge';
|
|
33111
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33112
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33113
|
+
id: Scalars['ID']['output'];
|
|
33114
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33115
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectUnion>;
|
|
33116
|
+
};
|
|
33117
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseConnection = HasPageInfo & {
|
|
33118
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseConnection';
|
|
33119
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseEdge>>>;
|
|
33120
|
+
pageInfo: PageInfo;
|
|
33121
|
+
};
|
|
33122
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
|
|
33123
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseEdge';
|
|
33124
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33125
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33126
|
+
id: Scalars['ID']['output'];
|
|
33127
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33128
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
|
|
33129
|
+
};
|
|
33130
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
|
|
33131
|
+
export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | TownsquareProject;
|
|
32685
33132
|
export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
32686
33133
|
__typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
|
|
32687
33134
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
|
|
@@ -32852,10 +33299,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
|
32852
33299
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseUnion>;
|
|
32853
33300
|
};
|
|
32854
33301
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseUnion = JiraIssue;
|
|
32855
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & {
|
|
33302
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
32856
33303
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentConnection';
|
|
32857
33304
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentEdge>>>;
|
|
33305
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32858
33306
|
pageInfo: PageInfo;
|
|
33307
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32859
33308
|
};
|
|
32860
33309
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
32861
33310
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentEdge';
|
|
@@ -32865,10 +33314,12 @@ export declare type GraphStoreSimplifiedIssueAssociatedDeploymentEdge = {
|
|
|
32865
33314
|
lastUpdated: Scalars['DateTime']['output'];
|
|
32866
33315
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentUnion>;
|
|
32867
33316
|
};
|
|
32868
|
-
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
33317
|
+
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection = HasPageInfo & HasTotal & {
|
|
32869
33318
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseConnection';
|
|
32870
33319
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge>>>;
|
|
33320
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
32871
33321
|
pageInfo: PageInfo;
|
|
33322
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
32872
33323
|
};
|
|
32873
33324
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge = {
|
|
32874
33325
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentInverseEdge';
|
|
@@ -33006,6 +33457,21 @@ export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseEdge = {
|
|
|
33006
33457
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion>;
|
|
33007
33458
|
};
|
|
33008
33459
|
export declare type GraphStoreSimplifiedIssueAssociatedRemoteLinkInverseUnion = JiraIssue;
|
|
33460
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentConnection = HasPageInfo & HasTotal & {
|
|
33461
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentConnection';
|
|
33462
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentEdge>>>;
|
|
33463
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33464
|
+
pageInfo: PageInfo;
|
|
33465
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33466
|
+
};
|
|
33467
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentEdge = {
|
|
33468
|
+
__typename?: 'GraphStoreSimplifiedIssueChangesComponentEdge';
|
|
33469
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33470
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33471
|
+
id: Scalars['ID']['output'];
|
|
33472
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33473
|
+
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentUnion>;
|
|
33474
|
+
};
|
|
33009
33475
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseConnection = HasPageInfo & HasTotal & {
|
|
33010
33476
|
__typename?: 'GraphStoreSimplifiedIssueChangesComponentInverseConnection';
|
|
33011
33477
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueChangesComponentInverseEdge>>>;
|
|
@@ -33022,6 +33488,7 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
33022
33488
|
node?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseUnion>;
|
|
33023
33489
|
};
|
|
33024
33490
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
33491
|
+
export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
|
|
33025
33492
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
33026
33493
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
33027
33494
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -33273,7 +33740,7 @@ export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseEdge
|
|
|
33273
33740
|
node?: Maybe<GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion>;
|
|
33274
33741
|
};
|
|
33275
33742
|
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentInverseUnion = JiraProject;
|
|
33276
|
-
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = DevOpsOperationsComponentDetails | DevOpsService;
|
|
33743
|
+
export declare type GraphStoreSimplifiedJswProjectAssociatedComponentUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
33277
33744
|
export declare type GraphStoreSimplifiedJswProjectAssociatedIncidentConnection = HasPageInfo & HasTotal & {
|
|
33278
33745
|
__typename?: 'GraphStoreSimplifiedJswProjectAssociatedIncidentConnection';
|
|
33279
33746
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJswProjectAssociatedIncidentEdge>>>;
|
|
@@ -34254,6 +34721,34 @@ export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabili
|
|
|
34254
34721
|
node?: Maybe<GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion>;
|
|
34255
34722
|
};
|
|
34256
34723
|
export declare type GraphStoreSimplifiedSecurityContainerAssociatedToVulnerabilityUnion = DevOpsSecurityVulnerabilityDetails;
|
|
34724
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentConnection = HasPageInfo & {
|
|
34725
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentConnection';
|
|
34726
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentEdge>>>;
|
|
34727
|
+
pageInfo: PageInfo;
|
|
34728
|
+
};
|
|
34729
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentEdge = {
|
|
34730
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentEdge';
|
|
34731
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34732
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34733
|
+
id: Scalars['ID']['output'];
|
|
34734
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34735
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentUnion>;
|
|
34736
|
+
};
|
|
34737
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
34738
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection';
|
|
34739
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge>>>;
|
|
34740
|
+
pageInfo: PageInfo;
|
|
34741
|
+
};
|
|
34742
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge = {
|
|
34743
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedDeploymentInverseEdge';
|
|
34744
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34745
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34746
|
+
id: Scalars['ID']['output'];
|
|
34747
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34748
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion>;
|
|
34749
|
+
};
|
|
34750
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentInverseUnion = DevOpsService;
|
|
34751
|
+
export declare type GraphStoreSimplifiedServiceAssociatedDeploymentUnion = DeploymentSummary;
|
|
34257
34752
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
34258
34753
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
34259
34754
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -34406,12 +34901,10 @@ export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseEdg
|
|
|
34406
34901
|
};
|
|
34407
34902
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageInverseUnion = DevOpsPullRequestDetails;
|
|
34408
34903
|
export declare type GraphStoreSimplifiedShipit57PullRequestLinksToPageUnion = ConfluencePage;
|
|
34409
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo &
|
|
34904
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectConnection = HasPageInfo & {
|
|
34410
34905
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectConnection';
|
|
34411
34906
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectEdge>>>;
|
|
34412
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34413
34907
|
pageInfo: PageInfo;
|
|
34414
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34415
34908
|
};
|
|
34416
34909
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
34417
34910
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectEdge';
|
|
@@ -34421,12 +34914,10 @@ export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectEdge = {
|
|
|
34421
34914
|
lastUpdated: Scalars['DateTime']['output'];
|
|
34422
34915
|
node?: Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectUnion>;
|
|
34423
34916
|
};
|
|
34424
|
-
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo &
|
|
34917
|
+
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection = HasPageInfo & {
|
|
34425
34918
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseConnection';
|
|
34426
34919
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge>>>;
|
|
34427
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
34428
34920
|
pageInfo: PageInfo;
|
|
34429
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
34430
34921
|
};
|
|
34431
34922
|
export declare type GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge = {
|
|
34432
34923
|
__typename?: 'GraphStoreSimplifiedSpaceAssociatedWithProjectInverseEdge';
|
|
@@ -34550,6 +35041,20 @@ export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardEdge = {
|
|
|
34550
35041
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion>;
|
|
34551
35042
|
};
|
|
34552
35043
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion = ConfluenceWhiteboard;
|
|
35044
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentConnection = HasPageInfo & {
|
|
35045
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentConnection';
|
|
35046
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamOwnsComponentEdge>>>;
|
|
35047
|
+
pageInfo: PageInfo;
|
|
35048
|
+
};
|
|
35049
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentEdge = {
|
|
35050
|
+
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentEdge';
|
|
35051
|
+
createdAt: Scalars['DateTime']['output'];
|
|
35052
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
35053
|
+
id: Scalars['ID']['output'];
|
|
35054
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
35055
|
+
node?: Maybe<GraphStoreSimplifiedTeamOwnsComponentUnion>;
|
|
35056
|
+
};
|
|
35057
|
+
export declare type GraphStoreSimplifiedTeamOwnsComponentUnion = CompassComponent;
|
|
34553
35058
|
export declare type GraphStoreSimplifiedTeamWorksOnProjectConnection = HasPageInfo & HasTotal & {
|
|
34554
35059
|
__typename?: 'GraphStoreSimplifiedTeamWorksOnProjectConnection';
|
|
34555
35060
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamWorksOnProjectEdge>>>;
|
|
@@ -34899,10 +35404,7 @@ export declare type GraphStoreSortInput = {
|
|
|
34899
35404
|
priority: Scalars['Int']['input'];
|
|
34900
35405
|
};
|
|
34901
35406
|
export declare type GraphStoreSpaceAssociatedWithProjectSortInput = {
|
|
34902
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
34903
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
34904
35407
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34905
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34906
35408
|
};
|
|
34907
35409
|
export declare enum GraphStoreSprintAssociatedBuildBuildState {
|
|
34908
35410
|
Cancelled = "CANCELLED",
|
|
@@ -35225,6 +35727,9 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardSortInput = {
|
|
|
35225
35727
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35226
35728
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
35227
35729
|
};
|
|
35730
|
+
export declare type GraphStoreTeamOwnsComponentSortInput = {
|
|
35731
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35732
|
+
};
|
|
35228
35733
|
export declare type GraphStoreTeamWorksOnProjectSortInput = {
|
|
35229
35734
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
35230
35735
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -36079,6 +36584,7 @@ export declare type HelpCenterPortal = {
|
|
|
36079
36584
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
36080
36585
|
name?: Maybe<Scalars['String']['output']>;
|
|
36081
36586
|
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
36587
|
+
projectType?: Maybe<HelpCenterProjectType>;
|
|
36082
36588
|
rank?: Maybe<Scalars['Int']['output']>;
|
|
36083
36589
|
};
|
|
36084
36590
|
export declare type HelpCenterPortalFilter = {
|
|
@@ -36119,6 +36625,10 @@ export declare type HelpCenterProjectMappingUpdatePayload = Payload & {
|
|
|
36119
36625
|
errors?: Maybe<Array<MutationError>>;
|
|
36120
36626
|
success: Scalars['Boolean']['output'];
|
|
36121
36627
|
};
|
|
36628
|
+
export declare enum HelpCenterProjectType {
|
|
36629
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
36630
|
+
ServiceDesk = "SERVICE_DESK"
|
|
36631
|
+
}
|
|
36122
36632
|
export declare type HelpCenterQueryApi = {
|
|
36123
36633
|
__typename?: 'HelpCenterQueryApi';
|
|
36124
36634
|
getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
@@ -36509,6 +37019,7 @@ export declare type HelpLayoutConnectElement = HelpLayoutVisualEntity & Node & {
|
|
|
36509
37019
|
connectElementType: HelpLayoutConnectElementType;
|
|
36510
37020
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
36511
37021
|
id: Scalars['ID']['output'];
|
|
37022
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36512
37023
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36513
37024
|
};
|
|
36514
37025
|
export declare enum HelpLayoutConnectElementPages {
|
|
@@ -36609,6 +37120,7 @@ export declare type HelpLayoutForgeElement = HelpLayoutVisualEntity & Node & {
|
|
|
36609
37120
|
forgeElementPage: HelpLayoutForgeElementPages;
|
|
36610
37121
|
forgeElementType: HelpLayoutForgeElementType;
|
|
36611
37122
|
id: Scalars['ID']['output'];
|
|
37123
|
+
isInstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
36612
37124
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
36613
37125
|
};
|
|
36614
37126
|
export declare enum HelpLayoutForgeElementPages {
|
|
@@ -36792,6 +37304,7 @@ export declare type HelpLayoutPortalCard = {
|
|
|
36792
37304
|
name?: Maybe<Scalars['String']['output']>;
|
|
36793
37305
|
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
36794
37306
|
portalId?: Maybe<Scalars['String']['output']>;
|
|
37307
|
+
projectType?: Maybe<HelpLayoutProjectType>;
|
|
36795
37308
|
};
|
|
36796
37309
|
export declare type HelpLayoutPortalsListData = {
|
|
36797
37310
|
__typename?: 'HelpLayoutPortalsListData';
|
|
@@ -36808,6 +37321,10 @@ export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node
|
|
|
36808
37321
|
export declare type HelpLayoutPortalsListInput = {
|
|
36809
37322
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
36810
37323
|
};
|
|
37324
|
+
export declare enum HelpLayoutProjectType {
|
|
37325
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
37326
|
+
ServiceDesk = "SERVICE_DESK"
|
|
37327
|
+
}
|
|
36811
37328
|
export declare type HelpLayoutQueryApi = {
|
|
36812
37329
|
__typename?: 'HelpLayoutQueryApi';
|
|
36813
37330
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
@@ -37127,6 +37644,7 @@ export declare type HelpObjectStoreSearchInput = {
|
|
|
37127
37644
|
categoryIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37128
37645
|
cloudId: Scalars['ID']['input'];
|
|
37129
37646
|
entityType: HelpObjectStoreSearchEntityType;
|
|
37647
|
+
highlightArticles?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37130
37648
|
portalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37131
37649
|
queryTerm: Scalars['String']['input'];
|
|
37132
37650
|
resultLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -37742,6 +38260,7 @@ export declare type InstallationSummaryApp = {
|
|
|
37742
38260
|
installationId?: Maybe<Scalars['ID']['output']>;
|
|
37743
38261
|
isSystemApp?: Maybe<Scalars['Boolean']['output']>;
|
|
37744
38262
|
name?: Maybe<Scalars['String']['output']>;
|
|
38263
|
+
oauthClientId?: Maybe<Scalars['String']['output']>;
|
|
37745
38264
|
};
|
|
37746
38265
|
export declare type InstallationSummaryAppEnvironment = {
|
|
37747
38266
|
__typename?: 'InstallationSummaryAppEnvironment';
|
|
@@ -38288,6 +38807,7 @@ export declare type JiraAdditionalIssueFields = {
|
|
|
38288
38807
|
export declare type JiraAdditionalIssueFieldsConnection = {
|
|
38289
38808
|
__typename?: 'JiraAdditionalIssueFieldsConnection';
|
|
38290
38809
|
edges?: Maybe<Array<Maybe<JiraAdditionalIssueFieldsEdge>>>;
|
|
38810
|
+
errors?: Maybe<Array<QueryError>>;
|
|
38291
38811
|
pageInfo: PageInfo;
|
|
38292
38812
|
totalCount: Scalars['Int']['output'];
|
|
38293
38813
|
};
|
|
@@ -38318,9 +38838,14 @@ export declare type JiraAdvancedRoadmapsNavigation = {
|
|
|
38318
38838
|
hasEditPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
38319
38839
|
isAdvancedRoadmapsTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
38320
38840
|
};
|
|
38321
|
-
export declare type JiraAffectedService = {
|
|
38841
|
+
export declare type JiraAffectedService = JiraSelectableValue & {
|
|
38322
38842
|
__typename?: 'JiraAffectedService';
|
|
38843
|
+
id: Scalars['ID']['output'];
|
|
38323
38844
|
name?: Maybe<Scalars['String']['output']>;
|
|
38845
|
+
selectableGroupKey?: Maybe<Scalars['String']['output']>;
|
|
38846
|
+
selectableIconUrl?: Maybe<Scalars['URL']['output']>;
|
|
38847
|
+
selectableLabel?: Maybe<Scalars['String']['output']>;
|
|
38848
|
+
selectableUrl?: Maybe<Scalars['URL']['output']>;
|
|
38324
38849
|
serviceId: Scalars['ID']['output'];
|
|
38325
38850
|
};
|
|
38326
38851
|
export declare type JiraAffectedServiceConnection = {
|
|
@@ -38335,7 +38860,7 @@ export declare type JiraAffectedServiceEdge = {
|
|
|
38335
38860
|
cursor: Scalars['String']['output'];
|
|
38336
38861
|
node?: Maybe<JiraAffectedService>;
|
|
38337
38862
|
};
|
|
38338
|
-
export declare type JiraAffectedServicesField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
38863
|
+
export declare type JiraAffectedServicesField = JiraHasMultipleSelectedValues & JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
38339
38864
|
__typename?: 'JiraAffectedServicesField';
|
|
38340
38865
|
affectedServices?: Maybe<JiraAffectedServiceConnection>;
|
|
38341
38866
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -38344,10 +38869,13 @@ export declare type JiraAffectedServicesField = JiraIssueField & JiraIssueFieldC
|
|
|
38344
38869
|
fieldId: Scalars['String']['output'];
|
|
38345
38870
|
id: Scalars['ID']['output'];
|
|
38346
38871
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
38872
|
+
issue?: Maybe<JiraIssue>;
|
|
38347
38873
|
name: Scalars['String']['output'];
|
|
38348
38874
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
38875
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
38349
38876
|
selectedAffectedServices?: Maybe<Array<Maybe<JiraAffectedService>>>;
|
|
38350
38877
|
selectedAffectedServicesConnection?: Maybe<JiraAffectedServiceConnection>;
|
|
38878
|
+
selectedValues?: Maybe<JiraSelectableValueConnection>;
|
|
38351
38879
|
type: Scalars['String']['output'];
|
|
38352
38880
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
38353
38881
|
};
|
|
@@ -38359,12 +38887,27 @@ export declare type JiraAffectedServicesFieldAffectedServicesArgs = {
|
|
|
38359
38887
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
38360
38888
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38361
38889
|
};
|
|
38890
|
+
export declare type JiraAffectedServicesFieldSelectableValueOptionsArgs = {
|
|
38891
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38892
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
38893
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
38894
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38895
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38896
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
38897
|
+
};
|
|
38362
38898
|
export declare type JiraAffectedServicesFieldSelectedAffectedServicesConnectionArgs = {
|
|
38363
38899
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38364
38900
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
38365
38901
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38366
38902
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38367
38903
|
};
|
|
38904
|
+
export declare type JiraAffectedServicesFieldSelectedValuesArgs = {
|
|
38905
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38906
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
38907
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38908
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
38909
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
38910
|
+
};
|
|
38368
38911
|
export declare type JiraAffectedServicesFieldInput = {
|
|
38369
38912
|
affectedServices: Array<JiraAffectedServicesInput>;
|
|
38370
38913
|
fieldId: Scalars['ID']['input'];
|
|
@@ -38605,6 +39148,7 @@ export declare type JiraAssetField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
38605
39148
|
fieldId: Scalars['String']['output'];
|
|
38606
39149
|
id: Scalars['ID']['output'];
|
|
38607
39150
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39151
|
+
issue?: Maybe<JiraIssue>;
|
|
38608
39152
|
name: Scalars['String']['output'];
|
|
38609
39153
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
38610
39154
|
selectedAssets?: Maybe<Array<Maybe<JiraAsset>>>;
|
|
@@ -38685,6 +39229,7 @@ export declare type JiraAtlassianTeamField = JiraIssueField & JiraIssueFieldConf
|
|
|
38685
39229
|
fieldId: Scalars['String']['output'];
|
|
38686
39230
|
id: Scalars['ID']['output'];
|
|
38687
39231
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39232
|
+
issue?: Maybe<JiraIssue>;
|
|
38688
39233
|
name: Scalars['String']['output'];
|
|
38689
39234
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
38690
39235
|
selectedTeam?: Maybe<JiraAtlassianTeam>;
|
|
@@ -38802,6 +39347,7 @@ export declare type JiraAttachmentsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
38802
39347
|
fieldId: Scalars['String']['output'];
|
|
38803
39348
|
id: Scalars['ID']['output'];
|
|
38804
39349
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39350
|
+
issue?: Maybe<JiraIssue>;
|
|
38805
39351
|
maxAllowedTotalAttachmentsSize?: Maybe<Scalars['Long']['output']>;
|
|
38806
39352
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
38807
39353
|
name: Scalars['String']['output'];
|
|
@@ -38880,6 +39426,7 @@ export declare type JiraAutodevJob = {
|
|
|
38880
39426
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
38881
39427
|
id: Scalars['ID']['output'];
|
|
38882
39428
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
39429
|
+
phase?: Maybe<JiraAutodevPhase>;
|
|
38883
39430
|
plan?: Maybe<JiraAutodevPlan>;
|
|
38884
39431
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
38885
39432
|
pullRequests?: Maybe<JiraAutodevPullRequestConnection>;
|
|
@@ -38899,6 +39446,14 @@ export declare type JiraAutodevJobEdge = {
|
|
|
38899
39446
|
cursor: Scalars['String']['output'];
|
|
38900
39447
|
node?: Maybe<JiraAutodevJob>;
|
|
38901
39448
|
};
|
|
39449
|
+
export declare enum JiraAutodevPhase {
|
|
39450
|
+
CodeGenerating = "CODE_GENERATING",
|
|
39451
|
+
CodeReview = "CODE_REVIEW",
|
|
39452
|
+
CodeReGenerating = "CODE_RE_GENERATING",
|
|
39453
|
+
PlanGenerating = "PLAN_GENERATING",
|
|
39454
|
+
PlanReview = "PLAN_REVIEW",
|
|
39455
|
+
PlanReGenerating = "PLAN_RE_GENERATING"
|
|
39456
|
+
}
|
|
38902
39457
|
export declare type JiraAutodevPlan = {
|
|
38903
39458
|
__typename?: 'JiraAutodevPlan';
|
|
38904
39459
|
acceptanceCriteria: Scalars['String']['output'];
|
|
@@ -39151,6 +39706,7 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
39151
39706
|
fieldId: Scalars['String']['output'];
|
|
39152
39707
|
id: Scalars['ID']['output'];
|
|
39153
39708
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39709
|
+
issue?: Maybe<JiraIssue>;
|
|
39154
39710
|
name: Scalars['String']['output'];
|
|
39155
39711
|
type: Scalars['String']['output'];
|
|
39156
39712
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -39281,6 +39837,7 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
39281
39837
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
39282
39838
|
isInsightAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
39283
39839
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
39840
|
+
issue?: Maybe<JiraIssue>;
|
|
39284
39841
|
name: Scalars['String']['output'];
|
|
39285
39842
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
39286
39843
|
selectedCmdbObjects?: Maybe<Array<Maybe<JiraCmdbObject>>>;
|
|
@@ -39550,6 +40107,7 @@ export declare type JiraCascadingSelectField = JiraHasSelectableValueOptions & J
|
|
|
39550
40107
|
fieldId: Scalars['String']['output'];
|
|
39551
40108
|
id: Scalars['ID']['output'];
|
|
39552
40109
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40110
|
+
issue?: Maybe<JiraIssue>;
|
|
39553
40111
|
name: Scalars['String']['output'];
|
|
39554
40112
|
parentOptions?: Maybe<JiraParentOptionConnection>;
|
|
39555
40113
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -39613,6 +40171,7 @@ export declare type JiraCheckboxesField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
39613
40171
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
39614
40172
|
id: Scalars['ID']['output'];
|
|
39615
40173
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40174
|
+
issue?: Maybe<JiraIssue>;
|
|
39616
40175
|
name: Scalars['String']['output'];
|
|
39617
40176
|
selectedFieldOptions?: Maybe<Array<Maybe<JiraOption>>>;
|
|
39618
40177
|
selectedOptions?: Maybe<JiraOptionConnection>;
|
|
@@ -39931,6 +40490,7 @@ export declare type JiraColorField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
39931
40490
|
fieldId: Scalars['String']['output'];
|
|
39932
40491
|
id: Scalars['ID']['output'];
|
|
39933
40492
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40493
|
+
issue?: Maybe<JiraIssue>;
|
|
39934
40494
|
name: Scalars['String']['output'];
|
|
39935
40495
|
type: Scalars['String']['output'];
|
|
39936
40496
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -40024,6 +40584,7 @@ export declare type JiraComponentsField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
40024
40584
|
fieldId: Scalars['String']['output'];
|
|
40025
40585
|
id: Scalars['ID']['output'];
|
|
40026
40586
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40587
|
+
issue?: Maybe<JiraIssue>;
|
|
40027
40588
|
name: Scalars['String']['output'];
|
|
40028
40589
|
selectedComponents?: Maybe<Array<Maybe<JiraComponent>>>;
|
|
40029
40590
|
selectedComponentsConnection?: Maybe<JiraComponentConnection>;
|
|
@@ -40199,6 +40760,7 @@ export declare type JiraConnectDateTimeField = JiraIssueField & JiraIssueFieldCo
|
|
|
40199
40760
|
fieldId: Scalars['String']['output'];
|
|
40200
40761
|
id: Scalars['ID']['output'];
|
|
40201
40762
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40763
|
+
issue?: Maybe<JiraIssue>;
|
|
40202
40764
|
name: Scalars['String']['output'];
|
|
40203
40765
|
type: Scalars['String']['output'];
|
|
40204
40766
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -40212,6 +40774,7 @@ export declare type JiraConnectMultipleSelectField = JiraHasMultipleSelectedValu
|
|
|
40212
40774
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
40213
40775
|
id: Scalars['ID']['output'];
|
|
40214
40776
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40777
|
+
issue?: Maybe<JiraIssue>;
|
|
40215
40778
|
name: Scalars['String']['output'];
|
|
40216
40779
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
40217
40780
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -40257,6 +40820,7 @@ export declare type JiraConnectNumberField = JiraIssueField & JiraIssueFieldConf
|
|
|
40257
40820
|
fieldId: Scalars['String']['output'];
|
|
40258
40821
|
id: Scalars['ID']['output'];
|
|
40259
40822
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40823
|
+
issue?: Maybe<JiraIssue>;
|
|
40260
40824
|
name: Scalars['String']['output'];
|
|
40261
40825
|
number?: Maybe<Scalars['Float']['output']>;
|
|
40262
40826
|
type: Scalars['String']['output'];
|
|
@@ -40270,6 +40834,7 @@ export declare type JiraConnectReadOnlyField = JiraIssueField & JiraIssueFieldCo
|
|
|
40270
40834
|
fieldId: Scalars['String']['output'];
|
|
40271
40835
|
id: Scalars['ID']['output'];
|
|
40272
40836
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40837
|
+
issue?: Maybe<JiraIssue>;
|
|
40273
40838
|
name: Scalars['String']['output'];
|
|
40274
40839
|
text?: Maybe<Scalars['String']['output']>;
|
|
40275
40840
|
type: Scalars['String']['output'];
|
|
@@ -40283,6 +40848,7 @@ export declare type JiraConnectRichTextField = JiraIssueField & JiraIssueFieldCo
|
|
|
40283
40848
|
fieldId: Scalars['String']['output'];
|
|
40284
40849
|
id: Scalars['ID']['output'];
|
|
40285
40850
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40851
|
+
issue?: Maybe<JiraIssue>;
|
|
40286
40852
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
40287
40853
|
name: Scalars['String']['output'];
|
|
40288
40854
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -40300,6 +40866,7 @@ export declare type JiraConnectSingleSelectField = JiraHasSelectableValueOptions
|
|
|
40300
40866
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
40301
40867
|
id: Scalars['ID']['output'];
|
|
40302
40868
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40869
|
+
issue?: Maybe<JiraIssue>;
|
|
40303
40870
|
name: Scalars['String']['output'];
|
|
40304
40871
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
40305
40872
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -40330,6 +40897,7 @@ export declare type JiraConnectTextField = JiraIssueField & JiraIssueFieldConfig
|
|
|
40330
40897
|
fieldId: Scalars['String']['output'];
|
|
40331
40898
|
id: Scalars['ID']['output'];
|
|
40332
40899
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
40900
|
+
issue?: Maybe<JiraIssue>;
|
|
40333
40901
|
name: Scalars['String']['output'];
|
|
40334
40902
|
text?: Maybe<Scalars['String']['output']>;
|
|
40335
40903
|
type: Scalars['String']['output'];
|
|
@@ -40648,6 +41216,7 @@ export declare type JiraDataClassificationField = JiraIssueField & JiraIssueFiel
|
|
|
40648
41216
|
fieldId: Scalars['String']['output'];
|
|
40649
41217
|
id: Scalars['ID']['output'];
|
|
40650
41218
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41219
|
+
issue?: Maybe<JiraIssue>;
|
|
40651
41220
|
name: Scalars['String']['output'];
|
|
40652
41221
|
type: Scalars['String']['output'];
|
|
40653
41222
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -40697,6 +41266,7 @@ export declare type JiraDatePickerField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
40697
41266
|
fieldId: Scalars['String']['output'];
|
|
40698
41267
|
id: Scalars['ID']['output'];
|
|
40699
41268
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41269
|
+
issue?: Maybe<JiraIssue>;
|
|
40700
41270
|
name: Scalars['String']['output'];
|
|
40701
41271
|
type: Scalars['String']['output'];
|
|
40702
41272
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -40727,6 +41297,7 @@ export declare type JiraDateTimePickerField = JiraIssueField & JiraIssueFieldCon
|
|
|
40727
41297
|
fieldId: Scalars['String']['output'];
|
|
40728
41298
|
id: Scalars['ID']['output'];
|
|
40729
41299
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41300
|
+
issue?: Maybe<JiraIssue>;
|
|
40730
41301
|
name: Scalars['String']['output'];
|
|
40731
41302
|
type: Scalars['String']['output'];
|
|
40732
41303
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -41063,6 +41634,7 @@ export declare type JiraDevOpsPullRequestDetails = {
|
|
|
41063
41634
|
export declare type JiraDevOpsQuery = {
|
|
41064
41635
|
__typename?: 'JiraDevOpsQuery';
|
|
41065
41636
|
autodevJobs?: Maybe<JiraAutodevJobConnection>;
|
|
41637
|
+
autodevJobsByIssues?: Maybe<JiraAutodevJobConnection>;
|
|
41066
41638
|
autofixJobs?: Maybe<JiraAutofixJobConnection>;
|
|
41067
41639
|
bitbucketIntegration?: Maybe<JiraBitbucketIntegration>;
|
|
41068
41640
|
configState?: Maybe<JiraAppConfigState>;
|
|
@@ -41075,6 +41647,9 @@ export declare type JiraDevOpsQueryAutodevJobsArgs = {
|
|
|
41075
41647
|
issueAri: Scalars['ID']['input'];
|
|
41076
41648
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
41077
41649
|
};
|
|
41650
|
+
export declare type JiraDevOpsQueryAutodevJobsByIssuesArgs = {
|
|
41651
|
+
issueAris: Array<Scalars['ID']['input']>;
|
|
41652
|
+
};
|
|
41078
41653
|
export declare type JiraDevOpsQueryAutofixJobsArgs = {
|
|
41079
41654
|
issueAri: Scalars['ID']['input'];
|
|
41080
41655
|
};
|
|
@@ -41122,6 +41697,7 @@ export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
|
41122
41697
|
fieldId: Scalars['String']['output'];
|
|
41123
41698
|
id: Scalars['ID']['output'];
|
|
41124
41699
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41700
|
+
issue?: Maybe<JiraIssue>;
|
|
41125
41701
|
name: Scalars['String']['output'];
|
|
41126
41702
|
type: Scalars['String']['output'];
|
|
41127
41703
|
};
|
|
@@ -41160,6 +41736,7 @@ export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
41160
41736
|
fieldId: Scalars['String']['output'];
|
|
41161
41737
|
id: Scalars['ID']['output'];
|
|
41162
41738
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41739
|
+
issue?: Maybe<JiraIssue>;
|
|
41163
41740
|
name: Scalars['String']['output'];
|
|
41164
41741
|
type: Scalars['String']['output'];
|
|
41165
41742
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -41249,6 +41826,7 @@ export declare type JiraEpicLinkField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
41249
41826
|
fieldId: Scalars['String']['output'];
|
|
41250
41827
|
id: Scalars['ID']['output'];
|
|
41251
41828
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41829
|
+
issue?: Maybe<JiraIssue>;
|
|
41252
41830
|
name: Scalars['String']['output'];
|
|
41253
41831
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
41254
41832
|
type: Scalars['String']['output'];
|
|
@@ -41288,6 +41866,7 @@ export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
41288
41866
|
fieldId: Scalars['String']['output'];
|
|
41289
41867
|
id: Scalars['ID']['output'];
|
|
41290
41868
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
41869
|
+
issue?: Maybe<JiraIssue>;
|
|
41291
41870
|
name: Scalars['String']['output'];
|
|
41292
41871
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
41293
41872
|
type: Scalars['String']['output'];
|
|
@@ -41397,6 +41976,16 @@ export declare type JiraFieldConfigFilterInput = {
|
|
|
41397
41976
|
projectIdOrKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
41398
41977
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
41399
41978
|
};
|
|
41979
|
+
export declare type JiraFieldConnection = {
|
|
41980
|
+
__typename?: 'JiraFieldConnection';
|
|
41981
|
+
edges?: Maybe<Array<Maybe<JiraFieldEdge>>>;
|
|
41982
|
+
pageInfo: PageInfo;
|
|
41983
|
+
};
|
|
41984
|
+
export declare type JiraFieldEdge = {
|
|
41985
|
+
__typename?: 'JiraFieldEdge';
|
|
41986
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41987
|
+
node?: Maybe<JiraField>;
|
|
41988
|
+
};
|
|
41400
41989
|
export declare type JiraFieldNonEditableReason = {
|
|
41401
41990
|
__typename?: 'JiraFieldNonEditableReason';
|
|
41402
41991
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -41527,6 +42116,7 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
41527
42116
|
flag?: Maybe<JiraFlag>;
|
|
41528
42117
|
id: Scalars['ID']['output'];
|
|
41529
42118
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42119
|
+
issue?: Maybe<JiraIssue>;
|
|
41530
42120
|
name: Scalars['String']['output'];
|
|
41531
42121
|
type: Scalars['String']['output'];
|
|
41532
42122
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -41545,6 +42135,7 @@ export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
41545
42135
|
fieldId: Scalars['String']['output'];
|
|
41546
42136
|
id: Scalars['ID']['output'];
|
|
41547
42137
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42138
|
+
issue?: Maybe<JiraIssue>;
|
|
41548
42139
|
name: Scalars['String']['output'];
|
|
41549
42140
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41550
42141
|
type: Scalars['String']['output'];
|
|
@@ -41559,6 +42150,7 @@ export declare type JiraForgeDatetimeField = JiraIssueField & JiraIssueFieldConf
|
|
|
41559
42150
|
fieldId: Scalars['String']['output'];
|
|
41560
42151
|
id: Scalars['ID']['output'];
|
|
41561
42152
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42153
|
+
issue?: Maybe<JiraIssue>;
|
|
41562
42154
|
name: Scalars['String']['output'];
|
|
41563
42155
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41564
42156
|
type: Scalars['String']['output'];
|
|
@@ -41607,6 +42199,7 @@ export declare type JiraForgeGroupField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
41607
42199
|
groups?: Maybe<JiraGroupConnection>;
|
|
41608
42200
|
id: Scalars['ID']['output'];
|
|
41609
42201
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42202
|
+
issue?: Maybe<JiraIssue>;
|
|
41610
42203
|
name: Scalars['String']['output'];
|
|
41611
42204
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41612
42205
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -41630,6 +42223,7 @@ export declare type JiraForgeGroupsField = JiraIssueField & JiraIssueFieldConfig
|
|
|
41630
42223
|
groups?: Maybe<JiraGroupConnection>;
|
|
41631
42224
|
id: Scalars['ID']['output'];
|
|
41632
42225
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42226
|
+
issue?: Maybe<JiraIssue>;
|
|
41633
42227
|
name: Scalars['String']['output'];
|
|
41634
42228
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41635
42229
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -41659,6 +42253,7 @@ export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfig
|
|
|
41659
42253
|
fieldId: Scalars['String']['output'];
|
|
41660
42254
|
id: Scalars['ID']['output'];
|
|
41661
42255
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42256
|
+
issue?: Maybe<JiraIssue>;
|
|
41662
42257
|
name: Scalars['String']['output'];
|
|
41663
42258
|
number?: Maybe<Scalars['Float']['output']>;
|
|
41664
42259
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -41673,6 +42268,7 @@ export declare type JiraForgeObjectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
41673
42268
|
fieldId: Scalars['String']['output'];
|
|
41674
42269
|
id: Scalars['ID']['output'];
|
|
41675
42270
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42271
|
+
issue?: Maybe<JiraIssue>;
|
|
41676
42272
|
name: Scalars['String']['output'];
|
|
41677
42273
|
object?: Maybe<Scalars['String']['output']>;
|
|
41678
42274
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -41707,6 +42303,7 @@ export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfig
|
|
|
41707
42303
|
fieldId: Scalars['String']['output'];
|
|
41708
42304
|
id: Scalars['ID']['output'];
|
|
41709
42305
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42306
|
+
issue?: Maybe<JiraIssue>;
|
|
41710
42307
|
name: Scalars['String']['output'];
|
|
41711
42308
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41712
42309
|
text?: Maybe<Scalars['String']['output']>;
|
|
@@ -41721,6 +42318,7 @@ export declare type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfi
|
|
|
41721
42318
|
fieldId: Scalars['String']['output'];
|
|
41722
42319
|
id: Scalars['ID']['output'];
|
|
41723
42320
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42321
|
+
issue?: Maybe<JiraIssue>;
|
|
41724
42322
|
labels?: Maybe<JiraLabelConnection>;
|
|
41725
42323
|
name: Scalars['String']['output'];
|
|
41726
42324
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -41752,6 +42350,7 @@ export declare type JiraForgeUserField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
41752
42350
|
fieldId: Scalars['String']['output'];
|
|
41753
42351
|
id: Scalars['ID']['output'];
|
|
41754
42352
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42353
|
+
issue?: Maybe<JiraIssue>;
|
|
41755
42354
|
name: Scalars['String']['output'];
|
|
41756
42355
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41757
42356
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -41776,6 +42375,7 @@ export declare type JiraForgeUsersField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
41776
42375
|
fieldId: Scalars['String']['output'];
|
|
41777
42376
|
id: Scalars['ID']['output'];
|
|
41778
42377
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42378
|
+
issue?: Maybe<JiraIssue>;
|
|
41779
42379
|
name: Scalars['String']['output'];
|
|
41780
42380
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
41781
42381
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -41919,6 +42519,7 @@ export declare type JiraGenericIssueField = JiraIssueField & JiraIssueFieldConfi
|
|
|
41919
42519
|
fieldId: Scalars['String']['output'];
|
|
41920
42520
|
id: Scalars['ID']['output'];
|
|
41921
42521
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42522
|
+
issue?: Maybe<JiraIssue>;
|
|
41922
42523
|
name: Scalars['String']['output'];
|
|
41923
42524
|
type: Scalars['String']['output'];
|
|
41924
42525
|
};
|
|
@@ -42013,6 +42614,7 @@ export declare type JiraGoalsField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
42013
42614
|
fieldId: Scalars['String']['output'];
|
|
42014
42615
|
id: Scalars['ID']['output'];
|
|
42015
42616
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
42617
|
+
issue?: Maybe<JiraIssue>;
|
|
42016
42618
|
name: Scalars['String']['output'];
|
|
42017
42619
|
selectedGoals?: Maybe<JiraGoalConnection>;
|
|
42018
42620
|
type: Scalars['String']['output'];
|
|
@@ -42659,6 +43261,7 @@ export declare type JiraIssueField = {
|
|
|
42659
43261
|
fieldId: Scalars['String']['output'];
|
|
42660
43262
|
id: Scalars['ID']['output'];
|
|
42661
43263
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
43264
|
+
issue?: Maybe<JiraIssue>;
|
|
42662
43265
|
name: Scalars['String']['output'];
|
|
42663
43266
|
type: Scalars['String']['output'];
|
|
42664
43267
|
};
|
|
@@ -42952,6 +43555,7 @@ export declare type JiraIssueLinkField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
42952
43555
|
fieldId: Scalars['String']['output'];
|
|
42953
43556
|
id: Scalars['ID']['output'];
|
|
42954
43557
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
43558
|
+
issue?: Maybe<JiraIssue>;
|
|
42955
43559
|
issueLinkConnection?: Maybe<JiraIssueLinkConnection>;
|
|
42956
43560
|
issueLinkTypeRelations?: Maybe<JiraIssueLinkTypeRelationConnection>;
|
|
42957
43561
|
issueLinks?: Maybe<Array<Maybe<JiraIssueLink>>>;
|
|
@@ -43086,6 +43690,7 @@ export declare type JiraIssueRestrictionField = JiraIssueField & JiraIssueFieldC
|
|
|
43086
43690
|
fieldId: Scalars['String']['output'];
|
|
43087
43691
|
id: Scalars['ID']['output'];
|
|
43088
43692
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
43693
|
+
issue?: Maybe<JiraIssue>;
|
|
43089
43694
|
name: Scalars['String']['output'];
|
|
43090
43695
|
roles?: Maybe<JiraRoleConnection>;
|
|
43091
43696
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -43397,6 +44002,7 @@ export declare type JiraIssueTypeField = JiraIssueField & JiraIssueFieldConfigur
|
|
|
43397
44002
|
fieldId: Scalars['String']['output'];
|
|
43398
44003
|
id: Scalars['ID']['output'];
|
|
43399
44004
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
44005
|
+
issue?: Maybe<JiraIssue>;
|
|
43400
44006
|
issueType?: Maybe<JiraIssueType>;
|
|
43401
44007
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
43402
44008
|
issueTypesForTransition?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -44060,6 +44666,7 @@ export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
44060
44666
|
fieldId: Scalars['String']['output'];
|
|
44061
44667
|
id: Scalars['ID']['output'];
|
|
44062
44668
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
44669
|
+
issue?: Maybe<JiraIssue>;
|
|
44063
44670
|
labels?: Maybe<JiraLabelConnection>;
|
|
44064
44671
|
name: Scalars['String']['output'];
|
|
44065
44672
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -44228,6 +44835,22 @@ export declare type JiraMediaUploadToken = {
|
|
|
44228
44835
|
tokenDurationInMin?: Maybe<Scalars['Int']['output']>;
|
|
44229
44836
|
};
|
|
44230
44837
|
export declare type JiraMediaUploadTokenResult = JiraMediaUploadToken | QueryError;
|
|
44838
|
+
export declare type JiraMentionable = {
|
|
44839
|
+
__typename?: 'JiraMentionable';
|
|
44840
|
+
team?: Maybe<JiraTeamView>;
|
|
44841
|
+
user?: Maybe<User>;
|
|
44842
|
+
};
|
|
44843
|
+
export declare type JiraMentionableConnection = {
|
|
44844
|
+
__typename?: 'JiraMentionableConnection';
|
|
44845
|
+
edges?: Maybe<Array<Maybe<JiraMentionableEdge>>>;
|
|
44846
|
+
errors?: Maybe<Array<QueryError>>;
|
|
44847
|
+
pageInfo?: Maybe<PageInfo>;
|
|
44848
|
+
};
|
|
44849
|
+
export declare type JiraMentionableEdge = {
|
|
44850
|
+
__typename?: 'JiraMentionableEdge';
|
|
44851
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44852
|
+
node?: Maybe<JiraMentionable>;
|
|
44853
|
+
};
|
|
44231
44854
|
export declare type JiraMergeVersionInput = {
|
|
44232
44855
|
id: Scalars['ID']['input'];
|
|
44233
44856
|
targetVersionId: Scalars['ID']['input'];
|
|
@@ -44277,6 +44900,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
|
|
|
44277
44900
|
groups?: Maybe<JiraGroupConnection>;
|
|
44278
44901
|
id: Scalars['ID']['output'];
|
|
44279
44902
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
44903
|
+
issue?: Maybe<JiraIssue>;
|
|
44280
44904
|
name: Scalars['String']['output'];
|
|
44281
44905
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
44282
44906
|
selectedGroups?: Maybe<Array<Maybe<JiraGroup>>>;
|
|
@@ -44325,6 +44949,7 @@ export declare type JiraMultipleSelectField = JiraHasMultipleSelectedValues & Ji
|
|
|
44325
44949
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
44326
44950
|
id: Scalars['ID']['output'];
|
|
44327
44951
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
44952
|
+
issue?: Maybe<JiraIssue>;
|
|
44328
44953
|
name: Scalars['String']['output'];
|
|
44329
44954
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
44330
44955
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -44385,6 +45010,7 @@ export declare type JiraMultipleSelectUserPickerField = JiraIssueField & JiraIss
|
|
|
44385
45010
|
fieldId: Scalars['String']['output'];
|
|
44386
45011
|
id: Scalars['ID']['output'];
|
|
44387
45012
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
45013
|
+
issue?: Maybe<JiraIssue>;
|
|
44388
45014
|
name: Scalars['String']['output'];
|
|
44389
45015
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
44390
45016
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -44430,6 +45056,7 @@ export declare type JiraMultipleVersionPickerField = JiraHasMultipleSelectedValu
|
|
|
44430
45056
|
fieldId: Scalars['String']['output'];
|
|
44431
45057
|
id: Scalars['ID']['output'];
|
|
44432
45058
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
45059
|
+
issue?: Maybe<JiraIssue>;
|
|
44433
45060
|
name: Scalars['String']['output'];
|
|
44434
45061
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
44435
45062
|
selectedValues?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -44593,6 +45220,7 @@ export declare type JiraMutation = {
|
|
|
44593
45220
|
updateJiraVersionRichTextSectionContent?: Maybe<JiraUpdateVersionPayload>;
|
|
44594
45221
|
updateJiraVersionRichTextSectionTitle?: Maybe<JiraUpdateVersionPayload>;
|
|
44595
45222
|
updateJiraViewConfiguration?: Maybe<JiraUpdateViewConfigPayload>;
|
|
45223
|
+
updateJsmOrganizationField?: Maybe<JiraServiceManagementOrganizationFieldPayload>;
|
|
44596
45224
|
updateJwmFilter?: Maybe<JiraWorkManagementUpdateFilterPayload>;
|
|
44597
45225
|
updateJwmOverview?: Maybe<JiraWorkManagementGiraUpdateOverviewPayload>;
|
|
44598
45226
|
updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
|
|
@@ -44988,6 +45616,9 @@ export declare type JiraMutationUpdateJiraVersionRichTextSectionTitleArgs = {
|
|
|
44988
45616
|
export declare type JiraMutationUpdateJiraViewConfigurationArgs = {
|
|
44989
45617
|
input?: InputMaybe<JiraUpdateViewConfigInput>;
|
|
44990
45618
|
};
|
|
45619
|
+
export declare type JiraMutationUpdateJsmOrganizationFieldArgs = {
|
|
45620
|
+
input: JiraServiceManagementUpdateOrganizationFieldInput;
|
|
45621
|
+
};
|
|
44991
45622
|
export declare type JiraMutationUpdateJwmFilterArgs = {
|
|
44992
45623
|
input: JiraWorkManagementUpdateFilterInput;
|
|
44993
45624
|
};
|
|
@@ -45320,6 +45951,7 @@ export declare type JiraNumberField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
45320
45951
|
id: Scalars['ID']['output'];
|
|
45321
45952
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
45322
45953
|
isStoryPointField?: Maybe<Scalars['Boolean']['output']>;
|
|
45954
|
+
issue?: Maybe<JiraIssue>;
|
|
45323
45955
|
name: Scalars['String']['output'];
|
|
45324
45956
|
number?: Maybe<Scalars['Float']['output']>;
|
|
45325
45957
|
type: Scalars['String']['output'];
|
|
@@ -45598,6 +46230,7 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
45598
46230
|
fieldId: Scalars['String']['output'];
|
|
45599
46231
|
id: Scalars['ID']['output'];
|
|
45600
46232
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
46233
|
+
issue?: Maybe<JiraIssue>;
|
|
45601
46234
|
name: Scalars['String']['output'];
|
|
45602
46235
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
45603
46236
|
type: Scalars['String']['output'];
|
|
@@ -45653,6 +46286,7 @@ export declare type JiraParentIssueField = JiraIssueField & JiraIssueFieldConfig
|
|
|
45653
46286
|
fieldId: Scalars['String']['output'];
|
|
45654
46287
|
id: Scalars['ID']['output'];
|
|
45655
46288
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
46289
|
+
issue?: Maybe<JiraIssue>;
|
|
45656
46290
|
name: Scalars['String']['output'];
|
|
45657
46291
|
parentCandidatesForExistingIssue?: Maybe<JiraIssueConnection>;
|
|
45658
46292
|
parentIssue?: Maybe<JiraIssue>;
|
|
@@ -45725,6 +46359,7 @@ export declare type JiraPeopleField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
45725
46359
|
id: Scalars['ID']['output'];
|
|
45726
46360
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
45727
46361
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
46362
|
+
issue?: Maybe<JiraIssue>;
|
|
45728
46363
|
name: Scalars['String']['output'];
|
|
45729
46364
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
45730
46365
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -45984,6 +46619,7 @@ export declare type JiraPriorityField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
45984
46619
|
fieldId: Scalars['String']['output'];
|
|
45985
46620
|
id: Scalars['ID']['output'];
|
|
45986
46621
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
46622
|
+
issue?: Maybe<JiraIssue>;
|
|
45987
46623
|
name: Scalars['String']['output'];
|
|
45988
46624
|
priorities?: Maybe<JiraPriorityConnection>;
|
|
45989
46625
|
priority?: Maybe<JiraPriority>;
|
|
@@ -46032,6 +46668,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
|
|
|
46032
46668
|
fieldId: Scalars['String']['output'];
|
|
46033
46669
|
id: Scalars['ID']['output'];
|
|
46034
46670
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
46671
|
+
issue?: Maybe<JiraIssue>;
|
|
46035
46672
|
name: Scalars['String']['output'];
|
|
46036
46673
|
proformaForms?: Maybe<JiraProformaForms>;
|
|
46037
46674
|
type: Scalars['String']['output'];
|
|
@@ -46042,6 +46679,7 @@ export declare type JiraProject = Node & {
|
|
|
46042
46679
|
action?: Maybe<JiraProjectAction>;
|
|
46043
46680
|
assignableUsers?: Maybe<JiraAssignableUsersConnection>;
|
|
46044
46681
|
associatedComponents?: Maybe<GraphGenericConnection>;
|
|
46682
|
+
associatedIssueLayoutFields?: Maybe<JiraFieldConnection>;
|
|
46045
46683
|
associatedJsmProjectsByComponent?: Maybe<GraphJiraProjectConnection>;
|
|
46046
46684
|
associatedServices?: Maybe<GraphProjectServiceConnection>;
|
|
46047
46685
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -46119,6 +46757,9 @@ export declare type JiraProjectAssociatedComponentsArgs = {
|
|
|
46119
46757
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46120
46758
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46121
46759
|
};
|
|
46760
|
+
export declare type JiraProjectAssociatedIssueLayoutFieldsArgs = {
|
|
46761
|
+
input?: InputMaybe<JiraProjectAssociatedFieldsInput>;
|
|
46762
|
+
};
|
|
46122
46763
|
export declare type JiraProjectBoardsArgs = {
|
|
46123
46764
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46124
46765
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -46331,6 +46972,9 @@ export declare type JiraProjectAndRepositoryRelationshipSort = {
|
|
|
46331
46972
|
export declare enum JiraProjectAndRepositoryRelationshipSortBy {
|
|
46332
46973
|
LastInferredAt = "LAST_INFERRED_AT"
|
|
46333
46974
|
}
|
|
46975
|
+
export declare type JiraProjectAssociatedFieldsInput = {
|
|
46976
|
+
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
|
|
46977
|
+
};
|
|
46334
46978
|
export declare type JiraProjectCategory = Node & {
|
|
46335
46979
|
__typename?: 'JiraProjectCategory';
|
|
46336
46980
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -46441,6 +47085,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
46441
47085
|
fieldId: Scalars['String']['output'];
|
|
46442
47086
|
id: Scalars['ID']['output'];
|
|
46443
47087
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
47088
|
+
issue?: Maybe<JiraIssue>;
|
|
46444
47089
|
name: Scalars['String']['output'];
|
|
46445
47090
|
project?: Maybe<JiraProject>;
|
|
46446
47091
|
projects?: Maybe<JiraProjectConnection>;
|
|
@@ -46752,6 +47397,15 @@ export declare type JiraProjectWithIssueTypeIdsFieldAssociationWithIssueTypesArg
|
|
|
46752
47397
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46753
47398
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46754
47399
|
};
|
|
47400
|
+
export declare enum JiraProjectsHelpCenterMappingStatus {
|
|
47401
|
+
All = "ALL",
|
|
47402
|
+
Linked = "LINKED",
|
|
47403
|
+
Unlinked = "UNLINKED"
|
|
47404
|
+
}
|
|
47405
|
+
export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
47406
|
+
helpCenterId: Scalars['ID']['input'];
|
|
47407
|
+
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
47408
|
+
};
|
|
46755
47409
|
export declare type JiraPullRequestReviewer = {
|
|
46756
47410
|
__typename?: 'JiraPullRequestReviewer';
|
|
46757
47411
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -46860,6 +47514,7 @@ export declare type JiraQuery = {
|
|
|
46860
47514
|
jiraProjectByKey?: Maybe<JiraProject>;
|
|
46861
47515
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
46862
47516
|
jiraProjectsByJql?: Maybe<JiraProjectConnection>;
|
|
47517
|
+
jiraProjectsMappedToHelpCenter?: Maybe<JiraProjectConnection>;
|
|
46863
47518
|
jiraSoftwareNavigationItems?: Maybe<JiraNavigationItemConnection>;
|
|
46864
47519
|
jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
|
|
46865
47520
|
jqlBuilder?: Maybe<JiraJqlBuilder>;
|
|
@@ -46918,6 +47573,7 @@ export declare type JiraQuery = {
|
|
|
46918
47573
|
screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
|
|
46919
47574
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
46920
47575
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
47576
|
+
searchUserTeamMention?: Maybe<JiraMentionableConnection>;
|
|
46921
47577
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
46922
47578
|
sprintById?: Maybe<JiraSprint>;
|
|
46923
47579
|
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
@@ -47379,6 +48035,14 @@ export declare type JiraQueryJiraProjectsByJqlArgs = {
|
|
|
47379
48035
|
cloudId: Scalars['ID']['input'];
|
|
47380
48036
|
query: Scalars['String']['input'];
|
|
47381
48037
|
};
|
|
48038
|
+
export declare type JiraQueryJiraProjectsMappedToHelpCenterArgs = {
|
|
48039
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
48040
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
48041
|
+
cloudId: Scalars['ID']['input'];
|
|
48042
|
+
filter: JiraProjectsMappedToHelpCenterFilterInput;
|
|
48043
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48044
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48045
|
+
};
|
|
47382
48046
|
export declare type JiraQueryJiraSoftwareNavigationItemsArgs = {
|
|
47383
48047
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
47384
48048
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -47664,6 +48328,14 @@ export declare type JiraQueryScreenIdByIssueKeyArgs = {
|
|
|
47664
48328
|
export declare type JiraQuerySearchUnsplashImagesArgs = {
|
|
47665
48329
|
input: JiraUnsplashSearchInput;
|
|
47666
48330
|
};
|
|
48331
|
+
export declare type JiraQuerySearchUserTeamMentionArgs = {
|
|
48332
|
+
cloudId: Scalars['ID']['input'];
|
|
48333
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
48334
|
+
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
48335
|
+
organizationId?: InputMaybe<Scalars['String']['input']>;
|
|
48336
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
48337
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
48338
|
+
};
|
|
47667
48339
|
export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
47668
48340
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
47669
48341
|
cloudId: Scalars['ID']['input'];
|
|
@@ -47766,6 +48438,7 @@ export declare type JiraRadioSelectField = JiraIssueField & JiraIssueFieldConfig
|
|
|
47766
48438
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
47767
48439
|
id: Scalars['ID']['output'];
|
|
47768
48440
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
48441
|
+
issue?: Maybe<JiraIssue>;
|
|
47769
48442
|
name: Scalars['String']['output'];
|
|
47770
48443
|
selectedOption?: Maybe<JiraOption>;
|
|
47771
48444
|
type: Scalars['String']['output'];
|
|
@@ -47980,6 +48653,7 @@ export declare type JiraRemainingTimeEstimateField = JiraIssueField & JiraIssueF
|
|
|
47980
48653
|
fieldId: Scalars['String']['output'];
|
|
47981
48654
|
id: Scalars['ID']['output'];
|
|
47982
48655
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
48656
|
+
issue?: Maybe<JiraIssue>;
|
|
47983
48657
|
name: Scalars['String']['output'];
|
|
47984
48658
|
remainingEstimate?: Maybe<JiraEstimate>;
|
|
47985
48659
|
type: Scalars['String']['output'];
|
|
@@ -48096,6 +48770,7 @@ export declare type JiraResolutionField = JiraIssueField & JiraIssueFieldConfigu
|
|
|
48096
48770
|
fieldId: Scalars['String']['output'];
|
|
48097
48771
|
id: Scalars['ID']['output'];
|
|
48098
48772
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
48773
|
+
issue?: Maybe<JiraIssue>;
|
|
48099
48774
|
name: Scalars['String']['output'];
|
|
48100
48775
|
resolution?: Maybe<JiraResolution>;
|
|
48101
48776
|
resolutions?: Maybe<JiraResolutionConnection>;
|
|
@@ -48250,6 +48925,7 @@ export declare type JiraRichTextField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
48250
48925
|
fieldId: Scalars['String']['output'];
|
|
48251
48926
|
id: Scalars['ID']['output'];
|
|
48252
48927
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
48928
|
+
issue?: Maybe<JiraIssue>;
|
|
48253
48929
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
48254
48930
|
name: Scalars['String']['output'];
|
|
48255
48931
|
renderer?: Maybe<Scalars['String']['output']>;
|
|
@@ -48493,6 +49169,7 @@ export declare type JiraSecurityLevelField = JiraIssueField & JiraIssueFieldConf
|
|
|
48493
49169
|
fieldId: Scalars['String']['output'];
|
|
48494
49170
|
id: Scalars['ID']['output'];
|
|
48495
49171
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49172
|
+
issue?: Maybe<JiraIssue>;
|
|
48496
49173
|
name: Scalars['String']['output'];
|
|
48497
49174
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
48498
49175
|
securityLevel?: Maybe<JiraSecurityLevel>;
|
|
@@ -48613,6 +49290,7 @@ export declare type JiraServiceManagementApprovalField = JiraIssueField & JiraIs
|
|
|
48613
49290
|
fieldId: Scalars['String']['output'];
|
|
48614
49291
|
id: Scalars['ID']['output'];
|
|
48615
49292
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49293
|
+
issue?: Maybe<JiraIssue>;
|
|
48616
49294
|
name: Scalars['String']['output'];
|
|
48617
49295
|
type: Scalars['String']['output'];
|
|
48618
49296
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -48833,6 +49511,7 @@ export declare type JiraServiceManagementDateTimeField = JiraIssueField & JiraIs
|
|
|
48833
49511
|
fieldId: Scalars['String']['output'];
|
|
48834
49512
|
id: Scalars['ID']['output'];
|
|
48835
49513
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49514
|
+
issue?: Maybe<JiraIssue>;
|
|
48836
49515
|
name: Scalars['String']['output'];
|
|
48837
49516
|
type: Scalars['String']['output'];
|
|
48838
49517
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -48888,6 +49567,7 @@ export declare type JiraServiceManagementEntitlementField = JiraIssueField & Jir
|
|
|
48888
49567
|
fieldId: Scalars['String']['output'];
|
|
48889
49568
|
id: Scalars['ID']['output'];
|
|
48890
49569
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49570
|
+
issue?: Maybe<JiraIssue>;
|
|
48891
49571
|
name: Scalars['String']['output'];
|
|
48892
49572
|
selectedEntitlement?: Maybe<JiraServiceManagementEntitlement>;
|
|
48893
49573
|
type: Scalars['String']['output'];
|
|
@@ -48927,6 +49607,7 @@ export declare type JiraServiceManagementIncidentLinkingField = JiraIssueField &
|
|
|
48927
49607
|
id: Scalars['ID']['output'];
|
|
48928
49608
|
incident?: Maybe<JiraServiceManagementIncident>;
|
|
48929
49609
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49610
|
+
issue?: Maybe<JiraIssue>;
|
|
48930
49611
|
name: Scalars['String']['output'];
|
|
48931
49612
|
type: Scalars['String']['output'];
|
|
48932
49613
|
};
|
|
@@ -48946,6 +49627,7 @@ export declare type JiraServiceManagementMajorIncidentField = JiraIssueField & J
|
|
|
48946
49627
|
fieldId: Scalars['String']['output'];
|
|
48947
49628
|
id: Scalars['ID']['output'];
|
|
48948
49629
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49630
|
+
issue?: Maybe<JiraIssue>;
|
|
48949
49631
|
majorIncident?: Maybe<JiraServiceManagementMajorIncident>;
|
|
48950
49632
|
name: Scalars['String']['output'];
|
|
48951
49633
|
type: Scalars['String']['output'];
|
|
@@ -48993,6 +49675,7 @@ export declare type JiraServiceManagementMultipleSelectUserPickerField = JiraIss
|
|
|
48993
49675
|
fieldId: Scalars['String']['output'];
|
|
48994
49676
|
id: Scalars['ID']['output'];
|
|
48995
49677
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49678
|
+
issue?: Maybe<JiraIssue>;
|
|
48996
49679
|
name: Scalars['String']['output'];
|
|
48997
49680
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
48998
49681
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -49015,11 +49698,16 @@ export declare type JiraServiceManagementMultipleSelectUserPickerFieldUsersArgs
|
|
|
49015
49698
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49016
49699
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49017
49700
|
};
|
|
49018
|
-
export declare type JiraServiceManagementOrganization = {
|
|
49701
|
+
export declare type JiraServiceManagementOrganization = JiraSelectableValue & {
|
|
49019
49702
|
__typename?: 'JiraServiceManagementOrganization';
|
|
49020
49703
|
domain?: Maybe<Scalars['String']['output']>;
|
|
49704
|
+
id: Scalars['ID']['output'];
|
|
49021
49705
|
organizationId?: Maybe<Scalars['ID']['output']>;
|
|
49022
49706
|
organizationName?: Maybe<Scalars['String']['output']>;
|
|
49707
|
+
selectableGroupKey?: Maybe<Scalars['String']['output']>;
|
|
49708
|
+
selectableIconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49709
|
+
selectableLabel?: Maybe<Scalars['String']['output']>;
|
|
49710
|
+
selectableUrl?: Maybe<Scalars['URL']['output']>;
|
|
49023
49711
|
};
|
|
49024
49712
|
export declare type JiraServiceManagementOrganizationConnection = {
|
|
49025
49713
|
__typename?: 'JiraServiceManagementOrganizationConnection';
|
|
@@ -49033,7 +49721,7 @@ export declare type JiraServiceManagementOrganizationEdge = {
|
|
|
49033
49721
|
cursor: Scalars['String']['output'];
|
|
49034
49722
|
node?: Maybe<JiraServiceManagementOrganization>;
|
|
49035
49723
|
};
|
|
49036
|
-
export declare type JiraServiceManagementOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49724
|
+
export declare type JiraServiceManagementOrganizationField = JiraHasMultipleSelectedValues & JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49037
49725
|
__typename?: 'JiraServiceManagementOrganizationField';
|
|
49038
49726
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
49039
49727
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -49041,11 +49729,14 @@ export declare type JiraServiceManagementOrganizationField = JiraIssueField & Ji
|
|
|
49041
49729
|
fieldId: Scalars['String']['output'];
|
|
49042
49730
|
id: Scalars['ID']['output'];
|
|
49043
49731
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49732
|
+
issue?: Maybe<JiraIssue>;
|
|
49044
49733
|
name: Scalars['String']['output'];
|
|
49045
49734
|
organizations?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
49046
49735
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49736
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
49047
49737
|
selectedOrganizations?: Maybe<Array<Maybe<JiraServiceManagementOrganization>>>;
|
|
49048
49738
|
selectedOrganizationsConnection?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
49739
|
+
selectedValues?: Maybe<JiraSelectableValueConnection>;
|
|
49049
49740
|
type: Scalars['String']['output'];
|
|
49050
49741
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
49051
49742
|
};
|
|
@@ -49057,12 +49748,37 @@ export declare type JiraServiceManagementOrganizationFieldOrganizationsArgs = {
|
|
|
49057
49748
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49058
49749
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49059
49750
|
};
|
|
49751
|
+
export declare type JiraServiceManagementOrganizationFieldSelectableValueOptionsArgs = {
|
|
49752
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49753
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49754
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
49755
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49756
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49757
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49758
|
+
};
|
|
49060
49759
|
export declare type JiraServiceManagementOrganizationFieldSelectedOrganizationsConnectionArgs = {
|
|
49061
49760
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49062
49761
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
49063
49762
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49064
49763
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49065
49764
|
};
|
|
49765
|
+
export declare type JiraServiceManagementOrganizationFieldSelectedValuesArgs = {
|
|
49766
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49767
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49768
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49769
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49770
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49771
|
+
};
|
|
49772
|
+
export declare type JiraServiceManagementOrganizationFieldOperationInput = {
|
|
49773
|
+
ids: Array<Scalars['ID']['input']>;
|
|
49774
|
+
operation: JiraMultiValueFieldOperations;
|
|
49775
|
+
};
|
|
49776
|
+
export declare type JiraServiceManagementOrganizationFieldPayload = Payload & {
|
|
49777
|
+
__typename?: 'JiraServiceManagementOrganizationFieldPayload';
|
|
49778
|
+
errors?: Maybe<Array<MutationError>>;
|
|
49779
|
+
field?: Maybe<JiraServiceManagementOrganizationField>;
|
|
49780
|
+
success: Scalars['Boolean']['output'];
|
|
49781
|
+
};
|
|
49066
49782
|
export declare type JiraServiceManagementPeopleField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49067
49783
|
__typename?: 'JiraServiceManagementPeopleField';
|
|
49068
49784
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -49072,6 +49788,7 @@ export declare type JiraServiceManagementPeopleField = JiraIssueField & JiraIssu
|
|
|
49072
49788
|
id: Scalars['ID']['output'];
|
|
49073
49789
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49074
49790
|
isMulti?: Maybe<Scalars['Boolean']['output']>;
|
|
49791
|
+
issue?: Maybe<JiraIssue>;
|
|
49075
49792
|
name: Scalars['String']['output'];
|
|
49076
49793
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49077
49794
|
selectedUsers?: Maybe<Array<Maybe<User>>>;
|
|
@@ -49150,6 +49867,7 @@ export declare type JiraServiceManagementRequestFeedbackField = JiraIssueField &
|
|
|
49150
49867
|
fieldId: Scalars['String']['output'];
|
|
49151
49868
|
id: Scalars['ID']['output'];
|
|
49152
49869
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49870
|
+
issue?: Maybe<JiraIssue>;
|
|
49153
49871
|
name: Scalars['String']['output'];
|
|
49154
49872
|
type: Scalars['String']['output'];
|
|
49155
49873
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
@@ -49162,6 +49880,7 @@ export declare type JiraServiceManagementRequestLanguageField = JiraIssueField &
|
|
|
49162
49880
|
fieldId: Scalars['String']['output'];
|
|
49163
49881
|
id: Scalars['ID']['output'];
|
|
49164
49882
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49883
|
+
issue?: Maybe<JiraIssue>;
|
|
49165
49884
|
language?: Maybe<JiraServiceManagementLanguage>;
|
|
49166
49885
|
languages?: Maybe<Array<Maybe<JiraServiceManagementLanguage>>>;
|
|
49167
49886
|
name: Scalars['String']['output'];
|
|
@@ -49201,6 +49920,7 @@ export declare type JiraServiceManagementRequestTypeField = JiraIssueField & Jir
|
|
|
49201
49920
|
fieldId: Scalars['String']['output'];
|
|
49202
49921
|
id: Scalars['ID']['output'];
|
|
49203
49922
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
49923
|
+
issue?: Maybe<JiraIssue>;
|
|
49204
49924
|
name: Scalars['String']['output'];
|
|
49205
49925
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
49206
49926
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
@@ -49293,6 +50013,7 @@ export declare type JiraServiceManagementRespondersField = JiraIssueField & Jira
|
|
|
49293
50013
|
fieldId: Scalars['String']['output'];
|
|
49294
50014
|
id: Scalars['ID']['output'];
|
|
49295
50015
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50016
|
+
issue?: Maybe<JiraIssue>;
|
|
49296
50017
|
name: Scalars['String']['output'];
|
|
49297
50018
|
responders?: Maybe<Array<Maybe<JiraServiceManagementResponder>>>;
|
|
49298
50019
|
respondersConnection?: Maybe<JiraServiceManagementResponderConnection>;
|
|
@@ -49327,6 +50048,7 @@ export declare type JiraServiceManagementSentimentField = JiraIssueField & JiraI
|
|
|
49327
50048
|
fieldId: Scalars['String']['output'];
|
|
49328
50049
|
id: Scalars['ID']['output'];
|
|
49329
50050
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50051
|
+
issue?: Maybe<JiraIssue>;
|
|
49330
50052
|
name: Scalars['String']['output'];
|
|
49331
50053
|
sentiment?: Maybe<JiraServiceManagementSentiment>;
|
|
49332
50054
|
type: Scalars['String']['output'];
|
|
@@ -49376,6 +50098,10 @@ export declare type JiraServiceManagementUpdateEntitlementOperationInput = {
|
|
|
49376
50098
|
entitlementId?: InputMaybe<Scalars['ID']['input']>;
|
|
49377
50099
|
operation: JiraSingleValueFieldOperations;
|
|
49378
50100
|
};
|
|
50101
|
+
export declare type JiraServiceManagementUpdateOrganizationFieldInput = {
|
|
50102
|
+
id: Scalars['ID']['input'];
|
|
50103
|
+
operations: Array<JiraServiceManagementOrganizationFieldOperationInput>;
|
|
50104
|
+
};
|
|
49379
50105
|
export declare type JiraServiceManagementUpdateSentimentFieldInput = {
|
|
49380
50106
|
id: Scalars['ID']['input'];
|
|
49381
50107
|
operation?: InputMaybe<JiraServiceManagementUpdateSentimentOperationInput>;
|
|
@@ -49603,6 +50329,7 @@ export declare type JiraSingleGroupPickerField = JiraIssueField & JiraIssueField
|
|
|
49603
50329
|
groups?: Maybe<JiraGroupConnection>;
|
|
49604
50330
|
id: Scalars['ID']['output'];
|
|
49605
50331
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50332
|
+
issue?: Maybe<JiraIssue>;
|
|
49606
50333
|
name: Scalars['String']['output'];
|
|
49607
50334
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49608
50335
|
selectedGroup?: Maybe<JiraGroup>;
|
|
@@ -49639,6 +50366,7 @@ export declare type JiraSingleLineTextField = JiraIssueField & JiraIssueFieldCon
|
|
|
49639
50366
|
fieldId: Scalars['String']['output'];
|
|
49640
50367
|
id: Scalars['ID']['output'];
|
|
49641
50368
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50369
|
+
issue?: Maybe<JiraIssue>;
|
|
49642
50370
|
name: Scalars['String']['output'];
|
|
49643
50371
|
text?: Maybe<Scalars['String']['output']>;
|
|
49644
50372
|
type: Scalars['String']['output'];
|
|
@@ -49668,6 +50396,7 @@ export declare type JiraSingleSelectField = JiraHasSelectableValueOptions & Jira
|
|
|
49668
50396
|
fieldOptions?: Maybe<JiraOptionConnection>;
|
|
49669
50397
|
id: Scalars['ID']['output'];
|
|
49670
50398
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50399
|
+
issue?: Maybe<JiraIssue>;
|
|
49671
50400
|
name: Scalars['String']['output'];
|
|
49672
50401
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49673
50402
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
@@ -49713,6 +50442,7 @@ export declare type JiraSingleSelectUserPickerField = JiraIssueField & JiraIssue
|
|
|
49713
50442
|
fieldId: Scalars['String']['output'];
|
|
49714
50443
|
id: Scalars['ID']['output'];
|
|
49715
50444
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50445
|
+
issue?: Maybe<JiraIssue>;
|
|
49716
50446
|
name: Scalars['String']['output'];
|
|
49717
50447
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49718
50448
|
type: Scalars['String']['output'];
|
|
@@ -49755,6 +50485,7 @@ export declare type JiraSingleVersionPickerField = JiraHasSelectableValueOptions
|
|
|
49755
50485
|
fieldId: Scalars['String']['output'];
|
|
49756
50486
|
id: Scalars['ID']['output'];
|
|
49757
50487
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50488
|
+
issue?: Maybe<JiraIssue>;
|
|
49758
50489
|
name: Scalars['String']['output'];
|
|
49759
50490
|
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
49760
50491
|
type: Scalars['String']['output'];
|
|
@@ -49882,6 +50613,7 @@ export declare type JiraSprintField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
49882
50613
|
fieldId: Scalars['String']['output'];
|
|
49883
50614
|
id: Scalars['ID']['output'];
|
|
49884
50615
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50616
|
+
issue?: Maybe<JiraIssue>;
|
|
49885
50617
|
name: Scalars['String']['output'];
|
|
49886
50618
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
49887
50619
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -49990,6 +50722,7 @@ export declare type JiraStatusCategoryField = JiraIssueField & JiraIssueFieldCon
|
|
|
49990
50722
|
fieldId: Scalars['String']['output'];
|
|
49991
50723
|
id: Scalars['ID']['output'];
|
|
49992
50724
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50725
|
+
issue?: Maybe<JiraIssue>;
|
|
49993
50726
|
name: Scalars['String']['output'];
|
|
49994
50727
|
statusCategory: JiraStatusCategory;
|
|
49995
50728
|
type: Scalars['String']['output'];
|
|
@@ -50020,6 +50753,7 @@ export declare type JiraStatusField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
50020
50753
|
fieldId: Scalars['String']['output'];
|
|
50021
50754
|
id: Scalars['ID']['output'];
|
|
50022
50755
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50756
|
+
issue?: Maybe<JiraIssue>;
|
|
50023
50757
|
name: Scalars['String']['output'];
|
|
50024
50758
|
status: JiraStatus;
|
|
50025
50759
|
transitions?: Maybe<JiraTransitionConnection>;
|
|
@@ -50172,6 +50906,7 @@ export declare type JiraSubtasksField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
50172
50906
|
fieldId: Scalars['String']['output'];
|
|
50173
50907
|
id: Scalars['ID']['output'];
|
|
50174
50908
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
50909
|
+
issue?: Maybe<JiraIssue>;
|
|
50175
50910
|
name: Scalars['String']['output'];
|
|
50176
50911
|
subtasks?: Maybe<JiraIssueConnection>;
|
|
50177
50912
|
type: Scalars['String']['output'];
|
|
@@ -50288,6 +51023,7 @@ export declare type JiraTeamField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50288
51023
|
fieldId: Scalars['String']['output'];
|
|
50289
51024
|
id: Scalars['ID']['output'];
|
|
50290
51025
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
51026
|
+
issue?: Maybe<JiraIssue>;
|
|
50291
51027
|
name: Scalars['String']['output'];
|
|
50292
51028
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
50293
51029
|
selectedTeam?: Maybe<JiraTeam>;
|
|
@@ -50351,6 +51087,7 @@ export declare type JiraTeamViewField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
50351
51087
|
fieldId: Scalars['String']['output'];
|
|
50352
51088
|
id: Scalars['ID']['output'];
|
|
50353
51089
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
51090
|
+
issue?: Maybe<JiraIssue>;
|
|
50354
51091
|
name: Scalars['String']['output'];
|
|
50355
51092
|
nonEditableReason?: Maybe<JiraFieldNonEditableReason>;
|
|
50356
51093
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -50397,6 +51134,7 @@ export declare type JiraTimeTrackingField = JiraIssueField & JiraIssueFieldConfi
|
|
|
50397
51134
|
fieldId: Scalars['String']['output'];
|
|
50398
51135
|
id: Scalars['ID']['output'];
|
|
50399
51136
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
51137
|
+
issue?: Maybe<JiraIssue>;
|
|
50400
51138
|
name: Scalars['String']['output'];
|
|
50401
51139
|
originalEstimate?: Maybe<JiraEstimate>;
|
|
50402
51140
|
remainingEstimate?: Maybe<JiraEstimate>;
|
|
@@ -50479,14 +51217,17 @@ export declare type JiraUiModification = {
|
|
|
50479
51217
|
id: Scalars['ID']['output'];
|
|
50480
51218
|
};
|
|
50481
51219
|
export declare type JiraUiModificationsContextInput = {
|
|
50482
|
-
issueTypeId
|
|
50483
|
-
|
|
51220
|
+
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
51221
|
+
portalId?: InputMaybe<Scalars['ID']['input']>;
|
|
51222
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
51223
|
+
requestTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
50484
51224
|
viewType: JiraUiModificationsViewType;
|
|
50485
51225
|
};
|
|
50486
51226
|
export declare enum JiraUiModificationsViewType {
|
|
50487
51227
|
Gic = "GIC",
|
|
50488
51228
|
IssueTransition = "IssueTransition",
|
|
50489
|
-
IssueView = "IssueView"
|
|
51229
|
+
IssueView = "IssueView",
|
|
51230
|
+
JsmRequestCreate = "JSMRequestCreate"
|
|
50490
51231
|
}
|
|
50491
51232
|
export declare type JiraUnlinkIssuesFromIncidentMutationInput = {
|
|
50492
51233
|
incidentId: Scalars['ID']['input'];
|
|
@@ -50921,6 +51662,7 @@ export declare type JiraUrlField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50921
51662
|
fieldId: Scalars['String']['output'];
|
|
50922
51663
|
id: Scalars['ID']['output'];
|
|
50923
51664
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
51665
|
+
issue?: Maybe<JiraIssue>;
|
|
50924
51666
|
name: Scalars['String']['output'];
|
|
50925
51667
|
type: Scalars['String']['output'];
|
|
50926
51668
|
uri?: Maybe<Scalars['String']['output']>;
|
|
@@ -51644,6 +52386,7 @@ export declare type JiraVotesField = JiraIssueField & JiraIssueFieldConfiguratio
|
|
|
51644
52386
|
fieldId: Scalars['String']['output'];
|
|
51645
52387
|
id: Scalars['ID']['output'];
|
|
51646
52388
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
52389
|
+
issue?: Maybe<JiraIssue>;
|
|
51647
52390
|
name: Scalars['String']['output'];
|
|
51648
52391
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
51649
52392
|
type: Scalars['String']['output'];
|
|
@@ -51682,6 +52425,7 @@ export declare type JiraWatchesField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
51682
52425
|
fieldId: Scalars['String']['output'];
|
|
51683
52426
|
id: Scalars['ID']['output'];
|
|
51684
52427
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
52428
|
+
issue?: Maybe<JiraIssue>;
|
|
51685
52429
|
name: Scalars['String']['output'];
|
|
51686
52430
|
selectedUsersConnection?: Maybe<JiraUserConnection>;
|
|
51687
52431
|
suggestedWatchers?: Maybe<JiraUserConnection>;
|
|
@@ -51736,6 +52480,7 @@ export declare type JiraWorkCategoryField = JiraIssueField & JiraIssueFieldConfi
|
|
|
51736
52480
|
fieldId: Scalars['String']['output'];
|
|
51737
52481
|
id: Scalars['ID']['output'];
|
|
51738
52482
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
52483
|
+
issue?: Maybe<JiraIssue>;
|
|
51739
52484
|
name: Scalars['String']['output'];
|
|
51740
52485
|
type: Scalars['String']['output'];
|
|
51741
52486
|
workCategory?: Maybe<JiraWorkCategory>;
|
|
@@ -51760,6 +52505,7 @@ export declare type JiraWorkLogField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
51760
52505
|
fieldId: Scalars['String']['output'];
|
|
51761
52506
|
id: Scalars['ID']['output'];
|
|
51762
52507
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
52508
|
+
issue?: Maybe<JiraIssue>;
|
|
51763
52509
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
51764
52510
|
name: Scalars['String']['output'];
|
|
51765
52511
|
timeTrackingSettings?: Maybe<JiraTimeTrackingSettings>;
|
|
@@ -53787,23 +54533,16 @@ export declare type MarketplaceConsoleAppPrivateListingsPageInfo = {
|
|
|
53787
54533
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
53788
54534
|
startCursor: Scalars['String']['output'];
|
|
53789
54535
|
};
|
|
53790
|
-
export declare type MarketplaceConsoleAppSoftware = {
|
|
53791
|
-
__typename?: 'MarketplaceConsoleAppSoftware';
|
|
53792
|
-
appKey: Scalars['String']['output'];
|
|
53793
|
-
developerId: Scalars['String']['output'];
|
|
53794
|
-
developerSpace: MarketplaceConsoleDevSpace;
|
|
53795
|
-
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
53796
|
-
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
53797
|
-
hosting: MarketplaceConsoleHosting;
|
|
53798
|
-
id: Scalars['ID']['output'];
|
|
53799
|
-
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
53800
|
-
};
|
|
53801
54536
|
export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
53802
54537
|
__typename?: 'MarketplaceConsoleAppSoftwareShort';
|
|
54538
|
+
appKey: Scalars['ID']['output'];
|
|
53803
54539
|
appSoftwareId: Scalars['ID']['output'];
|
|
53804
54540
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
54541
|
+
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
53805
54542
|
hosting: MarketplaceConsoleHosting;
|
|
53806
54543
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
54544
|
+
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
54545
|
+
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
53807
54546
|
};
|
|
53808
54547
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
53809
54548
|
__typename?: 'MarketplaceConsoleAppSoftwareVersion';
|
|
@@ -53830,13 +54569,24 @@ export declare type MarketplaceConsoleAppSoftwareVersionCompatibility = {
|
|
|
53830
54569
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionCompatibility';
|
|
53831
54570
|
maxBuildNumber?: Maybe<Scalars['Int']['output']>;
|
|
53832
54571
|
minBuildNumber?: Maybe<Scalars['Int']['output']>;
|
|
53833
|
-
parentSoftware
|
|
54572
|
+
parentSoftware?: Maybe<MarketplaceConsoleParentSoftware>;
|
|
54573
|
+
parentSoftwareId: Scalars['ID']['output'];
|
|
54574
|
+
};
|
|
54575
|
+
export declare type MarketplaceConsoleAppSoftwareVersionCompatibilityInput = {
|
|
54576
|
+
hosting: MarketplaceConsoleHosting;
|
|
54577
|
+
maxBuildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54578
|
+
minBuildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54579
|
+
parentSoftwareId: Scalars['ID']['input'];
|
|
53834
54580
|
};
|
|
53835
54581
|
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetails = {
|
|
53836
54582
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionFrameworkDetails';
|
|
53837
54583
|
attributes: MarketplaceConsoleFrameworkAttributes;
|
|
53838
54584
|
frameworkId: Scalars['ID']['output'];
|
|
53839
54585
|
};
|
|
54586
|
+
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetailsInput = {
|
|
54587
|
+
attributes: MarketplaceConsoleFrameworkAttributesInput;
|
|
54588
|
+
frameworkId: Scalars['ID']['input'];
|
|
54589
|
+
};
|
|
53840
54590
|
export declare type MarketplaceConsoleAppSoftwareVersionLicenseType = {
|
|
53841
54591
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionLicenseType';
|
|
53842
54592
|
id: MarketplaceConsoleAppSoftwareVersionLicenseTypeId;
|
|
@@ -53883,6 +54633,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
53883
54633
|
Active = "ACTIVE",
|
|
53884
54634
|
Approved = "APPROVED",
|
|
53885
54635
|
Archived = "ARCHIVED",
|
|
54636
|
+
AutoApproved = "AUTO_APPROVED",
|
|
53886
54637
|
Draft = "DRAFT",
|
|
53887
54638
|
Rejected = "REJECTED",
|
|
53888
54639
|
Submitted = "SUBMITTED"
|
|
@@ -53896,16 +54647,33 @@ export declare type MarketplaceConsoleAppSoftwares = {
|
|
|
53896
54647
|
__typename?: 'MarketplaceConsoleAppSoftwares';
|
|
53897
54648
|
appSoftwares: Array<MarketplaceConsoleAppSoftwareShort>;
|
|
53898
54649
|
};
|
|
54650
|
+
export declare type MarketplaceConsoleAppVersionCreateRequestInput = {
|
|
54651
|
+
buildNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
54652
|
+
compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>;
|
|
54653
|
+
frameworkDetails: MarketplaceConsoleAppSoftwareVersionFrameworkDetailsInput;
|
|
54654
|
+
versionNumber?: InputMaybe<Scalars['String']['input']>;
|
|
54655
|
+
};
|
|
53899
54656
|
export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
53900
54657
|
appId?: InputMaybe<Scalars['ID']['input']>;
|
|
53901
54658
|
appSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
53902
54659
|
buildNumber: Scalars['ID']['input'];
|
|
53903
54660
|
};
|
|
54661
|
+
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
54662
|
+
__typename?: 'MarketplaceConsoleArtifactFileInfo';
|
|
54663
|
+
checksum: Scalars['String']['output'];
|
|
54664
|
+
logicalFileName: Scalars['String']['output'];
|
|
54665
|
+
size: Scalars['Int']['output'];
|
|
54666
|
+
};
|
|
53904
54667
|
export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
53905
54668
|
__typename?: 'MarketplaceConsoleConnectFrameworkAttributes';
|
|
53906
54669
|
descriptorId: Scalars['ID']['output'];
|
|
53907
54670
|
scopes: Array<Scalars['String']['output']>;
|
|
53908
54671
|
};
|
|
54672
|
+
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
54673
|
+
descriptorId: Scalars['String']['input'];
|
|
54674
|
+
href: Scalars['String']['input'];
|
|
54675
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54676
|
+
};
|
|
53909
54677
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
53910
54678
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
53911
54679
|
body: Scalars['String']['output'];
|
|
@@ -54039,6 +54807,11 @@ export declare type MarketplaceConsoleExternalFrameworkAttributes = {
|
|
|
54039
54807
|
authorization: Scalars['Boolean']['output'];
|
|
54040
54808
|
binaryUrl?: Maybe<Scalars['String']['output']>;
|
|
54041
54809
|
};
|
|
54810
|
+
export declare type MarketplaceConsoleExternalFrameworkAttributesInput = {
|
|
54811
|
+
authorization: Scalars['Boolean']['input'];
|
|
54812
|
+
binaryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54813
|
+
learnMoreUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54814
|
+
};
|
|
54042
54815
|
export declare type MarketplaceConsoleFeature = {
|
|
54043
54816
|
__typename?: 'MarketplaceConsoleFeature';
|
|
54044
54817
|
description: Scalars['String']['output'];
|
|
@@ -54058,7 +54831,19 @@ export declare type MarketplaceConsoleForgeFrameworkAttributes = {
|
|
|
54058
54831
|
envId: Scalars['ID']['output'];
|
|
54059
54832
|
versionId: Scalars['String']['output'];
|
|
54060
54833
|
};
|
|
54834
|
+
export declare type MarketplaceConsoleForgeFrameworkAttributesInput = {
|
|
54835
|
+
appId: Scalars['String']['input'];
|
|
54836
|
+
envId: Scalars['String']['input'];
|
|
54837
|
+
versionId: Scalars['String']['input'];
|
|
54838
|
+
};
|
|
54061
54839
|
export declare type MarketplaceConsoleFrameworkAttributes = MarketplaceConsoleConnectFrameworkAttributes | MarketplaceConsoleExternalFrameworkAttributes | MarketplaceConsoleForgeFrameworkAttributes | MarketplaceConsolePluginsFrameworkAttributes | MarketplaceConsoleWorkflowFrameworkAttributes;
|
|
54840
|
+
export declare type MarketplaceConsoleFrameworkAttributesInput = {
|
|
54841
|
+
connect?: InputMaybe<MarketplaceConsoleConnectFrameworkAttributesInput>;
|
|
54842
|
+
external?: InputMaybe<MarketplaceConsoleExternalFrameworkAttributesInput>;
|
|
54843
|
+
forge?: InputMaybe<MarketplaceConsoleForgeFrameworkAttributesInput>;
|
|
54844
|
+
plugins?: InputMaybe<MarketplaceConsolePluginsFrameworkAttributesInput>;
|
|
54845
|
+
workflow?: InputMaybe<MarketplaceConsoleWorkflowFrameworkAttributesInput>;
|
|
54846
|
+
};
|
|
54062
54847
|
export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
54063
54848
|
__typename?: 'MarketplaceConsoleGenericError';
|
|
54064
54849
|
message: Scalars['String']['output'];
|
|
@@ -54119,6 +54904,12 @@ export declare type MarketplaceConsoleLegacyVendorLinks = {
|
|
|
54119
54904
|
donate?: Maybe<Scalars['String']['output']>;
|
|
54120
54905
|
evaluationLicense?: Maybe<Scalars['String']['output']>;
|
|
54121
54906
|
};
|
|
54907
|
+
export declare type MarketplaceConsoleLink = {
|
|
54908
|
+
__typename?: 'MarketplaceConsoleLink';
|
|
54909
|
+
href: Scalars['String']['output'];
|
|
54910
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
54911
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
54912
|
+
};
|
|
54122
54913
|
export declare type MarketplaceConsoleListingHighLights = {
|
|
54123
54914
|
__typename?: 'MarketplaceConsoleListingHighLights';
|
|
54124
54915
|
caption?: Maybe<Scalars['String']['output']>;
|
|
@@ -54135,9 +54926,11 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
54135
54926
|
__typename?: 'MarketplaceConsoleMutationApi';
|
|
54136
54927
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
54137
54928
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
54929
|
+
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54138
54930
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54139
54931
|
deleteAppVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54140
54932
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEditionResponse>>>;
|
|
54933
|
+
validateArtifactUrl?: Maybe<MarketplaceConsoleRemoteFetchedSoftwareArtifact>;
|
|
54141
54934
|
};
|
|
54142
54935
|
export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
54143
54936
|
activationRequest: MarketplaceConsoleEditionsActivationRequest;
|
|
@@ -54146,6 +54939,10 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
54146
54939
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
54147
54940
|
appSoftwareId: Scalars['String']['input'];
|
|
54148
54941
|
};
|
|
54942
|
+
export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
|
|
54943
|
+
appKey: Scalars['ID']['input'];
|
|
54944
|
+
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
54945
|
+
};
|
|
54149
54946
|
export declare type MarketplaceConsoleMutationApiDeleteAppSoftwareTokenArgs = {
|
|
54150
54947
|
appSoftwareId: Scalars['String']['input'];
|
|
54151
54948
|
token: Scalars['String']['input'];
|
|
@@ -54157,6 +54954,9 @@ export declare type MarketplaceConsoleMutationApiEditionsArgs = {
|
|
|
54157
54954
|
editions: Array<MarketplaceConsoleEditionInput>;
|
|
54158
54955
|
product: MarketplaceConsoleEditionsInput;
|
|
54159
54956
|
};
|
|
54957
|
+
export declare type MarketplaceConsoleMutationApiValidateArtifactUrlArgs = {
|
|
54958
|
+
url: Scalars['String']['input'];
|
|
54959
|
+
};
|
|
54160
54960
|
export declare type MarketplaceConsoleMutationVoidResponse = {
|
|
54161
54961
|
__typename?: 'MarketplaceConsoleMutationVoidResponse';
|
|
54162
54962
|
success?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -54217,6 +55017,10 @@ export declare type MarketplaceConsolePluginsFrameworkAttributes = {
|
|
|
54217
55017
|
__typename?: 'MarketplaceConsolePluginsFrameworkAttributes';
|
|
54218
55018
|
artifactId: Scalars['ID']['output'];
|
|
54219
55019
|
};
|
|
55020
|
+
export declare type MarketplaceConsolePluginsFrameworkAttributesInput = {
|
|
55021
|
+
artifactId: Scalars['String']['input'];
|
|
55022
|
+
href: Scalars['String']['input'];
|
|
55023
|
+
};
|
|
54220
55024
|
export declare enum MarketplaceConsolePricingCurrency {
|
|
54221
55025
|
Jpy = "JPY",
|
|
54222
55026
|
Usd = "USD"
|
|
@@ -54232,6 +55036,11 @@ export declare type MarketplaceConsolePricingItemInput = {
|
|
|
54232
55036
|
ceiling: Scalars['Float']['input'];
|
|
54233
55037
|
floor: Scalars['Float']['input'];
|
|
54234
55038
|
};
|
|
55039
|
+
export declare type MarketplaceConsolePricingParentSoftware = {
|
|
55040
|
+
__typename?: 'MarketplaceConsolePricingParentSoftware';
|
|
55041
|
+
parentSoftwareId: Scalars['ID']['output'];
|
|
55042
|
+
parentSoftwareName?: Maybe<Scalars['String']['output']>;
|
|
55043
|
+
};
|
|
54235
55044
|
export declare type MarketplaceConsolePricingPlan = {
|
|
54236
55045
|
__typename?: 'MarketplaceConsolePricingPlan';
|
|
54237
55046
|
currency: MarketplaceConsolePricingCurrency;
|
|
@@ -54312,8 +55121,7 @@ export declare type MarketplaceConsoleProductMetadata = {
|
|
|
54312
55121
|
export declare type MarketplaceConsoleQueryApi = {
|
|
54313
55122
|
__typename?: 'MarketplaceConsoleQueryApi';
|
|
54314
55123
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
|
|
54315
|
-
|
|
54316
|
-
appSoftwareVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
55124
|
+
appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
54317
55125
|
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
|
|
54318
55126
|
appSoftwareVersions?: Maybe<MarketplaceConsoleAppSoftwareVersions>;
|
|
54319
55127
|
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
|
|
@@ -54335,10 +55143,7 @@ export declare type MarketplaceConsoleQueryApiAppPrivateListingsArgs = {
|
|
|
54335
55143
|
appSoftwareId: Scalars['ID']['input'];
|
|
54336
55144
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54337
55145
|
};
|
|
54338
|
-
export declare type
|
|
54339
|
-
appId: Scalars['ID']['input'];
|
|
54340
|
-
};
|
|
54341
|
-
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionArgs = {
|
|
55146
|
+
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionByAppIdArgs = {
|
|
54342
55147
|
appId: Scalars['ID']['input'];
|
|
54343
55148
|
buildNumber: Scalars['ID']['input'];
|
|
54344
55149
|
};
|
|
@@ -54381,6 +55186,17 @@ export declare type MarketplaceConsoleQueryApiProductListingByAppIdArgs = {
|
|
|
54381
55186
|
export declare type MarketplaceConsoleQueryApiProductMetadataByAppIdArgs = {
|
|
54382
55187
|
appId: Scalars['ID']['input'];
|
|
54383
55188
|
};
|
|
55189
|
+
export declare type MarketplaceConsoleRemoteArtifactLinks = {
|
|
55190
|
+
__typename?: 'MarketplaceConsoleRemoteArtifactLinks';
|
|
55191
|
+
binary: MarketplaceConsoleLink;
|
|
55192
|
+
remote?: Maybe<MarketplaceConsoleLink>;
|
|
55193
|
+
self: MarketplaceConsoleLink;
|
|
55194
|
+
};
|
|
55195
|
+
export declare type MarketplaceConsoleRemoteFetchedSoftwareArtifact = {
|
|
55196
|
+
__typename?: 'MarketplaceConsoleRemoteFetchedSoftwareArtifact';
|
|
55197
|
+
fileInfo: MarketplaceConsoleArtifactFileInfo;
|
|
55198
|
+
links: MarketplaceConsoleRemoteArtifactLinks;
|
|
55199
|
+
};
|
|
54384
55200
|
export declare type MarketplaceConsoleSourceCodeLicense = {
|
|
54385
55201
|
__typename?: 'MarketplaceConsoleSourceCodeLicense';
|
|
54386
55202
|
url: Scalars['String']['output'];
|
|
@@ -54421,6 +55237,10 @@ export declare type MarketplaceConsoleWorkflowFrameworkAttributes = {
|
|
|
54421
55237
|
__typename?: 'MarketplaceConsoleWorkflowFrameworkAttributes';
|
|
54422
55238
|
artifactId: Scalars['ID']['output'];
|
|
54423
55239
|
};
|
|
55240
|
+
export declare type MarketplaceConsoleWorkflowFrameworkAttributesInput = {
|
|
55241
|
+
artifactId: Scalars['String']['input'];
|
|
55242
|
+
href: Scalars['String']['input'];
|
|
55243
|
+
};
|
|
54424
55244
|
export declare enum MarketplaceEntityStatus {
|
|
54425
55245
|
Active = "ACTIVE",
|
|
54426
55246
|
Archived = "ARCHIVED"
|
|
@@ -62827,6 +63647,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
62827
63647
|
contentStatuses?: InputMaybe<Array<SearchConfluenceDocumentStatus>>;
|
|
62828
63648
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
62829
63649
|
creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63650
|
+
isVerified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62830
63651
|
labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
62831
63652
|
pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
62832
63653
|
range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
|
|
@@ -63089,7 +63910,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
63089
63910
|
type: SearchResultType;
|
|
63090
63911
|
url: Scalars['URL']['output'];
|
|
63091
63912
|
};
|
|
63092
|
-
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace |
|
|
63913
|
+
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
63093
63914
|
export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
|
|
63094
63915
|
__typename?: 'SearchResultGoogleDocument';
|
|
63095
63916
|
bodyText: Scalars['String']['output'];
|
|
@@ -63782,8 +64603,6 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
63782
64603
|
ConfluenceSiteBackupDownloaded = "CONFLUENCE_SITE_BACKUP_DOWNLOADED",
|
|
63783
64604
|
ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
|
|
63784
64605
|
ConfluenceSuspiciousSearch = "CONFLUENCE_SUSPICIOUS_SEARCH",
|
|
63785
|
-
ContainerClassificationLevelDecreased = "CONTAINER_CLASSIFICATION_LEVEL_DECREASED",
|
|
63786
|
-
ContainerClassificationLevelIncreased = "CONTAINER_CLASSIFICATION_LEVEL_INCREASED",
|
|
63787
64606
|
CreatedAuthPolicy = "CREATED_AUTH_POLICY",
|
|
63788
64607
|
CreatedPolicy = "CREATED_POLICY",
|
|
63789
64608
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
@@ -63808,6 +64627,7 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
63808
64627
|
IdentityPasswordResetCompletedUser = "IDENTITY_PASSWORD_RESET_COMPLETED_USER",
|
|
63809
64628
|
ImpossibleTravel = "IMPOSSIBLE_TRAVEL",
|
|
63810
64629
|
InitiatedGsyncConnection = "INITIATED_GSYNC_CONNECTION",
|
|
64630
|
+
JiraCustomDetection = "JIRA_CUSTOM_DETECTION",
|
|
63811
64631
|
JiraDataDiscoveryAtlassianToken = "JIRA_DATA_DISCOVERY_ATLASSIAN_TOKEN",
|
|
63812
64632
|
JiraDataDiscoveryAuTfn = "JIRA_DATA_DISCOVERY_AU_TFN",
|
|
63813
64633
|
JiraDataDiscoveryAwsKeys = "JIRA_DATA_DISCOVERY_AWS_KEYS",
|
|
@@ -67550,6 +68370,7 @@ export declare type TrelloMutationApi = {
|
|
|
67550
68370
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
67551
68371
|
unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
|
|
67552
68372
|
unwatchCard?: Maybe<TrelloWatchCardPayload>;
|
|
68373
|
+
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
67553
68374
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
67554
68375
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
67555
68376
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
@@ -67577,6 +68398,9 @@ export declare type TrelloMutationApiUnarchiveCardArgs = {
|
|
|
67577
68398
|
export declare type TrelloMutationApiUnwatchCardArgs = {
|
|
67578
68399
|
input: TrelloWatchCardInput;
|
|
67579
68400
|
};
|
|
68401
|
+
export declare type TrelloMutationApiUpdateBoardIsTemplateArgs = {
|
|
68402
|
+
input: TrelloUpdateBoardIsTemplateInput;
|
|
68403
|
+
};
|
|
67580
68404
|
export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
67581
68405
|
input: TrelloUpdateBoardNameInput;
|
|
67582
68406
|
};
|
|
@@ -67701,22 +68525,28 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
67701
68525
|
};
|
|
67702
68526
|
export declare type TrelloQueryApi = {
|
|
67703
68527
|
__typename?: 'TrelloQueryApi';
|
|
68528
|
+
allPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67704
68529
|
board?: Maybe<TrelloBoard>;
|
|
67705
68530
|
boardByShortLink?: Maybe<TrelloBoard>;
|
|
67706
68531
|
card?: Maybe<TrelloCard>;
|
|
67707
68532
|
echo?: Maybe<Scalars['String']['output']>;
|
|
67708
68533
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
68534
|
+
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67709
68535
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67710
68536
|
list?: Maybe<TrelloList>;
|
|
67711
68537
|
member?: Maybe<TrelloMember>;
|
|
67712
68538
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerAccountConnection>;
|
|
67713
|
-
plannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
67714
68539
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
67715
68540
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
67716
68541
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
67717
68542
|
templateLanguages?: Maybe<Array<TrelloTemplateGalleryLanguage>>;
|
|
67718
68543
|
workspace?: Maybe<TrelloWorkspace>;
|
|
67719
68544
|
};
|
|
68545
|
+
export declare type TrelloQueryApiAllPlannerCalendarsByAccountIdArgs = {
|
|
68546
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68547
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68548
|
+
id: Scalars['ID']['input'];
|
|
68549
|
+
};
|
|
67720
68550
|
export declare type TrelloQueryApiBoardArgs = {
|
|
67721
68551
|
id: Scalars['ID']['input'];
|
|
67722
68552
|
};
|
|
@@ -67729,6 +68559,11 @@ export declare type TrelloQueryApiCardArgs = {
|
|
|
67729
68559
|
export declare type TrelloQueryApiEchosArgs = {
|
|
67730
68560
|
echo: Array<Scalars['String']['input']>;
|
|
67731
68561
|
};
|
|
68562
|
+
export declare type TrelloQueryApiEnabledPlannerCalendarsByAccountIdArgs = {
|
|
68563
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68564
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68565
|
+
id: Scalars['ID']['input'];
|
|
68566
|
+
};
|
|
67732
68567
|
export declare type TrelloQueryApiEnterpriseArgs = {
|
|
67733
68568
|
id: Scalars['ID']['input'];
|
|
67734
68569
|
};
|
|
@@ -67743,11 +68578,6 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
67743
68578
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67744
68579
|
id: Scalars['ID']['input'];
|
|
67745
68580
|
};
|
|
67746
|
-
export declare type TrelloQueryApiPlannerCalendarsByAccountIdArgs = {
|
|
67747
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
67748
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67749
|
-
id: Scalars['ID']['input'];
|
|
67750
|
-
};
|
|
67751
68581
|
export declare type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
67752
68582
|
ids: Array<Scalars['ID']['input']>;
|
|
67753
68583
|
};
|
|
@@ -67886,6 +68716,16 @@ export declare type TrelloUnarchiveCardPayload = Payload & {
|
|
|
67886
68716
|
errors?: Maybe<Array<MutationError>>;
|
|
67887
68717
|
success: Scalars['Boolean']['output'];
|
|
67888
68718
|
};
|
|
68719
|
+
export declare type TrelloUpdateBoardIsTemplateInput = {
|
|
68720
|
+
boardId: Scalars['ID']['input'];
|
|
68721
|
+
value: Scalars['Boolean']['input'];
|
|
68722
|
+
};
|
|
68723
|
+
export declare type TrelloUpdateBoardIsTemplatePayload = Payload & {
|
|
68724
|
+
__typename?: 'TrelloUpdateBoardIsTemplatePayload';
|
|
68725
|
+
board?: Maybe<TrelloBoard>;
|
|
68726
|
+
errors?: Maybe<Array<MutationError>>;
|
|
68727
|
+
success: Scalars['Boolean']['output'];
|
|
68728
|
+
};
|
|
67889
68729
|
export declare type TrelloUpdateBoardNameInput = {
|
|
67890
68730
|
boardId: Scalars['ID']['input'];
|
|
67891
68731
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -67942,8 +68782,8 @@ export declare type TrelloWatchCardPayload = Payload & {
|
|
|
67942
68782
|
export declare type TrelloWorkspace = Node & {
|
|
67943
68783
|
__typename?: 'TrelloWorkspace';
|
|
67944
68784
|
creationMethod?: Maybe<Scalars['String']['output']>;
|
|
67945
|
-
description
|
|
67946
|
-
displayName
|
|
68785
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
68786
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
67947
68787
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
67948
68788
|
id: Scalars['ID']['output'];
|
|
67949
68789
|
jwmLink?: Maybe<TrelloJwmWorkspaceLink>;
|
|
@@ -67951,13 +68791,13 @@ export declare type TrelloWorkspace = Node & {
|
|
|
67951
68791
|
logoHash?: Maybe<Scalars['String']['output']>;
|
|
67952
68792
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
67953
68793
|
members?: Maybe<TrelloWorkspaceMembershipsConnection>;
|
|
67954
|
-
name
|
|
67955
|
-
objectId
|
|
68794
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
68795
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
67956
68796
|
offering?: Maybe<Scalars['String']['output']>;
|
|
67957
|
-
prefs
|
|
68797
|
+
prefs?: Maybe<TrelloWorkspacePrefs>;
|
|
67958
68798
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
67959
68799
|
tags?: Maybe<TrelloTagConnection>;
|
|
67960
|
-
url
|
|
68800
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
67961
68801
|
website?: Maybe<Scalars['String']['output']>;
|
|
67962
68802
|
};
|
|
67963
68803
|
export declare type TrelloWorkspaceMembersArgs = {
|
|
@@ -68034,12 +68874,27 @@ export declare type UnassignIssueParentOutput = MutationResponse & {
|
|
|
68034
68874
|
statusCode: Scalars['Int']['output'];
|
|
68035
68875
|
success: Scalars['Boolean']['output'];
|
|
68036
68876
|
};
|
|
68877
|
+
export declare type UnifiedAccessStatus = UnifiedINode & {
|
|
68878
|
+
__typename?: 'UnifiedAccessStatus';
|
|
68879
|
+
id: Scalars['ID']['output'];
|
|
68880
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
68881
|
+
};
|
|
68037
68882
|
export declare type UnifiedAccount = UnifiedINode & {
|
|
68038
68883
|
__typename?: 'UnifiedAccount';
|
|
68039
68884
|
id: Scalars['ID']['output'];
|
|
68040
68885
|
linkedAccount?: Maybe<UnifiedLinkedAccount>;
|
|
68041
68886
|
parentAccount?: Maybe<UnifiedParentAccount>;
|
|
68042
68887
|
};
|
|
68888
|
+
export declare type UnifiedAdmins = UnifiedINode & {
|
|
68889
|
+
__typename?: 'UnifiedAdmins';
|
|
68890
|
+
admins?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
68891
|
+
id: Scalars['ID']['output'];
|
|
68892
|
+
};
|
|
68893
|
+
export declare type UnifiedAllowList = UnifiedINode & {
|
|
68894
|
+
__typename?: 'UnifiedAllowList';
|
|
68895
|
+
allowList?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
68896
|
+
id: Scalars['ID']['output'];
|
|
68897
|
+
};
|
|
68043
68898
|
export declare type UnifiedAtlassianProduct = UnifiedINode & {
|
|
68044
68899
|
__typename?: 'UnifiedAtlassianProduct';
|
|
68045
68900
|
id: Scalars['ID']['output'];
|
|
@@ -68197,6 +69052,44 @@ export declare type UnifiedGamificationRecognitionsTotal = {
|
|
|
68197
69052
|
comment?: Maybe<Scalars['String']['output']>;
|
|
68198
69053
|
count?: Maybe<Scalars['Int']['output']>;
|
|
68199
69054
|
};
|
|
69055
|
+
export declare type UnifiedGatingMutation = {
|
|
69056
|
+
__typename?: 'UnifiedGatingMutation';
|
|
69057
|
+
addAdmins?: Maybe<UnifiedGatingPayload>;
|
|
69058
|
+
addToAllowList?: Maybe<UnifiedGatingPayload>;
|
|
69059
|
+
removeAdmins?: Maybe<UnifiedGatingPayload>;
|
|
69060
|
+
removeFromAllowList?: Maybe<UnifiedGatingPayload>;
|
|
69061
|
+
};
|
|
69062
|
+
export declare type UnifiedGatingMutationAddAdminsArgs = {
|
|
69063
|
+
aaids: Array<Scalars['String']['input']>;
|
|
69064
|
+
};
|
|
69065
|
+
export declare type UnifiedGatingMutationAddToAllowListArgs = {
|
|
69066
|
+
emailIds: Array<Scalars['String']['input']>;
|
|
69067
|
+
};
|
|
69068
|
+
export declare type UnifiedGatingMutationRemoveAdminsArgs = {
|
|
69069
|
+
aaids: Array<Scalars['String']['input']>;
|
|
69070
|
+
};
|
|
69071
|
+
export declare type UnifiedGatingMutationRemoveFromAllowListArgs = {
|
|
69072
|
+
emailIds: Array<Scalars['String']['input']>;
|
|
69073
|
+
};
|
|
69074
|
+
export declare type UnifiedGatingPayload = UnifiedPayload & {
|
|
69075
|
+
__typename?: 'UnifiedGatingPayload';
|
|
69076
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
69077
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
69078
|
+
success: Scalars['Boolean']['output'];
|
|
69079
|
+
};
|
|
69080
|
+
export declare type UnifiedGatingQuery = {
|
|
69081
|
+
__typename?: 'UnifiedGatingQuery';
|
|
69082
|
+
getAdmins?: Maybe<UnifiedUAdminsResult>;
|
|
69083
|
+
getAllowList?: Maybe<UnifiedUAllowListResult>;
|
|
69084
|
+
isAaidAdmin?: Maybe<UnifiedUGatingStatusResult>;
|
|
69085
|
+
isEmailIdAllowed?: Maybe<UnifiedUGatingStatusResult>;
|
|
69086
|
+
};
|
|
69087
|
+
export declare type UnifiedGatingQueryIsAaidAdminArgs = {
|
|
69088
|
+
aaid: Scalars['String']['input'];
|
|
69089
|
+
};
|
|
69090
|
+
export declare type UnifiedGatingQueryIsEmailIdAllowedArgs = {
|
|
69091
|
+
emailId: Scalars['String']['input'];
|
|
69092
|
+
};
|
|
68200
69093
|
export declare type UnifiedIBadge = {
|
|
68201
69094
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
68202
69095
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -68285,6 +69178,7 @@ export declare type UnifiedMutation = {
|
|
|
68285
69178
|
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
|
|
68286
69179
|
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
|
|
68287
69180
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
69181
|
+
gating?: Maybe<UnifiedGatingMutation>;
|
|
68288
69182
|
updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
|
|
68289
69183
|
};
|
|
68290
69184
|
export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
@@ -68293,12 +69187,11 @@ export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
|
68293
69187
|
parentAccountInternalId: Scalars['String']['input'];
|
|
68294
69188
|
};
|
|
68295
69189
|
export declare type UnifiedMutationCreateParentAccountArgs = {
|
|
68296
|
-
|
|
69190
|
+
aaid: Scalars['String']['input'];
|
|
68297
69191
|
};
|
|
68298
69192
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
68299
69193
|
aaid: Scalars['String']['input'];
|
|
68300
69194
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68301
|
-
parentAccountEmailId: Scalars['String']['input'];
|
|
68302
69195
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
68303
69196
|
};
|
|
68304
69197
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
@@ -68323,8 +69216,8 @@ export declare type UnifiedPageInfo = {
|
|
|
68323
69216
|
};
|
|
68324
69217
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
68325
69218
|
__typename?: 'UnifiedParentAccount';
|
|
69219
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
68326
69220
|
id: Scalars['ID']['output'];
|
|
68327
|
-
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
68328
69221
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
68329
69222
|
};
|
|
68330
69223
|
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|
|
@@ -68412,6 +69305,7 @@ export declare type UnifiedProfilePayload = UnifiedPayload & {
|
|
|
68412
69305
|
export declare type UnifiedQuery = {
|
|
68413
69306
|
__typename?: 'UnifiedQuery';
|
|
68414
69307
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
69308
|
+
gating?: Maybe<UnifiedGatingQuery>;
|
|
68415
69309
|
node?: Maybe<UnifiedINode>;
|
|
68416
69310
|
unifiedAccount?: Maybe<UnifiedUAccountResult>;
|
|
68417
69311
|
unifiedAccounts?: Maybe<Array<Maybe<UnifiedUAccountResult>>>;
|
|
@@ -68462,6 +69356,8 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
|
68462
69356
|
node?: Maybe<UnifiedRecentCourse>;
|
|
68463
69357
|
};
|
|
68464
69358
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
69359
|
+
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
69360
|
+
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
68465
69361
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
68466
69362
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
68467
69363
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
@@ -68471,6 +69367,7 @@ export declare type UnifiedUGamificationBadgesResult = UnifiedGamificationBadges
|
|
|
68471
69367
|
export declare type UnifiedUGamificationLevelsResult = UnifiedGamificationLevel | UnifiedQueryError;
|
|
68472
69368
|
export declare type UnifiedUGamificationRecognitionsSummaryResult = UnifiedGamificationRecognitionsSummary | UnifiedQueryError;
|
|
68473
69369
|
export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQueryError;
|
|
69370
|
+
export declare type UnifiedUGatingStatusResult = UnifiedAccessStatus | UnifiedQueryError;
|
|
68474
69371
|
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
68475
69372
|
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
68476
69373
|
export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
|
|
@@ -68564,6 +69461,7 @@ export declare type UpdateCompassComponentDataManagerMetadataPayload = Payload &
|
|
|
68564
69461
|
success: Scalars['Boolean']['output'];
|
|
68565
69462
|
};
|
|
68566
69463
|
export declare type UpdateCompassComponentInput = {
|
|
69464
|
+
componentDescriptionDetails?: InputMaybe<CompassComponentDescriptionDetailsInput>;
|
|
68567
69465
|
customFields?: InputMaybe<Array<CompassCustomFieldInput>>;
|
|
68568
69466
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
68569
69467
|
fields?: InputMaybe<Array<UpdateCompassFieldInput>>;
|
|
@@ -68625,18 +69523,21 @@ export declare type UpdateCompassFreeformUserDefinedParameterInput = {
|
|
|
68625
69523
|
export declare type UpdateCompassHasDescriptionScorecardCriteriaInput = {
|
|
68626
69524
|
id: Scalars['ID']['input'];
|
|
68627
69525
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69526
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
68628
69527
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
68629
69528
|
};
|
|
68630
69529
|
export declare type UpdateCompassHasFieldScorecardCriteriaInput = {
|
|
68631
69530
|
fieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
68632
69531
|
id: Scalars['ID']['input'];
|
|
68633
69532
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69533
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
68634
69534
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
68635
69535
|
};
|
|
68636
69536
|
export declare type UpdateCompassHasLinkScorecardCriteriaInput = {
|
|
68637
69537
|
id: Scalars['ID']['input'];
|
|
68638
69538
|
linkType?: InputMaybe<CompassLinkType>;
|
|
68639
69539
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69540
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
68640
69541
|
textComparator?: InputMaybe<CompassCriteriaTextComparatorOptions>;
|
|
68641
69542
|
textComparatorValue?: InputMaybe<Scalars['String']['input']>;
|
|
68642
69543
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -68648,11 +69549,13 @@ export declare type UpdateCompassHasMetricValueCriteriaInput = {
|
|
|
68648
69549
|
id: Scalars['ID']['input'];
|
|
68649
69550
|
metricDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
68650
69551
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69552
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
68651
69553
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
68652
69554
|
};
|
|
68653
69555
|
export declare type UpdateCompassHasOwnerScorecardCriteriaInput = {
|
|
68654
69556
|
id: Scalars['ID']['input'];
|
|
68655
69557
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69558
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
68656
69559
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
68657
69560
|
};
|
|
68658
69561
|
export declare type UpdateCompassLinkInput = {
|
|
@@ -68685,6 +69588,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
68685
69588
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68686
69589
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68687
69590
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
69591
|
+
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
68688
69592
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
68689
69593
|
};
|
|
68690
69594
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
@@ -69752,6 +70656,7 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
69752
70656
|
commonSuggestions?: Maybe<WorkSuggestionsConnection>;
|
|
69753
70657
|
compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
|
|
69754
70658
|
pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
|
|
70659
|
+
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
|
|
69755
70660
|
sortOrder?: Maybe<WorkSuggestionsOrder>;
|
|
69756
70661
|
};
|
|
69757
70662
|
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
|
|
@@ -69995,6 +70900,20 @@ export declare type WorkSuggestionsPrCommentsTask = WorkSuggestionsPeriscopeTask
|
|
|
69995
70900
|
title: Scalars['String']['output'];
|
|
69996
70901
|
url: Scalars['String']['output'];
|
|
69997
70902
|
};
|
|
70903
|
+
export declare type WorkSuggestionsPrMergeableTask = WorkSuggestionsPeriscopeTask & {
|
|
70904
|
+
__typename?: 'WorkSuggestionsPRMergeableTask';
|
|
70905
|
+
approvalsCount: Scalars['Int']['output'];
|
|
70906
|
+
commentCount: Scalars['Int']['output'];
|
|
70907
|
+
destinationBranchName?: Maybe<Scalars['String']['output']>;
|
|
70908
|
+
id: Scalars['String']['output'];
|
|
70909
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
70910
|
+
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
70911
|
+
providerName?: Maybe<Scalars['String']['output']>;
|
|
70912
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
70913
|
+
sourceBranchName?: Maybe<Scalars['String']['output']>;
|
|
70914
|
+
title: Scalars['String']['output'];
|
|
70915
|
+
url: Scalars['String']['output'];
|
|
70916
|
+
};
|
|
69998
70917
|
export declare type WorkSuggestionsPeriscopeTask = {
|
|
69999
70918
|
id: Scalars['String']['output'];
|
|
70000
70919
|
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
@@ -70033,6 +70952,11 @@ export declare type WorkSuggestionsPullRequestReviewTask = WorkSuggestionsCommon
|
|
|
70033
70952
|
title: Scalars['String']['output'];
|
|
70034
70953
|
url: Scalars['String']['output'];
|
|
70035
70954
|
};
|
|
70955
|
+
export declare type WorkSuggestionsPullRequestSuggestionsResponse = {
|
|
70956
|
+
__typename?: 'WorkSuggestionsPullRequestSuggestionsResponse';
|
|
70957
|
+
mergeableSuggestions?: Maybe<Array<WorkSuggestionsPrMergeableTask>>;
|
|
70958
|
+
newCommentsSuggestions?: Maybe<Array<WorkSuggestionsPrCommentsTask>>;
|
|
70959
|
+
};
|
|
70036
70960
|
export declare type WorkSuggestionsPurgeUserActionStateInput = {
|
|
70037
70961
|
cloudId: Scalars['ID']['input'];
|
|
70038
70962
|
};
|