@forge/cli-shared 2.1.6-next.8 → 2.2.0-next.18
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 +82 -0
- package/out/apps/template.d.ts +11 -5
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +25 -18
- package/out/graphql/graphql-types.d.ts +1068 -62
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +142 -2
- package/out/graphql/mutation-aware-graphql-client.d.ts +1 -1
- package/package.json +2 -2
|
@@ -236,7 +236,9 @@ export declare enum ApiGroup {
|
|
|
236
236
|
Caas = "CAAS",
|
|
237
237
|
XenLogsApi = "XEN_LOGS_API",
|
|
238
238
|
DevopsService = "DEVOPS_SERVICE",
|
|
239
|
-
DevopsContainerRelationship = "DEVOPS_CONTAINER_RELATIONSHIP"
|
|
239
|
+
DevopsContainerRelationship = "DEVOPS_CONTAINER_RELATIONSHIP",
|
|
240
|
+
Teams = "TEAMS",
|
|
241
|
+
ContentPlatformApi = "CONTENT_PLATFORM_API"
|
|
240
242
|
}
|
|
241
243
|
export declare type App = {
|
|
242
244
|
__typename?: 'App';
|
|
@@ -913,6 +915,16 @@ export declare type BacklogExtension = {
|
|
|
913
915
|
__typename?: 'BacklogExtension';
|
|
914
916
|
operations?: Maybe<Array<Maybe<SoftwareOperation>>>;
|
|
915
917
|
};
|
|
918
|
+
export declare type BasicBoardFeatureView = Node & {
|
|
919
|
+
__typename?: 'BasicBoardFeatureView';
|
|
920
|
+
id: Scalars['ID'];
|
|
921
|
+
title?: Maybe<Scalars['String']>;
|
|
922
|
+
description?: Maybe<Scalars['String']>;
|
|
923
|
+
status?: Maybe<Scalars['String']>;
|
|
924
|
+
canEnable?: Maybe<Scalars['Boolean']>;
|
|
925
|
+
learnMoreLink?: Maybe<Scalars['String']>;
|
|
926
|
+
imageUri?: Maybe<Scalars['String']>;
|
|
927
|
+
};
|
|
916
928
|
export declare enum BitbucketPermission {
|
|
917
929
|
Admin = "ADMIN"
|
|
918
930
|
}
|
|
@@ -1013,7 +1025,6 @@ export declare type BoardFeatureConnection = {
|
|
|
1013
1025
|
};
|
|
1014
1026
|
export declare type BoardFeatureEdge = {
|
|
1015
1027
|
__typename?: 'BoardFeatureEdge';
|
|
1016
|
-
order?: Maybe<Scalars['Int']>;
|
|
1017
1028
|
cursor?: Maybe<Scalars['String']>;
|
|
1018
1029
|
node?: Maybe<BoardFeatureView>;
|
|
1019
1030
|
};
|
|
@@ -1023,6 +1034,11 @@ export declare type BoardFeatureGroup = Node & {
|
|
|
1023
1034
|
name?: Maybe<Scalars['String']>;
|
|
1024
1035
|
features?: Maybe<BoardFeatureConnection>;
|
|
1025
1036
|
};
|
|
1037
|
+
export declare type BoardFeatureGroupFeaturesArgs = {
|
|
1038
|
+
ids?: Maybe<Array<Scalars['String']>>;
|
|
1039
|
+
first?: Maybe<Scalars['Int']>;
|
|
1040
|
+
after?: Maybe<Scalars['String']>;
|
|
1041
|
+
};
|
|
1026
1042
|
export declare type BoardFeatureGroupConnection = {
|
|
1027
1043
|
__typename?: 'BoardFeatureGroupConnection';
|
|
1028
1044
|
pageInfo?: Maybe<PageInfo>;
|
|
@@ -1030,7 +1046,6 @@ export declare type BoardFeatureGroupConnection = {
|
|
|
1030
1046
|
};
|
|
1031
1047
|
export declare type BoardFeatureGroupEdge = {
|
|
1032
1048
|
__typename?: 'BoardFeatureGroupEdge';
|
|
1033
|
-
order?: Maybe<Scalars['Int']>;
|
|
1034
1049
|
cursor?: Maybe<Scalars['String']>;
|
|
1035
1050
|
node?: Maybe<BoardFeatureGroup>;
|
|
1036
1051
|
};
|
|
@@ -1043,14 +1058,7 @@ export declare enum BoardFeatureToggleStatus {
|
|
|
1043
1058
|
Enabled = "ENABLED",
|
|
1044
1059
|
Disabled = "DISABLED"
|
|
1045
1060
|
}
|
|
1046
|
-
export declare type BoardFeatureView =
|
|
1047
|
-
__typename?: 'BoardFeatureView';
|
|
1048
|
-
id: Scalars['ID'];
|
|
1049
|
-
title?: Maybe<Scalars['String']>;
|
|
1050
|
-
description?: Maybe<Scalars['String']>;
|
|
1051
|
-
isEnabled?: Maybe<Scalars['Boolean']>;
|
|
1052
|
-
canEnable?: Maybe<Scalars['Boolean']>;
|
|
1053
|
-
};
|
|
1061
|
+
export declare type BoardFeatureView = BasicBoardFeatureView | EstimationBoardFeatureView;
|
|
1054
1062
|
export declare type BoardScope = {
|
|
1055
1063
|
__typename?: 'BoardScope';
|
|
1056
1064
|
board?: Maybe<SoftwareBoard>;
|
|
@@ -1263,6 +1271,12 @@ export declare type CardType = {
|
|
|
1263
1271
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
1264
1272
|
hierarchyLevelType?: Maybe<Scalars['CardTypeHierarchyLevelType']>;
|
|
1265
1273
|
};
|
|
1274
|
+
export declare type CheckConsentPermissionByOAuthClientIdInput = {
|
|
1275
|
+
cloudId: Scalars['ID'];
|
|
1276
|
+
userId: Scalars['ID'];
|
|
1277
|
+
oauthClientId: Scalars['ID'];
|
|
1278
|
+
scopes: Array<Scalars['String']>;
|
|
1279
|
+
};
|
|
1266
1280
|
export declare type ChildCardsMetadata = {
|
|
1267
1281
|
__typename?: 'ChildCardsMetadata';
|
|
1268
1282
|
complete?: Maybe<Scalars['Int']>;
|
|
@@ -1956,6 +1970,7 @@ export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCri
|
|
|
1956
1970
|
metricDefinitionId: Scalars['ID'];
|
|
1957
1971
|
comparator: CompassCriteriaNumberComparatorOptions;
|
|
1958
1972
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
1973
|
+
metricDefinition?: Maybe<CompassMetricDefinition>;
|
|
1959
1974
|
};
|
|
1960
1975
|
export declare type CompassHasMetricValueScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
1961
1976
|
query?: Maybe<CompassScorecardCriteriaScoreQuery>;
|
|
@@ -2205,7 +2220,6 @@ export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
|
2205
2220
|
};
|
|
2206
2221
|
export declare type CompassScorecardCriteriaScore = {
|
|
2207
2222
|
__typename?: 'CompassScorecardCriteriaScore';
|
|
2208
|
-
scorecardCriteria: CompassScorecardCriteria;
|
|
2209
2223
|
score: Scalars['Int'];
|
|
2210
2224
|
maxScore: Scalars['Int'];
|
|
2211
2225
|
};
|
|
@@ -2227,7 +2241,6 @@ export declare type CompassScorecardScore = {
|
|
|
2227
2241
|
__typename?: 'CompassScorecardScore';
|
|
2228
2242
|
totalScore: Scalars['Int'];
|
|
2229
2243
|
maxTotalScore: Scalars['Int'];
|
|
2230
|
-
scorecard: CompassScorecard;
|
|
2231
2244
|
criteriaScores?: Maybe<Array<CompassScorecardCriteriaScore>>;
|
|
2232
2245
|
};
|
|
2233
2246
|
export declare type CompassScorecardScoreQuery = {
|
|
@@ -2440,6 +2453,7 @@ export declare type ConfigurePolarisRefreshPayload = Payload & {
|
|
|
2440
2453
|
};
|
|
2441
2454
|
export declare type ConfluenceAbstractPage = {
|
|
2442
2455
|
id?: Maybe<Scalars['ID']>;
|
|
2456
|
+
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
2443
2457
|
space?: Maybe<ConfluenceSpace>;
|
|
2444
2458
|
status?: Maybe<ConfluenceContentStatus>;
|
|
2445
2459
|
title?: Maybe<Scalars['String']>;
|
|
@@ -2450,6 +2464,7 @@ export declare type ConfluenceBlogPost = ConfluenceAbstractPage & {
|
|
|
2450
2464
|
blogPostId: Scalars['ID'];
|
|
2451
2465
|
id?: Maybe<Scalars['ID']>;
|
|
2452
2466
|
links?: Maybe<ConfluenceBlogPostLinks>;
|
|
2467
|
+
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
2453
2468
|
space?: Maybe<ConfluenceSpace>;
|
|
2454
2469
|
status?: Maybe<ConfluenceContentStatus>;
|
|
2455
2470
|
title?: Maybe<Scalars['String']>;
|
|
@@ -2484,8 +2499,12 @@ export declare type ConfluenceContentBody = {
|
|
|
2484
2499
|
styledView?: Maybe<Scalars['String']>;
|
|
2485
2500
|
view?: Maybe<Scalars['String']>;
|
|
2486
2501
|
};
|
|
2502
|
+
export declare type ConfluenceContentMetadata = {
|
|
2503
|
+
__typename?: 'ConfluenceContentMetadata';
|
|
2504
|
+
titleEmojiDraft?: Maybe<ConfluenceContentTitleEmoji>;
|
|
2505
|
+
titleEmojiPublished?: Maybe<ConfluenceContentTitleEmoji>;
|
|
2506
|
+
};
|
|
2487
2507
|
export declare enum ConfluenceContentStatus {
|
|
2488
|
-
Any = "ANY",
|
|
2489
2508
|
Archived = "ARCHIVED",
|
|
2490
2509
|
Current = "CURRENT",
|
|
2491
2510
|
Deleted = "DELETED",
|
|
@@ -2493,6 +2512,12 @@ export declare enum ConfluenceContentStatus {
|
|
|
2493
2512
|
Historical = "HISTORICAL",
|
|
2494
2513
|
Trashed = "TRASHED"
|
|
2495
2514
|
}
|
|
2515
|
+
export declare type ConfluenceContentTitleEmoji = {
|
|
2516
|
+
__typename?: 'ConfluenceContentTitleEmoji';
|
|
2517
|
+
id?: Maybe<Scalars['String']>;
|
|
2518
|
+
key?: Maybe<Scalars['String']>;
|
|
2519
|
+
value?: Maybe<Scalars['String']>;
|
|
2520
|
+
};
|
|
2496
2521
|
export declare enum ConfluenceContentType {
|
|
2497
2522
|
Attachment = "ATTACHMENT",
|
|
2498
2523
|
BlogPost = "BLOG_POST",
|
|
@@ -2530,21 +2555,59 @@ export declare enum ConfluenceInlineTaskStatus {
|
|
|
2530
2555
|
Complete = "COMPLETE",
|
|
2531
2556
|
Incomplete = "INCOMPLETE"
|
|
2532
2557
|
}
|
|
2558
|
+
export declare type ConfluenceLabel = {
|
|
2559
|
+
__typename?: 'ConfluenceLabel';
|
|
2560
|
+
id?: Maybe<Scalars['ID']>;
|
|
2561
|
+
label?: Maybe<Scalars['String']>;
|
|
2562
|
+
prefix?: Maybe<Scalars['String']>;
|
|
2563
|
+
};
|
|
2533
2564
|
export declare type ConfluenceMutationApi = {
|
|
2534
2565
|
__typename?: 'ConfluenceMutationApi';
|
|
2535
|
-
|
|
2536
|
-
|
|
2566
|
+
confluenceCreateSpace?: Maybe<ConfluenceCreateSpacePayload>;
|
|
2567
|
+
confluenceUpdateSpace?: Maybe<ConfluenceUpdateSpacePayload>;
|
|
2537
2568
|
};
|
|
2538
|
-
export declare type
|
|
2569
|
+
export declare type ConfluenceMutationApiConfluenceCreateSpaceArgs = {
|
|
2539
2570
|
input: ConfluenceCreateSpaceInput;
|
|
2540
2571
|
};
|
|
2541
|
-
export declare type
|
|
2572
|
+
export declare type ConfluenceMutationApiConfluenceUpdateSpaceArgs = {
|
|
2542
2573
|
input: ConfluenceUpdateSpaceInput;
|
|
2543
2574
|
};
|
|
2575
|
+
export declare type ConfluenceOperationCheck = {
|
|
2576
|
+
__typename?: 'ConfluenceOperationCheck';
|
|
2577
|
+
operation?: Maybe<ConfluenceOperationName>;
|
|
2578
|
+
target?: Maybe<ConfluenceOperationTarget>;
|
|
2579
|
+
};
|
|
2580
|
+
export declare enum ConfluenceOperationName {
|
|
2581
|
+
Administer = "ADMINISTER",
|
|
2582
|
+
Archive = "ARCHIVE",
|
|
2583
|
+
Copy = "COPY",
|
|
2584
|
+
Create = "CREATE",
|
|
2585
|
+
CreateSpace = "CREATE_SPACE",
|
|
2586
|
+
Delete = "DELETE",
|
|
2587
|
+
Export = "EXPORT",
|
|
2588
|
+
Move = "MOVE",
|
|
2589
|
+
Purge = "PURGE",
|
|
2590
|
+
PurgeVersion = "PURGE_VERSION",
|
|
2591
|
+
Read = "READ",
|
|
2592
|
+
Restore = "RESTORE",
|
|
2593
|
+
RestrictContent = "RESTRICT_CONTENT",
|
|
2594
|
+
Update = "UPDATE",
|
|
2595
|
+
Use = "USE"
|
|
2596
|
+
}
|
|
2597
|
+
export declare enum ConfluenceOperationTarget {
|
|
2598
|
+
Application = "APPLICATION",
|
|
2599
|
+
Attachment = "ATTACHMENT",
|
|
2600
|
+
BlogPost = "BLOG_POST",
|
|
2601
|
+
Comment = "COMMENT",
|
|
2602
|
+
Page = "PAGE",
|
|
2603
|
+
Space = "SPACE",
|
|
2604
|
+
UserProfile = "USER_PROFILE"
|
|
2605
|
+
}
|
|
2544
2606
|
export declare type ConfluencePage = ConfluenceAbstractPage & {
|
|
2545
2607
|
__typename?: 'ConfluencePage';
|
|
2546
2608
|
id?: Maybe<Scalars['ID']>;
|
|
2547
2609
|
links?: Maybe<ConfluencePageLinks>;
|
|
2610
|
+
metadata?: Maybe<ConfluenceContentMetadata>;
|
|
2548
2611
|
pageId: Scalars['ID'];
|
|
2549
2612
|
space?: Maybe<ConfluenceSpace>;
|
|
2550
2613
|
status?: Maybe<ConfluenceContentStatus>;
|
|
@@ -2599,15 +2662,30 @@ export declare type ConfluenceQueryApiConfluenceSpacesArgs = {
|
|
|
2599
2662
|
};
|
|
2600
2663
|
export declare type ConfluenceSpace = {
|
|
2601
2664
|
__typename?: 'ConfluenceSpace';
|
|
2665
|
+
description?: Maybe<ConfluenceSpaceDescription>;
|
|
2666
|
+
history?: Maybe<ConfluenceSpaceHistory>;
|
|
2667
|
+
homepage?: Maybe<ConfluenceAbstractPage>;
|
|
2602
2668
|
icon?: Maybe<ConfluenceSpaceIcon>;
|
|
2603
2669
|
id?: Maybe<Scalars['ID']>;
|
|
2604
2670
|
key?: Maybe<Scalars['String']>;
|
|
2605
2671
|
links?: Maybe<ConfluenceSpaceLinks>;
|
|
2672
|
+
metadata?: Maybe<ConfluenceSpaceMetadata>;
|
|
2606
2673
|
name?: Maybe<Scalars['String']>;
|
|
2674
|
+
operations?: Maybe<Array<Maybe<ConfluenceOperationCheck>>>;
|
|
2607
2675
|
spaceId?: Maybe<Scalars['ID']>;
|
|
2608
2676
|
status?: Maybe<ConfluenceSpaceStatus>;
|
|
2609
2677
|
type?: Maybe<ConfluenceSpaceType>;
|
|
2610
2678
|
};
|
|
2679
|
+
export declare type ConfluenceSpaceDescription = {
|
|
2680
|
+
__typename?: 'ConfluenceSpaceDescription';
|
|
2681
|
+
plain?: Maybe<Scalars['String']>;
|
|
2682
|
+
view?: Maybe<Scalars['String']>;
|
|
2683
|
+
};
|
|
2684
|
+
export declare type ConfluenceSpaceHistory = {
|
|
2685
|
+
__typename?: 'ConfluenceSpaceHistory';
|
|
2686
|
+
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
2687
|
+
createdDate?: Maybe<Scalars['String']>;
|
|
2688
|
+
};
|
|
2611
2689
|
export declare type ConfluenceSpaceIcon = {
|
|
2612
2690
|
__typename?: 'ConfluenceSpaceIcon';
|
|
2613
2691
|
height?: Maybe<Scalars['Int']>;
|
|
@@ -2620,6 +2698,15 @@ export declare type ConfluenceSpaceLinks = {
|
|
|
2620
2698
|
base?: Maybe<Scalars['String']>;
|
|
2621
2699
|
webUi?: Maybe<Scalars['String']>;
|
|
2622
2700
|
};
|
|
2701
|
+
export declare type ConfluenceSpaceMetadata = {
|
|
2702
|
+
__typename?: 'ConfluenceSpaceMetadata';
|
|
2703
|
+
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
2704
|
+
recentCommenters?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
2705
|
+
recentWatchers?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
2706
|
+
totalCommenters?: Maybe<Scalars['Int']>;
|
|
2707
|
+
totalCurrentPages?: Maybe<Scalars['Int']>;
|
|
2708
|
+
totalWatchers?: Maybe<Scalars['Int']>;
|
|
2709
|
+
};
|
|
2623
2710
|
export declare enum ConfluenceSpaceStatus {
|
|
2624
2711
|
Archived = "ARCHIVED",
|
|
2625
2712
|
Current = "CURRENT"
|
|
@@ -2657,6 +2744,290 @@ export declare type ContainerEventObject = {
|
|
|
2657
2744
|
type: Scalars['String'];
|
|
2658
2745
|
attributes: Scalars['JSON'];
|
|
2659
2746
|
};
|
|
2747
|
+
export declare type ContentPlatformAnyContext = ContentPlatformContextProduct | ContentPlatformContextApp | ContentPlatformContextTheme;
|
|
2748
|
+
export declare type ContentPlatformAnyContextEntry = ContentPlatformContextProductEntry | ContentPlatformContextAppEntry | ContentPlatformContextThemeEntry;
|
|
2749
|
+
export declare type ContentPlatformChunkBenefits = {
|
|
2750
|
+
__typename?: 'ContentPlatformChunkBenefits';
|
|
2751
|
+
title: Scalars['String'];
|
|
2752
|
+
body: Scalars['String'];
|
|
2753
|
+
};
|
|
2754
|
+
export declare type ContentPlatformChunkBestPractices = {
|
|
2755
|
+
__typename?: 'ContentPlatformChunkBestPractices';
|
|
2756
|
+
title: Scalars['String'];
|
|
2757
|
+
body: Scalars['String'];
|
|
2758
|
+
};
|
|
2759
|
+
export declare type ContentPlatformChunkDeepDive = {
|
|
2760
|
+
__typename?: 'ContentPlatformChunkDeepDive';
|
|
2761
|
+
title: Scalars['String'];
|
|
2762
|
+
body: Scalars['String'];
|
|
2763
|
+
};
|
|
2764
|
+
export declare type ContentPlatformChunkHowTo = {
|
|
2765
|
+
__typename?: 'ContentPlatformChunkHowTo';
|
|
2766
|
+
title: Scalars['String'];
|
|
2767
|
+
body: Scalars['String'];
|
|
2768
|
+
};
|
|
2769
|
+
export declare type ContentPlatformChunkInContext = {
|
|
2770
|
+
__typename?: 'ContentPlatformChunkInContext';
|
|
2771
|
+
title: Scalars['String'];
|
|
2772
|
+
body: Scalars['String'];
|
|
2773
|
+
};
|
|
2774
|
+
export declare type ContentPlatformChunkWhatIs = {
|
|
2775
|
+
__typename?: 'ContentPlatformChunkWhatIs';
|
|
2776
|
+
title: Scalars['String'];
|
|
2777
|
+
body: Scalars['String'];
|
|
2778
|
+
};
|
|
2779
|
+
export declare type ContentPlatformContextApp = {
|
|
2780
|
+
__typename?: 'ContentPlatformContextApp';
|
|
2781
|
+
contextId: Scalars['String'];
|
|
2782
|
+
title: Scalars['String'];
|
|
2783
|
+
preventProdPublishing?: Maybe<Scalars['Boolean']>;
|
|
2784
|
+
appName: Scalars['String'];
|
|
2785
|
+
parentProductContext: Array<ContentPlatformContextProduct>;
|
|
2786
|
+
icon?: Maybe<ContentPlatformImageAsset>;
|
|
2787
|
+
url?: Maybe<Scalars['String']>;
|
|
2788
|
+
};
|
|
2789
|
+
export declare type ContentPlatformContextAppEntry = {
|
|
2790
|
+
__typename?: 'ContentPlatformContextAppEntry';
|
|
2791
|
+
contextId: Scalars['String'];
|
|
2792
|
+
title: Scalars['String'];
|
|
2793
|
+
preventProdPublishing?: Maybe<Scalars['Boolean']>;
|
|
2794
|
+
appName: Scalars['String'];
|
|
2795
|
+
parentProductContext: Array<ContentPlatformContextProductEntry>;
|
|
2796
|
+
icon?: Maybe<ContentPlatformImageAssetEntry>;
|
|
2797
|
+
url: Scalars['String'];
|
|
2798
|
+
};
|
|
2799
|
+
export declare type ContentPlatformContextProduct = {
|
|
2800
|
+
__typename?: 'ContentPlatformContextProduct';
|
|
2801
|
+
contextId: Scalars['String'];
|
|
2802
|
+
title: Scalars['String'];
|
|
2803
|
+
preventProdPublishing?: Maybe<Scalars['Boolean']>;
|
|
2804
|
+
productName: Scalars['String'];
|
|
2805
|
+
deployment: Scalars['String'];
|
|
2806
|
+
version?: Maybe<Scalars['String']>;
|
|
2807
|
+
icon?: Maybe<ContentPlatformImageAsset>;
|
|
2808
|
+
productBlurb?: Maybe<Scalars['String']>;
|
|
2809
|
+
url?: Maybe<Scalars['String']>;
|
|
2810
|
+
supportTitle?: Maybe<Scalars['String']>;
|
|
2811
|
+
customSupportFormAuthenticated?: Maybe<Scalars['String']>;
|
|
2812
|
+
customSupportFormUnauthenticated?: Maybe<Scalars['String']>;
|
|
2813
|
+
};
|
|
2814
|
+
export declare type ContentPlatformContextProductEntry = {
|
|
2815
|
+
__typename?: 'ContentPlatformContextProductEntry';
|
|
2816
|
+
contextId: Scalars['String'];
|
|
2817
|
+
title: Scalars['String'];
|
|
2818
|
+
preventProdPublishing?: Maybe<Scalars['Boolean']>;
|
|
2819
|
+
productName: Scalars['String'];
|
|
2820
|
+
deployment: Scalars['String'];
|
|
2821
|
+
version?: Maybe<Scalars['String']>;
|
|
2822
|
+
icon?: Maybe<ContentPlatformImageAssetEntry>;
|
|
2823
|
+
productBlurb?: Maybe<Scalars['String']>;
|
|
2824
|
+
url?: Maybe<Scalars['String']>;
|
|
2825
|
+
supportTitle?: Maybe<Scalars['String']>;
|
|
2826
|
+
customSupportFormAuthenticated?: Maybe<Scalars['String']>;
|
|
2827
|
+
customSupportFormUnauthenticated?: Maybe<Scalars['String']>;
|
|
2828
|
+
};
|
|
2829
|
+
export declare type ContentPlatformContextTheme = {
|
|
2830
|
+
__typename?: 'ContentPlatformContextTheme';
|
|
2831
|
+
contextId: Scalars['String'];
|
|
2832
|
+
title: Scalars['String'];
|
|
2833
|
+
preventProdPublishing: Scalars['Boolean'];
|
|
2834
|
+
hubName: Scalars['String'];
|
|
2835
|
+
icon?: Maybe<ContentPlatformImageAsset>;
|
|
2836
|
+
url?: Maybe<Scalars['String']>;
|
|
2837
|
+
};
|
|
2838
|
+
export declare type ContentPlatformContextThemeEntry = {
|
|
2839
|
+
__typename?: 'ContentPlatformContextThemeEntry';
|
|
2840
|
+
contextId: Scalars['String'];
|
|
2841
|
+
title: Scalars['String'];
|
|
2842
|
+
preventProdPublishing: Scalars['Boolean'];
|
|
2843
|
+
hubName: Scalars['String'];
|
|
2844
|
+
icon?: Maybe<ContentPlatformImageAssetEntry>;
|
|
2845
|
+
url: Scalars['String'];
|
|
2846
|
+
};
|
|
2847
|
+
export declare type ContentPlatformImageAsset = {
|
|
2848
|
+
__typename?: 'ContentPlatformImageAsset';
|
|
2849
|
+
title: Scalars['String'];
|
|
2850
|
+
description?: Maybe<Scalars['String']>;
|
|
2851
|
+
url: Scalars['String'];
|
|
2852
|
+
details: Scalars['JSON'];
|
|
2853
|
+
fileName: Scalars['String'];
|
|
2854
|
+
contentType: Scalars['String'];
|
|
2855
|
+
};
|
|
2856
|
+
export declare type ContentPlatformImageAssetEntry = {
|
|
2857
|
+
__typename?: 'ContentPlatformImageAssetEntry';
|
|
2858
|
+
title: Scalars['String'];
|
|
2859
|
+
description?: Maybe<Scalars['String']>;
|
|
2860
|
+
url: Scalars['String'];
|
|
2861
|
+
details: Scalars['JSON'];
|
|
2862
|
+
fileName: Scalars['String'];
|
|
2863
|
+
contentType: Scalars['String'];
|
|
2864
|
+
};
|
|
2865
|
+
export declare type ContentPlatformImageComponent = {
|
|
2866
|
+
__typename?: 'ContentPlatformImageComponent';
|
|
2867
|
+
name: Scalars['String'];
|
|
2868
|
+
altTag: Scalars['String'];
|
|
2869
|
+
image: ContentPlatformImageAsset;
|
|
2870
|
+
contextReference: Array<ContentPlatformAnyContext>;
|
|
2871
|
+
};
|
|
2872
|
+
export declare type ContentPlatformImageComponentEntry = {
|
|
2873
|
+
__typename?: 'ContentPlatformImageComponentEntry';
|
|
2874
|
+
name: Scalars['String'];
|
|
2875
|
+
altTag: Scalars['String'];
|
|
2876
|
+
image: ContentPlatformImageAssetEntry;
|
|
2877
|
+
contextReference: Array<ContentPlatformAnyContextEntry>;
|
|
2878
|
+
};
|
|
2879
|
+
export declare type ContentPlatformIntroToPractice = {
|
|
2880
|
+
__typename?: 'ContentPlatformIntroToPractice';
|
|
2881
|
+
title: Scalars['String'];
|
|
2882
|
+
body: Scalars['String'];
|
|
2883
|
+
};
|
|
2884
|
+
export declare type ContentPlatformPracticePage = {
|
|
2885
|
+
__typename?: 'ContentPlatformPracticePage';
|
|
2886
|
+
name: Scalars['String'];
|
|
2887
|
+
tagline: Scalars['String'];
|
|
2888
|
+
introTo: ContentPlatformIntroToPractice;
|
|
2889
|
+
whatIs: ContentPlatformChunkWhatIs;
|
|
2890
|
+
benefits?: Maybe<ContentPlatformChunkBenefits>;
|
|
2891
|
+
deepDive?: Maybe<ContentPlatformChunkDeepDive>;
|
|
2892
|
+
bestPractices?: Maybe<ContentPlatformChunkBestPractices>;
|
|
2893
|
+
inContext?: Maybe<ContentPlatformChunkInContext>;
|
|
2894
|
+
howTo?: Maybe<ContentPlatformChunkHowTo>;
|
|
2895
|
+
practice: ContentPlatformWhatPractice;
|
|
2896
|
+
};
|
|
2897
|
+
export declare type ContentPlatformReleaseNote = {
|
|
2898
|
+
__typename?: 'ContentPlatformReleaseNote';
|
|
2899
|
+
releaseNoteId: Scalars['String'];
|
|
2900
|
+
updatedAt?: Maybe<Scalars['String']>;
|
|
2901
|
+
url?: Maybe<Scalars['String']>;
|
|
2902
|
+
fdIssueLink?: Maybe<Scalars['String']>;
|
|
2903
|
+
fdIssueKey?: Maybe<Scalars['String']>;
|
|
2904
|
+
title?: Maybe<Scalars['String']>;
|
|
2905
|
+
changeTargetSchedule?: Maybe<Scalars['String']>;
|
|
2906
|
+
announcementPlan?: Maybe<ContentPlatformTaxonomyAnnouncementPlan>;
|
|
2907
|
+
changeType?: Maybe<ContentPlatformTypeOfChange>;
|
|
2908
|
+
changeStatus?: Maybe<ContentPlatformStatusOfChange>;
|
|
2909
|
+
relatedContexts?: Maybe<Array<ContentPlatformAnyContext>>;
|
|
2910
|
+
affectedUsers?: Maybe<Array<ContentPlatformTaxonomyUserRole>>;
|
|
2911
|
+
usersNeedingInformed?: Maybe<Array<ContentPlatformTaxonomyUserRole>>;
|
|
2912
|
+
description?: Maybe<Scalars['JSON']>;
|
|
2913
|
+
featuredImage?: Maybe<ContentPlatformImageComponent>;
|
|
2914
|
+
keyChanges?: Maybe<Scalars['JSON']>;
|
|
2915
|
+
reasonForChange?: Maybe<Scalars['JSON']>;
|
|
2916
|
+
prepareForChange?: Maybe<Scalars['JSON']>;
|
|
2917
|
+
supportingVisuals?: Maybe<Array<ContentPlatformImageComponent>>;
|
|
2918
|
+
relatedContentLinks?: Maybe<Array<Scalars['String']>>;
|
|
2919
|
+
featureRolloutDate?: Maybe<Scalars['String']>;
|
|
2920
|
+
changeCategory?: Maybe<ContentPlatformTaxonomyChangeCategory>;
|
|
2921
|
+
releaseNoteFlag?: Maybe<Scalars['String']>;
|
|
2922
|
+
releaseNoteFlagOffValue?: Maybe<Scalars['String']>;
|
|
2923
|
+
publishStatus?: Maybe<Scalars['String']>;
|
|
2924
|
+
benefitsList?: Maybe<Scalars['JSON']>;
|
|
2925
|
+
};
|
|
2926
|
+
export declare type ContentPlatformReleaseNoteEntry = {
|
|
2927
|
+
__typename?: 'ContentPlatformReleaseNoteEntry';
|
|
2928
|
+
releaseNoteId: Scalars['String'];
|
|
2929
|
+
fdIssueLink?: Maybe<Scalars['String']>;
|
|
2930
|
+
fdIssueKey?: Maybe<Scalars['String']>;
|
|
2931
|
+
title?: Maybe<Scalars['String']>;
|
|
2932
|
+
changeTargetSchedule?: Maybe<Scalars['String']>;
|
|
2933
|
+
announcementPlan?: Maybe<ContentPlatformTaxonomyAnnouncementPlanEntry>;
|
|
2934
|
+
changeType?: Maybe<ContentPlatformTypeOfChangeEntry>;
|
|
2935
|
+
changeStatus?: Maybe<ContentPlatformStatusOfChangeEntry>;
|
|
2936
|
+
relatedContexts?: Maybe<Array<ContentPlatformAnyContextEntry>>;
|
|
2937
|
+
affectedUsers?: Maybe<Array<ContentPlatformTaxonomyUserRoleEntry>>;
|
|
2938
|
+
usersNeedingInformed?: Maybe<Array<ContentPlatformTaxonomyUserRoleEntry>>;
|
|
2939
|
+
description?: Maybe<Scalars['JSON']>;
|
|
2940
|
+
featuredImage?: Maybe<ContentPlatformImageComponentEntry>;
|
|
2941
|
+
keyChanges?: Maybe<Scalars['JSON']>;
|
|
2942
|
+
reasonForChange?: Maybe<Scalars['JSON']>;
|
|
2943
|
+
prepareForChange?: Maybe<Scalars['JSON']>;
|
|
2944
|
+
supportingVisuals?: Maybe<Array<ContentPlatformImageComponentEntry>>;
|
|
2945
|
+
relatedContentLinks?: Maybe<Array<Scalars['String']>>;
|
|
2946
|
+
featureRolloutDate?: Maybe<Scalars['String']>;
|
|
2947
|
+
changeCategory?: Maybe<ContentPlatformTaxonomyChangeCategoryEntry>;
|
|
2948
|
+
releaseNoteFlag?: Maybe<Scalars['String']>;
|
|
2949
|
+
releaseNoteFlagOffValue?: Maybe<Scalars['String']>;
|
|
2950
|
+
updatedAt: Scalars['String'];
|
|
2951
|
+
url: Scalars['String'];
|
|
2952
|
+
benefitsList: Scalars['JSON'];
|
|
2953
|
+
};
|
|
2954
|
+
export declare type ContentPlatformReleaseNoteFilterOptions = {
|
|
2955
|
+
fdIssueLinks?: Maybe<Array<Scalars['String']>>;
|
|
2956
|
+
contextId?: Maybe<Scalars['String']>;
|
|
2957
|
+
fdIssueKeys?: Maybe<Array<Scalars['String']>>;
|
|
2958
|
+
changeTypes?: Maybe<Array<Scalars['String']>>;
|
|
2959
|
+
productNames?: Maybe<Array<Scalars['String']>>;
|
|
2960
|
+
changeStatus?: Maybe<Array<Scalars['String']>>;
|
|
2961
|
+
featureRolloutDates?: Maybe<Array<Scalars['String']>>;
|
|
2962
|
+
releaseNoteFlags?: Maybe<Array<Scalars['String']>>;
|
|
2963
|
+
productFeatureFlags?: Maybe<Scalars['JSON']>;
|
|
2964
|
+
releaseNoteFlagOffValues?: Maybe<Array<Scalars['String']>>;
|
|
2965
|
+
publishStatus?: Maybe<Array<Scalars['String']>>;
|
|
2966
|
+
};
|
|
2967
|
+
export declare type ContentPlatformReleaseNotesConnection = {
|
|
2968
|
+
__typename?: 'ContentPlatformReleaseNotesConnection';
|
|
2969
|
+
pageInfo: PageInfo;
|
|
2970
|
+
edges: Array<ContentPlatformReleaseNotesEdge>;
|
|
2971
|
+
};
|
|
2972
|
+
export declare type ContentPlatformReleaseNotesEdge = {
|
|
2973
|
+
__typename?: 'ContentPlatformReleaseNotesEdge';
|
|
2974
|
+
node: ContentPlatformReleaseNote;
|
|
2975
|
+
cursor: Scalars['String'];
|
|
2976
|
+
};
|
|
2977
|
+
export declare type ContentPlatformStatusOfChange = {
|
|
2978
|
+
__typename?: 'ContentPlatformStatusOfChange';
|
|
2979
|
+
label: Scalars['String'];
|
|
2980
|
+
description: Scalars['String'];
|
|
2981
|
+
};
|
|
2982
|
+
export declare type ContentPlatformStatusOfChangeEntry = {
|
|
2983
|
+
__typename?: 'ContentPlatformStatusOfChangeEntry';
|
|
2984
|
+
label: Scalars['String'];
|
|
2985
|
+
description: Scalars['String'];
|
|
2986
|
+
};
|
|
2987
|
+
export declare type ContentPlatformTaxonomyAnnouncementPlan = {
|
|
2988
|
+
__typename?: 'ContentPlatformTaxonomyAnnouncementPlan';
|
|
2989
|
+
title: Scalars['String'];
|
|
2990
|
+
description: Scalars['String'];
|
|
2991
|
+
};
|
|
2992
|
+
export declare type ContentPlatformTaxonomyAnnouncementPlanEntry = {
|
|
2993
|
+
__typename?: 'ContentPlatformTaxonomyAnnouncementPlanEntry';
|
|
2994
|
+
title: Scalars['String'];
|
|
2995
|
+
description: Scalars['String'];
|
|
2996
|
+
};
|
|
2997
|
+
export declare type ContentPlatformTaxonomyChangeCategory = {
|
|
2998
|
+
__typename?: 'ContentPlatformTaxonomyChangeCategory';
|
|
2999
|
+
title: Scalars['String'];
|
|
3000
|
+
description: Scalars['String'];
|
|
3001
|
+
};
|
|
3002
|
+
export declare type ContentPlatformTaxonomyChangeCategoryEntry = {
|
|
3003
|
+
__typename?: 'ContentPlatformTaxonomyChangeCategoryEntry';
|
|
3004
|
+
title: Scalars['String'];
|
|
3005
|
+
description: Scalars['String'];
|
|
3006
|
+
};
|
|
3007
|
+
export declare type ContentPlatformTaxonomyUserRole = {
|
|
3008
|
+
__typename?: 'ContentPlatformTaxonomyUserRole';
|
|
3009
|
+
title: Scalars['String'];
|
|
3010
|
+
description: Scalars['String'];
|
|
3011
|
+
};
|
|
3012
|
+
export declare type ContentPlatformTaxonomyUserRoleEntry = {
|
|
3013
|
+
__typename?: 'ContentPlatformTaxonomyUserRoleEntry';
|
|
3014
|
+
title: Scalars['String'];
|
|
3015
|
+
description: Scalars['String'];
|
|
3016
|
+
};
|
|
3017
|
+
export declare type ContentPlatformTypeOfChange = {
|
|
3018
|
+
__typename?: 'ContentPlatformTypeOfChange';
|
|
3019
|
+
label: Scalars['String'];
|
|
3020
|
+
icon: ContentPlatformImageAsset;
|
|
3021
|
+
};
|
|
3022
|
+
export declare type ContentPlatformTypeOfChangeEntry = {
|
|
3023
|
+
__typename?: 'ContentPlatformTypeOfChangeEntry';
|
|
3024
|
+
label?: Maybe<Scalars['String']>;
|
|
3025
|
+
icon?: Maybe<ContentPlatformImageAssetEntry>;
|
|
3026
|
+
};
|
|
3027
|
+
export declare type ContentPlatformWhatPractice = {
|
|
3028
|
+
__typename?: 'ContentPlatformWhatPractice';
|
|
3029
|
+
title: Scalars['String'];
|
|
3030
|
+
};
|
|
2660
3031
|
export declare type ContextEventObject = {
|
|
2661
3032
|
__typename?: 'ContextEventObject';
|
|
2662
3033
|
id: Scalars['ID'];
|
|
@@ -3181,6 +3552,7 @@ export declare type CustomFiltersValidationError = {
|
|
|
3181
3552
|
__typename?: 'CustomFiltersValidationError';
|
|
3182
3553
|
fieldName: Scalars['String'];
|
|
3183
3554
|
errorMessage: Scalars['String'];
|
|
3555
|
+
errorKey: Scalars['String'];
|
|
3184
3556
|
};
|
|
3185
3557
|
export declare type CustomUiTunnelDefinition = {
|
|
3186
3558
|
__typename?: 'CustomUITunnelDefinition';
|
|
@@ -4030,6 +4402,13 @@ export declare type DevOpsToolConnection = {
|
|
|
4030
4402
|
nodes?: Maybe<Array<Maybe<DevOpsTool>>>;
|
|
4031
4403
|
pageInfo: PageInfo;
|
|
4032
4404
|
};
|
|
4405
|
+
export declare enum DevOpsToolConnectionState {
|
|
4406
|
+
Initial = "INITIAL",
|
|
4407
|
+
Unconnected = "UNCONNECTED",
|
|
4408
|
+
Incomplete = "INCOMPLETE",
|
|
4409
|
+
Connected = "CONNECTED",
|
|
4410
|
+
Seen = "SEEN"
|
|
4411
|
+
}
|
|
4033
4412
|
export declare type DevOpsToolContainer = Node & {
|
|
4034
4413
|
__typename?: 'DevOpsToolContainer';
|
|
4035
4414
|
id: Scalars['ID'];
|
|
@@ -4085,6 +4464,17 @@ export declare type DevOpsToolNamespaceEdge = {
|
|
|
4085
4464
|
cursor: Scalars['String'];
|
|
4086
4465
|
node?: Maybe<DevOpsToolNamespace>;
|
|
4087
4466
|
};
|
|
4467
|
+
export declare type DevOpsToolNavbarConnectionState = {
|
|
4468
|
+
__typename?: 'DevOpsToolNavbarConnectionState';
|
|
4469
|
+
codeTab: DevOpsToolConnectionState;
|
|
4470
|
+
oncallTab: DevOpsToolConnectionState;
|
|
4471
|
+
pagesTab: DevOpsToolConnectionState;
|
|
4472
|
+
};
|
|
4473
|
+
export declare enum DevOpsToolNavbarConnectionStateTab {
|
|
4474
|
+
CodeTab = "codeTab",
|
|
4475
|
+
OncallTab = "oncallTab",
|
|
4476
|
+
PagesTab = "pagesTab"
|
|
4477
|
+
}
|
|
4088
4478
|
export declare type DevOpsToolSupportedContainerType = {
|
|
4089
4479
|
__typename?: 'DevOpsToolSupportedContainerType';
|
|
4090
4480
|
category: DevOpsToolCategory;
|
|
@@ -4098,12 +4488,24 @@ export declare type DevOpsToolUnavailable = DevOpsTool & Node & {
|
|
|
4098
4488
|
supportedContainerTypes?: Maybe<Array<DevOpsToolSupportedContainerType>>;
|
|
4099
4489
|
install: DevOpsToolInstallationInfo;
|
|
4100
4490
|
};
|
|
4491
|
+
export declare type DevOpsToolUpdateNavbarConnectionStateTabSeenInput = {
|
|
4492
|
+
cloudId: Scalars['ID'];
|
|
4493
|
+
projectId: Scalars['ID'];
|
|
4494
|
+
tab?: Maybe<DevOpsToolNavbarConnectionStateTab>;
|
|
4495
|
+
};
|
|
4496
|
+
export declare type DevOpsToolUpdateNavbarConnectionStateTabSeenPayload = Payload & {
|
|
4497
|
+
__typename?: 'DevOpsToolUpdateNavbarConnectionStateTabSeenPayload';
|
|
4498
|
+
success: Scalars['Boolean'];
|
|
4499
|
+
errors?: Maybe<Array<MutationError>>;
|
|
4500
|
+
updatedNavbarConnectionState: DevOpsToolNavbarConnectionState;
|
|
4501
|
+
};
|
|
4101
4502
|
export declare type DevOpsTools = {
|
|
4102
4503
|
__typename?: 'DevOpsTools';
|
|
4103
4504
|
tools?: Maybe<DevOpsToolConnection>;
|
|
4104
4505
|
tool?: Maybe<DevOpsTool>;
|
|
4105
4506
|
namespace?: Maybe<DevOpsToolNamespace>;
|
|
4106
4507
|
container?: Maybe<DevOpsToolContainer>;
|
|
4508
|
+
navbarConnectionState?: Maybe<DevOpsToolNavbarConnectionState>;
|
|
4107
4509
|
};
|
|
4108
4510
|
export declare type DevOpsToolsToolsArgs = {
|
|
4109
4511
|
cloudId: Scalars['ID'];
|
|
@@ -4119,6 +4521,10 @@ export declare type DevOpsToolsNamespaceArgs = {
|
|
|
4119
4521
|
export declare type DevOpsToolsContainerArgs = {
|
|
4120
4522
|
id: Scalars['ID'];
|
|
4121
4523
|
};
|
|
4524
|
+
export declare type DevOpsToolsNavbarConnectionStateArgs = {
|
|
4525
|
+
cloudId: Scalars['ID'];
|
|
4526
|
+
projectId: Scalars['ID'];
|
|
4527
|
+
};
|
|
4122
4528
|
export declare type DevStatus = {
|
|
4123
4529
|
__typename?: 'DevStatus';
|
|
4124
4530
|
activity: DevStatusActivity;
|
|
@@ -4170,7 +4576,7 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
|
|
|
4170
4576
|
export declare type EcosystemQuery = {
|
|
4171
4577
|
__typename?: 'EcosystemQuery';
|
|
4172
4578
|
userGrants?: Maybe<UserGrantConnection>;
|
|
4173
|
-
|
|
4579
|
+
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
4174
4580
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
4175
4581
|
};
|
|
4176
4582
|
export declare type EcosystemQueryUserGrantsArgs = {
|
|
@@ -4179,10 +4585,8 @@ export declare type EcosystemQueryUserGrantsArgs = {
|
|
|
4179
4585
|
before?: Maybe<Scalars['String']>;
|
|
4180
4586
|
after?: Maybe<Scalars['String']>;
|
|
4181
4587
|
};
|
|
4182
|
-
export declare type
|
|
4183
|
-
|
|
4184
|
-
environmentKey: Scalars['String'];
|
|
4185
|
-
appId: Scalars['ID'];
|
|
4588
|
+
export declare type EcosystemQueryCheckConsentPermissionByOAuthClientIdArgs = {
|
|
4589
|
+
input: CheckConsentPermissionByOAuthClientIdInput;
|
|
4186
4590
|
};
|
|
4187
4591
|
export declare type EcosystemQueryForgeMetricsArgs = {
|
|
4188
4592
|
appId: Scalars['ID'];
|
|
@@ -4206,6 +4610,16 @@ export declare type Estimate = {
|
|
|
4206
4610
|
storyPoints?: Maybe<Scalars['Float']>;
|
|
4207
4611
|
originalEstimate?: Maybe<OriginalEstimate>;
|
|
4208
4612
|
};
|
|
4613
|
+
export declare type EstimationBoardFeatureView = Node & {
|
|
4614
|
+
__typename?: 'EstimationBoardFeatureView';
|
|
4615
|
+
id: Scalars['ID'];
|
|
4616
|
+
title?: Maybe<Scalars['String']>;
|
|
4617
|
+
description?: Maybe<Scalars['String']>;
|
|
4618
|
+
isEnabled?: Maybe<Scalars['Boolean']>;
|
|
4619
|
+
canEnable?: Maybe<Scalars['Boolean']>;
|
|
4620
|
+
permissibleEstimationTypes?: Maybe<Array<Maybe<PermissibleEstimationType>>>;
|
|
4621
|
+
selectedEstimationType?: Maybe<PermissibleEstimationType>;
|
|
4622
|
+
};
|
|
4209
4623
|
export declare type EstimationConfig = {
|
|
4210
4624
|
__typename?: 'EstimationConfig';
|
|
4211
4625
|
current: CurrentEstimation;
|
|
@@ -4346,23 +4760,6 @@ export declare type ForgeMetricsLabelGroup = {
|
|
|
4346
4760
|
key: Scalars['String'];
|
|
4347
4761
|
value: Scalars['String'];
|
|
4348
4762
|
};
|
|
4349
|
-
export declare type ForgeMetricsLatencyData = ForgeMetricsData & {
|
|
4350
|
-
__typename?: 'ForgeMetricsLatencyData';
|
|
4351
|
-
name: Scalars['String'];
|
|
4352
|
-
type: ForgeMetricsDataType;
|
|
4353
|
-
series: Array<ForgeMetricsLatencySeries>;
|
|
4354
|
-
};
|
|
4355
|
-
export declare type ForgeMetricsLatencyDataPoint = {
|
|
4356
|
-
__typename?: 'ForgeMetricsLatencyDataPoint';
|
|
4357
|
-
bucket: Scalars['String'];
|
|
4358
|
-
count: Scalars['Int'];
|
|
4359
|
-
};
|
|
4360
|
-
export declare type ForgeMetricsLatencyResult = ForgeMetricsLatencyData | QueryError;
|
|
4361
|
-
export declare type ForgeMetricsLatencySeries = ForgeMetricsSeries & {
|
|
4362
|
-
__typename?: 'ForgeMetricsLatencySeries';
|
|
4363
|
-
groups: Array<ForgeMetricsLabelGroup>;
|
|
4364
|
-
data: Array<ForgeMetricsLatencyDataPoint>;
|
|
4365
|
-
};
|
|
4366
4763
|
export declare type ForgeMetricsQuery = {
|
|
4367
4764
|
__typename?: 'ForgeMetricsQuery';
|
|
4368
4765
|
appId: Scalars['ID'];
|
|
@@ -4370,7 +4767,6 @@ export declare type ForgeMetricsQuery = {
|
|
|
4370
4767
|
successRateValue: ForgeMetricsSuccessRateValueResult;
|
|
4371
4768
|
invocations: ForgeMetricsInvocationsResult;
|
|
4372
4769
|
errors: ForgeMetricsErrorsResult;
|
|
4373
|
-
latency: ForgeMetricsLatencyResult;
|
|
4374
4770
|
};
|
|
4375
4771
|
export declare type ForgeMetricsQuerySuccessRateArgs = {
|
|
4376
4772
|
query: ForgeMetricsQueryInput;
|
|
@@ -4384,9 +4780,6 @@ export declare type ForgeMetricsQueryInvocationsArgs = {
|
|
|
4384
4780
|
export declare type ForgeMetricsQueryErrorsArgs = {
|
|
4385
4781
|
query: ForgeMetricsQueryInput;
|
|
4386
4782
|
};
|
|
4387
|
-
export declare type ForgeMetricsQueryLatencyArgs = {
|
|
4388
|
-
query: ForgeMetricsQueryInput;
|
|
4389
|
-
};
|
|
4390
4783
|
export declare type ForgeMetricsQueryFilters = {
|
|
4391
4784
|
environment?: Maybe<Scalars['ID']>;
|
|
4392
4785
|
interval: ForgeMetricsIntervalInput;
|
|
@@ -5191,6 +5584,7 @@ export declare type JiraColorField = Node & JiraIssueField & JiraIssueFieldConfi
|
|
|
5191
5584
|
};
|
|
5192
5585
|
export declare type JiraComment = {
|
|
5193
5586
|
commentId: Scalars['ID'];
|
|
5587
|
+
webUrl?: Maybe<Scalars['URL']>;
|
|
5194
5588
|
author?: Maybe<User>;
|
|
5195
5589
|
updateAuthor?: Maybe<User>;
|
|
5196
5590
|
richText?: Maybe<JiraRichText>;
|
|
@@ -5479,6 +5873,14 @@ export declare type JiraFieldNonEditableReason = {
|
|
|
5479
5873
|
__typename?: 'JiraFieldNonEditableReason';
|
|
5480
5874
|
message?: Maybe<Scalars['String']>;
|
|
5481
5875
|
};
|
|
5876
|
+
export declare type JiraFilter = Node & {
|
|
5877
|
+
__typename?: 'JiraFilter';
|
|
5878
|
+
id: Scalars['ID'];
|
|
5879
|
+
filterId: Scalars['String'];
|
|
5880
|
+
jql: Scalars['String'];
|
|
5881
|
+
name: Scalars['String'];
|
|
5882
|
+
};
|
|
5883
|
+
export declare type JiraFilterResult = JiraFilter | QueryError;
|
|
5482
5884
|
export declare type JiraFlag = {
|
|
5483
5885
|
__typename?: 'JiraFlag';
|
|
5484
5886
|
isFlagged?: Maybe<Scalars['Boolean']>;
|
|
@@ -5730,11 +6132,13 @@ export declare type JiraIssue = Node & {
|
|
|
5730
6132
|
id: Scalars['ID'];
|
|
5731
6133
|
issueId: Scalars['String'];
|
|
5732
6134
|
key: Scalars['String'];
|
|
6135
|
+
webUrl?: Maybe<Scalars['URL']>;
|
|
5733
6136
|
fields?: Maybe<JiraIssueFieldConnection>;
|
|
5734
6137
|
fieldsById?: Maybe<JiraIssueFieldConnection>;
|
|
5735
6138
|
comments?: Maybe<JiraCommentConnection>;
|
|
5736
6139
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
5737
6140
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
6141
|
+
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
5738
6142
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
5739
6143
|
};
|
|
5740
6144
|
export declare type JiraIssueFieldsArgs = {
|
|
@@ -5768,6 +6172,12 @@ export declare type JiraIssueAttachmentsArgs = {
|
|
|
5768
6172
|
last?: Maybe<Scalars['Int']>;
|
|
5769
6173
|
before?: Maybe<Scalars['String']>;
|
|
5770
6174
|
};
|
|
6175
|
+
export declare type JiraIssueFieldSetsArgs = {
|
|
6176
|
+
first?: Maybe<Scalars['Int']>;
|
|
6177
|
+
after?: Maybe<Scalars['String']>;
|
|
6178
|
+
last?: Maybe<Scalars['Int']>;
|
|
6179
|
+
before?: Maybe<Scalars['String']>;
|
|
6180
|
+
};
|
|
5771
6181
|
export declare type JiraIssueBranchDevSummary = {
|
|
5772
6182
|
__typename?: 'JiraIssueBranchDevSummary';
|
|
5773
6183
|
count?: Maybe<Scalars['Int']>;
|
|
@@ -5882,6 +6292,7 @@ export declare type JiraIssueFieldConnection = {
|
|
|
5882
6292
|
pageInfo: PageInfo;
|
|
5883
6293
|
edges?: Maybe<Array<Maybe<JiraIssueFieldEdge>>>;
|
|
5884
6294
|
};
|
|
6295
|
+
export declare type JiraIssueFieldConnectionResult = JiraIssueFieldConnection | QueryError;
|
|
5885
6296
|
export declare type JiraIssueFieldEdge = {
|
|
5886
6297
|
__typename?: 'JiraIssueFieldEdge';
|
|
5887
6298
|
node?: Maybe<JiraIssueField>;
|
|
@@ -5892,6 +6303,29 @@ export declare type JiraIssueFieldGrantTypeValue = Node & {
|
|
|
5892
6303
|
id: Scalars['ID'];
|
|
5893
6304
|
field: JiraIssueField;
|
|
5894
6305
|
};
|
|
6306
|
+
export declare type JiraIssueFieldSet = {
|
|
6307
|
+
__typename?: 'JiraIssueFieldSet';
|
|
6308
|
+
fieldSetId?: Maybe<Scalars['String']>;
|
|
6309
|
+
type?: Maybe<Scalars['String']>;
|
|
6310
|
+
fields?: Maybe<JiraIssueFieldConnection>;
|
|
6311
|
+
};
|
|
6312
|
+
export declare type JiraIssueFieldSetFieldsArgs = {
|
|
6313
|
+
first?: Maybe<Scalars['Int']>;
|
|
6314
|
+
after?: Maybe<Scalars['String']>;
|
|
6315
|
+
last?: Maybe<Scalars['Int']>;
|
|
6316
|
+
before?: Maybe<Scalars['String']>;
|
|
6317
|
+
};
|
|
6318
|
+
export declare type JiraIssueFieldSetConnection = {
|
|
6319
|
+
__typename?: 'JiraIssueFieldSetConnection';
|
|
6320
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6321
|
+
pageInfo?: Maybe<PageInfo>;
|
|
6322
|
+
edges?: Maybe<Array<Maybe<JiraIssueFieldSetEdge>>>;
|
|
6323
|
+
};
|
|
6324
|
+
export declare type JiraIssueFieldSetEdge = {
|
|
6325
|
+
__typename?: 'JiraIssueFieldSetEdge';
|
|
6326
|
+
node?: Maybe<JiraIssueFieldSet>;
|
|
6327
|
+
cursor: Scalars['String'];
|
|
6328
|
+
};
|
|
5895
6329
|
export declare type JiraIssueItemContainer = {
|
|
5896
6330
|
__typename?: 'JiraIssueItemContainer';
|
|
5897
6331
|
containerType?: Maybe<JiraIssueItemSystemContainerType>;
|
|
@@ -5970,6 +6404,11 @@ export declare type JiraIssueItemSystemContainerTypeWithIdInput = {
|
|
|
5970
6404
|
issueId: Scalars['ID'];
|
|
5971
6405
|
systemContainerTypes: Array<JiraIssueItemSystemContainerType>;
|
|
5972
6406
|
};
|
|
6407
|
+
export declare type JiraIssueItemSystemContainerTypeWithKeyInput = {
|
|
6408
|
+
issueKey: Scalars['String'];
|
|
6409
|
+
cloudId: Scalars['ID'];
|
|
6410
|
+
systemContainerTypes: Array<JiraIssueItemSystemContainerType>;
|
|
6411
|
+
};
|
|
5973
6412
|
export declare type JiraIssueItemTabContainer = {
|
|
5974
6413
|
__typename?: 'JiraIssueItemTabContainer';
|
|
5975
6414
|
tabContainerId: Scalars['String'];
|
|
@@ -6119,12 +6558,142 @@ export declare type JiraIssueReviewDevSummaryContainer = {
|
|
|
6119
6558
|
overall?: Maybe<JiraIssueReviewDevSummary>;
|
|
6120
6559
|
summaryByProvider?: Maybe<Array<JiraIssueDevSummaryByProvider>>;
|
|
6121
6560
|
};
|
|
6561
|
+
export declare type JiraIssueSearchByFilter = JiraIssueSearchResult & {
|
|
6562
|
+
__typename?: 'JiraIssueSearchByFilter';
|
|
6563
|
+
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
6564
|
+
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
6565
|
+
filter?: Maybe<JiraFilterResult>;
|
|
6566
|
+
};
|
|
6567
|
+
export declare type JiraIssueSearchByFilterContentArgs = {
|
|
6568
|
+
namespace?: Maybe<Scalars['String']>;
|
|
6569
|
+
viewId?: Maybe<Scalars['String']>;
|
|
6570
|
+
};
|
|
6571
|
+
export declare type JiraIssueSearchByFilterContentByFieldConfigSetIdsArgs = {
|
|
6572
|
+
fieldConfigSetIds: Array<Scalars['String']>;
|
|
6573
|
+
};
|
|
6574
|
+
export declare type JiraIssueSearchByFilterResult = JiraIssueSearchByFilter | QueryError;
|
|
6575
|
+
export declare type JiraIssueSearchByHydration = JiraIssueSearchResult & {
|
|
6576
|
+
__typename?: 'JiraIssueSearchByHydration';
|
|
6577
|
+
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
6578
|
+
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
6579
|
+
};
|
|
6580
|
+
export declare type JiraIssueSearchByHydrationContentArgs = {
|
|
6581
|
+
namespace?: Maybe<Scalars['String']>;
|
|
6582
|
+
viewId?: Maybe<Scalars['String']>;
|
|
6583
|
+
};
|
|
6584
|
+
export declare type JiraIssueSearchByHydrationContentByFieldConfigSetIdsArgs = {
|
|
6585
|
+
fieldConfigSetIds: Array<Scalars['String']>;
|
|
6586
|
+
};
|
|
6587
|
+
export declare type JiraIssueSearchByJql = JiraIssueSearchResult & {
|
|
6588
|
+
__typename?: 'JiraIssueSearchByJql';
|
|
6589
|
+
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
6590
|
+
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
6591
|
+
jql?: Maybe<Scalars['String']>;
|
|
6592
|
+
};
|
|
6593
|
+
export declare type JiraIssueSearchByJqlContentArgs = {
|
|
6594
|
+
namespace?: Maybe<Scalars['String']>;
|
|
6595
|
+
viewId?: Maybe<Scalars['String']>;
|
|
6596
|
+
};
|
|
6597
|
+
export declare type JiraIssueSearchByJqlContentByFieldConfigSetIdsArgs = {
|
|
6598
|
+
fieldConfigSetIds: Array<Scalars['String']>;
|
|
6599
|
+
};
|
|
6600
|
+
export declare type JiraIssueSearchByJqlResult = JiraIssueSearchByJql | QueryError;
|
|
6601
|
+
export declare type JiraIssueSearchContextlessContent = JiraIssueSearchResultContent & {
|
|
6602
|
+
__typename?: 'JiraIssueSearchContextlessContent';
|
|
6603
|
+
issues?: Maybe<JiraIssueConnection>;
|
|
6604
|
+
};
|
|
6605
|
+
export declare type JiraIssueSearchContextlessContentIssuesArgs = {
|
|
6606
|
+
first?: Maybe<Scalars['Int']>;
|
|
6607
|
+
last?: Maybe<Scalars['Int']>;
|
|
6608
|
+
before?: Maybe<Scalars['String']>;
|
|
6609
|
+
after?: Maybe<Scalars['String']>;
|
|
6610
|
+
};
|
|
6611
|
+
export declare type JiraIssueSearchContextualContent = JiraIssueSearchResultContent & {
|
|
6612
|
+
__typename?: 'JiraIssueSearchContextualContent';
|
|
6613
|
+
view?: Maybe<JiraIssueSearchView>;
|
|
6614
|
+
issues?: Maybe<JiraIssueConnection>;
|
|
6615
|
+
};
|
|
6616
|
+
export declare type JiraIssueSearchContextualContentIssuesArgs = {
|
|
6617
|
+
first?: Maybe<Scalars['Int']>;
|
|
6618
|
+
last?: Maybe<Scalars['Int']>;
|
|
6619
|
+
before?: Maybe<Scalars['String']>;
|
|
6620
|
+
after?: Maybe<Scalars['String']>;
|
|
6621
|
+
};
|
|
6622
|
+
export declare type JiraIssueSearchFieldConfigSet = {
|
|
6623
|
+
__typename?: 'JiraIssueSearchFieldConfigSet';
|
|
6624
|
+
fieldConfigSetId?: Maybe<Scalars['String']>;
|
|
6625
|
+
displayName?: Maybe<Scalars['String']>;
|
|
6626
|
+
fieldType?: Maybe<Scalars['String']>;
|
|
6627
|
+
isSortable?: Maybe<Scalars['Boolean']>;
|
|
6628
|
+
isSelected?: Maybe<Scalars['Boolean']>;
|
|
6629
|
+
};
|
|
6630
|
+
export declare type JiraIssueSearchFieldConfigSetConnection = {
|
|
6631
|
+
__typename?: 'JiraIssueSearchFieldConfigSetConnection';
|
|
6632
|
+
totalCount?: Maybe<Scalars['Int']>;
|
|
6633
|
+
pageInfo: PageInfo;
|
|
6634
|
+
edges?: Maybe<Array<Maybe<JiraIssueSearchFieldConfigSetEdge>>>;
|
|
6635
|
+
};
|
|
6636
|
+
export declare type JiraIssueSearchFieldConfigSetEdge = {
|
|
6637
|
+
__typename?: 'JiraIssueSearchFieldConfigSetEdge';
|
|
6638
|
+
node?: Maybe<JiraIssueSearchFieldConfigSet>;
|
|
6639
|
+
cursor: Scalars['String'];
|
|
6640
|
+
};
|
|
6641
|
+
export declare enum JiraIssueSearchFieldConfigSetSelectedState {
|
|
6642
|
+
All = "ALL",
|
|
6643
|
+
Selected = "SELECTED",
|
|
6644
|
+
NonSelected = "NON_SELECTED"
|
|
6645
|
+
}
|
|
6646
|
+
export declare type JiraIssueSearchFieldConfigSetsFilter = {
|
|
6647
|
+
searchString?: Maybe<Scalars['String']>;
|
|
6648
|
+
fieldConfigSetSelectedState?: Maybe<JiraIssueSearchFieldConfigSetSelectedState>;
|
|
6649
|
+
};
|
|
6650
|
+
export declare type JiraIssueSearchResult = {
|
|
6651
|
+
content?: Maybe<JiraIssueSearchContextualContent>;
|
|
6652
|
+
contentByFieldConfigSetIds?: Maybe<JiraIssueSearchContextlessContent>;
|
|
6653
|
+
};
|
|
6654
|
+
export declare type JiraIssueSearchResultContentArgs = {
|
|
6655
|
+
namespace?: Maybe<Scalars['String']>;
|
|
6656
|
+
viewId?: Maybe<Scalars['String']>;
|
|
6657
|
+
};
|
|
6658
|
+
export declare type JiraIssueSearchResultContentByFieldConfigSetIdsArgs = {
|
|
6659
|
+
fieldConfigSetIds: Array<Scalars['String']>;
|
|
6660
|
+
};
|
|
6661
|
+
export declare type JiraIssueSearchResultContent = {
|
|
6662
|
+
issues?: Maybe<JiraIssueConnection>;
|
|
6663
|
+
};
|
|
6664
|
+
export declare type JiraIssueSearchResultContentIssuesArgs = {
|
|
6665
|
+
first?: Maybe<Scalars['Int']>;
|
|
6666
|
+
last?: Maybe<Scalars['Int']>;
|
|
6667
|
+
before?: Maybe<Scalars['String']>;
|
|
6668
|
+
after?: Maybe<Scalars['String']>;
|
|
6669
|
+
};
|
|
6670
|
+
export declare type JiraIssueSearchView = Node & {
|
|
6671
|
+
__typename?: 'JiraIssueSearchView';
|
|
6672
|
+
id: Scalars['ID'];
|
|
6673
|
+
namespace?: Maybe<Scalars['String']>;
|
|
6674
|
+
viewId?: Maybe<Scalars['String']>;
|
|
6675
|
+
fieldConfigSets?: Maybe<JiraIssueSearchFieldConfigSetConnection>;
|
|
6676
|
+
};
|
|
6677
|
+
export declare type JiraIssueSearchViewFieldConfigSetsArgs = {
|
|
6678
|
+
first?: Maybe<Scalars['Int']>;
|
|
6679
|
+
last?: Maybe<Scalars['Int']>;
|
|
6680
|
+
before?: Maybe<Scalars['String']>;
|
|
6681
|
+
after?: Maybe<Scalars['String']>;
|
|
6682
|
+
filter?: Maybe<JiraIssueSearchFieldConfigSetsFilter>;
|
|
6683
|
+
};
|
|
6684
|
+
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
6685
|
+
__typename?: 'JiraIssueSearchViewPayload';
|
|
6686
|
+
success: Scalars['Boolean'];
|
|
6687
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6688
|
+
view?: Maybe<JiraIssueSearchView>;
|
|
6689
|
+
};
|
|
6122
6690
|
export declare type JiraIssueType = Node & {
|
|
6123
6691
|
__typename?: 'JiraIssueType';
|
|
6124
6692
|
id: Scalars['ID'];
|
|
6125
6693
|
name: Scalars['String'];
|
|
6126
6694
|
description?: Maybe<Scalars['String']>;
|
|
6127
6695
|
avatar?: Maybe<JiraAvatar>;
|
|
6696
|
+
hierarchy?: Maybe<JiraIssueTypeHierarchyLevel>;
|
|
6128
6697
|
};
|
|
6129
6698
|
export declare type JiraIssueTypeConnection = {
|
|
6130
6699
|
__typename?: 'JiraIssueTypeConnection';
|
|
@@ -6157,6 +6726,11 @@ export declare type JiraIssueTypeFieldIssueTypesArgs = {
|
|
|
6157
6726
|
before?: Maybe<Scalars['String']>;
|
|
6158
6727
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
6159
6728
|
};
|
|
6729
|
+
export declare type JiraIssueTypeHierarchyLevel = {
|
|
6730
|
+
__typename?: 'JiraIssueTypeHierarchyLevel';
|
|
6731
|
+
level: Scalars['Int'];
|
|
6732
|
+
name: Scalars['String'];
|
|
6733
|
+
};
|
|
6160
6734
|
export declare enum JiraJqlAutocompleteType {
|
|
6161
6735
|
None = "NONE",
|
|
6162
6736
|
Component = "COMPONENT",
|
|
@@ -6753,11 +7327,16 @@ export declare type JiraMultipleVersionPickerFieldVersionsArgs = {
|
|
|
6753
7327
|
export declare type JiraMutation = {
|
|
6754
7328
|
__typename?: 'JiraMutation';
|
|
6755
7329
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
7330
|
+
updateIssueSearchViewFieldConfigSets?: Maybe<JiraIssueSearchViewPayload>;
|
|
6756
7331
|
setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
|
|
6757
7332
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
6758
7333
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
6759
7334
|
updateVersionWarningConfig?: Maybe<JiraUpdateVersionWarningConfigPayload>;
|
|
6760
7335
|
};
|
|
7336
|
+
export declare type JiraMutationUpdateIssueSearchViewFieldConfigSetsArgs = {
|
|
7337
|
+
id: Scalars['ID'];
|
|
7338
|
+
fieldConfigSetIds: Array<Scalars['String']>;
|
|
7339
|
+
};
|
|
6761
7340
|
export declare type JiraMutationSetApplicationPropertiesArgs = {
|
|
6762
7341
|
cloudId: Scalars['ID'];
|
|
6763
7342
|
input: Array<JiraSetApplicationPropertyInput>;
|
|
@@ -6805,6 +7384,12 @@ export declare type JiraOAuthAppsAppInput = {
|
|
|
6805
7384
|
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModuleInput>;
|
|
6806
7385
|
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModuleInput>;
|
|
6807
7386
|
};
|
|
7387
|
+
export declare type JiraOAuthAppsAppUpdateInput = {
|
|
7388
|
+
buildsModule?: Maybe<JiraOAuthAppsBuildsModuleInput>;
|
|
7389
|
+
featureFlagsModule?: Maybe<JiraOAuthAppsFeatureFlagsModuleInput>;
|
|
7390
|
+
deploymentsModule?: Maybe<JiraOAuthAppsDeploymentsModuleInput>;
|
|
7391
|
+
devInfoModule?: Maybe<JiraOAuthAppsDevInfoModuleInput>;
|
|
7392
|
+
};
|
|
6808
7393
|
export declare type JiraOAuthAppsApps = {
|
|
6809
7394
|
__typename?: 'JiraOAuthAppsApps';
|
|
6810
7395
|
apps?: Maybe<Array<Maybe<JiraOAuthAppsApp>>>;
|
|
@@ -6882,12 +7467,17 @@ export declare type JiraOAuthAppsFeatureFlagsModuleInput = {
|
|
|
6882
7467
|
export declare type JiraOAuthAppsMutation = {
|
|
6883
7468
|
__typename?: 'JiraOAuthAppsMutation';
|
|
6884
7469
|
createJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
7470
|
+
updateJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6885
7471
|
deleteJiraOAuthApp?: Maybe<JiraOAuthAppsPayload>;
|
|
6886
7472
|
};
|
|
6887
7473
|
export declare type JiraOAuthAppsMutationCreateJiraOAuthAppArgs = {
|
|
6888
7474
|
cloudId: Scalars['String'];
|
|
6889
7475
|
input: JiraOAuthAppsCreateAppInput;
|
|
6890
7476
|
};
|
|
7477
|
+
export declare type JiraOAuthAppsMutationUpdateJiraOAuthAppArgs = {
|
|
7478
|
+
cloudId: Scalars['String'];
|
|
7479
|
+
input: JiraOAuthAppsUpdateAppInput;
|
|
7480
|
+
};
|
|
6891
7481
|
export declare type JiraOAuthAppsMutationDeleteJiraOAuthAppArgs = {
|
|
6892
7482
|
cloudId: Scalars['String'];
|
|
6893
7483
|
input: JiraOAuthAppsDeleteAppInput;
|
|
@@ -6900,8 +7490,8 @@ export declare type JiraOAuthAppsPayload = Payload & {
|
|
|
6900
7490
|
errors?: Maybe<Array<MutationError>>;
|
|
6901
7491
|
};
|
|
6902
7492
|
export declare type JiraOAuthAppsUpdateAppInput = {
|
|
6903
|
-
|
|
6904
|
-
app:
|
|
7493
|
+
clientId: Scalars['ID'];
|
|
7494
|
+
app: JiraOAuthAppsAppUpdateInput;
|
|
6905
7495
|
clientMutationId?: Maybe<Scalars['ID']>;
|
|
6906
7496
|
};
|
|
6907
7497
|
export declare type JiraOAuthAppsUrlTemplate = {
|
|
@@ -7117,6 +7707,7 @@ export declare type JiraPlatformComment = JiraComment & Node & {
|
|
|
7117
7707
|
__typename?: 'JiraPlatformComment';
|
|
7118
7708
|
id: Scalars['ID'];
|
|
7119
7709
|
commentId: Scalars['ID'];
|
|
7710
|
+
webUrl?: Maybe<Scalars['URL']>;
|
|
7120
7711
|
author?: Maybe<User>;
|
|
7121
7712
|
updateAuthor?: Maybe<User>;
|
|
7122
7713
|
richText?: Maybe<JiraRichText>;
|
|
@@ -7180,6 +7771,7 @@ export declare type JiraProject = Node & {
|
|
|
7180
7771
|
opsgenieTeamRelationships?: Maybe<JiraProjectAndOpsgenieTeamRelationshipConnection>;
|
|
7181
7772
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
7182
7773
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
7774
|
+
confluenceSpaceRelationships?: Maybe<JiraProjectAndConfluenceSpaceRelationshipConnection>;
|
|
7183
7775
|
};
|
|
7184
7776
|
export declare type JiraProjectRepositoryRelationshipsArgs = {
|
|
7185
7777
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -7205,6 +7797,34 @@ export declare type JiraProjectOpsgenieTeamsAvailableToLinkWithArgs = {
|
|
|
7205
7797
|
first?: Maybe<Scalars['Int']>;
|
|
7206
7798
|
after?: Maybe<Scalars['String']>;
|
|
7207
7799
|
};
|
|
7800
|
+
export declare type JiraProjectConfluenceSpaceRelationshipsArgs = {
|
|
7801
|
+
first?: Maybe<Scalars['Int']>;
|
|
7802
|
+
after?: Maybe<Scalars['String']>;
|
|
7803
|
+
};
|
|
7804
|
+
export declare type JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectInput = {
|
|
7805
|
+
id: Scalars['ID'];
|
|
7806
|
+
};
|
|
7807
|
+
export declare type JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectPayload = {
|
|
7808
|
+
__typename?: 'JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectPayload';
|
|
7809
|
+
success: Scalars['Boolean'];
|
|
7810
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7811
|
+
};
|
|
7812
|
+
export declare type JiraProjectAndConfluenceSpaceRelationship = {
|
|
7813
|
+
__typename?: 'JiraProjectAndConfluenceSpaceRelationship';
|
|
7814
|
+
jiraProject?: Maybe<JiraProject>;
|
|
7815
|
+
confluenceSpace?: Maybe<ConfluenceSpace>;
|
|
7816
|
+
};
|
|
7817
|
+
export declare type JiraProjectAndConfluenceSpaceRelationshipConnection = {
|
|
7818
|
+
__typename?: 'JiraProjectAndConfluenceSpaceRelationshipConnection';
|
|
7819
|
+
edges?: Maybe<Array<Maybe<JiraProjectAndConfluenceSpaceRelationshipEdge>>>;
|
|
7820
|
+
nodes?: Maybe<Array<Maybe<JiraProjectAndConfluenceSpaceRelationship>>>;
|
|
7821
|
+
pageInfo: PageInfo;
|
|
7822
|
+
};
|
|
7823
|
+
export declare type JiraProjectAndConfluenceSpaceRelationshipEdge = {
|
|
7824
|
+
__typename?: 'JiraProjectAndConfluenceSpaceRelationshipEdge';
|
|
7825
|
+
cursor: Scalars['String'];
|
|
7826
|
+
node?: Maybe<JiraProjectAndConfluenceSpaceRelationship>;
|
|
7827
|
+
};
|
|
7208
7828
|
export declare type JiraProjectAndOpsgenieTeamRelationship = Node & {
|
|
7209
7829
|
__typename?: 'JiraProjectAndOpsgenieTeamRelationship';
|
|
7210
7830
|
id: Scalars['ID'];
|
|
@@ -7384,6 +8004,11 @@ export declare type JiraQuery = {
|
|
|
7384
8004
|
allJiraProjectCategories?: Maybe<JiraProjectCategoryConnection>;
|
|
7385
8005
|
devOps?: Maybe<JiraDevOpsQuery>;
|
|
7386
8006
|
issueContainersByType: JiraIssueItemContainersResult;
|
|
8007
|
+
issueContainersByTypeByKey: JiraIssueItemContainersResult;
|
|
8008
|
+
issueSearchByJql?: Maybe<JiraIssueSearchByJqlResult>;
|
|
8009
|
+
issueSearchByFilterId?: Maybe<JiraIssueSearchByFilterResult>;
|
|
8010
|
+
issueHydrateByIssueIds?: Maybe<JiraIssueSearchByHydration>;
|
|
8011
|
+
issueSearchView?: Maybe<JiraIssueSearchView>;
|
|
7387
8012
|
issueByKey?: Maybe<JiraIssue>;
|
|
7388
8013
|
issueById?: Maybe<JiraIssue>;
|
|
7389
8014
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
@@ -7396,6 +8021,7 @@ export declare type JiraQuery = {
|
|
|
7396
8021
|
getPermissionSchemeGrants?: Maybe<JiraPermissionGrantConnection>;
|
|
7397
8022
|
getPermissionSchemeGrantsHierarchy: Array<JiraPermissionGrants>;
|
|
7398
8023
|
version?: Maybe<JiraVersionResult>;
|
|
8024
|
+
versionsForProject?: Maybe<JiraVersionConnection>;
|
|
7399
8025
|
versionDetailPage?: Maybe<JiraVersionDetailPage>;
|
|
7400
8026
|
};
|
|
7401
8027
|
export declare type JiraQueryJiraProjectArgs = {
|
|
@@ -7419,6 +8045,22 @@ export declare type JiraQueryAllJiraProjectCategoriesArgs = {
|
|
|
7419
8045
|
export declare type JiraQueryIssueContainersByTypeArgs = {
|
|
7420
8046
|
input: JiraIssueItemSystemContainerTypeWithIdInput;
|
|
7421
8047
|
};
|
|
8048
|
+
export declare type JiraQueryIssueContainersByTypeByKeyArgs = {
|
|
8049
|
+
input: JiraIssueItemSystemContainerTypeWithKeyInput;
|
|
8050
|
+
};
|
|
8051
|
+
export declare type JiraQueryIssueSearchByJqlArgs = {
|
|
8052
|
+
cloudId: Scalars['ID'];
|
|
8053
|
+
jql: Scalars['String'];
|
|
8054
|
+
};
|
|
8055
|
+
export declare type JiraQueryIssueSearchByFilterIdArgs = {
|
|
8056
|
+
id: Scalars['ID'];
|
|
8057
|
+
};
|
|
8058
|
+
export declare type JiraQueryIssueHydrateByIssueIdsArgs = {
|
|
8059
|
+
ids: Array<Scalars['ID']>;
|
|
8060
|
+
};
|
|
8061
|
+
export declare type JiraQueryIssueSearchViewArgs = {
|
|
8062
|
+
id: Scalars['ID'];
|
|
8063
|
+
};
|
|
7422
8064
|
export declare type JiraQueryIssueByKeyArgs = {
|
|
7423
8065
|
key: Scalars['String'];
|
|
7424
8066
|
cloudId: Scalars['ID'];
|
|
@@ -7479,6 +8121,14 @@ export declare type JiraQueryGetPermissionSchemeGrantsHierarchyArgs = {
|
|
|
7479
8121
|
export declare type JiraQueryVersionArgs = {
|
|
7480
8122
|
id: Scalars['ID'];
|
|
7481
8123
|
};
|
|
8124
|
+
export declare type JiraQueryVersionsForProjectArgs = {
|
|
8125
|
+
jiraProjectId: Scalars['ID'];
|
|
8126
|
+
first?: Maybe<Scalars['Int']>;
|
|
8127
|
+
after?: Maybe<Scalars['String']>;
|
|
8128
|
+
last?: Maybe<Scalars['Int']>;
|
|
8129
|
+
before?: Maybe<Scalars['String']>;
|
|
8130
|
+
filter?: Maybe<Array<Maybe<JiraVersionStatus>>>;
|
|
8131
|
+
};
|
|
7482
8132
|
export declare type JiraQueryVersionDetailPageArgs = {
|
|
7483
8133
|
versionId: Scalars['ID'];
|
|
7484
8134
|
};
|
|
@@ -7752,7 +8402,7 @@ export declare type JiraServiceManagementActiveApproval = Node & {
|
|
|
7752
8402
|
canAnswerApproval?: Maybe<Scalars['Boolean']>;
|
|
7753
8403
|
decisions?: Maybe<JiraServiceManagementDecisionConnection>;
|
|
7754
8404
|
createdDate?: Maybe<Scalars['DateTime']>;
|
|
7755
|
-
|
|
8405
|
+
configurations?: Maybe<Array<Maybe<JiraServiceManagementApprovalConfiguration>>>;
|
|
7756
8406
|
status?: Maybe<JiraServiceManagementApprovalStatus>;
|
|
7757
8407
|
approverPrincipals?: Maybe<JiraServiceManagementApproverPrincipalConnection>;
|
|
7758
8408
|
pendingApprovalCount?: Maybe<Scalars['Int']>;
|
|
@@ -7850,6 +8500,7 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
|
|
|
7850
8500
|
__typename?: 'JiraServiceManagementComment';
|
|
7851
8501
|
id: Scalars['ID'];
|
|
7852
8502
|
commentId: Scalars['ID'];
|
|
8503
|
+
webUrl?: Maybe<Scalars['URL']>;
|
|
7853
8504
|
author?: Maybe<User>;
|
|
7854
8505
|
updateAuthor?: Maybe<User>;
|
|
7855
8506
|
richText?: Maybe<JiraRichText>;
|
|
@@ -7857,6 +8508,7 @@ export declare type JiraServiceManagementComment = JiraComment & Node & {
|
|
|
7857
8508
|
updated?: Maybe<Scalars['DateTime']>;
|
|
7858
8509
|
permissionLevel?: Maybe<JiraPermissionLevel>;
|
|
7859
8510
|
visibility?: Maybe<JiraServiceManagementCommentVisibility>;
|
|
8511
|
+
authorCanSeeRequest?: Maybe<Scalars['Boolean']>;
|
|
7860
8512
|
};
|
|
7861
8513
|
export declare enum JiraServiceManagementCommentVisibility {
|
|
7862
8514
|
VisibleToHelpseeker = "VISIBLE_TO_HELPSEEKER",
|
|
@@ -8359,6 +9011,7 @@ export declare type JiraStatus = Node & {
|
|
|
8359
9011
|
id: Scalars['ID'];
|
|
8360
9012
|
statusId: Scalars['String'];
|
|
8361
9013
|
name?: Maybe<Scalars['String']>;
|
|
9014
|
+
description?: Maybe<Scalars['String']>;
|
|
8362
9015
|
statusCategory?: Maybe<JiraStatusCategory>;
|
|
8363
9016
|
};
|
|
8364
9017
|
export declare type JiraStatusCategory = Node & {
|
|
@@ -8676,6 +9329,13 @@ export declare type JswMutation = {
|
|
|
8676
9329
|
export declare type JswMutationDeleteCardArgs = {
|
|
8677
9330
|
input?: Maybe<DeleteCardInput>;
|
|
8678
9331
|
};
|
|
9332
|
+
export declare type JswQuery = {
|
|
9333
|
+
__typename?: 'JswQuery';
|
|
9334
|
+
boardScope?: Maybe<BoardScope>;
|
|
9335
|
+
};
|
|
9336
|
+
export declare type JswQueryBoardScopeArgs = {
|
|
9337
|
+
boardId: Scalars['ID'];
|
|
9338
|
+
};
|
|
8679
9339
|
export declare type LabelUsage = {
|
|
8680
9340
|
__typename?: 'LabelUsage';
|
|
8681
9341
|
label: Scalars['String'];
|
|
@@ -8701,6 +9361,7 @@ export declare type MarketplaceApp = {
|
|
|
8701
9361
|
appId: Scalars['ID'];
|
|
8702
9362
|
appKey: Scalars['String'];
|
|
8703
9363
|
name: Scalars['String'];
|
|
9364
|
+
partnerId: Scalars['ID'];
|
|
8704
9365
|
partner?: Maybe<MarketplacePartner>;
|
|
8705
9366
|
entityStatus: MarketplaceEntityStatus;
|
|
8706
9367
|
createdAt: Scalars['DateTime'];
|
|
@@ -8724,6 +9385,7 @@ export declare type MarketplaceApp = {
|
|
|
8724
9385
|
programs?: Maybe<MarketplaceAppPrograms>;
|
|
8725
9386
|
marketingLabels: Array<Scalars['String']>;
|
|
8726
9387
|
googleAnalyticsId?: Maybe<Scalars['String']>;
|
|
9388
|
+
segmentWriteKey?: Maybe<Scalars['String']>;
|
|
8727
9389
|
categories: Array<MarketplaceAppCategory>;
|
|
8728
9390
|
jsdWidgetKey?: Maybe<Scalars['String']>;
|
|
8729
9391
|
};
|
|
@@ -8765,6 +9427,7 @@ export declare enum MarketplaceAppPermission {
|
|
|
8765
9427
|
export declare type MarketplaceAppPrograms = {
|
|
8766
9428
|
__typename?: 'MarketplaceAppPrograms';
|
|
8767
9429
|
cloudFortified?: Maybe<MarketplaceCloudFortified>;
|
|
9430
|
+
bugBountyParticipant?: Maybe<MarketplaceBugBountyParticipant>;
|
|
8768
9431
|
};
|
|
8769
9432
|
export declare type MarketplaceAppReviewSummary = {
|
|
8770
9433
|
__typename?: 'MarketplaceAppReviewSummary';
|
|
@@ -8833,6 +9496,16 @@ export declare enum MarketplaceBillingCycle {
|
|
|
8833
9496
|
Annual = "ANNUAL",
|
|
8834
9497
|
Monthly = "MONTHLY"
|
|
8835
9498
|
}
|
|
9499
|
+
export declare type MarketplaceBugBountyParticipant = {
|
|
9500
|
+
__typename?: 'MarketplaceBugBountyParticipant';
|
|
9501
|
+
cloud?: Maybe<MarketplaceBugBountyProgramHostingStatus>;
|
|
9502
|
+
server?: Maybe<MarketplaceBugBountyProgramHostingStatus>;
|
|
9503
|
+
dataCenter?: Maybe<MarketplaceBugBountyProgramHostingStatus>;
|
|
9504
|
+
};
|
|
9505
|
+
export declare type MarketplaceBugBountyProgramHostingStatus = {
|
|
9506
|
+
__typename?: 'MarketplaceBugBountyProgramHostingStatus';
|
|
9507
|
+
status?: Maybe<MarketplaceProgramStatus>;
|
|
9508
|
+
};
|
|
8836
9509
|
export declare type MarketplaceCloudAppDeployment = MarketplaceAppDeployment & {
|
|
8837
9510
|
__typename?: 'MarketplaceCloudAppDeployment';
|
|
8838
9511
|
compatibleProducts: Array<CompatibleAtlassianProduct>;
|
|
@@ -8844,6 +9517,7 @@ export declare type MarketplaceCloudAppDeployment = MarketplaceAppDeployment & {
|
|
|
8844
9517
|
export declare type MarketplaceCloudFortified = {
|
|
8845
9518
|
__typename?: 'MarketplaceCloudFortified';
|
|
8846
9519
|
status?: Maybe<MarketplaceCloudFortifiedStatus>;
|
|
9520
|
+
programStatus?: Maybe<MarketplaceProgramStatus>;
|
|
8847
9521
|
};
|
|
8848
9522
|
export declare enum MarketplaceCloudFortifiedStatus {
|
|
8849
9523
|
Approved = "APPROVED",
|
|
@@ -9014,6 +9688,11 @@ export declare enum MarketplacePricingTierType {
|
|
|
9014
9688
|
UserTiered = "USER_TIERED",
|
|
9015
9689
|
RemoteAgentTiered = "REMOTE_AGENT_TIERED"
|
|
9016
9690
|
}
|
|
9691
|
+
export declare enum MarketplaceProgramStatus {
|
|
9692
|
+
Approved = "APPROVED",
|
|
9693
|
+
Rejected = "REJECTED",
|
|
9694
|
+
NotAParticipant = "NOT_A_PARTICIPANT"
|
|
9695
|
+
}
|
|
9017
9696
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
9018
9697
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
9019
9698
|
id: Scalars['ID'];
|
|
@@ -9039,6 +9718,21 @@ export declare type MarketplaceWorkflowAppDeployment = MarketplaceAppDeployment
|
|
|
9039
9718
|
compatibleProducts: Array<CompatibleAtlassianProduct>;
|
|
9040
9719
|
isWorkflowDataFileAvailable: Scalars['Boolean'];
|
|
9041
9720
|
};
|
|
9721
|
+
export declare enum MembershipRole {
|
|
9722
|
+
Regular = "REGULAR",
|
|
9723
|
+
Admin = "ADMIN"
|
|
9724
|
+
}
|
|
9725
|
+
export declare enum MembershipSetting {
|
|
9726
|
+
Open = "OPEN",
|
|
9727
|
+
MemberInvite = "MEMBER_INVITE",
|
|
9728
|
+
AdminInvite = "ADMIN_INVITE"
|
|
9729
|
+
}
|
|
9730
|
+
export declare enum MembershipState {
|
|
9731
|
+
FullMember = "FULL_MEMBER",
|
|
9732
|
+
Invited = "INVITED",
|
|
9733
|
+
Alumni = "ALUMNI",
|
|
9734
|
+
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
9735
|
+
}
|
|
9042
9736
|
export declare type MigrationKeys = {
|
|
9043
9737
|
__typename?: 'MigrationKeys';
|
|
9044
9738
|
jira: Scalars['String'];
|
|
@@ -9079,6 +9773,9 @@ export declare type Mutation = {
|
|
|
9079
9773
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
9080
9774
|
confluence?: Maybe<ConfluenceMutationApi>;
|
|
9081
9775
|
shepherd?: Maybe<ShepherdMutation>;
|
|
9776
|
+
createReleaseNote: ContentPlatformReleaseNote;
|
|
9777
|
+
publishReleaseNote: ContentPlatformReleaseNote;
|
|
9778
|
+
updateReleaseNote: ContentPlatformReleaseNoteEntry;
|
|
9082
9779
|
createApp?: Maybe<CreateAppResponse>;
|
|
9083
9780
|
updateAppDetails?: Maybe<UpdateAppDetailsResponse>;
|
|
9084
9781
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
@@ -9109,6 +9806,7 @@ export declare type Mutation = {
|
|
|
9109
9806
|
createCardParent?: Maybe<CardParentCreateOutput>;
|
|
9110
9807
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
9111
9808
|
setIssueMediaVisibility?: Maybe<SetIssueMediaVisibilityOutput>;
|
|
9809
|
+
updateNavbarConnectionStateTabSeen?: Maybe<DevOpsToolUpdateNavbarConnectionStateTabSeenPayload>;
|
|
9112
9810
|
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
9113
9811
|
updateDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<UpdateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
9114
9812
|
deleteDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<DeleteDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
@@ -9148,6 +9846,7 @@ export declare type Mutation = {
|
|
|
9148
9846
|
createPolarisCalculatedField?: Maybe<CreatePolarisCalculatedFieldPayload>;
|
|
9149
9847
|
updatePolarisCalculatedField?: Maybe<UpdatePolarisCalculatedFieldPayload>;
|
|
9150
9848
|
updatePolarisFieldDescription?: Maybe<UpdatePolarisFieldDescriptionPayload>;
|
|
9849
|
+
updatePolarisFieldEmoji?: Maybe<UpdatePolarisFieldEmojiPayload>;
|
|
9151
9850
|
deletePolarisField?: Maybe<DeletePolarisFieldPayload>;
|
|
9152
9851
|
updatePolarisFieldOptionWeight?: Maybe<UpdatePolarisFieldOptionWeightPayload>;
|
|
9153
9852
|
deletePolarisFieldOption?: Maybe<DeletePolarisFieldOptionPayload>;
|
|
@@ -9176,6 +9875,7 @@ export declare type Mutation = {
|
|
|
9176
9875
|
updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
|
|
9177
9876
|
updatePolarisViewRankV2?: Maybe<UpdatePolarisViewRankV2Payload>;
|
|
9178
9877
|
deletePolarisView?: Maybe<DeletePolarisViewPayload>;
|
|
9878
|
+
updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
|
|
9179
9879
|
createPolarisViewSet?: Maybe<CreatePolarisViewSetPayload>;
|
|
9180
9880
|
updatePolarisViewSet?: Maybe<UpdatePolarisViewSetPayload>;
|
|
9181
9881
|
deletePolarisViewSet?: Maybe<DeletePolarisViewSetPayload>;
|
|
@@ -9201,6 +9901,41 @@ export declare type Mutation = {
|
|
|
9201
9901
|
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
9202
9902
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
9203
9903
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
9904
|
+
deleteConfluenceSpaceRelationshipsForJiraProject?: Maybe<JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectPayload>;
|
|
9905
|
+
};
|
|
9906
|
+
export declare type MutationCreateReleaseNoteArgs = {
|
|
9907
|
+
changeStatus?: Maybe<Scalars['String']>;
|
|
9908
|
+
title?: Maybe<Scalars['String']>;
|
|
9909
|
+
changeType?: Maybe<Scalars['String']>;
|
|
9910
|
+
fdIssueKey?: Maybe<Scalars['String']>;
|
|
9911
|
+
fdIssueLink?: Maybe<Scalars['String']>;
|
|
9912
|
+
featureRolloutDate?: Maybe<Scalars['DateTime']>;
|
|
9913
|
+
releaseNoteFlag?: Maybe<Scalars['String']>;
|
|
9914
|
+
releaseNoteFlagOffValue?: Maybe<Scalars['String']>;
|
|
9915
|
+
announcementPlan?: Maybe<Scalars['String']>;
|
|
9916
|
+
productNames?: Maybe<Array<Scalars['String']>>;
|
|
9917
|
+
productIds?: Maybe<Array<Scalars['String']>>;
|
|
9918
|
+
description: Scalars['JSON'];
|
|
9919
|
+
changeCategory?: Maybe<Scalars['String']>;
|
|
9920
|
+
benefitsList?: Maybe<Scalars['JSON']>;
|
|
9921
|
+
};
|
|
9922
|
+
export declare type MutationPublishReleaseNoteArgs = {
|
|
9923
|
+
id: Scalars['String'];
|
|
9924
|
+
};
|
|
9925
|
+
export declare type MutationUpdateReleaseNoteArgs = {
|
|
9926
|
+
id: Scalars['String'];
|
|
9927
|
+
changeStatus?: Maybe<Scalars['String']>;
|
|
9928
|
+
title?: Maybe<Scalars['String']>;
|
|
9929
|
+
changeType?: Maybe<Scalars['String']>;
|
|
9930
|
+
fdIssueKey?: Maybe<Scalars['String']>;
|
|
9931
|
+
fdIssueLink?: Maybe<Scalars['String']>;
|
|
9932
|
+
featureRolloutDate?: Maybe<Scalars['DateTime']>;
|
|
9933
|
+
releaseNoteFlag?: Maybe<Scalars['String']>;
|
|
9934
|
+
releaseNoteFlagOffValue?: Maybe<Scalars['String']>;
|
|
9935
|
+
announcementPlan?: Maybe<Scalars['String']>;
|
|
9936
|
+
changeCategory?: Maybe<Scalars['String']>;
|
|
9937
|
+
relatedContexts?: Maybe<Array<Scalars['String']>>;
|
|
9938
|
+
relatedContextIds?: Maybe<Array<Scalars['String']>>;
|
|
9204
9939
|
};
|
|
9205
9940
|
export declare type MutationCreateAppArgs = {
|
|
9206
9941
|
input: CreateAppInput;
|
|
@@ -9286,6 +10021,9 @@ export declare type MutationRankCardParentArgs = {
|
|
|
9286
10021
|
export declare type MutationSetIssueMediaVisibilityArgs = {
|
|
9287
10022
|
input?: Maybe<SetIssueMediaVisibilityInput>;
|
|
9288
10023
|
};
|
|
10024
|
+
export declare type MutationUpdateNavbarConnectionStateTabSeenArgs = {
|
|
10025
|
+
input: DevOpsToolUpdateNavbarConnectionStateTabSeenInput;
|
|
10026
|
+
};
|
|
9289
10027
|
export declare type MutationCreateDevOpsServiceAndOpsgenieTeamRelationshipArgs = {
|
|
9290
10028
|
input: CreateDevOpsServiceAndOpsgenieTeamRelationshipInput;
|
|
9291
10029
|
};
|
|
@@ -9397,6 +10135,9 @@ export declare type MutationUpdatePolarisCalculatedFieldArgs = {
|
|
|
9397
10135
|
export declare type MutationUpdatePolarisFieldDescriptionArgs = {
|
|
9398
10136
|
input: UpdatePolarisFieldDescriptionInput;
|
|
9399
10137
|
};
|
|
10138
|
+
export declare type MutationUpdatePolarisFieldEmojiArgs = {
|
|
10139
|
+
input: UpdatePolarisFieldEmojiInput;
|
|
10140
|
+
};
|
|
9400
10141
|
export declare type MutationDeletePolarisFieldArgs = {
|
|
9401
10142
|
id: Scalars['ID'];
|
|
9402
10143
|
};
|
|
@@ -9491,6 +10232,10 @@ export declare type MutationUpdatePolarisViewRankV2Args = {
|
|
|
9491
10232
|
export declare type MutationDeletePolarisViewArgs = {
|
|
9492
10233
|
id: Scalars['ID'];
|
|
9493
10234
|
};
|
|
10235
|
+
export declare type MutationUpdatePolarisViewLastViewedTimestampArgs = {
|
|
10236
|
+
viewId: Scalars['ID'];
|
|
10237
|
+
timestampInput?: Maybe<Scalars['String']>;
|
|
10238
|
+
};
|
|
9494
10239
|
export declare type MutationCreatePolarisViewSetArgs = {
|
|
9495
10240
|
input: CreatePolarisViewSetInput;
|
|
9496
10241
|
};
|
|
@@ -9561,6 +10306,9 @@ export declare type MutationDeleteAppEnvironmentVariableArgs = {
|
|
|
9561
10306
|
export declare type MutationCreateAppDeploymentArgs = {
|
|
9562
10307
|
input: CreateAppDeploymentInput;
|
|
9563
10308
|
};
|
|
10309
|
+
export declare type MutationDeleteConfluenceSpaceRelationshipsForJiraProjectArgs = {
|
|
10310
|
+
input: JiraProjectAndConfluenceSpaceDeleteRelationshipForJiraProjectInput;
|
|
10311
|
+
};
|
|
9564
10312
|
export declare type MutationError = {
|
|
9565
10313
|
__typename?: 'MutationError';
|
|
9566
10314
|
message?: Maybe<Scalars['String']>;
|
|
@@ -9769,10 +10517,16 @@ export declare type Payload = {
|
|
|
9769
10517
|
success: Scalars['Boolean'];
|
|
9770
10518
|
errors?: Maybe<Array<MutationError>>;
|
|
9771
10519
|
};
|
|
9772
|
-
export declare type
|
|
9773
|
-
__typename?: '
|
|
10520
|
+
export declare type PermissibleEstimationType = {
|
|
10521
|
+
__typename?: 'PermissibleEstimationType';
|
|
10522
|
+
value?: Maybe<Scalars['String']>;
|
|
10523
|
+
name?: Maybe<Scalars['String']>;
|
|
10524
|
+
description?: Maybe<Scalars['String']>;
|
|
10525
|
+
};
|
|
10526
|
+
export declare type PermissionToConsentByOauthId = {
|
|
10527
|
+
__typename?: 'PermissionToConsentByOauthId';
|
|
9774
10528
|
isAllowed: Scalars['Boolean'];
|
|
9775
|
-
|
|
10529
|
+
isSiteAdmin: Scalars['Boolean'];
|
|
9776
10530
|
};
|
|
9777
10531
|
export declare type PolarisAnonymousVisitorHash = PolarisAnonymousVisitorViewHash;
|
|
9778
10532
|
export declare type PolarisAnonymousVisitorViewHash = {
|
|
@@ -9871,6 +10625,7 @@ export declare type PolarisIdeaArchivedByField = PolarisIdeaField & {
|
|
|
9871
10625
|
formula?: Maybe<Scalars['JSON']>;
|
|
9872
10626
|
presentation?: Maybe<PolarisPresentation>;
|
|
9873
10627
|
description?: Maybe<Scalars['String']>;
|
|
10628
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9874
10629
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9875
10630
|
};
|
|
9876
10631
|
export declare type PolarisIdeaArchivedField = PolarisIdeaField & {
|
|
@@ -9890,6 +10645,7 @@ export declare type PolarisIdeaArchivedField = PolarisIdeaField & {
|
|
|
9890
10645
|
formula?: Maybe<Scalars['JSON']>;
|
|
9891
10646
|
presentation?: Maybe<PolarisPresentation>;
|
|
9892
10647
|
description?: Maybe<Scalars['String']>;
|
|
10648
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9893
10649
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9894
10650
|
};
|
|
9895
10651
|
export declare type PolarisIdeaArchivedOnField = PolarisIdeaField & {
|
|
@@ -9908,6 +10664,7 @@ export declare type PolarisIdeaArchivedOnField = PolarisIdeaField & {
|
|
|
9908
10664
|
formula?: Maybe<Scalars['JSON']>;
|
|
9909
10665
|
presentation?: Maybe<PolarisPresentation>;
|
|
9910
10666
|
description?: Maybe<Scalars['String']>;
|
|
10667
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9911
10668
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9912
10669
|
};
|
|
9913
10670
|
export declare type PolarisIdeaDateField = PolarisIdeaField & {
|
|
@@ -9926,6 +10683,7 @@ export declare type PolarisIdeaDateField = PolarisIdeaField & {
|
|
|
9926
10683
|
formula?: Maybe<Scalars['JSON']>;
|
|
9927
10684
|
presentation?: Maybe<PolarisPresentation>;
|
|
9928
10685
|
description?: Maybe<Scalars['String']>;
|
|
10686
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9929
10687
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9930
10688
|
};
|
|
9931
10689
|
export declare type PolarisIdeaDateTimeField = PolarisIdeaField & {
|
|
@@ -9944,6 +10702,7 @@ export declare type PolarisIdeaDateTimeField = PolarisIdeaField & {
|
|
|
9944
10702
|
formula?: Maybe<Scalars['JSON']>;
|
|
9945
10703
|
presentation?: Maybe<PolarisPresentation>;
|
|
9946
10704
|
description?: Maybe<Scalars['String']>;
|
|
10705
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9947
10706
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9948
10707
|
};
|
|
9949
10708
|
export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
|
|
@@ -9962,6 +10721,7 @@ export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
|
|
|
9962
10721
|
formula?: Maybe<Scalars['JSON']>;
|
|
9963
10722
|
presentation?: Maybe<PolarisPresentation>;
|
|
9964
10723
|
description?: Maybe<Scalars['String']>;
|
|
10724
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9965
10725
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9966
10726
|
};
|
|
9967
10727
|
export declare type PolarisIdeaField = {
|
|
@@ -9979,6 +10739,7 @@ export declare type PolarisIdeaField = {
|
|
|
9979
10739
|
presentation?: Maybe<PolarisPresentation>;
|
|
9980
10740
|
formula?: Maybe<Scalars['JSON']>;
|
|
9981
10741
|
description?: Maybe<Scalars['String']>;
|
|
10742
|
+
emoji?: Maybe<Scalars['String']>;
|
|
9982
10743
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
9983
10744
|
};
|
|
9984
10745
|
export declare type PolarisIdeaFieldOption = {
|
|
@@ -10003,6 +10764,7 @@ export declare type PolarisIdeaIssueCommentsField = PolarisIdeaField & {
|
|
|
10003
10764
|
formula?: Maybe<Scalars['JSON']>;
|
|
10004
10765
|
presentation?: Maybe<PolarisPresentation>;
|
|
10005
10766
|
description?: Maybe<Scalars['String']>;
|
|
10767
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10006
10768
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10007
10769
|
};
|
|
10008
10770
|
export declare type PolarisIdeaIssueIdField = PolarisIdeaField & {
|
|
@@ -10021,6 +10783,7 @@ export declare type PolarisIdeaIssueIdField = PolarisIdeaField & {
|
|
|
10021
10783
|
formula?: Maybe<Scalars['JSON']>;
|
|
10022
10784
|
presentation?: Maybe<PolarisPresentation>;
|
|
10023
10785
|
description?: Maybe<Scalars['String']>;
|
|
10786
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10024
10787
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10025
10788
|
};
|
|
10026
10789
|
export declare type PolarisIdeaIssueTypeField = PolarisIdeaField & {
|
|
@@ -10039,6 +10802,7 @@ export declare type PolarisIdeaIssueTypeField = PolarisIdeaField & {
|
|
|
10039
10802
|
formula?: Maybe<Scalars['JSON']>;
|
|
10040
10803
|
presentation?: Maybe<PolarisPresentation>;
|
|
10041
10804
|
description?: Maybe<Scalars['String']>;
|
|
10805
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10042
10806
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10043
10807
|
};
|
|
10044
10808
|
export declare type PolarisIdeaKeyField = PolarisIdeaField & {
|
|
@@ -10057,6 +10821,7 @@ export declare type PolarisIdeaKeyField = PolarisIdeaField & {
|
|
|
10057
10821
|
formula?: Maybe<Scalars['JSON']>;
|
|
10058
10822
|
presentation?: Maybe<PolarisPresentation>;
|
|
10059
10823
|
description?: Maybe<Scalars['String']>;
|
|
10824
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10060
10825
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10061
10826
|
};
|
|
10062
10827
|
export declare type PolarisIdeaLabelsField = PolarisIdeaField & {
|
|
@@ -10075,6 +10840,7 @@ export declare type PolarisIdeaLabelsField = PolarisIdeaField & {
|
|
|
10075
10840
|
formula?: Maybe<Scalars['JSON']>;
|
|
10076
10841
|
presentation?: Maybe<PolarisPresentation>;
|
|
10077
10842
|
description?: Maybe<Scalars['String']>;
|
|
10843
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10078
10844
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10079
10845
|
};
|
|
10080
10846
|
export declare type PolarisIdeaLinkedIssuesField = PolarisIdeaField & {
|
|
@@ -10093,6 +10859,7 @@ export declare type PolarisIdeaLinkedIssuesField = PolarisIdeaField & {
|
|
|
10093
10859
|
formula?: Maybe<Scalars['JSON']>;
|
|
10094
10860
|
presentation?: Maybe<PolarisPresentation>;
|
|
10095
10861
|
description?: Maybe<Scalars['String']>;
|
|
10862
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10096
10863
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10097
10864
|
};
|
|
10098
10865
|
export declare type PolarisIdeaLinkedIssuesProgressField = PolarisIdeaField & {
|
|
@@ -10111,6 +10878,7 @@ export declare type PolarisIdeaLinkedIssuesProgressField = PolarisIdeaField & {
|
|
|
10111
10878
|
formula?: Maybe<Scalars['JSON']>;
|
|
10112
10879
|
presentation?: Maybe<PolarisPresentation>;
|
|
10113
10880
|
description?: Maybe<Scalars['String']>;
|
|
10881
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10114
10882
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10115
10883
|
};
|
|
10116
10884
|
export declare type PolarisIdeaNumberField = PolarisIdeaField & {
|
|
@@ -10129,6 +10897,7 @@ export declare type PolarisIdeaNumberField = PolarisIdeaField & {
|
|
|
10129
10897
|
formula?: Maybe<Scalars['JSON']>;
|
|
10130
10898
|
presentation?: Maybe<PolarisPresentation>;
|
|
10131
10899
|
description?: Maybe<Scalars['String']>;
|
|
10900
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10132
10901
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10133
10902
|
};
|
|
10134
10903
|
export declare type PolarisIdeaOptionField = PolarisIdeaField & {
|
|
@@ -10148,6 +10917,7 @@ export declare type PolarisIdeaOptionField = PolarisIdeaField & {
|
|
|
10148
10917
|
formula?: Maybe<Scalars['JSON']>;
|
|
10149
10918
|
presentation?: Maybe<PolarisPresentation>;
|
|
10150
10919
|
description?: Maybe<Scalars['String']>;
|
|
10920
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10151
10921
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10152
10922
|
};
|
|
10153
10923
|
export declare type PolarisIdeaOptionsField = PolarisIdeaField & {
|
|
@@ -10167,6 +10937,7 @@ export declare type PolarisIdeaOptionsField = PolarisIdeaField & {
|
|
|
10167
10937
|
formula?: Maybe<Scalars['JSON']>;
|
|
10168
10938
|
presentation?: Maybe<PolarisPresentation>;
|
|
10169
10939
|
description?: Maybe<Scalars['String']>;
|
|
10940
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10170
10941
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10171
10942
|
};
|
|
10172
10943
|
export declare type PolarisIdeaPlayField = PolarisIdeaField & {
|
|
@@ -10185,6 +10956,7 @@ export declare type PolarisIdeaPlayField = PolarisIdeaField & {
|
|
|
10185
10956
|
formula?: Maybe<Scalars['JSON']>;
|
|
10186
10957
|
presentation?: Maybe<PolarisPresentation>;
|
|
10187
10958
|
description?: Maybe<Scalars['String']>;
|
|
10959
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10188
10960
|
play?: Maybe<PolarisPlay>;
|
|
10189
10961
|
aspect?: Maybe<Scalars['String']>;
|
|
10190
10962
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
@@ -10206,6 +10978,7 @@ export declare type PolarisIdeaSpecialField = PolarisIdeaField & {
|
|
|
10206
10978
|
formula?: Maybe<Scalars['JSON']>;
|
|
10207
10979
|
presentation?: Maybe<PolarisPresentation>;
|
|
10208
10980
|
description?: Maybe<Scalars['String']>;
|
|
10981
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10209
10982
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10210
10983
|
};
|
|
10211
10984
|
export declare type PolarisIdeaStatusField = PolarisIdeaField & {
|
|
@@ -10224,6 +10997,7 @@ export declare type PolarisIdeaStatusField = PolarisIdeaField & {
|
|
|
10224
10997
|
formula?: Maybe<Scalars['JSON']>;
|
|
10225
10998
|
presentation?: Maybe<PolarisPresentation>;
|
|
10226
10999
|
description?: Maybe<Scalars['String']>;
|
|
11000
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10227
11001
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10228
11002
|
};
|
|
10229
11003
|
export declare type PolarisIdeaStringField = PolarisIdeaField & {
|
|
@@ -10242,6 +11016,7 @@ export declare type PolarisIdeaStringField = PolarisIdeaField & {
|
|
|
10242
11016
|
formula?: Maybe<Scalars['JSON']>;
|
|
10243
11017
|
presentation?: Maybe<PolarisPresentation>;
|
|
10244
11018
|
description?: Maybe<Scalars['String']>;
|
|
11019
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10245
11020
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10246
11021
|
};
|
|
10247
11022
|
export declare type PolarisIdeaType = {
|
|
@@ -10267,6 +11042,7 @@ export declare type PolarisIdeaUserField = PolarisIdeaField & {
|
|
|
10267
11042
|
formula?: Maybe<Scalars['JSON']>;
|
|
10268
11043
|
presentation?: Maybe<PolarisPresentation>;
|
|
10269
11044
|
description?: Maybe<Scalars['String']>;
|
|
11045
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10270
11046
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10271
11047
|
};
|
|
10272
11048
|
export declare type PolarisIdeaUsersField = PolarisIdeaField & {
|
|
@@ -10285,6 +11061,7 @@ export declare type PolarisIdeaUsersField = PolarisIdeaField & {
|
|
|
10285
11061
|
formula?: Maybe<Scalars['JSON']>;
|
|
10286
11062
|
presentation?: Maybe<PolarisPresentation>;
|
|
10287
11063
|
description?: Maybe<Scalars['String']>;
|
|
11064
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10288
11065
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10289
11066
|
};
|
|
10290
11067
|
export declare type PolarisIdeaVotesField = PolarisIdeaField & {
|
|
@@ -10303,6 +11080,7 @@ export declare type PolarisIdeaVotesField = PolarisIdeaField & {
|
|
|
10303
11080
|
formula?: Maybe<Scalars['JSON']>;
|
|
10304
11081
|
presentation?: Maybe<PolarisPresentation>;
|
|
10305
11082
|
description?: Maybe<Scalars['String']>;
|
|
11083
|
+
emoji?: Maybe<Scalars['String']>;
|
|
10306
11084
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
10307
11085
|
};
|
|
10308
11086
|
export declare type PolarisIdeas = {
|
|
@@ -10691,9 +11469,14 @@ export declare type Query = {
|
|
|
10691
11469
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
10692
11470
|
shepherd?: Maybe<ShepherdQuery>;
|
|
10693
11471
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
11472
|
+
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
11473
|
+
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
11474
|
+
practicePages: Array<ContentPlatformPracticePage>;
|
|
11475
|
+
practicePage: ContentPlatformPracticePage;
|
|
10694
11476
|
apps?: Maybe<AppConnection>;
|
|
10695
11477
|
app?: Maybe<App>;
|
|
10696
11478
|
appHostServices?: Maybe<Array<AppHostService>>;
|
|
11479
|
+
jsw?: Maybe<JswQuery>;
|
|
10697
11480
|
boardScope?: Maybe<BoardScope>;
|
|
10698
11481
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
10699
11482
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
@@ -10789,6 +11572,20 @@ export declare type QueryRepositoryRelationshipsForJiraProjectArgs = {
|
|
|
10789
11572
|
export declare type QueryJiraProjectAndRepositoryRelationshipArgs = {
|
|
10790
11573
|
id: Scalars['ID'];
|
|
10791
11574
|
};
|
|
11575
|
+
export declare type QueryReleaseNotesArgs = {
|
|
11576
|
+
after?: Maybe<Scalars['String']>;
|
|
11577
|
+
first?: Maybe<Scalars['Int']>;
|
|
11578
|
+
filter?: Maybe<ContentPlatformReleaseNoteFilterOptions>;
|
|
11579
|
+
publishedOnly?: Maybe<Scalars['Boolean']>;
|
|
11580
|
+
orderBy?: Maybe<Scalars['String']>;
|
|
11581
|
+
};
|
|
11582
|
+
export declare type QueryReleaseNoteArgs = {
|
|
11583
|
+
id: Scalars['String'];
|
|
11584
|
+
publishedOnly?: Maybe<Scalars['Boolean']>;
|
|
11585
|
+
};
|
|
11586
|
+
export declare type QueryPracticePageArgs = {
|
|
11587
|
+
id: Scalars['String'];
|
|
11588
|
+
};
|
|
10792
11589
|
export declare type QueryAppsArgs = {
|
|
10793
11590
|
first?: Maybe<Scalars['Int']>;
|
|
10794
11591
|
after?: Maybe<Scalars['String']>;
|
|
@@ -11063,6 +11860,8 @@ export declare type RankColumnOutput = MutationResponse & {
|
|
|
11063
11860
|
export declare enum RateLimitingCurrency {
|
|
11064
11861
|
TestingService = "TESTING_SERVICE",
|
|
11065
11862
|
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
|
|
11863
|
+
TeamsCurrency = "TEAMS_CURRENCY",
|
|
11864
|
+
TeamMembersCurrency = "TEAM_MEMBERS_CURRENCY",
|
|
11066
11865
|
CompassInsertMetricValueCurrency = "COMPASS_INSERT_METRIC_VALUE_CURRENCY"
|
|
11067
11866
|
}
|
|
11068
11867
|
export declare type RawStatus = {
|
|
@@ -11153,6 +11952,11 @@ export declare type RoadmapBoardConfiguration = {
|
|
|
11153
11952
|
isBoardJqlFilteringOutEpics?: Maybe<Scalars['Boolean']>;
|
|
11154
11953
|
isSprintsFeatureEnabled?: Maybe<Scalars['Boolean']>;
|
|
11155
11954
|
};
|
|
11955
|
+
export declare type RoadmapComponent = {
|
|
11956
|
+
__typename?: 'RoadmapComponent';
|
|
11957
|
+
id: Scalars['ID'];
|
|
11958
|
+
name: Scalars['String'];
|
|
11959
|
+
};
|
|
11156
11960
|
export declare type RoadmapConfiguration = {
|
|
11157
11961
|
__typename?: 'RoadmapConfiguration';
|
|
11158
11962
|
isCrossProject: Scalars['Boolean'];
|
|
@@ -11219,6 +12023,7 @@ export declare type RoadmapItem = {
|
|
|
11219
12023
|
labels?: Maybe<Array<Scalars['String']>>;
|
|
11220
12024
|
versionIds?: Maybe<Array<Scalars['ID']>>;
|
|
11221
12025
|
sprintIds?: Maybe<Array<Scalars['ID']>>;
|
|
12026
|
+
componentIds?: Maybe<Array<Scalars['ID']>>;
|
|
11222
12027
|
inferredDueDate?: Maybe<Scalars['Date']>;
|
|
11223
12028
|
inferredStartDate?: Maybe<Scalars['Date']>;
|
|
11224
12029
|
};
|
|
@@ -11315,6 +12120,7 @@ export declare type RoadmapProjectConfiguration = {
|
|
|
11315
12120
|
validation?: Maybe<RoadmapProjectValidation>;
|
|
11316
12121
|
defaultItemTypeId?: Maybe<Scalars['String']>;
|
|
11317
12122
|
versions?: Maybe<Array<RoadmapVersion>>;
|
|
12123
|
+
components?: Maybe<Array<RoadmapComponent>>;
|
|
11318
12124
|
};
|
|
11319
12125
|
export declare type RoadmapProjectPermissions = {
|
|
11320
12126
|
__typename?: 'RoadmapProjectPermissions';
|
|
@@ -11657,6 +12463,7 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
|
|
|
11657
12463
|
};
|
|
11658
12464
|
export declare type ShepherdAlert = {
|
|
11659
12465
|
__typename?: 'ShepherdAlert';
|
|
12466
|
+
actor?: Maybe<ShepherdUser>;
|
|
11660
12467
|
cloudId?: Maybe<Scalars['ID']>;
|
|
11661
12468
|
createdOn: Scalars['DateTime'];
|
|
11662
12469
|
id: Scalars['ID'];
|
|
@@ -11665,6 +12472,11 @@ export declare type ShepherdAlert = {
|
|
|
11665
12472
|
title: Scalars['String'];
|
|
11666
12473
|
updatedOn?: Maybe<Scalars['DateTime']>;
|
|
11667
12474
|
};
|
|
12475
|
+
export declare type ShepherdAlertEdge = {
|
|
12476
|
+
__typename?: 'ShepherdAlertEdge';
|
|
12477
|
+
node?: Maybe<ShepherdAlert>;
|
|
12478
|
+
};
|
|
12479
|
+
export declare type ShepherdAlertResult = QueryError | ShepherdAlert;
|
|
11668
12480
|
export declare enum ShepherdAlertSeverity {
|
|
11669
12481
|
Critical = "CRITICAL",
|
|
11670
12482
|
High = "HIGH",
|
|
@@ -11676,9 +12488,16 @@ export declare enum ShepherdAlertStatus {
|
|
|
11676
12488
|
Triaged = "TRIAGED",
|
|
11677
12489
|
Untriaged = "UNTRIAGED"
|
|
11678
12490
|
}
|
|
12491
|
+
export declare type ShepherdAlertsConnection = {
|
|
12492
|
+
__typename?: 'ShepherdAlertsConnection';
|
|
12493
|
+
edges?: Maybe<Array<Maybe<ShepherdAlertEdge>>>;
|
|
12494
|
+
};
|
|
12495
|
+
export declare type ShepherdAlertsResult = QueryError | ShepherdAlertsConnection;
|
|
11679
12496
|
export declare type ShepherdAppInfo = {
|
|
11680
12497
|
__typename?: 'ShepherdAppInfo';
|
|
11681
12498
|
apiVersion: Scalars['Int'];
|
|
12499
|
+
env: Scalars['String'];
|
|
12500
|
+
loginUrl: Scalars['String'];
|
|
11682
12501
|
};
|
|
11683
12502
|
export declare type ShepherdCreateAlertInput = {
|
|
11684
12503
|
cloudId?: Maybe<Scalars['ID']>;
|
|
@@ -11692,23 +12511,56 @@ export declare type ShepherdCreateAlertPayload = Payload & {
|
|
|
11692
12511
|
node?: Maybe<ShepherdAlert>;
|
|
11693
12512
|
success: Scalars['Boolean'];
|
|
11694
12513
|
};
|
|
12514
|
+
export declare type ShepherdCreateOrganizationInput = {
|
|
12515
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
12516
|
+
id: Scalars['ID'];
|
|
12517
|
+
};
|
|
12518
|
+
export declare type ShepherdCreateOrganizationPayload = Payload & {
|
|
12519
|
+
__typename?: 'ShepherdCreateOrganizationPayload';
|
|
12520
|
+
errors?: Maybe<Array<MutationError>>;
|
|
12521
|
+
node?: Maybe<ShepherdOrganization>;
|
|
12522
|
+
success: Scalars['Boolean'];
|
|
12523
|
+
};
|
|
12524
|
+
export declare type ShepherdGenericQueryErrorExtension = QueryErrorExtension & {
|
|
12525
|
+
__typename?: 'ShepherdGenericQueryErrorExtension';
|
|
12526
|
+
errorType?: Maybe<Scalars['String']>;
|
|
12527
|
+
statusCode?: Maybe<Scalars['Int']>;
|
|
12528
|
+
type?: Maybe<ShepherdQueryErrorType>;
|
|
12529
|
+
};
|
|
11695
12530
|
export declare type ShepherdMutation = {
|
|
11696
12531
|
__typename?: 'ShepherdMutation';
|
|
11697
12532
|
createAlert?: Maybe<ShepherdCreateAlertPayload>;
|
|
12533
|
+
createOrganization?: Maybe<ShepherdCreateOrganizationPayload>;
|
|
11698
12534
|
updateAlert?: Maybe<ShepherdUpdateAlertPayload>;
|
|
12535
|
+
updateOrganization?: Maybe<ShepherdUpdateOrganizationPayload>;
|
|
11699
12536
|
};
|
|
11700
12537
|
export declare type ShepherdMutationCreateAlertArgs = {
|
|
11701
12538
|
input: ShepherdCreateAlertInput;
|
|
11702
12539
|
};
|
|
12540
|
+
export declare type ShepherdMutationCreateOrganizationArgs = {
|
|
12541
|
+
input: ShepherdCreateOrganizationInput;
|
|
12542
|
+
};
|
|
11703
12543
|
export declare type ShepherdMutationUpdateAlertArgs = {
|
|
11704
12544
|
id: Scalars['ID'];
|
|
11705
12545
|
input: ShepherdUpdateAlertInput;
|
|
11706
12546
|
};
|
|
12547
|
+
export declare type ShepherdMutationUpdateOrganizationArgs = {
|
|
12548
|
+
id: Scalars['ID'];
|
|
12549
|
+
input: ShepherdUpdateOrganizationInput;
|
|
12550
|
+
};
|
|
12551
|
+
export declare type ShepherdOrganization = {
|
|
12552
|
+
__typename?: 'ShepherdOrganization';
|
|
12553
|
+
createdOn: Scalars['DateTime'];
|
|
12554
|
+
enabled: Scalars['Boolean'];
|
|
12555
|
+
id: Scalars['ID'];
|
|
12556
|
+
updatedOn?: Maybe<Scalars['DateTime']>;
|
|
12557
|
+
};
|
|
11707
12558
|
export declare type ShepherdQuery = {
|
|
11708
12559
|
__typename?: 'ShepherdQuery';
|
|
11709
|
-
shepherdAlert?: Maybe<
|
|
11710
|
-
shepherdAlerts?: Maybe<
|
|
12560
|
+
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
12561
|
+
shepherdAlerts?: Maybe<ShepherdAlertsResult>;
|
|
11711
12562
|
shepherdAppInfo: ShepherdAppInfo;
|
|
12563
|
+
shepherdOrganization?: Maybe<ShepherdOrganization>;
|
|
11712
12564
|
shepherdUser?: Maybe<ShepherdUser>;
|
|
11713
12565
|
};
|
|
11714
12566
|
export declare type ShepherdQueryShepherdAlertArgs = {
|
|
@@ -11717,6 +12569,13 @@ export declare type ShepherdQueryShepherdAlertArgs = {
|
|
|
11717
12569
|
export declare type ShepherdQueryShepherdAlertsArgs = {
|
|
11718
12570
|
orgId: Scalars['ID'];
|
|
11719
12571
|
};
|
|
12572
|
+
export declare type ShepherdQueryShepherdOrganizationArgs = {
|
|
12573
|
+
id: Scalars['ID'];
|
|
12574
|
+
};
|
|
12575
|
+
export declare enum ShepherdQueryErrorType {
|
|
12576
|
+
NoProductAccess = "NO_PRODUCT_ACCESS",
|
|
12577
|
+
Unauthorized = "UNAUTHORIZED"
|
|
12578
|
+
}
|
|
11720
12579
|
export declare type ShepherdUpdateAlertInput = {
|
|
11721
12580
|
status?: Maybe<ShepherdAlertStatus>;
|
|
11722
12581
|
};
|
|
@@ -11726,9 +12585,18 @@ export declare type ShepherdUpdateAlertPayload = Payload & {
|
|
|
11726
12585
|
node?: Maybe<ShepherdAlert>;
|
|
11727
12586
|
success: Scalars['Boolean'];
|
|
11728
12587
|
};
|
|
12588
|
+
export declare type ShepherdUpdateOrganizationInput = {
|
|
12589
|
+
enabled?: Maybe<Scalars['Boolean']>;
|
|
12590
|
+
};
|
|
12591
|
+
export declare type ShepherdUpdateOrganizationPayload = Payload & {
|
|
12592
|
+
__typename?: 'ShepherdUpdateOrganizationPayload';
|
|
12593
|
+
errors?: Maybe<Array<MutationError>>;
|
|
12594
|
+
node?: Maybe<ShepherdOrganization>;
|
|
12595
|
+
success: Scalars['Boolean'];
|
|
12596
|
+
};
|
|
11729
12597
|
export declare type ShepherdUser = {
|
|
11730
12598
|
__typename?: 'ShepherdUser';
|
|
11731
|
-
|
|
12599
|
+
user?: Maybe<User>;
|
|
11732
12600
|
};
|
|
11733
12601
|
export declare type SoftwareBoard = {
|
|
11734
12602
|
__typename?: 'SoftwareBoard';
|
|
@@ -11949,9 +12817,9 @@ export declare type SupportRequest = SupportRequestCommonRequest & {
|
|
|
11949
12817
|
reporter: SupportRequestUser;
|
|
11950
12818
|
participants: Array<SupportRequestUser>;
|
|
11951
12819
|
fields: Array<SupportRequestField>;
|
|
11952
|
-
comments
|
|
12820
|
+
comments?: Maybe<SupportRequestComments>;
|
|
11953
12821
|
statuses: SupportRequestStatuses;
|
|
11954
|
-
transitions
|
|
12822
|
+
transitions?: Maybe<SupportRequestTransitions>;
|
|
11955
12823
|
targetScreen: Scalars['String'];
|
|
11956
12824
|
lastComment: SupportRequestComments;
|
|
11957
12825
|
};
|
|
@@ -11979,6 +12847,7 @@ export declare type SupportRequestCatalogMutationApi = {
|
|
|
11979
12847
|
__typename?: 'SupportRequestCatalogMutationApi';
|
|
11980
12848
|
addComment?: Maybe<SupportRequestComment>;
|
|
11981
12849
|
statusTransition?: Maybe<Scalars['Boolean']>;
|
|
12850
|
+
removeRequestParticipants?: Maybe<SupportRequestParticipants>;
|
|
11982
12851
|
createNamedContactOperationRequest?: Maybe<SupportRequest>;
|
|
11983
12852
|
};
|
|
11984
12853
|
export declare type SupportRequestCatalogMutationApiAddCommentArgs = {
|
|
@@ -11987,6 +12856,9 @@ export declare type SupportRequestCatalogMutationApiAddCommentArgs = {
|
|
|
11987
12856
|
export declare type SupportRequestCatalogMutationApiStatusTransitionArgs = {
|
|
11988
12857
|
input?: Maybe<SupportRequestTransitionInput>;
|
|
11989
12858
|
};
|
|
12859
|
+
export declare type SupportRequestCatalogMutationApiRemoveRequestParticipantsArgs = {
|
|
12860
|
+
input?: Maybe<SupportRequestParticipantsInput>;
|
|
12861
|
+
};
|
|
11990
12862
|
export declare type SupportRequestCatalogMutationApiCreateNamedContactOperationRequestArgs = {
|
|
11991
12863
|
emails: Array<Scalars['String']>;
|
|
11992
12864
|
organizationId?: Maybe<Scalars['String']>;
|
|
@@ -12110,6 +12982,19 @@ export declare type SupportRequestPageMigrationRequestsArgs = {
|
|
|
12110
12982
|
offset?: Scalars['Int'];
|
|
12111
12983
|
size?: Scalars['Int'];
|
|
12112
12984
|
};
|
|
12985
|
+
export declare type SupportRequestParticipants = {
|
|
12986
|
+
__typename?: 'SupportRequestParticipants';
|
|
12987
|
+
offset: Scalars['Int'];
|
|
12988
|
+
limit: Scalars['Int'];
|
|
12989
|
+
size: Scalars['Int'];
|
|
12990
|
+
lastPage: Scalars['Boolean'];
|
|
12991
|
+
values: Array<SupportRequestUser>;
|
|
12992
|
+
};
|
|
12993
|
+
export declare type SupportRequestParticipantsInput = {
|
|
12994
|
+
requestKey: Scalars['String'];
|
|
12995
|
+
aaids?: Maybe<Array<Scalars['String']>>;
|
|
12996
|
+
gsacUsernames?: Maybe<Array<Scalars['String']>>;
|
|
12997
|
+
};
|
|
12113
12998
|
export declare enum SupportRequestQueryOwnership {
|
|
12114
12999
|
Reporter = "REPORTER",
|
|
12115
13000
|
Participant = "PARTICIPANT"
|
|
@@ -12140,6 +13025,8 @@ export declare type SupportRequestStatuses = {
|
|
|
12140
13025
|
export declare type SupportRequestTicket = {
|
|
12141
13026
|
__typename?: 'SupportRequestTicket';
|
|
12142
13027
|
issueKey?: Maybe<Scalars['String']>;
|
|
13028
|
+
statusName?: Maybe<Scalars['String']>;
|
|
13029
|
+
categoryKey?: Maybe<Scalars['String']>;
|
|
12143
13030
|
};
|
|
12144
13031
|
export declare type SupportRequestTransition = {
|
|
12145
13032
|
__typename?: 'SupportRequestTransition';
|
|
@@ -12188,9 +13075,39 @@ export declare enum SwimlaneStrategy {
|
|
|
12188
13075
|
export declare type Team = {
|
|
12189
13076
|
__typename?: 'Team';
|
|
12190
13077
|
id: Scalars['ID'];
|
|
13078
|
+
organizationId?: Maybe<Scalars['String']>;
|
|
13079
|
+
creator?: Maybe<User>;
|
|
13080
|
+
state?: Maybe<TeamState>;
|
|
12191
13081
|
displayName?: Maybe<Scalars['String']>;
|
|
13082
|
+
description?: Maybe<Scalars['String']>;
|
|
13083
|
+
membershipSetting?: Maybe<MembershipSetting>;
|
|
13084
|
+
smallHeaderImageUrl?: Maybe<Scalars['String']>;
|
|
13085
|
+
largeHeaderImageUrl?: Maybe<Scalars['String']>;
|
|
12192
13086
|
smallAvatarImageUrl?: Maybe<Scalars['String']>;
|
|
12193
13087
|
largeAvatarImageUrl?: Maybe<Scalars['String']>;
|
|
13088
|
+
members?: Maybe<TeamMemberConnection>;
|
|
13089
|
+
};
|
|
13090
|
+
export declare type TeamMembersArgs = {
|
|
13091
|
+
after?: Maybe<Scalars['String']>;
|
|
13092
|
+
first?: Scalars['Int'];
|
|
13093
|
+
state?: Array<MembershipState>;
|
|
13094
|
+
};
|
|
13095
|
+
export declare type TeamMember = {
|
|
13096
|
+
__typename?: 'TeamMember';
|
|
13097
|
+
member?: Maybe<User>;
|
|
13098
|
+
state?: Maybe<MembershipState>;
|
|
13099
|
+
role?: Maybe<MembershipRole>;
|
|
13100
|
+
};
|
|
13101
|
+
export declare type TeamMemberConnection = {
|
|
13102
|
+
__typename?: 'TeamMemberConnection';
|
|
13103
|
+
edges?: Maybe<Array<Maybe<TeamMemberEdge>>>;
|
|
13104
|
+
nodes?: Maybe<Array<Maybe<TeamMember>>>;
|
|
13105
|
+
pageInfo: PageInfo;
|
|
13106
|
+
};
|
|
13107
|
+
export declare type TeamMemberEdge = {
|
|
13108
|
+
__typename?: 'TeamMemberEdge';
|
|
13109
|
+
node?: Maybe<TeamMember>;
|
|
13110
|
+
cursor: Scalars['String'];
|
|
12194
13111
|
};
|
|
12195
13112
|
export declare type TeamQuery = {
|
|
12196
13113
|
__typename?: 'TeamQuery';
|
|
@@ -12199,6 +13116,11 @@ export declare type TeamQuery = {
|
|
|
12199
13116
|
export declare type TeamQueryTeamArgs = {
|
|
12200
13117
|
id: Scalars['ID'];
|
|
12201
13118
|
};
|
|
13119
|
+
export declare enum TeamState {
|
|
13120
|
+
Active = "ACTIVE",
|
|
13121
|
+
Disbanded = "DISBANDED",
|
|
13122
|
+
Purged = "PURGED"
|
|
13123
|
+
}
|
|
12202
13124
|
export declare type TenantContext = {
|
|
12203
13125
|
__typename?: 'TenantContext';
|
|
12204
13126
|
cloudId?: Maybe<Scalars['ID']>;
|
|
@@ -12288,6 +13210,30 @@ export declare type TownsquareGoalEdge = {
|
|
|
12288
13210
|
cursor: Scalars['String'];
|
|
12289
13211
|
node?: Maybe<TownsquareGoal>;
|
|
12290
13212
|
};
|
|
13213
|
+
export declare enum TownsquareGoalSortEnum {
|
|
13214
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
13215
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
13216
|
+
HierarchyAsc = "HIERARCHY_ASC",
|
|
13217
|
+
HierarchyDesc = "HIERARCHY_DESC",
|
|
13218
|
+
HierarchyLevelAsc = "HIERARCHY_LEVEL_ASC",
|
|
13219
|
+
HierarchyLevelDesc = "HIERARCHY_LEVEL_DESC",
|
|
13220
|
+
IdAsc = "ID_ASC",
|
|
13221
|
+
IdDesc = "ID_DESC",
|
|
13222
|
+
LatestUpdateDateAsc = "LATEST_UPDATE_DATE_ASC",
|
|
13223
|
+
LatestUpdateDateDesc = "LATEST_UPDATE_DATE_DESC",
|
|
13224
|
+
MemberCountAsc = "MEMBER_COUNT_ASC",
|
|
13225
|
+
MemberCountDesc = "MEMBER_COUNT_DESC",
|
|
13226
|
+
NameAsc = "NAME_ASC",
|
|
13227
|
+
NameDesc = "NAME_DESC",
|
|
13228
|
+
ProjectCountAsc = "PROJECT_COUNT_ASC",
|
|
13229
|
+
ProjectCountDesc = "PROJECT_COUNT_DESC",
|
|
13230
|
+
ScoreAsc = "SCORE_ASC",
|
|
13231
|
+
ScoreDesc = "SCORE_DESC",
|
|
13232
|
+
TargetDateAsc = "TARGET_DATE_ASC",
|
|
13233
|
+
TargetDateDesc = "TARGET_DATE_DESC",
|
|
13234
|
+
WatchingAsc = "WATCHING_ASC",
|
|
13235
|
+
WatchingDesc = "WATCHING_DESC"
|
|
13236
|
+
}
|
|
12291
13237
|
export declare type TownsquareProject = Node & {
|
|
12292
13238
|
__typename?: 'TownsquareProject';
|
|
12293
13239
|
archived: Scalars['Boolean'];
|
|
@@ -12298,6 +13244,7 @@ export declare type TownsquareProject = Node & {
|
|
|
12298
13244
|
uuid: Scalars['String'];
|
|
12299
13245
|
owner?: Maybe<User>;
|
|
12300
13246
|
url?: Maybe<Scalars['String']>;
|
|
13247
|
+
state?: Maybe<TownsquareProjectState>;
|
|
12301
13248
|
};
|
|
12302
13249
|
export declare type TownsquareProjectConnection = {
|
|
12303
13250
|
__typename?: 'TownsquareProjectConnection';
|
|
@@ -12309,26 +13256,69 @@ export declare type TownsquareProjectEdge = {
|
|
|
12309
13256
|
cursor: Scalars['String'];
|
|
12310
13257
|
node?: Maybe<TownsquareProject>;
|
|
12311
13258
|
};
|
|
13259
|
+
export declare enum TownsquareProjectSortEnum {
|
|
13260
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
13261
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
13262
|
+
IdAsc = "ID_ASC",
|
|
13263
|
+
IdDesc = "ID_DESC",
|
|
13264
|
+
LatestUpdateDateAsc = "LATEST_UPDATE_DATE_ASC",
|
|
13265
|
+
LatestUpdateDateDesc = "LATEST_UPDATE_DATE_DESC",
|
|
13266
|
+
NameAsc = "NAME_ASC",
|
|
13267
|
+
NameDesc = "NAME_DESC",
|
|
13268
|
+
StartDateAsc = "START_DATE_ASC",
|
|
13269
|
+
StartDateDesc = "START_DATE_DESC",
|
|
13270
|
+
StatusAsc = "STATUS_ASC",
|
|
13271
|
+
StatusDesc = "STATUS_DESC",
|
|
13272
|
+
TargetDateAsc = "TARGET_DATE_ASC",
|
|
13273
|
+
TargetDateDesc = "TARGET_DATE_DESC",
|
|
13274
|
+
WatchingAsc = "WATCHING_ASC",
|
|
13275
|
+
WatchingDesc = "WATCHING_DESC"
|
|
13276
|
+
}
|
|
13277
|
+
export declare type TownsquareProjectState = {
|
|
13278
|
+
__typename?: 'TownsquareProjectState';
|
|
13279
|
+
label?: Maybe<Scalars['String']>;
|
|
13280
|
+
value?: Maybe<TownsquareProjectStateValue>;
|
|
13281
|
+
};
|
|
13282
|
+
export declare enum TownsquareProjectStateValue {
|
|
13283
|
+
Archived = "archived",
|
|
13284
|
+
AtRisk = "at_risk",
|
|
13285
|
+
Done = "done",
|
|
13286
|
+
OffTrack = "off_track",
|
|
13287
|
+
OnTrack = "on_track",
|
|
13288
|
+
Paused = "paused",
|
|
13289
|
+
Pending = "pending"
|
|
13290
|
+
}
|
|
12312
13291
|
export declare type TownsquareQueryApi = {
|
|
12313
13292
|
__typename?: 'TownsquareQueryApi';
|
|
12314
|
-
projectsByAri?: Maybe<
|
|
12315
|
-
goalsByAri?: Maybe<
|
|
12316
|
-
commentsByAri?: Maybe<
|
|
13293
|
+
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
13294
|
+
goalsByAri?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
13295
|
+
commentsByAri?: Maybe<Array<Maybe<TownsquareComment>>>;
|
|
13296
|
+
projectSearch?: Maybe<TownsquareProjectConnection>;
|
|
13297
|
+
goalSearch?: Maybe<TownsquareGoalConnection>;
|
|
12317
13298
|
};
|
|
12318
13299
|
export declare type TownsquareQueryApiProjectsByAriArgs = {
|
|
12319
13300
|
aris?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
12320
|
-
after?: Maybe<Scalars['String']>;
|
|
12321
|
-
first?: Maybe<Scalars['Int']>;
|
|
12322
13301
|
};
|
|
12323
13302
|
export declare type TownsquareQueryApiGoalsByAriArgs = {
|
|
12324
13303
|
aris?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
12325
|
-
after?: Maybe<Scalars['String']>;
|
|
12326
|
-
first?: Maybe<Scalars['Int']>;
|
|
12327
13304
|
};
|
|
12328
13305
|
export declare type TownsquareQueryApiCommentsByAriArgs = {
|
|
12329
13306
|
aris?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
13307
|
+
};
|
|
13308
|
+
export declare type TownsquareQueryApiProjectSearchArgs = {
|
|
13309
|
+
after?: Maybe<Scalars['String']>;
|
|
13310
|
+
cloudId: Scalars['String'];
|
|
13311
|
+
first?: Maybe<Scalars['Int']>;
|
|
13312
|
+
phase?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
13313
|
+
q?: Maybe<Scalars['String']>;
|
|
13314
|
+
sort?: Maybe<Array<Maybe<TownsquareProjectSortEnum>>>;
|
|
13315
|
+
};
|
|
13316
|
+
export declare type TownsquareQueryApiGoalSearchArgs = {
|
|
12330
13317
|
after?: Maybe<Scalars['String']>;
|
|
13318
|
+
cloudId: Scalars['String'];
|
|
12331
13319
|
first?: Maybe<Scalars['Int']>;
|
|
13320
|
+
q?: Maybe<Scalars['String']>;
|
|
13321
|
+
sort?: Maybe<Array<Maybe<TownsquareGoalSortEnum>>>;
|
|
12332
13322
|
};
|
|
12333
13323
|
export declare type TunnelDefinitionsInput = {
|
|
12334
13324
|
faasTunnelUrl?: Maybe<Scalars['URL']>;
|
|
@@ -12669,6 +13659,17 @@ export declare type UpdatePolarisFieldDescriptionPayload = Payload & {
|
|
|
12669
13659
|
errors?: Maybe<Array<MutationError>>;
|
|
12670
13660
|
node?: Maybe<PolarisIdeaField>;
|
|
12671
13661
|
};
|
|
13662
|
+
export declare type UpdatePolarisFieldEmojiInput = {
|
|
13663
|
+
field: Scalars['ID'];
|
|
13664
|
+
ideaType: Scalars['ID'];
|
|
13665
|
+
emoji?: Maybe<Scalars['String']>;
|
|
13666
|
+
};
|
|
13667
|
+
export declare type UpdatePolarisFieldEmojiPayload = Payload & {
|
|
13668
|
+
__typename?: 'UpdatePolarisFieldEmojiPayload';
|
|
13669
|
+
success: Scalars['Boolean'];
|
|
13670
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13671
|
+
node?: Maybe<PolarisIdeaField>;
|
|
13672
|
+
};
|
|
12672
13673
|
export declare type UpdatePolarisFieldOptionWeightInput = {
|
|
12673
13674
|
project: Scalars['ID'];
|
|
12674
13675
|
field: Scalars['ID'];
|
|
@@ -12791,6 +13792,11 @@ export declare type UpdatePolarisViewSetPayload = Payload & {
|
|
|
12791
13792
|
errors?: Maybe<Array<MutationError>>;
|
|
12792
13793
|
node?: Maybe<PolarisViewSet>;
|
|
12793
13794
|
};
|
|
13795
|
+
export declare type UpdatePolarisViewTimestampPayload = Payload & {
|
|
13796
|
+
__typename?: 'UpdatePolarisViewTimestampPayload';
|
|
13797
|
+
success: Scalars['Boolean'];
|
|
13798
|
+
errors?: Maybe<Array<MutationError>>;
|
|
13799
|
+
};
|
|
12794
13800
|
export declare type User = {
|
|
12795
13801
|
accountId: Scalars['ID'];
|
|
12796
13802
|
accountStatus: AccountStatus;
|