@forge/cli-shared 6.11.1-next.0 → 7.0.0-next.10
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 +77 -0
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/graphql-client.d.ts.map +1 -1
- package/out/app-logs/graphql-client.js +3 -1
- package/out/app-logs/view-logs.d.ts +8 -2
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/app-logs/view-logs.js +10 -2
- package/out/graphql/graphql-types.d.ts +1033 -36
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +79 -18
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +1 -1
- package/out/ui/text.d.ts +8 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +16 -9
- package/package.json +2 -2
|
@@ -1070,6 +1070,12 @@ export declare type AgentStudioUpdateCustomActionInput = {
|
|
|
1070
1070
|
knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
|
|
1071
1071
|
name: Scalars['String']['input'];
|
|
1072
1072
|
};
|
|
1073
|
+
export declare type AgentStudioUpdateCustomActionMappingsPayload = Payload & {
|
|
1074
|
+
__typename?: 'AgentStudioUpdateCustomActionMappingsPayload';
|
|
1075
|
+
customActionList?: Maybe<Array<AgentStudioCustomAction>>;
|
|
1076
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1077
|
+
success: Scalars['Boolean']['output'];
|
|
1078
|
+
};
|
|
1073
1079
|
export declare type AgentStudioUpdateCustomActionPayload = Payload & {
|
|
1074
1080
|
__typename?: 'AgentStudioUpdateCustomActionPayload';
|
|
1075
1081
|
customAction?: Maybe<AgentStudioCustomAction>;
|
|
@@ -1876,7 +1882,7 @@ export declare type AppLogLines = {
|
|
|
1876
1882
|
export declare type AppLogsWithMetaData = {
|
|
1877
1883
|
__typename?: 'AppLogsWithMetaData';
|
|
1878
1884
|
appId: Scalars['String']['output'];
|
|
1879
|
-
appVersion
|
|
1885
|
+
appVersion?: Maybe<Scalars['String']['output']>;
|
|
1880
1886
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
1881
1887
|
context?: Maybe<Context>;
|
|
1882
1888
|
edition?: Maybe<EditionValue>;
|
|
@@ -3894,8 +3900,13 @@ export declare type CcpEntitlementTemplate = {
|
|
|
3894
3900
|
data?: Maybe<Scalars['String']['output']>;
|
|
3895
3901
|
key?: Maybe<Scalars['ID']['output']>;
|
|
3896
3902
|
provisionedBy?: Maybe<Scalars['String']['output']>;
|
|
3903
|
+
userUsageInclusions?: Maybe<CcpEntitlementTemplateUserUsageInclusions>;
|
|
3897
3904
|
version?: Maybe<Scalars['Int']['output']>;
|
|
3898
3905
|
};
|
|
3906
|
+
export declare type CcpEntitlementTemplateUserUsageInclusions = {
|
|
3907
|
+
__typename?: 'CcpEntitlementTemplateUserUsageInclusions';
|
|
3908
|
+
references?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
3909
|
+
};
|
|
3899
3910
|
export declare type CcpEntitlementUsage = {
|
|
3900
3911
|
__typename?: 'CcpEntitlementUsage';
|
|
3901
3912
|
offeringChargeElement?: Maybe<CcpOfferingChargeElement>;
|
|
@@ -3973,6 +3984,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
|
|
|
3973
3984
|
derivedFromOffering?: Maybe<CcpDerivedFromOffering>;
|
|
3974
3985
|
derivedOfferings?: Maybe<Array<Maybe<CcpDerivedOffering>>>;
|
|
3975
3986
|
effectiveUncollectibleAction?: Maybe<CcpEffectiveUncollectibleAction>;
|
|
3987
|
+
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
3976
3988
|
entitlementTemplateId?: Maybe<Scalars['ID']['output']>;
|
|
3977
3989
|
expiryDate?: Maybe<Scalars['Float']['output']>;
|
|
3978
3990
|
hostingType?: Maybe<CcpOfferingHostingType>;
|
|
@@ -4096,6 +4108,21 @@ export declare type CcpOrderDefaultsInput = {
|
|
|
4096
4108
|
currentEntitlementId?: InputMaybe<Scalars['String']['input']>;
|
|
4097
4109
|
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
4098
4110
|
};
|
|
4111
|
+
export declare type CcpPostalAddress = {
|
|
4112
|
+
__typename?: 'CcpPostalAddress';
|
|
4113
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
4114
|
+
country?: Maybe<Scalars['String']['output']>;
|
|
4115
|
+
line1?: Maybe<Scalars['String']['output']>;
|
|
4116
|
+
line2?: Maybe<Scalars['String']['output']>;
|
|
4117
|
+
phone?: Maybe<Scalars['String']['output']>;
|
|
4118
|
+
postcode?: Maybe<Scalars['String']['output']>;
|
|
4119
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
4120
|
+
};
|
|
4121
|
+
export declare type CcpPriceEligibilityMapEntry = {
|
|
4122
|
+
__typename?: 'CcpPriceEligibilityMapEntry';
|
|
4123
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
4124
|
+
value?: Maybe<Scalars['Boolean']['output']>;
|
|
4125
|
+
};
|
|
4099
4126
|
export declare type CcpPricingPlan = CommercePricingPlan & Node & {
|
|
4100
4127
|
__typename?: 'CcpPricingPlan';
|
|
4101
4128
|
activatedWithReason?: Maybe<CcpActivationReason>;
|
|
@@ -4199,6 +4226,7 @@ export declare type CcpQueryApi = {
|
|
|
4199
4226
|
pricingPlans?: Maybe<Array<Maybe<CcpPricingPlan>>>;
|
|
4200
4227
|
product?: Maybe<CcpProduct>;
|
|
4201
4228
|
quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
4229
|
+
shipToParties?: Maybe<Array<Maybe<CcpShipToParty>>>;
|
|
4202
4230
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
4203
4231
|
transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
4204
4232
|
};
|
|
@@ -4226,6 +4254,9 @@ export declare type CcpQueryApiProductArgs = {
|
|
|
4226
4254
|
export declare type CcpQueryApiQuotesArgs = {
|
|
4227
4255
|
ids: Array<Scalars['ID']['input']>;
|
|
4228
4256
|
};
|
|
4257
|
+
export declare type CcpQueryApiShipToPartiesArgs = {
|
|
4258
|
+
ids: Array<Scalars['ID']['input']>;
|
|
4259
|
+
};
|
|
4229
4260
|
export declare type CcpQueryApiTransactionAccountArgs = {
|
|
4230
4261
|
id: Scalars['ID']['input'];
|
|
4231
4262
|
};
|
|
@@ -4562,6 +4593,20 @@ export declare type CcpRootExperienceCapabilities = {
|
|
|
4562
4593
|
export declare type CcpRootExperienceCapabilitiesCreateEntitlementArgs = {
|
|
4563
4594
|
input: CcpCreateEntitlementInput;
|
|
4564
4595
|
};
|
|
4596
|
+
export declare type CcpShipToParty = Node & {
|
|
4597
|
+
__typename?: 'CcpShipToParty';
|
|
4598
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4599
|
+
id: Scalars['ID']['output'];
|
|
4600
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
4601
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
4602
|
+
postalAddress?: Maybe<CcpPostalAddress>;
|
|
4603
|
+
priceEligibility?: Maybe<Array<Maybe<CcpPriceEligibilityMapEntry>>>;
|
|
4604
|
+
taxId?: Maybe<Scalars['String']['output']>;
|
|
4605
|
+
taxIds?: Maybe<Array<Maybe<CcpTaxId>>>;
|
|
4606
|
+
transactionAccount?: Maybe<CcpTransactionAccountPartition>;
|
|
4607
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4608
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
4609
|
+
};
|
|
4565
4610
|
export declare type CcpSubscription = CommerceSubscription & {
|
|
4566
4611
|
__typename?: 'CcpSubscription';
|
|
4567
4612
|
accountDetails?: Maybe<CcpAccountDetails>;
|
|
@@ -4608,6 +4653,13 @@ export declare enum CcpSupportedBillingSystems {
|
|
|
4608
4653
|
Hams = "HAMS",
|
|
4609
4654
|
Opsgenie = "OPSGENIE"
|
|
4610
4655
|
}
|
|
4656
|
+
export declare type CcpTaxId = {
|
|
4657
|
+
__typename?: 'CcpTaxId';
|
|
4658
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
4659
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
4660
|
+
taxIdDescription?: Maybe<Scalars['String']['output']>;
|
|
4661
|
+
taxIdLabel?: Maybe<Scalars['String']['output']>;
|
|
4662
|
+
};
|
|
4611
4663
|
export declare enum CcpTiersMode {
|
|
4612
4664
|
Graduated = "GRADUATED",
|
|
4613
4665
|
Volume = "VOLUME"
|
|
@@ -4633,6 +4685,11 @@ export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransa
|
|
|
4633
4685
|
addPaymentMethodV2?: Maybe<CcpAddPaymentMethodExperienceCapability>;
|
|
4634
4686
|
multipleProductUpgrades?: Maybe<CcpMultipleProductUpgradesExperienceCapability>;
|
|
4635
4687
|
};
|
|
4688
|
+
export declare type CcpTransactionAccountPartition = {
|
|
4689
|
+
__typename?: 'CcpTransactionAccountPartition';
|
|
4690
|
+
key?: Maybe<Scalars['ID']['output']>;
|
|
4691
|
+
partitionKey?: Maybe<Scalars['String']['output']>;
|
|
4692
|
+
};
|
|
4636
4693
|
export declare enum CcpTransactionAccountType {
|
|
4637
4694
|
Direct = "DIRECT",
|
|
4638
4695
|
Partner = "PARTNER",
|
|
@@ -4720,6 +4777,11 @@ export declare type ChannelPlatformConnectionData = {
|
|
|
4720
4777
|
attendee?: Maybe<ChannelPlatformAttendee>;
|
|
4721
4778
|
meeting?: Maybe<ChannelPlatformMeeting>;
|
|
4722
4779
|
};
|
|
4780
|
+
export declare type ChannelPlatformContact = {
|
|
4781
|
+
__typename?: 'ChannelPlatformContact';
|
|
4782
|
+
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4783
|
+
contactId?: Maybe<Scalars['ID']['output']>;
|
|
4784
|
+
};
|
|
4723
4785
|
export declare type ChannelPlatformGetChannelTokenRequest = {
|
|
4724
4786
|
channelType?: InputMaybe<ChannelPlatformChannelType>;
|
|
4725
4787
|
contactFlowId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4775,6 +4837,7 @@ export declare type ChannelPlatformSubmitRequestInput = {
|
|
|
4775
4837
|
export declare type ChannelPlatformSubmitRequestResponse = {
|
|
4776
4838
|
__typename?: 'ChannelPlatformSubmitRequestResponse';
|
|
4777
4839
|
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4840
|
+
requestUuid?: Maybe<Scalars['String']['output']>;
|
|
4778
4841
|
value?: Maybe<ChannelPlatformTokenResponse>;
|
|
4779
4842
|
};
|
|
4780
4843
|
export declare type ChannelPlatformSubmitTicketResponse = {
|
|
@@ -5413,17 +5476,36 @@ export declare enum CompassBuildEventState {
|
|
|
5413
5476
|
}
|
|
5414
5477
|
export declare type CompassCampaign = Node & {
|
|
5415
5478
|
__typename?: 'CompassCampaign';
|
|
5479
|
+
appliedToComponents?: Maybe<CompassGoalAppliedToComponentsConnection>;
|
|
5416
5480
|
createdByUser?: Maybe<User>;
|
|
5481
|
+
criteriaScoreStatisticsHistories?: Maybe<CompassScorecardCriteriaScoreStatisticsHistoryConnection>;
|
|
5417
5482
|
description?: Maybe<Scalars['String']['output']>;
|
|
5418
5483
|
dueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5484
|
+
filters?: Maybe<CompassGoalFilters>;
|
|
5419
5485
|
goal?: Maybe<TownsquareGoal>;
|
|
5420
5486
|
goalId?: Maybe<Scalars['ID']['output']>;
|
|
5421
5487
|
id: Scalars['ID']['output'];
|
|
5422
5488
|
name?: Maybe<Scalars['String']['output']>;
|
|
5423
5489
|
scorecard?: Maybe<CompassScorecard>;
|
|
5490
|
+
scorecardScoreStatisticsHistories?: Maybe<CompassScorecardScoreStatisticsHistoryConnection>;
|
|
5424
5491
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
5425
5492
|
status?: Maybe<Scalars['String']['output']>;
|
|
5426
5493
|
};
|
|
5494
|
+
export declare type CompassCampaignAppliedToComponentsArgs = {
|
|
5495
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5496
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5497
|
+
query?: InputMaybe<CompassGoalAppliedToComponentsQuery>;
|
|
5498
|
+
};
|
|
5499
|
+
export declare type CompassCampaignCriteriaScoreStatisticsHistoriesArgs = {
|
|
5500
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5501
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5502
|
+
query?: InputMaybe<CompassGoalCriteriaScoreStatisticsHistoryQuery>;
|
|
5503
|
+
};
|
|
5504
|
+
export declare type CompassCampaignScorecardScoreStatisticsHistoriesArgs = {
|
|
5505
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
5506
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
5507
|
+
query?: InputMaybe<CompassGoalScoreStatisticsHistoryQuery>;
|
|
5508
|
+
};
|
|
5427
5509
|
export declare type CompassCampaignConnection = {
|
|
5428
5510
|
__typename?: 'CompassCampaignConnection';
|
|
5429
5511
|
edges?: Maybe<Array<CompassCampaignEdge>>;
|
|
@@ -5472,6 +5554,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
5472
5554
|
createComponentFromTemplate?: Maybe<CreateCompassComponentFromTemplatePayload>;
|
|
5473
5555
|
createComponentLink?: Maybe<CreateCompassComponentLinkPayload>;
|
|
5474
5556
|
createComponentScorecardJiraIssue?: Maybe<CompassCreateComponentScorecardJiraIssuePayload>;
|
|
5557
|
+
createComponentScorecardWorkItem?: Maybe<CompassCreateComponentScorecardWorkItemPayload>;
|
|
5475
5558
|
createComponentSubscription?: Maybe<CompassCreateComponentSubscriptionPayload>;
|
|
5476
5559
|
createComponentType?: Maybe<CreateCompassComponentTypePayload>;
|
|
5477
5560
|
createCriterionExemption?: Maybe<CompassCreateCriterionExemptionPayload>;
|
|
@@ -5530,6 +5613,7 @@ export declare type CompassCatalogMutationApi = {
|
|
|
5530
5613
|
updateComponentDataManagerMetadata?: Maybe<UpdateCompassComponentDataManagerMetadataPayload>;
|
|
5531
5614
|
updateComponentLink?: Maybe<UpdateCompassComponentLinkPayload>;
|
|
5532
5615
|
updateComponentScorecardJiraIssue?: Maybe<CompassUpdateComponentScorecardJiraIssuePayload>;
|
|
5616
|
+
updateComponentScorecardWorkItem?: Maybe<CompassUpdateComponentScorecardWorkItemPayload>;
|
|
5533
5617
|
updateComponentType?: Maybe<UpdateCompassComponentTypePayload>;
|
|
5534
5618
|
updateComponentTypeMetadata?: Maybe<UpdateCompassComponentTypeMetadataPayload>;
|
|
5535
5619
|
updateComponents?: Maybe<BulkUpdateCompassComponentsPayload>;
|
|
@@ -5603,6 +5687,10 @@ export declare type CompassCatalogMutationApiCreateComponentLinkArgs = {
|
|
|
5603
5687
|
export declare type CompassCatalogMutationApiCreateComponentScorecardJiraIssueArgs = {
|
|
5604
5688
|
input: CompassCreateComponentScorecardJiraIssueInput;
|
|
5605
5689
|
};
|
|
5690
|
+
export declare type CompassCatalogMutationApiCreateComponentScorecardWorkItemArgs = {
|
|
5691
|
+
cloudId: Scalars['ID']['input'];
|
|
5692
|
+
input: CompassCreateComponentScorecardWorkItemInput;
|
|
5693
|
+
};
|
|
5606
5694
|
export declare type CompassCatalogMutationApiCreateComponentSubscriptionArgs = {
|
|
5607
5695
|
input: CompassCreateComponentSubscriptionInput;
|
|
5608
5696
|
};
|
|
@@ -5787,6 +5875,10 @@ export declare type CompassCatalogMutationApiUpdateComponentLinkArgs = {
|
|
|
5787
5875
|
export declare type CompassCatalogMutationApiUpdateComponentScorecardJiraIssueArgs = {
|
|
5788
5876
|
input: CompassUpdateComponentScorecardJiraIssueInput;
|
|
5789
5877
|
};
|
|
5878
|
+
export declare type CompassCatalogMutationApiUpdateComponentScorecardWorkItemArgs = {
|
|
5879
|
+
cloudId: Scalars['ID']['input'];
|
|
5880
|
+
input: CompassUpdateComponentScorecardWorkItemInput;
|
|
5881
|
+
};
|
|
5790
5882
|
export declare type CompassCatalogMutationApiUpdateComponentTypeArgs = {
|
|
5791
5883
|
input: UpdateCompassComponentTypeInput;
|
|
5792
5884
|
};
|
|
@@ -5869,6 +5961,7 @@ export declare type CompassCatalogQueryApi = {
|
|
|
5869
5961
|
starredComponents?: Maybe<CompassStarredComponentsResult>;
|
|
5870
5962
|
teamCheckins?: Maybe<Array<CompassTeamCheckin>>;
|
|
5871
5963
|
teamData?: Maybe<CompassTeamDataResult>;
|
|
5964
|
+
topScorecards?: Maybe<CompassScorecardConnection>;
|
|
5872
5965
|
userDefinedParameters?: Maybe<CompassUserDefinedParametersConnection>;
|
|
5873
5966
|
viewerGlobalPermissions?: Maybe<CompassGlobalPermissionsResult>;
|
|
5874
5967
|
};
|
|
@@ -6033,6 +6126,12 @@ export declare type CompassCatalogQueryApiTeamCheckinsArgs = {
|
|
|
6033
6126
|
export declare type CompassCatalogQueryApiTeamDataArgs = {
|
|
6034
6127
|
input: CompassTeamDataInput;
|
|
6035
6128
|
};
|
|
6129
|
+
export declare type CompassCatalogQueryApiTopScorecardsArgs = {
|
|
6130
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
6131
|
+
cloudId: Scalars['ID']['input'];
|
|
6132
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6133
|
+
query?: InputMaybe<CompassTopScorecardsQuery>;
|
|
6134
|
+
};
|
|
6036
6135
|
export declare type CompassCatalogQueryApiUserDefinedParametersArgs = {
|
|
6037
6136
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
6038
6137
|
componentId: Scalars['ID']['input'];
|
|
@@ -6296,13 +6395,18 @@ export declare type CompassComponentHasScorecardsAppliedConnection = {
|
|
|
6296
6395
|
export declare type CompassComponentHasScorecardsAppliedEdge = {
|
|
6297
6396
|
__typename?: 'CompassComponentHasScorecardsAppliedEdge';
|
|
6298
6397
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
6398
|
+
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
6299
6399
|
cursor: Scalars['String']['output'];
|
|
6300
6400
|
node?: Maybe<CompassScorecard>;
|
|
6401
|
+
score?: Maybe<CompassScorecardScoreResult>;
|
|
6301
6402
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
6302
6403
|
};
|
|
6303
6404
|
export declare type CompassComponentHasScorecardsAppliedEdgeActiveIssuesArgs = {
|
|
6304
6405
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
6305
6406
|
};
|
|
6407
|
+
export declare type CompassComponentHasScorecardsAppliedEdgeActiveWorkItemsArgs = {
|
|
6408
|
+
query?: InputMaybe<CompassComponentScorecardWorkItemsQuery>;
|
|
6409
|
+
};
|
|
6306
6410
|
export declare type CompassComponentInstancePermissions = {
|
|
6307
6411
|
__typename?: 'CompassComponentInstancePermissions';
|
|
6308
6412
|
applyScorecard?: Maybe<CompassPermissionResult>;
|
|
@@ -6390,6 +6494,7 @@ export declare type CompassComponentScorecardJiraIssuesQueryResult = CompassComp
|
|
|
6390
6494
|
export declare type CompassComponentScorecardRelationship = {
|
|
6391
6495
|
__typename?: 'CompassComponentScorecardRelationship';
|
|
6392
6496
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
6497
|
+
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
6393
6498
|
appliedSince: Scalars['DateTime']['output'];
|
|
6394
6499
|
criteriaScoreHistories?: Maybe<CompassScorecardCriteriaScoreHistoryConnection>;
|
|
6395
6500
|
score?: Maybe<CompassScorecardScoreResult>;
|
|
@@ -6399,6 +6504,9 @@ export declare type CompassComponentScorecardRelationship = {
|
|
|
6399
6504
|
export declare type CompassComponentScorecardRelationshipActiveIssuesArgs = {
|
|
6400
6505
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
6401
6506
|
};
|
|
6507
|
+
export declare type CompassComponentScorecardRelationshipActiveWorkItemsArgs = {
|
|
6508
|
+
query?: InputMaybe<CompassComponentScorecardWorkItemsQuery>;
|
|
6509
|
+
};
|
|
6402
6510
|
export declare type CompassComponentScorecardRelationshipCriteriaScoreHistoriesArgs = {
|
|
6403
6511
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
6404
6512
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -6412,12 +6520,30 @@ export declare type CompassComponentScorecardRelationshipScorecardScoreHistories
|
|
|
6412
6520
|
export declare type CompassComponentScorecardRelationshipInstancePermissions = {
|
|
6413
6521
|
__typename?: 'CompassComponentScorecardRelationshipInstancePermissions';
|
|
6414
6522
|
createJiraIssueForAppliedScorecard?: Maybe<CompassPermissionResult>;
|
|
6523
|
+
createWorkItemForAppliedScorecard?: Maybe<CompassPermissionResult>;
|
|
6415
6524
|
removeScorecard?: Maybe<CompassPermissionResult>;
|
|
6416
6525
|
};
|
|
6417
6526
|
export declare type CompassComponentScorecardRelationshipResult = CompassComponentScorecardRelationship | QueryError;
|
|
6418
6527
|
export declare type CompassComponentScorecardScoreQuery = {
|
|
6419
6528
|
scorecardId: Scalars['ID']['input'];
|
|
6420
6529
|
};
|
|
6530
|
+
export declare type CompassComponentScorecardWorkItemConnection = {
|
|
6531
|
+
__typename?: 'CompassComponentScorecardWorkItemConnection';
|
|
6532
|
+
edges?: Maybe<Array<Maybe<CompassComponentScorecardWorkItemEdge>>>;
|
|
6533
|
+
nodes?: Maybe<Array<Maybe<CompassWorkItem>>>;
|
|
6534
|
+
pageInfo: PageInfo;
|
|
6535
|
+
};
|
|
6536
|
+
export declare type CompassComponentScorecardWorkItemEdge = CompassWorkItemEdge & {
|
|
6537
|
+
__typename?: 'CompassComponentScorecardWorkItemEdge';
|
|
6538
|
+
cursor: Scalars['String']['output'];
|
|
6539
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
6540
|
+
node?: Maybe<CompassWorkItem>;
|
|
6541
|
+
};
|
|
6542
|
+
export declare type CompassComponentScorecardWorkItemsQuery = {
|
|
6543
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
6544
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6545
|
+
};
|
|
6546
|
+
export declare type CompassComponentScorecardWorkItemsQueryResult = CompassComponentScorecardWorkItemConnection | QueryError;
|
|
6421
6547
|
export declare type CompassComponentSpec = {
|
|
6422
6548
|
__typename?: 'CompassComponentSpec';
|
|
6423
6549
|
api?: Maybe<CompassComponentApi>;
|
|
@@ -6580,6 +6706,17 @@ export declare type CompassCreateComponentScorecardJiraIssuePayload = Payload &
|
|
|
6580
6706
|
errors?: Maybe<Array<MutationError>>;
|
|
6581
6707
|
success: Scalars['Boolean']['output'];
|
|
6582
6708
|
};
|
|
6709
|
+
export declare type CompassCreateComponentScorecardWorkItemInput = {
|
|
6710
|
+
componentId: Scalars['ID']['input'];
|
|
6711
|
+
scorecardId: Scalars['ID']['input'];
|
|
6712
|
+
url: Scalars['URL']['input'];
|
|
6713
|
+
workItemId: Scalars['ID']['input'];
|
|
6714
|
+
};
|
|
6715
|
+
export declare type CompassCreateComponentScorecardWorkItemPayload = Payload & {
|
|
6716
|
+
__typename?: 'CompassCreateComponentScorecardWorkItemPayload';
|
|
6717
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6718
|
+
success: Scalars['Boolean']['output'];
|
|
6719
|
+
};
|
|
6583
6720
|
export declare type CompassCreateComponentSubscriptionInput = {
|
|
6584
6721
|
componentId: Scalars['ID']['input'];
|
|
6585
6722
|
};
|
|
@@ -7005,6 +7142,17 @@ export declare enum CompassCriteriaCollectionComparatorOptions {
|
|
|
7005
7142
|
IsPresent = "IS_PRESENT",
|
|
7006
7143
|
NoneOf = "NONE_OF"
|
|
7007
7144
|
}
|
|
7145
|
+
export declare type CompassCriteriaGraduatedSeries = {
|
|
7146
|
+
__typename?: 'CompassCriteriaGraduatedSeries';
|
|
7147
|
+
comparator?: Maybe<Scalars['String']['output']>;
|
|
7148
|
+
comparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
7149
|
+
fractionalWeight?: Maybe<Scalars['Int']['output']>;
|
|
7150
|
+
};
|
|
7151
|
+
export declare type CompassCriteriaGraduatedSeriesInput = {
|
|
7152
|
+
comparator: CompassCriteriaNumberComparatorOptions;
|
|
7153
|
+
comparatorValue: Scalars['Float']['input'];
|
|
7154
|
+
fractionalWeight: Scalars['Int']['input'];
|
|
7155
|
+
};
|
|
7008
7156
|
export declare enum CompassCriteriaMembershipComparatorOptions {
|
|
7009
7157
|
In = "IN",
|
|
7010
7158
|
IsPresent = "IS_PRESENT",
|
|
@@ -7389,6 +7537,7 @@ export declare type CompassDeactivateScorecardForComponentPayload = Payload & {
|
|
|
7389
7537
|
export declare type CompassDeactivatedScorecard = {
|
|
7390
7538
|
__typename?: 'CompassDeactivatedScorecard';
|
|
7391
7539
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
7540
|
+
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
7392
7541
|
applicationModel: CompassScorecardApplicationModel;
|
|
7393
7542
|
description?: Maybe<Scalars['String']['output']>;
|
|
7394
7543
|
id: Scalars['ID']['output'];
|
|
@@ -7400,6 +7549,9 @@ export declare type CompassDeactivatedScorecard = {
|
|
|
7400
7549
|
export declare type CompassDeactivatedScorecardActiveIssuesArgs = {
|
|
7401
7550
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
7402
7551
|
};
|
|
7552
|
+
export declare type CompassDeactivatedScorecardActiveWorkItemsArgs = {
|
|
7553
|
+
query?: InputMaybe<CompassComponentScorecardWorkItemsQuery>;
|
|
7554
|
+
};
|
|
7403
7555
|
export declare type CompassDeactivatedScorecardsConnection = {
|
|
7404
7556
|
__typename?: 'CompassDeactivatedScorecardsConnection';
|
|
7405
7557
|
edges?: Maybe<Array<CompassComponentDeactivatedScorecardsEdge>>;
|
|
@@ -7785,6 +7937,54 @@ export declare type CompassGlobalPermissions = {
|
|
|
7785
7937
|
viewMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
7786
7938
|
};
|
|
7787
7939
|
export declare type CompassGlobalPermissionsResult = CompassGlobalPermissions | QueryError;
|
|
7940
|
+
export declare type CompassGoalAppliedToComponentsConnection = {
|
|
7941
|
+
__typename?: 'CompassGoalAppliedToComponentsConnection';
|
|
7942
|
+
edges?: Maybe<Array<CompassGoalAppliedToComponentsEdge>>;
|
|
7943
|
+
nodes?: Maybe<Array<CompassComponent>>;
|
|
7944
|
+
pageInfo: PageInfo;
|
|
7945
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
7946
|
+
};
|
|
7947
|
+
export declare type CompassGoalAppliedToComponentsEdge = {
|
|
7948
|
+
__typename?: 'CompassGoalAppliedToComponentsEdge';
|
|
7949
|
+
cursor: Scalars['String']['output'];
|
|
7950
|
+
node?: Maybe<CompassComponent>;
|
|
7951
|
+
};
|
|
7952
|
+
export declare type CompassGoalAppliedToComponentsQuery = {
|
|
7953
|
+
sort?: InputMaybe<CompassGoalAppliedToComponentsQuerySort>;
|
|
7954
|
+
};
|
|
7955
|
+
export declare type CompassGoalAppliedToComponentsQuerySort = {
|
|
7956
|
+
name: Scalars['String']['input'];
|
|
7957
|
+
order: CompassQuerySortOrder;
|
|
7958
|
+
};
|
|
7959
|
+
export declare type CompassGoalCriteriaScoreStatisticsHistoryQuery = {
|
|
7960
|
+
filter?: InputMaybe<CompassGoalCriteriaScoreStatisticsHistoryQueryFilter>;
|
|
7961
|
+
};
|
|
7962
|
+
export declare type CompassGoalCriteriaScoreStatisticsHistoryQueryFilter = {
|
|
7963
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
7964
|
+
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
7965
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7966
|
+
};
|
|
7967
|
+
export declare type CompassGoalFilters = {
|
|
7968
|
+
__typename?: 'CompassGoalFilters';
|
|
7969
|
+
applicationTypes?: Maybe<Array<Scalars['String']['output']>>;
|
|
7970
|
+
componentLabels?: Maybe<Array<Scalars['String']['output']>>;
|
|
7971
|
+
componentOwnerIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
7972
|
+
componentTiers?: Maybe<Array<Scalars['String']['output']>>;
|
|
7973
|
+
};
|
|
7974
|
+
export declare type CompassGoalFiltersInput = {
|
|
7975
|
+
applicationTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7976
|
+
componentLabels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7977
|
+
componentOwnerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
7978
|
+
componentTiers?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7979
|
+
};
|
|
7980
|
+
export declare type CompassGoalScoreStatisticsHistoryQuery = {
|
|
7981
|
+
filter?: InputMaybe<CompassGoalScoreStatisticsHistoryQueryFilter>;
|
|
7982
|
+
};
|
|
7983
|
+
export declare type CompassGoalScoreStatisticsHistoryQueryFilter = {
|
|
7984
|
+
componentTypes?: InputMaybe<CompassScoreStatisticsHistoryComponentTypesFilter>;
|
|
7985
|
+
date?: InputMaybe<CompassScoreStatisticsHistoryDateFilter>;
|
|
7986
|
+
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7987
|
+
};
|
|
7788
7988
|
export declare type CompassHasCustomBooleanFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
7789
7989
|
__typename?: 'CompassHasCustomBooleanFieldLibraryScorecardCriterion';
|
|
7790
7990
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
@@ -8746,6 +8946,7 @@ export declare type CompassScorecard = Node & {
|
|
|
8746
8946
|
statusConfig?: Maybe<CompassScorecardStatusConfig>;
|
|
8747
8947
|
type: Scalars['String']['output'];
|
|
8748
8948
|
url?: Maybe<Scalars['URL']['output']>;
|
|
8949
|
+
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
8749
8950
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
8750
8951
|
};
|
|
8751
8952
|
export declare type CompassScorecardAppliedToComponentsArgs = {
|
|
@@ -8794,13 +8995,18 @@ export declare type CompassScorecardAppliedToComponentsCriteriaFilter = {
|
|
|
8794
8995
|
export declare type CompassScorecardAppliedToComponentsEdge = {
|
|
8795
8996
|
__typename?: 'CompassScorecardAppliedToComponentsEdge';
|
|
8796
8997
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
8998
|
+
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
8797
8999
|
cursor: Scalars['String']['output'];
|
|
8798
9000
|
node?: Maybe<CompassComponent>;
|
|
9001
|
+
score?: Maybe<CompassScorecardScoreResult>;
|
|
8799
9002
|
viewerPermissions?: Maybe<CompassComponentScorecardRelationshipInstancePermissions>;
|
|
8800
9003
|
};
|
|
8801
9004
|
export declare type CompassScorecardAppliedToComponentsEdgeActiveIssuesArgs = {
|
|
8802
9005
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
8803
9006
|
};
|
|
9007
|
+
export declare type CompassScorecardAppliedToComponentsEdgeActiveWorkItemsArgs = {
|
|
9008
|
+
query?: InputMaybe<CompassComponentScorecardWorkItemsQuery>;
|
|
9009
|
+
};
|
|
8804
9010
|
export declare type CompassScorecardAppliedToComponentsFieldFilter = {
|
|
8805
9011
|
definition: Scalars['ID']['input'];
|
|
8806
9012
|
in: Array<CompassFieldValueInput>;
|
|
@@ -8878,6 +9084,13 @@ export declare type CompassScorecardCriteria = {
|
|
|
8878
9084
|
export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
8879
9085
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
8880
9086
|
};
|
|
9087
|
+
export declare type CompassScorecardCriteriaMaturityScore = {
|
|
9088
|
+
__typename?: 'CompassScorecardCriteriaMaturityScore';
|
|
9089
|
+
dataSourceLastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
9090
|
+
explanation?: Maybe<Scalars['String']['output']>;
|
|
9091
|
+
metadata?: Maybe<CompassScorecardCriterionScoreMetadata>;
|
|
9092
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
9093
|
+
};
|
|
8881
9094
|
export declare type CompassScorecardCriteriaScore = {
|
|
8882
9095
|
__typename?: 'CompassScorecardCriteriaScore';
|
|
8883
9096
|
dataSourceLastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -9139,6 +9352,7 @@ export declare type CompassScorecardDeactivatedComponentsConnection = {
|
|
|
9139
9352
|
export declare type CompassScorecardDeactivatedComponentsEdge = {
|
|
9140
9353
|
__typename?: 'CompassScorecardDeactivatedComponentsEdge';
|
|
9141
9354
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
9355
|
+
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
9142
9356
|
cursor: Scalars['String']['output'];
|
|
9143
9357
|
deactivatedBy?: Maybe<User>;
|
|
9144
9358
|
deactivatedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -9148,6 +9362,9 @@ export declare type CompassScorecardDeactivatedComponentsEdge = {
|
|
|
9148
9362
|
export declare type CompassScorecardDeactivatedComponentsEdgeActiveIssuesArgs = {
|
|
9149
9363
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
9150
9364
|
};
|
|
9365
|
+
export declare type CompassScorecardDeactivatedComponentsEdgeActiveWorkItemsArgs = {
|
|
9366
|
+
query?: InputMaybe<CompassComponentScorecardWorkItemsQuery>;
|
|
9367
|
+
};
|
|
9151
9368
|
export declare type CompassScorecardDeactivatedComponentsQuery = {
|
|
9152
9369
|
filter?: InputMaybe<CompassScorecardDeactivatedComponentsQueryFilter>;
|
|
9153
9370
|
sort?: InputMaybe<CompassScorecardDeactivatedComponentsQuerySort>;
|
|
@@ -9187,6 +9404,28 @@ export declare type CompassScorecardManualApplicationModel = CompassScorecardApp
|
|
|
9187
9404
|
__typename?: 'CompassScorecardManualApplicationModel';
|
|
9188
9405
|
applicationType: Scalars['String']['output'];
|
|
9189
9406
|
};
|
|
9407
|
+
export declare type CompassScorecardMaturityGroupCriteriaScores = {
|
|
9408
|
+
__typename?: 'CompassScorecardMaturityGroupCriteriaScores';
|
|
9409
|
+
criteriaScores?: Maybe<Array<CompassScorecardCriteriaMaturityScore>>;
|
|
9410
|
+
maturityGroup?: Maybe<CompassScorecardMaturityLevel>;
|
|
9411
|
+
passingCount?: Maybe<Scalars['Int']['output']>;
|
|
9412
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
9413
|
+
};
|
|
9414
|
+
export declare type CompassScorecardMaturityLevel = {
|
|
9415
|
+
__typename?: 'CompassScorecardMaturityLevel';
|
|
9416
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
9417
|
+
id: Scalars['ID']['output'];
|
|
9418
|
+
};
|
|
9419
|
+
export declare type CompassScorecardMaturityLevelAwarded = {
|
|
9420
|
+
__typename?: 'CompassScorecardMaturityLevelAwarded';
|
|
9421
|
+
maturityGroupCriteriaScores?: Maybe<Array<CompassScorecardMaturityGroupCriteriaScores>>;
|
|
9422
|
+
maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
|
|
9423
|
+
maturityLevelDuration?: Maybe<CompassScorecardMaturityLevelDuration>;
|
|
9424
|
+
};
|
|
9425
|
+
export declare type CompassScorecardMaturityLevelDuration = {
|
|
9426
|
+
__typename?: 'CompassScorecardMaturityLevelDuration';
|
|
9427
|
+
since?: Maybe<Scalars['DateTime']['output']>;
|
|
9428
|
+
};
|
|
9190
9429
|
export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
|
|
9191
9430
|
__typename?: 'CompassScorecardMetricCriterionScore';
|
|
9192
9431
|
criterionId: Scalars['ID']['output'];
|
|
@@ -9278,7 +9517,7 @@ export declare type CompassScorecardScorePoints = {
|
|
|
9278
9517
|
export declare type CompassScorecardScoreQuery = {
|
|
9279
9518
|
componentId: Scalars['ID']['input'];
|
|
9280
9519
|
};
|
|
9281
|
-
export declare type CompassScorecardScoreResult = CompassScorecardScore | QueryError;
|
|
9520
|
+
export declare type CompassScorecardScoreResult = CompassScorecardMaturityLevelAwarded | CompassScorecardScore | QueryError;
|
|
9282
9521
|
export declare type CompassScorecardScoreStatistic = {
|
|
9283
9522
|
__typename?: 'CompassScorecardScoreStatistic';
|
|
9284
9523
|
count: Scalars['Int']['output'];
|
|
@@ -9407,6 +9646,7 @@ export declare type CompassSearchPackagesEdge = {
|
|
|
9407
9646
|
node?: Maybe<CompassPackage>;
|
|
9408
9647
|
};
|
|
9409
9648
|
export declare type CompassSearchPackagesQuery = {
|
|
9649
|
+
packageManager?: InputMaybe<CompassPackageDependencyManagerOptions>;
|
|
9410
9650
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
9411
9651
|
};
|
|
9412
9652
|
export declare type CompassSearchTeamLabelsConnection = {
|
|
@@ -9576,6 +9816,16 @@ export declare type CompassTeamMetricSourceEdge = {
|
|
|
9576
9816
|
cursor: Scalars['String']['output'];
|
|
9577
9817
|
node?: Maybe<CompassTeamMetricSource>;
|
|
9578
9818
|
};
|
|
9819
|
+
export declare type CompassTopScorecardsQuery = {
|
|
9820
|
+
filter?: InputMaybe<CompassTopScorecardsQueryFilter>;
|
|
9821
|
+
sort?: InputMaybe<CompassTopScorecardsQuerySort>;
|
|
9822
|
+
};
|
|
9823
|
+
export declare type CompassTopScorecardsQueryFilter = {
|
|
9824
|
+
teams?: InputMaybe<CompassScorecardAppliedToComponentsOwnerFilter>;
|
|
9825
|
+
};
|
|
9826
|
+
export declare type CompassTopScorecardsQuerySort = {
|
|
9827
|
+
order?: InputMaybe<CompassScorecardQuerySortOrder>;
|
|
9828
|
+
};
|
|
9579
9829
|
export declare type CompassUnsetEntityPropertyInput = {
|
|
9580
9830
|
cloudId: Scalars['ID']['input'];
|
|
9581
9831
|
key: Scalars['String']['input'];
|
|
@@ -9603,6 +9853,7 @@ export declare type CompassUpdateAnnouncementPayload = Payload & {
|
|
|
9603
9853
|
export declare type CompassUpdateCampaignInput = {
|
|
9604
9854
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
9605
9855
|
dueDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
9856
|
+
filters?: InputMaybe<CompassGoalFiltersInput>;
|
|
9606
9857
|
goalId?: InputMaybe<Scalars['ID']['input']>;
|
|
9607
9858
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
9608
9859
|
startDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -9625,6 +9876,17 @@ export declare type CompassUpdateComponentScorecardJiraIssuePayload = Payload &
|
|
|
9625
9876
|
errors?: Maybe<Array<MutationError>>;
|
|
9626
9877
|
success: Scalars['Boolean']['output'];
|
|
9627
9878
|
};
|
|
9879
|
+
export declare type CompassUpdateComponentScorecardWorkItemInput = {
|
|
9880
|
+
componentId: Scalars['ID']['input'];
|
|
9881
|
+
isActive: Scalars['Boolean']['input'];
|
|
9882
|
+
scorecardId: Scalars['ID']['input'];
|
|
9883
|
+
workItemId: Scalars['ID']['input'];
|
|
9884
|
+
};
|
|
9885
|
+
export declare type CompassUpdateComponentScorecardWorkItemPayload = Payload & {
|
|
9886
|
+
__typename?: 'CompassUpdateComponentScorecardWorkItemPayload';
|
|
9887
|
+
errors?: Maybe<Array<MutationError>>;
|
|
9888
|
+
success: Scalars['Boolean']['output'];
|
|
9889
|
+
};
|
|
9628
9890
|
export declare type CompassUpdateCustomBooleanFieldDefinitionInput = {
|
|
9629
9891
|
componentTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
9630
9892
|
componentTypes?: InputMaybe<Array<CompassComponentType>>;
|
|
@@ -9990,6 +10252,18 @@ export declare type CompassWebhook = {
|
|
|
9990
10252
|
id: Scalars['ID']['output'];
|
|
9991
10253
|
url: Scalars['String']['output'];
|
|
9992
10254
|
};
|
|
10255
|
+
export declare type CompassWorkItem = {
|
|
10256
|
+
__typename?: 'CompassWorkItem';
|
|
10257
|
+
changeMetadata: CompassChangeMetadata;
|
|
10258
|
+
id: Scalars['ID']['output'];
|
|
10259
|
+
url: Scalars['URL']['output'];
|
|
10260
|
+
workItemId?: Maybe<Scalars['ID']['output']>;
|
|
10261
|
+
};
|
|
10262
|
+
export declare type CompassWorkItemEdge = {
|
|
10263
|
+
cursor: Scalars['String']['output'];
|
|
10264
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
10265
|
+
node?: Maybe<CompassWorkItem>;
|
|
10266
|
+
};
|
|
9993
10267
|
export declare type CompatibleAtlassianCloudProduct = CompatibleAtlassianProduct & {
|
|
9994
10268
|
__typename?: 'CompatibleAtlassianCloudProduct';
|
|
9995
10269
|
atlassianProduct?: Maybe<MarketplaceSupportedAtlassianProduct>;
|
|
@@ -19934,6 +20208,35 @@ export declare type ConvertPageToLiveEditValidationResult = {
|
|
|
19934
20208
|
isValid: Scalars['Boolean']['output'];
|
|
19935
20209
|
message?: Maybe<Scalars['String']['output']>;
|
|
19936
20210
|
};
|
|
20211
|
+
export declare type ConvoAiJiraSimilarWorkItemSuggestion = {
|
|
20212
|
+
__typename?: 'ConvoAiJiraSimilarWorkItemSuggestion';
|
|
20213
|
+
id: Scalars['ID']['output'];
|
|
20214
|
+
similarityScore: Scalars['Float']['output'];
|
|
20215
|
+
workItem?: Maybe<JiraIssue>;
|
|
20216
|
+
};
|
|
20217
|
+
export declare type ConvoAiJiraSimilarWorkItemsConnection = {
|
|
20218
|
+
__typename?: 'ConvoAiJiraSimilarWorkItemsConnection';
|
|
20219
|
+
edges?: Maybe<Array<ConvoAiJiraSimilarWorkItemsEdge>>;
|
|
20220
|
+
errors?: Maybe<Array<QueryError>>;
|
|
20221
|
+
pageInfo: PageInfo;
|
|
20222
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
20223
|
+
};
|
|
20224
|
+
export declare type ConvoAiJiraSimilarWorkItemsEdge = {
|
|
20225
|
+
__typename?: 'ConvoAiJiraSimilarWorkItemsEdge';
|
|
20226
|
+
cursor: Scalars['String']['output'];
|
|
20227
|
+
node?: Maybe<ConvoAiJiraSimilarWorkItemSuggestion>;
|
|
20228
|
+
};
|
|
20229
|
+
export declare type ConvoAiJiraSimilarWorkItemsInput = {
|
|
20230
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
20231
|
+
excludeWorkItemIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
20232
|
+
projectId: Scalars['String']['input'];
|
|
20233
|
+
similarityConfig?: InputMaybe<ConvoAiJiraSimilarWorkItemsSimilarityConfig>;
|
|
20234
|
+
summary: Scalars['String']['input'];
|
|
20235
|
+
workItemId?: InputMaybe<Scalars['String']['input']>;
|
|
20236
|
+
};
|
|
20237
|
+
export declare type ConvoAiJiraSimilarWorkItemsSimilarityConfig = {
|
|
20238
|
+
minimumSimScore?: InputMaybe<Scalars['Float']['input']>;
|
|
20239
|
+
};
|
|
19937
20240
|
export declare type CopyPolarisInsightsContainerInput = {
|
|
19938
20241
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
19939
20242
|
project: Scalars['ID']['input'];
|
|
@@ -20213,6 +20516,7 @@ export declare type CreateCompassHasMetricValueCriteriaInput = {
|
|
|
20213
20516
|
comparator: CompassCriteriaNumberComparatorOptions;
|
|
20214
20517
|
comparatorValue?: InputMaybe<Scalars['Float']['input']>;
|
|
20215
20518
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
20519
|
+
graduatedSeriesComparators?: InputMaybe<Array<CompassCriteriaGraduatedSeriesInput>>;
|
|
20216
20520
|
metricDefinitionId: Scalars['ID']['input'];
|
|
20217
20521
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
20218
20522
|
scoringStrategyRules?: InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput>;
|
|
@@ -20938,6 +21242,7 @@ export declare type CsmAiUpdateHandoffConfigPayload = Payload & {
|
|
|
20938
21242
|
__typename?: 'CsmAiUpdateHandoffConfigPayload';
|
|
20939
21243
|
errors?: Maybe<Array<MutationError>>;
|
|
20940
21244
|
handoffConfig?: Maybe<CsmAiHandoffConfig>;
|
|
21245
|
+
handoffConfigs?: Maybe<Array<CsmAiHandoffConfig>>;
|
|
20941
21246
|
success: Scalars['Boolean']['output'];
|
|
20942
21247
|
};
|
|
20943
21248
|
export declare type CumulativeFlowDiagram = {
|
|
@@ -22012,6 +22317,7 @@ export declare type CustomerServiceTemplateForm = Node & {
|
|
|
22012
22317
|
helpCenter?: Maybe<HelpCenterQueryResult>;
|
|
22013
22318
|
helpCenterId: Scalars['ID']['output'];
|
|
22014
22319
|
id: Scalars['ID']['output'];
|
|
22320
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
22015
22321
|
name?: Maybe<Scalars['String']['output']>;
|
|
22016
22322
|
};
|
|
22017
22323
|
export declare type CustomerServiceTemplateFormConnection = {
|
|
@@ -22735,6 +23041,12 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
22735
23041
|
repoUrls?: InputMaybe<Array<Scalars['URL']['input']>>;
|
|
22736
23042
|
workspaceId: Scalars['ID']['input'];
|
|
22737
23043
|
};
|
|
23044
|
+
export declare type DevAiArchivedTechnicalPlannerJobPayload = Payload & {
|
|
23045
|
+
__typename?: 'DevAiArchivedTechnicalPlannerJobPayload';
|
|
23046
|
+
errors?: Maybe<Array<MutationError>>;
|
|
23047
|
+
jobId?: Maybe<Scalars['ID']['output']>;
|
|
23048
|
+
success: Scalars['Boolean']['output'];
|
|
23049
|
+
};
|
|
22738
23050
|
export declare type DevAiAutodevContinueJobWithPromptPayload = Payload & {
|
|
22739
23051
|
__typename?: 'DevAiAutodevContinueJobWithPromptPayload';
|
|
22740
23052
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -22961,6 +23273,7 @@ export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
|
22961
23273
|
export declare type DevAiFlowPipeline = {
|
|
22962
23274
|
__typename?: 'DevAiFlowPipeline';
|
|
22963
23275
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23276
|
+
debugUrl?: Maybe<Scalars['String']['output']>;
|
|
22964
23277
|
id: Scalars['ID']['output'];
|
|
22965
23278
|
serverSecret?: Maybe<Scalars['String']['output']>;
|
|
22966
23279
|
sessionARI: Scalars['ID']['output'];
|
|
@@ -23032,6 +23345,7 @@ export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
|
23032
23345
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
23033
23346
|
issue?: Maybe<JiraIssue>;
|
|
23034
23347
|
issueId?: Maybe<Scalars['ID']['output']>;
|
|
23348
|
+
jobAri?: Maybe<Scalars['ID']['output']>;
|
|
23035
23349
|
};
|
|
23036
23350
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
23037
23351
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
@@ -23206,9 +23520,17 @@ export declare enum DevAiSupportedRepoFilterOption {
|
|
|
23206
23520
|
DisabledOnly = "DISABLED_ONLY",
|
|
23207
23521
|
EnabledOnly = "ENABLED_ONLY"
|
|
23208
23522
|
}
|
|
23523
|
+
export declare type DevAiTechnicalPlannerFileCounts = {
|
|
23524
|
+
__typename?: 'DevAiTechnicalPlannerFileCounts';
|
|
23525
|
+
addedCount: Scalars['Int']['output'];
|
|
23526
|
+
deletedCount: Scalars['Int']['output'];
|
|
23527
|
+
modifiedCount: Scalars['Int']['output'];
|
|
23528
|
+
};
|
|
23209
23529
|
export declare type DevAiTechnicalPlannerJob = {
|
|
23210
23530
|
__typename?: 'DevAiTechnicalPlannerJob';
|
|
23531
|
+
createdAt: Scalars['String']['output'];
|
|
23211
23532
|
error?: Maybe<DevAiWorkflowRunError>;
|
|
23533
|
+
fileCounts?: Maybe<DevAiTechnicalPlannerFileCounts>;
|
|
23212
23534
|
id: Scalars['ID']['output'];
|
|
23213
23535
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
23214
23536
|
planAdf?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -23259,6 +23581,13 @@ export declare enum DevAiWorkflowRunStatus {
|
|
|
23259
23581
|
InProgress = "IN_PROGRESS",
|
|
23260
23582
|
Pending = "PENDING"
|
|
23261
23583
|
}
|
|
23584
|
+
export declare type DevAiWorkspace = {
|
|
23585
|
+
__typename?: 'DevAiWorkspace';
|
|
23586
|
+
cloudId?: Maybe<Scalars['ID']['output']>;
|
|
23587
|
+
origin?: Maybe<Scalars['String']['output']>;
|
|
23588
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
23589
|
+
workspaceAri: Scalars['ID']['output'];
|
|
23590
|
+
};
|
|
23262
23591
|
export declare type DevOps = {
|
|
23263
23592
|
__typename?: 'DevOps';
|
|
23264
23593
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -24942,6 +25271,7 @@ export declare type EcosystemMutation = {
|
|
|
24942
25271
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
24943
25272
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
24944
25273
|
publishAppClientEvent?: Maybe<EcosystemPublishEventBody>;
|
|
25274
|
+
publishRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
|
|
24945
25275
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
24946
25276
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
24947
25277
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
@@ -24986,6 +25316,12 @@ export declare type EcosystemMutationPublishAppClientEventArgs = {
|
|
|
24986
25316
|
eventName?: InputMaybe<Scalars['String']['input']>;
|
|
24987
25317
|
payload: Scalars['String']['input'];
|
|
24988
25318
|
};
|
|
25319
|
+
export declare type EcosystemMutationPublishRealtimeChannelArgs = {
|
|
25320
|
+
context?: InputMaybe<Scalars['String']['input']>;
|
|
25321
|
+
installationId: Scalars['ID']['input'];
|
|
25322
|
+
name: Scalars['String']['input'];
|
|
25323
|
+
payload: Scalars['String']['input'];
|
|
25324
|
+
};
|
|
24989
25325
|
export declare type EcosystemMutationRemoveAppContributorsArgs = {
|
|
24990
25326
|
input: RemoveAppContributorsInput;
|
|
24991
25327
|
};
|
|
@@ -25137,6 +25473,15 @@ export declare type EcosystemQueryUserGrantsArgs = {
|
|
|
25137
25473
|
export declare type EcosystemQueryUserInstallationRulesArgs = {
|
|
25138
25474
|
cloudId: Scalars['ID']['input'];
|
|
25139
25475
|
};
|
|
25476
|
+
export declare type EcosystemRealtimePublishBody = {
|
|
25477
|
+
__typename?: 'EcosystemRealtimePublishBody';
|
|
25478
|
+
eventId?: Maybe<Scalars['String']['output']>;
|
|
25479
|
+
eventTimestamp?: Maybe<Scalars['Int']['output']>;
|
|
25480
|
+
};
|
|
25481
|
+
export declare type EcosystemRealtimeSubscriptionBody = {
|
|
25482
|
+
__typename?: 'EcosystemRealtimeSubscriptionBody';
|
|
25483
|
+
payload?: Maybe<Scalars['String']['output']>;
|
|
25484
|
+
};
|
|
25140
25485
|
export declare enum EcosystemRequiredProduct {
|
|
25141
25486
|
Compass = "COMPASS",
|
|
25142
25487
|
Confluence = "CONFLUENCE",
|
|
@@ -25145,6 +25490,7 @@ export declare enum EcosystemRequiredProduct {
|
|
|
25145
25490
|
export declare type EcosystemSubscription = {
|
|
25146
25491
|
__typename?: 'EcosystemSubscription';
|
|
25147
25492
|
onAppClientEvent?: Maybe<EcosystemOnEventBody>;
|
|
25493
|
+
realtimeChannel?: Maybe<EcosystemRealtimeSubscriptionBody>;
|
|
25148
25494
|
};
|
|
25149
25495
|
export declare type EcosystemSubscriptionOnAppClientEventArgs = {
|
|
25150
25496
|
appId: Scalars['ID']['input'];
|
|
@@ -25152,6 +25498,11 @@ export declare type EcosystemSubscriptionOnAppClientEventArgs = {
|
|
|
25152
25498
|
contextAri: Scalars['ID']['input'];
|
|
25153
25499
|
eventName?: InputMaybe<Scalars['String']['input']>;
|
|
25154
25500
|
};
|
|
25501
|
+
export declare type EcosystemSubscriptionRealtimeChannelArgs = {
|
|
25502
|
+
context?: InputMaybe<Scalars['String']['input']>;
|
|
25503
|
+
installationId: Scalars['ID']['input'];
|
|
25504
|
+
name: Scalars['String']['input'];
|
|
25505
|
+
};
|
|
25155
25506
|
export declare type EcosystemUpdateAppOAuthClientResult = Payload & {
|
|
25156
25507
|
__typename?: 'EcosystemUpdateAppOAuthClientResult';
|
|
25157
25508
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -25906,6 +26257,7 @@ export declare type ExternalDeal = Node & {
|
|
|
25906
26257
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
25907
26258
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25908
26259
|
url?: Maybe<Scalars['String']['output']>;
|
|
26260
|
+
userContributors?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
25909
26261
|
};
|
|
25910
26262
|
export declare type ExternalDealLastActivity = {
|
|
25911
26263
|
__typename?: 'ExternalDealLastActivity';
|
|
@@ -31794,6 +32146,8 @@ export declare type GraphStore = {
|
|
|
31794
32146
|
deploymentAssociatedRepoInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection>;
|
|
31795
32147
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
31796
32148
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
32149
|
+
entityHasTopicInferredEntity?: Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityConnection>;
|
|
32150
|
+
entityHasTopicInferredEntityInverse?: Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityInverseConnection>;
|
|
31797
32151
|
entityIsRelatedToEntity?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityConnection>;
|
|
31798
32152
|
entityIsRelatedToEntityInverse?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection>;
|
|
31799
32153
|
externalOrgHasExternalPosition?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalPositionConnection>;
|
|
@@ -32243,6 +32597,8 @@ export declare type GraphStore = {
|
|
|
32243
32597
|
userCreatedConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection>;
|
|
32244
32598
|
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
32245
32599
|
userCreatedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection>;
|
|
32600
|
+
userCreatedConfluenceEmbed?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedConnection>;
|
|
32601
|
+
userCreatedConfluenceEmbedInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseConnection>;
|
|
32246
32602
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
32247
32603
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
32248
32604
|
userCreatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceConnection>;
|
|
@@ -32321,6 +32677,8 @@ export declare type GraphStore = {
|
|
|
32321
32677
|
userOwnsFocusAreaInverse?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection>;
|
|
32322
32678
|
userOwnsPage?: Maybe<GraphStoreSimplifiedUserOwnsPageConnection>;
|
|
32323
32679
|
userOwnsPageInverse?: Maybe<GraphStoreSimplifiedUserOwnsPageInverseConnection>;
|
|
32680
|
+
userReactionVideo?: Maybe<GraphStoreSimplifiedUserReactionVideoConnection>;
|
|
32681
|
+
userReactionVideoInverse?: Maybe<GraphStoreSimplifiedUserReactionVideoInverseConnection>;
|
|
32324
32682
|
userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
|
|
32325
32683
|
userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
|
|
32326
32684
|
userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
|
|
@@ -33158,6 +33516,20 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
33158
33516
|
id: Scalars['ID']['input'];
|
|
33159
33517
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
33160
33518
|
};
|
|
33519
|
+
export declare type GraphStoreEntityHasTopicInferredEntityArgs = {
|
|
33520
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33521
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33522
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33523
|
+
id: Scalars['ID']['input'];
|
|
33524
|
+
sort?: InputMaybe<GraphStoreEntityHasTopicInferredEntitySortInput>;
|
|
33525
|
+
};
|
|
33526
|
+
export declare type GraphStoreEntityHasTopicInferredEntityInverseArgs = {
|
|
33527
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33528
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33529
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33530
|
+
id: Scalars['ID']['input'];
|
|
33531
|
+
sort?: InputMaybe<GraphStoreEntityHasTopicInferredEntitySortInput>;
|
|
33532
|
+
};
|
|
33161
33533
|
export declare type GraphStoreEntityIsRelatedToEntityArgs = {
|
|
33162
33534
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33163
33535
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36116,6 +36488,20 @@ export declare type GraphStoreUserCreatedConfluenceDatabaseInverseArgs = {
|
|
|
36116
36488
|
id: Scalars['ID']['input'];
|
|
36117
36489
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceDatabaseSortInput>;
|
|
36118
36490
|
};
|
|
36491
|
+
export declare type GraphStoreUserCreatedConfluenceEmbedArgs = {
|
|
36492
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36493
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36494
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36495
|
+
id: Scalars['ID']['input'];
|
|
36496
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceEmbedSortInput>;
|
|
36497
|
+
};
|
|
36498
|
+
export declare type GraphStoreUserCreatedConfluenceEmbedInverseArgs = {
|
|
36499
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36500
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36501
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36502
|
+
id: Scalars['ID']['input'];
|
|
36503
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceEmbedSortInput>;
|
|
36504
|
+
};
|
|
36119
36505
|
export declare type GraphStoreUserCreatedConfluencePageArgs = {
|
|
36120
36506
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36121
36507
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36666,6 +37052,20 @@ export declare type GraphStoreUserOwnsPageInverseArgs = {
|
|
|
36666
37052
|
id: Scalars['ID']['input'];
|
|
36667
37053
|
sort?: InputMaybe<GraphStoreUserOwnsPageSortInput>;
|
|
36668
37054
|
};
|
|
37055
|
+
export declare type GraphStoreUserReactionVideoArgs = {
|
|
37056
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37057
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37058
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37059
|
+
id: Scalars['ID']['input'];
|
|
37060
|
+
sort?: InputMaybe<GraphStoreUserReactionVideoSortInput>;
|
|
37061
|
+
};
|
|
37062
|
+
export declare type GraphStoreUserReactionVideoInverseArgs = {
|
|
37063
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37064
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37065
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37066
|
+
id: Scalars['ID']['input'];
|
|
37067
|
+
sort?: InputMaybe<GraphStoreUserReactionVideoSortInput>;
|
|
37068
|
+
};
|
|
36669
37069
|
export declare type GraphStoreUserReportedIncidentArgs = {
|
|
36670
37070
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36671
37071
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -37727,7 +38127,7 @@ export declare type GraphStoreBatchContentReferencedEntityStartNode = {
|
|
|
37727
38127
|
data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
|
|
37728
38128
|
id: Scalars['ID']['output'];
|
|
37729
38129
|
};
|
|
37730
|
-
export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
38130
|
+
export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraServiceManagementComment;
|
|
37731
38131
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
37732
38132
|
__typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectConnection';
|
|
37733
38133
|
edges: Array<Maybe<GraphStoreBatchFocusAreaAssociatedToProjectEdge>>;
|
|
@@ -38838,10 +39238,14 @@ export declare type GraphStoreCreateTeamConnectedToContainerPayload = Payload &
|
|
|
38838
39238
|
};
|
|
38839
39239
|
export declare type GraphStoreCreateTeamConnectedToContainerRelationshipInput = {
|
|
38840
39240
|
from: Scalars['ID']['input'];
|
|
39241
|
+
relationshipMetadata?: InputMaybe<GraphStoreCreateTeamConnectedToContainerRelationshipMetadataInput>;
|
|
38841
39242
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
38842
39243
|
to: Scalars['ID']['input'];
|
|
38843
39244
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
38844
39245
|
};
|
|
39246
|
+
export declare type GraphStoreCreateTeamConnectedToContainerRelationshipMetadataInput = {
|
|
39247
|
+
createdFromAutocreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39248
|
+
};
|
|
38845
39249
|
export declare type GraphStoreCreateTestPerfhammerRelationshipInput = {
|
|
38846
39250
|
relationships: Array<GraphStoreCreateTestPerfhammerRelationshipRelationshipInput>;
|
|
38847
39251
|
};
|
|
@@ -38973,7 +39377,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
38973
39377
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
38974
39378
|
id: Scalars['ID']['output'];
|
|
38975
39379
|
};
|
|
38976
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39380
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
38977
39381
|
export declare type GraphStoreCypherQueryIntObject = {
|
|
38978
39382
|
__typename?: 'GraphStoreCypherQueryIntObject';
|
|
38979
39383
|
value: Scalars['Int']['output'];
|
|
@@ -39000,7 +39404,7 @@ export declare type GraphStoreCypherQueryResultRowItem = {
|
|
|
39000
39404
|
__typename?: 'GraphStoreCypherQueryResultRowItem';
|
|
39001
39405
|
key: Scalars['String']['output'];
|
|
39002
39406
|
value: Array<GraphStoreCypherQueryValueNode>;
|
|
39003
|
-
valueUnion
|
|
39407
|
+
valueUnion?: Maybe<GraphStoreCypherQueryResultRowItemValueUnion>;
|
|
39004
39408
|
};
|
|
39005
39409
|
export declare type GraphStoreCypherQueryResultRowItemValueUnion = GraphStoreCypherQueryBooleanObject | GraphStoreCypherQueryFloatObject | GraphStoreCypherQueryIntObject | GraphStoreCypherQueryResultNodeList | GraphStoreCypherQueryStringObject;
|
|
39006
39410
|
export declare type GraphStoreCypherQueryRowItemNode = {
|
|
@@ -39008,7 +39412,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
39008
39412
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
39009
39413
|
id: Scalars['ID']['output'];
|
|
39010
39414
|
};
|
|
39011
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39415
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39012
39416
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
39013
39417
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
39014
39418
|
value: Scalars['String']['output'];
|
|
@@ -39018,13 +39422,13 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
39018
39422
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
39019
39423
|
id: Scalars['ID']['output'];
|
|
39020
39424
|
};
|
|
39021
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39425
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39022
39426
|
export declare type GraphStoreCypherQueryV2AriNode = {
|
|
39023
39427
|
__typename?: 'GraphStoreCypherQueryV2AriNode';
|
|
39024
39428
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
39025
39429
|
id: Scalars['ID']['output'];
|
|
39026
39430
|
};
|
|
39027
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39431
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39028
39432
|
export declare type GraphStoreCypherQueryV2BooleanObject = {
|
|
39029
39433
|
__typename?: 'GraphStoreCypherQueryV2BooleanObject';
|
|
39030
39434
|
value: Scalars['Boolean']['output'];
|
|
@@ -39032,7 +39436,7 @@ export declare type GraphStoreCypherQueryV2BooleanObject = {
|
|
|
39032
39436
|
export declare type GraphStoreCypherQueryV2Column = {
|
|
39033
39437
|
__typename?: 'GraphStoreCypherQueryV2Column';
|
|
39034
39438
|
key: Scalars['String']['output'];
|
|
39035
|
-
value
|
|
39439
|
+
value?: Maybe<GraphStoreCypherQueryV2ResultRowItemValueUnion>;
|
|
39036
39440
|
};
|
|
39037
39441
|
export declare type GraphStoreCypherQueryV2Connection = {
|
|
39038
39442
|
__typename?: 'GraphStoreCypherQueryV2Connection';
|
|
@@ -39069,7 +39473,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
39069
39473
|
V2 = "V2",
|
|
39070
39474
|
V3 = "V3"
|
|
39071
39475
|
}
|
|
39072
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39476
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | SpfDependency | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
39073
39477
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
39074
39478
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
39075
39479
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -39426,6 +39830,9 @@ export declare type GraphStoreDeploymentAssociatedRepoSortInput = {
|
|
|
39426
39830
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
39427
39831
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39428
39832
|
};
|
|
39833
|
+
export declare type GraphStoreEntityHasTopicInferredEntitySortInput = {
|
|
39834
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39835
|
+
};
|
|
39429
39836
|
export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
|
|
39430
39837
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39431
39838
|
};
|
|
@@ -39762,7 +40169,7 @@ export declare type GraphStoreFullContentReferencedEntityStartNode = {
|
|
|
39762
40169
|
data?: Maybe<GraphStoreFullContentReferencedEntityStartUnion>;
|
|
39763
40170
|
id: Scalars['ID']['output'];
|
|
39764
40171
|
};
|
|
39765
|
-
export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
40172
|
+
export declare type GraphStoreFullContentReferencedEntityStartUnion = ConfluenceBlogPost | ConfluencePage | DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraServiceManagementComment;
|
|
39766
40173
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
39767
40174
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewConnection';
|
|
39768
40175
|
edges: Array<Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -45296,7 +45703,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
45296
45703
|
lastUpdated: Scalars['DateTime']['output'];
|
|
45297
45704
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
45298
45705
|
};
|
|
45299
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
45706
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluenceBlogPost | ConfluencePage | DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraServiceManagementComment;
|
|
45300
45707
|
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
45301
45708
|
export declare type GraphStoreSimplifiedConversationHasMessageConnection = HasPageInfo & {
|
|
45302
45709
|
__typename?: 'GraphStoreSimplifiedConversationHasMessageConnection';
|
|
@@ -45410,6 +45817,34 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
45410
45817
|
};
|
|
45411
45818
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
45412
45819
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
45820
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityConnection = HasPageInfo & {
|
|
45821
|
+
__typename?: 'GraphStoreSimplifiedEntityHasTopicInferredEntityConnection';
|
|
45822
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityEdge>>>;
|
|
45823
|
+
pageInfo: PageInfo;
|
|
45824
|
+
};
|
|
45825
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityEdge = {
|
|
45826
|
+
__typename?: 'GraphStoreSimplifiedEntityHasTopicInferredEntityEdge';
|
|
45827
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45828
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45829
|
+
id: Scalars['ID']['output'];
|
|
45830
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45831
|
+
node?: Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityUnion>;
|
|
45832
|
+
};
|
|
45833
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityInverseConnection = HasPageInfo & {
|
|
45834
|
+
__typename?: 'GraphStoreSimplifiedEntityHasTopicInferredEntityInverseConnection';
|
|
45835
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityInverseEdge>>>;
|
|
45836
|
+
pageInfo: PageInfo;
|
|
45837
|
+
};
|
|
45838
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityInverseEdge = {
|
|
45839
|
+
__typename?: 'GraphStoreSimplifiedEntityHasTopicInferredEntityInverseEdge';
|
|
45840
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45841
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45842
|
+
id: Scalars['ID']['output'];
|
|
45843
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45844
|
+
node?: Maybe<GraphStoreSimplifiedEntityHasTopicInferredEntityInverseUnion>;
|
|
45845
|
+
};
|
|
45846
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityInverseUnion = ConfluencePage;
|
|
45847
|
+
export declare type GraphStoreSimplifiedEntityHasTopicInferredEntityUnion = ConfluenceBlogPost | ConfluencePage;
|
|
45413
45848
|
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityConnection = HasPageInfo & {
|
|
45414
45849
|
__typename?: 'GraphStoreSimplifiedEntityIsRelatedToEntityConnection';
|
|
45415
45850
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityEdge>>>;
|
|
@@ -49726,6 +50161,34 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseEdge
|
|
|
49726
50161
|
};
|
|
49727
50162
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
49728
50163
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
50164
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedConnection = HasPageInfo & {
|
|
50165
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceEmbedConnection';
|
|
50166
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedEdge>>>;
|
|
50167
|
+
pageInfo: PageInfo;
|
|
50168
|
+
};
|
|
50169
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedEdge = {
|
|
50170
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceEmbedEdge';
|
|
50171
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50172
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50173
|
+
id: Scalars['ID']['output'];
|
|
50174
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50175
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedUnion>;
|
|
50176
|
+
};
|
|
50177
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseConnection = HasPageInfo & {
|
|
50178
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseConnection';
|
|
50179
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseEdge>>>;
|
|
50180
|
+
pageInfo: PageInfo;
|
|
50181
|
+
};
|
|
50182
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseEdge = {
|
|
50183
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseEdge';
|
|
50184
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50185
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50186
|
+
id: Scalars['ID']['output'];
|
|
50187
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50188
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseUnion>;
|
|
50189
|
+
};
|
|
50190
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
50191
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceEmbedUnion = ConfluenceEmbed;
|
|
49729
50192
|
export declare type GraphStoreSimplifiedUserCreatedConfluencePageConnection = HasPageInfo & {
|
|
49730
50193
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluencePageConnection';
|
|
49731
50194
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluencePageEdge>>>;
|
|
@@ -50830,6 +51293,34 @@ export declare type GraphStoreSimplifiedUserOwnsPageInverseEdge = {
|
|
|
50830
51293
|
};
|
|
50831
51294
|
export declare type GraphStoreSimplifiedUserOwnsPageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
50832
51295
|
export declare type GraphStoreSimplifiedUserOwnsPageUnion = ConfluencePage;
|
|
51296
|
+
export declare type GraphStoreSimplifiedUserReactionVideoConnection = HasPageInfo & {
|
|
51297
|
+
__typename?: 'GraphStoreSimplifiedUserReactionVideoConnection';
|
|
51298
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReactionVideoEdge>>>;
|
|
51299
|
+
pageInfo: PageInfo;
|
|
51300
|
+
};
|
|
51301
|
+
export declare type GraphStoreSimplifiedUserReactionVideoEdge = {
|
|
51302
|
+
__typename?: 'GraphStoreSimplifiedUserReactionVideoEdge';
|
|
51303
|
+
createdAt: Scalars['DateTime']['output'];
|
|
51304
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
51305
|
+
id: Scalars['ID']['output'];
|
|
51306
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
51307
|
+
node?: Maybe<GraphStoreSimplifiedUserReactionVideoUnion>;
|
|
51308
|
+
};
|
|
51309
|
+
export declare type GraphStoreSimplifiedUserReactionVideoInverseConnection = HasPageInfo & {
|
|
51310
|
+
__typename?: 'GraphStoreSimplifiedUserReactionVideoInverseConnection';
|
|
51311
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReactionVideoInverseEdge>>>;
|
|
51312
|
+
pageInfo: PageInfo;
|
|
51313
|
+
};
|
|
51314
|
+
export declare type GraphStoreSimplifiedUserReactionVideoInverseEdge = {
|
|
51315
|
+
__typename?: 'GraphStoreSimplifiedUserReactionVideoInverseEdge';
|
|
51316
|
+
createdAt: Scalars['DateTime']['output'];
|
|
51317
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
51318
|
+
id: Scalars['ID']['output'];
|
|
51319
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
51320
|
+
node?: Maybe<GraphStoreSimplifiedUserReactionVideoInverseUnion>;
|
|
51321
|
+
};
|
|
51322
|
+
export declare type GraphStoreSimplifiedUserReactionVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
51323
|
+
export declare type GraphStoreSimplifiedUserReactionVideoUnion = LoomVideo;
|
|
50833
51324
|
export declare type GraphStoreSimplifiedUserReportedIncidentConnection = HasPageInfo & {
|
|
50834
51325
|
__typename?: 'GraphStoreSimplifiedUserReportedIncidentConnection';
|
|
50835
51326
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentEdge>>>;
|
|
@@ -52266,6 +52757,7 @@ export declare type GraphStoreTeamConnectedToContainerSortInput = {
|
|
|
52266
52757
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
52267
52758
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
52268
52759
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52760
|
+
relationship_createdFromAutocreate?: InputMaybe<GraphStoreSortInput>;
|
|
52269
52761
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
52270
52762
|
};
|
|
52271
52763
|
export declare type GraphStoreTeamOwnsComponentSortInput = {
|
|
@@ -52412,6 +52904,9 @@ export declare type GraphStoreUserCreatedConfluenceCommentSortInput = {
|
|
|
52412
52904
|
export declare type GraphStoreUserCreatedConfluenceDatabaseSortInput = {
|
|
52413
52905
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52414
52906
|
};
|
|
52907
|
+
export declare type GraphStoreUserCreatedConfluenceEmbedSortInput = {
|
|
52908
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52909
|
+
};
|
|
52415
52910
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
52416
52911
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52417
52912
|
};
|
|
@@ -52562,6 +53057,9 @@ export declare type GraphStoreUserOwnsFocusAreaSortInput = {
|
|
|
52562
53057
|
export declare type GraphStoreUserOwnsPageSortInput = {
|
|
52563
53058
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52564
53059
|
};
|
|
53060
|
+
export declare type GraphStoreUserReactionVideoSortInput = {
|
|
53061
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
53062
|
+
};
|
|
52565
53063
|
export declare type GraphStoreUserReportedIncidentSortInput = {
|
|
52566
53064
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
52567
53065
|
};
|
|
@@ -53114,12 +53612,14 @@ export declare type GrowthUnifiedProfileProductDetails = {
|
|
|
53114
53612
|
d0Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
53115
53613
|
d1to6Active?: Maybe<Scalars['Boolean']['output']>;
|
|
53116
53614
|
d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
53615
|
+
firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
|
|
53117
53616
|
isTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
53118
53617
|
nbeRecommendation?: Maybe<GrowthUnifiedProfileProductNbe>;
|
|
53119
53618
|
productEdition?: Maybe<Scalars['String']['output']>;
|
|
53120
53619
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
53121
53620
|
productName?: Maybe<Scalars['String']['output']>;
|
|
53122
53621
|
provisionedAt?: Maybe<Scalars['String']['output']>;
|
|
53622
|
+
trialContext?: Maybe<GrowthUnifiedProfileTrialContext>;
|
|
53123
53623
|
};
|
|
53124
53624
|
export declare enum GrowthUnifiedProfileProductEdition {
|
|
53125
53625
|
Enterprise = "ENTERPRISE",
|
|
@@ -53179,6 +53679,21 @@ export declare enum GrowthUnifiedProfileTeamType {
|
|
|
53179
53679
|
SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
|
|
53180
53680
|
SoftwareEngineering = "SOFTWARE_ENGINEERING"
|
|
53181
53681
|
}
|
|
53682
|
+
export declare type GrowthUnifiedProfileTrialContext = {
|
|
53683
|
+
__typename?: 'GrowthUnifiedProfileTrialContext';
|
|
53684
|
+
paymentDetailsOnFile?: Maybe<Scalars['Boolean']['output']>;
|
|
53685
|
+
trialEndTimeStamp?: Maybe<Scalars['String']['output']>;
|
|
53686
|
+
trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
|
|
53687
|
+
trialType?: Maybe<GrowthUnifiedProfileTrialType>;
|
|
53688
|
+
};
|
|
53689
|
+
export declare enum GrowthUnifiedProfileTrialTrigger {
|
|
53690
|
+
EditionParity = "EDITION_PARITY",
|
|
53691
|
+
ReverseTrial = "REVERSE_TRIAL"
|
|
53692
|
+
}
|
|
53693
|
+
export declare enum GrowthUnifiedProfileTrialType {
|
|
53694
|
+
DirectTrial = "DIRECT_TRIAL",
|
|
53695
|
+
ReverseTrial = "REVERSE_TRIAL"
|
|
53696
|
+
}
|
|
53182
53697
|
export declare type GrowthUnifiedProfileUserActivityContext = {
|
|
53183
53698
|
__typename?: 'GrowthUnifiedProfileUserActivityContext';
|
|
53184
53699
|
sites?: Maybe<Array<Maybe<GrowthUnifiedProfileUserActivitySiteDetails>>>;
|
|
@@ -57336,8 +57851,14 @@ export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & {
|
|
|
57336
57851
|
__typename?: 'JiraBoardViewStatusColumn';
|
|
57337
57852
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
57338
57853
|
id: Scalars['ID']['output'];
|
|
57854
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
57339
57855
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
57340
57856
|
};
|
|
57857
|
+
export declare type JiraBoardViewStatusColumnMapping = {
|
|
57858
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
57859
|
+
name: Scalars['String']['input'];
|
|
57860
|
+
statusIds: Array<Scalars['ID']['input']>;
|
|
57861
|
+
};
|
|
57341
57862
|
export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
57342
57863
|
__typename?: 'JiraBoardViewSyntheticFieldCardOption';
|
|
57343
57864
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -58226,6 +58747,13 @@ export declare type JiraCmdbStatusType = {
|
|
|
58226
58747
|
name?: Maybe<Scalars['String']['output']>;
|
|
58227
58748
|
objectSchemaId?: Maybe<Scalars['String']['output']>;
|
|
58228
58749
|
};
|
|
58750
|
+
export declare enum JiraCollapsibleSection {
|
|
58751
|
+
Activity = "ACTIVITY",
|
|
58752
|
+
Attachments = "ATTACHMENTS",
|
|
58753
|
+
ChildWorkItem = "CHILD_WORK_ITEM",
|
|
58754
|
+
Description = "DESCRIPTION",
|
|
58755
|
+
LinkedWorkItem = "LINKED_WORK_ITEM"
|
|
58756
|
+
}
|
|
58229
58757
|
export declare type JiraColor = {
|
|
58230
58758
|
__typename?: 'JiraColor';
|
|
58231
58759
|
colorKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -58337,6 +58865,9 @@ export declare type JiraCommentSummaryField = JiraIssueField & JiraIssueFieldCon
|
|
|
58337
58865
|
name: Scalars['String']['output'];
|
|
58338
58866
|
type: Scalars['String']['output'];
|
|
58339
58867
|
};
|
|
58868
|
+
export declare enum JiraCommentThirdPartySource {
|
|
58869
|
+
Slack = "SLACK"
|
|
58870
|
+
}
|
|
58340
58871
|
export declare type JiraComponent = Node & {
|
|
58341
58872
|
__typename?: 'JiraComponent';
|
|
58342
58873
|
ari?: Maybe<Scalars['String']['output']>;
|
|
@@ -58959,6 +59490,7 @@ export declare type JiraCreateCustomBackgroundPayload = Payload & {
|
|
|
58959
59490
|
export declare type JiraCreateCustomFieldInput = {
|
|
58960
59491
|
cloudId: Scalars['ID']['input'];
|
|
58961
59492
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
59493
|
+
fieldFormatConfig?: InputMaybe<JiraFieldFormatConfigInput>;
|
|
58962
59494
|
name: Scalars['String']['input'];
|
|
58963
59495
|
options?: InputMaybe<Array<JiraCustomFieldOptionInput>>;
|
|
58964
59496
|
projectId: Scalars['String']['input'];
|
|
@@ -59142,6 +59674,7 @@ export declare type JiraCustomBackgroundEdge = {
|
|
|
59142
59674
|
node?: Maybe<JiraCustomBackground>;
|
|
59143
59675
|
};
|
|
59144
59676
|
export declare type JiraCustomFieldOptionInput = {
|
|
59677
|
+
color?: InputMaybe<JiraOptionColorInput>;
|
|
59145
59678
|
externalUuid?: InputMaybe<Scalars['String']['input']>;
|
|
59146
59679
|
optionId?: InputMaybe<Scalars['Long']['input']>;
|
|
59147
59680
|
parentExternalUuid?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -59491,6 +60024,16 @@ export declare type JiraDeleteFormattingRulePayload = Payload & {
|
|
|
59491
60024
|
errors?: Maybe<Array<MutationError>>;
|
|
59492
60025
|
success: Scalars['Boolean']['output'];
|
|
59493
60026
|
};
|
|
60027
|
+
export declare type JiraDeleteGlobalCustomFieldsInput = {
|
|
60028
|
+
fieldIds: Array<Scalars['String']['input']>;
|
|
60029
|
+
};
|
|
60030
|
+
export declare type JiraDeleteGlobalCustomFieldsPayload = Payload & {
|
|
60031
|
+
__typename?: 'JiraDeleteGlobalCustomFieldsPayload';
|
|
60032
|
+
errors?: Maybe<Array<MutationError>>;
|
|
60033
|
+
failedFieldIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
60034
|
+
success: Scalars['Boolean']['output'];
|
|
60035
|
+
tasks?: Maybe<Array<JiraFieldLongRunningTask>>;
|
|
60036
|
+
};
|
|
59494
60037
|
export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
59495
60038
|
__typename?: 'JiraDeleteIssueLinkPayload';
|
|
59496
60039
|
deletedIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
@@ -59701,6 +60244,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
59701
60244
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
59702
60245
|
repoUrl: Scalars['String']['input'];
|
|
59703
60246
|
sourceBranch?: InputMaybe<Scalars['String']['input']>;
|
|
60247
|
+
targetBranch?: InputMaybe<Scalars['String']['input']>;
|
|
59704
60248
|
};
|
|
59705
60249
|
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
59706
60250
|
issueAri: Scalars['ID']['input'];
|
|
@@ -60315,10 +60859,19 @@ export declare type JiraFieldEdge = {
|
|
|
60315
60859
|
node?: Maybe<JiraField>;
|
|
60316
60860
|
};
|
|
60317
60861
|
export declare type JiraFieldFormatConfig = JiraNumberFieldFormatConfig;
|
|
60862
|
+
export declare type JiraFieldFormatConfigInput = {
|
|
60863
|
+
jiraNumberFieldFormatConfigInput?: InputMaybe<JiraNumberFieldFormatConfigInput>;
|
|
60864
|
+
};
|
|
60318
60865
|
export declare type JiraFieldKeyValueInput = {
|
|
60319
60866
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
60320
60867
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
60321
60868
|
};
|
|
60869
|
+
export declare type JiraFieldLongRunningTask = {
|
|
60870
|
+
__typename?: 'JiraFieldLongRunningTask';
|
|
60871
|
+
fieldConfigId?: Maybe<Scalars['ID']['output']>;
|
|
60872
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
60873
|
+
task?: Maybe<JiraLongRunningTaskProgress>;
|
|
60874
|
+
};
|
|
60322
60875
|
export declare type JiraFieldNonEditableReason = {
|
|
60323
60876
|
__typename?: 'JiraFieldNonEditableReason';
|
|
60324
60877
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -60333,6 +60886,7 @@ export declare type JiraFieldOperation = {
|
|
|
60333
60886
|
};
|
|
60334
60887
|
export declare type JiraFieldOption = {
|
|
60335
60888
|
__typename?: 'JiraFieldOption';
|
|
60889
|
+
color?: Maybe<JiraColor>;
|
|
60336
60890
|
optionId?: Maybe<Scalars['Long']['output']>;
|
|
60337
60891
|
parentOptionId?: Maybe<Scalars['Long']['output']>;
|
|
60338
60892
|
value?: Maybe<Scalars['String']['output']>;
|
|
@@ -60355,6 +60909,22 @@ export declare enum JiraFieldOptionIdsFilterOperation {
|
|
|
60355
60909
|
Allow = "ALLOW",
|
|
60356
60910
|
Exclude = "EXCLUDE"
|
|
60357
60911
|
}
|
|
60912
|
+
export declare type JiraFieldSearcherTemplate = {
|
|
60913
|
+
__typename?: 'JiraFieldSearcherTemplate';
|
|
60914
|
+
displayName: Scalars['String']['output'];
|
|
60915
|
+
searcherKey?: Maybe<Scalars['String']['output']>;
|
|
60916
|
+
};
|
|
60917
|
+
export declare type JiraFieldSearcherTemplateConnection = {
|
|
60918
|
+
__typename?: 'JiraFieldSearcherTemplateConnection';
|
|
60919
|
+
edges?: Maybe<Array<Maybe<JiraFieldSearcherTemplateEdge>>>;
|
|
60920
|
+
pageInfo: PageInfo;
|
|
60921
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
60922
|
+
};
|
|
60923
|
+
export declare type JiraFieldSearcherTemplateEdge = {
|
|
60924
|
+
__typename?: 'JiraFieldSearcherTemplateEdge';
|
|
60925
|
+
cursor: Scalars['String']['output'];
|
|
60926
|
+
node?: Maybe<JiraFieldSearcherTemplate>;
|
|
60927
|
+
};
|
|
60358
60928
|
export declare type JiraFieldSetPreferences = {
|
|
60359
60929
|
__typename?: 'JiraFieldSetPreferences';
|
|
60360
60930
|
width?: Maybe<Scalars['Int']['output']>;
|
|
@@ -60606,7 +61176,6 @@ export declare type JiraForgeExtension = {
|
|
|
60606
61176
|
installationId: Scalars['String']['output'];
|
|
60607
61177
|
license?: Maybe<JiraForgeExtensionLicense>;
|
|
60608
61178
|
moduleId?: Maybe<Scalars['ID']['output']>;
|
|
60609
|
-
overrides?: Maybe<Scalars['JSON']['output']>;
|
|
60610
61179
|
properties: Scalars['JSON']['output'];
|
|
60611
61180
|
scopes: Array<Scalars['String']['output']>;
|
|
60612
61181
|
type: Scalars['String']['output'];
|
|
@@ -61156,6 +61725,10 @@ export declare type JiraGroup = Node & {
|
|
|
61156
61725
|
id: Scalars['ID']['output'];
|
|
61157
61726
|
name: Scalars['String']['output'];
|
|
61158
61727
|
};
|
|
61728
|
+
export declare type JiraGroupByDropdownFilter = {
|
|
61729
|
+
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
61730
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
61731
|
+
};
|
|
61159
61732
|
export declare type JiraGroupConnection = {
|
|
61160
61733
|
__typename?: 'JiraGroupConnection';
|
|
61161
61734
|
edges?: Maybe<Array<Maybe<JiraGroupEdge>>>;
|
|
@@ -61898,6 +62471,7 @@ export declare type JiraIssueExportError = {
|
|
|
61898
62471
|
export declare type JiraIssueExportEvent = JiraIssueExportTaskCompleted | JiraIssueExportTaskProgress | JiraIssueExportTaskSubmitted | JiraIssueExportTaskTerminated;
|
|
61899
62472
|
export declare type JiraIssueExportInput = {
|
|
61900
62473
|
cloudId: Scalars['ID']['input'];
|
|
62474
|
+
excludeDoneWorkItems?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61901
62475
|
exportType?: InputMaybe<JiraIssueExportType>;
|
|
61902
62476
|
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
61903
62477
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -61987,6 +62561,8 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
61987
62561
|
lastUsedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
61988
62562
|
name: Scalars['String']['output'];
|
|
61989
62563
|
plannedDeletionTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
62564
|
+
searcherTemplate?: Maybe<JiraFieldSearcherTemplate>;
|
|
62565
|
+
searcherTemplateOptions?: Maybe<JiraFieldSearcherTemplateConnection>;
|
|
61990
62566
|
trashedByUser?: Maybe<User>;
|
|
61991
62567
|
trashedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
61992
62568
|
type: JiraConfigFieldType;
|
|
@@ -62050,6 +62626,12 @@ export declare type JiraIssueFieldConfigDefaultFieldOptionsArgs = {
|
|
|
62050
62626
|
export declare type JiraIssueFieldConfigIsDefaultFieldOptionsCountOverLimitArgs = {
|
|
62051
62627
|
limit: Scalars['Int']['input'];
|
|
62052
62628
|
};
|
|
62629
|
+
export declare type JiraIssueFieldConfigSearcherTemplateOptionsArgs = {
|
|
62630
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62631
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
62632
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62633
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
62634
|
+
};
|
|
62053
62635
|
export declare type JiraIssueFieldConfiguration = {
|
|
62054
62636
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
62055
62637
|
};
|
|
@@ -62832,6 +63414,10 @@ export declare type JiraIssueSearchViewInput = {
|
|
|
62832
63414
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
62833
63415
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
62834
63416
|
};
|
|
63417
|
+
export declare enum JiraIssueSearchViewLayout {
|
|
63418
|
+
Detail = "DETAIL",
|
|
63419
|
+
List = "LIST"
|
|
63420
|
+
}
|
|
62835
63421
|
export declare type JiraIssueSearchViewMetadata = {
|
|
62836
63422
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
62837
63423
|
filterId?: Maybe<Scalars['String']['output']>;
|
|
@@ -62872,6 +63458,7 @@ export declare type JiraIssueStreamHubEventPayloadProject = {
|
|
|
62872
63458
|
export declare type JiraIssueTransitionComment = {
|
|
62873
63459
|
__typename?: 'JiraIssueTransitionComment';
|
|
62874
63460
|
adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
|
|
63461
|
+
defaultCommentType?: Maybe<JiraIssueTransitionCommentType>;
|
|
62875
63462
|
enableCannedResponses?: Maybe<Scalars['Boolean']['output']>;
|
|
62876
63463
|
enableCommentVisibility?: Maybe<Scalars['Boolean']['output']>;
|
|
62877
63464
|
mediaContext?: Maybe<JiraMediaContext>;
|
|
@@ -63067,6 +63654,15 @@ export declare enum JiraIssueViewAttachmentPanelViewMode {
|
|
|
63067
63654
|
ListView = "LIST_VIEW",
|
|
63068
63655
|
StripView = "STRIP_VIEW"
|
|
63069
63656
|
}
|
|
63657
|
+
export declare type JiraIssueViewCollapsibleSection = {
|
|
63658
|
+
__typename?: 'JiraIssueViewCollapsibleSection';
|
|
63659
|
+
isCollapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
63660
|
+
section?: Maybe<JiraCollapsibleSection>;
|
|
63661
|
+
};
|
|
63662
|
+
export declare type JiraIssueViewCollapsibleSections = {
|
|
63663
|
+
__typename?: 'JiraIssueViewCollapsibleSections';
|
|
63664
|
+
sections?: Maybe<Array<Maybe<JiraIssueViewCollapsibleSection>>>;
|
|
63665
|
+
};
|
|
63070
63666
|
export declare type JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType = {
|
|
63071
63667
|
__typename?: 'JiraIssueViewPanelAutomationDiscoverabilityDismissedTemplateType';
|
|
63072
63668
|
dismissUntilDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -63086,6 +63682,17 @@ export declare enum JiraIssueViewTimestampDisplayMode {
|
|
|
63086
63682
|
Absolute = "ABSOLUTE",
|
|
63087
63683
|
Relative = "RELATIVE"
|
|
63088
63684
|
}
|
|
63685
|
+
export declare enum JiraIssueViewUserPreferenceLayoutType {
|
|
63686
|
+
Custom = "CUSTOM",
|
|
63687
|
+
Discussion = "DISCUSSION",
|
|
63688
|
+
Standard = "STANDARD",
|
|
63689
|
+
Wide = "WIDE"
|
|
63690
|
+
}
|
|
63691
|
+
export declare type JiraIssueViewUserPreferredLayout = {
|
|
63692
|
+
__typename?: 'JiraIssueViewUserPreferredLayout';
|
|
63693
|
+
layoutId?: Maybe<Scalars['String']['output']>;
|
|
63694
|
+
layoutType?: Maybe<JiraIssueViewUserPreferenceLayoutType>;
|
|
63695
|
+
};
|
|
63089
63696
|
export declare type JiraIssueWithScenario = {
|
|
63090
63697
|
__typename?: 'JiraIssueWithScenario';
|
|
63091
63698
|
errors?: Maybe<Array<QueryError>>;
|
|
@@ -63179,6 +63786,7 @@ export declare type JiraJourneyConfiguration = Node & {
|
|
|
63179
63786
|
triggerConfiguration?: Maybe<JiraJourneyTriggerConfiguration>;
|
|
63180
63787
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
63181
63788
|
updatedBy?: Maybe<User>;
|
|
63789
|
+
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
63182
63790
|
version?: Maybe<Scalars['Long']['output']>;
|
|
63183
63791
|
};
|
|
63184
63792
|
export declare type JiraJourneyConfigurationConnection = {
|
|
@@ -63197,6 +63805,7 @@ export declare type JiraJourneyItem = JiraJourneyStatusDependency | JiraJourneyW
|
|
|
63197
63805
|
export declare type JiraJourneyItemCommon = {
|
|
63198
63806
|
id: Scalars['ID']['output'];
|
|
63199
63807
|
name?: Maybe<Scalars['String']['output']>;
|
|
63808
|
+
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
63200
63809
|
};
|
|
63201
63810
|
export declare type JiraJourneyItemConfigurationInput = {
|
|
63202
63811
|
statusDependencyConfiguration?: InputMaybe<JiraJourneyStatusDependencyConfigurationInput>;
|
|
@@ -63205,6 +63814,7 @@ export declare type JiraJourneyItemConfigurationInput = {
|
|
|
63205
63814
|
export declare type JiraJourneyParentIssue = {
|
|
63206
63815
|
__typename?: 'JiraJourneyParentIssue';
|
|
63207
63816
|
project?: Maybe<JiraProject>;
|
|
63817
|
+
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
63208
63818
|
value?: Maybe<JiraJourneyParentIssueValueType>;
|
|
63209
63819
|
};
|
|
63210
63820
|
export declare type JiraJourneyParentIssueInput = {
|
|
@@ -63225,6 +63835,7 @@ export declare enum JiraJourneyParentIssueType {
|
|
|
63225
63835
|
export declare type JiraJourneyParentIssueValueType = JiraServiceManagementRequestType;
|
|
63226
63836
|
export declare type JiraJourneyProjectSettings = {
|
|
63227
63837
|
__typename?: 'JiraJourneyProjectSettings';
|
|
63838
|
+
isJourneyEntitlementEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
63228
63839
|
isJourneyFeatureEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
63229
63840
|
};
|
|
63230
63841
|
export declare type JiraJourneySettings = {
|
|
@@ -63246,6 +63857,7 @@ export declare type JiraJourneyStatusDependency = JiraJourneyItemCommon & {
|
|
|
63246
63857
|
statusIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
63247
63858
|
statusType?: Maybe<JiraJourneyStatusDependencyType>;
|
|
63248
63859
|
statuses?: Maybe<Array<JiraJourneyStatusDependencyStatus>>;
|
|
63860
|
+
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
63249
63861
|
workItemIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
63250
63862
|
workItems?: Maybe<Array<JiraJourneyWorkItem>>;
|
|
63251
63863
|
};
|
|
@@ -63283,6 +63895,10 @@ export declare enum JiraJourneyTriggerType {
|
|
|
63283
63895
|
ParentIssueCreated = "PARENT_ISSUE_CREATED",
|
|
63284
63896
|
WorkdayIntegrationTriggered = "WORKDAY_INTEGRATION_TRIGGERED"
|
|
63285
63897
|
}
|
|
63898
|
+
export declare type JiraJourneyValidationError = {
|
|
63899
|
+
__typename?: 'JiraJourneyValidationError';
|
|
63900
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
63901
|
+
};
|
|
63286
63902
|
export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
63287
63903
|
__typename?: 'JiraJourneyWorkItem';
|
|
63288
63904
|
associatedAutomationRules?: Maybe<Array<JiraJourneyBuilderAssociatedAutomationRule>>;
|
|
@@ -63292,6 +63908,7 @@ export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
|
63292
63908
|
name?: Maybe<Scalars['String']['output']>;
|
|
63293
63909
|
project?: Maybe<JiraProject>;
|
|
63294
63910
|
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
63911
|
+
validationErrors?: Maybe<Array<JiraJourneyValidationError>>;
|
|
63295
63912
|
};
|
|
63296
63913
|
export declare type JiraJourneyWorkItemConfigurationInput = {
|
|
63297
63914
|
fieldValues?: InputMaybe<Array<InputMaybe<JiraJourneyWorkItemFieldValueKeyValuePairInput>>>;
|
|
@@ -64091,6 +64708,7 @@ export declare type JiraLongRunningTaskProgress = {
|
|
|
64091
64708
|
result?: Maybe<Scalars['String']['output']>;
|
|
64092
64709
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
64093
64710
|
status: JiraLongRunningTaskStatus;
|
|
64711
|
+
taskId?: Maybe<Scalars['String']['output']>;
|
|
64094
64712
|
};
|
|
64095
64713
|
export declare enum JiraLongRunningTaskStatus {
|
|
64096
64714
|
Cancelled = "CANCELLED",
|
|
@@ -65562,6 +66180,11 @@ export declare type JiraNumberFieldFormatConfig = {
|
|
|
65562
66180
|
formatStyle?: Maybe<JiraNumberFieldFormatStyle>;
|
|
65563
66181
|
formatUnit?: Maybe<Scalars['String']['output']>;
|
|
65564
66182
|
};
|
|
66183
|
+
export declare type JiraNumberFieldFormatConfigInput = {
|
|
66184
|
+
formatDecimals?: InputMaybe<Scalars['Int']['input']>;
|
|
66185
|
+
formatStyle: JiraNumberFieldFormatStyle;
|
|
66186
|
+
formatUnit?: InputMaybe<Scalars['String']['input']>;
|
|
66187
|
+
};
|
|
65565
66188
|
export declare enum JiraNumberFieldFormatStyle {
|
|
65566
66189
|
Currency = "CURRENCY",
|
|
65567
66190
|
Decimal = "DECIMAL",
|
|
@@ -66313,10 +66936,13 @@ export declare type JiraPlatformComment = JiraComment & Node & {
|
|
|
66313
66936
|
created: Scalars['DateTime']['output'];
|
|
66314
66937
|
id: Scalars['ID']['output'];
|
|
66315
66938
|
isDeleted?: Maybe<Scalars['Boolean']['output']>;
|
|
66939
|
+
isThirdPartySyncOn?: Maybe<Scalars['Boolean']['output']>;
|
|
66316
66940
|
issue?: Maybe<JiraIssue>;
|
|
66317
66941
|
issueCommentAri?: Maybe<Scalars['ID']['output']>;
|
|
66318
66942
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
66319
66943
|
richText?: Maybe<JiraRichText>;
|
|
66944
|
+
thirdPartyCommentSource?: Maybe<JiraCommentThirdPartySource>;
|
|
66945
|
+
thirdPartyLink?: Maybe<Scalars['URL']['output']>;
|
|
66320
66946
|
threadParentId?: Maybe<Scalars['ID']['output']>;
|
|
66321
66947
|
updateAuthor?: Maybe<User>;
|
|
66322
66948
|
updated?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -66438,6 +67064,7 @@ export declare type JiraPlaybookStepOutputKeyValuePair = {
|
|
|
66438
67064
|
export declare type JiraPlaybookStepRun = Node & {
|
|
66439
67065
|
__typename?: 'JiraPlaybookStepRun';
|
|
66440
67066
|
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
67067
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
66441
67068
|
id: Scalars['ID']['output'];
|
|
66442
67069
|
issue?: Maybe<JiraIssue>;
|
|
66443
67070
|
playbookId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -67354,6 +67981,7 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
67354
67981
|
moreFavourites?: Maybe<JiraProjectConnection>;
|
|
67355
67982
|
moreRecents?: Maybe<JiraProjectConnection>;
|
|
67356
67983
|
mostRecent?: Maybe<JiraProject>;
|
|
67984
|
+
mostRecentFromHistory?: Maybe<JiraProject>;
|
|
67357
67985
|
recentLimit?: Maybe<Scalars['Int']['output']>;
|
|
67358
67986
|
recents?: Maybe<JiraProjectConnection>;
|
|
67359
67987
|
};
|
|
@@ -67578,6 +68206,7 @@ export declare type JiraQuery = {
|
|
|
67578
68206
|
recentQueues?: Maybe<JiraSearchableEntityConnection>;
|
|
67579
68207
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
67580
68208
|
reportsPage?: Maybe<JiraReportsPage>;
|
|
68209
|
+
requestTypeField?: Maybe<JiraJqlField>;
|
|
67581
68210
|
requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
|
|
67582
68211
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
67583
68212
|
requestTypeTemplates?: Maybe<Array<JiraServiceManagementRequestTypeTemplate>>;
|
|
@@ -68425,6 +69054,9 @@ export declare type JiraQueryReportsPageArgs = {
|
|
|
68425
69054
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
68426
69055
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
68427
69056
|
};
|
|
69057
|
+
export declare type JiraQueryRequestTypeFieldArgs = {
|
|
69058
|
+
cloudId: Scalars['ID']['input'];
|
|
69059
|
+
};
|
|
68428
69060
|
export declare type JiraQueryRequestTypeTemplateByIdArgs = {
|
|
68429
69061
|
cloudId: Scalars['ID']['input'];
|
|
68430
69062
|
templateId: Scalars['ID']['input'];
|
|
@@ -70805,6 +71437,17 @@ export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
|
70805
71437
|
success: Scalars['Boolean']['output'];
|
|
70806
71438
|
view?: Maybe<JiraBoardView>;
|
|
70807
71439
|
};
|
|
71440
|
+
export declare type JiraSetBoardViewStatusColumnMappingInput = {
|
|
71441
|
+
columns: Array<JiraBoardViewStatusColumnMapping>;
|
|
71442
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
71443
|
+
viewId: Scalars['ID']['input'];
|
|
71444
|
+
};
|
|
71445
|
+
export declare type JiraSetBoardViewStatusColumnMappingPayload = Payload & {
|
|
71446
|
+
__typename?: 'JiraSetBoardViewStatusColumnMappingPayload';
|
|
71447
|
+
boardView?: Maybe<JiraBoardView>;
|
|
71448
|
+
errors?: Maybe<Array<MutationError>>;
|
|
71449
|
+
success: Scalars['Boolean']['output'];
|
|
71450
|
+
};
|
|
70808
71451
|
export declare type JiraSetBoardViewWorkflowSelectedInput = {
|
|
70809
71452
|
selectedWorkflowId: Scalars['ID']['input'];
|
|
70810
71453
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
@@ -70860,6 +71503,15 @@ export declare type JiraSetIssueSearchHideDoneItemsPayload = Payload & {
|
|
|
70860
71503
|
errors?: Maybe<Array<MutationError>>;
|
|
70861
71504
|
success: Scalars['Boolean']['output'];
|
|
70862
71505
|
};
|
|
71506
|
+
export declare type JiraSetIssueSearchViewLayoutInput = {
|
|
71507
|
+
viewId: Scalars['ID']['input'];
|
|
71508
|
+
viewLayout: JiraIssueSearchViewLayout;
|
|
71509
|
+
};
|
|
71510
|
+
export declare type JiraSetIssueSearchViewLayoutPayload = Payload & {
|
|
71511
|
+
__typename?: 'JiraSetIssueSearchViewLayoutPayload';
|
|
71512
|
+
errors?: Maybe<Array<MutationError>>;
|
|
71513
|
+
success: Scalars['Boolean']['output'];
|
|
71514
|
+
};
|
|
70863
71515
|
export declare type JiraSetMostRecentlyViewedBoardPayload = Payload & {
|
|
70864
71516
|
__typename?: 'JiraSetMostRecentlyViewedBoardPayload';
|
|
70865
71517
|
board?: Maybe<JiraBoard>;
|
|
@@ -71314,14 +71966,23 @@ export declare type JiraSpreadsheetGroupByConfig = {
|
|
|
71314
71966
|
__typename?: 'JiraSpreadsheetGroupByConfig';
|
|
71315
71967
|
availableGroupByFieldOptions?: Maybe<JiraSpreadsheetGroupByFieldOptionConnection>;
|
|
71316
71968
|
groupByField?: Maybe<JiraField>;
|
|
71969
|
+
recentlyUsed?: Maybe<JiraSpreadsheetGroupByFieldOptionConnection>;
|
|
71317
71970
|
};
|
|
71318
71971
|
export declare type JiraSpreadsheetGroupByConfigAvailableGroupByFieldOptionsArgs = {
|
|
71319
71972
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71320
71973
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
71974
|
+
filter?: InputMaybe<JiraGroupByDropdownFilter>;
|
|
71321
71975
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71322
71976
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
71323
71977
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71324
71978
|
};
|
|
71979
|
+
export declare type JiraSpreadsheetGroupByConfigRecentlyUsedArgs = {
|
|
71980
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71981
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
71982
|
+
filter?: InputMaybe<JiraGroupByDropdownFilter>;
|
|
71983
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71984
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
71985
|
+
};
|
|
71325
71986
|
export declare type JiraSpreadsheetGroupByFieldOptionConnection = {
|
|
71326
71987
|
__typename?: 'JiraSpreadsheetGroupByFieldOptionConnection';
|
|
71327
71988
|
edges?: Maybe<Array<Maybe<JiraSpreadsheetGroupByFieldOptionEdge>>>;
|
|
@@ -72301,6 +72962,18 @@ export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
|
72301
72962
|
success: Scalars['Boolean']['output'];
|
|
72302
72963
|
updatedRule?: Maybe<JiraFormattingRule>;
|
|
72303
72964
|
};
|
|
72965
|
+
export declare type JiraUpdateGlobalCustomFieldInput = {
|
|
72966
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
72967
|
+
fieldId: Scalars['String']['input'];
|
|
72968
|
+
name: Scalars['String']['input'];
|
|
72969
|
+
searcherKey?: InputMaybe<Scalars['String']['input']>;
|
|
72970
|
+
};
|
|
72971
|
+
export declare type JiraUpdateGlobalCustomFieldPayload = Payload & {
|
|
72972
|
+
__typename?: 'JiraUpdateGlobalCustomFieldPayload';
|
|
72973
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72974
|
+
field?: Maybe<JiraIssueFieldConfig>;
|
|
72975
|
+
success: Scalars['Boolean']['output'];
|
|
72976
|
+
};
|
|
72304
72977
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
72305
72978
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
72306
72979
|
};
|
|
@@ -72788,12 +73461,14 @@ export declare type JiraUserPreferences = {
|
|
|
72788
73461
|
issueViewActivityFeedSortOrder?: Maybe<JiraIssueViewActivityFeedSortOrder>;
|
|
72789
73462
|
issueViewActivityLayout?: Maybe<JiraIssueViewActivityLayout>;
|
|
72790
73463
|
issueViewAttachmentPanelViewMode?: Maybe<JiraIssueViewAttachmentPanelViewMode>;
|
|
73464
|
+
issueViewCollapsibleSectionsState?: Maybe<JiraIssueViewCollapsibleSections>;
|
|
72791
73465
|
issueViewDefaultPinnedFieldsBannerProject?: Maybe<Scalars['String']['output']>;
|
|
72792
73466
|
issueViewDetailsPanelFieldsOrder?: Maybe<Scalars['String']['output']>;
|
|
72793
73467
|
issueViewPinnedFields?: Maybe<Scalars['String']['output']>;
|
|
72794
73468
|
issueViewPinnedFieldsBannerLastInteracted?: Maybe<Scalars['DateTime']['output']>;
|
|
72795
73469
|
issueViewSidebarResizeRatio?: Maybe<Scalars['String']['output']>;
|
|
72796
73470
|
issueViewTimestampDisplayMode?: Maybe<JiraIssueViewTimestampDisplayMode>;
|
|
73471
|
+
issueViewUserPreferredLayout?: Maybe<JiraIssueViewUserPreferredLayout>;
|
|
72797
73472
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
72798
73473
|
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
72799
73474
|
requestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
|
|
@@ -72806,6 +73481,9 @@ export declare type JiraUserPreferencesDismissedAutomationDiscoverabilityTemplat
|
|
|
72806
73481
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
72807
73482
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
72808
73483
|
};
|
|
73484
|
+
export declare type JiraUserPreferencesIssueViewCollapsibleSectionsStateArgs = {
|
|
73485
|
+
projectKey: Scalars['String']['input'];
|
|
73486
|
+
};
|
|
72809
73487
|
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
72810
73488
|
projectKey: Scalars['String']['input'];
|
|
72811
73489
|
};
|
|
@@ -75168,6 +75846,7 @@ export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
|
75168
75846
|
keyPhrase: Scalars['String']['output'];
|
|
75169
75847
|
lastModifiedTimestamp: Scalars['String']['output'];
|
|
75170
75848
|
lastModifierAccountId: Scalars['String']['output'];
|
|
75849
|
+
parentAdminhubBookmarkId?: Maybe<Scalars['ID']['output']>;
|
|
75171
75850
|
title: Scalars['String']['output'];
|
|
75172
75851
|
url: Scalars['String']['output'];
|
|
75173
75852
|
};
|
|
@@ -75418,6 +76097,7 @@ export declare type KnowledgeDiscoveryQueryApi = {
|
|
|
75418
76097
|
searchUser?: Maybe<KnowledgeDiscoveryUserSearchResult>;
|
|
75419
76098
|
smartAnswersRoute?: Maybe<KnowledgeDiscoverySmartAnswersRouteResult>;
|
|
75420
76099
|
topic?: Maybe<KnowledgeDiscoveryTopicResult>;
|
|
76100
|
+
zeroQueries?: Maybe<KnowledgeDiscoveryZeroQueriesResult>;
|
|
75421
76101
|
};
|
|
75422
76102
|
export declare type KnowledgeDiscoveryQueryApiAdminhubBookmarkArgs = {
|
|
75423
76103
|
cloudId: Scalars['ID']['input'];
|
|
@@ -75517,6 +76197,9 @@ export declare type KnowledgeDiscoveryQueryApiTopicArgs = {
|
|
|
75517
76197
|
id: Scalars['String']['input'];
|
|
75518
76198
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
75519
76199
|
};
|
|
76200
|
+
export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
76201
|
+
cloudId: Scalars['String']['input'];
|
|
76202
|
+
};
|
|
75520
76203
|
export declare type KnowledgeDiscoveryRelatedEntitiesResult = KnowledgeDiscoveryRelatedEntityConnection | QueryError;
|
|
75521
76204
|
export declare type KnowledgeDiscoveryRelatedEntityAction = {
|
|
75522
76205
|
action?: InputMaybe<KnowledgeDiscoveryRelatedEntityActionType>;
|
|
@@ -75653,6 +76336,11 @@ export declare type KnowledgeDiscoveryUsers = {
|
|
|
75653
76336
|
__typename?: 'KnowledgeDiscoveryUsers';
|
|
75654
76337
|
users?: Maybe<Array<Maybe<KnowledgeDiscoverySearchUser>>>;
|
|
75655
76338
|
};
|
|
76339
|
+
export declare type KnowledgeDiscoveryZeroQueries = {
|
|
76340
|
+
__typename?: 'KnowledgeDiscoveryZeroQueries';
|
|
76341
|
+
zeroQueries?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
76342
|
+
};
|
|
76343
|
+
export declare type KnowledgeDiscoveryZeroQueriesResult = KnowledgeDiscoveryZeroQueries | QueryError;
|
|
75656
76344
|
export declare enum KnowledgeGraphContentType {
|
|
75657
76345
|
Blogpost = "BLOGPOST",
|
|
75658
76346
|
Page = "PAGE"
|
|
@@ -75929,6 +76617,7 @@ export declare type LogQueryInput = {
|
|
|
75929
76617
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75930
76618
|
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
75931
76619
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
76620
|
+
runtime?: InputMaybe<Scalars['String']['input']>;
|
|
75932
76621
|
traceId?: InputMaybe<Scalars['String']['input']>;
|
|
75933
76622
|
};
|
|
75934
76623
|
export declare type LookAndFeel = {
|
|
@@ -76146,6 +76835,8 @@ export declare enum LoomUserStatus {
|
|
|
76146
76835
|
export declare type LoomVideo = Node & {
|
|
76147
76836
|
__typename?: 'LoomVideo';
|
|
76148
76837
|
collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
76838
|
+
commentCount?: Maybe<Scalars['Int']['output']>;
|
|
76839
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
76149
76840
|
description?: Maybe<Scalars['String']['output']>;
|
|
76150
76841
|
id: Scalars['ID']['output'];
|
|
76151
76842
|
isArchived: Scalars['Boolean']['output'];
|
|
@@ -76155,16 +76846,30 @@ export declare type LoomVideo = Node & {
|
|
|
76155
76846
|
owner?: Maybe<User>;
|
|
76156
76847
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
76157
76848
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
76849
|
+
reactionCount?: Maybe<Scalars['Int']['output']>;
|
|
76158
76850
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
76851
|
+
thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
|
|
76159
76852
|
transcript?: Maybe<LoomTranscript>;
|
|
76160
76853
|
transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
|
|
76854
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
76161
76855
|
url: Scalars['String']['output'];
|
|
76856
|
+
viewCounts?: Maybe<LoomVideoViewCounts>;
|
|
76857
|
+
};
|
|
76858
|
+
export declare type LoomVideoDefaultThumbnailsSources = {
|
|
76859
|
+
__typename?: 'LoomVideoDefaultThumbnailsSources';
|
|
76860
|
+
default?: Maybe<Scalars['String']['output']>;
|
|
76861
|
+
static?: Maybe<Scalars['String']['output']>;
|
|
76162
76862
|
};
|
|
76163
76863
|
export declare type LoomVideoDurations = {
|
|
76164
76864
|
__typename?: 'LoomVideoDurations';
|
|
76165
76865
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
76166
76866
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
76167
76867
|
};
|
|
76868
|
+
export declare type LoomVideoViewCounts = {
|
|
76869
|
+
__typename?: 'LoomVideoViewCounts';
|
|
76870
|
+
distinct?: Maybe<Scalars['Int']['output']>;
|
|
76871
|
+
total?: Maybe<Scalars['Int']['output']>;
|
|
76872
|
+
};
|
|
76168
76873
|
export declare type LpCertSort = {
|
|
76169
76874
|
sortDirection?: InputMaybe<SortDirection>;
|
|
76170
76875
|
sortField?: InputMaybe<LpCertSortField>;
|
|
@@ -76284,11 +76989,19 @@ export declare type LpLearnerCoursesArgs = {
|
|
|
76284
76989
|
export declare type LpLearnerData = {
|
|
76285
76990
|
__typename?: 'LpLearnerData';
|
|
76286
76991
|
learnerByAtlassianId?: Maybe<LpLearner>;
|
|
76992
|
+
learnersByAtlassianIds?: Maybe<Array<Maybe<LpLearner>>>;
|
|
76993
|
+
learnersByIds?: Maybe<Array<Maybe<LpLearner>>>;
|
|
76287
76994
|
node?: Maybe<Node>;
|
|
76288
76995
|
};
|
|
76289
76996
|
export declare type LpLearnerDataLearnerByAtlassianIdArgs = {
|
|
76290
76997
|
atlassianId: Scalars['String']['input'];
|
|
76291
76998
|
};
|
|
76999
|
+
export declare type LpLearnerDataLearnersByAtlassianIdsArgs = {
|
|
77000
|
+
atlassianIds: Array<Scalars['String']['input']>;
|
|
77001
|
+
};
|
|
77002
|
+
export declare type LpLearnerDataLearnersByIdsArgs = {
|
|
77003
|
+
ids: Array<Scalars['ID']['input']>;
|
|
77004
|
+
};
|
|
76292
77005
|
export declare type LpLearnerDataNodeArgs = {
|
|
76293
77006
|
id: Scalars['ID']['input'];
|
|
76294
77007
|
};
|
|
@@ -76312,10 +77025,6 @@ export declare type LpQueryError = Node & {
|
|
|
76312
77025
|
identifier?: Maybe<Scalars['ID']['output']>;
|
|
76313
77026
|
message?: Maybe<Scalars['String']['output']>;
|
|
76314
77027
|
};
|
|
76315
|
-
export declare enum LpSortOrder {
|
|
76316
|
-
Asc = "ASC",
|
|
76317
|
-
Desc = "DESC"
|
|
76318
|
-
}
|
|
76319
77028
|
export declare type Macro = {
|
|
76320
77029
|
__typename?: 'Macro';
|
|
76321
77030
|
adf: Scalars['String']['output'];
|
|
@@ -76624,8 +77333,8 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
76624
77333
|
appKey: Scalars['ID']['output'];
|
|
76625
77334
|
appSoftwareId: Scalars['ID']['output'];
|
|
76626
77335
|
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
77336
|
+
hasActiveCoupledVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76627
77337
|
hasConnectVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76628
|
-
hasCoupledVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76629
77338
|
hasDecoupledVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76630
77339
|
hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
76631
77340
|
hosting: MarketplaceConsoleHosting;
|
|
@@ -76634,6 +77343,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
76634
77343
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76635
77344
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76636
77345
|
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
77346
|
+
pricingParentSoftwares?: Maybe<Array<Maybe<MarketplaceConsolePricingParentSoftware>>>;
|
|
76637
77347
|
storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
|
|
76638
77348
|
};
|
|
76639
77349
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
@@ -81374,6 +82084,7 @@ export declare type Mutation = {
|
|
|
81374
82084
|
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
81375
82085
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
81376
82086
|
agentStudio_updateCustomAction?: Maybe<AgentStudioUpdateCustomActionPayload>;
|
|
82087
|
+
agentStudio_updateCustomActionMappingsForContainer?: Maybe<AgentStudioUpdateCustomActionMappingsPayload>;
|
|
81377
82088
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
81378
82089
|
appStorage?: Maybe<AppStorageMutation>;
|
|
81379
82090
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
@@ -81393,6 +82104,8 @@ export declare type Mutation = {
|
|
|
81393
82104
|
bulkUpdateContentDataClassificationLevel?: Maybe<BulkUpdateContentDataClassificationLevelPayload>;
|
|
81394
82105
|
bulkUpdateMainSpaceSidebarLinks?: Maybe<Array<Maybe<SpaceSidebarLink>>>;
|
|
81395
82106
|
channelPlatform_assignAgentToContact?: Maybe<ChannelPlatformMutationStatus>;
|
|
82107
|
+
channelPlatform_createAttendee?: Maybe<ChannelPlatformConnectionData>;
|
|
82108
|
+
channelPlatform_createMeetingDetails?: Maybe<ChannelPlatformMeeting>;
|
|
81396
82109
|
channelPlatform_createQueues?: Maybe<ChannelPlatformConnectQueue>;
|
|
81397
82110
|
channelPlatform_deleteQueues?: Maybe<ChannelPlatformMutationStatus>;
|
|
81398
82111
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
@@ -81692,6 +82405,7 @@ export declare type Mutation = {
|
|
|
81692
82405
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
81693
82406
|
devAi?: Maybe<DevAiMutations>;
|
|
81694
82407
|
devOps?: Maybe<DevOpsMutation>;
|
|
82408
|
+
devai_archiveTechnicalPlannerJob?: Maybe<DevAiArchivedTechnicalPlannerJobPayload>;
|
|
81695
82409
|
devai_completeFlowSession?: Maybe<DevAiFlowSessionCompletePayload>;
|
|
81696
82410
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
81697
82411
|
devai_createFlow?: Maybe<DevAiFlowSessionCreatePayload>;
|
|
@@ -81739,6 +82453,7 @@ export declare type Mutation = {
|
|
|
81739
82453
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
81740
82454
|
jira_createGlobalCustomField?: Maybe<JiraCreateGlobalCustomFieldPayload>;
|
|
81741
82455
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
82456
|
+
jira_deleteGlobalCustomFields?: Maybe<JiraDeleteGlobalCustomFieldsPayload>;
|
|
81742
82457
|
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
81743
82458
|
jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
|
|
81744
82459
|
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
@@ -81754,12 +82469,15 @@ export declare type Mutation = {
|
|
|
81754
82469
|
jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
|
|
81755
82470
|
jira_setBoardViewFilter?: Maybe<JiraSetBoardViewFilterPayload>;
|
|
81756
82471
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
82472
|
+
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
81757
82473
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
81758
82474
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
82475
|
+
jira_setIssueSearchViewLayout?: Maybe<JiraSetIssueSearchViewLayoutPayload>;
|
|
81759
82476
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
81760
82477
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
81761
82478
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
81762
82479
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
82480
|
+
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
81763
82481
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
81764
82482
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
81765
82483
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
@@ -81786,6 +82504,8 @@ export declare type Mutation = {
|
|
|
81786
82504
|
newPage?: Maybe<NewPagePayload>;
|
|
81787
82505
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
81788
82506
|
notifyUsersOnFirstView?: Maybe<NotificationResponsePayload>;
|
|
82507
|
+
offlineUserAuthToken?: Maybe<OfflineUserAuthTokenResponse>;
|
|
82508
|
+
offlineUserAuthTokenForExtension?: Maybe<OfflineUserAuthTokenResponse>;
|
|
81789
82509
|
openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
81790
82510
|
partnerEarlyAccess?: Maybe<PeapMutationApi>;
|
|
81791
82511
|
planModeCardCreate?: Maybe<CreateCardsOutput>;
|
|
@@ -81884,10 +82604,14 @@ export declare type Mutation = {
|
|
|
81884
82604
|
spf_updateDependencyOwner?: Maybe<SpfUpdateDependencyPayload>;
|
|
81885
82605
|
spf_updateDependencyPriority?: Maybe<SpfUpdateDependencyPayload>;
|
|
81886
82606
|
spf_updateDependencyReceivingTeam?: Maybe<SpfUpdateDependencyPayload>;
|
|
82607
|
+
spf_updateDependencyRequester?: Maybe<SpfUpdateDependencyPayload>;
|
|
81887
82608
|
spf_updateDependencyRequestingTeam?: Maybe<SpfUpdateDependencyPayload>;
|
|
81888
82609
|
spf_updateDependencyStatus?: Maybe<SpfUpdateDependencyPayload>;
|
|
81889
82610
|
spf_updateDependencyTargetDate?: Maybe<SpfUpdateDependencyPayload>;
|
|
81890
82611
|
splitIssue?: Maybe<SplitIssueOutput>;
|
|
82612
|
+
stakeholderComms_createStakeholder?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
82613
|
+
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
82614
|
+
stakeholderComms_updateStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
81891
82615
|
startSprint?: Maybe<SprintResponse>;
|
|
81892
82616
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
81893
82617
|
team?: Maybe<TeamMutation>;
|
|
@@ -82029,6 +82753,11 @@ export declare type MutationAgentStudio_UpdateCustomActionArgs = {
|
|
|
82029
82753
|
id: Scalars['ID']['input'];
|
|
82030
82754
|
input: AgentStudioUpdateCustomActionInput;
|
|
82031
82755
|
};
|
|
82756
|
+
export declare type MutationAgentStudio_UpdateCustomActionMappingsForContainerArgs = {
|
|
82757
|
+
cloudId: Scalars['String']['input'];
|
|
82758
|
+
containerId: Scalars['String']['input'];
|
|
82759
|
+
customActionIds: Array<Scalars['ID']['input']>;
|
|
82760
|
+
};
|
|
82032
82761
|
export declare type MutationApplyPolarisProjectTemplateArgs = {
|
|
82033
82762
|
input: ApplyPolarisProjectTemplateInput;
|
|
82034
82763
|
};
|
|
@@ -82081,7 +82810,13 @@ export declare type MutationBulkUpdateMainSpaceSidebarLinksArgs = {
|
|
|
82081
82810
|
export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
|
|
82082
82811
|
aaId?: InputMaybe<Scalars['String']['input']>;
|
|
82083
82812
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
82084
|
-
|
|
82813
|
+
};
|
|
82814
|
+
export declare type MutationChannelPlatform_CreateAttendeeArgs = {
|
|
82815
|
+
meetingId?: InputMaybe<Scalars['String']['input']>;
|
|
82816
|
+
};
|
|
82817
|
+
export declare type MutationChannelPlatform_CreateMeetingDetailsArgs = {
|
|
82818
|
+
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
82819
|
+
requestUuid?: InputMaybe<Scalars['String']['input']>;
|
|
82085
82820
|
};
|
|
82086
82821
|
export declare type MutationChannelPlatform_CreateQueuesArgs = {
|
|
82087
82822
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83059,6 +83794,10 @@ export declare type MutationDeleteTemplateArgs = {
|
|
|
83059
83794
|
export declare type MutationDeleteWebTriggerUrlArgs = {
|
|
83060
83795
|
id: Scalars['ID']['input'];
|
|
83061
83796
|
};
|
|
83797
|
+
export declare type MutationDevai_ArchiveTechnicalPlannerJobArgs = {
|
|
83798
|
+
cloudId: Scalars['ID']['input'];
|
|
83799
|
+
jobId: Scalars['ID']['input'];
|
|
83800
|
+
};
|
|
83062
83801
|
export declare type MutationDevai_CompleteFlowSessionArgs = {
|
|
83063
83802
|
id: Scalars['ID']['input'];
|
|
83064
83803
|
};
|
|
@@ -83193,6 +83932,10 @@ export declare type MutationJira_CreateGlobalCustomFieldArgs = {
|
|
|
83193
83932
|
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
83194
83933
|
input: JiraProjectDeleteCustomBackgroundInput;
|
|
83195
83934
|
};
|
|
83935
|
+
export declare type MutationJira_DeleteGlobalCustomFieldsArgs = {
|
|
83936
|
+
cloudId: Scalars['ID']['input'];
|
|
83937
|
+
input: JiraDeleteGlobalCustomFieldsInput;
|
|
83938
|
+
};
|
|
83196
83939
|
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
83197
83940
|
input: JiraDiscardUserBoardViewConfigInput;
|
|
83198
83941
|
};
|
|
@@ -83239,12 +83982,18 @@ export declare type MutationJira_SetBoardViewFilterArgs = {
|
|
|
83239
83982
|
export declare type MutationJira_SetBoardViewGroupByArgs = {
|
|
83240
83983
|
input: JiraSetBoardViewGroupByInput;
|
|
83241
83984
|
};
|
|
83985
|
+
export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
83986
|
+
input: JiraSetBoardViewStatusColumnMappingInput;
|
|
83987
|
+
};
|
|
83242
83988
|
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
83243
83989
|
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
83244
83990
|
};
|
|
83245
83991
|
export declare type MutationJira_SetIssueSearchHideDoneItemsArgs = {
|
|
83246
83992
|
input: JiraSetIssueSearchHideDoneItemsInput;
|
|
83247
83993
|
};
|
|
83994
|
+
export declare type MutationJira_SetIssueSearchViewLayoutArgs = {
|
|
83995
|
+
input: JiraSetIssueSearchViewLayoutInput;
|
|
83996
|
+
};
|
|
83248
83997
|
export declare type MutationJira_SetViewFilterArgs = {
|
|
83249
83998
|
input: JiraSetViewFilterInput;
|
|
83250
83999
|
};
|
|
@@ -83259,6 +84008,10 @@ export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs
|
|
|
83259
84008
|
cloudId: Scalars['ID']['input'];
|
|
83260
84009
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
83261
84010
|
};
|
|
84011
|
+
export declare type MutationJira_UpdateGlobalCustomFieldArgs = {
|
|
84012
|
+
cloudId: Scalars['ID']['input'];
|
|
84013
|
+
input: JiraUpdateGlobalCustomFieldInput;
|
|
84014
|
+
};
|
|
83262
84015
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
83263
84016
|
input: JiraUpdateBackgroundInput;
|
|
83264
84017
|
};
|
|
@@ -83313,6 +84066,12 @@ export declare type MutationNewPageArgs = {
|
|
|
83313
84066
|
export declare type MutationNotifyUsersOnFirstViewArgs = {
|
|
83314
84067
|
contentId: Scalars['ID']['input'];
|
|
83315
84068
|
};
|
|
84069
|
+
export declare type MutationOfflineUserAuthTokenArgs = {
|
|
84070
|
+
input: OfflineUserAuthTokenInput;
|
|
84071
|
+
};
|
|
84072
|
+
export declare type MutationOfflineUserAuthTokenForExtensionArgs = {
|
|
84073
|
+
input: OfflineUserAuthTokenForExtensionInput;
|
|
84074
|
+
};
|
|
83316
84075
|
export declare type MutationOpenUpSpacePermissionsArgs = {
|
|
83317
84076
|
spaceKey: Scalars['String']['input'];
|
|
83318
84077
|
};
|
|
@@ -83619,6 +84378,9 @@ export declare type MutationSpf_UpdateDependencyPriorityArgs = {
|
|
|
83619
84378
|
export declare type MutationSpf_UpdateDependencyReceivingTeamArgs = {
|
|
83620
84379
|
input: SpfUpdateDependencyReceivingTeamInput;
|
|
83621
84380
|
};
|
|
84381
|
+
export declare type MutationSpf_UpdateDependencyRequesterArgs = {
|
|
84382
|
+
input: SpfUpdateDependencyRequesterInput;
|
|
84383
|
+
};
|
|
83622
84384
|
export declare type MutationSpf_UpdateDependencyRequestingTeamArgs = {
|
|
83623
84385
|
input: SpfUpdateDependencyRequestingTeamInput;
|
|
83624
84386
|
};
|
|
@@ -83631,6 +84393,15 @@ export declare type MutationSpf_UpdateDependencyTargetDateArgs = {
|
|
|
83631
84393
|
export declare type MutationSplitIssueArgs = {
|
|
83632
84394
|
input?: InputMaybe<SplitIssueInput>;
|
|
83633
84395
|
};
|
|
84396
|
+
export declare type MutationStakeholderComms_CreateStakeholderArgs = {
|
|
84397
|
+
stakeholder: StakeholderCommsCreateStakeholderInput;
|
|
84398
|
+
};
|
|
84399
|
+
export declare type MutationStakeholderComms_RemoveStakeholderAssignmentArgs = {
|
|
84400
|
+
stakeholderAssignmentInput: StakeholderCommsStakeholderAssignmentIdInput;
|
|
84401
|
+
};
|
|
84402
|
+
export declare type MutationStakeholderComms_UpdateStakeholderArgs = {
|
|
84403
|
+
updateStakeholderInput: StakeholderCommsUpdateStakeholderInput;
|
|
84404
|
+
};
|
|
83634
84405
|
export declare type MutationStartSprintArgs = {
|
|
83635
84406
|
input?: InputMaybe<StartSprintInput>;
|
|
83636
84407
|
};
|
|
@@ -84256,6 +85027,21 @@ export declare type OAuthClientsScopeDetails = {
|
|
|
84256
85027
|
description?: Maybe<Scalars['String']['output']>;
|
|
84257
85028
|
key: Scalars['String']['output'];
|
|
84258
85029
|
};
|
|
85030
|
+
export declare type OfflineUserAuthTokenForExtensionInput = {
|
|
85031
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
85032
|
+
extensionId: Scalars['ID']['input'];
|
|
85033
|
+
userId: Scalars['String']['input'];
|
|
85034
|
+
};
|
|
85035
|
+
export declare type OfflineUserAuthTokenInput = {
|
|
85036
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
85037
|
+
userId: Scalars['String']['input'];
|
|
85038
|
+
};
|
|
85039
|
+
export declare type OfflineUserAuthTokenResponse = Payload & {
|
|
85040
|
+
__typename?: 'OfflineUserAuthTokenResponse';
|
|
85041
|
+
authToken?: Maybe<AuthToken>;
|
|
85042
|
+
errors?: Maybe<Array<MutationError>>;
|
|
85043
|
+
success: Scalars['Boolean']['output'];
|
|
85044
|
+
};
|
|
84259
85045
|
export declare type OnboardingState = {
|
|
84260
85046
|
__typename?: 'OnboardingState';
|
|
84261
85047
|
key: Scalars['String']['output'];
|
|
@@ -86684,6 +87470,7 @@ export declare type Query = {
|
|
|
86684
87470
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
86685
87471
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
86686
87472
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
87473
|
+
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
86687
87474
|
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
|
|
86688
87475
|
channelPlatform_listQueues?: Maybe<Array<Maybe<ChannelPlatformConnectQueue>>>;
|
|
86689
87476
|
channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
|
|
@@ -86955,6 +87742,7 @@ export declare type Query = {
|
|
|
86955
87742
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
86956
87743
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
86957
87744
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
87745
|
+
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
86958
87746
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
86959
87747
|
countGroupByPage?: Maybe<CountGroupByPage>;
|
|
86960
87748
|
countGroupBySpace?: Maybe<CountGroupBySpace>;
|
|
@@ -87005,6 +87793,7 @@ export declare type Query = {
|
|
|
87005
87793
|
devai_flowSessionResume?: Maybe<DevAiFlowPipeline>;
|
|
87006
87794
|
devai_flowSessionsByCreatorAndCloudId?: Maybe<Array<Maybe<DevAiFlowSession>>>;
|
|
87007
87795
|
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
87796
|
+
devai_rovoDevAgentsWorkspace?: Maybe<DevAiWorkspace>;
|
|
87008
87797
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87009
87798
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
87010
87799
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -87139,7 +87928,7 @@ export declare type Query = {
|
|
|
87139
87928
|
loom_settings?: Maybe<LoomSettings>;
|
|
87140
87929
|
loom_space?: Maybe<LoomSpace>;
|
|
87141
87930
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
87142
|
-
loom_spacesSearch
|
|
87931
|
+
loom_spacesSearch?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
87143
87932
|
loom_video?: Maybe<LoomVideo>;
|
|
87144
87933
|
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
87145
87934
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
@@ -87292,9 +88081,12 @@ export declare type Query = {
|
|
|
87292
88081
|
spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
|
|
87293
88082
|
spf_dependencies?: Maybe<SpfDependencyConnection>;
|
|
87294
88083
|
spf_dependenciesByIds?: Maybe<Array<Maybe<SpfDependency>>>;
|
|
87295
|
-
spf_dependency?: Maybe<
|
|
88084
|
+
spf_dependency?: Maybe<SpfDependencyResult>;
|
|
87296
88085
|
sqlSchemaSizeLog: SqlSchemaSizeLogResponse;
|
|
87297
88086
|
sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
|
|
88087
|
+
stakeholderComms_getAssignmentsByStakeholder?: Maybe<StakeholderCommsPaginatedAssignmentResults>;
|
|
88088
|
+
stakeholderComms_getStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
88089
|
+
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
87298
88090
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
87299
88091
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
87300
88092
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
@@ -87608,6 +88400,9 @@ export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
|
|
|
87608
88400
|
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
87609
88401
|
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
87610
88402
|
};
|
|
88403
|
+
export declare type QueryChannelPlatform_GetContactDetailsArgs = {
|
|
88404
|
+
ticketId?: InputMaybe<Scalars['ID']['input']>;
|
|
88405
|
+
};
|
|
87611
88406
|
export declare type QueryChannelPlatform_GetQueueArgs = {
|
|
87612
88407
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
87613
88408
|
};
|
|
@@ -88834,6 +89629,15 @@ export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
|
88834
89629
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
88835
89630
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
88836
89631
|
};
|
|
89632
|
+
export declare type QueryConvoai_JiraSimilarWorkItemsArgs = {
|
|
89633
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89634
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
89635
|
+
cloudId: Scalars['ID']['input'];
|
|
89636
|
+
experience: Scalars['String']['input'];
|
|
89637
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89638
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
89639
|
+
workItemInput: ConvoAiJiraSimilarWorkItemsInput;
|
|
89640
|
+
};
|
|
88837
89641
|
export declare type QueryCountGroupByEventNameArgs = {
|
|
88838
89642
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
88839
89643
|
eventName: Array<AnalyticsEventName>;
|
|
@@ -89050,7 +89854,10 @@ export declare type QueryDevai_FlowSessionsByCreatorAndCloudIdArgs = {
|
|
|
89050
89854
|
statusFilter?: InputMaybe<DevAiFlowSessionsStatus>;
|
|
89051
89855
|
};
|
|
89052
89856
|
export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
89053
|
-
atlassianAccountId
|
|
89857
|
+
atlassianAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
89858
|
+
cloudId: Scalars['ID']['input'];
|
|
89859
|
+
};
|
|
89860
|
+
export declare type QueryDevai_RovoDevAgentsWorkspaceArgs = {
|
|
89054
89861
|
cloudId: Scalars['ID']['input'];
|
|
89055
89862
|
};
|
|
89056
89863
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
@@ -90049,6 +90856,15 @@ export declare type QuerySqlSlowQueryLogsArgs = {
|
|
|
90049
90856
|
interval: QueryInterval;
|
|
90050
90857
|
queryType: Array<QueryType>;
|
|
90051
90858
|
};
|
|
90859
|
+
export declare type QueryStakeholderComms_GetAssignmentsByStakeholderArgs = {
|
|
90860
|
+
paginatedAssignmentByStakeholderIdInput: StakeholderCommsPaginatedAssignmentByStakeholderInput;
|
|
90861
|
+
};
|
|
90862
|
+
export declare type QueryStakeholderComms_GetStakeholderArgs = {
|
|
90863
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
90864
|
+
};
|
|
90865
|
+
export declare type QueryStakeholderComms_GetStakeholdersByAssignmentArgs = {
|
|
90866
|
+
paginatedStakeholderInput: StakeholderCommsPaginatedStakeholderInput;
|
|
90867
|
+
};
|
|
90052
90868
|
export declare type QueryStalePagesArgs = {
|
|
90053
90869
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
90054
90870
|
includePagesWithChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -90341,13 +91157,23 @@ export declare type RadarConnector = {
|
|
|
90341
91157
|
connectorId: Scalars['ID']['output'];
|
|
90342
91158
|
connectorName?: Maybe<Scalars['String']['output']>;
|
|
90343
91159
|
connectorType?: Maybe<Scalars['String']['output']>;
|
|
91160
|
+
hasData?: Maybe<Scalars['Boolean']['output']>;
|
|
90344
91161
|
id: Scalars['ID']['output'];
|
|
90345
91162
|
isEnabled: Scalars['Boolean']['output'];
|
|
90346
91163
|
isHealthy?: Maybe<Scalars['Boolean']['output']>;
|
|
91164
|
+
type?: Maybe<RadarConnectorType>;
|
|
90347
91165
|
};
|
|
91166
|
+
export declare enum RadarConnectorType {
|
|
91167
|
+
Csv = "CSV",
|
|
91168
|
+
Workday = "WORKDAY"
|
|
91169
|
+
}
|
|
90348
91170
|
export declare type RadarConnectorsInput = {
|
|
90349
91171
|
connectorId: Scalars['ID']['input'];
|
|
91172
|
+
connectorName?: InputMaybe<Scalars['String']['input']>;
|
|
91173
|
+
connectorType?: InputMaybe<Scalars['String']['input']>;
|
|
91174
|
+
hasData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
90350
91175
|
isEnabled: Scalars['Boolean']['input'];
|
|
91176
|
+
type?: InputMaybe<RadarConnectorType>;
|
|
90351
91177
|
};
|
|
90352
91178
|
export declare type RadarCustomFieldDefinition = RadarFieldDefinition & {
|
|
90353
91179
|
__typename?: 'RadarCustomFieldDefinition';
|
|
@@ -90627,6 +91453,7 @@ export declare type RadarPositionsByAriObject = MercuryFocusArea;
|
|
|
90627
91453
|
export declare type RadarPositionsByEntity = {
|
|
90628
91454
|
__typename?: 'RadarPositionsByEntity';
|
|
90629
91455
|
entity?: Maybe<RadarPositionsByAriObject>;
|
|
91456
|
+
entityId: Scalars['ID']['output'];
|
|
90630
91457
|
fieldValues: Array<RadarFieldValueIdPair>;
|
|
90631
91458
|
id: Scalars['ID']['output'];
|
|
90632
91459
|
type: RadarEntityType;
|
|
@@ -92267,6 +93094,7 @@ export declare enum Scope {
|
|
|
92267
93094
|
PullRequest = "PULL_REQUEST",
|
|
92268
93095
|
PullRequestWrite = "PULL_REQUEST_WRITE",
|
|
92269
93096
|
ReadAccount = "READ_ACCOUNT",
|
|
93097
|
+
ReadAppSystemToken = "READ_APP_SYSTEM_TOKEN",
|
|
92270
93098
|
ReadCompassAttentionItem = "READ_COMPASS_ATTENTION_ITEM",
|
|
92271
93099
|
ReadCompassComponent = "READ_COMPASS_COMPONENT",
|
|
92272
93100
|
ReadCompassEvent = "READ_COMPASS_EVENT",
|
|
@@ -92703,6 +93531,7 @@ export declare type SearchL2FeatureProvider = {
|
|
|
92703
93531
|
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
92704
93532
|
};
|
|
92705
93533
|
export declare type SearchLayerDefinition = {
|
|
93534
|
+
abTestId?: InputMaybe<Scalars['String']['input']>;
|
|
92706
93535
|
entity?: InputMaybe<Scalars['String']['input']>;
|
|
92707
93536
|
layerId?: InputMaybe<Scalars['String']['input']>;
|
|
92708
93537
|
shadowId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -93187,6 +94016,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
93187
94016
|
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93188
94017
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93189
94018
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
94019
|
+
labels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93190
94020
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
93191
94021
|
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
93192
94022
|
thirdPartyProducts?: InputMaybe<Array<SearchThirdPartyProduct>>;
|
|
@@ -95311,6 +96141,7 @@ export declare type SmartsRecommendedObject = {
|
|
|
95311
96141
|
__typename?: 'SmartsRecommendedObject';
|
|
95312
96142
|
id: Scalars['ID']['output'];
|
|
95313
96143
|
object?: Maybe<SmartsRecommendedObjectData>;
|
|
96144
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
95314
96145
|
score?: Maybe<Scalars['Float']['output']>;
|
|
95315
96146
|
};
|
|
95316
96147
|
export declare type SmartsRecommendedObjectData = ConfluenceBlogPost | ConfluencePage;
|
|
@@ -96111,11 +96942,12 @@ export declare type SpfAttachRelatedContentPayload = Payload & {
|
|
|
96111
96942
|
};
|
|
96112
96943
|
export declare type SpfComment = {
|
|
96113
96944
|
__typename?: 'SpfComment';
|
|
96114
|
-
createdAt
|
|
96945
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96115
96946
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
96116
96947
|
data: Scalars['String']['output'];
|
|
96948
|
+
dependencyId: Scalars['String']['output'];
|
|
96117
96949
|
id: Scalars['ID']['output'];
|
|
96118
|
-
updatedAt
|
|
96950
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96119
96951
|
};
|
|
96120
96952
|
export declare type SpfCommentConnection = {
|
|
96121
96953
|
__typename?: 'SpfCommentConnection';
|
|
@@ -96126,8 +96958,9 @@ export declare type SpfCommentConnection = {
|
|
|
96126
96958
|
export declare type SpfCommentEdge = {
|
|
96127
96959
|
__typename?: 'SpfCommentEdge';
|
|
96128
96960
|
cursor: Scalars['String']['output'];
|
|
96129
|
-
node?: Maybe<
|
|
96961
|
+
node?: Maybe<SpfCommentResult>;
|
|
96130
96962
|
};
|
|
96963
|
+
export declare type SpfCommentResult = QueryError | SpfComment;
|
|
96131
96964
|
export declare type SpfCreateCommentInput = {
|
|
96132
96965
|
data: Scalars['String']['input'];
|
|
96133
96966
|
dependencyId: Scalars['ID']['input'];
|
|
@@ -96141,7 +96974,7 @@ export declare type SpfCreateCommentPayload = Payload & {
|
|
|
96141
96974
|
export declare type SpfCreateDependencyInput = {
|
|
96142
96975
|
cloudId: Scalars['ID']['input'];
|
|
96143
96976
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
96144
|
-
impactedWorkId
|
|
96977
|
+
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
96145
96978
|
justification?: InputMaybe<Scalars['String']['input']>;
|
|
96146
96979
|
name: Scalars['String']['input'];
|
|
96147
96980
|
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -96169,13 +97002,13 @@ export declare type SpfDeleteDependencyPayload = Payload & {
|
|
|
96169
97002
|
export declare type SpfDependency = Node & {
|
|
96170
97003
|
__typename?: 'SpfDependency';
|
|
96171
97004
|
comments?: Maybe<SpfCommentConnection>;
|
|
96172
|
-
createdAt
|
|
97005
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96173
97006
|
createdBy?: Maybe<User>;
|
|
96174
|
-
createdByUserId
|
|
97007
|
+
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
96175
97008
|
description?: Maybe<Scalars['String']['output']>;
|
|
96176
97009
|
id: Scalars['ID']['output'];
|
|
96177
97010
|
impactedWork?: Maybe<SpfImpactedWork>;
|
|
96178
|
-
impactedWorkId
|
|
97011
|
+
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
96179
97012
|
justification?: Maybe<Scalars['String']['output']>;
|
|
96180
97013
|
name: Scalars['String']['output'];
|
|
96181
97014
|
owner?: Maybe<User>;
|
|
@@ -96190,7 +97023,7 @@ export declare type SpfDependency = Node & {
|
|
|
96190
97023
|
requestingTeamId?: Maybe<Scalars['String']['output']>;
|
|
96191
97024
|
status: SpfDependencyStatus;
|
|
96192
97025
|
targetDate?: Maybe<SpfTargetDate>;
|
|
96193
|
-
updatedAt
|
|
97026
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
96194
97027
|
updatedBy?: Maybe<User>;
|
|
96195
97028
|
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
96196
97029
|
};
|
|
@@ -96213,8 +97046,9 @@ export declare type SpfDependencyConnection = {
|
|
|
96213
97046
|
export declare type SpfDependencyEdge = {
|
|
96214
97047
|
__typename?: 'SpfDependencyEdge';
|
|
96215
97048
|
cursor: Scalars['String']['output'];
|
|
96216
|
-
node?: Maybe<
|
|
97049
|
+
node?: Maybe<SpfDependencyResult>;
|
|
96217
97050
|
};
|
|
97051
|
+
export declare type SpfDependencyResult = QueryError | SpfDependency;
|
|
96218
97052
|
export declare enum SpfDependencyStatus {
|
|
96219
97053
|
Accepted = "ACCEPTED",
|
|
96220
97054
|
Canceled = "CANCELED",
|
|
@@ -96235,7 +97069,8 @@ export declare enum SpfPriority {
|
|
|
96235
97069
|
export declare type SpfRelatedContent = {
|
|
96236
97070
|
__typename?: 'SpfRelatedContent';
|
|
96237
97071
|
attachedByUserId?: Maybe<Scalars['String']['output']>;
|
|
96238
|
-
attachedDateTime
|
|
97072
|
+
attachedDateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
97073
|
+
dependencyId: Scalars['String']['output'];
|
|
96239
97074
|
id: Scalars['ID']['output'];
|
|
96240
97075
|
url: Scalars['URL']['output'];
|
|
96241
97076
|
};
|
|
@@ -96248,8 +97083,9 @@ export declare type SpfRelatedContentConnection = {
|
|
|
96248
97083
|
export declare type SpfRelatedContentEdge = {
|
|
96249
97084
|
__typename?: 'SpfRelatedContentEdge';
|
|
96250
97085
|
cursor: Scalars['String']['output'];
|
|
96251
|
-
node?: Maybe<
|
|
97086
|
+
node?: Maybe<SpfRelatedContentResult>;
|
|
96252
97087
|
};
|
|
97088
|
+
export declare type SpfRelatedContentResult = QueryError | SpfRelatedContent;
|
|
96253
97089
|
export declare type SpfTargetDate = {
|
|
96254
97090
|
__typename?: 'SpfTargetDate';
|
|
96255
97091
|
targetDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -96280,7 +97116,7 @@ export declare type SpfUpdateDependencyDescriptionInput = {
|
|
|
96280
97116
|
};
|
|
96281
97117
|
export declare type SpfUpdateDependencyImpactedWorkInput = {
|
|
96282
97118
|
id: Scalars['ID']['input'];
|
|
96283
|
-
impactedWorkId
|
|
97119
|
+
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
96284
97120
|
};
|
|
96285
97121
|
export declare type SpfUpdateDependencyJustificationInput = {
|
|
96286
97122
|
id: Scalars['ID']['input'];
|
|
@@ -96308,6 +97144,10 @@ export declare type SpfUpdateDependencyReceivingTeamInput = {
|
|
|
96308
97144
|
id: Scalars['ID']['input'];
|
|
96309
97145
|
receivingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
96310
97146
|
};
|
|
97147
|
+
export declare type SpfUpdateDependencyRequesterInput = {
|
|
97148
|
+
id: Scalars['ID']['input'];
|
|
97149
|
+
requesterId: Scalars['String']['input'];
|
|
97150
|
+
};
|
|
96311
97151
|
export declare type SpfUpdateDependencyRequestingTeamInput = {
|
|
96312
97152
|
id: Scalars['ID']['input'];
|
|
96313
97153
|
requestingTeamId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -96412,6 +97252,153 @@ export declare type SprintWithStatistics = BaseSprint & {
|
|
|
96412
97252
|
sprintState: SprintState;
|
|
96413
97253
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
96414
97254
|
};
|
|
97255
|
+
export declare enum StakeholderCommsAddedFromType {
|
|
97256
|
+
Jsm = "JSM",
|
|
97257
|
+
Statuspage = "STATUSPAGE"
|
|
97258
|
+
}
|
|
97259
|
+
export declare type StakeholderCommsAssignment = {
|
|
97260
|
+
__typename?: 'StakeholderCommsAssignment';
|
|
97261
|
+
addedFrom?: Maybe<StakeholderCommsAddedFromType>;
|
|
97262
|
+
assignmentType?: Maybe<StakeholderCommsAssignmentType>;
|
|
97263
|
+
externalAssignmentId?: Maybe<Scalars['String']['output']>;
|
|
97264
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
97265
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
97266
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
97267
|
+
};
|
|
97268
|
+
export declare type StakeholderCommsAssignmentIdInput = {
|
|
97269
|
+
assignmentId?: InputMaybe<Scalars['ID']['input']>;
|
|
97270
|
+
assignmentType?: InputMaybe<StakeholderCommsAssignmentType>;
|
|
97271
|
+
externalAssignmentId?: InputMaybe<Scalars['String']['input']>;
|
|
97272
|
+
};
|
|
97273
|
+
export declare enum StakeholderCommsAssignmentType {
|
|
97274
|
+
Asset = "ASSET",
|
|
97275
|
+
Incident = "INCIDENT",
|
|
97276
|
+
Org = "ORG",
|
|
97277
|
+
Page = "PAGE",
|
|
97278
|
+
Product = "PRODUCT",
|
|
97279
|
+
Services = "SERVICES",
|
|
97280
|
+
Site = "SITE"
|
|
97281
|
+
}
|
|
97282
|
+
export declare type StakeholderCommsCreateStakeholderInput = {
|
|
97283
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
97284
|
+
addedFrom: StakeholderCommsAddedFromType;
|
|
97285
|
+
assignmentType: StakeholderCommsAssignmentType;
|
|
97286
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
97287
|
+
externalAssignmentId: Scalars['String']['input'];
|
|
97288
|
+
phoneCountry?: InputMaybe<Scalars['String']['input']>;
|
|
97289
|
+
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
97290
|
+
preference: StakeholderCommsPreferencesInput;
|
|
97291
|
+
skipConfirmation: Scalars['Boolean']['input'];
|
|
97292
|
+
stakeholderType: StakeholderCommsStakeholderType;
|
|
97293
|
+
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
97294
|
+
};
|
|
97295
|
+
export declare type StakeholderCommsModePreference = {
|
|
97296
|
+
__typename?: 'StakeholderCommsModePreference';
|
|
97297
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
97298
|
+
};
|
|
97299
|
+
export declare type StakeholderCommsModePreferenceInput = {
|
|
97300
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
97301
|
+
};
|
|
97302
|
+
export declare type StakeholderCommsNotificationPreference = {
|
|
97303
|
+
__typename?: 'StakeholderCommsNotificationPreference';
|
|
97304
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
97305
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
97306
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
97307
|
+
phoneCountry?: Maybe<Scalars['String']['output']>;
|
|
97308
|
+
phoneNumber?: Maybe<Scalars['String']['output']>;
|
|
97309
|
+
preference?: Maybe<StakeholderCommsPreferences>;
|
|
97310
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
97311
|
+
webhook?: Maybe<Scalars['String']['output']>;
|
|
97312
|
+
};
|
|
97313
|
+
export declare type StakeholderCommsNotificationPreferenceInput = {
|
|
97314
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
97315
|
+
phoneCountry?: InputMaybe<Scalars['String']['input']>;
|
|
97316
|
+
phoneNumber?: InputMaybe<Scalars['String']['input']>;
|
|
97317
|
+
preference?: InputMaybe<StakeholderCommsPreferencesInput>;
|
|
97318
|
+
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
97319
|
+
};
|
|
97320
|
+
export declare type StakeholderCommsPaginatedAssignmentByStakeholderInput = {
|
|
97321
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
97322
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
97323
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
97324
|
+
};
|
|
97325
|
+
export declare type StakeholderCommsPaginatedAssignmentResults = {
|
|
97326
|
+
__typename?: 'StakeholderCommsPaginatedAssignmentResults';
|
|
97327
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
97328
|
+
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
97329
|
+
results?: Maybe<Array<Maybe<StakeholderCommsAssignment>>>;
|
|
97330
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
97331
|
+
};
|
|
97332
|
+
export declare type StakeholderCommsPaginatedStakeholderInput = {
|
|
97333
|
+
assignmentIdInput: StakeholderCommsAssignmentIdInput;
|
|
97334
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
97335
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
97336
|
+
};
|
|
97337
|
+
export declare type StakeholderCommsPaginatedStakeholderResults = {
|
|
97338
|
+
__typename?: 'StakeholderCommsPaginatedStakeholderResults';
|
|
97339
|
+
assignment?: Maybe<StakeholderCommsAssignment>;
|
|
97340
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
97341
|
+
nextPageCursor?: Maybe<Scalars['String']['output']>;
|
|
97342
|
+
results?: Maybe<Array<Maybe<StakeholderCommsStakeholder>>>;
|
|
97343
|
+
};
|
|
97344
|
+
export declare type StakeholderCommsPreferences = {
|
|
97345
|
+
__typename?: 'StakeholderCommsPreferences';
|
|
97346
|
+
email?: Maybe<StakeholderCommsModePreference>;
|
|
97347
|
+
sms?: Maybe<StakeholderCommsModePreference>;
|
|
97348
|
+
webhook?: Maybe<StakeholderCommsModePreference>;
|
|
97349
|
+
};
|
|
97350
|
+
export declare type StakeholderCommsPreferencesInput = {
|
|
97351
|
+
email?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
97352
|
+
sms?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
97353
|
+
webhook?: InputMaybe<StakeholderCommsModePreferenceInput>;
|
|
97354
|
+
};
|
|
97355
|
+
export declare type StakeholderCommsStakeholder = {
|
|
97356
|
+
__typename?: 'StakeholderCommsStakeholder';
|
|
97357
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
97358
|
+
id: Scalars['ID']['output'];
|
|
97359
|
+
insertedAt?: Maybe<Scalars['String']['output']>;
|
|
97360
|
+
notificationPreference?: Maybe<StakeholderCommsNotificationPreference>;
|
|
97361
|
+
skipConfirmation?: Maybe<Scalars['Boolean']['output']>;
|
|
97362
|
+
status?: Maybe<StakeholderCommsStakeholderStatus>;
|
|
97363
|
+
type?: Maybe<StakeholderCommsStakeholderType>;
|
|
97364
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
97365
|
+
};
|
|
97366
|
+
export declare type StakeholderCommsStakeholderAssignmentIdInput = {
|
|
97367
|
+
assignmentIdInput: StakeholderCommsAssignmentIdInput;
|
|
97368
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
97369
|
+
};
|
|
97370
|
+
export declare type StakeholderCommsStakeholderAssignmentResponse = {
|
|
97371
|
+
__typename?: 'StakeholderCommsStakeholderAssignmentResponse';
|
|
97372
|
+
assignment?: Maybe<StakeholderCommsAssignment>;
|
|
97373
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
97374
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
97375
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
97376
|
+
};
|
|
97377
|
+
export declare type StakeholderCommsStakeholderIdInput = {
|
|
97378
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
97379
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
97380
|
+
stakeholderId?: InputMaybe<Scalars['ID']['input']>;
|
|
97381
|
+
stakeholderType?: InputMaybe<StakeholderCommsStakeholderType>;
|
|
97382
|
+
};
|
|
97383
|
+
export declare type StakeholderCommsStakeholderResponse = {
|
|
97384
|
+
__typename?: 'StakeholderCommsStakeholderResponse';
|
|
97385
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
97386
|
+
stakeholder?: Maybe<StakeholderCommsStakeholder>;
|
|
97387
|
+
};
|
|
97388
|
+
export declare enum StakeholderCommsStakeholderStatus {
|
|
97389
|
+
Active = "ACTIVE",
|
|
97390
|
+
Deleted = "DELETED",
|
|
97391
|
+
Quarantined = "QUARANTINED"
|
|
97392
|
+
}
|
|
97393
|
+
export declare enum StakeholderCommsStakeholderType {
|
|
97394
|
+
External = "EXTERNAL",
|
|
97395
|
+
Internal = "INTERNAL"
|
|
97396
|
+
}
|
|
97397
|
+
export declare type StakeholderCommsUpdateStakeholderInput = {
|
|
97398
|
+
notificationPreference?: InputMaybe<StakeholderCommsNotificationPreferenceInput>;
|
|
97399
|
+
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
97400
|
+
status?: InputMaybe<StakeholderCommsStakeholderStatus>;
|
|
97401
|
+
};
|
|
96415
97402
|
export declare type StalePagePayload = {
|
|
96416
97403
|
__typename?: 'StalePagePayload';
|
|
96417
97404
|
lastActivityDate: Scalars['String']['output'];
|
|
@@ -99504,6 +100491,7 @@ export declare enum TrelloCardBatchStatus {
|
|
|
99504
100491
|
}
|
|
99505
100492
|
export declare type TrelloCardClause = {
|
|
99506
100493
|
closed?: InputMaybe<TrelloCardClosedClause>;
|
|
100494
|
+
completed?: InputMaybe<TrelloCardCompleteClause>;
|
|
99507
100495
|
list?: InputMaybe<TrelloCardListClause>;
|
|
99508
100496
|
};
|
|
99509
100497
|
export declare type TrelloCardCloseCommand = {
|
|
@@ -99515,6 +100503,9 @@ export declare type TrelloCardClosedClause = {
|
|
|
99515
100503
|
export declare type TrelloCardCommand = {
|
|
99516
100504
|
close?: InputMaybe<TrelloCardCloseCommand>;
|
|
99517
100505
|
};
|
|
100506
|
+
export declare type TrelloCardCompleteClause = {
|
|
100507
|
+
completed: Scalars['Boolean']['input'];
|
|
100508
|
+
};
|
|
99518
100509
|
export declare type TrelloCardConnection = {
|
|
99519
100510
|
__typename?: 'TrelloCardConnection';
|
|
99520
100511
|
edges?: Maybe<Array<TrelloCardEdge>>;
|
|
@@ -100194,6 +101185,7 @@ export declare enum TrelloListType {
|
|
|
100194
101185
|
}
|
|
100195
101186
|
export declare type TrelloListUpdated = {
|
|
100196
101187
|
__typename?: 'TrelloListUpdated';
|
|
101188
|
+
bulkArchivedCards?: Maybe<Array<Scalars['ID']['output']>>;
|
|
100197
101189
|
cards?: Maybe<TrelloCardUpdatedConnection>;
|
|
100198
101190
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
100199
101191
|
id: Scalars['ID']['output'];
|
|
@@ -100755,6 +101747,7 @@ export declare type TrelloPlannerCalendarUpdated = {
|
|
|
100755
101747
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
100756
101748
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
100757
101749
|
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
101750
|
+
forceUpdateTimestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
100758
101751
|
id: Scalars['ID']['output'];
|
|
100759
101752
|
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
100760
101753
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -101141,6 +102134,7 @@ export declare type TrelloSubscriptionApi = {
|
|
|
101141
102134
|
__typename?: 'TrelloSubscriptionApi';
|
|
101142
102135
|
onBoardCardSetUpdated?: Maybe<TrelloBoardUpdated>;
|
|
101143
102136
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
102137
|
+
onCardBatchUpdated?: Maybe<TrelloCardBatch>;
|
|
101144
102138
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
101145
102139
|
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
101146
102140
|
};
|
|
@@ -101152,6 +102146,9 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
101152
102146
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
101153
102147
|
id: Scalars['ID']['input'];
|
|
101154
102148
|
};
|
|
102149
|
+
export declare type TrelloSubscriptionApiOnCardBatchUpdatedArgs = {
|
|
102150
|
+
id: Scalars['ID']['input'];
|
|
102151
|
+
};
|
|
101155
102152
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
101156
102153
|
id: Scalars['ID']['input'];
|
|
101157
102154
|
};
|
|
@@ -102534,6 +103531,7 @@ export declare type UpdateCompassHasMetricValueCriteriaInput = {
|
|
|
102534
103531
|
comparator?: InputMaybe<CompassCriteriaNumberComparatorOptions>;
|
|
102535
103532
|
comparatorValue?: InputMaybe<Scalars['Float']['input']>;
|
|
102536
103533
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
103534
|
+
graduatedSeriesComparators?: InputMaybe<Array<CompassCriteriaGraduatedSeriesInput>>;
|
|
102537
103535
|
id: Scalars['ID']['input'];
|
|
102538
103536
|
metricDefinitionId?: InputMaybe<Scalars['ID']['input']>;
|
|
102539
103537
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -102588,6 +103586,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
102588
103586
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
102589
103587
|
statusConfig?: InputMaybe<CompassScorecardStatusConfigInput>;
|
|
102590
103588
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
103589
|
+
verified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
102591
103590
|
};
|
|
102592
103591
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
102593
103592
|
__typename?: 'UpdateCompassScorecardPayload';
|
|
@@ -104780,7 +105779,6 @@ export declare type WorkSuggestionsPurgeUserProfilePayload = Payload & {
|
|
|
104780
105779
|
};
|
|
104781
105780
|
export declare type WorkSuggestionsSaveUserProfileInput = {
|
|
104782
105781
|
cloudId: Scalars['ID']['input'];
|
|
104783
|
-
isUpdate: Scalars['Boolean']['input'];
|
|
104784
105782
|
persona?: InputMaybe<WorkSuggestionsUserPersona>;
|
|
104785
105783
|
projectAris: Array<Scalars['ID']['input']>;
|
|
104786
105784
|
};
|
|
@@ -104832,7 +105830,6 @@ export declare type WorkSuggestionsUserProfile = {
|
|
|
104832
105830
|
__typename?: 'WorkSuggestionsUserProfile';
|
|
104833
105831
|
aaid: Scalars['String']['output'];
|
|
104834
105832
|
createdOn: Scalars['String']['output'];
|
|
104835
|
-
id: Scalars['String']['output'];
|
|
104836
105833
|
persona?: Maybe<WorkSuggestionsUserPersona>;
|
|
104837
105834
|
projectAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
104838
105835
|
};
|