@forge/cli-shared 5.5.0-next.8 → 5.5.0-next.9
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
CHANGED
|
@@ -4275,6 +4275,7 @@ export declare type CompassCreateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
4275
4275
|
booleanComparatorValue: Scalars['Boolean']['input'];
|
|
4276
4276
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4277
4277
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4278
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4278
4279
|
weight: Scalars['Int']['input'];
|
|
4279
4280
|
};
|
|
4280
4281
|
export declare type CompassCreateHasCustomMultiSelectFieldScorecardCriteriaInput = {
|
|
@@ -4282,6 +4283,7 @@ export declare type CompassCreateHasCustomMultiSelectFieldScorecardCriteriaInput
|
|
|
4282
4283
|
collectionComparatorValue: Array<Scalars['ID']['input']>;
|
|
4283
4284
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4284
4285
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4286
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4285
4287
|
weight: Scalars['Int']['input'];
|
|
4286
4288
|
};
|
|
4287
4289
|
export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
@@ -4289,6 +4291,7 @@ export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
|
4289
4291
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4290
4292
|
numberComparator: CompassCriteriaNumberComparatorOptions;
|
|
4291
4293
|
numberComparatorValue: Scalars['Float']['input'];
|
|
4294
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4292
4295
|
weight: Scalars['Int']['input'];
|
|
4293
4296
|
};
|
|
4294
4297
|
export declare type CompassCreateHasCustomSingleSelectFieldScorecardCriteriaInput = {
|
|
@@ -4296,11 +4299,13 @@ export declare type CompassCreateHasCustomSingleSelectFieldScorecardCriteriaInpu
|
|
|
4296
4299
|
membershipComparator: CompassCriteriaMembershipComparatorOptions;
|
|
4297
4300
|
membershipComparatorValue: Array<Scalars['ID']['input']>;
|
|
4298
4301
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4302
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4299
4303
|
weight: Scalars['Int']['input'];
|
|
4300
4304
|
};
|
|
4301
4305
|
export declare type CompassCreateHasCustomTextFieldScorecardCriteriaInput = {
|
|
4302
4306
|
customFieldDefinitionId: Scalars['ID']['input'];
|
|
4303
4307
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4308
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
4304
4309
|
weight: Scalars['Int']['input'];
|
|
4305
4310
|
};
|
|
4306
4311
|
export declare type CompassCreateIncidentEventInput = {
|
|
@@ -4396,6 +4401,10 @@ export declare type CompassCreatePushEventInput = {
|
|
|
4396
4401
|
updateSequenceNumber: Scalars['Long']['input'];
|
|
4397
4402
|
url: Scalars['URL']['input'];
|
|
4398
4403
|
};
|
|
4404
|
+
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
4405
|
+
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
4406
|
+
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
4407
|
+
};
|
|
4399
4408
|
export declare type CompassCreateTeamCheckinActionInput = {
|
|
4400
4409
|
actionText: Scalars['String']['input'];
|
|
4401
4410
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -4552,6 +4561,7 @@ export declare type CompassCustomFieldScorecardCriteria = {
|
|
|
4552
4561
|
id: Scalars['ID']['output'];
|
|
4553
4562
|
name?: Maybe<Scalars['String']['output']>;
|
|
4554
4563
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
4564
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
4555
4565
|
weight: Scalars['Int']['output'];
|
|
4556
4566
|
};
|
|
4557
4567
|
export declare type CompassCustomFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5064,6 +5074,7 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCusto
|
|
|
5064
5074
|
id: Scalars['ID']['output'];
|
|
5065
5075
|
name?: Maybe<Scalars['String']['output']>;
|
|
5066
5076
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5077
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5067
5078
|
weight: Scalars['Int']['output'];
|
|
5068
5079
|
};
|
|
5069
5080
|
export declare type CompassHasCustomBooleanFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5078,6 +5089,7 @@ export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassC
|
|
|
5078
5089
|
id: Scalars['ID']['output'];
|
|
5079
5090
|
name?: Maybe<Scalars['String']['output']>;
|
|
5080
5091
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5092
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5081
5093
|
weight: Scalars['Int']['output'];
|
|
5082
5094
|
};
|
|
5083
5095
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5091,6 +5103,7 @@ export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustom
|
|
|
5091
5103
|
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5092
5104
|
numberComparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5093
5105
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5106
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5094
5107
|
weight: Scalars['Int']['output'];
|
|
5095
5108
|
};
|
|
5096
5109
|
export declare type CompassHasCustomNumberFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5105,6 +5118,7 @@ export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = Compass
|
|
|
5105
5118
|
membershipComparatorValue: Array<Scalars['ID']['output']>;
|
|
5106
5119
|
name?: Maybe<Scalars['String']['output']>;
|
|
5107
5120
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5121
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5108
5122
|
weight: Scalars['Int']['output'];
|
|
5109
5123
|
};
|
|
5110
5124
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5116,6 +5130,7 @@ export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFi
|
|
|
5116
5130
|
id: Scalars['ID']['output'];
|
|
5117
5131
|
name?: Maybe<Scalars['String']['output']>;
|
|
5118
5132
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5133
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5119
5134
|
weight: Scalars['Int']['output'];
|
|
5120
5135
|
};
|
|
5121
5136
|
export declare type CompassHasCustomTextFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5126,6 +5141,7 @@ export declare type CompassHasDescriptionScorecardCriteria = CompassScorecardCri
|
|
|
5126
5141
|
id: Scalars['ID']['output'];
|
|
5127
5142
|
name?: Maybe<Scalars['String']['output']>;
|
|
5128
5143
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5144
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5129
5145
|
weight: Scalars['Int']['output'];
|
|
5130
5146
|
};
|
|
5131
5147
|
export declare type CompassHasDescriptionScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5137,6 +5153,7 @@ export declare type CompassHasFieldScorecardCriteria = CompassScorecardCriteria
|
|
|
5137
5153
|
id: Scalars['ID']['output'];
|
|
5138
5154
|
name?: Maybe<Scalars['String']['output']>;
|
|
5139
5155
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5156
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5140
5157
|
weight: Scalars['Int']['output'];
|
|
5141
5158
|
};
|
|
5142
5159
|
export declare type CompassHasFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5148,6 +5165,7 @@ export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria &
|
|
|
5148
5165
|
linkType: CompassLinkType;
|
|
5149
5166
|
name?: Maybe<Scalars['String']['output']>;
|
|
5150
5167
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5168
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5151
5169
|
textComparator?: Maybe<CompassCriteriaTextComparatorOptions>;
|
|
5152
5170
|
textComparatorValue?: Maybe<Scalars['String']['output']>;
|
|
5153
5171
|
weight: Scalars['Int']['output'];
|
|
@@ -5165,6 +5183,7 @@ export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCri
|
|
|
5165
5183
|
metricDefinitionId: Scalars['ID']['output'];
|
|
5166
5184
|
name?: Maybe<Scalars['String']['output']>;
|
|
5167
5185
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5186
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5168
5187
|
weight: Scalars['Int']['output'];
|
|
5169
5188
|
};
|
|
5170
5189
|
export declare type CompassHasMetricValueScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5175,6 +5194,7 @@ export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria
|
|
|
5175
5194
|
id: Scalars['ID']['output'];
|
|
5176
5195
|
name?: Maybe<Scalars['String']['output']>;
|
|
5177
5196
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5197
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5178
5198
|
weight: Scalars['Int']['output'];
|
|
5179
5199
|
};
|
|
5180
5200
|
export declare type CompassHasOwnerScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5683,6 +5703,7 @@ export declare type CompassScorecard = Node & {
|
|
|
5683
5703
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
5684
5704
|
scorecardScoreDurationStatistics?: Maybe<CompassScorecardScoreDurationStatisticsResult>;
|
|
5685
5705
|
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
5706
|
+
scoringStrategyType?: Maybe<Scalars['String']['output']>;
|
|
5686
5707
|
type: Scalars['String']['output'];
|
|
5687
5708
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
5688
5709
|
};
|
|
@@ -5800,6 +5821,7 @@ export declare type CompassScorecardCriteria = {
|
|
|
5800
5821
|
id: Scalars['ID']['output'];
|
|
5801
5822
|
name?: Maybe<Scalars['String']['output']>;
|
|
5802
5823
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
5824
|
+
scoringStrategyRules?: Maybe<CompassScorecardCriteriaScoringStrategyRules>;
|
|
5803
5825
|
weight: Scalars['Int']['output'];
|
|
5804
5826
|
};
|
|
5805
5827
|
export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
@@ -5868,6 +5890,16 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
5868
5890
|
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
5869
5891
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
5870
5892
|
};
|
|
5893
|
+
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
5894
|
+
MarkAsFailed = "MARK_AS_FAILED",
|
|
5895
|
+
MarkAsPassed = "MARK_AS_PASSED",
|
|
5896
|
+
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
5897
|
+
}
|
|
5898
|
+
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
5899
|
+
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
5900
|
+
onFalse?: Maybe<Scalars['String']['output']>;
|
|
5901
|
+
onTrue?: Maybe<Scalars['String']['output']>;
|
|
5902
|
+
};
|
|
5871
5903
|
export declare type CompassScorecardCriterionScore = {
|
|
5872
5904
|
criterionId: Scalars['ID']['output'];
|
|
5873
5905
|
explanation: Scalars['String']['output'];
|
|
@@ -6062,6 +6094,10 @@ export declare type CompassScorecardScoreStatusDuration = {
|
|
|
6062
6094
|
__typename?: 'CompassScorecardScoreStatusDuration';
|
|
6063
6095
|
since: Scalars['DateTime']['output'];
|
|
6064
6096
|
};
|
|
6097
|
+
export declare enum CompassScorecardScoringStrategyType {
|
|
6098
|
+
PointBased = "POINT_BASED",
|
|
6099
|
+
WeightBased = "WEIGHT_BASED"
|
|
6100
|
+
}
|
|
6065
6101
|
export declare type CompassScorecardTypesFilter = {
|
|
6066
6102
|
in: Array<Scalars['String']['input']>;
|
|
6067
6103
|
};
|
|
@@ -6385,6 +6421,7 @@ export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
6385
6421
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6386
6422
|
id: Scalars['ID']['input'];
|
|
6387
6423
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6424
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6388
6425
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6389
6426
|
};
|
|
6390
6427
|
export declare type CompassUpdateHasCustomMultiSelectFieldScorecardCriteriaInput = {
|
|
@@ -6393,6 +6430,7 @@ export declare type CompassUpdateHasCustomMultiSelectFieldScorecardCriteriaInput
|
|
|
6393
6430
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6394
6431
|
id: Scalars['ID']['input'];
|
|
6395
6432
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6433
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6396
6434
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6397
6435
|
};
|
|
6398
6436
|
export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
@@ -6401,6 +6439,7 @@ export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
|
6401
6439
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6402
6440
|
numberComparator?: InputMaybe<CompassCriteriaNumberComparatorOptions>;
|
|
6403
6441
|
numberComparatorValue?: InputMaybe<Scalars['Float']['input']>;
|
|
6442
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6404
6443
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6405
6444
|
};
|
|
6406
6445
|
export declare type CompassUpdateHasCustomSingleSelectFieldScorecardCriteriaInput = {
|
|
@@ -6409,12 +6448,14 @@ export declare type CompassUpdateHasCustomSingleSelectFieldScorecardCriteriaInpu
|
|
|
6409
6448
|
membershipComparator?: InputMaybe<CompassCriteriaMembershipComparatorOptions>;
|
|
6410
6449
|
membershipComparatorValue?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
6411
6450
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6451
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6412
6452
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6413
6453
|
};
|
|
6414
6454
|
export declare type CompassUpdateHasCustomTextFieldScorecardCriteriaInput = {
|
|
6415
6455
|
customFieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
6416
6456
|
id: Scalars['ID']['input'];
|
|
6417
6457
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6458
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
6418
6459
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
6419
6460
|
};
|
|
6420
6461
|
export declare type CompassUpdateMetricDefinitionInput = {
|
|
@@ -6437,6 +6478,10 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
6437
6478
|
success: Scalars['Boolean']['output'];
|
|
6438
6479
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
6439
6480
|
};
|
|
6481
|
+
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
6482
|
+
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
6483
|
+
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
6484
|
+
};
|
|
6440
6485
|
export declare type CompassUpdateTeamCheckinActionInput = {
|
|
6441
6486
|
actionText?: InputMaybe<Scalars['String']['input']>;
|
|
6442
6487
|
completed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -15268,16 +15313,19 @@ export declare type CreateCompassFreeformUserDefinedParameterInput = {
|
|
|
15268
15313
|
};
|
|
15269
15314
|
export declare type CreateCompassHasDescriptionScorecardCriteriaInput = {
|
|
15270
15315
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15316
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15271
15317
|
weight: Scalars['Int']['input'];
|
|
15272
15318
|
};
|
|
15273
15319
|
export declare type CreateCompassHasFieldScorecardCriteriaInput = {
|
|
15274
15320
|
fieldDefinitionId: Scalars['ID']['input'];
|
|
15275
15321
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15322
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15276
15323
|
weight: Scalars['Int']['input'];
|
|
15277
15324
|
};
|
|
15278
15325
|
export declare type CreateCompassHasLinkScorecardCriteriaInput = {
|
|
15279
15326
|
linkType: CompassLinkType;
|
|
15280
15327
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15328
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15281
15329
|
textComparator?: InputMaybe<CompassCriteriaTextComparatorOptions>;
|
|
15282
15330
|
textComparatorValue?: InputMaybe<Scalars['String']['input']>;
|
|
15283
15331
|
weight: Scalars['Int']['input'];
|
|
@@ -15292,6 +15340,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
15292
15340
|
};
|
|
15293
15341
|
export declare type CreateCompassHasOwnerScorecardCriteriaInput = {
|
|
15294
15342
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15343
|
+
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
15295
15344
|
weight: Scalars['Int']['input'];
|
|
15296
15345
|
};
|
|
15297
15346
|
export declare type CreateCompassLinkInput = {
|
|
@@ -15333,6 +15382,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15333
15382
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15334
15383
|
name: Scalars['String']['input'];
|
|
15335
15384
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15385
|
+
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
15336
15386
|
};
|
|
15337
15387
|
export declare type CreateCompassScorecardPayload = Payload & {
|
|
15338
15388
|
__typename?: 'CreateCompassScorecardPayload';
|
|
@@ -19291,6 +19341,7 @@ export declare type ExternalAttachment = {
|
|
|
19291
19341
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
19292
19342
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
19293
19343
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
19344
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
19294
19345
|
url?: Maybe<Scalars['String']['output']>;
|
|
19295
19346
|
};
|
|
19296
19347
|
export declare type ExternalAuthCredentialsInput = {
|
|
@@ -36441,6 +36492,7 @@ export declare type HelpCenterPortal = {
|
|
|
36441
36492
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
36442
36493
|
name?: Maybe<Scalars['String']['output']>;
|
|
36443
36494
|
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
36495
|
+
projectType?: Maybe<HelpCenterProjectType>;
|
|
36444
36496
|
rank?: Maybe<Scalars['Int']['output']>;
|
|
36445
36497
|
};
|
|
36446
36498
|
export declare type HelpCenterPortalFilter = {
|
|
@@ -36481,6 +36533,10 @@ export declare type HelpCenterProjectMappingUpdatePayload = Payload & {
|
|
|
36481
36533
|
errors?: Maybe<Array<MutationError>>;
|
|
36482
36534
|
success: Scalars['Boolean']['output'];
|
|
36483
36535
|
};
|
|
36536
|
+
export declare enum HelpCenterProjectType {
|
|
36537
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
36538
|
+
ServiceDesk = "SERVICE_DESK"
|
|
36539
|
+
}
|
|
36484
36540
|
export declare type HelpCenterQueryApi = {
|
|
36485
36541
|
__typename?: 'HelpCenterQueryApi';
|
|
36486
36542
|
getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
@@ -37156,6 +37212,7 @@ export declare type HelpLayoutPortalCard = {
|
|
|
37156
37212
|
name?: Maybe<Scalars['String']['output']>;
|
|
37157
37213
|
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
37158
37214
|
portalId?: Maybe<Scalars['String']['output']>;
|
|
37215
|
+
projectType?: Maybe<HelpLayoutProjectType>;
|
|
37159
37216
|
};
|
|
37160
37217
|
export declare type HelpLayoutPortalsListData = {
|
|
37161
37218
|
__typename?: 'HelpLayoutPortalsListData';
|
|
@@ -37172,6 +37229,10 @@ export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node
|
|
|
37172
37229
|
export declare type HelpLayoutPortalsListInput = {
|
|
37173
37230
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
37174
37231
|
};
|
|
37232
|
+
export declare enum HelpLayoutProjectType {
|
|
37233
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
37234
|
+
ServiceDesk = "SERVICE_DESK"
|
|
37235
|
+
}
|
|
37175
37236
|
export declare type HelpLayoutQueryApi = {
|
|
37176
37237
|
__typename?: 'HelpLayoutQueryApi';
|
|
37177
37238
|
elementTypes?: Maybe<Array<HelpLayoutElementType>>;
|
|
@@ -37491,6 +37552,7 @@ export declare type HelpObjectStoreSearchInput = {
|
|
|
37491
37552
|
categoryIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37492
37553
|
cloudId: Scalars['ID']['input'];
|
|
37493
37554
|
entityType: HelpObjectStoreSearchEntityType;
|
|
37555
|
+
highlightArticles?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37494
37556
|
portalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37495
37557
|
queryTerm: Scalars['String']['input'];
|
|
37496
37558
|
resultLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -41458,6 +41520,7 @@ export declare type JiraDevOpsPullRequestDetails = {
|
|
|
41458
41520
|
export declare type JiraDevOpsQuery = {
|
|
41459
41521
|
__typename?: 'JiraDevOpsQuery';
|
|
41460
41522
|
autodevJobs?: Maybe<JiraAutodevJobConnection>;
|
|
41523
|
+
autodevJobsByIssues?: Maybe<JiraAutodevJobConnection>;
|
|
41461
41524
|
autofixJobs?: Maybe<JiraAutofixJobConnection>;
|
|
41462
41525
|
bitbucketIntegration?: Maybe<JiraBitbucketIntegration>;
|
|
41463
41526
|
configState?: Maybe<JiraAppConfigState>;
|
|
@@ -41470,6 +41533,9 @@ export declare type JiraDevOpsQueryAutodevJobsArgs = {
|
|
|
41470
41533
|
issueAri: Scalars['ID']['input'];
|
|
41471
41534
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
41472
41535
|
};
|
|
41536
|
+
export declare type JiraDevOpsQueryAutodevJobsByIssuesArgs = {
|
|
41537
|
+
issueAris: Array<Scalars['ID']['input']>;
|
|
41538
|
+
};
|
|
41473
41539
|
export declare type JiraDevOpsQueryAutofixJobsArgs = {
|
|
41474
41540
|
issueAri: Scalars['ID']['input'];
|
|
41475
41541
|
};
|
|
@@ -41796,6 +41862,16 @@ export declare type JiraFieldConfigFilterInput = {
|
|
|
41796
41862
|
projectIdOrKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
41797
41863
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
41798
41864
|
};
|
|
41865
|
+
export declare type JiraFieldConnection = {
|
|
41866
|
+
__typename?: 'JiraFieldConnection';
|
|
41867
|
+
edges?: Maybe<Array<Maybe<JiraFieldEdge>>>;
|
|
41868
|
+
pageInfo: PageInfo;
|
|
41869
|
+
};
|
|
41870
|
+
export declare type JiraFieldEdge = {
|
|
41871
|
+
__typename?: 'JiraFieldEdge';
|
|
41872
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41873
|
+
node?: Maybe<JiraField>;
|
|
41874
|
+
};
|
|
41799
41875
|
export declare type JiraFieldNonEditableReason = {
|
|
41800
41876
|
__typename?: 'JiraFieldNonEditableReason';
|
|
41801
41877
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -44645,6 +44721,22 @@ export declare type JiraMediaUploadToken = {
|
|
|
44645
44721
|
tokenDurationInMin?: Maybe<Scalars['Int']['output']>;
|
|
44646
44722
|
};
|
|
44647
44723
|
export declare type JiraMediaUploadTokenResult = JiraMediaUploadToken | QueryError;
|
|
44724
|
+
export declare type JiraMentionable = {
|
|
44725
|
+
__typename?: 'JiraMentionable';
|
|
44726
|
+
team?: Maybe<JiraTeamView>;
|
|
44727
|
+
user?: Maybe<User>;
|
|
44728
|
+
};
|
|
44729
|
+
export declare type JiraMentionableConnection = {
|
|
44730
|
+
__typename?: 'JiraMentionableConnection';
|
|
44731
|
+
edges?: Maybe<Array<Maybe<JiraMentionableEdge>>>;
|
|
44732
|
+
errors?: Maybe<Array<QueryError>>;
|
|
44733
|
+
pageInfo?: Maybe<PageInfo>;
|
|
44734
|
+
};
|
|
44735
|
+
export declare type JiraMentionableEdge = {
|
|
44736
|
+
__typename?: 'JiraMentionableEdge';
|
|
44737
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44738
|
+
node?: Maybe<JiraMentionable>;
|
|
44739
|
+
};
|
|
44648
44740
|
export declare type JiraMergeVersionInput = {
|
|
44649
44741
|
id: Scalars['ID']['input'];
|
|
44650
44742
|
targetVersionId: Scalars['ID']['input'];
|
|
@@ -46469,6 +46561,7 @@ export declare type JiraProject = Node & {
|
|
|
46469
46561
|
action?: Maybe<JiraProjectAction>;
|
|
46470
46562
|
assignableUsers?: Maybe<JiraAssignableUsersConnection>;
|
|
46471
46563
|
associatedComponents?: Maybe<GraphGenericConnection>;
|
|
46564
|
+
associatedIssueLayoutFields?: Maybe<JiraFieldConnection>;
|
|
46472
46565
|
associatedJsmProjectsByComponent?: Maybe<GraphJiraProjectConnection>;
|
|
46473
46566
|
associatedServices?: Maybe<GraphProjectServiceConnection>;
|
|
46474
46567
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -46546,6 +46639,9 @@ export declare type JiraProjectAssociatedComponentsArgs = {
|
|
|
46546
46639
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46547
46640
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
46548
46641
|
};
|
|
46642
|
+
export declare type JiraProjectAssociatedIssueLayoutFieldsArgs = {
|
|
46643
|
+
input?: InputMaybe<JiraProjectAssociatedFieldsInput>;
|
|
46644
|
+
};
|
|
46549
46645
|
export declare type JiraProjectBoardsArgs = {
|
|
46550
46646
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
46551
46647
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -46758,6 +46854,9 @@ export declare type JiraProjectAndRepositoryRelationshipSort = {
|
|
|
46758
46854
|
export declare enum JiraProjectAndRepositoryRelationshipSortBy {
|
|
46759
46855
|
LastInferredAt = "LAST_INFERRED_AT"
|
|
46760
46856
|
}
|
|
46857
|
+
export declare type JiraProjectAssociatedFieldsInput = {
|
|
46858
|
+
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
|
|
46859
|
+
};
|
|
46761
46860
|
export declare type JiraProjectCategory = Node & {
|
|
46762
46861
|
__typename?: 'JiraProjectCategory';
|
|
46763
46862
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -47356,6 +47455,7 @@ export declare type JiraQuery = {
|
|
|
47356
47455
|
screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
|
|
47357
47456
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
47358
47457
|
searchUnsplashImages?: Maybe<JiraUnsplashImageSearchPageResult>;
|
|
47458
|
+
searchUserTeamMention?: Maybe<JiraMentionableConnection>;
|
|
47359
47459
|
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
47360
47460
|
sprintById?: Maybe<JiraSprint>;
|
|
47361
47461
|
sprintSearch?: Maybe<JiraSprintConnection>;
|
|
@@ -48110,6 +48210,14 @@ export declare type JiraQueryScreenIdByIssueKeyArgs = {
|
|
|
48110
48210
|
export declare type JiraQuerySearchUnsplashImagesArgs = {
|
|
48111
48211
|
input: JiraUnsplashSearchInput;
|
|
48112
48212
|
};
|
|
48213
|
+
export declare type JiraQuerySearchUserTeamMentionArgs = {
|
|
48214
|
+
cloudId: Scalars['ID']['input'];
|
|
48215
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
48216
|
+
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
48217
|
+
organizationId?: InputMaybe<Scalars['String']['input']>;
|
|
48218
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
48219
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
48220
|
+
};
|
|
48113
48221
|
export declare type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
48114
48222
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
48115
48223
|
cloudId: Scalars['ID']['input'];
|
|
@@ -49472,11 +49580,16 @@ export declare type JiraServiceManagementMultipleSelectUserPickerFieldUsersArgs
|
|
|
49472
49580
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49473
49581
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49474
49582
|
};
|
|
49475
|
-
export declare type JiraServiceManagementOrganization = {
|
|
49583
|
+
export declare type JiraServiceManagementOrganization = JiraSelectableValue & {
|
|
49476
49584
|
__typename?: 'JiraServiceManagementOrganization';
|
|
49477
49585
|
domain?: Maybe<Scalars['String']['output']>;
|
|
49586
|
+
id: Scalars['ID']['output'];
|
|
49478
49587
|
organizationId?: Maybe<Scalars['ID']['output']>;
|
|
49479
49588
|
organizationName?: Maybe<Scalars['String']['output']>;
|
|
49589
|
+
selectableGroupKey?: Maybe<Scalars['String']['output']>;
|
|
49590
|
+
selectableIconUrl?: Maybe<Scalars['URL']['output']>;
|
|
49591
|
+
selectableLabel?: Maybe<Scalars['String']['output']>;
|
|
49592
|
+
selectableUrl?: Maybe<Scalars['URL']['output']>;
|
|
49480
49593
|
};
|
|
49481
49594
|
export declare type JiraServiceManagementOrganizationConnection = {
|
|
49482
49595
|
__typename?: 'JiraServiceManagementOrganizationConnection';
|
|
@@ -49490,7 +49603,7 @@ export declare type JiraServiceManagementOrganizationEdge = {
|
|
|
49490
49603
|
cursor: Scalars['String']['output'];
|
|
49491
49604
|
node?: Maybe<JiraServiceManagementOrganization>;
|
|
49492
49605
|
};
|
|
49493
|
-
export declare type JiraServiceManagementOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49606
|
+
export declare type JiraServiceManagementOrganizationField = JiraHasMultipleSelectedValues & JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49494
49607
|
__typename?: 'JiraServiceManagementOrganizationField';
|
|
49495
49608
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
49496
49609
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -49502,8 +49615,10 @@ export declare type JiraServiceManagementOrganizationField = JiraIssueField & Ji
|
|
|
49502
49615
|
name: Scalars['String']['output'];
|
|
49503
49616
|
organizations?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
49504
49617
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
49618
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
49505
49619
|
selectedOrganizations?: Maybe<Array<Maybe<JiraServiceManagementOrganization>>>;
|
|
49506
49620
|
selectedOrganizationsConnection?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
49621
|
+
selectedValues?: Maybe<JiraSelectableValueConnection>;
|
|
49507
49622
|
type: Scalars['String']['output'];
|
|
49508
49623
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
49509
49624
|
};
|
|
@@ -49515,12 +49630,27 @@ export declare type JiraServiceManagementOrganizationFieldOrganizationsArgs = {
|
|
|
49515
49630
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49516
49631
|
suggested?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49517
49632
|
};
|
|
49633
|
+
export declare type JiraServiceManagementOrganizationFieldSelectableValueOptionsArgs = {
|
|
49634
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49635
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49636
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
49637
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49638
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49639
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49640
|
+
};
|
|
49518
49641
|
export declare type JiraServiceManagementOrganizationFieldSelectedOrganizationsConnectionArgs = {
|
|
49519
49642
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49520
49643
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
49521
49644
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49522
49645
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49523
49646
|
};
|
|
49647
|
+
export declare type JiraServiceManagementOrganizationFieldSelectedValuesArgs = {
|
|
49648
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49649
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49650
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49651
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49652
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
49653
|
+
};
|
|
49524
49654
|
export declare type JiraServiceManagementPeopleField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
49525
49655
|
__typename?: 'JiraServiceManagementPeopleField';
|
|
49526
49656
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -54277,6 +54407,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
54277
54407
|
hosting: MarketplaceConsoleHosting;
|
|
54278
54408
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
54279
54409
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
54410
|
+
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
54280
54411
|
};
|
|
54281
54412
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
54282
54413
|
__typename?: 'MarketplaceConsoleAppSoftwareVersion';
|
|
@@ -54723,6 +54854,11 @@ export declare type MarketplaceConsolePricingItemInput = {
|
|
|
54723
54854
|
ceiling: Scalars['Float']['input'];
|
|
54724
54855
|
floor: Scalars['Float']['input'];
|
|
54725
54856
|
};
|
|
54857
|
+
export declare type MarketplaceConsolePricingParentSoftware = {
|
|
54858
|
+
__typename?: 'MarketplaceConsolePricingParentSoftware';
|
|
54859
|
+
parentSoftwareId: Scalars['ID']['output'];
|
|
54860
|
+
parentSoftwareName?: Maybe<Scalars['String']['output']>;
|
|
54861
|
+
};
|
|
54726
54862
|
export declare type MarketplaceConsolePricingPlan = {
|
|
54727
54863
|
__typename?: 'MarketplaceConsolePricingPlan';
|
|
54728
54864
|
currency: MarketplaceConsolePricingCurrency;
|
|
@@ -63325,6 +63461,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
63325
63461
|
contentStatuses?: InputMaybe<Array<SearchConfluenceDocumentStatus>>;
|
|
63326
63462
|
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63327
63463
|
creatorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63464
|
+
isVerified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63328
63465
|
labelsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63329
63466
|
pageStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
63330
63467
|
range?: InputMaybe<Array<InputMaybe<SearchConfluenceRangeFilter>>>;
|
|
@@ -63587,7 +63724,7 @@ export declare type SearchResultCompassComponent = SearchResult & {
|
|
|
63587
63724
|
type: SearchResultType;
|
|
63588
63725
|
url: Scalars['URL']['output'];
|
|
63589
63726
|
};
|
|
63590
|
-
export declare type SearchResultEntity = ConfluencePage | ConfluenceSpace |
|
|
63727
|
+
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;
|
|
63591
63728
|
export declare type SearchResultGoogleDocument = SearchL2FeatureProvider & SearchResult & {
|
|
63592
63729
|
__typename?: 'SearchResultGoogleDocument';
|
|
63593
63730
|
bodyText: Scalars['String']['output'];
|
|
@@ -68047,6 +68184,7 @@ export declare type TrelloMutationApi = {
|
|
|
68047
68184
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
68048
68185
|
unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
|
|
68049
68186
|
unwatchCard?: Maybe<TrelloWatchCardPayload>;
|
|
68187
|
+
updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
|
|
68050
68188
|
updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
|
|
68051
68189
|
updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
|
|
68052
68190
|
updateBoardViewerMirrorCard?: Maybe<TrelloUpdateBoardViewerShowCompactMirrorCardPayload>;
|
|
@@ -68074,6 +68212,9 @@ export declare type TrelloMutationApiUnarchiveCardArgs = {
|
|
|
68074
68212
|
export declare type TrelloMutationApiUnwatchCardArgs = {
|
|
68075
68213
|
input: TrelloWatchCardInput;
|
|
68076
68214
|
};
|
|
68215
|
+
export declare type TrelloMutationApiUpdateBoardIsTemplateArgs = {
|
|
68216
|
+
input: TrelloUpdateBoardIsTemplateInput;
|
|
68217
|
+
};
|
|
68077
68218
|
export declare type TrelloMutationApiUpdateBoardNameArgs = {
|
|
68078
68219
|
input: TrelloUpdateBoardNameInput;
|
|
68079
68220
|
};
|
|
@@ -68389,6 +68530,16 @@ export declare type TrelloUnarchiveCardPayload = Payload & {
|
|
|
68389
68530
|
errors?: Maybe<Array<MutationError>>;
|
|
68390
68531
|
success: Scalars['Boolean']['output'];
|
|
68391
68532
|
};
|
|
68533
|
+
export declare type TrelloUpdateBoardIsTemplateInput = {
|
|
68534
|
+
boardId: Scalars['ID']['input'];
|
|
68535
|
+
value: Scalars['Boolean']['input'];
|
|
68536
|
+
};
|
|
68537
|
+
export declare type TrelloUpdateBoardIsTemplatePayload = Payload & {
|
|
68538
|
+
__typename?: 'TrelloUpdateBoardIsTemplatePayload';
|
|
68539
|
+
board?: Maybe<TrelloBoard>;
|
|
68540
|
+
errors?: Maybe<Array<MutationError>>;
|
|
68541
|
+
success: Scalars['Boolean']['output'];
|
|
68542
|
+
};
|
|
68392
68543
|
export declare type TrelloUpdateBoardNameInput = {
|
|
68393
68544
|
boardId: Scalars['ID']['input'];
|
|
68394
68545
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69185,18 +69336,21 @@ export declare type UpdateCompassFreeformUserDefinedParameterInput = {
|
|
|
69185
69336
|
export declare type UpdateCompassHasDescriptionScorecardCriteriaInput = {
|
|
69186
69337
|
id: Scalars['ID']['input'];
|
|
69187
69338
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69339
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
69188
69340
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
69189
69341
|
};
|
|
69190
69342
|
export declare type UpdateCompassHasFieldScorecardCriteriaInput = {
|
|
69191
69343
|
fieldDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
69192
69344
|
id: Scalars['ID']['input'];
|
|
69193
69345
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69346
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
69194
69347
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
69195
69348
|
};
|
|
69196
69349
|
export declare type UpdateCompassHasLinkScorecardCriteriaInput = {
|
|
69197
69350
|
id: Scalars['ID']['input'];
|
|
69198
69351
|
linkType?: InputMaybe<CompassLinkType>;
|
|
69199
69352
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69353
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
69200
69354
|
textComparator?: InputMaybe<CompassCriteriaTextComparatorOptions>;
|
|
69201
69355
|
textComparatorValue?: InputMaybe<Scalars['String']['input']>;
|
|
69202
69356
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -69208,11 +69362,13 @@ export declare type UpdateCompassHasMetricValueCriteriaInput = {
|
|
|
69208
69362
|
id: Scalars['ID']['input'];
|
|
69209
69363
|
metricDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
69210
69364
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69365
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
69211
69366
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
69212
69367
|
};
|
|
69213
69368
|
export declare type UpdateCompassHasOwnerScorecardCriteriaInput = {
|
|
69214
69369
|
id: Scalars['ID']['input'];
|
|
69215
69370
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69371
|
+
scoringStrategyRules?: InputMaybe<CompassUpdateScorecardCriteriaScoringStrategyRulesInput>;
|
|
69216
69372
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
69217
69373
|
};
|
|
69218
69374
|
export declare type UpdateCompassLinkInput = {
|
|
@@ -69245,6 +69401,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
69245
69401
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69246
69402
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
69247
69403
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
69404
|
+
scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
|
|
69248
69405
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
69249
69406
|
};
|
|
69250
69407
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
@@ -70312,6 +70469,7 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
70312
70469
|
commonSuggestions?: Maybe<WorkSuggestionsConnection>;
|
|
70313
70470
|
compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
|
|
70314
70471
|
pullRequestSuggestions?: Maybe<Array<WorkSuggestionsPeriscopeTask>>;
|
|
70472
|
+
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
|
|
70315
70473
|
sortOrder?: Maybe<WorkSuggestionsOrder>;
|
|
70316
70474
|
};
|
|
70317
70475
|
export declare type WorkSuggestionsByProjectsResponseAutoDevJobsSuggestionsArgs = {
|
|
@@ -70555,6 +70713,20 @@ export declare type WorkSuggestionsPrCommentsTask = WorkSuggestionsPeriscopeTask
|
|
|
70555
70713
|
title: Scalars['String']['output'];
|
|
70556
70714
|
url: Scalars['String']['output'];
|
|
70557
70715
|
};
|
|
70716
|
+
export declare type WorkSuggestionsPrMergeableTask = WorkSuggestionsPeriscopeTask & {
|
|
70717
|
+
__typename?: 'WorkSuggestionsPRMergeableTask';
|
|
70718
|
+
approvalsCount: Scalars['Int']['output'];
|
|
70719
|
+
commentCount: Scalars['Int']['output'];
|
|
70720
|
+
destinationBranchName?: Maybe<Scalars['String']['output']>;
|
|
70721
|
+
id: Scalars['String']['output'];
|
|
70722
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
70723
|
+
providerIconUrl?: Maybe<Scalars['String']['output']>;
|
|
70724
|
+
providerName?: Maybe<Scalars['String']['output']>;
|
|
70725
|
+
repositoryName?: Maybe<Scalars['String']['output']>;
|
|
70726
|
+
sourceBranchName?: Maybe<Scalars['String']['output']>;
|
|
70727
|
+
title: Scalars['String']['output'];
|
|
70728
|
+
url: Scalars['String']['output'];
|
|
70729
|
+
};
|
|
70558
70730
|
export declare type WorkSuggestionsPeriscopeTask = {
|
|
70559
70731
|
id: Scalars['String']['output'];
|
|
70560
70732
|
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
@@ -70593,6 +70765,11 @@ export declare type WorkSuggestionsPullRequestReviewTask = WorkSuggestionsCommon
|
|
|
70593
70765
|
title: Scalars['String']['output'];
|
|
70594
70766
|
url: Scalars['String']['output'];
|
|
70595
70767
|
};
|
|
70768
|
+
export declare type WorkSuggestionsPullRequestSuggestionsResponse = {
|
|
70769
|
+
__typename?: 'WorkSuggestionsPullRequestSuggestionsResponse';
|
|
70770
|
+
mergeableSuggestions?: Maybe<Array<WorkSuggestionsPrMergeableTask>>;
|
|
70771
|
+
newCommentsSuggestions?: Maybe<Array<WorkSuggestionsPrCommentsTask>>;
|
|
70772
|
+
};
|
|
70596
70773
|
export declare type WorkSuggestionsPurgeUserActionStateInput = {
|
|
70597
70774
|
cloudId: Scalars['ID']['input'];
|
|
70598
70775
|
};
|