@forge/cli-shared 9.0.1-next.1 → 9.0.1-next.2
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 +7 -0
- package/out/graphql/graphql-types.d.ts +894 -84
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +163 -64
- package/package.json +2 -2
|
@@ -596,6 +596,7 @@ export type AiOpsInvestigationInputContext = {
|
|
|
596
596
|
inScopeServiceIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
597
597
|
sourceEntityId: Scalars['String']['output'];
|
|
598
598
|
sourceEntityType: AiOpsInvestigationSourceEntityType;
|
|
599
|
+
sourceJiraIssue?: Maybe<JiraIssue>;
|
|
599
600
|
};
|
|
600
601
|
export type AiOpsInvestigationProgressItem = {
|
|
601
602
|
__typename?: 'AIOpsInvestigationProgressItem';
|
|
@@ -1592,6 +1593,9 @@ export type AvpAnalyticsPrincipalPermissionInput = {
|
|
|
1592
1593
|
export type AvpAnalyticsPurgeMetricInput = {
|
|
1593
1594
|
metricId: Scalars['ID']['input'];
|
|
1594
1595
|
};
|
|
1596
|
+
export type AvpAnalyticsPurgeModelInput = {
|
|
1597
|
+
modelId: Scalars['ID']['input'];
|
|
1598
|
+
};
|
|
1595
1599
|
export type AvpAnalyticsRangeValue = {
|
|
1596
1600
|
__typename?: 'AVPAnalyticsRangeValue';
|
|
1597
1601
|
fromExpression?: Maybe<Scalars['String']['output']>;
|
|
@@ -8604,6 +8608,7 @@ export type AgentWorkspaceSkillCreateInput = {
|
|
|
8604
8608
|
export type AgentWorkspaceSkillCreatePayload = {
|
|
8605
8609
|
__typename?: 'AgentWorkspaceSkillCreatePayload';
|
|
8606
8610
|
errors?: Maybe<Array<MutationError>>;
|
|
8611
|
+
skill?: Maybe<AgentWorkspaceSkill>;
|
|
8607
8612
|
success: Scalars['Boolean']['output'];
|
|
8608
8613
|
};
|
|
8609
8614
|
export type AgentWorkspaceSkillEdge = {
|
|
@@ -11513,6 +11518,15 @@ export type AssetsDmAdapter = {
|
|
|
11513
11518
|
name?: Maybe<Scalars['String']['output']>;
|
|
11514
11519
|
vendor?: Maybe<Scalars['String']['output']>;
|
|
11515
11520
|
};
|
|
11521
|
+
export declare enum AssetsDmAdapterClientVersionStatus {
|
|
11522
|
+
None = "NONE",
|
|
11523
|
+
UpdateAvailable = "UPDATE_AVAILABLE",
|
|
11524
|
+
UpdateRequired = "UPDATE_REQUIRED"
|
|
11525
|
+
}
|
|
11526
|
+
export type AssetsDmAdapterClientVersionStatusResponse = {
|
|
11527
|
+
__typename?: 'AssetsDMAdapterClientVersionStatusResponse';
|
|
11528
|
+
status: AssetsDmAdapterClientVersionStatus;
|
|
11529
|
+
};
|
|
11516
11530
|
export type AssetsDmAdapters = {
|
|
11517
11531
|
__typename?: 'AssetsDMAdapters';
|
|
11518
11532
|
general?: Maybe<Array<Maybe<AssetsDmAdapter>>>;
|
|
@@ -11622,11 +11636,6 @@ export type AssetsDmBigfixDefaultQueryResponse = {
|
|
|
11622
11636
|
isSuccessful: Scalars['Boolean']['output'];
|
|
11623
11637
|
query: Scalars['String']['output'];
|
|
11624
11638
|
};
|
|
11625
|
-
export type AssetsDmChangeDataSourceStatusArgs = {
|
|
11626
|
-
cloudId: Scalars['ID']['input'];
|
|
11627
|
-
input: AssetsDmChangeDataSourceStatusInput;
|
|
11628
|
-
workspaceId: Scalars['ID']['input'];
|
|
11629
|
-
};
|
|
11630
11639
|
export type AssetsDmChangeDataSourceStatusInput = {
|
|
11631
11640
|
dataSourceId: Scalars['ID']['input'];
|
|
11632
11641
|
status: AssetsDmDataSourceStatus;
|
|
@@ -11740,16 +11749,8 @@ export type AssetsDmCreateDataDictionaryGroupValueResponse = {
|
|
|
11740
11749
|
isSuccessful: Scalars['Boolean']['output'];
|
|
11741
11750
|
message: Scalars['String']['output'];
|
|
11742
11751
|
};
|
|
11743
|
-
export type AssetsDmCreateDataSourceArgs = {
|
|
11744
|
-
cloudId: Scalars['ID']['input'];
|
|
11745
|
-
input: AssetsDmCreateDataSourceInput;
|
|
11746
|
-
workspaceId: Scalars['ID']['input'];
|
|
11747
|
-
};
|
|
11748
11752
|
export type AssetsDmCreateDataSourceInput = {
|
|
11749
|
-
dataSourceTypeId: Scalars['ID']['input'];
|
|
11750
11753
|
enabled: Scalars['Boolean']['input'];
|
|
11751
|
-
name: Scalars['String']['input'];
|
|
11752
|
-
objectId: Scalars['ID']['input'];
|
|
11753
11754
|
priority: Scalars['Int']['input'];
|
|
11754
11755
|
refreshGap: Scalars['Int']['input'];
|
|
11755
11756
|
tableName: Scalars['String']['input'];
|
|
@@ -11802,19 +11803,6 @@ export type AssetsDmCreateObjectAttributeResponse = {
|
|
|
11802
11803
|
name?: Maybe<Scalars['String']['output']>;
|
|
11803
11804
|
objectAttributeId?: Maybe<Scalars['ID']['output']>;
|
|
11804
11805
|
};
|
|
11805
|
-
export declare enum AssetsDmDataDictionaryColumnName {
|
|
11806
|
-
ComputeDictionaryId = "computeDictionaryId",
|
|
11807
|
-
DestinationObjectAttributeId = "destinationObjectAttributeId",
|
|
11808
|
-
DmComputeDictionaryDate = "dmComputeDictionaryDate",
|
|
11809
|
-
DmComputeDictionaryId = "dmComputeDictionaryId",
|
|
11810
|
-
Name = "name",
|
|
11811
|
-
ObjectId = "objectId",
|
|
11812
|
-
Priority = "priority",
|
|
11813
|
-
Scope = "scope",
|
|
11814
|
-
SourceObjectAttributeId = "sourceObjectAttributeId",
|
|
11815
|
-
SourceObjectAttributeId2 = "sourceObjectAttributeId2",
|
|
11816
|
-
TenantId = "tenantId"
|
|
11817
|
-
}
|
|
11818
11806
|
export type AssetsDmDataDictionaryFilter = {
|
|
11819
11807
|
columnName: AssetsDmDataDictionaryFilterColumn;
|
|
11820
11808
|
value: Scalars['String']['input'];
|
|
@@ -11878,7 +11866,6 @@ export type AssetsDmDataDictionaryRow = {
|
|
|
11878
11866
|
destinationObjectAttributeId: Scalars['ID']['output'];
|
|
11879
11867
|
dmComputeDictionaryDate: Scalars['String']['output'];
|
|
11880
11868
|
dmComputeDictionaryId?: Maybe<Scalars['ID']['output']>;
|
|
11881
|
-
latestDictionaryUpdateDate?: Maybe<Scalars['String']['output']>;
|
|
11882
11869
|
name: Scalars['String']['output'];
|
|
11883
11870
|
objectId: Scalars['ID']['output'];
|
|
11884
11871
|
priority: Scalars['Int']['output'];
|
|
@@ -11923,11 +11910,6 @@ export type AssetsDmDataSource = {
|
|
|
11923
11910
|
noOfRecords?: Maybe<Scalars['Int']['output']>;
|
|
11924
11911
|
statusText?: Maybe<Scalars['String']['output']>;
|
|
11925
11912
|
};
|
|
11926
|
-
export type AssetsDmDataSourceArgs = {
|
|
11927
|
-
cloudId: Scalars['ID']['input'];
|
|
11928
|
-
dataSourceId: Scalars['ID']['input'];
|
|
11929
|
-
workspaceId: Scalars['ID']['input'];
|
|
11930
|
-
};
|
|
11931
11913
|
export type AssetsDmDataSourceCleansingCleansingExecutive = {
|
|
11932
11914
|
__typename?: 'AssetsDMDataSourceCleansingCleansingExecutive';
|
|
11933
11915
|
cleansingExecutiveId: Scalars['ID']['output'];
|
|
@@ -12185,13 +12167,6 @@ export type AssetsDmDataSourceDetail = {
|
|
|
12185
12167
|
tableName: Scalars['String']['output'];
|
|
12186
12168
|
tenantId: Scalars['ID']['output'];
|
|
12187
12169
|
};
|
|
12188
|
-
export type AssetsDmDataSourceDetailResponse = {
|
|
12189
|
-
__typename?: 'AssetsDMDataSourceDetailResponse';
|
|
12190
|
-
dataSource?: Maybe<AssetsDmDataSourceDetail>;
|
|
12191
|
-
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
12192
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
12193
|
-
success: Scalars['Boolean']['output'];
|
|
12194
|
-
};
|
|
12195
12170
|
export type AssetsDmDataSourceDetails = {
|
|
12196
12171
|
__typename?: 'AssetsDMDataSourceDetails';
|
|
12197
12172
|
canBeScheduled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -12570,12 +12545,6 @@ export type AssetsDmDataSourcesList = {
|
|
|
12570
12545
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
12571
12546
|
totalCount: Scalars['Int']['output'];
|
|
12572
12547
|
};
|
|
12573
|
-
export type AssetsDmDataSourcesListArgs = {
|
|
12574
|
-
cloudId: Scalars['ID']['input'];
|
|
12575
|
-
search?: InputMaybe<AssetsDmDataSourceSearch>;
|
|
12576
|
-
sortBy?: InputMaybe<AssetsDmDataSourceSort>;
|
|
12577
|
-
workspaceId: Scalars['ID']['input'];
|
|
12578
|
-
};
|
|
12579
12548
|
export type AssetsDmDateFormatMutationResponse = {
|
|
12580
12549
|
__typename?: 'AssetsDMDateFormatMutationResponse';
|
|
12581
12550
|
isSuccessful: Scalars['Boolean']['output'];
|
|
@@ -12677,7 +12646,6 @@ export type AssetsDmDefaultAttributeMappingRow = {
|
|
|
12677
12646
|
isPrimaryKey: Scalars['Boolean']['output'];
|
|
12678
12647
|
isSecondaryKey: Scalars['Boolean']['output'];
|
|
12679
12648
|
objectAttributeId: Scalars['ID']['output'];
|
|
12680
|
-
objectClassId: Scalars['ID']['output'];
|
|
12681
12649
|
sourceColumn: Scalars['String']['output'];
|
|
12682
12650
|
};
|
|
12683
12651
|
export type AssetsDmDefaultAttributeMappingSortBy = {
|
|
@@ -12778,11 +12746,6 @@ export type AssetsDmDeleteDataDictionaryResponse = {
|
|
|
12778
12746
|
isSuccessful: Scalars['Boolean']['output'];
|
|
12779
12747
|
message: Scalars['String']['output'];
|
|
12780
12748
|
};
|
|
12781
|
-
export type AssetsDmDeleteDataSourceArgs = {
|
|
12782
|
-
cloudId: Scalars['ID']['input'];
|
|
12783
|
-
input: AssetsDmDeleteDataSourceInput;
|
|
12784
|
-
workspaceId: Scalars['ID']['input'];
|
|
12785
|
-
};
|
|
12786
12749
|
export type AssetsDmDeleteDataSourceConfigPayload = {
|
|
12787
12750
|
__typename?: 'AssetsDMDeleteDataSourceConfigPayload';
|
|
12788
12751
|
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -13395,11 +13358,6 @@ export type AssetsDmObjectsListExportRequestCreateResponse = {
|
|
|
13395
13358
|
isSuccessful: Scalars['Boolean']['output'];
|
|
13396
13359
|
message: Scalars['String']['output'];
|
|
13397
13360
|
};
|
|
13398
|
-
export declare enum AssetsDmObjectsListIconType {
|
|
13399
|
-
Failed = "FAILED",
|
|
13400
|
-
Success = "SUCCESS",
|
|
13401
|
-
Unknown = "UNKNOWN"
|
|
13402
|
-
}
|
|
13403
13361
|
export type AssetsDmObjectsListPageInfo = {
|
|
13404
13362
|
__typename?: 'AssetsDMObjectsListPageInfo';
|
|
13405
13363
|
currentPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
@@ -13561,8 +13519,8 @@ export type AssetsDmQualysReport = {
|
|
|
13561
13519
|
};
|
|
13562
13520
|
export type AssetsDmRawDataFilter = {
|
|
13563
13521
|
__typename?: 'AssetsDMRawDataFilter';
|
|
13564
|
-
name
|
|
13565
|
-
type
|
|
13522
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
13523
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
13566
13524
|
value?: Maybe<Scalars['String']['output']>;
|
|
13567
13525
|
valueTo?: Maybe<Scalars['String']['output']>;
|
|
13568
13526
|
};
|
|
@@ -13732,11 +13690,6 @@ export type AssetsDmUpdateCleansingReasonResponse = {
|
|
|
13732
13690
|
isSuccessful: Scalars['Boolean']['output'];
|
|
13733
13691
|
message: Scalars['String']['output'];
|
|
13734
13692
|
};
|
|
13735
|
-
export type AssetsDmUpdateDataSourceArgs = {
|
|
13736
|
-
cloudId: Scalars['ID']['input'];
|
|
13737
|
-
input: AssetsDmUpdateDataSourceInput;
|
|
13738
|
-
workspaceId: Scalars['ID']['input'];
|
|
13739
|
-
};
|
|
13740
13693
|
export type AssetsDmUpdateDataSourceInput = {
|
|
13741
13694
|
dataSourceId: Scalars['ID']['input'];
|
|
13742
13695
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -13751,11 +13704,6 @@ export type AssetsDmUpdateDataSourcePayload = {
|
|
|
13751
13704
|
message?: Maybe<Scalars['String']['output']>;
|
|
13752
13705
|
success: Scalars['Boolean']['output'];
|
|
13753
13706
|
};
|
|
13754
|
-
export type AssetsDmUpdateDataSourcePriorityArgs = {
|
|
13755
|
-
cloudId: Scalars['ID']['input'];
|
|
13756
|
-
input: AssetsDmUpdateDataSourcePriorityInput;
|
|
13757
|
-
workspaceId: Scalars['ID']['input'];
|
|
13758
|
-
};
|
|
13759
13707
|
export type AssetsDmUpdateDataSourcePriorityInput = {
|
|
13760
13708
|
dataSourceId: Scalars['ID']['input'];
|
|
13761
13709
|
increase: Scalars['Boolean']['input'];
|
|
@@ -14107,6 +14055,7 @@ export type AssetsProjectAttribute = AssetsObjectTypeAttribute & {
|
|
|
14107
14055
|
name?: Maybe<Scalars['String']['output']>;
|
|
14108
14056
|
objectTypeId?: Maybe<Scalars['ID']['output']>;
|
|
14109
14057
|
position?: Maybe<Scalars['Int']['output']>;
|
|
14058
|
+
sitePickerEntry?: Maybe<AssetsSitePickerEntry>;
|
|
14110
14059
|
};
|
|
14111
14060
|
export type AssetsProjectAttributeOnObject = AssetsAttributeOnObject & {
|
|
14112
14061
|
__typename?: 'AssetsProjectAttributeOnObject';
|
|
@@ -14184,6 +14133,12 @@ export type AssetsServiceObject = AssetsObjectNode & Node & {
|
|
|
14184
14133
|
export type AssetsServiceObjectAttributesArgs = {
|
|
14185
14134
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
14186
14135
|
};
|
|
14136
|
+
export type AssetsSitePickerEntry = {
|
|
14137
|
+
__typename?: 'AssetsSitePickerEntry';
|
|
14138
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
14139
|
+
displayUrl?: Maybe<Scalars['String']['output']>;
|
|
14140
|
+
siteCloudId?: Maybe<Scalars['String']['output']>;
|
|
14141
|
+
};
|
|
14187
14142
|
export type AssetsSpaceAttribute = AssetsObjectTypeAttribute & {
|
|
14188
14143
|
__typename?: 'AssetsSpaceAttribute';
|
|
14189
14144
|
disabledPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -14736,6 +14691,7 @@ export type AssetsVerticalDepreciationRuleAssetTypeInput = {
|
|
|
14736
14691
|
objSchemaId: Scalars['ID']['input'];
|
|
14737
14692
|
objTypeId: Scalars['ID']['input'];
|
|
14738
14693
|
};
|
|
14694
|
+
export type AssetsVerticalDepreciationRuleByAssetTypesTrackingResult = AssetsVerticalDepreciationRule | QueryError;
|
|
14739
14695
|
export type AssetsVerticalDepreciationRuleConnection = {
|
|
14740
14696
|
__typename?: 'AssetsVerticalDepreciationRuleConnection';
|
|
14741
14697
|
edges: Array<AssetsVerticalDepreciationRuleEdge>;
|
|
@@ -17015,6 +16971,83 @@ export type CcpCompareOfferingsHighlightedOfferingInput = {
|
|
|
17015
16971
|
export type CcpCompareOfferingsInput = {
|
|
17016
16972
|
highlightedOffering?: InputMaybe<CcpCompareOfferingsHighlightedOfferingInput>;
|
|
17017
16973
|
};
|
|
16974
|
+
export type CcpConcession = Node & {
|
|
16975
|
+
__typename?: 'CcpConcession';
|
|
16976
|
+
applicationReason?: Maybe<CcpConcessionApplicationReasonWithCustomisable>;
|
|
16977
|
+
benefits?: Maybe<Array<Maybe<CcpConcessionBenefit>>>;
|
|
16978
|
+
catalogAccountKey?: Maybe<Scalars['ID']['output']>;
|
|
16979
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
16980
|
+
eligibilityRules?: Maybe<CcpConcessionEligibilityRule>;
|
|
16981
|
+
eligibleWindow?: Maybe<CcpConcessionEligibleWindow>;
|
|
16982
|
+
id: Scalars['ID']['output'];
|
|
16983
|
+
promotionCodeConfig?: Maybe<CcpConcessionPromotionCodeConfig>;
|
|
16984
|
+
status?: Maybe<CcpConcessionStatus>;
|
|
16985
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
16986
|
+
type?: Maybe<CcpConcessionType>;
|
|
16987
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
16988
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
16989
|
+
};
|
|
16990
|
+
export declare enum CcpConcessionAllowedRedemptionMethod {
|
|
16991
|
+
Promotion = "PROMOTION",
|
|
16992
|
+
PromotionCode = "PROMOTION_CODE"
|
|
16993
|
+
}
|
|
16994
|
+
export type CcpConcessionApplicationReasonWithCustomisable = {
|
|
16995
|
+
__typename?: 'CcpConcessionApplicationReasonWithCustomisable';
|
|
16996
|
+
customisable?: Maybe<CcpCustomisableApplicationReason>;
|
|
16997
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
16998
|
+
readableName?: Maybe<Scalars['String']['output']>;
|
|
16999
|
+
};
|
|
17000
|
+
export type CcpConcessionBenefit = {
|
|
17001
|
+
__typename?: 'CcpConcessionBenefit';
|
|
17002
|
+
benefitType?: Maybe<CcpPromotionBenefitType>;
|
|
17003
|
+
customisable?: Maybe<CcpPromotionBenefitCustomisable>;
|
|
17004
|
+
duration?: Maybe<CcpDuration>;
|
|
17005
|
+
iterations?: Maybe<Scalars['Int']['output']>;
|
|
17006
|
+
subBenefitType?: Maybe<CcpPromotionSubBenefitType>;
|
|
17007
|
+
value?: Maybe<Scalars['Float']['output']>;
|
|
17008
|
+
values?: Maybe<Array<Maybe<CcpBenefitValue>>>;
|
|
17009
|
+
};
|
|
17010
|
+
export type CcpConcessionEligibilityRule = {
|
|
17011
|
+
__typename?: 'CcpConcessionEligibilityRule';
|
|
17012
|
+
currencies?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
17013
|
+
pricingType?: Maybe<Array<Maybe<CcpPromotionEligibilityPricingType>>>;
|
|
17014
|
+
ruleCondition?: Maybe<CcpPromotionAndOrRuleCondition>;
|
|
17015
|
+
};
|
|
17016
|
+
export type CcpConcessionEligibleWindow = {
|
|
17017
|
+
__typename?: 'CcpConcessionEligibleWindow';
|
|
17018
|
+
endTime?: Maybe<Scalars['Float']['output']>;
|
|
17019
|
+
startTime?: Maybe<Scalars['Float']['output']>;
|
|
17020
|
+
};
|
|
17021
|
+
export type CcpConcessionPromotionCodeConfig = {
|
|
17022
|
+
__typename?: 'CcpConcessionPromotionCodeConfig';
|
|
17023
|
+
allowedRedemptionMethods?: Maybe<Array<Maybe<CcpConcessionAllowedRedemptionMethod>>>;
|
|
17024
|
+
maxRedemptions?: Maybe<Scalars['Int']['output']>;
|
|
17025
|
+
promotionCodeType?: Maybe<CcpConcessionPromotionCodeType>;
|
|
17026
|
+
};
|
|
17027
|
+
export declare enum CcpConcessionPromotionCodeType {
|
|
17028
|
+
None = "NONE",
|
|
17029
|
+
Shared = "SHARED",
|
|
17030
|
+
Unique = "UNIQUE"
|
|
17031
|
+
}
|
|
17032
|
+
export declare enum CcpConcessionStatus {
|
|
17033
|
+
Active = "ACTIVE",
|
|
17034
|
+
Cancelled = "CANCELLED",
|
|
17035
|
+
Drafted = "DRAFTED",
|
|
17036
|
+
Expired = "EXPIRED",
|
|
17037
|
+
Inactive = "INACTIVE",
|
|
17038
|
+
Withdrawn = "WITHDRAWN"
|
|
17039
|
+
}
|
|
17040
|
+
export declare enum CcpConcessionType {
|
|
17041
|
+
DealRegistrationMargin = "DEAL_REGISTRATION_MARGIN",
|
|
17042
|
+
DiscretionaryDiscount = "DISCRETIONARY_DISCOUNT",
|
|
17043
|
+
ListPrice = "LIST_PRICE",
|
|
17044
|
+
ListPriceAdjustment = "LIST_PRICE_ADJUSTMENT",
|
|
17045
|
+
LoyaltyDiscount = "LOYALTY_DISCOUNT",
|
|
17046
|
+
PartnerDiscount = "PARTNER_DISCOUNT",
|
|
17047
|
+
PartnerMargin = "PARTNER_MARGIN",
|
|
17048
|
+
PromoCode = "PROMO_CODE",
|
|
17049
|
+
TrialExtension = "TRIAL_EXTENSION"
|
|
17050
|
+
}
|
|
17018
17051
|
export type CcpConfigurePaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
17019
17052
|
__typename?: 'CcpConfigurePaymentMethodExperienceCapability';
|
|
17020
17053
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -21279,6 +21312,7 @@ export type CommerceExpCcpTransactionAccount = {
|
|
|
21279
21312
|
paginatedInvoiceGroupsResult?: Maybe<CommerceExpInvoiceGroupResultConnection>;
|
|
21280
21313
|
paymentMethods?: Maybe<Array<Maybe<CommerceExpPaymentMethod>>>;
|
|
21281
21314
|
quotes?: Maybe<Array<Maybe<CommerceExpCcpQuote>>>;
|
|
21315
|
+
quotes2?: Maybe<CommerceExpQuoteConnection>;
|
|
21282
21316
|
shipToParties?: Maybe<Array<Maybe<CommerceExpShipToParty>>>;
|
|
21283
21317
|
slug?: Maybe<Scalars['String']['output']>;
|
|
21284
21318
|
status?: Maybe<CommerceExpTransactionAccountStatus>;
|
|
@@ -21314,6 +21348,14 @@ export type CommerceExpCcpTransactionAccountQuotesArgs = {
|
|
|
21314
21348
|
filter?: InputMaybe<CommerceExpQuoteFilter>;
|
|
21315
21349
|
sort?: InputMaybe<Array<CommerceExpSort>>;
|
|
21316
21350
|
};
|
|
21351
|
+
export type CommerceExpCcpTransactionAccountQuotes2Args = {
|
|
21352
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
21353
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
21354
|
+
filter?: InputMaybe<CommerceExpQuoteFilter>;
|
|
21355
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
21356
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
21357
|
+
sort?: InputMaybe<Array<CommerceExpSort>>;
|
|
21358
|
+
};
|
|
21317
21359
|
export type CommerceExpChargeDetails = {
|
|
21318
21360
|
__typename?: 'CommerceExpChargeDetails';
|
|
21319
21361
|
chargeQuantities?: Maybe<Array<Maybe<CommerceExpChargeQuantity>>>;
|
|
@@ -23376,6 +23418,16 @@ export type CommerceExpPurchaseOrderInput = {
|
|
|
23376
23418
|
number: Scalars['String']['input'];
|
|
23377
23419
|
oneTimeUse?: InputMaybe<Scalars['Boolean']['input']>;
|
|
23378
23420
|
};
|
|
23421
|
+
export type CommerceExpQuoteConnection = {
|
|
23422
|
+
__typename?: 'CommerceExpQuoteConnection';
|
|
23423
|
+
edges?: Maybe<Array<Maybe<CommerceExpQuoteEdge>>>;
|
|
23424
|
+
pageInfo: PageInfo;
|
|
23425
|
+
};
|
|
23426
|
+
export type CommerceExpQuoteEdge = {
|
|
23427
|
+
__typename?: 'CommerceExpQuoteEdge';
|
|
23428
|
+
cursor: Scalars['String']['output'];
|
|
23429
|
+
node?: Maybe<CommerceExpCcpQuote>;
|
|
23430
|
+
};
|
|
23379
23431
|
export type CommerceExpQuoteFilter = {
|
|
23380
23432
|
status?: InputMaybe<CommerceExpQuoteStatusFilter>;
|
|
23381
23433
|
};
|
|
@@ -37228,11 +37280,15 @@ export type ContentBody = {
|
|
|
37228
37280
|
links?: Maybe<LinksContextBase>;
|
|
37229
37281
|
macroRenderedOutput?: Maybe<FormattedBody>;
|
|
37230
37282
|
macroRenderedRepresentation?: Maybe<Scalars['String']['output']>;
|
|
37283
|
+
mediaItems?: Maybe<Array<Maybe<MediaItem>>>;
|
|
37231
37284
|
mediaToken?: Maybe<EmbeddedMediaToken>;
|
|
37232
37285
|
representation?: Maybe<Scalars['String']['output']>;
|
|
37233
37286
|
value?: Maybe<Scalars['String']['output']>;
|
|
37234
37287
|
webresource?: Maybe<WebResourceDependencies>;
|
|
37235
37288
|
};
|
|
37289
|
+
export type ContentBodyMediaItemsArgs = {
|
|
37290
|
+
cloudId: Scalars['ID']['input'];
|
|
37291
|
+
};
|
|
37236
37292
|
export type ContentBodyInput = {
|
|
37237
37293
|
representation: Scalars['String']['input'];
|
|
37238
37294
|
value: Scalars['String']['input'];
|
|
@@ -37720,6 +37776,7 @@ export type ConvoAiConfluenceSpaceRecommendation = {
|
|
|
37720
37776
|
export type ConvoAiConversationMessage = ConvoAiAgentMessage & {
|
|
37721
37777
|
__typename?: 'ConvoAiConversationMessage';
|
|
37722
37778
|
actions?: Maybe<Array<Maybe<ConvoAiAgentAction>>>;
|
|
37779
|
+
agentSessionState?: Maybe<Scalars['String']['output']>;
|
|
37723
37780
|
artifacts?: Maybe<Array<ConvoAiMessageArtifact>>;
|
|
37724
37781
|
authorId?: Maybe<Scalars['String']['output']>;
|
|
37725
37782
|
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
@@ -37964,6 +38021,69 @@ export declare enum ConvoAiRelatedLinksMode {
|
|
|
37964
38021
|
ThirdParty = "THIRD_PARTY",
|
|
37965
38022
|
Unified = "UNIFIED"
|
|
37966
38023
|
}
|
|
38024
|
+
export declare enum ConvoAiSearchAgentEffort {
|
|
38025
|
+
Agentic = "AGENTIC",
|
|
38026
|
+
Light = "LIGHT"
|
|
38027
|
+
}
|
|
38028
|
+
export type ConvoAiSearchAgentInput = {
|
|
38029
|
+
cloudId: Scalars['ID']['input'];
|
|
38030
|
+
effort?: InputMaybe<ConvoAiSearchAgentEffort>;
|
|
38031
|
+
maxSources?: InputMaybe<Scalars['Int']['input']>;
|
|
38032
|
+
query: Scalars['String']['input'];
|
|
38033
|
+
responseMode?: InputMaybe<ConvoAiSearchAgentResponseMode>;
|
|
38034
|
+
sources?: InputMaybe<Array<ConvoAiSearchAgentSource>>;
|
|
38035
|
+
userQuery?: InputMaybe<Scalars['String']['input']>;
|
|
38036
|
+
};
|
|
38037
|
+
export type ConvoAiSearchAgentPayload = {
|
|
38038
|
+
__typename?: 'ConvoAiSearchAgentPayload';
|
|
38039
|
+
answer?: Maybe<Scalars['String']['output']>;
|
|
38040
|
+
errors?: Maybe<Array<Maybe<QueryError>>>;
|
|
38041
|
+
model?: Maybe<Scalars['String']['output']>;
|
|
38042
|
+
ranking?: Maybe<Array<Maybe<ConvoAiSearchAgentRankedDocument>>>;
|
|
38043
|
+
sources?: Maybe<Array<Maybe<ConvoAiSearchAgentSourceResult>>>;
|
|
38044
|
+
timing?: Maybe<ConvoAiSearchAgentTiming>;
|
|
38045
|
+
};
|
|
38046
|
+
export type ConvoAiSearchAgentRankedDocument = {
|
|
38047
|
+
__typename?: 'ConvoAiSearchAgentRankedDocument';
|
|
38048
|
+
coverageOfSubquestions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
38049
|
+
evidenceSnippets?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
38050
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
38051
|
+
scoreTotal?: Maybe<Scalars['Int']['output']>;
|
|
38052
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
38053
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
38054
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
38055
|
+
versionStatus?: Maybe<Scalars['String']['output']>;
|
|
38056
|
+
};
|
|
38057
|
+
export declare enum ConvoAiSearchAgentResponseMode {
|
|
38058
|
+
AnswerAndSources = "ANSWER_AND_SOURCES",
|
|
38059
|
+
SourcesOnly = "SOURCES_ONLY"
|
|
38060
|
+
}
|
|
38061
|
+
export declare enum ConvoAiSearchAgentSource {
|
|
38062
|
+
Confluence = "CONFLUENCE",
|
|
38063
|
+
GoogleDocs = "GOOGLE_DOCS",
|
|
38064
|
+
Slack = "SLACK",
|
|
38065
|
+
ThirdParty = "THIRD_PARTY",
|
|
38066
|
+
Townsquare = "TOWNSQUARE"
|
|
38067
|
+
}
|
|
38068
|
+
export type ConvoAiSearchAgentSourceResult = {
|
|
38069
|
+
__typename?: 'ConvoAiSearchAgentSourceResult';
|
|
38070
|
+
ari?: Maybe<Scalars['String']['output']>;
|
|
38071
|
+
entityType?: Maybe<Scalars['String']['output']>;
|
|
38072
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
38073
|
+
product?: Maybe<Scalars['String']['output']>;
|
|
38074
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
38075
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
38076
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
38077
|
+
};
|
|
38078
|
+
export type ConvoAiSearchAgentTiming = {
|
|
38079
|
+
__typename?: 'ConvoAiSearchAgentTiming';
|
|
38080
|
+
iterations?: Maybe<Scalars['Int']['output']>;
|
|
38081
|
+
llmCallsCount?: Maybe<Scalars['Int']['output']>;
|
|
38082
|
+
llmCallsMs?: Maybe<Scalars['Long']['output']>;
|
|
38083
|
+
overallMs?: Maybe<Scalars['Long']['output']>;
|
|
38084
|
+
toolExecutionsCount?: Maybe<Scalars['Int']['output']>;
|
|
38085
|
+
toolExecutionsMs?: Maybe<Scalars['Long']['output']>;
|
|
38086
|
+
};
|
|
37967
38087
|
export type ConvoAiSkill = {
|
|
37968
38088
|
__typename?: 'ConvoAiSkill';
|
|
37969
38089
|
category?: Maybe<Scalars['String']['output']>;
|
|
@@ -38015,6 +38135,7 @@ export type ConvoAiThirdPartyRelatedLink = {
|
|
|
38015
38135
|
};
|
|
38016
38136
|
export type ConvoAiTraceMessage = ConvoAiAgentMessage & {
|
|
38017
38137
|
__typename?: 'ConvoAiTraceMessage';
|
|
38138
|
+
agentSessionState?: Maybe<Scalars['String']['output']>;
|
|
38018
38139
|
contentIsMarkdown?: Maybe<Scalars['Boolean']['output']>;
|
|
38019
38140
|
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
38020
38141
|
messageTemplate: Scalars['String']['output'];
|
|
@@ -38378,7 +38499,7 @@ export type CplsCopyContributorToWorksPayload = Payload & {
|
|
|
38378
38499
|
errors?: Maybe<Array<MutationError>>;
|
|
38379
38500
|
success: Scalars['Boolean']['output'];
|
|
38380
38501
|
workContributorAssociationsByScope?: Maybe<Array<CplsWorkContributorEdge>>;
|
|
38381
|
-
worksByScope?: Maybe<Array<
|
|
38502
|
+
worksByScope?: Maybe<Array<CplsWorkEdge>>;
|
|
38382
38503
|
};
|
|
38383
38504
|
export type CplsCopyContributorToWorksPayloadWorkContributorAssociationsByScopeArgs = {
|
|
38384
38505
|
scopeId: Scalars['ID']['input'];
|
|
@@ -38397,7 +38518,7 @@ export type CplsCopyWorkToContributorsInput = {
|
|
|
38397
38518
|
export type CplsCopyWorkToContributorsPayload = Payload & {
|
|
38398
38519
|
__typename?: 'CplsCopyWorkToContributorsPayload';
|
|
38399
38520
|
contributorWorkAssociationsByScope?: Maybe<Array<CplsContributorWorkEdge>>;
|
|
38400
|
-
contributorsByScope?: Maybe<Array<
|
|
38521
|
+
contributorsByScope?: Maybe<Array<CplsContributorEdge>>;
|
|
38401
38522
|
errors?: Maybe<Array<MutationError>>;
|
|
38402
38523
|
success: Scalars['Boolean']['output'];
|
|
38403
38524
|
};
|
|
@@ -39730,6 +39851,47 @@ export type CsmAiAgentToneInput = {
|
|
|
39730
39851
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
39731
39852
|
type: Scalars['String']['input'];
|
|
39732
39853
|
};
|
|
39854
|
+
export type CsmAiAgentTool = {
|
|
39855
|
+
__typename?: 'CsmAiAgentTool';
|
|
39856
|
+
configuration?: Maybe<CsmAiAgentToolConfiguration>;
|
|
39857
|
+
definitionId: Scalars['String']['output'];
|
|
39858
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
39859
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
39860
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
39861
|
+
id: Scalars['ID']['output'];
|
|
39862
|
+
isResolved: Scalars['Boolean']['output'];
|
|
39863
|
+
source: CsmAiAgentToolSource;
|
|
39864
|
+
};
|
|
39865
|
+
export type CsmAiAgentToolConfiguration = {
|
|
39866
|
+
__typename?: 'CsmAiAgentToolConfiguration';
|
|
39867
|
+
properties?: Maybe<Array<CsmAiAgentToolPropertyConfiguration>>;
|
|
39868
|
+
requiresConfirmation?: Maybe<Scalars['Boolean']['output']>;
|
|
39869
|
+
};
|
|
39870
|
+
export type CsmAiAgentToolConfigurationInput = {
|
|
39871
|
+
properties?: InputMaybe<Array<CsmAiAgentToolPropertyConfigurationInput>>;
|
|
39872
|
+
requiresConfirmation?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39873
|
+
};
|
|
39874
|
+
export type CsmAiAgentToolPropertyConfiguration = {
|
|
39875
|
+
__typename?: 'CsmAiAgentToolPropertyConfiguration';
|
|
39876
|
+
allowedValues?: Maybe<Array<Scalars['String']['output']>>;
|
|
39877
|
+
id: Scalars['String']['output'];
|
|
39878
|
+
};
|
|
39879
|
+
export type CsmAiAgentToolPropertyConfigurationInput = {
|
|
39880
|
+
allowedValues?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
39881
|
+
id: Scalars['String']['input'];
|
|
39882
|
+
};
|
|
39883
|
+
export type CsmAiAgentToolResult = CsmAiAgentTool | QueryError;
|
|
39884
|
+
export type CsmAiAgentToolSelectionInput = {
|
|
39885
|
+
definitionId: Scalars['String']['input'];
|
|
39886
|
+
source: CsmAiAgentToolSource;
|
|
39887
|
+
};
|
|
39888
|
+
export declare enum CsmAiAgentToolSource {
|
|
39889
|
+
ConvoAi = "CONVO_AI",
|
|
39890
|
+
Forge = "FORGE",
|
|
39891
|
+
IntegrationsService = "INTEGRATIONS_SERVICE",
|
|
39892
|
+
McpServer = "MCP_SERVER",
|
|
39893
|
+
McpTool = "MCP_TOOL"
|
|
39894
|
+
}
|
|
39733
39895
|
export type CsmAiAgentVersion = {
|
|
39734
39896
|
__typename?: 'CsmAiAgentVersion';
|
|
39735
39897
|
actions?: Maybe<Array<CsmAiActionResult>>;
|
|
@@ -39738,6 +39900,7 @@ export type CsmAiAgentVersion = {
|
|
|
39738
39900
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfigResult>>;
|
|
39739
39901
|
knowledgeCollection?: Maybe<CsmAiKnowledgeCollectionResult>;
|
|
39740
39902
|
publishedAt?: Maybe<Scalars['Long']['output']>;
|
|
39903
|
+
tools?: Maybe<Array<CsmAiAgentToolResult>>;
|
|
39741
39904
|
versionId: Scalars['ID']['output'];
|
|
39742
39905
|
versionNumber?: Maybe<Scalars['Int']['output']>;
|
|
39743
39906
|
versionType?: Maybe<Scalars['String']['output']>;
|
|
@@ -40112,6 +40275,21 @@ export type CsmAiUpdateAgentPayload = Payload & {
|
|
|
40112
40275
|
errors?: Maybe<Array<MutationError>>;
|
|
40113
40276
|
success: Scalars['Boolean']['output'];
|
|
40114
40277
|
};
|
|
40278
|
+
export type CsmAiUpdateAgentToolConfigurationPayload = Payload & {
|
|
40279
|
+
__typename?: 'CsmAiUpdateAgentToolConfigurationPayload';
|
|
40280
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40281
|
+
success: Scalars['Boolean']['output'];
|
|
40282
|
+
tool?: Maybe<CsmAiAgentTool>;
|
|
40283
|
+
};
|
|
40284
|
+
export type CsmAiUpdateAgentToolsInput = {
|
|
40285
|
+
tools: Array<CsmAiAgentToolSelectionInput>;
|
|
40286
|
+
};
|
|
40287
|
+
export type CsmAiUpdateAgentToolsPayload = Payload & {
|
|
40288
|
+
__typename?: 'CsmAiUpdateAgentToolsPayload';
|
|
40289
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40290
|
+
success: Scalars['Boolean']['output'];
|
|
40291
|
+
tools?: Maybe<Array<CsmAiAgentTool>>;
|
|
40292
|
+
};
|
|
40115
40293
|
export type CsmAiUpdateCoachingContentInput = {
|
|
40116
40294
|
coachingContent?: InputMaybe<CsmAiAuthoredCoachingContentInput>;
|
|
40117
40295
|
coachingContentType?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -40582,6 +40760,52 @@ export declare enum CustomerServiceAiSurface {
|
|
|
40582
40760
|
CustomerProfile = "CUSTOMER_PROFILE",
|
|
40583
40761
|
OrganizationProfile = "ORGANIZATION_PROFILE"
|
|
40584
40762
|
}
|
|
40763
|
+
export type CustomerServiceAssetsAvatar = {
|
|
40764
|
+
__typename?: 'CustomerServiceAssetsAvatar';
|
|
40765
|
+
mediaClientConfig?: Maybe<CustomerServiceAssetsMediaClientConfig>;
|
|
40766
|
+
url16: Scalars['String']['output'];
|
|
40767
|
+
url48: Scalars['String']['output'];
|
|
40768
|
+
url72: Scalars['String']['output'];
|
|
40769
|
+
url144: Scalars['String']['output'];
|
|
40770
|
+
url288: Scalars['String']['output'];
|
|
40771
|
+
};
|
|
40772
|
+
export type CustomerServiceAssetsFieldConfig = {
|
|
40773
|
+
__typename?: 'CustomerServiceAssetsFieldConfig';
|
|
40774
|
+
objectType: CustomerServiceAssetsFieldObjectTypeMetadata;
|
|
40775
|
+
schema: CustomerServiceAssetsFieldSchemaMetadata;
|
|
40776
|
+
};
|
|
40777
|
+
export type CustomerServiceAssetsFieldObject = {
|
|
40778
|
+
__typename?: 'CustomerServiceAssetsFieldObject';
|
|
40779
|
+
avatar: CustomerServiceAssetsAvatar;
|
|
40780
|
+
id: Scalars['ID']['output'];
|
|
40781
|
+
label: Scalars['String']['output'];
|
|
40782
|
+
objectSchemaId: Scalars['ID']['output'];
|
|
40783
|
+
objectTypeId: Scalars['ID']['output'];
|
|
40784
|
+
};
|
|
40785
|
+
export type CustomerServiceAssetsFieldObjectTypeMetadata = {
|
|
40786
|
+
__typename?: 'CustomerServiceAssetsFieldObjectTypeMetadata';
|
|
40787
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
40788
|
+
icon: CustomerServiceAssetsObjectTypeIcon;
|
|
40789
|
+
id: Scalars['ID']['output'];
|
|
40790
|
+
name: Scalars['String']['output'];
|
|
40791
|
+
};
|
|
40792
|
+
export type CustomerServiceAssetsFieldSchemaMetadata = {
|
|
40793
|
+
__typename?: 'CustomerServiceAssetsFieldSchemaMetadata';
|
|
40794
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
40795
|
+
id: Scalars['ID']['output'];
|
|
40796
|
+
name: Scalars['String']['output'];
|
|
40797
|
+
};
|
|
40798
|
+
export type CustomerServiceAssetsMediaClientConfig = {
|
|
40799
|
+
__typename?: 'CustomerServiceAssetsMediaClientConfig';
|
|
40800
|
+
clientId: Scalars['String']['output'];
|
|
40801
|
+
mediaBaseUrl: Scalars['String']['output'];
|
|
40802
|
+
mediaJwtToken: Scalars['String']['output'];
|
|
40803
|
+
};
|
|
40804
|
+
export type CustomerServiceAssetsObjectTypeIcon = {
|
|
40805
|
+
__typename?: 'CustomerServiceAssetsObjectTypeIcon';
|
|
40806
|
+
url16: Scalars['String']['output'];
|
|
40807
|
+
url48: Scalars['String']['output'];
|
|
40808
|
+
};
|
|
40585
40809
|
export type CustomerServiceAttribute = Node & {
|
|
40586
40810
|
__typename?: 'CustomerServiceAttribute';
|
|
40587
40811
|
config?: Maybe<CustomerServiceAttributeConfigMetadata>;
|
|
@@ -40634,6 +40858,7 @@ export type CustomerServiceAttributeType = {
|
|
|
40634
40858
|
options?: Maybe<Array<Scalars['String']['output']>>;
|
|
40635
40859
|
};
|
|
40636
40860
|
export declare enum CustomerServiceAttributeTypeName {
|
|
40861
|
+
AssetsObject = "ASSETS_OBJECT",
|
|
40637
40862
|
Boolean = "BOOLEAN",
|
|
40638
40863
|
Date = "DATE",
|
|
40639
40864
|
Email = "EMAIL",
|
|
@@ -40745,6 +40970,14 @@ export type CustomerServiceBrandingUpsertPayload = {
|
|
|
40745
40970
|
errors?: Maybe<Array<MutationError>>;
|
|
40746
40971
|
success: Scalars['Boolean']['output'];
|
|
40747
40972
|
};
|
|
40973
|
+
export type CustomerServiceConnectedFieldConfig = {
|
|
40974
|
+
__typename?: 'CustomerServiceConnectedFieldConfig';
|
|
40975
|
+
assetsField?: Maybe<CustomerServiceAssetsFieldConfig>;
|
|
40976
|
+
};
|
|
40977
|
+
export type CustomerServiceConnectedFieldData = {
|
|
40978
|
+
__typename?: 'CustomerServiceConnectedFieldData';
|
|
40979
|
+
assetsObjects?: Maybe<Array<CustomerServiceAssetsFieldObject>>;
|
|
40980
|
+
};
|
|
40748
40981
|
export type CustomerServiceContext = {
|
|
40749
40982
|
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
40750
40983
|
type: CustomerServiceContextType;
|
|
@@ -40805,6 +41038,7 @@ export type CustomerServiceCustomAttributeStyleConfigurationInput = {
|
|
|
40805
41038
|
export type CustomerServiceCustomDetail = Node & {
|
|
40806
41039
|
__typename?: 'CustomerServiceCustomDetail';
|
|
40807
41040
|
config?: Maybe<CustomerServiceCustomDetailConfigMetadata>;
|
|
41041
|
+
connectedFieldConfig?: Maybe<CustomerServiceConnectedFieldConfig>;
|
|
40808
41042
|
editPermissions?: Maybe<CustomerServicePermissionGroupConnection>;
|
|
40809
41043
|
id: Scalars['ID']['output'];
|
|
40810
41044
|
isDefaultField?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -40893,6 +41127,7 @@ export type CustomerServiceCustomDetailType = {
|
|
|
40893
41127
|
options?: Maybe<Array<Scalars['String']['output']>>;
|
|
40894
41128
|
};
|
|
40895
41129
|
export declare enum CustomerServiceCustomDetailTypeName {
|
|
41130
|
+
AssetsObject = "ASSETS_OBJECT",
|
|
40896
41131
|
Boolean = "BOOLEAN",
|
|
40897
41132
|
Date = "DATE",
|
|
40898
41133
|
Email = "EMAIL",
|
|
@@ -40923,6 +41158,7 @@ export type CustomerServiceCustomDetailValue = Node & {
|
|
|
40923
41158
|
__typename?: 'CustomerServiceCustomDetailValue';
|
|
40924
41159
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
40925
41160
|
config?: Maybe<CustomerServiceCustomDetailConfigMetadata>;
|
|
41161
|
+
connectedFieldData?: Maybe<CustomerServiceConnectedFieldData>;
|
|
40926
41162
|
id: Scalars['ID']['output'];
|
|
40927
41163
|
name: Scalars['String']['output'];
|
|
40928
41164
|
platformValue?: Maybe<CustomerServicePlatformDetailValue>;
|
|
@@ -42786,6 +43022,11 @@ export type DevAiAutodevNextCurrentUsageCounts = {
|
|
|
42786
43022
|
__typename?: 'DevAiAutodevNextCurrentUsageCounts';
|
|
42787
43023
|
counts?: Maybe<Array<DevAiAutodevNextUsageStageCount>>;
|
|
42788
43024
|
};
|
|
43025
|
+
export type DevAiAutodevNextDailyCompletedWorkItemCount = {
|
|
43026
|
+
__typename?: 'DevAiAutodevNextDailyCompletedWorkItemCount';
|
|
43027
|
+
completedWorkItemCount?: Maybe<Scalars['Int']['output']>;
|
|
43028
|
+
date?: Maybe<Scalars['Date']['output']>;
|
|
43029
|
+
};
|
|
42789
43030
|
export declare enum DevAiAutodevNextDayOfWeek {
|
|
42790
43031
|
Friday = "FRIDAY",
|
|
42791
43032
|
Monday = "MONDAY",
|
|
@@ -42804,6 +43045,12 @@ export type DevAiAutodevNextDeleteWorkstreamPayload = Payload & {
|
|
|
42804
43045
|
errors?: Maybe<Array<MutationError>>;
|
|
42805
43046
|
success: Scalars['Boolean']['output'];
|
|
42806
43047
|
};
|
|
43048
|
+
export type DevAiAutodevNextGlobalDashboard = {
|
|
43049
|
+
__typename?: 'DevAiAutodevNextGlobalDashboard';
|
|
43050
|
+
activeSpaceCount?: Maybe<Scalars['Int']['output']>;
|
|
43051
|
+
completedWorkItemCounts?: Maybe<Array<DevAiAutodevNextDailyCompletedWorkItemCount>>;
|
|
43052
|
+
startDate?: Maybe<Scalars['Date']['output']>;
|
|
43053
|
+
};
|
|
42807
43054
|
export type DevAiAutodevNextJiraProjectAvailabilityPayload = {
|
|
42808
43055
|
__typename?: 'DevAiAutodevNextJiraProjectAvailabilityPayload';
|
|
42809
43056
|
results: Array<DevAiAutodevNextJiraProjectAvailabilityResult>;
|
|
@@ -51717,6 +51964,8 @@ export type GraphInferenceGetJiraEntityContextInput = {
|
|
|
51717
51964
|
jiraEntityAri: Scalars['String']['input'];
|
|
51718
51965
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
51719
51966
|
nodeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51967
|
+
recursionDepth?: InputMaybe<Scalars['Int']['input']>;
|
|
51968
|
+
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
51720
51969
|
};
|
|
51721
51970
|
export type GraphInferenceGetJiraEntityContextResponse = {
|
|
51722
51971
|
__typename?: 'GraphInferenceGetJiraEntityContextResponse';
|
|
@@ -51752,6 +52001,17 @@ export type GraphInferenceGetRelatedReposV3Response = {
|
|
|
51752
52001
|
repos: Array<GraphInferenceRelatedRepoCandidate>;
|
|
51753
52002
|
root: GraphInferenceRelatedReposRoot;
|
|
51754
52003
|
};
|
|
52004
|
+
export type GraphInferenceGetSimilarJiraItemsInput = {
|
|
52005
|
+
jiraItemAri: Scalars['String']['input'];
|
|
52006
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
52007
|
+
};
|
|
52008
|
+
export type GraphInferenceGetSimilarJiraItemsResponse = {
|
|
52009
|
+
__typename?: 'GraphInferenceGetSimilarJiraItemsResponse';
|
|
52010
|
+
apiVersion: Scalars['String']['output'];
|
|
52011
|
+
items: Array<GraphInferenceSimilarJiraItemCandidate>;
|
|
52012
|
+
meta: GraphInferenceSimilarJiraItemsMeta;
|
|
52013
|
+
root: GraphInferenceSimilarJiraItemsRoot;
|
|
52014
|
+
};
|
|
51755
52015
|
export type GraphInferenceJiraEntityContextCandidate = {
|
|
51756
52016
|
__typename?: 'GraphInferenceJiraEntityContextCandidate';
|
|
51757
52017
|
ari: Scalars['String']['output'];
|
|
@@ -51779,7 +52039,9 @@ export type GraphInferenceJiraEntityContextEvidence = {
|
|
|
51779
52039
|
};
|
|
51780
52040
|
export type GraphInferenceJiraEntityContextMeta = {
|
|
51781
52041
|
__typename?: 'GraphInferenceJiraEntityContextMeta';
|
|
52042
|
+
contextRetrievalId: Scalars['String']['output'];
|
|
51782
52043
|
degraded: Array<Scalars['String']['output']>;
|
|
52044
|
+
retrievalInvocationId: Scalars['String']['output'];
|
|
51783
52045
|
servedBy: Scalars['String']['output'];
|
|
51784
52046
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
51785
52047
|
warnings: Array<Scalars['String']['output']>;
|
|
@@ -51809,6 +52071,27 @@ export type GraphInferenceRelatedReposRoot = {
|
|
|
51809
52071
|
__typename?: 'GraphInferenceRelatedReposRoot';
|
|
51810
52072
|
ari: Scalars['String']['output'];
|
|
51811
52073
|
};
|
|
52074
|
+
export type GraphInferenceSimilarJiraItemCandidate = {
|
|
52075
|
+
__typename?: 'GraphInferenceSimilarJiraItemCandidate';
|
|
52076
|
+
ari: Scalars['String']['output'];
|
|
52077
|
+
distance: Scalars['Float']['output'];
|
|
52078
|
+
entity?: Maybe<JiraIssue>;
|
|
52079
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
52080
|
+
score: Scalars['Float']['output'];
|
|
52081
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
52082
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
52083
|
+
};
|
|
52084
|
+
export type GraphInferenceSimilarJiraItemsMeta = {
|
|
52085
|
+
__typename?: 'GraphInferenceSimilarJiraItemsMeta';
|
|
52086
|
+
degraded: Array<Scalars['String']['output']>;
|
|
52087
|
+
servedBy: Scalars['String']['output'];
|
|
52088
|
+
traceId?: Maybe<Scalars['String']['output']>;
|
|
52089
|
+
warnings: Array<Scalars['String']['output']>;
|
|
52090
|
+
};
|
|
52091
|
+
export type GraphInferenceSimilarJiraItemsRoot = {
|
|
52092
|
+
__typename?: 'GraphInferenceSimilarJiraItemsRoot';
|
|
52093
|
+
ari: Scalars['String']['output'];
|
|
52094
|
+
};
|
|
51812
52095
|
export type GraphIntegrationActionAdminManagementActionConfiguration = {
|
|
51813
52096
|
__typename?: 'GraphIntegrationActionAdminManagementActionConfiguration';
|
|
51814
52097
|
readonly: Scalars['Boolean']['output'];
|
|
@@ -51958,6 +52241,7 @@ export type GraphIntegrationDirectoryItemEdge = {
|
|
|
51958
52241
|
export declare enum GraphIntegrationDirectoryItemType {
|
|
51959
52242
|
Action = "ACTION",
|
|
51960
52243
|
CustomSkill = "CUSTOM_SKILL",
|
|
52244
|
+
ForgeTool = "FORGE_TOOL",
|
|
51961
52245
|
McpServer = "MCP_SERVER",
|
|
51962
52246
|
McpTool = "MCP_TOOL",
|
|
51963
52247
|
PlatformSkill = "PLATFORM_SKILL",
|
|
@@ -52271,6 +52555,7 @@ export type GraphIntegrationMcpServerRequestNode = {
|
|
|
52271
52555
|
sourceId: Scalars['ID']['output'];
|
|
52272
52556
|
sourceType: GraphIntegrationMcpServerRequestSourceType;
|
|
52273
52557
|
status: GraphIntegrationMcpServerRequestStatus;
|
|
52558
|
+
templateId?: Maybe<Scalars['ID']['output']>;
|
|
52274
52559
|
};
|
|
52275
52560
|
export type GraphIntegrationMcpServerRequestRejectInput = {
|
|
52276
52561
|
aggregateRequestId: Scalars['ID']['input'];
|
|
@@ -55863,6 +56148,10 @@ export type GraphStore = {
|
|
|
55863
56148
|
mercuryOrganizationHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchMercuryOrganizationHasAtlasGoalConnection>;
|
|
55864
56149
|
mercuryOrganizationHasMercuryOrganizationMembership?: Maybe<GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipConnection>;
|
|
55865
56150
|
mercuryOrganizationHasMercuryOrganizationMembershipInverse?: Maybe<GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipInverseConnection>;
|
|
56151
|
+
mercuryOrganizationSponsorsFocusArea?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
56152
|
+
mercuryOrganizationSponsorsFocusAreaBatch?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
56153
|
+
mercuryOrganizationSponsorsFocusAreaInverse?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseConnection>;
|
|
56154
|
+
mercuryOrganizationSponsorsFocusAreaInverseBatch?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
55866
56155
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
55867
56156
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
55868
56157
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -61004,6 +61293,36 @@ export type GraphStoreMercuryOrganizationHasMercuryOrganizationMembershipInverse
|
|
|
61004
61293
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61005
61294
|
sort?: InputMaybe<GraphStoreMercuryOrganizationHasMercuryOrganizationMembershipSortInput>;
|
|
61006
61295
|
};
|
|
61296
|
+
export type GraphStoreMercuryOrganizationSponsorsFocusAreaArgs = {
|
|
61297
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61298
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61299
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61300
|
+
id: Scalars['ID']['input'];
|
|
61301
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61302
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
61303
|
+
};
|
|
61304
|
+
export type GraphStoreMercuryOrganizationSponsorsFocusAreaBatchArgs = {
|
|
61305
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61306
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61307
|
+
ids: Array<Scalars['ID']['input']>;
|
|
61308
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61309
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
61310
|
+
};
|
|
61311
|
+
export type GraphStoreMercuryOrganizationSponsorsFocusAreaInverseArgs = {
|
|
61312
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61313
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
61314
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61315
|
+
id: Scalars['ID']['input'];
|
|
61316
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61317
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
61318
|
+
};
|
|
61319
|
+
export type GraphStoreMercuryOrganizationSponsorsFocusAreaInverseBatchArgs = {
|
|
61320
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61321
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61322
|
+
ids: Array<Scalars['ID']['input']>;
|
|
61323
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
61324
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
61325
|
+
};
|
|
61007
61326
|
export type GraphStoreOnPremProjectHasIssueArgs = {
|
|
61008
61327
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61009
61328
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -67261,6 +67580,47 @@ export type GraphStoreBatchMercuryOrganizationHasAtlasGoalStartNode = {
|
|
|
67261
67580
|
id: Scalars['ID']['output'];
|
|
67262
67581
|
};
|
|
67263
67582
|
export type GraphStoreBatchMercuryOrganizationHasAtlasGoalStartUnion = MercuryOrganization;
|
|
67583
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection = HasPageInfo & {
|
|
67584
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection';
|
|
67585
|
+
edges: Array<Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEdge>>;
|
|
67586
|
+
nodes: Array<Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaNode>>;
|
|
67587
|
+
pageInfo: PageInfo;
|
|
67588
|
+
};
|
|
67589
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEdge = {
|
|
67590
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEdge';
|
|
67591
|
+
node: GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerConnection;
|
|
67592
|
+
};
|
|
67593
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEndNode = {
|
|
67594
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEndNode';
|
|
67595
|
+
data?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEndUnion>;
|
|
67596
|
+
id: Scalars['ID']['output'];
|
|
67597
|
+
};
|
|
67598
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEndUnion = MercuryFocusArea;
|
|
67599
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerConnection = {
|
|
67600
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerConnection';
|
|
67601
|
+
edges: Array<Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerEdge>>;
|
|
67602
|
+
nodes: Array<Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaNode>>;
|
|
67603
|
+
requestedId: Scalars['ID']['output'];
|
|
67604
|
+
};
|
|
67605
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerEdge = {
|
|
67606
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaInnerEdge';
|
|
67607
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
67608
|
+
node: GraphStoreBatchMercuryOrganizationSponsorsFocusAreaNode;
|
|
67609
|
+
};
|
|
67610
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaNode = Node & {
|
|
67611
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaNode';
|
|
67612
|
+
createdAt: Scalars['DateTime']['output'];
|
|
67613
|
+
from: GraphStoreBatchMercuryOrganizationSponsorsFocusAreaStartNode;
|
|
67614
|
+
id: Scalars['ID']['output'];
|
|
67615
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
67616
|
+
to: GraphStoreBatchMercuryOrganizationSponsorsFocusAreaEndNode;
|
|
67617
|
+
};
|
|
67618
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaStartNode = {
|
|
67619
|
+
__typename?: 'GraphStoreBatchMercuryOrganizationSponsorsFocusAreaStartNode';
|
|
67620
|
+
data?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaStartUnion>;
|
|
67621
|
+
id: Scalars['ID']['output'];
|
|
67622
|
+
};
|
|
67623
|
+
export type GraphStoreBatchMercuryOrganizationSponsorsFocusAreaStartUnion = MercuryOrganization;
|
|
67264
67624
|
export type GraphStoreBatchProjectLinksToEntityConnection = HasPageInfo & {
|
|
67265
67625
|
__typename?: 'GraphStoreBatchProjectLinksToEntityConnection';
|
|
67266
67626
|
edges: Array<Maybe<GraphStoreBatchProjectLinksToEntityEdge>>;
|
|
@@ -73404,6 +73764,9 @@ export type GraphStoreMercuryOrganizationHasAtlasGoalSortInput = {
|
|
|
73404
73764
|
export type GraphStoreMercuryOrganizationHasMercuryOrganizationMembershipSortInput = {
|
|
73405
73765
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73406
73766
|
};
|
|
73767
|
+
export type GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput = {
|
|
73768
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73769
|
+
};
|
|
73407
73770
|
export type GraphStoreMutation = {
|
|
73408
73771
|
__typename?: 'GraphStoreMutation';
|
|
73409
73772
|
createAtlassianUserDismissedJiraForYouRecommendationEntity?: Maybe<GraphStoreCreateAtlassianUserDismissedJiraForYouRecommendationEntityPayload>;
|
|
@@ -80912,6 +81275,34 @@ export type GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembers
|
|
|
80912
81275
|
};
|
|
80913
81276
|
export type GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipInverseUnion = MercuryOrganization;
|
|
80914
81277
|
export type GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipUnion = MercuryOrganizationMembership;
|
|
81278
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaConnection = HasPageInfo & {
|
|
81279
|
+
__typename?: 'GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaConnection';
|
|
81280
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaEdge>>>;
|
|
81281
|
+
pageInfo: PageInfo;
|
|
81282
|
+
};
|
|
81283
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaEdge = {
|
|
81284
|
+
__typename?: 'GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaEdge';
|
|
81285
|
+
createdAt: Scalars['DateTime']['output'];
|
|
81286
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
81287
|
+
id: Scalars['ID']['output'];
|
|
81288
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
81289
|
+
node?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaUnion>;
|
|
81290
|
+
};
|
|
81291
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseConnection = HasPageInfo & {
|
|
81292
|
+
__typename?: 'GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseConnection';
|
|
81293
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseEdge>>>;
|
|
81294
|
+
pageInfo: PageInfo;
|
|
81295
|
+
};
|
|
81296
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseEdge = {
|
|
81297
|
+
__typename?: 'GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseEdge';
|
|
81298
|
+
createdAt: Scalars['DateTime']['output'];
|
|
81299
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
81300
|
+
id: Scalars['ID']['output'];
|
|
81301
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
81302
|
+
node?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseUnion>;
|
|
81303
|
+
};
|
|
81304
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseUnion = MercuryOrganization;
|
|
81305
|
+
export type GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaUnion = MercuryFocusArea;
|
|
80915
81306
|
export type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
80916
81307
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
80917
81308
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -89350,6 +89741,8 @@ export type GraphStoreV2 = {
|
|
|
89350
89741
|
focusOrganizationHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalInverseConnection>;
|
|
89351
89742
|
focusOrganizationHasFocusOrganizationMembership?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipConnection>;
|
|
89352
89743
|
focusOrganizationHasFocusOrganizationMembershipInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipInverseConnection>;
|
|
89744
|
+
focusOrganizationSponsorsFocusFocusArea?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaConnection>;
|
|
89745
|
+
focusOrganizationSponsorsFocusFocusAreaInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseConnection>;
|
|
89353
89746
|
focusRiskHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusRiskHasWorkEntityConnection>;
|
|
89354
89747
|
focusRiskHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusRiskHasWorkEntityInverseConnection>;
|
|
89355
89748
|
focusStrategicPlanContributesToFocusFocusArea?: Maybe<GraphStoreV2SimplifiedFocusStrategicPlanContributesToFocusFocusAreaConnection>;
|
|
@@ -94230,6 +94623,20 @@ export type GraphStoreV2FocusOrganizationHasFocusOrganizationMembershipInverseAr
|
|
|
94230
94623
|
id: Scalars['ID']['input'];
|
|
94231
94624
|
sort?: InputMaybe<GraphStoreV2FocusOrganizationHasFocusOrganizationMembershipSortInput>;
|
|
94232
94625
|
};
|
|
94626
|
+
export type GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaArgs = {
|
|
94627
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
94628
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
94629
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94630
|
+
id: Scalars['ID']['input'];
|
|
94631
|
+
sort?: InputMaybe<GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaSortInput>;
|
|
94632
|
+
};
|
|
94633
|
+
export type GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaInverseArgs = {
|
|
94634
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
94635
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
94636
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94637
|
+
id: Scalars['ID']['input'];
|
|
94638
|
+
sort?: InputMaybe<GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaSortInput>;
|
|
94639
|
+
};
|
|
94233
94640
|
export type GraphStoreV2FocusRiskHasWorkEntityArgs = {
|
|
94234
94641
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
94235
94642
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -97957,6 +98364,9 @@ export type GraphStoreV2FocusOrganizationHasAtlassianGoalSortInput = {
|
|
|
97957
98364
|
export type GraphStoreV2FocusOrganizationHasFocusOrganizationMembershipSortInput = {
|
|
97958
98365
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
97959
98366
|
};
|
|
98367
|
+
export type GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaSortInput = {
|
|
98368
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
98369
|
+
};
|
|
97960
98370
|
export type GraphStoreV2FocusRiskHasWorkEntitySortInput = {
|
|
97961
98371
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
97962
98372
|
};
|
|
@@ -108944,6 +109354,34 @@ export type GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershi
|
|
|
108944
109354
|
};
|
|
108945
109355
|
export type GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipInverseUnion = MercuryOrganization;
|
|
108946
109356
|
export type GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipUnion = MercuryOrganizationMembership;
|
|
109357
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaConnection = HasPageInfo & {
|
|
109358
|
+
__typename?: 'GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaConnection';
|
|
109359
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaEdge>>>;
|
|
109360
|
+
pageInfo: PageInfo;
|
|
109361
|
+
};
|
|
109362
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaEdge = {
|
|
109363
|
+
__typename?: 'GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaEdge';
|
|
109364
|
+
createdAt: Scalars['DateTime']['output'];
|
|
109365
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
109366
|
+
id: Scalars['ID']['output'];
|
|
109367
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
109368
|
+
node?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaUnion>;
|
|
109369
|
+
};
|
|
109370
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseConnection = HasPageInfo & {
|
|
109371
|
+
__typename?: 'GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseConnection';
|
|
109372
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseEdge>>>;
|
|
109373
|
+
pageInfo: PageInfo;
|
|
109374
|
+
};
|
|
109375
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseEdge = {
|
|
109376
|
+
__typename?: 'GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseEdge';
|
|
109377
|
+
createdAt: Scalars['DateTime']['output'];
|
|
109378
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
109379
|
+
id: Scalars['ID']['output'];
|
|
109380
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
109381
|
+
node?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseUnion>;
|
|
109382
|
+
};
|
|
109383
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseUnion = MercuryOrganization;
|
|
109384
|
+
export type GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaUnion = MercuryFocusArea;
|
|
108947
109385
|
export type GraphStoreV2SimplifiedFocusRiskHasWorkEntityConnection = HasPageInfo & {
|
|
108948
109386
|
__typename?: 'GraphStoreV2SimplifiedFocusRiskHasWorkEntityConnection';
|
|
108949
109387
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusRiskHasWorkEntityEdge>>>;
|
|
@@ -113784,6 +114222,7 @@ export type HelpCenterBranding = {
|
|
|
113784
114222
|
__typename?: 'HelpCenterBranding';
|
|
113785
114223
|
banner?: Maybe<HelpCenterBanner>;
|
|
113786
114224
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
114225
|
+
cornerRadius?: Maybe<Scalars['Int']['output']>;
|
|
113787
114226
|
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
113788
114227
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
113789
114228
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -113812,6 +114251,7 @@ export type HelpCenterBrandingColorsInput = {
|
|
|
113812
114251
|
export type HelpCenterBrandingInput = {
|
|
113813
114252
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
113814
114253
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
114254
|
+
cornerRadius?: InputMaybe<Scalars['Int']['input']>;
|
|
113815
114255
|
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
113816
114256
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
113817
114257
|
navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
|
|
@@ -116998,6 +117438,7 @@ export declare enum JiraActivityFilter {
|
|
|
116998
117438
|
HiddenCustomEntries = "HIDDEN_CUSTOM_ENTRIES",
|
|
116999
117439
|
History = "HISTORY",
|
|
117000
117440
|
HistoryIncludeIssueCreated = "HISTORY_INCLUDE_ISSUE_CREATED",
|
|
117441
|
+
IccActivity = "ICC_ACTIVITY",
|
|
117001
117442
|
IccSessionDetails = "ICC_SESSION_DETAILS",
|
|
117002
117443
|
IccSessionLifecycle = "ICC_SESSION_LIFECYCLE",
|
|
117003
117444
|
Incident = "INCIDENT",
|
|
@@ -117318,6 +117759,7 @@ export type JiraAgentContextFilter = {
|
|
|
117318
117759
|
};
|
|
117319
117760
|
export type JiraAgentContextItem = {
|
|
117320
117761
|
__typename?: 'JiraAgentContextItem';
|
|
117762
|
+
curation?: Maybe<JiraAgentContextItemCuration>;
|
|
117321
117763
|
id: Scalars['ID']['output'];
|
|
117322
117764
|
origin?: Maybe<Scalars['String']['output']>;
|
|
117323
117765
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -117329,6 +117771,12 @@ export type JiraAgentContextItemConnection = {
|
|
|
117329
117771
|
pageInfo: PageInfo;
|
|
117330
117772
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
117331
117773
|
};
|
|
117774
|
+
export type JiraAgentContextItemCuration = {
|
|
117775
|
+
__typename?: 'JiraAgentContextItemCuration';
|
|
117776
|
+
curatedAt?: Maybe<Scalars['String']['output']>;
|
|
117777
|
+
curatedBy?: Maybe<User>;
|
|
117778
|
+
curatorAri?: Maybe<Scalars['ID']['output']>;
|
|
117779
|
+
};
|
|
117332
117780
|
export type JiraAgentContextItemEdge = {
|
|
117333
117781
|
__typename?: 'JiraAgentContextItemEdge';
|
|
117334
117782
|
cursor: Scalars['String']['output'];
|
|
@@ -117388,6 +117836,7 @@ export declare enum JiraAgentSessionInvocationType {
|
|
|
117388
117836
|
IssueCommentMention = "ISSUE_COMMENT_MENTION",
|
|
117389
117837
|
IssueManualTrigger = "ISSUE_MANUAL_TRIGGER",
|
|
117390
117838
|
IssueWorkflowAssignment = "ISSUE_WORKFLOW_ASSIGNMENT",
|
|
117839
|
+
LocalAgentSession = "LOCAL_AGENT_SESSION",
|
|
117391
117840
|
Unknown = "UNKNOWN"
|
|
117392
117841
|
}
|
|
117393
117842
|
export declare enum JiraAgentSessionState {
|
|
@@ -117436,6 +117885,8 @@ export type JiraAgenticUser = JiraActor & {
|
|
|
117436
117885
|
fromUrs?: Maybe<Scalars['Boolean']['output']>;
|
|
117437
117886
|
isAssignable?: Maybe<Scalars['Boolean']['output']>;
|
|
117438
117887
|
isFavorite?: Maybe<Scalars['Boolean']['output']>;
|
|
117888
|
+
totalUniqueConversationsLast30Days?: Maybe<Scalars['Int']['output']>;
|
|
117889
|
+
totalUniqueUsersLast30Days?: Maybe<Scalars['Int']['output']>;
|
|
117439
117890
|
user?: Maybe<User>;
|
|
117440
117891
|
};
|
|
117441
117892
|
export type JiraAggregatedDate = JiraDatePickerField | JiraDateTimePickerField;
|
|
@@ -119764,15 +120215,11 @@ export type JiraBoardViewFieldSwimlaneCellsArgs = {
|
|
|
119764
120215
|
export type JiraBoardViewFieldSwimlaneTotalIssueCountArgs = {
|
|
119765
120216
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
119766
120217
|
};
|
|
119767
|
-
export type JiraBoardViewFieldSwimlaneAgent = {
|
|
119768
|
-
__typename?: 'JiraBoardViewFieldSwimlaneAgent';
|
|
119769
|
-
agent?: Maybe<User>;
|
|
119770
|
-
};
|
|
119771
120218
|
export type JiraBoardViewFieldSwimlaneUser = {
|
|
119772
120219
|
__typename?: 'JiraBoardViewFieldSwimlaneUser';
|
|
119773
120220
|
user?: Maybe<User>;
|
|
119774
120221
|
};
|
|
119775
|
-
export type JiraBoardViewFieldSwimlaneValue =
|
|
120222
|
+
export type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
|
|
119776
120223
|
export type JiraBoardViewInput = {
|
|
119777
120224
|
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
119778
120225
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
@@ -124930,6 +125377,12 @@ export type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
124930
125377
|
type: Scalars['String']['output'];
|
|
124931
125378
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
124932
125379
|
};
|
|
125380
|
+
export type JiraForgeStringFieldPayload = Payload & {
|
|
125381
|
+
__typename?: 'JiraForgeStringFieldPayload';
|
|
125382
|
+
errors?: Maybe<Array<MutationError>>;
|
|
125383
|
+
field?: Maybe<JiraForgeStringField>;
|
|
125384
|
+
success: Scalars['Boolean']['output'];
|
|
125385
|
+
};
|
|
124933
125386
|
export type JiraForgeStringsField = JiraIssueField & JiraIssueFieldConfiguration & JiraListRowField & JiraUserIssueFieldConfiguration & Node & {
|
|
124934
125387
|
__typename?: 'JiraForgeStringsField';
|
|
124935
125388
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -125873,6 +126326,18 @@ export type JiraHydrateJqlInput = {
|
|
|
125873
126326
|
lastUsedJqlForIssueNavigator?: InputMaybe<JiraJqlScopeInput>;
|
|
125874
126327
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
125875
126328
|
};
|
|
126329
|
+
export type JiraIccActivityValue = {
|
|
126330
|
+
__typename?: 'JiraIccActivityValue';
|
|
126331
|
+
artefactId?: Maybe<Scalars['String']['output']>;
|
|
126332
|
+
hypothesisName?: Maybe<Scalars['String']['output']>;
|
|
126333
|
+
planName?: Maybe<Scalars['String']['output']>;
|
|
126334
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
126335
|
+
stepName?: Maybe<Scalars['String']['output']>;
|
|
126336
|
+
stepStatus?: Maybe<Scalars['String']['output']>;
|
|
126337
|
+
stepsCompletedSoFar?: Maybe<Scalars['String']['output']>;
|
|
126338
|
+
totalSteps?: Maybe<Scalars['String']['output']>;
|
|
126339
|
+
triggerReason?: Maybe<Scalars['String']['output']>;
|
|
126340
|
+
};
|
|
125876
126341
|
export type JiraImproveDescriptionSuggestion = JiraBaseNextActionsEntity & {
|
|
125877
126342
|
__typename?: 'JiraImproveDescriptionSuggestion';
|
|
125878
126343
|
contentType?: Maybe<JiraNextActionContentType>;
|
|
@@ -125902,6 +126367,10 @@ export type JiraInCompleteCardsDestinationEdge = {
|
|
|
125902
126367
|
cursor: Scalars['String']['output'];
|
|
125903
126368
|
node?: Maybe<JiraInCompleteCardsDestination>;
|
|
125904
126369
|
};
|
|
126370
|
+
export type JiraInCompleteCardsDestinationInput = {
|
|
126371
|
+
destination: JiraCardsDestinationEnum;
|
|
126372
|
+
sprintId?: InputMaybe<Scalars['ID']['input']>;
|
|
126373
|
+
};
|
|
125905
126374
|
export type JiraIncidentActivityActor = {
|
|
125906
126375
|
__typename?: 'JiraIncidentActivityActor';
|
|
125907
126376
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -125927,6 +126396,16 @@ export type JiraIncidentActivityItem = {
|
|
|
125927
126396
|
export declare enum JiraIncidentActivityType {
|
|
125928
126397
|
AlertAssociated = "ALERT_ASSOCIATED",
|
|
125929
126398
|
AlertDisassociated = "ALERT_DISASSOCIATED",
|
|
126399
|
+
IncidentHypothesisAccepted = "INCIDENT_HYPOTHESIS_ACCEPTED",
|
|
126400
|
+
IncidentInvestigationCompleted = "INCIDENT_INVESTIGATION_COMPLETED",
|
|
126401
|
+
IncidentInvestigationStarted = "INCIDENT_INVESTIGATION_STARTED",
|
|
126402
|
+
IncidentMitigationPlansCreationCompleted = "INCIDENT_MITIGATION_PLANS_CREATION_COMPLETED",
|
|
126403
|
+
IncidentMitigationPlansCreationStarted = "INCIDENT_MITIGATION_PLANS_CREATION_STARTED",
|
|
126404
|
+
IncidentMitigationPlanAssigned = "INCIDENT_MITIGATION_PLAN_ASSIGNED",
|
|
126405
|
+
IncidentMitigationPlanCompleted = "INCIDENT_MITIGATION_PLAN_COMPLETED",
|
|
126406
|
+
IncidentMitigationPlanStepCompleted = "INCIDENT_MITIGATION_PLAN_STEP_COMPLETED",
|
|
126407
|
+
IncidentOverviewNbaGenerated = "INCIDENT_OVERVIEW_NBA_GENERATED",
|
|
126408
|
+
IncidentOverviewSummaryGenerated = "INCIDENT_OVERVIEW_SUMMARY_GENERATED",
|
|
125930
126409
|
IncidentStakeholderAdded = "INCIDENT_STAKEHOLDER_ADDED",
|
|
125931
126410
|
IncidentStakeholderRemoved = "INCIDENT_STAKEHOLDER_REMOVED",
|
|
125932
126411
|
ResponderAlertAcked = "RESPONDER_ALERT_ACKED",
|
|
@@ -125937,7 +126416,7 @@ export declare enum JiraIncidentActivityType {
|
|
|
125937
126416
|
StakeholdersUpdated = "STAKEHOLDERS_UPDATED",
|
|
125938
126417
|
Unknown = "UNKNOWN"
|
|
125939
126418
|
}
|
|
125940
|
-
export type JiraIncidentActivityValueUnion = JiraAlertValue | JiraIncidentStakeholderActionValue | JiraResponderAlertAssignedValue | JiraResponderAlertPriorityChangedValue | JiraStakeholderUpdatedValue;
|
|
126419
|
+
export type JiraIncidentActivityValueUnion = JiraAlertValue | JiraIccActivityValue | JiraIncidentStakeholderActionValue | JiraResponderAlertAssignedValue | JiraResponderAlertPriorityChangedValue | JiraStakeholderUpdatedValue;
|
|
125941
126420
|
export type JiraIncidentItem = {
|
|
125942
126421
|
__typename?: 'JiraIncidentItem';
|
|
125943
126422
|
incidentItem?: Maybe<JiraIncidentActivityItem>;
|
|
@@ -131032,6 +131511,7 @@ export type JiraMutation = {
|
|
|
131032
131511
|
updateFieldSetsView?: Maybe<JiraFieldSetsViewPayload>;
|
|
131033
131512
|
updateFlagField?: Maybe<JiraUpdateFlagFieldPayload>;
|
|
131034
131513
|
updateForgeObjectField?: Maybe<JiraForgeObjectFieldPayload>;
|
|
131514
|
+
updateForgeStringField?: Maybe<JiraForgeStringFieldPayload>;
|
|
131035
131515
|
updateFormattingRule?: Maybe<JiraUpdateFormattingRulePayload>;
|
|
131036
131516
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
131037
131517
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
@@ -131656,6 +132136,9 @@ export type JiraMutationUpdateFlagFieldArgs = {
|
|
|
131656
132136
|
export type JiraMutationUpdateForgeObjectFieldArgs = {
|
|
131657
132137
|
input: JiraUpdateForgeObjectFieldInput;
|
|
131658
132138
|
};
|
|
132139
|
+
export type JiraMutationUpdateForgeStringFieldArgs = {
|
|
132140
|
+
input: JiraUpdateSingleLineTextFieldInput;
|
|
132141
|
+
};
|
|
131659
132142
|
export type JiraMutationUpdateFormattingRuleArgs = {
|
|
131660
132143
|
input: JiraUpdateFormattingRuleInput;
|
|
131661
132144
|
};
|
|
@@ -133252,6 +133735,7 @@ export type JiraPlaybookInstanceEdge = {
|
|
|
133252
133735
|
};
|
|
133253
133736
|
export type JiraPlaybookInstanceStep = Node & {
|
|
133254
133737
|
__typename?: 'JiraPlaybookInstanceStep';
|
|
133738
|
+
checklistItems?: Maybe<Array<ChecklistItem>>;
|
|
133255
133739
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
133256
133740
|
id: Scalars['ID']['output'];
|
|
133257
133741
|
lastRun?: Maybe<JiraPlaybookStepRun>;
|
|
@@ -137910,11 +138394,33 @@ export type JiraRoleEdge = {
|
|
|
137910
138394
|
export type JiraRoleInput = {
|
|
137911
138395
|
roleId?: InputMaybe<Scalars['ID']['input']>;
|
|
137912
138396
|
};
|
|
138397
|
+
export type JiraRovoAiEnabledGloballyStatus = {
|
|
138398
|
+
__typename?: 'JiraRovoAiEnabledGloballyStatus';
|
|
138399
|
+
disabledReason?: Maybe<JiraRovoWithAiDisabledReason>;
|
|
138400
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
138401
|
+
};
|
|
138402
|
+
export declare enum JiraRovoAiProduct {
|
|
138403
|
+
Jira = "JIRA",
|
|
138404
|
+
JiraCustomerService = "JIRA_CUSTOMER_SERVICE",
|
|
138405
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
138406
|
+
JiraServiceManagement = "JIRA_SERVICE_MANAGEMENT"
|
|
138407
|
+
}
|
|
137913
138408
|
export type JiraRovoConversationMetadata = {
|
|
137914
138409
|
__typename?: 'JiraRovoConversationMetadata';
|
|
137915
138410
|
actionMessageId?: Maybe<Scalars['String']['output']>;
|
|
137916
138411
|
channelConversationId: Scalars['ID']['output'];
|
|
137917
138412
|
};
|
|
138413
|
+
export type JiraRovoEnablementStatus = {
|
|
138414
|
+
__typename?: 'JiraRovoEnablementStatus';
|
|
138415
|
+
isRovoEntitlementEnabledForTenant?: Maybe<Scalars['Boolean']['output']>;
|
|
138416
|
+
isRovoWithAiEnabledInAnyJiraFamilyProducts?: Maybe<JiraRovoAiEnabledGloballyStatus>;
|
|
138417
|
+
rovoWithAiEnabledProducts?: Maybe<Array<JiraRovoAiProduct>>;
|
|
138418
|
+
};
|
|
138419
|
+
export declare enum JiraRovoWithAiDisabledReason {
|
|
138420
|
+
NoRovoEntitlement = "NO_ROVO_ENTITLEMENT",
|
|
138421
|
+
RbacAccessDenied = "RBAC_ACCESS_DENIED",
|
|
138422
|
+
RovoDisabledInAllJiraProducts = "ROVO_DISABLED_IN_ALL_JIRA_PRODUCTS"
|
|
138423
|
+
}
|
|
137918
138424
|
export type JiraSdlcSuggestions = JiraBaseNextActionsEntity & {
|
|
137919
138425
|
__typename?: 'JiraSDLCSuggestions';
|
|
137920
138426
|
approvedPullRequests?: Maybe<JiraIssuePullRequests>;
|
|
@@ -141106,8 +141612,10 @@ export type JiraSprintStreamHubPayload = {
|
|
|
141106
141612
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
141107
141613
|
};
|
|
141108
141614
|
export type JiraSprintUpdateInput = {
|
|
141615
|
+
autoManaged?: InputMaybe<JiraAutoManagedSprintSetting>;
|
|
141109
141616
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
141110
141617
|
goal?: InputMaybe<Scalars['String']['input']>;
|
|
141618
|
+
incompleteCardsDestination?: InputMaybe<JiraInCompleteCardsDestinationInput>;
|
|
141111
141619
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
141112
141620
|
sprintId: Scalars['ID']['input'];
|
|
141113
141621
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -146370,6 +146878,15 @@ export type JsmConversationActiveSla = {
|
|
|
146370
146878
|
expiresAt?: Maybe<Scalars['String']['output']>;
|
|
146371
146879
|
slaType?: Maybe<JsmConversationSlaType>;
|
|
146372
146880
|
};
|
|
146881
|
+
export declare enum JsmConversationAvailabilityOutcome {
|
|
146882
|
+
Available = "AVAILABLE",
|
|
146883
|
+
NotAvailable = "NOT_AVAILABLE"
|
|
146884
|
+
}
|
|
146885
|
+
export type JsmConversationAvailabilityResult = {
|
|
146886
|
+
__typename?: 'JsmConversationAvailabilityResult';
|
|
146887
|
+
criteria?: Maybe<JsmConversationLiveChatAvailabilityCriteria>;
|
|
146888
|
+
outcome?: Maybe<JsmConversationAvailabilityOutcome>;
|
|
146889
|
+
};
|
|
146373
146890
|
export type JsmConversationClaimConversationInput = {
|
|
146374
146891
|
cloudId: Scalars['ID']['input'];
|
|
146375
146892
|
conversationId: Scalars['ID']['input'];
|
|
@@ -146422,9 +146939,38 @@ export type JsmConversationEdge = {
|
|
|
146422
146939
|
export type JsmConversationHelpseekerSettings = {
|
|
146423
146940
|
__typename?: 'JsmConversationHelpseekerSettings';
|
|
146424
146941
|
activationState?: Maybe<JsmConversationActivationState>;
|
|
146425
|
-
|
|
146942
|
+
availability?: Maybe<JsmConversationAvailabilityResult>;
|
|
146426
146943
|
};
|
|
146427
146944
|
export type JsmConversationHelpseekerSettingsResult = JsmConversationHelpseekerSettings | QueryError;
|
|
146945
|
+
export type JsmConversationInvite = {
|
|
146946
|
+
__typename?: 'JsmConversationInvite';
|
|
146947
|
+
conversationAri?: Maybe<Scalars['ID']['output']>;
|
|
146948
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
146949
|
+
id: Scalars['ID']['output'];
|
|
146950
|
+
initiator?: Maybe<Scalars['ID']['output']>;
|
|
146951
|
+
recipient?: Maybe<Scalars['ID']['output']>;
|
|
146952
|
+
status?: Maybe<JsmConversationInviteStatus>;
|
|
146953
|
+
type?: Maybe<JsmConversationInviteType>;
|
|
146954
|
+
};
|
|
146955
|
+
export type JsmConversationInviteConnection = {
|
|
146956
|
+
__typename?: 'JsmConversationInviteConnection';
|
|
146957
|
+
edges?: Maybe<Array<JsmConversationInviteEdge>>;
|
|
146958
|
+
errors?: Maybe<Array<QueryError>>;
|
|
146959
|
+
nodes?: Maybe<Array<Maybe<JsmConversationInvite>>>;
|
|
146960
|
+
pageInfo: PageInfo;
|
|
146961
|
+
};
|
|
146962
|
+
export type JsmConversationInviteEdge = {
|
|
146963
|
+
__typename?: 'JsmConversationInviteEdge';
|
|
146964
|
+
cursor: Scalars['String']['output'];
|
|
146965
|
+
node?: Maybe<JsmConversationInvite>;
|
|
146966
|
+
};
|
|
146967
|
+
export declare enum JsmConversationInviteStatus {
|
|
146968
|
+
Accepted = "ACCEPTED",
|
|
146969
|
+
Cancelled = "CANCELLED",
|
|
146970
|
+
Expired = "EXPIRED",
|
|
146971
|
+
Pending = "PENDING",
|
|
146972
|
+
Rejected = "REJECTED"
|
|
146973
|
+
}
|
|
146428
146974
|
export declare enum JsmConversationInviteType {
|
|
146429
146975
|
Collaborate = "COLLABORATE",
|
|
146430
146976
|
Transfer = "TRANSFER"
|
|
@@ -146450,6 +146996,7 @@ export type JsmConversationMessage = {
|
|
|
146450
146996
|
sentAt?: Maybe<Scalars['DateTime']['output']>;
|
|
146451
146997
|
sequenceId?: Maybe<Scalars['String']['output']>;
|
|
146452
146998
|
source?: Maybe<JsmConversationMessageSource>;
|
|
146999
|
+
visibility?: Maybe<JsmConversationMessageVisibility>;
|
|
146453
147000
|
};
|
|
146454
147001
|
export type JsmConversationMessageConnection = {
|
|
146455
147002
|
__typename?: 'JsmConversationMessageConnection';
|
|
@@ -146469,6 +147016,10 @@ export declare enum JsmConversationMessageSource {
|
|
|
146469
147016
|
RovoAssistant = "ROVO_ASSISTANT",
|
|
146470
147017
|
System = "SYSTEM"
|
|
146471
147018
|
}
|
|
147019
|
+
export declare enum JsmConversationMessageVisibility {
|
|
147020
|
+
Internal = "INTERNAL",
|
|
147021
|
+
Public = "PUBLIC"
|
|
147022
|
+
}
|
|
146472
147023
|
export type JsmConversationSettings = {
|
|
146473
147024
|
__typename?: 'JsmConversationSettings';
|
|
146474
147025
|
activationState?: Maybe<JsmConversationActivationState>;
|
|
@@ -147838,6 +148389,14 @@ export type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
147838
148389
|
pageInfo: PageInfo;
|
|
147839
148390
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
147840
148391
|
};
|
|
148392
|
+
export type KnowledgeBaseHealthDashboard = {
|
|
148393
|
+
__typename?: 'KnowledgeBaseHealthDashboard';
|
|
148394
|
+
articleCount: Scalars['Int']['output'];
|
|
148395
|
+
articleCountByMonth: Array<KnowledgeBaseMonthlyArticleCount>;
|
|
148396
|
+
articleViewCount: Scalars['Int']['output'];
|
|
148397
|
+
projectIdentifier: Scalars['String']['output'];
|
|
148398
|
+
};
|
|
148399
|
+
export type KnowledgeBaseHealthDashboardResponse = KnowledgeBaseHealthDashboard | QueryError;
|
|
147841
148400
|
export type KnowledgeBaseInaccessibleLinkedSource = {
|
|
147842
148401
|
__typename?: 'KnowledgeBaseInaccessibleLinkedSource';
|
|
147843
148402
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -147886,6 +148445,11 @@ export type KnowledgeBaseLinkedSources = {
|
|
|
147886
148445
|
linkedSources?: Maybe<Array<KnowledgeBaseLinkedSource>>;
|
|
147887
148446
|
};
|
|
147888
148447
|
export type KnowledgeBaseLinkedSourcesResponse = KnowledgeBaseLinkedSources | QueryError;
|
|
148448
|
+
export type KnowledgeBaseMonthlyArticleCount = {
|
|
148449
|
+
__typename?: 'KnowledgeBaseMonthlyArticleCount';
|
|
148450
|
+
count: Scalars['Int']['output'];
|
|
148451
|
+
yearMonth: Scalars['String']['output'];
|
|
148452
|
+
};
|
|
147889
148453
|
export type KnowledgeBaseMutationApi = {
|
|
147890
148454
|
__typename?: 'KnowledgeBaseMutationApi';
|
|
147891
148455
|
linkKnowledgeBaseSource?: Maybe<KnowledgeBaseLinkResponse>;
|
|
@@ -147918,6 +148482,17 @@ export type KnowledgeBaseQueryApiKnowledgeBaseArgs = {
|
|
|
147918
148482
|
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
147919
148483
|
};
|
|
147920
148484
|
export type KnowledgeBaseResponse = KnowledgeBaseSources | QueryError;
|
|
148485
|
+
export type KnowledgeBaseSearchConversionByMonth = {
|
|
148486
|
+
__typename?: 'KnowledgeBaseSearchConversionByMonth';
|
|
148487
|
+
conversionRate: Scalars['Float']['output'];
|
|
148488
|
+
yearMonth: Scalars['String']['output'];
|
|
148489
|
+
};
|
|
148490
|
+
export type KnowledgeBaseSearchConversionMetrics = {
|
|
148491
|
+
__typename?: 'KnowledgeBaseSearchConversionMetrics';
|
|
148492
|
+
projectIdentifier: Scalars['String']['output'];
|
|
148493
|
+
searchConversionByMonth: Array<KnowledgeBaseSearchConversionByMonth>;
|
|
148494
|
+
};
|
|
148495
|
+
export type KnowledgeBaseSearchConversionMetricsResponse = KnowledgeBaseSearchConversionMetrics | QueryError;
|
|
147921
148496
|
export type KnowledgeBaseSearchFiltersInput = {
|
|
147922
148497
|
knowledgeBaseAppSources?: InputMaybe<Array<KnowledgeBaseAppSource>>;
|
|
147923
148498
|
sourceContainers?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -154403,14 +154978,14 @@ export type MediaItem = {
|
|
|
154403
154978
|
};
|
|
154404
154979
|
export type MediaItemDescriptorInput = {
|
|
154405
154980
|
collection?: InputMaybe<Scalars['String']['input']>;
|
|
154406
|
-
fileId
|
|
154981
|
+
fileId?: InputMaybe<Scalars['ID']['input']>;
|
|
154407
154982
|
version?: InputMaybe<Scalars['Int']['input']>;
|
|
154408
154983
|
};
|
|
154409
154984
|
export type MediaItemsInput = {
|
|
154410
|
-
clientId
|
|
154411
|
-
descriptors
|
|
154985
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
154986
|
+
descriptors?: InputMaybe<Array<InputMaybe<MediaItemDescriptorInput>>>;
|
|
154412
154987
|
includeHashForDuplicateFiles?: InputMaybe<Scalars['Boolean']['input']>;
|
|
154413
|
-
token
|
|
154988
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
|
154414
154989
|
};
|
|
154415
154990
|
export type MediaPickerUserToken = {
|
|
154416
154991
|
__typename?: 'MediaPickerUserToken';
|
|
@@ -154446,7 +155021,7 @@ export type MenusLookAndFeel = {
|
|
|
154446
155021
|
color?: Maybe<Scalars['String']['output']>;
|
|
154447
155022
|
hoverOrFocus?: Maybe<Array<Maybe<MapOfStringToString>>>;
|
|
154448
155023
|
};
|
|
154449
|
-
export type MercuryActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraAlignAggProject | JiraIssue | TownsquareGoal | TownsquareProject;
|
|
155024
|
+
export type MercuryActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraAlignAggProject | JiraIssue | MercuryOrganization | TownsquareGoal | TownsquareProject;
|
|
154450
155025
|
export type MercuryActivityHistoryMetadata = {
|
|
154451
155026
|
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
154452
155027
|
};
|
|
@@ -156771,6 +157346,7 @@ export type MercuryFocusAreaCostSummary = {
|
|
|
156771
157346
|
};
|
|
156772
157347
|
export type MercuryFocusAreaCustomFieldActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
156773
157348
|
__typename?: 'MercuryFocusAreaCustomFieldActivityHistoryMetadata';
|
|
157349
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
156774
157350
|
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
156775
157351
|
searchKey: Scalars['String']['output'];
|
|
156776
157352
|
};
|
|
@@ -158813,11 +159389,13 @@ export type MercuryOrganizationMembershipEdge = {
|
|
|
158813
159389
|
};
|
|
158814
159390
|
export declare enum MercuryOrganizationPermission {
|
|
158815
159391
|
Archive = "ARCHIVE",
|
|
159392
|
+
CreateFocusAreaSponsor = "CREATE_FOCUS_AREA_SPONSOR",
|
|
158816
159393
|
CreateGoalLink = "CREATE_GOAL_LINK",
|
|
158817
159394
|
CreateLink = "CREATE_LINK",
|
|
158818
159395
|
CreateUpdate = "CREATE_UPDATE",
|
|
158819
159396
|
CreateWorkLink = "CREATE_WORK_LINK",
|
|
158820
159397
|
Delete = "DELETE",
|
|
159398
|
+
DeleteFocusAreaSponsor = "DELETE_FOCUS_AREA_SPONSOR",
|
|
158821
159399
|
DeleteGoalLink = "DELETE_GOAL_LINK",
|
|
158822
159400
|
DeleteLink = "DELETE_LINK",
|
|
158823
159401
|
DeleteUpdate = "DELETE_UPDATE",
|
|
@@ -163218,6 +163796,7 @@ export type Mutation = {
|
|
|
163218
163796
|
avpanalytics_discardMetricUpdates?: Maybe<AvpAnalyticsDiscardMetricUpdatesPayload>;
|
|
163219
163797
|
avpanalytics_discardModelUpdates?: Maybe<AvpAnalyticsDiscardModelUpdatesPayload>;
|
|
163220
163798
|
avpanalytics_purgeMetric?: Maybe<AvpAnalyticsDeleteMetricPayload>;
|
|
163799
|
+
avpanalytics_purgeModel?: Maybe<AvpAnalyticsDeleteModelPayload>;
|
|
163221
163800
|
avpanalytics_updateMetric?: Maybe<AvpAnalyticsUpdateMetricPayload>;
|
|
163222
163801
|
avpanalytics_updateModel?: Maybe<AvpAnalyticsUpdateModelPayload>;
|
|
163223
163802
|
avpanalytics_updatePermission?: Maybe<AvpAnalyticsUpdatePermissionPayload>;
|
|
@@ -163519,6 +164098,8 @@ export type Mutation = {
|
|
|
163519
164098
|
csmAi_updateAction?: Maybe<CsmAiUpdateActionPayload>;
|
|
163520
164099
|
csmAi_updateAgent?: Maybe<CsmAiUpdateAgentPayload>;
|
|
163521
164100
|
csmAi_updateAgentIdentity?: Maybe<CsmAiUpdateAgentIdentityPayload>;
|
|
164101
|
+
csmAi_updateAgentToolConfiguration?: Maybe<CsmAiUpdateAgentToolConfigurationPayload>;
|
|
164102
|
+
csmAi_updateAgentTools?: Maybe<CsmAiUpdateAgentToolsPayload>;
|
|
163522
164103
|
csmAi_updateCoachingContent?: Maybe<CsmAiUpdateCoachingContentPayload>;
|
|
163523
164104
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
163524
164105
|
csmAi_updateKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
@@ -164193,6 +164774,8 @@ export type Mutation = {
|
|
|
164193
164774
|
projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
|
|
164194
164775
|
projects_addView?: Maybe<TownsquareProjectsAddViewPayload>;
|
|
164195
164776
|
projects_clone?: Maybe<TownsquareProjectsClonePayload>;
|
|
164777
|
+
projects_connectMsteamsChannels?: Maybe<TownsquareProjectsConnectMsteamsChannelsPayload>;
|
|
164778
|
+
projects_connectSlackChannels?: Maybe<TownsquareProjectsConnectSlackChannelsPayload>;
|
|
164196
164779
|
projects_create?: Maybe<TownsquareProjectsCreatePayload>;
|
|
164197
164780
|
projects_createComment?: Maybe<TownsquareProjectsCreateCommentPayload>;
|
|
164198
164781
|
projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
|
|
@@ -165602,6 +166185,10 @@ export type MutationAvpanalytics_PurgeMetricArgs = {
|
|
|
165602
166185
|
cloudId: Scalars['ID']['input'];
|
|
165603
166186
|
input: AvpAnalyticsPurgeMetricInput;
|
|
165604
166187
|
};
|
|
166188
|
+
export type MutationAvpanalytics_PurgeModelArgs = {
|
|
166189
|
+
cloudId: Scalars['ID']['input'];
|
|
166190
|
+
input?: InputMaybe<AvpAnalyticsPurgeModelInput>;
|
|
166191
|
+
};
|
|
165605
166192
|
export type MutationAvpanalytics_UpdateMetricArgs = {
|
|
165606
166193
|
cloudId: Scalars['ID']['input'];
|
|
165607
166194
|
input: AvpAnalyticsUpdateMetricInput;
|
|
@@ -166703,6 +167290,17 @@ export type MutationCsmAi_UpdateAgentIdentityArgs = {
|
|
|
166703
167290
|
helpCenterAri: Scalars['ID']['input'];
|
|
166704
167291
|
input?: InputMaybe<CsmAiUpdateAgentInput>;
|
|
166705
167292
|
};
|
|
167293
|
+
export type MutationCsmAi_UpdateAgentToolConfigurationArgs = {
|
|
167294
|
+
csmAgentId: Scalars['ID']['input'];
|
|
167295
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
167296
|
+
input: CsmAiAgentToolConfigurationInput;
|
|
167297
|
+
toolId: Scalars['ID']['input'];
|
|
167298
|
+
};
|
|
167299
|
+
export type MutationCsmAi_UpdateAgentToolsArgs = {
|
|
167300
|
+
csmAgentId: Scalars['ID']['input'];
|
|
167301
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
167302
|
+
input: CsmAiUpdateAgentToolsInput;
|
|
167303
|
+
};
|
|
166706
167304
|
export type MutationCsmAi_UpdateCoachingContentArgs = {
|
|
166707
167305
|
csmAiAgentId?: InputMaybe<Scalars['ID']['input']>;
|
|
166708
167306
|
csmAiCoachingContentId: Scalars['ID']['input'];
|
|
@@ -168895,6 +169493,12 @@ export type MutationProjects_AddViewArgs = {
|
|
|
168895
169493
|
export type MutationProjects_CloneArgs = {
|
|
168896
169494
|
input: TownsquareProjectsCloneInput;
|
|
168897
169495
|
};
|
|
169496
|
+
export type MutationProjects_ConnectMsteamsChannelsArgs = {
|
|
169497
|
+
input: TownsquareProjectsConnectMsteamsChannelsInput;
|
|
169498
|
+
};
|
|
169499
|
+
export type MutationProjects_ConnectSlackChannelsArgs = {
|
|
169500
|
+
input: TownsquareProjectsConnectSlackChannelsInput;
|
|
169501
|
+
};
|
|
168898
169502
|
export type MutationProjects_CreateArgs = {
|
|
168899
169503
|
input: TownsquareProjectsCreateInput;
|
|
168900
169504
|
};
|
|
@@ -173262,6 +173866,7 @@ export type Query = {
|
|
|
173262
173866
|
agentWorkspace_schedule?: Maybe<AgentWorkspaceSchedule>;
|
|
173263
173867
|
agentWorkspace_schedules?: Maybe<AgentWorkspaceSchedulesConnection>;
|
|
173264
173868
|
agentWorkspace_services?: Maybe<AgentWorkspaceServiceConnection>;
|
|
173869
|
+
agentWorkspace_servicesConfiguredInProject?: Maybe<AgentWorkspaceServiceConnection>;
|
|
173265
173870
|
agentWorkspace_servicesMappedToSkillsInProject?: Maybe<AgentWorkspaceServiceConnection>;
|
|
173266
173871
|
agentWorkspace_shiftEditBounds?: Maybe<AgentWorkspaceShiftEditBounds>;
|
|
173267
173872
|
agentWorkspace_shifts?: Maybe<AgentWorkspaceShiftsConnection>;
|
|
@@ -173335,6 +173940,7 @@ export type Query = {
|
|
|
173335
173940
|
appSwitcher_availableProductsBySite?: Maybe<AppSwitcherAvailableProductsBySiteResult>;
|
|
173336
173941
|
apps?: Maybe<AppConnection>;
|
|
173337
173942
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
173943
|
+
assetsDM_adapterClientVersionStatus?: Maybe<AssetsDmAdapterClientVersionStatusResponse>;
|
|
173338
173944
|
assetsDM_adapters?: Maybe<AssetsDmAdapters>;
|
|
173339
173945
|
assetsDM_allCleansingRules?: Maybe<Array<AssetsDmDefFunction>>;
|
|
173340
173946
|
assetsDM_attributePrioritiesList?: Maybe<AssetsDmAttributePrioritiesList>;
|
|
@@ -173345,7 +173951,7 @@ export type Query = {
|
|
|
173345
173951
|
assetsDM_dataDictionaries?: Maybe<AssetsDmDataDictionaryResponse>;
|
|
173346
173952
|
assetsDM_dataDictionaryGroupValues?: Maybe<AssetsDmDataDictionaryGroupValuesResponse>;
|
|
173347
173953
|
assetsDM_dataDictionaryGroups?: Maybe<AssetsDmDataDictionaryGroupsResponse>;
|
|
173348
|
-
assetsDM_dataSource?: Maybe<
|
|
173954
|
+
assetsDM_dataSource?: Maybe<AssetsDmDataSourceDetail>;
|
|
173349
173955
|
assetsDM_dataSourceConfig?: Maybe<AssetsDmDataSourceConfig>;
|
|
173350
173956
|
assetsDM_dataSourceDetails?: Maybe<AssetsDmDataSourceDetails>;
|
|
173351
173957
|
assetsDM_dataSourceFormFields?: Maybe<AssetsDmDataSourceFormFields>;
|
|
@@ -173402,6 +174008,7 @@ export type Query = {
|
|
|
173402
174008
|
assetsVertical_customInsightResult?: Maybe<AssetsVerticalCustomInsightResultUnion>;
|
|
173403
174009
|
assetsVertical_customInsights?: Maybe<AssetsVerticalCustomInsightsResult>;
|
|
173404
174010
|
assetsVertical_depreciationRule?: Maybe<AssetsVerticalDepreciationRuleResult>;
|
|
174011
|
+
assetsVertical_depreciationRuleByAssetTypesTracking?: Maybe<AssetsVerticalDepreciationRuleByAssetTypesTrackingResult>;
|
|
173405
174012
|
assetsVertical_depreciationRules?: Maybe<AssetsVerticalDepreciationRuleConnection>;
|
|
173406
174013
|
assetsVertical_hardwareCountByStatus?: Maybe<AssetsVerticalHardwareCountByStatusResult>;
|
|
173407
174014
|
assetsVertical_hardwareObjectTypes?: Maybe<AssetsVerticalHardwareObjectTypesResult>;
|
|
@@ -173505,6 +174112,7 @@ export type Query = {
|
|
|
173505
174112
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
173506
174113
|
ccp?: Maybe<CcpQueryApi>;
|
|
173507
174114
|
ccp_catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
174115
|
+
ccp_concessions?: Maybe<Array<Maybe<CcpConcession>>>;
|
|
173508
174116
|
ccp_entitlement?: Maybe<CcpEntitlement>;
|
|
173509
174117
|
ccp_entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
173510
174118
|
ccp_entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
@@ -173775,6 +174383,7 @@ export type Query = {
|
|
|
173775
174383
|
convoai_jiraRelated3pLinksSuggestionsByIssueId?: Maybe<ConvoAiJira3pRelatedLinksResult>;
|
|
173776
174384
|
convoai_jiraRelatedResourcesSuggestions?: Maybe<ConvoAiJiraIssueRelatedResourcesResult>;
|
|
173777
174385
|
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
174386
|
+
convoai_searchAgent?: Maybe<ConvoAiSearchAgentPayload>;
|
|
173778
174387
|
countGroupByEventName?: Maybe<CountGroupByEventName>;
|
|
173779
174388
|
countGroupByPage?: Maybe<CountGroupByPage>;
|
|
173780
174389
|
countGroupBySpace?: Maybe<CountGroupBySpace>;
|
|
@@ -173866,6 +174475,7 @@ export type Query = {
|
|
|
173866
174475
|
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
173867
174476
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
173868
174477
|
devai_autodevNextAssignedWorkstreamTasks?: Maybe<DevAiAutodevNextAssignedWorkstreamTaskConnection>;
|
|
174478
|
+
devai_autodevNextGlobalDashboard?: Maybe<DevAiAutodevNextGlobalDashboard>;
|
|
173869
174479
|
devai_autodevNextJiraProjectAvailability?: Maybe<DevAiAutodevNextJiraProjectAvailabilityPayload>;
|
|
173870
174480
|
devai_autodevNextMyWorkItems?: Maybe<DevAiAutodevNextWorkItemConnection>;
|
|
173871
174481
|
devai_autodevNextUsageCurrentCounts?: Maybe<DevAiAutodevNextCurrentUsageCounts>;
|
|
@@ -173991,6 +174601,7 @@ export type Query = {
|
|
|
173991
174601
|
graphInference_getRelatedRepos?: Maybe<GraphInferenceGetRelatedReposResponse>;
|
|
173992
174602
|
graphInference_getRelatedReposV2?: Maybe<GraphInferenceGetRelatedReposV2Response>;
|
|
173993
174603
|
graphInference_getRelatedReposV3?: Maybe<GraphInferenceGetRelatedReposV3Response>;
|
|
174604
|
+
graphInference_getSimilarJiraItems?: Maybe<GraphInferenceGetSimilarJiraItemsResponse>;
|
|
173994
174605
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
173995
174606
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
173996
174607
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
@@ -174680,6 +175291,8 @@ export type Query = {
|
|
|
174680
175291
|
graphStoreV2_focusOrganizationHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalInverseConnection>;
|
|
174681
175292
|
graphStoreV2_focusOrganizationHasFocusOrganizationMembership?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipConnection>;
|
|
174682
175293
|
graphStoreV2_focusOrganizationHasFocusOrganizationMembershipInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasFocusOrganizationMembershipInverseConnection>;
|
|
175294
|
+
graphStoreV2_focusOrganizationSponsorsFocusFocusArea?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaConnection>;
|
|
175295
|
+
graphStoreV2_focusOrganizationSponsorsFocusFocusAreaInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationSponsorsFocusFocusAreaInverseConnection>;
|
|
174683
175296
|
graphStoreV2_focusRiskHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusRiskHasWorkEntityConnection>;
|
|
174684
175297
|
graphStoreV2_focusRiskHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusRiskHasWorkEntityInverseConnection>;
|
|
174685
175298
|
graphStoreV2_focusStrategicPlanContributesToFocusFocusArea?: Maybe<GraphStoreV2SimplifiedFocusStrategicPlanContributesToFocusFocusAreaConnection>;
|
|
@@ -175465,6 +176078,10 @@ export type Query = {
|
|
|
175465
176078
|
graphStore_mercuryOrganizationHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchMercuryOrganizationHasAtlasGoalConnection>;
|
|
175466
176079
|
graphStore_mercuryOrganizationHasMercuryOrganizationMembership?: Maybe<GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipConnection>;
|
|
175467
176080
|
graphStore_mercuryOrganizationHasMercuryOrganizationMembershipInverse?: Maybe<GraphStoreSimplifiedMercuryOrganizationHasMercuryOrganizationMembershipInverseConnection>;
|
|
176081
|
+
graphStore_mercuryOrganizationSponsorsFocusArea?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
176082
|
+
graphStore_mercuryOrganizationSponsorsFocusAreaBatch?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
176083
|
+
graphStore_mercuryOrganizationSponsorsFocusAreaInverse?: Maybe<GraphStoreSimplifiedMercuryOrganizationSponsorsFocusAreaInverseConnection>;
|
|
176084
|
+
graphStore_mercuryOrganizationSponsorsFocusAreaInverseBatch?: Maybe<GraphStoreBatchMercuryOrganizationSponsorsFocusAreaConnection>;
|
|
175468
176085
|
graphStore_onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
175469
176086
|
graphStore_onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
175470
176087
|
graphStore_operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -176170,6 +176787,7 @@ export type Query = {
|
|
|
176170
176787
|
jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
176171
176788
|
jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
|
|
176172
176789
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
176790
|
+
jira_rovoEnablementStatus?: Maybe<JiraRovoEnablementStatus>;
|
|
176173
176791
|
jira_sprintField?: Maybe<JiraJqlField>;
|
|
176174
176792
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
176175
176793
|
jira_versionsForProjectByKey?: Maybe<JiraVersionConnection>;
|
|
@@ -176201,6 +176819,7 @@ export type Query = {
|
|
|
176201
176819
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
176202
176820
|
jsmConversation_conversations?: Maybe<JsmConversationConnection>;
|
|
176203
176821
|
jsmConversation_helpseekerSetting?: Maybe<JsmConversationHelpseekerSettingsResult>;
|
|
176822
|
+
jsmConversation_invitesForAgent?: Maybe<JsmConversationInviteConnection>;
|
|
176204
176823
|
jsmConversation_mediaConfiguration?: Maybe<JsmConversationMediaConfigurationResult>;
|
|
176205
176824
|
jsmConversation_messages?: Maybe<JsmConversationMessageConnection>;
|
|
176206
176825
|
jsmConversation_myActiveConversations?: Maybe<JsmConversationConnection>;
|
|
@@ -176242,8 +176861,10 @@ export type Query = {
|
|
|
176242
176861
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
176243
176862
|
knowledgeBase_confluenceAppLinkDetails?: Maybe<KnowledgeBaseConfluenceAppLinkDetailsResponse>;
|
|
176244
176863
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
176864
|
+
knowledgeBase_healthDashboard?: Maybe<KnowledgeBaseHealthDashboardResponse>;
|
|
176245
176865
|
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
176246
176866
|
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
176867
|
+
knowledgeBase_searchConversionMetrics?: Maybe<KnowledgeBaseSearchConversionMetricsResponse>;
|
|
176247
176868
|
knowledgeBase_sourceSuggestions?: Maybe<KnowledgeBaseSourceSuggestionsResponse>;
|
|
176248
176869
|
knowledgeBase_userCapabilities?: Maybe<KnowledgeBaseUserCapabilitiesResponse>;
|
|
176249
176870
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
@@ -177479,6 +178100,13 @@ export type QueryAgentWorkspace_ServicesArgs = {
|
|
|
177479
178100
|
projectId: Scalars['ID']['input'];
|
|
177480
178101
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
177481
178102
|
};
|
|
178103
|
+
export type QueryAgentWorkspace_ServicesConfiguredInProjectArgs = {
|
|
178104
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
178105
|
+
cloudId: Scalars['ID']['input'];
|
|
178106
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
178107
|
+
projectId: Scalars['ID']['input'];
|
|
178108
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
178109
|
+
};
|
|
177482
178110
|
export type QueryAgentWorkspace_ServicesMappedToSkillsInProjectArgs = {
|
|
177483
178111
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
177484
178112
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -177843,6 +178471,10 @@ export type QueryAppsArgs = {
|
|
|
177843
178471
|
export type QueryAquaOutgoingEmailLogsArgs = {
|
|
177844
178472
|
cloudId: Scalars['ID']['input'];
|
|
177845
178473
|
};
|
|
178474
|
+
export type QueryAssetsDm_AdapterClientVersionStatusArgs = {
|
|
178475
|
+
cloudId: Scalars['ID']['input'];
|
|
178476
|
+
workspaceId: Scalars['ID']['input'];
|
|
178477
|
+
};
|
|
177846
178478
|
export type QueryAssetsDm_AdaptersArgs = {
|
|
177847
178479
|
cloudId: Scalars['ID']['input'];
|
|
177848
178480
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -178251,6 +178883,10 @@ export type QueryAssetsVertical_DepreciationRuleArgs = {
|
|
|
178251
178883
|
cloudId: Scalars['ID']['input'];
|
|
178252
178884
|
id: Scalars['ID']['input'];
|
|
178253
178885
|
};
|
|
178886
|
+
export type QueryAssetsVertical_DepreciationRuleByAssetTypesTrackingArgs = {
|
|
178887
|
+
assetTypesTrackingId: Scalars['ID']['input'];
|
|
178888
|
+
cloudId: Scalars['ID']['input'];
|
|
178889
|
+
};
|
|
178254
178890
|
export type QueryAssetsVertical_DepreciationRulesArgs = {
|
|
178255
178891
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
178256
178892
|
cloudId: Scalars['ID']['input'];
|
|
@@ -178684,6 +179320,9 @@ export type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
178684
179320
|
export type QueryCcp_CatalogAccountsArgs = {
|
|
178685
179321
|
ids: Array<Scalars['ID']['input']>;
|
|
178686
179322
|
};
|
|
179323
|
+
export type QueryCcp_ConcessionsArgs = {
|
|
179324
|
+
ids: Array<Scalars['ID']['input']>;
|
|
179325
|
+
};
|
|
178687
179326
|
export type QueryCcp_EntitlementArgs = {
|
|
178688
179327
|
id: Scalars['ID']['input'];
|
|
178689
179328
|
};
|
|
@@ -179950,6 +180589,9 @@ export type QueryConvoai_JiraSimilarWorkItemsArgs = {
|
|
|
179950
180589
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
179951
180590
|
workItemInput: ConvoAiJiraSimilarWorkItemsInput;
|
|
179952
180591
|
};
|
|
180592
|
+
export type QueryConvoai_SearchAgentArgs = {
|
|
180593
|
+
input: ConvoAiSearchAgentInput;
|
|
180594
|
+
};
|
|
179953
180595
|
export type QueryCountGroupByEventNameArgs = {
|
|
179954
180596
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
179955
180597
|
eventName: Array<AnalyticsEventName>;
|
|
@@ -180350,6 +180992,11 @@ export type QueryDevai_AutodevNextAssignedWorkstreamTasksArgs = {
|
|
|
180350
180992
|
statuses?: InputMaybe<Array<DevAiAutodevNextWorkItemState>>;
|
|
180351
180993
|
workstreamId: Scalars['ID']['input'];
|
|
180352
180994
|
};
|
|
180995
|
+
export type QueryDevai_AutodevNextGlobalDashboardArgs = {
|
|
180996
|
+
cloudId: Scalars['ID']['input'];
|
|
180997
|
+
startDate: Scalars['Date']['input'];
|
|
180998
|
+
timezone?: InputMaybe<Scalars['String']['input']>;
|
|
180999
|
+
};
|
|
180353
181000
|
export type QueryDevai_AutodevNextJiraProjectAvailabilityArgs = {
|
|
180354
181001
|
cloudId: Scalars['ID']['input'];
|
|
180355
181002
|
projectAris: Array<Scalars['ID']['input']>;
|
|
@@ -180861,6 +181508,9 @@ export type QueryGraphInference_GetRelatedReposV2Args = {
|
|
|
180861
181508
|
export type QueryGraphInference_GetRelatedReposV3Args = {
|
|
180862
181509
|
input: GraphInferenceGetRelatedReposV3Input;
|
|
180863
181510
|
};
|
|
181511
|
+
export type QueryGraphInference_GetSimilarJiraItemsArgs = {
|
|
181512
|
+
input: GraphInferenceGetSimilarJiraItemsInput;
|
|
181513
|
+
};
|
|
180864
181514
|
export type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
180865
181515
|
contextAri: Scalars['ID']['input'];
|
|
180866
181516
|
};
|
|
@@ -180924,9 +181574,11 @@ export type QueryGraphIntegration_McpServerUserRequestsArgs = {
|
|
|
180924
181574
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
180925
181575
|
};
|
|
180926
181576
|
export type QueryGraphIntegration_McpServersArgs = {
|
|
181577
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
180927
181578
|
ids: Array<Scalars['ID']['input']>;
|
|
180928
181579
|
};
|
|
180929
181580
|
export type QueryGraphIntegration_McpToolsArgs = {
|
|
181581
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
180930
181582
|
ids: Array<Scalars['ID']['input']>;
|
|
180931
181583
|
};
|
|
180932
181584
|
export type QueryGraphIntegration_SkillArgs = {
|
|
@@ -185641,6 +186293,20 @@ export type QueryGraphStoreV2_FocusOrganizationHasFocusOrganizationMembershipInv
|
|
|
185641
186293
|
id: Scalars['ID']['input'];
|
|
185642
186294
|
sort?: InputMaybe<GraphStoreV2FocusOrganizationHasFocusOrganizationMembershipSortInput>;
|
|
185643
186295
|
};
|
|
186296
|
+
export type QueryGraphStoreV2_FocusOrganizationSponsorsFocusFocusAreaArgs = {
|
|
186297
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
186298
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
186299
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
186300
|
+
id: Scalars['ID']['input'];
|
|
186301
|
+
sort?: InputMaybe<GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaSortInput>;
|
|
186302
|
+
};
|
|
186303
|
+
export type QueryGraphStoreV2_FocusOrganizationSponsorsFocusFocusAreaInverseArgs = {
|
|
186304
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
186305
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
186306
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
186307
|
+
id: Scalars['ID']['input'];
|
|
186308
|
+
sort?: InputMaybe<GraphStoreV2FocusOrganizationSponsorsFocusFocusAreaSortInput>;
|
|
186309
|
+
};
|
|
185644
186310
|
export type QueryGraphStoreV2_FocusRiskHasWorkEntityArgs = {
|
|
185645
186311
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
185646
186312
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -191588,6 +192254,36 @@ export type QueryGraphStore_MercuryOrganizationHasMercuryOrganizationMembershipI
|
|
|
191588
192254
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
191589
192255
|
sort?: InputMaybe<GraphStoreMercuryOrganizationHasMercuryOrganizationMembershipSortInput>;
|
|
191590
192256
|
};
|
|
192257
|
+
export type QueryGraphStore_MercuryOrganizationSponsorsFocusAreaArgs = {
|
|
192258
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
192259
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192260
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
192261
|
+
id: Scalars['ID']['input'];
|
|
192262
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
192263
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
192264
|
+
};
|
|
192265
|
+
export type QueryGraphStore_MercuryOrganizationSponsorsFocusAreaBatchArgs = {
|
|
192266
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
192267
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
192268
|
+
ids: Array<Scalars['ID']['input']>;
|
|
192269
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
192270
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
192271
|
+
};
|
|
192272
|
+
export type QueryGraphStore_MercuryOrganizationSponsorsFocusAreaInverseArgs = {
|
|
192273
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
192274
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192275
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
192276
|
+
id: Scalars['ID']['input'];
|
|
192277
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
192278
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
192279
|
+
};
|
|
192280
|
+
export type QueryGraphStore_MercuryOrganizationSponsorsFocusAreaInverseBatchArgs = {
|
|
192281
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
192282
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
192283
|
+
ids: Array<Scalars['ID']['input']>;
|
|
192284
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
192285
|
+
sort?: InputMaybe<GraphStoreMercuryOrganizationSponsorsFocusAreaSortInput>;
|
|
192286
|
+
};
|
|
191591
192287
|
export type QueryGraphStore_OnPremProjectHasIssueArgs = {
|
|
191592
192288
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
191593
192289
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -196624,6 +197320,9 @@ export type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
196624
197320
|
cloudId: Scalars['ID']['input'];
|
|
196625
197321
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
196626
197322
|
};
|
|
197323
|
+
export type QueryJira_RovoEnablementStatusArgs = {
|
|
197324
|
+
cloudId: Scalars['ID']['input'];
|
|
197325
|
+
};
|
|
196627
197326
|
export type QueryJira_SprintFieldArgs = {
|
|
196628
197327
|
cloudId: Scalars['ID']['input'];
|
|
196629
197328
|
};
|
|
@@ -196751,6 +197450,13 @@ export type QueryJsmConversation_ConversationsArgs = {
|
|
|
196751
197450
|
export type QueryJsmConversation_HelpseekerSettingArgs = {
|
|
196752
197451
|
projectAri: Scalars['String']['input'];
|
|
196753
197452
|
};
|
|
197453
|
+
export type QueryJsmConversation_InvitesForAgentArgs = {
|
|
197454
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
197455
|
+
cloudId: Scalars['ID']['input'];
|
|
197456
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197457
|
+
projectKey: Scalars['String']['input'];
|
|
197458
|
+
status?: InputMaybe<JsmConversationInviteStatus>;
|
|
197459
|
+
};
|
|
196754
197460
|
export type QueryJsmConversation_MediaConfigurationArgs = {
|
|
196755
197461
|
conversationAri: Scalars['ID']['input'];
|
|
196756
197462
|
};
|
|
@@ -196934,6 +197640,10 @@ export type QueryKnowledgeBase_ConfluenceAppLinkDetailsArgs = {
|
|
|
196934
197640
|
export type QueryKnowledgeBase_GetLinkedSourceTypesArgs = {
|
|
196935
197641
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
196936
197642
|
};
|
|
197643
|
+
export type QueryKnowledgeBase_HealthDashboardArgs = {
|
|
197644
|
+
cloudId: Scalars['ID']['input'];
|
|
197645
|
+
projectIdentifier: Scalars['String']['input'];
|
|
197646
|
+
};
|
|
196937
197647
|
export type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
196938
197648
|
cloudId: Scalars['ID']['input'];
|
|
196939
197649
|
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -196941,6 +197651,10 @@ export type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
|
196941
197651
|
export type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
196942
197652
|
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
196943
197653
|
};
|
|
197654
|
+
export type QueryKnowledgeBase_SearchConversionMetricsArgs = {
|
|
197655
|
+
cloudId: Scalars['ID']['input'];
|
|
197656
|
+
projectIdentifier: Scalars['String']['input'];
|
|
197657
|
+
};
|
|
196944
197658
|
export type QueryKnowledgeBase_SourceSuggestionsArgs = {
|
|
196945
197659
|
cloudId: Scalars['ID']['input'];
|
|
196946
197660
|
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -198865,6 +199579,7 @@ export type RadarEntityFieldValuesArgs = {
|
|
|
198865
199579
|
fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
198866
199580
|
};
|
|
198867
199581
|
export declare enum RadarEntityType {
|
|
199582
|
+
AiConnector = "aiConnector",
|
|
198868
199583
|
AiMonthlyUsage = "aiMonthlyUsage",
|
|
198869
199584
|
FocusArea = "focusArea",
|
|
198870
199585
|
FocusAreaType = "focusAreaType",
|
|
@@ -202224,7 +202939,7 @@ export type SearchResultCompassComponent = SearchResult & {
|
|
|
202224
202939
|
type: SearchResultType;
|
|
202225
202940
|
url: Scalars['String']['output'];
|
|
202226
202941
|
};
|
|
202227
|
-
export type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
202942
|
+
export type SearchResultEntity = ConfluencePage | ConfluenceSpace | DevOpsService | ExternalBranch | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | JiraIssue | JiraPostIncidentReviewLink | JiraProject | JiraVersion | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
202228
202943
|
export type SearchResultFederated = SearchResult & {
|
|
202229
202944
|
__typename?: 'SearchResultFederated';
|
|
202230
202945
|
connectorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -231606,6 +232321,69 @@ export type TownsquareProjectsClonePayload = {
|
|
|
231606
232321
|
project?: Maybe<TownsquareProject>;
|
|
231607
232322
|
success: Scalars['Boolean']['output'];
|
|
231608
232323
|
};
|
|
232324
|
+
export type TownsquareProjectsConnectMsteamsChannelsAppInstallResult = {
|
|
232325
|
+
__typename?: 'TownsquareProjectsConnectMsteamsChannelsAppInstallResult';
|
|
232326
|
+
aadGroupId?: Maybe<Scalars['String']['output']>;
|
|
232327
|
+
error?: Maybe<TownsquareProjectsConnectMsteamsChannelsAppInstallResultError>;
|
|
232328
|
+
};
|
|
232329
|
+
export type TownsquareProjectsConnectMsteamsChannelsAppInstallResultError = {
|
|
232330
|
+
__typename?: 'TownsquareProjectsConnectMsteamsChannelsAppInstallResultError';
|
|
232331
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
232332
|
+
reasonType?: Maybe<Scalars['String']['output']>;
|
|
232333
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
232334
|
+
};
|
|
232335
|
+
export type TownsquareProjectsConnectMsteamsChannelsChannelInput = {
|
|
232336
|
+
aadGroupId: Scalars['String']['input'];
|
|
232337
|
+
msTeamsChannelId: Scalars['String']['input'];
|
|
232338
|
+
msTeamsTeamId: Scalars['String']['input'];
|
|
232339
|
+
};
|
|
232340
|
+
export type TownsquareProjectsConnectMsteamsChannelsConnectedChannel = {
|
|
232341
|
+
__typename?: 'TownsquareProjectsConnectMsteamsChannelsConnectedChannel';
|
|
232342
|
+
aadGroupId?: Maybe<Scalars['String']['output']>;
|
|
232343
|
+
creationDate?: Maybe<Scalars['String']['output']>;
|
|
232344
|
+
msTeamsChannelId?: Maybe<Scalars['String']['output']>;
|
|
232345
|
+
msTeamsTeamId?: Maybe<Scalars['String']['output']>;
|
|
232346
|
+
msTeamsTenantId?: Maybe<Scalars['String']['output']>;
|
|
232347
|
+
resourceAri?: Maybe<Scalars['String']['output']>;
|
|
232348
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
232349
|
+
subscriberAaid?: Maybe<Scalars['String']['output']>;
|
|
232350
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
232351
|
+
};
|
|
232352
|
+
export type TownsquareProjectsConnectMsteamsChannelsFailedItem = {
|
|
232353
|
+
__typename?: 'TownsquareProjectsConnectMsteamsChannelsFailedItem';
|
|
232354
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
232355
|
+
resourceId?: Maybe<Scalars['String']['output']>;
|
|
232356
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
232357
|
+
};
|
|
232358
|
+
export type TownsquareProjectsConnectMsteamsChannelsInput = {
|
|
232359
|
+
channels: Array<InputMaybe<TownsquareProjectsConnectMsteamsChannelsChannelInput>>;
|
|
232360
|
+
installBot: Scalars['Boolean']['input'];
|
|
232361
|
+
msTeamsTenantId: Scalars['String']['input'];
|
|
232362
|
+
projectIds: Array<Scalars['ID']['input']>;
|
|
232363
|
+
userAzureId?: InputMaybe<Scalars['String']['input']>;
|
|
232364
|
+
};
|
|
232365
|
+
export type TownsquareProjectsConnectMsteamsChannelsPayload = {
|
|
232366
|
+
__typename?: 'TownsquareProjectsConnectMsteamsChannelsPayload';
|
|
232367
|
+
appInstallResults?: Maybe<Array<Maybe<TownsquareProjectsConnectMsteamsChannelsAppInstallResult>>>;
|
|
232368
|
+
connectedChannels?: Maybe<Array<Maybe<TownsquareProjectsConnectMsteamsChannelsConnectedChannel>>>;
|
|
232369
|
+
errors?: Maybe<Array<MutationError>>;
|
|
232370
|
+
failedItems?: Maybe<Array<Maybe<TownsquareProjectsConnectMsteamsChannelsFailedItem>>>;
|
|
232371
|
+
success: Scalars['Boolean']['output'];
|
|
232372
|
+
};
|
|
232373
|
+
export type TownsquareProjectsConnectSlackChannelsInput = {
|
|
232374
|
+
containerId: Scalars['ID']['input'];
|
|
232375
|
+
metadata?: InputMaybe<TownsquareConnectSlackChannelInputMetadata>;
|
|
232376
|
+
projectId: Scalars['ID']['input'];
|
|
232377
|
+
slackChannelIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
232378
|
+
slackTeamId: Scalars['String']['input'];
|
|
232379
|
+
types: Array<InputMaybe<Scalars['String']['input']>>;
|
|
232380
|
+
};
|
|
232381
|
+
export type TownsquareProjectsConnectSlackChannelsPayload = {
|
|
232382
|
+
__typename?: 'TownsquareProjectsConnectSlackChannelsPayload';
|
|
232383
|
+
errors?: Maybe<Array<MutationError>>;
|
|
232384
|
+
slackChannels?: Maybe<Array<Maybe<TownsquareSlackChannelConnectionResult>>>;
|
|
232385
|
+
success: Scalars['Boolean']['output'];
|
|
232386
|
+
};
|
|
231609
232387
|
export type TownsquareProjectsCreateCommentInput = {
|
|
231610
232388
|
commentText: Scalars['String']['input'];
|
|
231611
232389
|
entityId: Scalars['ID']['input'];
|
|
@@ -233398,6 +234176,7 @@ export type TrelloBaseCard = {
|
|
|
233398
234176
|
complete?: Maybe<Scalars['Boolean']['output']>;
|
|
233399
234177
|
cover?: Maybe<TrelloCardCover>;
|
|
233400
234178
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
234179
|
+
dateClosed?: Maybe<Scalars['DateTime']['output']>;
|
|
233401
234180
|
dateViewedByCreator?: Maybe<Scalars['DateTime']['output']>;
|
|
233402
234181
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
233403
234182
|
due?: Maybe<TrelloCardDueInfo>;
|
|
@@ -233977,6 +234756,7 @@ export type TrelloCard = Node & TrelloBaseCard & {
|
|
|
233977
234756
|
cover?: Maybe<TrelloCardCover>;
|
|
233978
234757
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
233979
234758
|
customFieldItems?: Maybe<TrelloCustomFieldItemConnection>;
|
|
234759
|
+
dateClosed?: Maybe<Scalars['DateTime']['output']>;
|
|
233980
234760
|
dateViewedByCreator?: Maybe<Scalars['DateTime']['output']>;
|
|
233981
234761
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
233982
234762
|
due?: Maybe<TrelloCardDueInfo>;
|
|
@@ -235374,6 +236154,11 @@ export type TrelloEndVoiceCaptureSessionPayload = Payload & {
|
|
|
235374
236154
|
errors?: Maybe<Array<MutationError>>;
|
|
235375
236155
|
success: Scalars['Boolean']['output'];
|
|
235376
236156
|
};
|
|
236157
|
+
export type TrelloEnqueueGenerateBoardBackgroundJobInput = {
|
|
236158
|
+
boardId: Scalars['ID']['input'];
|
|
236159
|
+
theme?: InputMaybe<Scalars['String']['input']>;
|
|
236160
|
+
userInput: Scalars['String']['input'];
|
|
236161
|
+
};
|
|
235377
236162
|
export type TrelloEnqueueProposePlannerEventsJobInput = {
|
|
235378
236163
|
cardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
235379
236164
|
timezoneOffsetHours: Scalars['Float']['input'];
|
|
@@ -235431,6 +236216,24 @@ export type TrelloEnterprisePrefs = {
|
|
|
235431
236216
|
__typename?: 'TrelloEnterprisePrefs';
|
|
235432
236217
|
atlassianIntelligence?: Maybe<TrelloAtlassianIntelligence>;
|
|
235433
236218
|
};
|
|
236219
|
+
export type TrelloGenerateBoardBackgroundJob = TrelloJob & {
|
|
236220
|
+
__typename?: 'TrelloGenerateBoardBackgroundJob';
|
|
236221
|
+
background?: Maybe<TrelloBoardBackground>;
|
|
236222
|
+
errors?: Maybe<Array<TrelloJobError>>;
|
|
236223
|
+
id: Scalars['ID']['output'];
|
|
236224
|
+
status: TrelloGenerateBoardBackgroundJobStatus;
|
|
236225
|
+
};
|
|
236226
|
+
export type TrelloGenerateBoardBackgroundJobPayload = Payload & {
|
|
236227
|
+
__typename?: 'TrelloGenerateBoardBackgroundJobPayload';
|
|
236228
|
+
errors?: Maybe<Array<MutationError>>;
|
|
236229
|
+
job?: Maybe<TrelloGenerateBoardBackgroundJob>;
|
|
236230
|
+
success: Scalars['Boolean']['output'];
|
|
236231
|
+
};
|
|
236232
|
+
export declare enum TrelloGenerateBoardBackgroundJobStatus {
|
|
236233
|
+
Finished = "FINISHED",
|
|
236234
|
+
InProgress = "IN_PROGRESS",
|
|
236235
|
+
Pending = "PENDING"
|
|
236236
|
+
}
|
|
235434
236237
|
export type TrelloGenerateBoardBackgroundWithAiInput = {
|
|
235435
236238
|
boardId: Scalars['ID']['input'];
|
|
235436
236239
|
theme?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -235566,6 +236369,7 @@ export type TrelloInboxCard = TrelloBaseCard & {
|
|
|
235566
236369
|
complete?: Maybe<Scalars['Boolean']['output']>;
|
|
235567
236370
|
cover?: Maybe<TrelloCardCover>;
|
|
235568
236371
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
236372
|
+
dateClosed?: Maybe<Scalars['DateTime']['output']>;
|
|
235569
236373
|
dateViewedByCreator?: Maybe<Scalars['DateTime']['output']>;
|
|
235570
236374
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
235571
236375
|
due?: Maybe<TrelloCardDueInfo>;
|
|
@@ -236184,6 +236988,8 @@ export type TrelloMemberOwnedWebhook = {
|
|
|
236184
236988
|
id: Scalars['ID']['output'];
|
|
236185
236989
|
modelId: Scalars['ID']['output'];
|
|
236186
236990
|
oauth2Client?: Maybe<TrelloMemberOwnedWebhookOAuth2Client>;
|
|
236991
|
+
observingModelName?: Maybe<Scalars['String']['output']>;
|
|
236992
|
+
observingModelType?: Maybe<Scalars['String']['output']>;
|
|
236187
236993
|
tokenId?: Maybe<Scalars['ID']['output']>;
|
|
236188
236994
|
};
|
|
236189
236995
|
export type TrelloMemberOwnedWebhookConnection = {
|
|
@@ -236477,6 +237283,7 @@ export type TrelloMutationApi = {
|
|
|
236477
237283
|
enableBoardSelfJoin?: Maybe<TrelloEnableBoardSelfJoinPayload>;
|
|
236478
237284
|
enableCardFrontCompleteToggle?: Maybe<TrelloEnableCardFrontCompleteTogglePayload>;
|
|
236479
237285
|
endVoiceCaptureSession?: Maybe<TrelloEndVoiceCaptureSessionPayload>;
|
|
237286
|
+
enqueueGenerateBoardBackgroundJob?: Maybe<TrelloGenerateBoardBackgroundJobPayload>;
|
|
236480
237287
|
enqueueProposePlannerEventsJob?: Maybe<TrelloProposePlannerEventsJobPayload>;
|
|
236481
237288
|
generateBoardBackgroundWithAi?: Maybe<TrelloGenerateBoardBackgroundWithAiPayload>;
|
|
236482
237289
|
generateCardCoverWithAi?: Maybe<TrelloGenerateCardCoverWithAiPayload>;
|
|
@@ -236706,6 +237513,9 @@ export type TrelloMutationApiEnableCardFrontCompleteToggleArgs = {
|
|
|
236706
237513
|
export type TrelloMutationApiEndVoiceCaptureSessionArgs = {
|
|
236707
237514
|
input: TrelloEndVoiceCaptureSessionInput;
|
|
236708
237515
|
};
|
|
237516
|
+
export type TrelloMutationApiEnqueueGenerateBoardBackgroundJobArgs = {
|
|
237517
|
+
input: TrelloEnqueueGenerateBoardBackgroundJobInput;
|
|
237518
|
+
};
|
|
236709
237519
|
export type TrelloMutationApiEnqueueProposePlannerEventsJobArgs = {
|
|
236710
237520
|
input: TrelloEnqueueProposePlannerEventsJobInput;
|
|
236711
237521
|
};
|