@forge/cli-shared 5.3.2-next.2 → 5.4.0-next.0
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 +16 -0
- package/out/graphql/graphql-types.d.ts +258 -447
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +11 -109
- package/out/service/feature-flag-service.d.ts +0 -1
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/service/feature-flag-service.js +0 -3
- package/out/ui/text.d.ts +1 -10
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +1 -13
- package/package.json +2 -2
|
@@ -341,6 +341,7 @@ export declare type ActivitiesObject = Node & {
|
|
|
341
341
|
__typename?: 'ActivitiesObject';
|
|
342
342
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
343
343
|
containers?: Maybe<Array<ActivitiesContainer>>;
|
|
344
|
+
content?: Maybe<ConfluenceLegacyContent>;
|
|
344
345
|
contributors?: Maybe<Array<ActivitiesContributor>>;
|
|
345
346
|
events?: Maybe<Array<ActivitiesEvent>>;
|
|
346
347
|
extension?: Maybe<ActivitiesObjectExtension>;
|
|
@@ -616,6 +617,7 @@ export declare type App = {
|
|
|
616
617
|
avatarFileId?: Maybe<Scalars['String']['output']>;
|
|
617
618
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
618
619
|
contactLink?: Maybe<Scalars['String']['output']>;
|
|
620
|
+
createdAt: Scalars['String']['output'];
|
|
619
621
|
createdBy?: Maybe<User>;
|
|
620
622
|
deployments?: Maybe<AppDeploymentConnection>;
|
|
621
623
|
description: Scalars['String']['output'];
|
|
@@ -2449,6 +2451,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
2449
2451
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
2450
2452
|
transactionAccountId?: Maybe<Scalars['ID']['output']>;
|
|
2451
2453
|
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
2454
|
+
usage?: Maybe<Array<Maybe<CcpEntitlementUsage>>>;
|
|
2452
2455
|
version?: Maybe<Scalars['Int']['output']>;
|
|
2453
2456
|
};
|
|
2454
2457
|
export declare type CcpEntitlementLatestUsageForChargeElementArgs = {
|
|
@@ -2494,6 +2497,10 @@ export declare type CcpEntitlementTemplate = {
|
|
|
2494
2497
|
provisionedBy?: Maybe<Scalars['String']['output']>;
|
|
2495
2498
|
version?: Maybe<Scalars['Int']['output']>;
|
|
2496
2499
|
};
|
|
2500
|
+
export declare type CcpEntitlementUsage = {
|
|
2501
|
+
__typename?: 'CcpEntitlementUsage';
|
|
2502
|
+
offeringChargeElement?: Maybe<CcpOfferingChargeElement>;
|
|
2503
|
+
};
|
|
2497
2504
|
export declare type CcpExperienceCapability = CommerceExperienceCapability & {
|
|
2498
2505
|
__typename?: 'CcpExperienceCapability';
|
|
2499
2506
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -2535,6 +2542,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
|
|
|
2535
2542
|
key?: Maybe<Scalars['ID']['output']>;
|
|
2536
2543
|
level?: Maybe<Scalars['Int']['output']>;
|
|
2537
2544
|
name?: Maybe<Scalars['String']['output']>;
|
|
2545
|
+
offeringChargeElements?: Maybe<Array<Maybe<CcpOfferingChargeElement>>>;
|
|
2538
2546
|
offeringGroup?: Maybe<CcpOfferingGroup>;
|
|
2539
2547
|
pricingType?: Maybe<CcpPricingType>;
|
|
2540
2548
|
productKey?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2548,6 +2556,20 @@ export declare type CcpOffering = CommerceOffering & Node & {
|
|
|
2548
2556
|
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
2549
2557
|
version?: Maybe<Scalars['Int']['output']>;
|
|
2550
2558
|
};
|
|
2559
|
+
export declare type CcpOfferingChargeElement = {
|
|
2560
|
+
__typename?: 'CcpOfferingChargeElement';
|
|
2561
|
+
catalogAccountId?: Maybe<Scalars['ID']['output']>;
|
|
2562
|
+
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
2563
|
+
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
2564
|
+
offering?: Maybe<CcpOffering>;
|
|
2565
|
+
updatedAt?: Maybe<Scalars['Float']['output']>;
|
|
2566
|
+
usageConfig?: Maybe<CcpOfferingChargeElementUsageConfig>;
|
|
2567
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
2568
|
+
};
|
|
2569
|
+
export declare type CcpOfferingChargeElementUsageConfig = {
|
|
2570
|
+
__typename?: 'CcpOfferingChargeElementUsageConfig';
|
|
2571
|
+
usageKey?: Maybe<Scalars['String']['output']>;
|
|
2572
|
+
};
|
|
2551
2573
|
export declare type CcpOfferingGroup = {
|
|
2552
2574
|
__typename?: 'CcpOfferingGroup';
|
|
2553
2575
|
catalogAccountId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2606,6 +2628,7 @@ export declare type CcpPricingPlanItem = {
|
|
|
2606
2628
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
2607
2629
|
chargeType?: Maybe<CcpChargeType>;
|
|
2608
2630
|
cycle?: Maybe<CcpCycle>;
|
|
2631
|
+
offeringChargeElement?: Maybe<CcpOfferingChargeElement>;
|
|
2609
2632
|
prorateOnUsageChange?: Maybe<CcpProrateOnUsageChange>;
|
|
2610
2633
|
tiers?: Maybe<Array<Maybe<CcpPricingPlanTier>>>;
|
|
2611
2634
|
tiersMode?: Maybe<CcpTiersMode>;
|
|
@@ -3914,8 +3937,11 @@ export declare type CompassComponentTypeEdge = {
|
|
|
3914
3937
|
};
|
|
3915
3938
|
export declare type CompassComponentTypeObject = {
|
|
3916
3939
|
__typename?: 'CompassComponentTypeObject';
|
|
3940
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
3917
3941
|
fieldDefinitions?: Maybe<CompassFieldDefinitionsResult>;
|
|
3942
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
3918
3943
|
id: Scalars['ID']['output'];
|
|
3944
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
3919
3945
|
};
|
|
3920
3946
|
export declare type CompassComponentTypeQueryInput = {
|
|
3921
3947
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4417,8 +4443,12 @@ export declare type CompassCustomPermissionConfig = {
|
|
|
4417
4443
|
};
|
|
4418
4444
|
export declare type CompassCustomPermissionConfigs = {
|
|
4419
4445
|
__typename?: 'CompassCustomPermissionConfigs';
|
|
4446
|
+
createCustomFieldDefinitions?: Maybe<CompassCustomPermissionConfig>;
|
|
4420
4447
|
createScorecards?: Maybe<CompassCustomPermissionConfig>;
|
|
4448
|
+
deleteCustomFieldDefinitions?: Maybe<CompassCustomPermissionConfig>;
|
|
4449
|
+
editCustomFieldDefinitions?: Maybe<CompassCustomPermissionConfig>;
|
|
4421
4450
|
modifyScorecard?: Maybe<CompassCustomPermissionConfig>;
|
|
4451
|
+
viewCustomFieldDefinitions?: Maybe<CompassCustomPermissionConfig>;
|
|
4422
4452
|
};
|
|
4423
4453
|
export declare type CompassCustomPermissionConfigsResult = CompassCustomPermissionConfigs | QueryError;
|
|
4424
4454
|
export declare enum CompassCustomPermissionPreset {
|
|
@@ -6820,10 +6850,6 @@ export declare type ConfluenceLegacyAllUpdatesFeedItem = {
|
|
|
6820
6850
|
content?: Maybe<ConfluenceLegacyContent>;
|
|
6821
6851
|
lastUpdate: ConfluenceLegacyAllUpdatesFeedEvent;
|
|
6822
6852
|
};
|
|
6823
|
-
export declare type ConfluenceLegacyAnalyticsCloudId = {
|
|
6824
|
-
__typename?: 'ConfluenceLegacyAnalyticsCloudId';
|
|
6825
|
-
cloudId: Scalars['ID']['output'];
|
|
6826
|
-
};
|
|
6827
6853
|
export declare enum ConfluenceLegacyAnalyticsCommentType {
|
|
6828
6854
|
Inline = "inline",
|
|
6829
6855
|
Page = "page"
|
|
@@ -7135,10 +7161,6 @@ export declare type ConfluenceLegacyChildContentTypesAvailable = {
|
|
|
7135
7161
|
comment?: Maybe<Scalars['Boolean']['output']>;
|
|
7136
7162
|
page?: Maybe<Scalars['Boolean']['output']>;
|
|
7137
7163
|
};
|
|
7138
|
-
export declare type ConfluenceLegacyCloudId = {
|
|
7139
|
-
__typename?: 'ConfluenceLegacyCloudId';
|
|
7140
|
-
cloudId: Scalars['ID']['output'];
|
|
7141
|
-
};
|
|
7142
7164
|
export declare type ConfluenceLegacyCollabTokenResponse = {
|
|
7143
7165
|
__typename?: 'ConfluenceLegacyCollabTokenResponse';
|
|
7144
7166
|
token: Scalars['String']['output'];
|
|
@@ -9281,10 +9303,6 @@ export declare type ConfluenceLegacyMutationResponse = {
|
|
|
9281
9303
|
__typename?: 'ConfluenceLegacyMutationResponse';
|
|
9282
9304
|
success: Scalars['Boolean']['output'];
|
|
9283
9305
|
};
|
|
9284
|
-
export declare type ConfluenceLegacyMutationsCloudId = {
|
|
9285
|
-
__typename?: 'ConfluenceLegacyMutationsCloudId';
|
|
9286
|
-
cloudId: Scalars['ID']['output'];
|
|
9287
|
-
};
|
|
9288
9306
|
export declare type ConfluenceLegacyMutationsLabel = {
|
|
9289
9307
|
__typename?: 'ConfluenceLegacyMutationsLabel';
|
|
9290
9308
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -10955,10 +10973,6 @@ export declare type ConfluenceLegacySmartUserFeatures = {
|
|
|
10955
10973
|
recommendedPeople?: Maybe<Array<Maybe<ConfluenceLegacyRecommendedPeopleItem>>>;
|
|
10956
10974
|
recommendedSpaces?: Maybe<Array<Maybe<ConfluenceLegacyRecommendedSpaceItem>>>;
|
|
10957
10975
|
};
|
|
10958
|
-
export declare type ConfluenceLegacySmartsCloudId = {
|
|
10959
|
-
__typename?: 'ConfluenceLegacySmartsCloudId';
|
|
10960
|
-
cloudId: Scalars['ID']['output'];
|
|
10961
|
-
};
|
|
10962
10976
|
export declare type ConfluenceLegacySnippet = {
|
|
10963
10977
|
__typename?: 'ConfluenceLegacySnippet';
|
|
10964
10978
|
body?: Maybe<Scalars['String']['output']>;
|
|
@@ -11681,10 +11695,6 @@ export declare type ConfluenceLegacyTenant = {
|
|
|
11681
11695
|
environment: ConfluenceLegacyEnvironment;
|
|
11682
11696
|
shard: Scalars['String']['output'];
|
|
11683
11697
|
};
|
|
11684
|
-
export declare type ConfluenceLegacyTenantCloudId = {
|
|
11685
|
-
__typename?: 'ConfluenceLegacyTenantCloudId';
|
|
11686
|
-
cloudId: Scalars['ID']['output'];
|
|
11687
|
-
};
|
|
11688
11698
|
export declare type ConfluenceLegacyTenantContext = {
|
|
11689
11699
|
__typename?: 'ConfluenceLegacyTenantContext';
|
|
11690
11700
|
baseUrl: Scalars['String']['output'];
|
|
@@ -13687,6 +13697,7 @@ export declare type ContentPlatformCallToAction = {
|
|
|
13687
13697
|
url?: Maybe<Scalars['String']['output']>;
|
|
13688
13698
|
valueProposition?: Maybe<Scalars['String']['output']>;
|
|
13689
13699
|
};
|
|
13700
|
+
export declare type ContentPlatformCallToActionAndPricingCallToActionMicrocopyUnion = ContentPlatformCallToAction | ContentPlatformPricingCallToActionMicrocopy;
|
|
13690
13701
|
export declare type ContentPlatformCallToActionMicrocopy = {
|
|
13691
13702
|
__typename?: 'ContentPlatformCallToActionMicrocopy';
|
|
13692
13703
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -13843,6 +13854,33 @@ export declare type ContentPlatformEmbeddedVideoAsset = {
|
|
|
13843
13854
|
embeddedVideoAssetName?: Maybe<Scalars['String']['output']>;
|
|
13844
13855
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13845
13856
|
};
|
|
13857
|
+
export declare type ContentPlatformFeature = {
|
|
13858
|
+
__typename?: 'ContentPlatformFeature';
|
|
13859
|
+
callOut?: Maybe<Scalars['String']['output']>;
|
|
13860
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
13861
|
+
description?: Maybe<Scalars['JSON']['output']>;
|
|
13862
|
+
featureAdditionalInformation?: Maybe<Array<ContentPlatformFeatureAdditionalInformation>>;
|
|
13863
|
+
featureNameExternal?: Maybe<Scalars['String']['output']>;
|
|
13864
|
+
product?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
13865
|
+
relevantPlan?: Maybe<Array<ContentPlatformPlan>>;
|
|
13866
|
+
relevantUrl?: Maybe<Scalars['String']['output']>;
|
|
13867
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13868
|
+
};
|
|
13869
|
+
export declare type ContentPlatformFeatureAdditionalInformation = {
|
|
13870
|
+
__typename?: 'ContentPlatformFeatureAdditionalInformation';
|
|
13871
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
13872
|
+
featureAdditionalInformation?: Maybe<Scalars['String']['output']>;
|
|
13873
|
+
relevantPlan?: Maybe<Array<ContentPlatformPlan>>;
|
|
13874
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13875
|
+
};
|
|
13876
|
+
export declare type ContentPlatformFeatureGroup = {
|
|
13877
|
+
__typename?: 'ContentPlatformFeatureGroup';
|
|
13878
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
13879
|
+
featureGroupOneLiner?: Maybe<Scalars['String']['output']>;
|
|
13880
|
+
featureGroupTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
13881
|
+
features?: Maybe<Array<ContentPlatformFeature>>;
|
|
13882
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13883
|
+
};
|
|
13846
13884
|
export declare type ContentPlatformFeaturedVideo = {
|
|
13847
13885
|
__typename?: 'ContentPlatformFeaturedVideo';
|
|
13848
13886
|
callToActionText?: Maybe<Scalars['String']['output']>;
|
|
@@ -13904,6 +13942,13 @@ export declare type ContentPlatformFullTutorial = {
|
|
|
13904
13942
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13905
13943
|
whitePaperCta?: Maybe<Array<ContentPlatformCallToAction>>;
|
|
13906
13944
|
};
|
|
13945
|
+
export declare type ContentPlatformHighlightedFeature = {
|
|
13946
|
+
__typename?: 'ContentPlatformHighlightedFeature';
|
|
13947
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
13948
|
+
highlightedFeatureDetails?: Maybe<Scalars['JSON']['output']>;
|
|
13949
|
+
highlightedFeatureTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
13950
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
13951
|
+
};
|
|
13907
13952
|
export declare type ContentPlatformHubArticle = {
|
|
13908
13953
|
__typename?: 'ContentPlatformHubArticle';
|
|
13909
13954
|
articleBanner?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
@@ -14001,6 +14046,18 @@ export declare type ContentPlatformOrganization = {
|
|
|
14001
14046
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14002
14047
|
};
|
|
14003
14048
|
export declare type ContentPlatformOrganizationAndAuthorUnion = ContentPlatformAuthor | ContentPlatformOrganization;
|
|
14049
|
+
export declare type ContentPlatformPlan = {
|
|
14050
|
+
__typename?: 'ContentPlatformPlan';
|
|
14051
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14052
|
+
errors?: Maybe<Array<ContentPlatformPricingErrors>>;
|
|
14053
|
+
highlightedFeaturesContainer?: Maybe<Array<ContentPlatformHighlightedFeature>>;
|
|
14054
|
+
highlightedFeaturesTitle?: Maybe<Scalars['String']['output']>;
|
|
14055
|
+
microCta?: Maybe<Array<ContentPlatformPricingCallToActionMicrocopy>>;
|
|
14056
|
+
planOneLiner?: Maybe<Scalars['String']['output']>;
|
|
14057
|
+
planTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
14058
|
+
relatedProduct?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
14059
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14060
|
+
};
|
|
14004
14061
|
export declare type ContentPlatformPlanBenefits = {
|
|
14005
14062
|
__typename?: 'ContentPlatformPlanBenefits';
|
|
14006
14063
|
anchorTopic?: Maybe<Array<ContentPlatformTaxonomyAnchorTopic>>;
|
|
@@ -14015,6 +14072,61 @@ export declare type ContentPlatformPlanBenefits = {
|
|
|
14015
14072
|
supportingAsset?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
14016
14073
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14017
14074
|
};
|
|
14075
|
+
export declare type ContentPlatformPlanDetails = {
|
|
14076
|
+
__typename?: 'ContentPlatformPlanDetails';
|
|
14077
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14078
|
+
planAdditionalDetails?: Maybe<Scalars['JSON']['output']>;
|
|
14079
|
+
planAdditionalDetailsTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
14080
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14081
|
+
};
|
|
14082
|
+
export declare type ContentPlatformPricing = {
|
|
14083
|
+
__typename?: 'ContentPlatformPricing';
|
|
14084
|
+
additionalDetails?: Maybe<Array<ContentPlatformPlanDetails>>;
|
|
14085
|
+
callToActionContainer?: Maybe<Array<ContentPlatformCallToActionAndPricingCallToActionMicrocopyUnion>>;
|
|
14086
|
+
compareFeatures?: Maybe<Array<ContentPlatformFeatureGroup>>;
|
|
14087
|
+
compareFeaturesTitle?: Maybe<Scalars['String']['output']>;
|
|
14088
|
+
comparePlans?: Maybe<Array<ContentPlatformPlan>>;
|
|
14089
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14090
|
+
datacenterPlans?: Maybe<Array<ContentPlatformPlan>>;
|
|
14091
|
+
getMoreDetailsTitle?: Maybe<Scalars['String']['output']>;
|
|
14092
|
+
headline?: Maybe<Scalars['JSON']['output']>;
|
|
14093
|
+
pricingTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
14094
|
+
questions?: Maybe<Scalars['JSON']['output']>;
|
|
14095
|
+
relatedProduct?: Maybe<Array<ContentPlatformPricingProductName>>;
|
|
14096
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14097
|
+
};
|
|
14098
|
+
export declare type ContentPlatformPricingCallToActionMicrocopy = {
|
|
14099
|
+
__typename?: 'ContentPlatformPricingCallToActionMicrocopy';
|
|
14100
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14101
|
+
ctaButtonText?: Maybe<Scalars['String']['output']>;
|
|
14102
|
+
ctaMicrocopyTitleExternal?: Maybe<Scalars['String']['output']>;
|
|
14103
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14104
|
+
};
|
|
14105
|
+
export declare type ContentPlatformPricingErrors = {
|
|
14106
|
+
__typename?: 'ContentPlatformPricingErrors';
|
|
14107
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14108
|
+
errorText?: Maybe<Scalars['JSON']['output']>;
|
|
14109
|
+
errorTrigger?: Maybe<Scalars['String']['output']>;
|
|
14110
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14111
|
+
};
|
|
14112
|
+
export declare type ContentPlatformPricingProductName = {
|
|
14113
|
+
__typename?: 'ContentPlatformPricingProductName';
|
|
14114
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
14115
|
+
productName: Scalars['String']['output'];
|
|
14116
|
+
productNameId: Scalars['String']['output'];
|
|
14117
|
+
title: Scalars['String']['output'];
|
|
14118
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
14119
|
+
};
|
|
14120
|
+
export declare type ContentPlatformPricingResultEdge = {
|
|
14121
|
+
__typename?: 'ContentPlatformPricingResultEdge';
|
|
14122
|
+
cursor: Scalars['String']['output'];
|
|
14123
|
+
node: ContentPlatformPricing;
|
|
14124
|
+
};
|
|
14125
|
+
export declare type ContentPlatformPricingSearchConnection = {
|
|
14126
|
+
__typename?: 'ContentPlatformPricingSearchConnection';
|
|
14127
|
+
edges: Array<ContentPlatformPricingResultEdge>;
|
|
14128
|
+
pageInfo: PageInfo;
|
|
14129
|
+
};
|
|
14018
14130
|
export declare type ContentPlatformProTipComponent = {
|
|
14019
14131
|
__typename?: 'ContentPlatformProTipComponent';
|
|
14020
14132
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -16843,6 +16955,7 @@ export declare type DevOpsDesign = Node & {
|
|
|
16843
16955
|
provider?: Maybe<DevOpsDataProvider>;
|
|
16844
16956
|
providerId?: Maybe<Scalars['String']['output']>;
|
|
16845
16957
|
status?: Maybe<DevOpsDesignStatus>;
|
|
16958
|
+
thumbnail?: Maybe<DevOpsThumbnail>;
|
|
16846
16959
|
type?: Maybe<DevOpsDesignType>;
|
|
16847
16960
|
url?: Maybe<Scalars['URL']['output']>;
|
|
16848
16961
|
};
|
|
@@ -17921,6 +18034,10 @@ export declare type DevOpsThirdPartyRepository = CodeRepository & {
|
|
|
17921
18034
|
name: Scalars['String']['output'];
|
|
17922
18035
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
17923
18036
|
};
|
|
18037
|
+
export declare type DevOpsThumbnail = {
|
|
18038
|
+
__typename?: 'DevOpsThumbnail';
|
|
18039
|
+
externalUrl?: Maybe<Scalars['URL']['output']>;
|
|
18040
|
+
};
|
|
17924
18041
|
export declare type DevOpsTool = Node & {
|
|
17925
18042
|
__typename?: 'DevOpsTool';
|
|
17926
18043
|
auth?: Maybe<DevOpsToolAuth>;
|
|
@@ -18712,22 +18829,6 @@ export declare type FilterQuery = {
|
|
|
18712
18829
|
errors?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
18713
18830
|
sanitisedJql: Scalars['String']['output'];
|
|
18714
18831
|
};
|
|
18715
|
-
export declare type ForgeAiDemo = {
|
|
18716
|
-
__typename?: 'ForgeAiDemo';
|
|
18717
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
18718
|
-
endTimestamp?: Maybe<Scalars['String']['output']>;
|
|
18719
|
-
presenter?: Maybe<Scalars['String']['output']>;
|
|
18720
|
-
startTimestamp?: Maybe<Scalars['String']['output']>;
|
|
18721
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
18722
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
18723
|
-
};
|
|
18724
|
-
export declare type ForgeAiMutation = {
|
|
18725
|
-
__typename?: 'ForgeAiMutation';
|
|
18726
|
-
ForgeAiDemoAppAiGenerateSummaries?: Maybe<Array<Maybe<ForgeAiDemo>>>;
|
|
18727
|
-
};
|
|
18728
|
-
export declare type ForgeAiMutationForgeAiDemoAppAiGenerateSummariesArgs = {
|
|
18729
|
-
transcript?: InputMaybe<Scalars['String']['input']>;
|
|
18730
|
-
};
|
|
18731
18832
|
export declare type ForgeAlertsActivitiesQueryInput = {
|
|
18732
18833
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
18733
18834
|
endTime: Scalars['String']['input'];
|
|
@@ -19078,7 +19179,7 @@ export declare type ForgeAlertsRuleActivityLogs = {
|
|
|
19078
19179
|
ruleId?: Maybe<Scalars['String']['output']>;
|
|
19079
19180
|
};
|
|
19080
19181
|
export declare type ForgeAlertsRuleActivityLogsInput = {
|
|
19081
|
-
action?: InputMaybe<ForgeAlertsRuleActivityAction
|
|
19182
|
+
action?: InputMaybe<Array<InputMaybe<ForgeAlertsRuleActivityAction>>>;
|
|
19082
19183
|
actor?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
19083
19184
|
endTime: Scalars['String']['input'];
|
|
19084
19185
|
limit: Scalars['Int']['input'];
|
|
@@ -19115,6 +19216,7 @@ export declare type ForgeAlertsRuleData = {
|
|
|
19115
19216
|
filters?: Maybe<Array<ForgeAlertsRuleFiltersResponse>>;
|
|
19116
19217
|
id: Scalars['ID']['output'];
|
|
19117
19218
|
jobId?: Maybe<Scalars['String']['output']>;
|
|
19219
|
+
lastTriggeredAt?: Maybe<Scalars['String']['output']>;
|
|
19118
19220
|
metric?: Maybe<Scalars['String']['output']>;
|
|
19119
19221
|
modifiedAt?: Maybe<Scalars['String']['output']>;
|
|
19120
19222
|
modifiedBy: ForgeAlertsUserInfo;
|
|
@@ -19168,7 +19270,7 @@ export declare type ForgeAlertsRulesData = {
|
|
|
19168
19270
|
createdAt: Scalars['String']['output'];
|
|
19169
19271
|
enabled: Scalars['Boolean']['output'];
|
|
19170
19272
|
id: Scalars['ID']['output'];
|
|
19171
|
-
|
|
19273
|
+
lastTriggeredAt?: Maybe<Scalars['String']['output']>;
|
|
19172
19274
|
modifiedAt: Scalars['String']['output'];
|
|
19173
19275
|
name: Scalars['String']['output'];
|
|
19174
19276
|
responders: Array<ForgeAlertsUserInfo>;
|
|
@@ -20804,387 +20906,6 @@ export declare type GraphCreateSprintRetrospectivePageInput = {
|
|
|
20804
20906
|
to: Scalars['ID']['input'];
|
|
20805
20907
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
20806
20908
|
};
|
|
20807
|
-
export declare enum GraphDataDepotApprovalStatus {
|
|
20808
|
-
Approved = "APPROVED",
|
|
20809
|
-
Needswork = "NEEDSWORK",
|
|
20810
|
-
Unapproved = "UNAPPROVED"
|
|
20811
|
-
}
|
|
20812
|
-
export declare type GraphDataDepotBranch = {
|
|
20813
|
-
__typename?: 'GraphDataDepotBranch';
|
|
20814
|
-
branchId: Scalars['String']['output'];
|
|
20815
|
-
createPullRequestUrl?: Maybe<Scalars['String']['output']>;
|
|
20816
|
-
id: Scalars['ID']['output'];
|
|
20817
|
-
name: Scalars['String']['output'];
|
|
20818
|
-
repositoryId: Scalars['String']['output'];
|
|
20819
|
-
url: Scalars['String']['output'];
|
|
20820
|
-
};
|
|
20821
|
-
export declare type GraphDataDepotBranchReference = {
|
|
20822
|
-
__typename?: 'GraphDataDepotBranchReference';
|
|
20823
|
-
name: Scalars['String']['output'];
|
|
20824
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
20825
|
-
};
|
|
20826
|
-
export declare type GraphDataDepotBuildCommitReference = {
|
|
20827
|
-
__typename?: 'GraphDataDepotBuildCommitReference';
|
|
20828
|
-
id: Scalars['String']['output'];
|
|
20829
|
-
repositoryUri: Scalars['String']['output'];
|
|
20830
|
-
};
|
|
20831
|
-
export declare type GraphDataDepotBuildInfo = {
|
|
20832
|
-
__typename?: 'GraphDataDepotBuildInfo';
|
|
20833
|
-
buildNumber: Scalars['Long']['output'];
|
|
20834
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
20835
|
-
displayName: Scalars['String']['output'];
|
|
20836
|
-
duration?: Maybe<Scalars['Long']['output']>;
|
|
20837
|
-
id: Scalars['ID']['output'];
|
|
20838
|
-
pipelineId: Scalars['String']['output'];
|
|
20839
|
-
references?: Maybe<Array<GraphDataDepotBuildReferences>>;
|
|
20840
|
-
state: GraphDataDepotBuildState;
|
|
20841
|
-
testInfo?: Maybe<GraphDataDepotTestInfo>;
|
|
20842
|
-
url: Scalars['String']['output'];
|
|
20843
|
-
};
|
|
20844
|
-
export declare type GraphDataDepotBuildRefReference = {
|
|
20845
|
-
__typename?: 'GraphDataDepotBuildRefReference';
|
|
20846
|
-
name: Scalars['String']['output'];
|
|
20847
|
-
uri: Scalars['String']['output'];
|
|
20848
|
-
};
|
|
20849
|
-
export declare type GraphDataDepotBuildReferences = {
|
|
20850
|
-
__typename?: 'GraphDataDepotBuildReferences';
|
|
20851
|
-
commit?: Maybe<GraphDataDepotBuildCommitReference>;
|
|
20852
|
-
ref?: Maybe<GraphDataDepotBuildRefReference>;
|
|
20853
|
-
};
|
|
20854
|
-
export declare enum GraphDataDepotBuildState {
|
|
20855
|
-
Cancelled = "CANCELLED",
|
|
20856
|
-
Failed = "FAILED",
|
|
20857
|
-
InProgress = "IN_PROGRESS",
|
|
20858
|
-
Pending = "PENDING",
|
|
20859
|
-
Successful = "SUCCESSFUL",
|
|
20860
|
-
Unknown = "UNKNOWN"
|
|
20861
|
-
}
|
|
20862
|
-
export declare enum GraphDataDepotChangeType {
|
|
20863
|
-
Added = "ADDED",
|
|
20864
|
-
Copied = "COPIED",
|
|
20865
|
-
Deleted = "DELETED",
|
|
20866
|
-
Modified = "MODIFIED",
|
|
20867
|
-
Moved = "MOVED",
|
|
20868
|
-
Unknown = "UNKNOWN"
|
|
20869
|
-
}
|
|
20870
|
-
export declare type GraphDataDepotChapter = {
|
|
20871
|
-
__typename?: 'GraphDataDepotChapter';
|
|
20872
|
-
startTimeInSeconds: Scalars['Long']['output'];
|
|
20873
|
-
title: Scalars['String']['output'];
|
|
20874
|
-
};
|
|
20875
|
-
export declare type GraphDataDepotCommit = {
|
|
20876
|
-
__typename?: 'GraphDataDepotCommit';
|
|
20877
|
-
author: GraphDataDepotUser;
|
|
20878
|
-
commitId: Scalars['String']['output'];
|
|
20879
|
-
createdAt: Scalars['String']['output'];
|
|
20880
|
-
displayId: Scalars['String']['output'];
|
|
20881
|
-
fileInfo: GraphDataDepotFileInfo;
|
|
20882
|
-
flags: Array<GraphDataDepotCommitFlags>;
|
|
20883
|
-
hash: Scalars['String']['output'];
|
|
20884
|
-
id: Scalars['ID']['output'];
|
|
20885
|
-
message: Scalars['String']['output'];
|
|
20886
|
-
repositoryId: Scalars['String']['output'];
|
|
20887
|
-
url: Scalars['String']['output'];
|
|
20888
|
-
};
|
|
20889
|
-
export declare enum GraphDataDepotCommitFlags {
|
|
20890
|
-
MergeCommit = "MERGE_COMMIT"
|
|
20891
|
-
}
|
|
20892
|
-
export declare type GraphDataDepotCue = {
|
|
20893
|
-
__typename?: 'GraphDataDepotCue';
|
|
20894
|
-
endTimeInSeconds?: Maybe<Scalars['Float']['output']>;
|
|
20895
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
20896
|
-
startTimeInSeconds: Scalars['Float']['output'];
|
|
20897
|
-
text: Scalars['String']['output'];
|
|
20898
|
-
};
|
|
20899
|
-
export declare type GraphDataDepotDeployment = {
|
|
20900
|
-
__typename?: 'GraphDataDepotDeployment';
|
|
20901
|
-
deploymentSequenceNumber: Scalars['Long']['output'];
|
|
20902
|
-
description: Scalars['String']['output'];
|
|
20903
|
-
displayName: Scalars['String']['output'];
|
|
20904
|
-
duration?: Maybe<Scalars['Long']['output']>;
|
|
20905
|
-
environment: GraphDataDepotEnvironment;
|
|
20906
|
-
id: Scalars['ID']['output'];
|
|
20907
|
-
label?: Maybe<Scalars['String']['output']>;
|
|
20908
|
-
pipeline: GraphDataDepotPipeline;
|
|
20909
|
-
state: GraphDataDepotDeploymentState;
|
|
20910
|
-
triggeredBy?: Maybe<GraphDataDepotUser>;
|
|
20911
|
-
url: Scalars['String']['output'];
|
|
20912
|
-
};
|
|
20913
|
-
export declare enum GraphDataDepotDeploymentState {
|
|
20914
|
-
Cancelled = "CANCELLED",
|
|
20915
|
-
Failed = "FAILED",
|
|
20916
|
-
InProgress = "IN_PROGRESS",
|
|
20917
|
-
Pending = "PENDING",
|
|
20918
|
-
RolledBack = "ROLLED_BACK",
|
|
20919
|
-
Successful = "SUCCESSFUL",
|
|
20920
|
-
Unknown = "UNKNOWN"
|
|
20921
|
-
}
|
|
20922
|
-
export declare type GraphDataDepotDesign = {
|
|
20923
|
-
__typename?: 'GraphDataDepotDesign';
|
|
20924
|
-
createdBy?: Maybe<GraphDataDepotUser>;
|
|
20925
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
20926
|
-
displayName: Scalars['String']['output'];
|
|
20927
|
-
externalId: Scalars['String']['output'];
|
|
20928
|
-
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
20929
|
-
id: Scalars['ID']['output'];
|
|
20930
|
-
inspectUrl?: Maybe<Scalars['String']['output']>;
|
|
20931
|
-
lastUpdatedBy?: Maybe<GraphDataDepotUser>;
|
|
20932
|
-
liveEmbedUrl: Scalars['String']['output'];
|
|
20933
|
-
owners?: Maybe<Array<GraphDataDepotUser>>;
|
|
20934
|
-
status: GraphDataDepotDesignStatus;
|
|
20935
|
-
thumbnail?: Maybe<GraphDataDepotThumbnail>;
|
|
20936
|
-
type: GraphDataDepotDesignType;
|
|
20937
|
-
url: Scalars['String']['output'];
|
|
20938
|
-
};
|
|
20939
|
-
export declare enum GraphDataDepotDesignStatus {
|
|
20940
|
-
None = "NONE",
|
|
20941
|
-
ReadyForDevelopment = "READY_FOR_DEVELOPMENT",
|
|
20942
|
-
Unknown = "UNKNOWN"
|
|
20943
|
-
}
|
|
20944
|
-
export declare enum GraphDataDepotDesignType {
|
|
20945
|
-
Canvas = "CANVAS",
|
|
20946
|
-
File = "FILE",
|
|
20947
|
-
Group = "GROUP",
|
|
20948
|
-
Node = "NODE",
|
|
20949
|
-
Other = "OTHER",
|
|
20950
|
-
Prototype = "PROTOTYPE"
|
|
20951
|
-
}
|
|
20952
|
-
export declare type GraphDataDepotEntities = {
|
|
20953
|
-
__typename?: 'GraphDataDepotEntities';
|
|
20954
|
-
branch: Array<GraphDataDepotBranch>;
|
|
20955
|
-
buildInfo: Array<GraphDataDepotBuildInfo>;
|
|
20956
|
-
commit: Array<GraphDataDepotCommit>;
|
|
20957
|
-
deployment: Array<GraphDataDepotDeployment>;
|
|
20958
|
-
design: Array<GraphDataDepotDesign>;
|
|
20959
|
-
featureFlag: Array<GraphDataDepotFeatureFlag>;
|
|
20960
|
-
pullRequest: Array<GraphDataDepotPullRequest>;
|
|
20961
|
-
remoteLink: Array<GraphDataDepotRemoteLink>;
|
|
20962
|
-
video: Array<GraphDataDepotVideo>;
|
|
20963
|
-
vulnerability: Array<GraphDataDepotVulnerability>;
|
|
20964
|
-
};
|
|
20965
|
-
export declare type GraphDataDepotEnvironment = {
|
|
20966
|
-
__typename?: 'GraphDataDepotEnvironment';
|
|
20967
|
-
displayName: Scalars['String']['output'];
|
|
20968
|
-
id: Scalars['String']['output'];
|
|
20969
|
-
type: GraphDataDepotEnvironmentType;
|
|
20970
|
-
};
|
|
20971
|
-
export declare enum GraphDataDepotEnvironmentType {
|
|
20972
|
-
Development = "DEVELOPMENT",
|
|
20973
|
-
Production = "PRODUCTION",
|
|
20974
|
-
Staging = "STAGING",
|
|
20975
|
-
Testing = "TESTING",
|
|
20976
|
-
Unmapped = "UNMAPPED"
|
|
20977
|
-
}
|
|
20978
|
-
export declare type GraphDataDepotFeatureFlag = {
|
|
20979
|
-
__typename?: 'GraphDataDepotFeatureFlag';
|
|
20980
|
-
details: Array<GraphDataDepotFeatureFlagDetail>;
|
|
20981
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
20982
|
-
externalId: Scalars['String']['output'];
|
|
20983
|
-
id: Scalars['ID']['output'];
|
|
20984
|
-
key: Scalars['String']['output'];
|
|
20985
|
-
summary: GraphDataDepotFeatureFlagSummary;
|
|
20986
|
-
};
|
|
20987
|
-
export declare type GraphDataDepotFeatureFlagDetail = {
|
|
20988
|
-
__typename?: 'GraphDataDepotFeatureFlagDetail';
|
|
20989
|
-
environment: GraphDataDepotFeatureFlagEnvironment;
|
|
20990
|
-
status: GraphDataDepotFeatureFlagStatus;
|
|
20991
|
-
url: Scalars['String']['output'];
|
|
20992
|
-
};
|
|
20993
|
-
export declare type GraphDataDepotFeatureFlagEnvironment = {
|
|
20994
|
-
__typename?: 'GraphDataDepotFeatureFlagEnvironment';
|
|
20995
|
-
name: Scalars['String']['output'];
|
|
20996
|
-
type?: Maybe<Scalars['String']['output']>;
|
|
20997
|
-
};
|
|
20998
|
-
export declare type GraphDataDepotFeatureFlagRollout = {
|
|
20999
|
-
__typename?: 'GraphDataDepotFeatureFlagRollout';
|
|
21000
|
-
percentage?: Maybe<Scalars['Float']['output']>;
|
|
21001
|
-
rules?: Maybe<Scalars['Int']['output']>;
|
|
21002
|
-
text?: Maybe<Scalars['String']['output']>;
|
|
21003
|
-
};
|
|
21004
|
-
export declare type GraphDataDepotFeatureFlagStatus = {
|
|
21005
|
-
__typename?: 'GraphDataDepotFeatureFlagStatus';
|
|
21006
|
-
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
21007
|
-
enabled: Scalars['Boolean']['output'];
|
|
21008
|
-
rollout?: Maybe<GraphDataDepotFeatureFlagRollout>;
|
|
21009
|
-
};
|
|
21010
|
-
export declare type GraphDataDepotFeatureFlagSummary = {
|
|
21011
|
-
__typename?: 'GraphDataDepotFeatureFlagSummary';
|
|
21012
|
-
status: GraphDataDepotFeatureFlagStatus;
|
|
21013
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
21014
|
-
};
|
|
21015
|
-
export declare type GraphDataDepotFile = {
|
|
21016
|
-
__typename?: 'GraphDataDepotFile';
|
|
21017
|
-
changeType: GraphDataDepotChangeType;
|
|
21018
|
-
linesAdded: Scalars['Int']['output'];
|
|
21019
|
-
linesRemoved: Scalars['Int']['output'];
|
|
21020
|
-
path: Scalars['String']['output'];
|
|
21021
|
-
url: Scalars['String']['output'];
|
|
21022
|
-
};
|
|
21023
|
-
export declare type GraphDataDepotFileInfo = {
|
|
21024
|
-
__typename?: 'GraphDataDepotFileInfo';
|
|
21025
|
-
fileCount: Scalars['Int']['output'];
|
|
21026
|
-
files: Array<GraphDataDepotFile>;
|
|
21027
|
-
};
|
|
21028
|
-
export declare enum GraphDataDepotLifecycleStage {
|
|
21029
|
-
Beta = "BETA",
|
|
21030
|
-
Experimental = "EXPERIMENTAL",
|
|
21031
|
-
Production = "PRODUCTION",
|
|
21032
|
-
Staging = "STAGING"
|
|
21033
|
-
}
|
|
21034
|
-
export declare type GraphDataDepotPipeline = {
|
|
21035
|
-
__typename?: 'GraphDataDepotPipeline';
|
|
21036
|
-
displayName: Scalars['String']['output'];
|
|
21037
|
-
id: Scalars['String']['output'];
|
|
21038
|
-
url: Scalars['String']['output'];
|
|
21039
|
-
};
|
|
21040
|
-
export declare type GraphDataDepotPullRequest = {
|
|
21041
|
-
__typename?: 'GraphDataDepotPullRequest';
|
|
21042
|
-
author: GraphDataDepotUser;
|
|
21043
|
-
commentCount: Scalars['Int']['output'];
|
|
21044
|
-
destinationBranch?: Maybe<GraphDataDepotBranchReference>;
|
|
21045
|
-
displayId: Scalars['String']['output'];
|
|
21046
|
-
id: Scalars['ID']['output'];
|
|
21047
|
-
pullRequestId: Scalars['String']['output'];
|
|
21048
|
-
repositoryId: Scalars['String']['output'];
|
|
21049
|
-
reviewers: Array<GraphDataDepotReviewer>;
|
|
21050
|
-
sourceBranch: GraphDataDepotBranchReference;
|
|
21051
|
-
status: GraphDataDepotPullRequestStatus;
|
|
21052
|
-
supportedActions?: Maybe<Array<Scalars['String']['output']>>;
|
|
21053
|
-
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
21054
|
-
title: Scalars['String']['output'];
|
|
21055
|
-
url: Scalars['String']['output'];
|
|
21056
|
-
};
|
|
21057
|
-
export declare enum GraphDataDepotPullRequestStatus {
|
|
21058
|
-
Declined = "DECLINED",
|
|
21059
|
-
Draft = "DRAFT",
|
|
21060
|
-
Merged = "MERGED",
|
|
21061
|
-
Open = "OPEN",
|
|
21062
|
-
Unknown = "UNKNOWN"
|
|
21063
|
-
}
|
|
21064
|
-
export declare type GraphDataDepotQuery = {
|
|
21065
|
-
__typename?: 'GraphDataDepotQuery';
|
|
21066
|
-
entities: GraphDataDepotEntities;
|
|
21067
|
-
};
|
|
21068
|
-
export declare type GraphDataDepotQueryEntitiesArgs = {
|
|
21069
|
-
ids: Array<Scalars['ID']['input']>;
|
|
21070
|
-
};
|
|
21071
|
-
export declare type GraphDataDepotRemoteLink = {
|
|
21072
|
-
__typename?: 'GraphDataDepotRemoteLink';
|
|
21073
|
-
actionIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
21074
|
-
assignee?: Maybe<GraphDataDepotUser>;
|
|
21075
|
-
attributeMap?: Maybe<Array<GraphDataDepotRemoteLinkAttributeTuple>>;
|
|
21076
|
-
author?: Maybe<GraphDataDepotUser>;
|
|
21077
|
-
category?: Maybe<Scalars['String']['output']>;
|
|
21078
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
21079
|
-
displayName: Scalars['String']['output'];
|
|
21080
|
-
id: Scalars['ID']['output'];
|
|
21081
|
-
remoteLinkId: Scalars['String']['output'];
|
|
21082
|
-
status?: Maybe<GraphDataDepotRemoteLinkStatus>;
|
|
21083
|
-
type: Scalars['String']['output'];
|
|
21084
|
-
url: Scalars['String']['output'];
|
|
21085
|
-
};
|
|
21086
|
-
export declare type GraphDataDepotRemoteLinkAttributeTuple = {
|
|
21087
|
-
__typename?: 'GraphDataDepotRemoteLinkAttributeTuple';
|
|
21088
|
-
key: Scalars['String']['output'];
|
|
21089
|
-
value: Scalars['String']['output'];
|
|
21090
|
-
};
|
|
21091
|
-
export declare type GraphDataDepotRemoteLinkStatus = {
|
|
21092
|
-
__typename?: 'GraphDataDepotRemoteLinkStatus';
|
|
21093
|
-
appearance: Scalars['String']['output'];
|
|
21094
|
-
label: Scalars['String']['output'];
|
|
21095
|
-
};
|
|
21096
|
-
export declare type GraphDataDepotReviewer = {
|
|
21097
|
-
__typename?: 'GraphDataDepotReviewer';
|
|
21098
|
-
approvalStatus: GraphDataDepotApprovalStatus;
|
|
21099
|
-
user?: Maybe<GraphDataDepotUser>;
|
|
21100
|
-
};
|
|
21101
|
-
export declare type GraphDataDepotTestInfo = {
|
|
21102
|
-
__typename?: 'GraphDataDepotTestInfo';
|
|
21103
|
-
numberFailed: Scalars['Int']['output'];
|
|
21104
|
-
numberPassed: Scalars['Int']['output'];
|
|
21105
|
-
numberSkipped?: Maybe<Scalars['Int']['output']>;
|
|
21106
|
-
totalNumber: Scalars['Int']['output'];
|
|
21107
|
-
};
|
|
21108
|
-
export declare type GraphDataDepotThumbnail = {
|
|
21109
|
-
__typename?: 'GraphDataDepotThumbnail';
|
|
21110
|
-
externalUrl?: Maybe<Scalars['String']['output']>;
|
|
21111
|
-
};
|
|
21112
|
-
export declare type GraphDataDepotTrack = {
|
|
21113
|
-
__typename?: 'GraphDataDepotTrack';
|
|
21114
|
-
cues: Array<GraphDataDepotCue>;
|
|
21115
|
-
locale?: Maybe<Scalars['String']['output']>;
|
|
21116
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
21117
|
-
};
|
|
21118
|
-
export declare type GraphDataDepotUser = {
|
|
21119
|
-
__typename?: 'GraphDataDepotUser';
|
|
21120
|
-
thirdPartyUser?: Maybe<ThirdPartyUser>;
|
|
21121
|
-
user?: Maybe<User>;
|
|
21122
|
-
};
|
|
21123
|
-
export declare type GraphDataDepotVideo = {
|
|
21124
|
-
__typename?: 'GraphDataDepotVideo';
|
|
21125
|
-
chapters?: Maybe<Array<GraphDataDepotChapter>>;
|
|
21126
|
-
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
21127
|
-
createdBy?: Maybe<GraphDataDepotUser>;
|
|
21128
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
21129
|
-
displayName: Scalars['String']['output'];
|
|
21130
|
-
durationInSeconds?: Maybe<Scalars['Long']['output']>;
|
|
21131
|
-
embedUrl: Scalars['String']['output'];
|
|
21132
|
-
externalId: Scalars['String']['output'];
|
|
21133
|
-
height?: Maybe<Scalars['Long']['output']>;
|
|
21134
|
-
id: Scalars['ID']['output'];
|
|
21135
|
-
lastUpdatedBy?: Maybe<GraphDataDepotUser>;
|
|
21136
|
-
owners?: Maybe<Array<GraphDataDepotUser>>;
|
|
21137
|
-
textTracks?: Maybe<Array<GraphDataDepotTrack>>;
|
|
21138
|
-
thumbnailUrl: Scalars['String']['output'];
|
|
21139
|
-
url: Scalars['String']['output'];
|
|
21140
|
-
width?: Maybe<Scalars['Long']['output']>;
|
|
21141
|
-
};
|
|
21142
|
-
export declare type GraphDataDepotVulnerability = {
|
|
21143
|
-
__typename?: 'GraphDataDepotVulnerability';
|
|
21144
|
-
additionalInfo?: Maybe<GraphDataDepotVulnerabilityAdditionalInfo>;
|
|
21145
|
-
description: Scalars['String']['output'];
|
|
21146
|
-
displayName: Scalars['String']['output'];
|
|
21147
|
-
externalId: Scalars['String']['output'];
|
|
21148
|
-
id: Scalars['ID']['output'];
|
|
21149
|
-
identifiers?: Maybe<Array<GraphDataDepotVulnerabilityIdentifier>>;
|
|
21150
|
-
severity: GraphDataDepotVulnerabilitySeverity;
|
|
21151
|
-
status: GraphDataDepotVulnerabilityStatus;
|
|
21152
|
-
type: GraphDataDepotVulnerabilityType;
|
|
21153
|
-
url: Scalars['String']['output'];
|
|
21154
|
-
};
|
|
21155
|
-
export declare type GraphDataDepotVulnerabilityAdditionalInfo = {
|
|
21156
|
-
__typename?: 'GraphDataDepotVulnerabilityAdditionalInfo';
|
|
21157
|
-
content: Scalars['String']['output'];
|
|
21158
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
21159
|
-
};
|
|
21160
|
-
export declare type GraphDataDepotVulnerabilityIdentifier = {
|
|
21161
|
-
__typename?: 'GraphDataDepotVulnerabilityIdentifier';
|
|
21162
|
-
displayName: Scalars['String']['output'];
|
|
21163
|
-
url?: Maybe<Scalars['String']['output']>;
|
|
21164
|
-
};
|
|
21165
|
-
export declare type GraphDataDepotVulnerabilitySeverity = {
|
|
21166
|
-
__typename?: 'GraphDataDepotVulnerabilitySeverity';
|
|
21167
|
-
level: GraphDataDepotVulnerabilitySeverityLevel;
|
|
21168
|
-
};
|
|
21169
|
-
export declare enum GraphDataDepotVulnerabilitySeverityLevel {
|
|
21170
|
-
Critical = "CRITICAL",
|
|
21171
|
-
High = "HIGH",
|
|
21172
|
-
Low = "LOW",
|
|
21173
|
-
Medium = "MEDIUM",
|
|
21174
|
-
Unknown = "UNKNOWN"
|
|
21175
|
-
}
|
|
21176
|
-
export declare enum GraphDataDepotVulnerabilityStatus {
|
|
21177
|
-
Closed = "CLOSED",
|
|
21178
|
-
Ignored = "IGNORED",
|
|
21179
|
-
Open = "OPEN",
|
|
21180
|
-
Unknown = "UNKNOWN"
|
|
21181
|
-
}
|
|
21182
|
-
export declare enum GraphDataDepotVulnerabilityType {
|
|
21183
|
-
Dast = "DAST",
|
|
21184
|
-
Sast = "SAST",
|
|
21185
|
-
Sca = "SCA",
|
|
21186
|
-
Unknown = "UNKNOWN"
|
|
21187
|
-
}
|
|
21188
20909
|
export declare type GraphGeneric = Node & {
|
|
21189
20910
|
__typename?: 'GraphGeneric';
|
|
21190
20911
|
data?: Maybe<GraphRelationshipNodeData>;
|
|
@@ -24223,25 +23944,31 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
|
|
|
24223
23944
|
};
|
|
24224
23945
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
24225
23946
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23947
|
+
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24226
23948
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24227
23949
|
id: Scalars['ID']['input'];
|
|
24228
23950
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24229
23951
|
};
|
|
24230
23952
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
|
|
24231
23953
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23954
|
+
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24232
23955
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24233
23956
|
id: Scalars['ID']['input'];
|
|
24234
23957
|
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24235
23958
|
};
|
|
24236
23959
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseRelationshipArgs = {
|
|
24237
23960
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23961
|
+
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24238
23962
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24239
23963
|
id: Scalars['ID']['input'];
|
|
23964
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24240
23965
|
};
|
|
24241
23966
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs = {
|
|
24242
23967
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
23968
|
+
filter?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput>;
|
|
24243
23969
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
24244
23970
|
id: Scalars['ID']['input'];
|
|
23971
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
|
|
24245
23972
|
};
|
|
24246
23973
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
24247
23974
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -26227,8 +25954,25 @@ export declare type GraphStoreAtiFilterInput = {
|
|
|
26227
25954
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
26228
25955
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
26229
25956
|
};
|
|
25957
|
+
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput = {
|
|
25958
|
+
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
25959
|
+
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
25960
|
+
lastModified?: InputMaybe<GraphStoreDateFilterInput>;
|
|
25961
|
+
relationship_syncLabels?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
25962
|
+
relationship_synced?: InputMaybe<GraphStoreBooleanFilterInput>;
|
|
25963
|
+
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
25964
|
+
};
|
|
25965
|
+
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicFilterInput = {
|
|
25966
|
+
and?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
25967
|
+
or?: InputMaybe<Array<InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicConditionalFilterInput>>>;
|
|
25968
|
+
};
|
|
26230
25969
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
25970
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
25971
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
26231
25972
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
25973
|
+
relationship_syncLabels?: InputMaybe<GraphStoreSortInput>;
|
|
25974
|
+
relationship_synced?: InputMaybe<GraphStoreSortInput>;
|
|
25975
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
26232
25976
|
};
|
|
26233
25977
|
export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
|
|
26234
25978
|
__typename?: 'GraphStoreBatchContentReferencedEntityConnection';
|
|
@@ -31753,10 +31497,12 @@ export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInvers
|
|
|
31753
31497
|
};
|
|
31754
31498
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseUnion = TownsquareProject;
|
|
31755
31499
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalUnion = TownsquareGoal;
|
|
31756
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & {
|
|
31500
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & HasTotal & {
|
|
31757
31501
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection';
|
|
31758
31502
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge>>>;
|
|
31503
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
31759
31504
|
pageInfo: PageInfo;
|
|
31505
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31760
31506
|
};
|
|
31761
31507
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
31762
31508
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge';
|
|
@@ -31766,10 +31512,12 @@ export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge = {
|
|
|
31766
31512
|
lastUpdated: Scalars['DateTime']['output'];
|
|
31767
31513
|
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicUnion>;
|
|
31768
31514
|
};
|
|
31769
|
-
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo & {
|
|
31515
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection = HasPageInfo & HasTotal & {
|
|
31770
31516
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection';
|
|
31771
31517
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge>>>;
|
|
31518
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
31772
31519
|
pageInfo: PageInfo;
|
|
31520
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
31773
31521
|
};
|
|
31774
31522
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge = {
|
|
31775
31523
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEdge';
|
|
@@ -35176,6 +34924,7 @@ export declare enum HelpCenterPortalsType {
|
|
|
35176
34924
|
export declare type HelpCenterQueryApi = {
|
|
35177
34925
|
__typename?: 'HelpCenterQueryApi';
|
|
35178
34926
|
getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
|
|
34927
|
+
helpCenterByHoistedProjectId?: Maybe<HelpCenterQueryResult>;
|
|
35179
34928
|
helpCenterById?: Maybe<HelpCenterQueryResult>;
|
|
35180
34929
|
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
35181
34930
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
@@ -35189,6 +34938,9 @@ export declare type HelpCenterQueryApiGetHelpDeskByIdArgs = {
|
|
|
35189
34938
|
helpCenterAri: Scalars['ID']['input'];
|
|
35190
34939
|
helpDeskId: Scalars['ID']['input'];
|
|
35191
34940
|
};
|
|
34941
|
+
export declare type HelpCenterQueryApiHelpCenterByHoistedProjectIdArgs = {
|
|
34942
|
+
projectAri: Scalars['ID']['input'];
|
|
34943
|
+
};
|
|
35192
34944
|
export declare type HelpCenterQueryApiHelpCenterByIdArgs = {
|
|
35193
34945
|
helpCenterAri: Scalars['ID']['input'];
|
|
35194
34946
|
};
|
|
@@ -35443,6 +35195,7 @@ export declare type HelpExternalResourcesResult = HelpExternalResourceQueryError
|
|
|
35443
35195
|
export declare type HelpLayout = Node & {
|
|
35444
35196
|
__typename?: 'HelpLayout';
|
|
35445
35197
|
id: Scalars['ID']['output'];
|
|
35198
|
+
reloadOnPublish?: Maybe<Scalars['Boolean']['output']>;
|
|
35446
35199
|
sections?: Maybe<HelpLayoutSectionConnection>;
|
|
35447
35200
|
};
|
|
35448
35201
|
export declare type HelpLayoutSectionsArgs = {
|
|
@@ -38252,6 +38005,7 @@ export declare type JiraBoard = Node & {
|
|
|
38252
38005
|
boardType?: Maybe<JiraBoardType>;
|
|
38253
38006
|
boardUrl?: Maybe<Scalars['URL']['output']>;
|
|
38254
38007
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
38008
|
+
defaultNavigationItem?: Maybe<JiraNavigationItemResult>;
|
|
38255
38009
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
38256
38010
|
id: Scalars['ID']['output'];
|
|
38257
38011
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
@@ -42391,6 +42145,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
42391
42145
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
42392
42146
|
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
42393
42147
|
JiraConnectNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
42148
|
+
JiraConnectRichTextField?: InputMaybe<Array<JiraUpdateRichTextFieldInput>>;
|
|
42394
42149
|
JiraConnectSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
42395
42150
|
JiraConnectTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
42396
42151
|
JiraDatePickerField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
@@ -43144,6 +42899,7 @@ export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfigurati
|
|
|
43144
42899
|
export declare type JiraLabelsFieldLabelsArgs = {
|
|
43145
42900
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
43146
42901
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
42902
|
+
currentProjectOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43147
42903
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43148
42904
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
43149
42905
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -43688,6 +43444,7 @@ export declare type JiraMutation = {
|
|
|
43688
43444
|
updateJiraVersionPosition?: Maybe<JiraUpdateVersionPayload>;
|
|
43689
43445
|
updateJiraVersionRichTextSectionContent?: Maybe<JiraUpdateVersionPayload>;
|
|
43690
43446
|
updateJiraVersionRichTextSectionTitle?: Maybe<JiraUpdateVersionPayload>;
|
|
43447
|
+
updateJiraViewConfiguration?: Maybe<JiraUpdateViewConfigPayload>;
|
|
43691
43448
|
updateJwmFilter?: Maybe<JiraWorkManagementUpdateFilterPayload>;
|
|
43692
43449
|
updateJwmOverview?: Maybe<JiraWorkManagementGiraUpdateOverviewPayload>;
|
|
43693
43450
|
updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
|
|
@@ -44082,6 +43839,9 @@ export declare type JiraMutationUpdateJiraVersionRichTextSectionContentArgs = {
|
|
|
44082
43839
|
export declare type JiraMutationUpdateJiraVersionRichTextSectionTitleArgs = {
|
|
44083
43840
|
input: JiraUpdateVersionRichTextSectionTitleInput;
|
|
44084
43841
|
};
|
|
43842
|
+
export declare type JiraMutationUpdateJiraViewConfigurationArgs = {
|
|
43843
|
+
input?: InputMaybe<JiraUpdateViewConfigInput>;
|
|
43844
|
+
};
|
|
44085
43845
|
export declare type JiraMutationUpdateJwmFilterArgs = {
|
|
44086
43846
|
input: JiraWorkManagementUpdateFilterInput;
|
|
44087
43847
|
};
|
|
@@ -44273,6 +44033,7 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
44273
44033
|
App = "APP",
|
|
44274
44034
|
Approvals = "APPROVALS",
|
|
44275
44035
|
Apps = "APPS",
|
|
44036
|
+
ArchivedIssues = "ARCHIVED_ISSUES",
|
|
44276
44037
|
Attachments = "ATTACHMENTS",
|
|
44277
44038
|
Backlog = "BACKLOG",
|
|
44278
44039
|
Board = "BOARD",
|
|
@@ -49784,6 +49545,7 @@ export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
|
49784
49545
|
__typename?: 'JiraUpdateFormattingRulePayload';
|
|
49785
49546
|
errors?: Maybe<Array<MutationError>>;
|
|
49786
49547
|
success: Scalars['Boolean']['output'];
|
|
49548
|
+
updatedRule?: Maybe<JiraFormattingRule>;
|
|
49787
49549
|
};
|
|
49788
49550
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
49789
49551
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
@@ -50042,6 +49804,16 @@ export declare type JiraUpdateVersionWarningConfigPayload = Payload & {
|
|
|
50042
49804
|
export declare type JiraUpdateVersionWarningConfigPayloadVersionArgs = {
|
|
50043
49805
|
id: Scalars['ID']['input'];
|
|
50044
49806
|
};
|
|
49807
|
+
export declare type JiraUpdateViewConfigInput = {
|
|
49808
|
+
endDateFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
49809
|
+
id: Scalars['ID']['input'];
|
|
49810
|
+
startDateFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
49811
|
+
};
|
|
49812
|
+
export declare type JiraUpdateViewConfigPayload = Payload & {
|
|
49813
|
+
__typename?: 'JiraUpdateViewConfigPayload';
|
|
49814
|
+
errors?: Maybe<Array<MutationError>>;
|
|
49815
|
+
success: Scalars['Boolean']['output'];
|
|
49816
|
+
};
|
|
50045
49817
|
export declare type JiraUpdateVotesFieldInput = {
|
|
50046
49818
|
id: Scalars['ID']['input'];
|
|
50047
49819
|
operation: JiraVotesFieldOperationInput;
|
|
@@ -50194,6 +49966,9 @@ export declare type JiraUserPreferences = {
|
|
|
50194
49966
|
jqlBuilderSearchMode?: Maybe<JiraJqlBuilderSearchMode>;
|
|
50195
49967
|
projectListRightPanelState?: Maybe<JiraProjectListRightPanelState>;
|
|
50196
49968
|
};
|
|
49969
|
+
export declare type JiraUserPreferencesIssueViewDefaultPinnedFieldsBannerProjectArgs = {
|
|
49970
|
+
projectKey: Scalars['String']['input'];
|
|
49971
|
+
};
|
|
50197
49972
|
export declare type JiraUserPreferencesIssueViewPinnedFieldsArgs = {
|
|
50198
49973
|
projectKey: Scalars['String']['input'];
|
|
50199
49974
|
};
|
|
@@ -52132,6 +51907,9 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkConnection = {
|
|
|
52132
51907
|
nodes?: Maybe<Array<KnowledgeDiscoveryAdminhubBookmark>>;
|
|
52133
51908
|
pageInfo: KnowledgeDiscoveryPageInfo;
|
|
52134
51909
|
};
|
|
51910
|
+
export declare type KnowledgeDiscoveryAdminhubBookmarkFailureMetadata = {
|
|
51911
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
51912
|
+
};
|
|
52135
51913
|
export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
52136
51914
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmarkProperties';
|
|
52137
51915
|
cloudId: Scalars['String']['output'];
|
|
@@ -52150,7 +51928,24 @@ export declare type KnowledgeDiscoveryBookmark = {
|
|
|
52150
51928
|
__typename?: 'KnowledgeDiscoveryBookmark';
|
|
52151
51929
|
url?: Maybe<Scalars['String']['output']>;
|
|
52152
51930
|
};
|
|
51931
|
+
export declare type KnowledgeDiscoveryBookmarkCollisionFailureMetadata = KnowledgeDiscoveryAdminhubBookmarkFailureMetadata & {
|
|
51932
|
+
__typename?: 'KnowledgeDiscoveryBookmarkCollisionFailureMetadata';
|
|
51933
|
+
conflictingAdminhubBookmarkId?: Maybe<Scalars['ID']['output']>;
|
|
51934
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
51935
|
+
keyPhrase?: Maybe<Scalars['String']['output']>;
|
|
51936
|
+
};
|
|
51937
|
+
export declare type KnowledgeDiscoveryBookmarkMutationErrorExtension = MutationErrorExtension & {
|
|
51938
|
+
__typename?: 'KnowledgeDiscoveryBookmarkMutationErrorExtension';
|
|
51939
|
+
bookmarkFailureMetadata?: Maybe<KnowledgeDiscoveryAdminhubBookmarkFailureMetadata>;
|
|
51940
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
51941
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
51942
|
+
};
|
|
52153
51943
|
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
51944
|
+
export declare type KnowledgeDiscoveryBookmarkValidationFailureMetadata = KnowledgeDiscoveryAdminhubBookmarkFailureMetadata & {
|
|
51945
|
+
__typename?: 'KnowledgeDiscoveryBookmarkValidationFailureMetadata';
|
|
51946
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
51947
|
+
keyPhrase?: Maybe<Scalars['String']['output']>;
|
|
51948
|
+
};
|
|
52154
51949
|
export declare type KnowledgeDiscoveryConfluenceBlogpost = KnowledgeDiscoveryEntity & {
|
|
52155
51950
|
__typename?: 'KnowledgeDiscoveryConfluenceBlogpost';
|
|
52156
51951
|
confluenceBlogpost?: Maybe<ConfluenceBlogPost>;
|
|
@@ -52306,6 +52101,7 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
52306
52101
|
createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
|
|
52307
52102
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
52308
52103
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
52104
|
+
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
52309
52105
|
};
|
|
52310
52106
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
52311
52107
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
@@ -52316,6 +52112,9 @@ export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
|
|
|
52316
52112
|
export declare type KnowledgeDiscoveryMutationApiDeleteBookmarksArgs = {
|
|
52317
52113
|
input: KnowledgeDiscoveryDeleteBookmarksInput;
|
|
52318
52114
|
};
|
|
52115
|
+
export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
52116
|
+
input: KnowledgeDiscoveryUpdateAdminhubBookmarkInput;
|
|
52117
|
+
};
|
|
52319
52118
|
export declare type KnowledgeDiscoveryPageInfo = {
|
|
52320
52119
|
__typename?: 'KnowledgeDiscoveryPageInfo';
|
|
52321
52120
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -52438,6 +52237,22 @@ export declare enum KnowledgeDiscoveryTopicType {
|
|
|
52438
52237
|
Program = "PROGRAM",
|
|
52439
52238
|
Team = "TEAM"
|
|
52440
52239
|
}
|
|
52240
|
+
export declare type KnowledgeDiscoveryUpdateAdminhubBookmarkInput = {
|
|
52241
|
+
bookmarkAdminhubId: Scalars['ID']['input'];
|
|
52242
|
+
cloudId: Scalars['ID']['input'];
|
|
52243
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
52244
|
+
keyPhrases?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
52245
|
+
orgId: Scalars['String']['input'];
|
|
52246
|
+
title: Scalars['String']['input'];
|
|
52247
|
+
url: Scalars['String']['input'];
|
|
52248
|
+
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
52249
|
+
};
|
|
52250
|
+
export declare type KnowledgeDiscoveryUpdateAdminhubBookmarkPayload = Payload & {
|
|
52251
|
+
__typename?: 'KnowledgeDiscoveryUpdateAdminhubBookmarkPayload';
|
|
52252
|
+
adminhubBookmark?: Maybe<KnowledgeDiscoveryAdminhubBookmark>;
|
|
52253
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52254
|
+
success: Scalars['Boolean']['output'];
|
|
52255
|
+
};
|
|
52441
52256
|
export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
52442
52257
|
__typename?: 'KnowledgeDiscoveryUser';
|
|
52443
52258
|
id: Scalars['ID']['output'];
|
|
@@ -52485,6 +52300,7 @@ export declare type LogDetails = {
|
|
|
52485
52300
|
};
|
|
52486
52301
|
export declare type LogQueryInput = {
|
|
52487
52302
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
52303
|
+
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
52488
52304
|
dates?: InputMaybe<DateSearchInput>;
|
|
52489
52305
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
52490
52306
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -54604,7 +54420,6 @@ export declare type MoveSprintUpResponse = MutationResponse & {
|
|
|
54604
54420
|
};
|
|
54605
54421
|
export declare type Mutation = {
|
|
54606
54422
|
__typename?: 'Mutation';
|
|
54607
|
-
ForgeAi?: Maybe<ForgeAiMutation>;
|
|
54608
54423
|
actions?: Maybe<ActionsMutation>;
|
|
54609
54424
|
addBetaUserAsSiteCreator?: Maybe<AddBetaUserAsSiteCreatorPayload>;
|
|
54610
54425
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
@@ -54696,7 +54511,6 @@ export declare type Mutation = {
|
|
|
54696
54511
|
confluenceLegacy_movePageAppend?: Maybe<ConfluenceLegacyMovePagePayload>;
|
|
54697
54512
|
confluenceLegacy_movePageBefore?: Maybe<ConfluenceLegacyMovePagePayload>;
|
|
54698
54513
|
confluenceLegacy_movePageTopLevel?: Maybe<ConfluenceLegacyMovePagePayload>;
|
|
54699
|
-
confluenceLegacy_mutationsCloudId?: Maybe<ConfluenceLegacyMutationsCloudId>;
|
|
54700
54514
|
confluenceLegacy_newPage?: Maybe<ConfluenceLegacyNewPagePayload>;
|
|
54701
54515
|
confluenceLegacy_notifyUsersOnFirstView?: Maybe<ConfluenceLegacyNotificationResponsePayload>;
|
|
54702
54516
|
confluenceLegacy_openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -54737,7 +54551,6 @@ export declare type Mutation = {
|
|
|
54737
54551
|
confluenceLegacy_setSpaceRoles?: Maybe<ConfluenceLegacySetSpaceRolesPayload>;
|
|
54738
54552
|
confluenceLegacy_setTaskStatus?: Maybe<ConfluenceLegacyMutationResponse>;
|
|
54739
54553
|
confluenceLegacy_shareResource?: Maybe<ConfluenceLegacyShareResourcePayload>;
|
|
54740
|
-
confluenceLegacy_smartsCloudId?: Maybe<ConfluenceLegacySmartsCloudId>;
|
|
54741
54554
|
confluenceLegacy_softDeleteSpace?: Maybe<ConfluenceLegacySoftDeleteSpacePayload>;
|
|
54742
54555
|
confluenceLegacy_templateMigration?: Maybe<ConfluenceLegacyTemplateMigration>;
|
|
54743
54556
|
confluenceLegacy_templatize?: Maybe<Scalars['ID']['output']>;
|
|
@@ -55193,9 +55006,6 @@ export declare type MutationConfluenceLegacy_MovePageBeforeArgs = {
|
|
|
55193
55006
|
export declare type MutationConfluenceLegacy_MovePageTopLevelArgs = {
|
|
55194
55007
|
input: ConfluenceLegacyMovePageTopLevelInput;
|
|
55195
55008
|
};
|
|
55196
|
-
export declare type MutationConfluenceLegacy_MutationsCloudIdArgs = {
|
|
55197
|
-
cloudId: Scalars['ID']['input'];
|
|
55198
|
-
};
|
|
55199
55009
|
export declare type MutationConfluenceLegacy_NewPageArgs = {
|
|
55200
55010
|
input: ConfluenceLegacyNewPageInput;
|
|
55201
55011
|
};
|
|
@@ -55325,9 +55135,6 @@ export declare type MutationConfluenceLegacy_SetTaskStatusArgs = {
|
|
|
55325
55135
|
export declare type MutationConfluenceLegacy_ShareResourceArgs = {
|
|
55326
55136
|
shareResourceInput: ConfluenceLegacyShareResourceInput;
|
|
55327
55137
|
};
|
|
55328
|
-
export declare type MutationConfluenceLegacy_SmartsCloudIdArgs = {
|
|
55329
|
-
cloudId: Scalars['ID']['input'];
|
|
55330
|
-
};
|
|
55331
55138
|
export declare type MutationConfluenceLegacy_SoftDeleteSpaceArgs = {
|
|
55332
55139
|
spaceKey: Scalars['String']['input'];
|
|
55333
55140
|
};
|
|
@@ -58102,7 +57909,6 @@ export declare type Query = {
|
|
|
58102
57909
|
confluenceLegacy_adminReportStatus?: Maybe<ConfluenceLegacyAdminReportStatus>;
|
|
58103
57910
|
confluenceLegacy_allTemplates?: Maybe<ConfluenceLegacyPaginatedTemplateInfoList>;
|
|
58104
57911
|
confluenceLegacy_allUpdatesFeed?: Maybe<ConfluenceLegacyPaginatedAllUpdatesFeed>;
|
|
58105
|
-
confluenceLegacy_analyticsCloudId?: Maybe<ConfluenceLegacyAnalyticsCloudId>;
|
|
58106
57912
|
confluenceLegacy_atlassianUser?: Maybe<ConfluenceLegacyAtlassianUser>;
|
|
58107
57913
|
confluenceLegacy_availableContentStates?: Maybe<ConfluenceLegacyAvailableContentStates>;
|
|
58108
57914
|
confluenceLegacy_canvasToken?: Maybe<ConfluenceLegacyCanvasToken>;
|
|
@@ -58110,7 +57916,6 @@ export declare type Query = {
|
|
|
58110
57916
|
confluenceLegacy_catchupVersionSummaryMetadataForContent?: Maybe<ConfluenceLegacyCatchupVersionSummaryMetadataForContent>;
|
|
58111
57917
|
confluenceLegacy_classificationLevel?: Maybe<ConfluenceLegacyContentDataClassificationLevel>;
|
|
58112
57918
|
confluenceLegacy_classificationLevels?: Maybe<Array<ConfluenceLegacyContentDataClassificationLevel>>;
|
|
58113
|
-
confluenceLegacy_cloudId?: Maybe<ConfluenceLegacyCloudId>;
|
|
58114
57919
|
confluenceLegacy_collabToken?: Maybe<ConfluenceLegacyCollabTokenResponse>;
|
|
58115
57920
|
confluenceLegacy_comments?: Maybe<ConfluenceLegacyPaginatedCommentList>;
|
|
58116
57921
|
confluenceLegacy_confluenceUsers?: Maybe<ConfluenceLegacyPaginatedPersonList>;
|
|
@@ -58240,7 +58045,6 @@ export declare type Query = {
|
|
|
58240
58045
|
confluenceLegacy_singleContent?: Maybe<ConfluenceLegacyContent>;
|
|
58241
58046
|
confluenceLegacy_siteConfiguration?: Maybe<ConfluenceLegacySiteConfiguration>;
|
|
58242
58047
|
confluenceLegacy_sitePermissions?: Maybe<ConfluenceLegacySitePermission>;
|
|
58243
|
-
confluenceLegacy_smartsCloudId?: Maybe<ConfluenceLegacySmartsCloudId>;
|
|
58244
58048
|
confluenceLegacy_snippets?: Maybe<ConfluenceLegacyPaginatedSnippetList>;
|
|
58245
58049
|
confluenceLegacy_spaViewContext?: Maybe<ConfluenceLegacySpaViewModel>;
|
|
58246
58050
|
confluenceLegacy_spaViewModel?: Maybe<ConfluenceLegacySpaViewModel>;
|
|
@@ -58268,7 +58072,6 @@ export declare type Query = {
|
|
|
58268
58072
|
confluenceLegacy_templateMediaSession?: Maybe<ConfluenceLegacyTemplateMediaSession>;
|
|
58269
58073
|
confluenceLegacy_templates?: Maybe<ConfluenceLegacyPaginatedContentTemplateList>;
|
|
58270
58074
|
confluenceLegacy_tenant?: Maybe<ConfluenceLegacyTenant>;
|
|
58271
|
-
confluenceLegacy_tenantCloudId?: Maybe<ConfluenceLegacyTenantCloudId>;
|
|
58272
58075
|
confluenceLegacy_tenantContext?: Maybe<ConfluenceLegacyTenantContext>;
|
|
58273
58076
|
confluenceLegacy_timeseriesCount?: Maybe<ConfluenceLegacyTimeseriesCount>;
|
|
58274
58077
|
confluenceLegacy_timeseriesPageBlogCount?: Maybe<ConfluenceLegacyTimeseriesPageBlogCount>;
|
|
@@ -58322,7 +58125,6 @@ export declare type Query = {
|
|
|
58322
58125
|
customerStories: ContentPlatformCustomerStorySearchConnection;
|
|
58323
58126
|
customerStory?: Maybe<ContentPlatformCustomerStory>;
|
|
58324
58127
|
customerSupport?: Maybe<SupportRequestCatalogQueryApi>;
|
|
58325
|
-
dataDepot: GraphDataDepotQuery;
|
|
58326
58128
|
dataScope?: Maybe<MigrationPlanningServiceQuery>;
|
|
58327
58129
|
devAi?: Maybe<DevAi>;
|
|
58328
58130
|
devOps?: Maybe<DevOps>;
|
|
@@ -58424,6 +58226,8 @@ export declare type Query = {
|
|
|
58424
58226
|
polarisTermsConsent?: Maybe<PolarisTermsConsent>;
|
|
58425
58227
|
polarisView?: Maybe<PolarisView>;
|
|
58426
58228
|
polarisViewArrangementInfo?: Maybe<Scalars['JSON']['output']>;
|
|
58229
|
+
pricing?: Maybe<ContentPlatformPricing>;
|
|
58230
|
+
pricings: ContentPlatformPricingSearchConnection;
|
|
58427
58231
|
productListing?: Maybe<ProductListingResult>;
|
|
58428
58232
|
productListings: Array<ProductListingResult>;
|
|
58429
58233
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
@@ -58600,9 +58404,6 @@ export declare type QueryConfluenceLegacy_AllUpdatesFeedArgs = {
|
|
|
58600
58404
|
spaceKeys?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
58601
58405
|
users?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
58602
58406
|
};
|
|
58603
|
-
export declare type QueryConfluenceLegacy_AnalyticsCloudIdArgs = {
|
|
58604
|
-
cloudId: Scalars['ID']['input'];
|
|
58605
|
-
};
|
|
58606
58407
|
export declare type QueryConfluenceLegacy_AtlassianUserArgs = {
|
|
58607
58408
|
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
58608
58409
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -58627,9 +58428,6 @@ export declare type QueryConfluenceLegacy_CatchupVersionSummaryMetadataForConten
|
|
|
58627
58428
|
export declare type QueryConfluenceLegacy_ClassificationLevelArgs = {
|
|
58628
58429
|
id: Scalars['String']['input'];
|
|
58629
58430
|
};
|
|
58630
|
-
export declare type QueryConfluenceLegacy_CloudIdArgs = {
|
|
58631
|
-
cloudId: Scalars['ID']['input'];
|
|
58632
|
-
};
|
|
58633
58431
|
export declare type QueryConfluenceLegacy_CollabTokenArgs = {
|
|
58634
58432
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
58635
58433
|
id: Scalars['ID']['input'];
|
|
@@ -59183,9 +58981,6 @@ export declare type QueryConfluenceLegacy_SitePermissionsArgs = {
|
|
|
59183
58981
|
operations?: InputMaybe<Array<InputMaybe<ConfluenceLegacySitePermissionOperationType>>>;
|
|
59184
58982
|
permissionTypes?: InputMaybe<Array<InputMaybe<ConfluenceLegacySitePermissionType>>>;
|
|
59185
58983
|
};
|
|
59186
|
-
export declare type QueryConfluenceLegacy_SmartsCloudIdArgs = {
|
|
59187
|
-
cloudId: Scalars['ID']['input'];
|
|
59188
|
-
};
|
|
59189
58984
|
export declare type QueryConfluenceLegacy_SnippetsArgs = {
|
|
59190
58985
|
accountId: Scalars['String']['input'];
|
|
59191
58986
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -59313,9 +59108,6 @@ export declare type QueryConfluenceLegacy_TemplatesArgs = {
|
|
|
59313
59108
|
export declare type QueryConfluenceLegacy_TenantArgs = {
|
|
59314
59109
|
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59315
59110
|
};
|
|
59316
|
-
export declare type QueryConfluenceLegacy_TenantCloudIdArgs = {
|
|
59317
|
-
cloudId: Scalars['ID']['input'];
|
|
59318
|
-
};
|
|
59319
59111
|
export declare type QueryConfluenceLegacy_TimeseriesCountArgs = {
|
|
59320
59112
|
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
59321
59113
|
eventName: Array<ConfluenceLegacyAnalyticsEventName>;
|
|
@@ -59787,6 +59579,13 @@ export declare type QueryPolarisViewArgs = {
|
|
|
59787
59579
|
export declare type QueryPolarisViewArrangementInfoArgs = {
|
|
59788
59580
|
id: Scalars['ID']['input'];
|
|
59789
59581
|
};
|
|
59582
|
+
export declare type QueryPricingArgs = {
|
|
59583
|
+
id: Scalars['String']['input'];
|
|
59584
|
+
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59585
|
+
};
|
|
59586
|
+
export declare type QueryPricingsArgs = {
|
|
59587
|
+
search: ContentPlatformSearchApIv2Query;
|
|
59588
|
+
};
|
|
59790
59589
|
export declare type QueryProductListingArgs = {
|
|
59791
59590
|
id: Scalars['ID']['input'];
|
|
59792
59591
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -64744,6 +64543,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
64744
64543
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
64745
64544
|
url?: Maybe<Scalars['String']['output']>;
|
|
64746
64545
|
uuid: Scalars['String']['output'];
|
|
64546
|
+
watchers?: Maybe<TownsquareUserConnection>;
|
|
64747
64547
|
};
|
|
64748
64548
|
export declare type TownsquareGoalSubGoalsArgs = {
|
|
64749
64549
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -65027,6 +64827,10 @@ export declare type TownsquareTeam = Node & {
|
|
|
65027
64827
|
id: Scalars['ID']['output'];
|
|
65028
64828
|
name?: Maybe<Scalars['String']['output']>;
|
|
65029
64829
|
};
|
|
64830
|
+
export declare type TownsquareUserConnection = {
|
|
64831
|
+
__typename?: 'TownsquareUserConnection';
|
|
64832
|
+
count: Scalars['Int']['output'];
|
|
64833
|
+
};
|
|
65030
64834
|
export declare type TownsquareWorkspace = Node & {
|
|
65031
64835
|
__typename?: 'TownsquareWorkspace';
|
|
65032
64836
|
cloudId: Scalars['String']['output'];
|
|
@@ -66379,6 +66183,7 @@ export declare type UnifiedGamificationBadgesArgs = {
|
|
|
66379
66183
|
};
|
|
66380
66184
|
export declare type UnifiedGamificationBadge = UnifiedIBadge & UnifiedINode & {
|
|
66381
66185
|
__typename?: 'UnifiedGamificationBadge';
|
|
66186
|
+
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
66382
66187
|
description?: Maybe<Scalars['String']['output']>;
|
|
66383
66188
|
id: Scalars['ID']['output'];
|
|
66384
66189
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -66446,6 +66251,7 @@ export declare type UnifiedLearning = UnifiedINode & {
|
|
|
66446
66251
|
certifications?: Maybe<UnifiedULearningCertificationResult>;
|
|
66447
66252
|
id: Scalars['ID']['output'];
|
|
66448
66253
|
recentCourses?: Maybe<UnifiedURecentCourseResult>;
|
|
66254
|
+
recentCoursesBadges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
66449
66255
|
};
|
|
66450
66256
|
export declare type UnifiedLearningCertificationsArgs = {
|
|
66451
66257
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -66455,6 +66261,10 @@ export declare type UnifiedLearningRecentCoursesArgs = {
|
|
|
66455
66261
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
66456
66262
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66457
66263
|
};
|
|
66264
|
+
export declare type UnifiedLearningRecentCoursesBadgesArgs = {
|
|
66265
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
66266
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66267
|
+
};
|
|
66458
66268
|
export declare type UnifiedLearningCertification = UnifiedINode & {
|
|
66459
66269
|
__typename?: 'UnifiedLearningCertification';
|
|
66460
66270
|
activeDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -66580,6 +66390,7 @@ export declare type UnifiedProfileBadgesArgs = {
|
|
|
66580
66390
|
};
|
|
66581
66391
|
export declare type UnifiedProfileBadge = UnifiedIBadge & UnifiedINode & {
|
|
66582
66392
|
__typename?: 'UnifiedProfileBadge';
|
|
66393
|
+
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
66583
66394
|
description?: Maybe<Scalars['String']['output']>;
|
|
66584
66395
|
id: Scalars['ID']['output'];
|
|
66585
66396
|
imageUrl?: Maybe<Scalars['String']['output']>;
|