@forge/cli-shared 5.5.3-next.3 → 5.6.0-next.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6787,6 +6787,7 @@ export declare type ConfigurePolarisRefreshPayload = Payload & {
|
|
|
6787
6787
|
node?: Maybe<Scalars['Int']['output']>;
|
|
6788
6788
|
success: Scalars['Boolean']['output'];
|
|
6789
6789
|
};
|
|
6790
|
+
export declare type ConfluenceAncestor = ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluencePage | ConfluenceWhiteboard;
|
|
6790
6791
|
export declare type ConfluenceBlogPost = {
|
|
6791
6792
|
__typename?: 'ConfluenceBlogPost';
|
|
6792
6793
|
author?: Maybe<ConfluenceUserInfo>;
|
|
@@ -7044,6 +7045,7 @@ export declare type ConfluenceCreateSpacePayload = Payload & {
|
|
|
7044
7045
|
};
|
|
7045
7046
|
export declare type ConfluenceDatabase = {
|
|
7046
7047
|
__typename?: 'ConfluenceDatabase';
|
|
7048
|
+
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
7047
7049
|
author?: Maybe<ConfluenceUserInfo>;
|
|
7048
7050
|
databaseId: Scalars['ID']['output'];
|
|
7049
7051
|
id: Scalars['ID']['output'];
|
|
@@ -7101,6 +7103,7 @@ export declare type ConfluenceDeletePagePropertyPayload = Payload & {
|
|
|
7101
7103
|
};
|
|
7102
7104
|
export declare type ConfluenceEmbed = {
|
|
7103
7105
|
__typename?: 'ConfluenceEmbed';
|
|
7106
|
+
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
7104
7107
|
author?: Maybe<ConfluenceUserInfo>;
|
|
7105
7108
|
embedId: Scalars['ID']['output'];
|
|
7106
7109
|
id: Scalars['ID']['output'];
|
|
@@ -7122,6 +7125,7 @@ export declare type ConfluenceFavoritedSummary = {
|
|
|
7122
7125
|
};
|
|
7123
7126
|
export declare type ConfluenceFolder = {
|
|
7124
7127
|
__typename?: 'ConfluenceFolder';
|
|
7128
|
+
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
7125
7129
|
author?: Maybe<ConfluenceUserInfo>;
|
|
7126
7130
|
folderId: Scalars['ID']['output'];
|
|
7127
7131
|
id: Scalars['ID']['output'];
|
|
@@ -13007,6 +13011,7 @@ export declare enum ConfluenceOperationTarget {
|
|
|
13007
13011
|
}
|
|
13008
13012
|
export declare type ConfluencePage = {
|
|
13009
13013
|
__typename?: 'ConfluencePage';
|
|
13014
|
+
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
13010
13015
|
ancestors?: Maybe<Array<Maybe<ConfluencePage>>>;
|
|
13011
13016
|
author?: Maybe<ConfluenceUserInfo>;
|
|
13012
13017
|
body?: Maybe<ConfluenceBodies>;
|
|
@@ -13973,6 +13978,7 @@ export declare type ConfluenceValidateSpaceKeyResponse = {
|
|
|
13973
13978
|
};
|
|
13974
13979
|
export declare type ConfluenceWhiteboard = {
|
|
13975
13980
|
__typename?: 'ConfluenceWhiteboard';
|
|
13981
|
+
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
13976
13982
|
author?: Maybe<ConfluenceUserInfo>;
|
|
13977
13983
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
13978
13984
|
id: Scalars['ID']['output'];
|
|
@@ -19513,6 +19519,7 @@ export declare type Extension = {
|
|
|
19513
19519
|
oauthClientId: Scalars['ID']['output'];
|
|
19514
19520
|
principal?: Maybe<AppPrincipal>;
|
|
19515
19521
|
properties: Scalars['JSON']['output'];
|
|
19522
|
+
remoteInstallationRegion?: Maybe<Scalars['String']['output']>;
|
|
19516
19523
|
requiresAutoConsent?: Maybe<Scalars['Boolean']['output']>;
|
|
19517
19524
|
requiresUserConsent?: Maybe<Scalars['Boolean']['output']>;
|
|
19518
19525
|
scopes: Array<Scalars['String']['output']>;
|
|
@@ -28329,20 +28336,6 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
|
|
|
28329
28336
|
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
28330
28337
|
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
28331
28338
|
};
|
|
28332
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
|
|
28333
|
-
relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28334
|
-
};
|
|
28335
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28336
|
-
__typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
|
|
28337
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28338
|
-
success: Scalars['Boolean']['output'];
|
|
28339
|
-
};
|
|
28340
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28341
|
-
from: Scalars['ID']['input'];
|
|
28342
|
-
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
28343
|
-
to: Scalars['ID']['input'];
|
|
28344
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28345
|
-
};
|
|
28346
28339
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
28347
28340
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
28348
28341
|
};
|
|
@@ -28678,19 +28671,6 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
|
|
|
28678
28671
|
from: Scalars['ID']['input'];
|
|
28679
28672
|
to: Scalars['ID']['input'];
|
|
28680
28673
|
};
|
|
28681
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
|
|
28682
|
-
relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28683
|
-
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28684
|
-
};
|
|
28685
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28686
|
-
__typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
|
|
28687
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28688
|
-
success: Scalars['Boolean']['output'];
|
|
28689
|
-
};
|
|
28690
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28691
|
-
from: Scalars['ID']['input'];
|
|
28692
|
-
to: Scalars['ID']['input'];
|
|
28693
|
-
};
|
|
28694
28674
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
28695
28675
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
28696
28676
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28963,10 +28943,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
|
28963
28943
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28964
28944
|
};
|
|
28965
28945
|
export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
|
|
28966
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
28967
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
28968
28946
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28969
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28970
28947
|
};
|
|
28971
28948
|
export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
|
|
28972
28949
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -32609,7 +32586,6 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
|
32609
32586
|
export declare type GraphStoreMutation = {
|
|
32610
32587
|
__typename?: 'GraphStoreMutation';
|
|
32611
32588
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
32612
|
-
createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
|
|
32613
32589
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
32614
32590
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
32615
32591
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -32631,7 +32607,6 @@ export declare type GraphStoreMutation = {
|
|
|
32631
32607
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
32632
32608
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
32633
32609
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
32634
|
-
deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
|
|
32635
32610
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
32636
32611
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
32637
32612
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -32656,9 +32631,6 @@ export declare type GraphStoreMutation = {
|
|
|
32656
32631
|
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
32657
32632
|
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
32658
32633
|
};
|
|
32659
|
-
export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
|
|
32660
|
-
input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
|
|
32661
|
-
};
|
|
32662
32634
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
32663
32635
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
32664
32636
|
};
|
|
@@ -32722,9 +32694,6 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
|
32722
32694
|
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
32723
32695
|
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
32724
32696
|
};
|
|
32725
|
-
export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
|
|
32726
|
-
input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
|
|
32727
|
-
};
|
|
32728
32697
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
32729
32698
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
32730
32699
|
};
|
|
@@ -33549,12 +33518,10 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
|
|
|
33549
33518
|
};
|
|
33550
33519
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
|
|
33551
33520
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
|
|
33552
|
-
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo &
|
|
33521
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & {
|
|
33553
33522
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
|
|
33554
33523
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
|
|
33555
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33556
33524
|
pageInfo: PageInfo;
|
|
33557
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33558
33525
|
};
|
|
33559
33526
|
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
33560
33527
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
|
|
@@ -33564,12 +33531,10 @@ export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
|
33564
33531
|
lastUpdated: Scalars['DateTime']['output'];
|
|
33565
33532
|
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
|
|
33566
33533
|
};
|
|
33567
|
-
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo &
|
|
33534
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & {
|
|
33568
33535
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
|
|
33569
33536
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
|
|
33570
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33571
33537
|
pageInfo: PageInfo;
|
|
33572
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33573
33538
|
};
|
|
33574
33539
|
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
|
|
33575
33540
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
|
|
@@ -38761,7 +38726,6 @@ export declare type InvokeExtensionInput = {
|
|
|
38761
38726
|
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
38762
38727
|
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
38763
38728
|
payload: Scalars['JSON']['input'];
|
|
38764
|
-
schema?: InputMaybe<Scalars['String']['input']>;
|
|
38765
38729
|
};
|
|
38766
38730
|
export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtension & {
|
|
38767
38731
|
__typename?: 'InvokeExtensionPayloadErrorExtension';
|
|
@@ -40357,6 +40321,8 @@ export declare type JiraCalendarCrossProjectVersionsArgs = {
|
|
|
40357
40321
|
};
|
|
40358
40322
|
export declare type JiraCalendarIssueArgs = {
|
|
40359
40323
|
id: Scalars['ID']['input'];
|
|
40324
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
40325
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
40360
40326
|
};
|
|
40361
40327
|
export declare type JiraCalendarIssuesArgs = {
|
|
40362
40328
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -42536,6 +42502,7 @@ export declare type JiraFieldNonEditableReason = {
|
|
|
42536
42502
|
};
|
|
42537
42503
|
export declare type JiraFieldOperation = {
|
|
42538
42504
|
__typename?: 'JiraFieldOperation';
|
|
42505
|
+
canAssociateInSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
42539
42506
|
canDelete?: Maybe<Scalars['Boolean']['output']>;
|
|
42540
42507
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42541
42508
|
canModifyOptions?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -43446,6 +43413,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
43446
43413
|
summarisedDeployments?: Maybe<DevOpsSummarisedDeployments>;
|
|
43447
43414
|
summarisedFeatureFlags?: Maybe<DevOpsSummarisedFeatureFlags>;
|
|
43448
43415
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
43416
|
+
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
43449
43417
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
43450
43418
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
43451
43419
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
@@ -44530,6 +44498,10 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
44530
44498
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44531
44499
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
44532
44500
|
};
|
|
44501
|
+
export declare type JiraIssueSearchViewConfigInput = {
|
|
44502
|
+
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
44503
|
+
viewInput?: InputMaybe<JiraIssueSearchViewInput>;
|
|
44504
|
+
};
|
|
44533
44505
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
44534
44506
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
44535
44507
|
};
|
|
@@ -44537,6 +44509,10 @@ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
|
|
|
44537
44509
|
issueType?: InputMaybe<Scalars['ID']['input']>;
|
|
44538
44510
|
project?: InputMaybe<Scalars['ID']['input']>;
|
|
44539
44511
|
};
|
|
44512
|
+
export declare type JiraIssueSearchViewInput = {
|
|
44513
|
+
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
44514
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
44515
|
+
};
|
|
44540
44516
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
44541
44517
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
44542
44518
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -44732,6 +44708,8 @@ export declare enum JiraIssueViewTimestampDisplayMode {
|
|
|
44732
44708
|
export declare type JiraIssueWithScenario = {
|
|
44733
44709
|
__typename?: 'JiraIssueWithScenario';
|
|
44734
44710
|
errors?: Maybe<Array<QueryError>>;
|
|
44711
|
+
isInScope?: Maybe<Scalars['Boolean']['output']>;
|
|
44712
|
+
isUnscheduled?: Maybe<Scalars['Boolean']['output']>;
|
|
44735
44713
|
scenarioIssueLike?: Maybe<JiraScenarioIssueLike>;
|
|
44736
44714
|
};
|
|
44737
44715
|
export declare enum JiraIteration {
|
|
@@ -45995,6 +45973,7 @@ export declare type JiraMutation = {
|
|
|
45995
45973
|
updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
|
|
45996
45974
|
updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
|
|
45997
45975
|
updateNumberField?: Maybe<JiraNumberFieldPayload>;
|
|
45976
|
+
updateOriginalTimeEstimateField?: Maybe<JiraOriginalTimeEstimateFieldPayload>;
|
|
45998
45977
|
updateParentField?: Maybe<JiraParentFieldPayload>;
|
|
45999
45978
|
updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
|
|
46000
45979
|
updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
|
|
@@ -46440,6 +46419,9 @@ export declare type JiraMutationUpdateMultipleVersionPickerFieldArgs = {
|
|
|
46440
46419
|
export declare type JiraMutationUpdateNumberFieldArgs = {
|
|
46441
46420
|
input: JiraUpdateNumberFieldInput;
|
|
46442
46421
|
};
|
|
46422
|
+
export declare type JiraMutationUpdateOriginalTimeEstimateFieldArgs = {
|
|
46423
|
+
input: JiraOriginalTimeEstimateFieldInput;
|
|
46424
|
+
};
|
|
46443
46425
|
export declare type JiraMutationUpdateParentFieldArgs = {
|
|
46444
46426
|
input: JiraUpdateParentFieldInput;
|
|
46445
46427
|
};
|
|
@@ -46956,6 +46938,7 @@ export declare type JiraOpsgenieTeam = Node & {
|
|
|
46956
46938
|
};
|
|
46957
46939
|
export declare type JiraOption = JiraSelectableValue & Node & {
|
|
46958
46940
|
__typename?: 'JiraOption';
|
|
46941
|
+
color?: Maybe<JiraColor>;
|
|
46959
46942
|
id: Scalars['ID']['output'];
|
|
46960
46943
|
isDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
46961
46944
|
optionId: Scalars['String']['output'];
|
|
@@ -47032,6 +47015,16 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
47032
47015
|
type: Scalars['String']['output'];
|
|
47033
47016
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
47034
47017
|
};
|
|
47018
|
+
export declare type JiraOriginalTimeEstimateFieldInput = {
|
|
47019
|
+
id: Scalars['ID']['input'];
|
|
47020
|
+
originalEstimate: JiraEstimateInput;
|
|
47021
|
+
};
|
|
47022
|
+
export declare type JiraOriginalTimeEstimateFieldPayload = Payload & {
|
|
47023
|
+
__typename?: 'JiraOriginalTimeEstimateFieldPayload';
|
|
47024
|
+
errors?: Maybe<Array<MutationError>>;
|
|
47025
|
+
field?: Maybe<JiraOriginalTimeEstimateField>;
|
|
47026
|
+
success: Scalars['Boolean']['output'];
|
|
47027
|
+
};
|
|
47035
47028
|
export declare type JiraOutgoingEmailSettings = {
|
|
47036
47029
|
__typename?: 'JiraOutgoingEmailSettings';
|
|
47037
47030
|
emailDisabledDueToSpamProtectionRateLimit: Scalars['Boolean']['output'];
|
|
@@ -48798,6 +48791,7 @@ export declare type JiraQueryIssueSearchArgs = {
|
|
|
48798
48791
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48799
48792
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
48800
48793
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
48794
|
+
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
48801
48795
|
};
|
|
48802
48796
|
export declare type JiraQueryIssueSearchByFilterIdArgs = {
|
|
48803
48797
|
id: Scalars['ID']['input'];
|
|
@@ -51843,8 +51837,10 @@ export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
|
|
|
51843
51837
|
export declare type JiraSubscriptionOnCalendarIssueCreatedArgs = {
|
|
51844
51838
|
cloudId: Scalars['ID']['input'];
|
|
51845
51839
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
51840
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51846
51841
|
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51847
51842
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
51843
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51848
51844
|
};
|
|
51849
51845
|
export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
|
|
51850
51846
|
cloudId: Scalars['ID']['input'];
|
|
@@ -51853,8 +51849,10 @@ export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
|
|
|
51853
51849
|
export declare type JiraSubscriptionOnCalendarIssueUpdatedArgs = {
|
|
51854
51850
|
cloudId: Scalars['ID']['input'];
|
|
51855
51851
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
51852
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51856
51853
|
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51857
51854
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
51855
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51858
51856
|
};
|
|
51859
51857
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
51860
51858
|
cloudId: Scalars['ID']['input'];
|
|
@@ -54134,7 +54132,6 @@ export declare enum JsmChatCreateWebConversationMessageContentType {
|
|
|
54134
54132
|
Adf = "ADF"
|
|
54135
54133
|
}
|
|
54136
54134
|
export declare type JsmChatCreateWebConversationMessageInput = {
|
|
54137
|
-
authorId: Scalars['String']['input'];
|
|
54138
54135
|
message: Scalars['String']['input'];
|
|
54139
54136
|
};
|
|
54140
54137
|
export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
|
|
@@ -54488,7 +54485,6 @@ export declare type JsmChatUpdatedProjectSettings = {
|
|
|
54488
54485
|
requesterThreadMessageDisabled: Scalars['Boolean']['input'];
|
|
54489
54486
|
};
|
|
54490
54487
|
export declare type JsmChatWebAddConversationInteractionInput = {
|
|
54491
|
-
authorId: Scalars['String']['input'];
|
|
54492
54488
|
interactionType: JsmChatWebInteractionType;
|
|
54493
54489
|
jiraFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
54494
54490
|
selectedValue: Scalars['String']['input'];
|
|
@@ -55532,6 +55528,13 @@ export declare type LpPageInfo = {
|
|
|
55532
55528
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
55533
55529
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
55534
55530
|
};
|
|
55531
|
+
export declare type LpQueryError = Node & {
|
|
55532
|
+
__typename?: 'LpQueryError';
|
|
55533
|
+
extensions?: Maybe<Array<QueryErrorExtension>>;
|
|
55534
|
+
id: Scalars['ID']['output'];
|
|
55535
|
+
identifier?: Maybe<Scalars['ID']['output']>;
|
|
55536
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
55537
|
+
};
|
|
55535
55538
|
export declare enum LpSortOrder {
|
|
55536
55539
|
Asc = "ASC",
|
|
55537
55540
|
Desc = "DESC"
|
|
@@ -55737,6 +55740,18 @@ export declare type MarketplaceConnectAppDeployment = MarketplaceAppDeployment &
|
|
|
55737
55740
|
isDescriptorFileAvailable: Scalars['Boolean']['output'];
|
|
55738
55741
|
scopes: Array<ConnectAppScope>;
|
|
55739
55742
|
};
|
|
55743
|
+
export declare enum MarketplaceConsoleAsvlLegacyVersionApprovalStatus {
|
|
55744
|
+
Approved = "APPROVED",
|
|
55745
|
+
Archived = "ARCHIVED",
|
|
55746
|
+
Deleted = "DELETED",
|
|
55747
|
+
Rejected = "REJECTED",
|
|
55748
|
+
Submitted = "SUBMITTED",
|
|
55749
|
+
Uninitiated = "UNINITIATED"
|
|
55750
|
+
}
|
|
55751
|
+
export declare enum MarketplaceConsoleAsvlLegacyVersionStatus {
|
|
55752
|
+
Private = "PRIVATE",
|
|
55753
|
+
Public = "PUBLIC"
|
|
55754
|
+
}
|
|
55740
55755
|
export declare type MarketplaceConsoleAppPrivateListingsPageInfo = {
|
|
55741
55756
|
__typename?: 'MarketplaceConsoleAppPrivateListingsPageInfo';
|
|
55742
55757
|
endCursor: Scalars['String']['output'];
|
|
@@ -55817,9 +55832,9 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
|
|
|
55817
55832
|
}
|
|
55818
55833
|
export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
55819
55834
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
55820
|
-
appSoftwareId: Scalars['
|
|
55835
|
+
appSoftwareId: Scalars['String']['output'];
|
|
55821
55836
|
approvalStatus: Scalars['String']['output'];
|
|
55822
|
-
buildNumber: Scalars['
|
|
55837
|
+
buildNumber: Scalars['Int']['output'];
|
|
55823
55838
|
createdAt: Scalars['String']['output'];
|
|
55824
55839
|
createdBy: Scalars['String']['output'];
|
|
55825
55840
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
@@ -55831,7 +55846,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
55831
55846
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
55832
55847
|
updatedBy?: Maybe<Scalars['String']['output']>;
|
|
55833
55848
|
vendorLinks?: Maybe<MarketplaceConsoleAppSoftwareVersionListingLinks>;
|
|
55834
|
-
version?: Maybe<Scalars['
|
|
55849
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
55835
55850
|
youtubeId?: Maybe<Scalars['String']['output']>;
|
|
55836
55851
|
};
|
|
55837
55852
|
export declare type MarketplaceConsoleAppSoftwareVersionListingLinks = {
|
|
@@ -55850,10 +55865,16 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
55850
55865
|
Rejected = "REJECTED",
|
|
55851
55866
|
Submitted = "SUBMITTED"
|
|
55852
55867
|
}
|
|
55853
|
-
export declare type
|
|
55854
|
-
__typename?: '
|
|
55855
|
-
appSoftwareId: Scalars['
|
|
55856
|
-
|
|
55868
|
+
export declare type MarketplaceConsoleAppSoftwareVersionsListItem = {
|
|
55869
|
+
__typename?: 'MarketplaceConsoleAppSoftwareVersionsListItem';
|
|
55870
|
+
appSoftwareId: Scalars['String']['output'];
|
|
55871
|
+
buildNumber: Scalars['Int']['output'];
|
|
55872
|
+
legacyAppVersionApprovalStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>;
|
|
55873
|
+
legacyAppVersionStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
55874
|
+
releaseDate?: Maybe<Scalars['String']['output']>;
|
|
55875
|
+
releaseSummary?: Maybe<Scalars['String']['output']>;
|
|
55876
|
+
releasedByUserName?: Maybe<Scalars['String']['output']>;
|
|
55877
|
+
versionNumber?: Maybe<Scalars['String']['output']>;
|
|
55857
55878
|
};
|
|
55858
55879
|
export declare type MarketplaceConsoleAppSoftwares = {
|
|
55859
55880
|
__typename?: 'MarketplaceConsoleAppSoftwares';
|
|
@@ -55870,6 +55891,12 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
|
55870
55891
|
appSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
55871
55892
|
buildNumber: Scalars['ID']['input'];
|
|
55872
55893
|
};
|
|
55894
|
+
export declare type MarketplaceConsoleAppVersionsList = {
|
|
55895
|
+
__typename?: 'MarketplaceConsoleAppVersionsList';
|
|
55896
|
+
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
55897
|
+
nextCursor?: Maybe<Scalars['Int']['output']>;
|
|
55898
|
+
versions: Array<MarketplaceConsoleAppSoftwareVersionsListItem>;
|
|
55899
|
+
};
|
|
55873
55900
|
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
55874
55901
|
__typename?: 'MarketplaceConsoleArtifactFileInfo';
|
|
55875
55902
|
checksum: Scalars['String']['output'];
|
|
@@ -55884,9 +55911,7 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
55884
55911
|
scopes: Array<Scalars['String']['output']>;
|
|
55885
55912
|
};
|
|
55886
55913
|
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
55887
|
-
descriptorId: Scalars['String']['input'];
|
|
55888
55914
|
href: Scalars['String']['input'];
|
|
55889
|
-
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
55890
55915
|
};
|
|
55891
55916
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
55892
55917
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
@@ -56075,6 +56100,12 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
|
56075
56100
|
__typename?: 'MarketplaceConsoleGenericError';
|
|
56076
56101
|
message: Scalars['String']['output'];
|
|
56077
56102
|
};
|
|
56103
|
+
export declare type MarketplaceConsoleGetVersionsListInput = {
|
|
56104
|
+
appSoftwareIds: Array<Scalars['ID']['input']>;
|
|
56105
|
+
cursor?: InputMaybe<Scalars['Int']['input']>;
|
|
56106
|
+
legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
|
|
56107
|
+
legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
|
|
56108
|
+
};
|
|
56078
56109
|
export declare enum MarketplaceConsoleHosting {
|
|
56079
56110
|
Cloud = "CLOUD",
|
|
56080
56111
|
DataCenter = "DATA_CENTER",
|
|
@@ -56308,7 +56339,6 @@ export declare type MarketplaceConsolePluginFrameworkAttributes = {
|
|
|
56308
56339
|
pluginFrameworkType: MarketplaceConsolePluginFrameworkType;
|
|
56309
56340
|
};
|
|
56310
56341
|
export declare type MarketplaceConsolePluginFrameworkAttributesInput = {
|
|
56311
|
-
artifactId: Scalars['String']['input'];
|
|
56312
56342
|
href: Scalars['String']['input'];
|
|
56313
56343
|
};
|
|
56314
56344
|
export declare enum MarketplaceConsolePluginFrameworkType {
|
|
@@ -56429,7 +56459,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
56429
56459
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
|
|
56430
56460
|
appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
56431
56461
|
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
|
|
56432
|
-
|
|
56462
|
+
appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
|
|
56433
56463
|
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
|
|
56434
56464
|
currentPartnerContact?: Maybe<MarketplaceConsolePartnerContact>;
|
|
56435
56465
|
currentPartnerContactByAppId?: Maybe<MarketplaceConsolePartnerContact>;
|
|
@@ -56458,8 +56488,8 @@ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionListingArgs = {
|
|
|
56458
56488
|
appId: Scalars['ID']['input'];
|
|
56459
56489
|
buildNumber: Scalars['ID']['input'];
|
|
56460
56490
|
};
|
|
56461
|
-
export declare type
|
|
56462
|
-
|
|
56491
|
+
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
|
|
56492
|
+
versionsListInput: MarketplaceConsoleGetVersionsListInput;
|
|
56463
56493
|
};
|
|
56464
56494
|
export declare type MarketplaceConsoleQueryApiAppSoftwaresByAppIdArgs = {
|
|
56465
56495
|
appId: Scalars['ID']['input'];
|
|
@@ -56546,7 +56576,6 @@ export declare type MarketplaceConsoleWorkflowFrameworkAttributes = {
|
|
|
56546
56576
|
artifactId: Scalars['ID']['output'];
|
|
56547
56577
|
};
|
|
56548
56578
|
export declare type MarketplaceConsoleWorkflowFrameworkAttributesInput = {
|
|
56549
|
-
artifactId: Scalars['String']['input'];
|
|
56550
56579
|
href: Scalars['String']['input'];
|
|
56551
56580
|
};
|
|
56552
56581
|
export declare enum MarketplaceEntityStatus {
|
|
@@ -57211,6 +57240,7 @@ export declare enum MembershipState {
|
|
|
57211
57240
|
Invited = "INVITED",
|
|
57212
57241
|
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
57213
57242
|
}
|
|
57243
|
+
export declare type MercuryActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | TownsquareGoal;
|
|
57214
57244
|
export declare type MercuryAddWatcherToFocusAreaInput = {
|
|
57215
57245
|
cloudId: Scalars['ID']['input'];
|
|
57216
57246
|
focusAreaId: Scalars['ID']['input'];
|
|
@@ -57439,6 +57469,14 @@ export declare enum MercuryEntityType {
|
|
|
57439
57469
|
Program = "PROGRAM",
|
|
57440
57470
|
ProgramStatusUpdate = "PROGRAM_STATUS_UPDATE"
|
|
57441
57471
|
}
|
|
57472
|
+
export declare enum MercuryEventType {
|
|
57473
|
+
Create = "CREATE",
|
|
57474
|
+
Delete = "DELETE",
|
|
57475
|
+
Import = "IMPORT",
|
|
57476
|
+
Link = "LINK",
|
|
57477
|
+
Unlink = "UNLINK",
|
|
57478
|
+
Update = "UPDATE"
|
|
57479
|
+
}
|
|
57442
57480
|
export declare type MercuryFocusArea = Node & {
|
|
57443
57481
|
__typename?: 'MercuryFocusArea';
|
|
57444
57482
|
aboutContent: MercuryFocusAreaAbout;
|
|
@@ -57486,6 +57524,30 @@ export declare type MercuryFocusAreaAbout = {
|
|
|
57486
57524
|
__typename?: 'MercuryFocusAreaAbout';
|
|
57487
57525
|
editorAdfContent?: Maybe<Scalars['String']['output']>;
|
|
57488
57526
|
};
|
|
57527
|
+
export declare type MercuryFocusAreaActivityConnection = {
|
|
57528
|
+
__typename?: 'MercuryFocusAreaActivityConnection';
|
|
57529
|
+
edges?: Maybe<Array<Maybe<MercuryFocusAreaActivityEdge>>>;
|
|
57530
|
+
pageInfo: PageInfo;
|
|
57531
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
57532
|
+
};
|
|
57533
|
+
export declare type MercuryFocusAreaActivityEdge = {
|
|
57534
|
+
__typename?: 'MercuryFocusAreaActivityEdge';
|
|
57535
|
+
cursor: Scalars['String']['output'];
|
|
57536
|
+
node?: Maybe<MercuryFocusAreaActivityHistory>;
|
|
57537
|
+
};
|
|
57538
|
+
export declare type MercuryFocusAreaActivityHistory = Node & {
|
|
57539
|
+
__typename?: 'MercuryFocusAreaActivityHistory';
|
|
57540
|
+
eventDate?: Maybe<Scalars['String']['output']>;
|
|
57541
|
+
eventType?: Maybe<MercuryEventType>;
|
|
57542
|
+
fields?: Maybe<Array<Maybe<MercuryUpdatedField>>>;
|
|
57543
|
+
fieldsChanged?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
57544
|
+
focusAreaId?: Maybe<Scalars['String']['output']>;
|
|
57545
|
+
id: Scalars['ID']['output'];
|
|
57546
|
+
user?: Maybe<User>;
|
|
57547
|
+
};
|
|
57548
|
+
export declare type MercuryFocusAreaActivitySort = {
|
|
57549
|
+
order: SortOrder;
|
|
57550
|
+
};
|
|
57489
57551
|
export declare type MercuryFocusAreaAllocations = {
|
|
57490
57552
|
__typename?: 'MercuryFocusAreaAllocations';
|
|
57491
57553
|
human?: Maybe<MercuryHumanResourcesAllocation>;
|
|
@@ -58110,6 +58172,7 @@ export declare type MercuryQueryApi = {
|
|
|
58110
58172
|
aiFocusAreaSummary?: Maybe<MercuryFocusAreaSummary>;
|
|
58111
58173
|
comments?: Maybe<MercuryCommentConnection>;
|
|
58112
58174
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
58175
|
+
focusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
58113
58176
|
focusAreaHierarchy?: Maybe<Array<Maybe<MercuryFocusAreaHierarchyNode>>>;
|
|
58114
58177
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
58115
58178
|
focusAreaTeamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
|
|
@@ -58148,6 +58211,13 @@ export declare type MercuryQueryApiFocusAreaArgs = {
|
|
|
58148
58211
|
cloudId: Scalars['ID']['input'];
|
|
58149
58212
|
id: Scalars['ID']['input'];
|
|
58150
58213
|
};
|
|
58214
|
+
export declare type MercuryQueryApiFocusAreaActivityHistoryArgs = {
|
|
58215
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58216
|
+
cloudId: Scalars['ID']['input'];
|
|
58217
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58218
|
+
focusAreaId: Scalars['ID']['input'];
|
|
58219
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
58220
|
+
};
|
|
58151
58221
|
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
58152
58222
|
cloudId: Scalars['ID']['input'];
|
|
58153
58223
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -58382,6 +58452,17 @@ export declare type MercuryUpdatePortfolioPayload = Payload & {
|
|
|
58382
58452
|
success: Scalars['Boolean']['output'];
|
|
58383
58453
|
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
58384
58454
|
};
|
|
58455
|
+
export declare type MercuryUpdatedField = {
|
|
58456
|
+
__typename?: 'MercuryUpdatedField';
|
|
58457
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
58458
|
+
fieldType?: Maybe<Scalars['String']['output']>;
|
|
58459
|
+
newData?: Maybe<MercuryActivityHistoryData>;
|
|
58460
|
+
newString?: Maybe<Scalars['String']['output']>;
|
|
58461
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
58462
|
+
oldData?: Maybe<MercuryActivityHistoryData>;
|
|
58463
|
+
oldString?: Maybe<Scalars['String']['output']>;
|
|
58464
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
58465
|
+
};
|
|
58385
58466
|
export declare type MercuryUserConnection = {
|
|
58386
58467
|
__typename?: 'MercuryUserConnection';
|
|
58387
58468
|
edges?: Maybe<Array<Maybe<MercuryUserEdge>>>;
|
|
@@ -60816,20 +60897,7 @@ export declare type PolarisDeleteReactionPayload = Payload & {
|
|
|
60816
60897
|
success: Scalars['Boolean']['output'];
|
|
60817
60898
|
};
|
|
60818
60899
|
export declare enum PolarisFieldType {
|
|
60819
|
-
PolarisIdeaDateField = "PolarisIdeaDateField",
|
|
60820
|
-
PolarisIdeaDateTimeField = "PolarisIdeaDateTimeField",
|
|
60821
|
-
PolarisIdeaExternalReferenceField = "PolarisIdeaExternalReferenceField",
|
|
60822
|
-
PolarisIdeaExternalReferencePropertyField = "PolarisIdeaExternalReferencePropertyField",
|
|
60823
|
-
PolarisIdeaIntervalField = "PolarisIdeaIntervalField",
|
|
60824
|
-
PolarisIdeaLabelsField = "PolarisIdeaLabelsField",
|
|
60825
|
-
PolarisIdeaNumberField = "PolarisIdeaNumberField",
|
|
60826
|
-
PolarisIdeaOptionField = "PolarisIdeaOptionField",
|
|
60827
|
-
PolarisIdeaOptionsField = "PolarisIdeaOptionsField",
|
|
60828
60900
|
PolarisIdeaPlayField = "PolarisIdeaPlayField",
|
|
60829
|
-
PolarisIdeaReactionsField = "PolarisIdeaReactionsField",
|
|
60830
|
-
PolarisIdeaStringField = "PolarisIdeaStringField",
|
|
60831
|
-
PolarisIdeaUserField = "PolarisIdeaUserField",
|
|
60832
|
-
PolarisIdeaUsersField = "PolarisIdeaUsersField",
|
|
60833
60901
|
PolarisJiraField = "PolarisJiraField"
|
|
60834
60902
|
}
|
|
60835
60903
|
export declare type PolarisFilterInput = {
|
|
@@ -60860,493 +60928,14 @@ export declare type PolarisIdea = {
|
|
|
60860
60928
|
lastCommentsViewedTimestamp?: Maybe<Scalars['String']['output']>;
|
|
60861
60929
|
lastInsightsViewedTimestamp?: Maybe<Scalars['String']['output']>;
|
|
60862
60930
|
};
|
|
60863
|
-
export declare type PolarisIdeaArchivedByField = PolarisIdeaField & {
|
|
60864
|
-
__typename?: 'PolarisIdeaArchivedByField';
|
|
60865
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60866
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60867
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60868
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60869
|
-
editable: Scalars['Boolean']['output'];
|
|
60870
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60871
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60872
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60873
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60874
|
-
groupable: Scalars['Boolean']['output'];
|
|
60875
|
-
id: Scalars['ID']['output'];
|
|
60876
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60877
|
-
label: Scalars['String']['output'];
|
|
60878
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60879
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60880
|
-
sortable: Scalars['Boolean']['output'];
|
|
60881
|
-
};
|
|
60882
|
-
export declare type PolarisIdeaArchivedField = PolarisIdeaField & {
|
|
60883
|
-
__typename?: 'PolarisIdeaArchivedField';
|
|
60884
|
-
archivedOption: PolarisIdeaFieldOption;
|
|
60885
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60886
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60887
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60888
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60889
|
-
editable: Scalars['Boolean']['output'];
|
|
60890
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60891
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60892
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60893
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60894
|
-
groupable: Scalars['Boolean']['output'];
|
|
60895
|
-
id: Scalars['ID']['output'];
|
|
60896
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60897
|
-
label: Scalars['String']['output'];
|
|
60898
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60899
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60900
|
-
sortable: Scalars['Boolean']['output'];
|
|
60901
|
-
};
|
|
60902
|
-
export declare type PolarisIdeaArchivedOnField = PolarisIdeaField & {
|
|
60903
|
-
__typename?: 'PolarisIdeaArchivedOnField';
|
|
60904
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60905
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60906
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60907
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60908
|
-
editable: Scalars['Boolean']['output'];
|
|
60909
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60910
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60911
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60912
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60913
|
-
groupable: Scalars['Boolean']['output'];
|
|
60914
|
-
id: Scalars['ID']['output'];
|
|
60915
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60916
|
-
label: Scalars['String']['output'];
|
|
60917
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60918
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60919
|
-
sortable: Scalars['Boolean']['output'];
|
|
60920
|
-
};
|
|
60921
|
-
export declare type PolarisIdeaDateField = PolarisIdeaField & {
|
|
60922
|
-
__typename?: 'PolarisIdeaDateField';
|
|
60923
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60924
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60925
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60926
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60927
|
-
editable: Scalars['Boolean']['output'];
|
|
60928
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60929
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60930
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60931
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60932
|
-
groupable: Scalars['Boolean']['output'];
|
|
60933
|
-
id: Scalars['ID']['output'];
|
|
60934
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60935
|
-
label: Scalars['String']['output'];
|
|
60936
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60937
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60938
|
-
sortable: Scalars['Boolean']['output'];
|
|
60939
|
-
};
|
|
60940
|
-
export declare type PolarisIdeaDateTimeField = PolarisIdeaField & {
|
|
60941
|
-
__typename?: 'PolarisIdeaDateTimeField';
|
|
60942
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60943
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60944
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60945
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60946
|
-
editable: Scalars['Boolean']['output'];
|
|
60947
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60948
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60949
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60950
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60951
|
-
groupable: Scalars['Boolean']['output'];
|
|
60952
|
-
id: Scalars['ID']['output'];
|
|
60953
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60954
|
-
label: Scalars['String']['output'];
|
|
60955
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60956
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60957
|
-
sortable: Scalars['Boolean']['output'];
|
|
60958
|
-
};
|
|
60959
|
-
export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
|
|
60960
|
-
__typename?: 'PolarisIdeaDocumentField';
|
|
60961
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60962
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60963
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60964
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60965
|
-
editable: Scalars['Boolean']['output'];
|
|
60966
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60967
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60968
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60969
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60970
|
-
groupable: Scalars['Boolean']['output'];
|
|
60971
|
-
id: Scalars['ID']['output'];
|
|
60972
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60973
|
-
label: Scalars['String']['output'];
|
|
60974
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60975
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60976
|
-
sortable: Scalars['Boolean']['output'];
|
|
60977
|
-
};
|
|
60978
|
-
export declare type PolarisIdeaExternalReferenceField = PolarisIdeaField & {
|
|
60979
|
-
__typename?: 'PolarisIdeaExternalReferenceField';
|
|
60980
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60981
|
-
configuration?: Maybe<Scalars['JSON']['output']>;
|
|
60982
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60983
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60984
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60985
|
-
editable: Scalars['Boolean']['output'];
|
|
60986
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60987
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60988
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60989
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60990
|
-
groupable: Scalars['Boolean']['output'];
|
|
60991
|
-
id: Scalars['ID']['output'];
|
|
60992
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60993
|
-
label: Scalars['String']['output'];
|
|
60994
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60995
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60996
|
-
sortable: Scalars['Boolean']['output'];
|
|
60997
|
-
};
|
|
60998
|
-
export declare type PolarisIdeaExternalReferencePropertyField = PolarisIdeaField & {
|
|
60999
|
-
__typename?: 'PolarisIdeaExternalReferencePropertyField';
|
|
61000
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61001
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61002
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61003
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61004
|
-
editable: Scalars['Boolean']['output'];
|
|
61005
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61006
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61007
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61008
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61009
|
-
groupable: Scalars['Boolean']['output'];
|
|
61010
|
-
id: Scalars['ID']['output'];
|
|
61011
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61012
|
-
label: Scalars['String']['output'];
|
|
61013
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61014
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61015
|
-
sortable: Scalars['Boolean']['output'];
|
|
61016
|
-
};
|
|
61017
60931
|
export declare type PolarisIdeaField = {
|
|
61018
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61019
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61020
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61021
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61022
|
-
editable: Scalars['Boolean']['output'];
|
|
61023
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61024
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61025
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61026
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61027
|
-
groupable: Scalars['Boolean']['output'];
|
|
61028
60932
|
id: Scalars['ID']['output'];
|
|
61029
60933
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61030
|
-
label: Scalars['String']['output'];
|
|
61031
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61032
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61033
|
-
sortable: Scalars['Boolean']['output'];
|
|
61034
|
-
};
|
|
61035
|
-
export declare type PolarisIdeaFieldOption = {
|
|
61036
|
-
__typename?: 'PolarisIdeaFieldOption';
|
|
61037
|
-
id: Scalars['ID']['output'];
|
|
61038
|
-
label: Scalars['String']['output'];
|
|
61039
|
-
weight: Scalars['Int']['output'];
|
|
61040
|
-
};
|
|
61041
|
-
export declare type PolarisIdeaIntervalField = PolarisIdeaField & {
|
|
61042
|
-
__typename?: 'PolarisIdeaIntervalField';
|
|
61043
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61044
|
-
configuration?: Maybe<Scalars['JSON']['output']>;
|
|
61045
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61046
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61047
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61048
|
-
editable: Scalars['Boolean']['output'];
|
|
61049
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61050
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61051
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61052
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61053
|
-
groupable: Scalars['Boolean']['output'];
|
|
61054
|
-
id: Scalars['ID']['output'];
|
|
61055
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61056
|
-
label: Scalars['String']['output'];
|
|
61057
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61058
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61059
|
-
sortable: Scalars['Boolean']['output'];
|
|
61060
|
-
};
|
|
61061
|
-
export declare type PolarisIdeaIssueCommentsField = PolarisIdeaField & {
|
|
61062
|
-
__typename?: 'PolarisIdeaIssueCommentsField';
|
|
61063
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61064
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61065
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61066
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61067
|
-
editable: Scalars['Boolean']['output'];
|
|
61068
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61069
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61070
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61071
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61072
|
-
groupable: Scalars['Boolean']['output'];
|
|
61073
|
-
id: Scalars['ID']['output'];
|
|
61074
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61075
|
-
label: Scalars['String']['output'];
|
|
61076
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61077
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61078
|
-
sortable: Scalars['Boolean']['output'];
|
|
61079
|
-
};
|
|
61080
|
-
export declare type PolarisIdeaIssueIdField = PolarisIdeaField & {
|
|
61081
|
-
__typename?: 'PolarisIdeaIssueIdField';
|
|
61082
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61083
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61084
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61085
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61086
|
-
editable: Scalars['Boolean']['output'];
|
|
61087
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61088
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61089
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61090
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61091
|
-
groupable: Scalars['Boolean']['output'];
|
|
61092
|
-
id: Scalars['ID']['output'];
|
|
61093
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61094
|
-
label: Scalars['String']['output'];
|
|
61095
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61096
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61097
|
-
sortable: Scalars['Boolean']['output'];
|
|
61098
|
-
};
|
|
61099
|
-
export declare type PolarisIdeaIssueTypeField = PolarisIdeaField & {
|
|
61100
|
-
__typename?: 'PolarisIdeaIssueTypeField';
|
|
61101
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61102
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61103
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61104
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61105
|
-
editable: Scalars['Boolean']['output'];
|
|
61106
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61107
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61108
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61109
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61110
|
-
groupable: Scalars['Boolean']['output'];
|
|
61111
|
-
id: Scalars['ID']['output'];
|
|
61112
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61113
|
-
label: Scalars['String']['output'];
|
|
61114
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61115
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61116
|
-
sortable: Scalars['Boolean']['output'];
|
|
61117
|
-
};
|
|
61118
|
-
export declare type PolarisIdeaKeyField = PolarisIdeaField & {
|
|
61119
|
-
__typename?: 'PolarisIdeaKeyField';
|
|
61120
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61121
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61122
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61123
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61124
|
-
editable: Scalars['Boolean']['output'];
|
|
61125
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61126
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61127
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61128
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61129
|
-
groupable: Scalars['Boolean']['output'];
|
|
61130
|
-
id: Scalars['ID']['output'];
|
|
61131
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61132
|
-
label: Scalars['String']['output'];
|
|
61133
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61134
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61135
|
-
sortable: Scalars['Boolean']['output'];
|
|
61136
|
-
};
|
|
61137
|
-
export declare type PolarisIdeaLabelsField = PolarisIdeaField & {
|
|
61138
|
-
__typename?: 'PolarisIdeaLabelsField';
|
|
61139
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61140
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61141
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61142
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61143
|
-
editable: Scalars['Boolean']['output'];
|
|
61144
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61145
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61146
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61147
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61148
|
-
groupable: Scalars['Boolean']['output'];
|
|
61149
|
-
id: Scalars['ID']['output'];
|
|
61150
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61151
|
-
label: Scalars['String']['output'];
|
|
61152
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61153
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61154
|
-
sortable: Scalars['Boolean']['output'];
|
|
61155
|
-
};
|
|
61156
|
-
export declare type PolarisIdeaLinkedIssuesField = PolarisIdeaField & {
|
|
61157
|
-
__typename?: 'PolarisIdeaLinkedIssuesField';
|
|
61158
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61159
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61160
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61161
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61162
|
-
editable: Scalars['Boolean']['output'];
|
|
61163
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61164
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61165
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61166
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61167
|
-
groupable: Scalars['Boolean']['output'];
|
|
61168
|
-
id: Scalars['ID']['output'];
|
|
61169
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61170
|
-
label: Scalars['String']['output'];
|
|
61171
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61172
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61173
|
-
sortable: Scalars['Boolean']['output'];
|
|
61174
|
-
};
|
|
61175
|
-
export declare type PolarisIdeaLinkedIssuesProgressField = PolarisIdeaField & {
|
|
61176
|
-
__typename?: 'PolarisIdeaLinkedIssuesProgressField';
|
|
61177
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61178
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61179
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61180
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61181
|
-
editable: Scalars['Boolean']['output'];
|
|
61182
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61183
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61184
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61185
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61186
|
-
groupable: Scalars['Boolean']['output'];
|
|
61187
|
-
id: Scalars['ID']['output'];
|
|
61188
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61189
|
-
label: Scalars['String']['output'];
|
|
61190
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61191
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61192
|
-
sortable: Scalars['Boolean']['output'];
|
|
61193
|
-
};
|
|
61194
|
-
export declare type PolarisIdeaNumberField = PolarisIdeaField & {
|
|
61195
|
-
__typename?: 'PolarisIdeaNumberField';
|
|
61196
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61197
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61198
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61199
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61200
|
-
editable: Scalars['Boolean']['output'];
|
|
61201
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61202
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61203
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61204
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61205
|
-
groupable: Scalars['Boolean']['output'];
|
|
61206
|
-
id: Scalars['ID']['output'];
|
|
61207
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61208
|
-
label: Scalars['String']['output'];
|
|
61209
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61210
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61211
|
-
sortable: Scalars['Boolean']['output'];
|
|
61212
|
-
};
|
|
61213
|
-
export declare type PolarisIdeaOptionField = PolarisIdeaField & {
|
|
61214
|
-
__typename?: 'PolarisIdeaOptionField';
|
|
61215
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61216
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61217
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61218
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61219
|
-
editable: Scalars['Boolean']['output'];
|
|
61220
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61221
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61222
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61223
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61224
|
-
groupable: Scalars['Boolean']['output'];
|
|
61225
|
-
id: Scalars['ID']['output'];
|
|
61226
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61227
|
-
label: Scalars['String']['output'];
|
|
61228
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61229
|
-
options?: Maybe<Array<PolarisIdeaFieldOption>>;
|
|
61230
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61231
|
-
sortable: Scalars['Boolean']['output'];
|
|
61232
|
-
};
|
|
61233
|
-
export declare type PolarisIdeaOptionsField = PolarisIdeaField & {
|
|
61234
|
-
__typename?: 'PolarisIdeaOptionsField';
|
|
61235
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61236
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61237
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61238
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61239
|
-
editable: Scalars['Boolean']['output'];
|
|
61240
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61241
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61242
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61243
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61244
|
-
groupable: Scalars['Boolean']['output'];
|
|
61245
|
-
id: Scalars['ID']['output'];
|
|
61246
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61247
|
-
label: Scalars['String']['output'];
|
|
61248
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61249
|
-
options?: Maybe<Array<PolarisIdeaFieldOption>>;
|
|
61250
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61251
|
-
sortable: Scalars['Boolean']['output'];
|
|
61252
60934
|
};
|
|
61253
60935
|
export declare type PolarisIdeaPlayField = PolarisIdeaField & {
|
|
61254
60936
|
__typename?: 'PolarisIdeaPlayField';
|
|
61255
|
-
aspect?: Maybe<Scalars['String']['output']>;
|
|
61256
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61257
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61258
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61259
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61260
|
-
editable: Scalars['Boolean']['output'];
|
|
61261
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61262
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61263
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61264
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61265
|
-
groupable: Scalars['Boolean']['output'];
|
|
61266
60937
|
id: Scalars['ID']['output'];
|
|
61267
60938
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61268
|
-
label: Scalars['String']['output'];
|
|
61269
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61270
|
-
play?: Maybe<PolarisPlay>;
|
|
61271
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61272
|
-
sortable: Scalars['Boolean']['output'];
|
|
61273
|
-
};
|
|
61274
|
-
export declare type PolarisIdeaReactionsField = PolarisIdeaField & {
|
|
61275
|
-
__typename?: 'PolarisIdeaReactionsField';
|
|
61276
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61277
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61278
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61279
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61280
|
-
editable: Scalars['Boolean']['output'];
|
|
61281
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61282
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61283
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61284
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61285
|
-
groupable: Scalars['Boolean']['output'];
|
|
61286
|
-
id: Scalars['ID']['output'];
|
|
61287
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61288
|
-
label: Scalars['String']['output'];
|
|
61289
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61290
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61291
|
-
sortable: Scalars['Boolean']['output'];
|
|
61292
|
-
};
|
|
61293
|
-
export declare type PolarisIdeaSpecialField = PolarisIdeaField & {
|
|
61294
|
-
__typename?: 'PolarisIdeaSpecialField';
|
|
61295
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61296
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61297
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61298
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61299
|
-
editable: Scalars['Boolean']['output'];
|
|
61300
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61301
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61302
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61303
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61304
|
-
groupable: Scalars['Boolean']['output'];
|
|
61305
|
-
id: Scalars['ID']['output'];
|
|
61306
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61307
|
-
label: Scalars['String']['output'];
|
|
61308
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61309
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61310
|
-
sortable: Scalars['Boolean']['output'];
|
|
61311
|
-
specialType?: Maybe<Scalars['String']['output']>;
|
|
61312
|
-
};
|
|
61313
|
-
export declare type PolarisIdeaStatusField = PolarisIdeaField & {
|
|
61314
|
-
__typename?: 'PolarisIdeaStatusField';
|
|
61315
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61316
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61317
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61318
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61319
|
-
editable: Scalars['Boolean']['output'];
|
|
61320
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61321
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61322
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61323
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61324
|
-
groupable: Scalars['Boolean']['output'];
|
|
61325
|
-
id: Scalars['ID']['output'];
|
|
61326
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61327
|
-
label: Scalars['String']['output'];
|
|
61328
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61329
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61330
|
-
sortable: Scalars['Boolean']['output'];
|
|
61331
|
-
};
|
|
61332
|
-
export declare type PolarisIdeaStringField = PolarisIdeaField & {
|
|
61333
|
-
__typename?: 'PolarisIdeaStringField';
|
|
61334
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61335
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61336
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61337
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61338
|
-
editable: Scalars['Boolean']['output'];
|
|
61339
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61340
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61341
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61342
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61343
|
-
groupable: Scalars['Boolean']['output'];
|
|
61344
|
-
id: Scalars['ID']['output'];
|
|
61345
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61346
|
-
label: Scalars['String']['output'];
|
|
61347
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61348
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61349
|
-
sortable: Scalars['Boolean']['output'];
|
|
61350
60939
|
};
|
|
61351
60940
|
export declare type PolarisIdeaTemplate = {
|
|
61352
60941
|
__typename?: 'PolarisIdeaTemplate';
|
|
@@ -61366,44 +60955,6 @@ export declare type PolarisIdeaType = {
|
|
|
61366
60955
|
id: Scalars['ID']['output'];
|
|
61367
60956
|
name: Scalars['String']['output'];
|
|
61368
60957
|
};
|
|
61369
|
-
export declare type PolarisIdeaUserField = PolarisIdeaField & {
|
|
61370
|
-
__typename?: 'PolarisIdeaUserField';
|
|
61371
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61372
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61373
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61374
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61375
|
-
editable: Scalars['Boolean']['output'];
|
|
61376
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61377
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61378
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61379
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61380
|
-
groupable: Scalars['Boolean']['output'];
|
|
61381
|
-
id: Scalars['ID']['output'];
|
|
61382
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61383
|
-
label: Scalars['String']['output'];
|
|
61384
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61385
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61386
|
-
sortable: Scalars['Boolean']['output'];
|
|
61387
|
-
};
|
|
61388
|
-
export declare type PolarisIdeaUsersField = PolarisIdeaField & {
|
|
61389
|
-
__typename?: 'PolarisIdeaUsersField';
|
|
61390
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61391
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61392
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61393
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61394
|
-
editable: Scalars['Boolean']['output'];
|
|
61395
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61396
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61397
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61398
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61399
|
-
groupable: Scalars['Boolean']['output'];
|
|
61400
|
-
id: Scalars['ID']['output'];
|
|
61401
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61402
|
-
label: Scalars['String']['output'];
|
|
61403
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61404
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61405
|
-
sortable: Scalars['Boolean']['output'];
|
|
61406
|
-
};
|
|
61407
60958
|
export declare type PolarisIdeas = {
|
|
61408
60959
|
__typename?: 'PolarisIdeas';
|
|
61409
60960
|
ideas?: Maybe<Array<PolarisRestIdea>>;
|
|
@@ -61430,23 +60981,8 @@ export declare type PolarisIssueLinkType = {
|
|
|
61430
60981
|
};
|
|
61431
60982
|
export declare type PolarisJiraField = PolarisIdeaField & {
|
|
61432
60983
|
__typename?: 'PolarisJiraField';
|
|
61433
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61434
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61435
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61436
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61437
|
-
editable: Scalars['Boolean']['output'];
|
|
61438
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61439
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61440
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61441
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61442
|
-
groupable: Scalars['Boolean']['output'];
|
|
61443
60984
|
id: Scalars['ID']['output'];
|
|
61444
60985
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61445
|
-
label: Scalars['String']['output'];
|
|
61446
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61447
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61448
|
-
sortable: Scalars['Boolean']['output'];
|
|
61449
|
-
specialType?: Maybe<Scalars['String']['output']>;
|
|
61450
60986
|
};
|
|
61451
60987
|
export declare type PolarisMatrixAxis = {
|
|
61452
60988
|
__typename?: 'PolarisMatrixAxis';
|
|
@@ -61907,7 +61443,9 @@ export declare type PolarisViewTableColumnSizeInput = {
|
|
|
61907
61443
|
};
|
|
61908
61444
|
export declare enum PolarisVisualizationType {
|
|
61909
61445
|
Board = "BOARD",
|
|
61446
|
+
Collection = "COLLECTION",
|
|
61910
61447
|
Matrix = "MATRIX",
|
|
61448
|
+
Section = "SECTION",
|
|
61911
61449
|
Table = "TABLE",
|
|
61912
61450
|
Timeline = "TIMELINE",
|
|
61913
61451
|
Twoxtwo = "TWOXTWO"
|
|
@@ -62348,7 +61886,10 @@ export declare type Query = {
|
|
|
62348
61886
|
pricings: ContentPlatformPricingSearchConnection;
|
|
62349
61887
|
productListing?: Maybe<ProductListingResult>;
|
|
62350
61888
|
productListings: Array<ProductListingResult>;
|
|
61889
|
+
radar_enlistment: RadarEnlistment;
|
|
61890
|
+
radar_fieldValues: RadarFieldValuesConnection;
|
|
62351
61891
|
radar_healthcheck: Scalars['String']['output'];
|
|
61892
|
+
radar_positions: RadarPositionConnection;
|
|
62352
61893
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
62353
61894
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
62354
61895
|
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
|
|
@@ -63723,9 +63264,30 @@ export declare type QueryProductListingsArgs = {
|
|
|
63723
63264
|
ids: Array<Scalars['ID']['input']>;
|
|
63724
63265
|
locales?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
63725
63266
|
};
|
|
63267
|
+
export declare type QueryRadar_EnlistmentArgs = {
|
|
63268
|
+
cloudId: Scalars['ID']['input'];
|
|
63269
|
+
};
|
|
63270
|
+
export declare type QueryRadar_FieldValuesArgs = {
|
|
63271
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63272
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
63273
|
+
cloudId: Scalars['ID']['input'];
|
|
63274
|
+
fieldId?: InputMaybe<Scalars['ID']['input']>;
|
|
63275
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63276
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63277
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
63278
|
+
};
|
|
63726
63279
|
export declare type QueryRadar_HealthcheckArgs = {
|
|
63727
63280
|
cloudId: Scalars['ID']['input'];
|
|
63728
63281
|
};
|
|
63282
|
+
export declare type QueryRadar_PositionsArgs = {
|
|
63283
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63284
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
63285
|
+
cloudId: Scalars['ID']['input'];
|
|
63286
|
+
fieldIdIsIn?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
63287
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63288
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
63289
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
63290
|
+
};
|
|
63729
63291
|
export declare type QueryReleaseNoteArgs = {
|
|
63730
63292
|
id: Scalars['String']['input'];
|
|
63731
63293
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -63843,6 +63405,147 @@ export declare type QuotaInfo = {
|
|
|
63843
63405
|
encrypted: Scalars['Boolean']['output'];
|
|
63844
63406
|
quotaUsage: Scalars['Int']['output'];
|
|
63845
63407
|
};
|
|
63408
|
+
export declare type RadarBooleanFieldValue = {
|
|
63409
|
+
__typename?: 'RadarBooleanFieldValue';
|
|
63410
|
+
value?: Maybe<Scalars['Boolean']['output']>;
|
|
63411
|
+
};
|
|
63412
|
+
export declare type RadarConnection = {
|
|
63413
|
+
pageInfo: PageInfo;
|
|
63414
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
63415
|
+
};
|
|
63416
|
+
export declare type RadarDateFieldValue = {
|
|
63417
|
+
__typename?: 'RadarDateFieldValue';
|
|
63418
|
+
value?: Maybe<Scalars['DateTime']['output']>;
|
|
63419
|
+
};
|
|
63420
|
+
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
63421
|
+
__typename?: 'RadarDynamicFilterOptions';
|
|
63422
|
+
operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
|
|
63423
|
+
plurality?: Maybe<RadarFilterPlurality>;
|
|
63424
|
+
type?: Maybe<RadarFilterInputType>;
|
|
63425
|
+
};
|
|
63426
|
+
export declare type RadarEdge = {
|
|
63427
|
+
cursor: Scalars['String']['output'];
|
|
63428
|
+
};
|
|
63429
|
+
export declare type RadarEnlistment = {
|
|
63430
|
+
__typename?: 'RadarEnlistment';
|
|
63431
|
+
cloudId: Scalars['ID']['output'];
|
|
63432
|
+
positionFields?: Maybe<Array<Maybe<RadarEnlistment>>>;
|
|
63433
|
+
};
|
|
63434
|
+
export declare type RadarEntity = {
|
|
63435
|
+
fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
|
|
63436
|
+
id: Scalars['ID']['output'];
|
|
63437
|
+
type?: Maybe<RadarEntityType>;
|
|
63438
|
+
};
|
|
63439
|
+
export declare enum RadarEntityType {
|
|
63440
|
+
Position = "POSITION"
|
|
63441
|
+
}
|
|
63442
|
+
export declare type RadarFieldDefinition = Node & {
|
|
63443
|
+
__typename?: 'RadarFieldDefinition';
|
|
63444
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
63445
|
+
entity?: Maybe<RadarEntityType>;
|
|
63446
|
+
filterOptions?: Maybe<RadarFilterOptions>;
|
|
63447
|
+
id: Scalars['ID']['output'];
|
|
63448
|
+
isCustom?: Maybe<Scalars['Boolean']['output']>;
|
|
63449
|
+
type?: Maybe<RadarFieldType>;
|
|
63450
|
+
};
|
|
63451
|
+
export declare enum RadarFieldType {
|
|
63452
|
+
Boolean = "BOOLEAN",
|
|
63453
|
+
Datetime = "DATETIME",
|
|
63454
|
+
Number = "NUMBER",
|
|
63455
|
+
Status = "STATUS",
|
|
63456
|
+
String = "STRING",
|
|
63457
|
+
Url = "URL"
|
|
63458
|
+
}
|
|
63459
|
+
export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
63460
|
+
export declare type RadarFieldValueIdPair = {
|
|
63461
|
+
__typename?: 'RadarFieldValueIdPair';
|
|
63462
|
+
fieldId: Scalars['ID']['output'];
|
|
63463
|
+
fieldValue?: Maybe<RadarFieldValue>;
|
|
63464
|
+
};
|
|
63465
|
+
export declare type RadarFieldValuesConnection = RadarConnection & {
|
|
63466
|
+
__typename?: 'RadarFieldValuesConnection';
|
|
63467
|
+
edges?: Maybe<Array<Maybe<RadarFieldValuesEdge>>>;
|
|
63468
|
+
nodes?: Maybe<Array<Maybe<RadarFieldValue>>>;
|
|
63469
|
+
pageInfo: PageInfo;
|
|
63470
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
63471
|
+
};
|
|
63472
|
+
export declare type RadarFieldValuesEdge = RadarEdge & {
|
|
63473
|
+
__typename?: 'RadarFieldValuesEdge';
|
|
63474
|
+
cursor: Scalars['String']['output'];
|
|
63475
|
+
node?: Maybe<RadarFieldValue>;
|
|
63476
|
+
};
|
|
63477
|
+
export declare enum RadarFilterInputType {
|
|
63478
|
+
Checkbox = "CHECKBOX",
|
|
63479
|
+
Range = "RANGE",
|
|
63480
|
+
Textfield = "TEXTFIELD"
|
|
63481
|
+
}
|
|
63482
|
+
export declare enum RadarFilterOperators {
|
|
63483
|
+
Equals = "EQUALS",
|
|
63484
|
+
GreaterThan = "GREATER_THAN",
|
|
63485
|
+
GreaterThanOrEqual = "GREATER_THAN_OR_EQUAL",
|
|
63486
|
+
LessThan = "LESS_THAN",
|
|
63487
|
+
LessThanOrEqual = "LESS_THAN_OR_EQUAL",
|
|
63488
|
+
Like = "LIKE",
|
|
63489
|
+
NotEquals = "NOT_EQUALS",
|
|
63490
|
+
NotLike = "NOT_LIKE"
|
|
63491
|
+
}
|
|
63492
|
+
export declare type RadarFilterOptions = {
|
|
63493
|
+
operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
|
|
63494
|
+
plurality?: Maybe<RadarFilterPlurality>;
|
|
63495
|
+
type?: Maybe<RadarFilterInputType>;
|
|
63496
|
+
};
|
|
63497
|
+
export declare enum RadarFilterPlurality {
|
|
63498
|
+
And = "AND",
|
|
63499
|
+
None = "NONE",
|
|
63500
|
+
Or = "OR"
|
|
63501
|
+
}
|
|
63502
|
+
export declare type RadarNumericFieldValue = {
|
|
63503
|
+
__typename?: 'RadarNumericFieldValue';
|
|
63504
|
+
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
63505
|
+
value?: Maybe<Scalars['Int']['output']>;
|
|
63506
|
+
};
|
|
63507
|
+
export declare type RadarPosition = Node & RadarEntity & {
|
|
63508
|
+
__typename?: 'RadarPosition';
|
|
63509
|
+
fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
|
|
63510
|
+
id: Scalars['ID']['output'];
|
|
63511
|
+
type?: Maybe<RadarEntityType>;
|
|
63512
|
+
};
|
|
63513
|
+
export declare type RadarPositionConnection = RadarConnection & {
|
|
63514
|
+
__typename?: 'RadarPositionConnection';
|
|
63515
|
+
edges?: Maybe<Array<Maybe<RadarPositionEdge>>>;
|
|
63516
|
+
nodes?: Maybe<Array<Maybe<RadarPosition>>>;
|
|
63517
|
+
pageInfo: PageInfo;
|
|
63518
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
63519
|
+
};
|
|
63520
|
+
export declare type RadarPositionEdge = RadarEdge & {
|
|
63521
|
+
__typename?: 'RadarPositionEdge';
|
|
63522
|
+
cursor: Scalars['String']['output'];
|
|
63523
|
+
node?: Maybe<RadarPosition>;
|
|
63524
|
+
};
|
|
63525
|
+
export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
63526
|
+
__typename?: 'RadarStaticStringFilterOptions';
|
|
63527
|
+
operators?: Maybe<Array<Maybe<RadarFilterOperators>>>;
|
|
63528
|
+
plurality?: Maybe<RadarFilterPlurality>;
|
|
63529
|
+
type?: Maybe<RadarFilterInputType>;
|
|
63530
|
+
values?: Maybe<Array<Maybe<RadarFieldValue>>>;
|
|
63531
|
+
};
|
|
63532
|
+
export declare type RadarStatusFieldValue = {
|
|
63533
|
+
__typename?: 'RadarStatusFieldValue';
|
|
63534
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
63535
|
+
displayValue?: Maybe<Scalars['String']['output']>;
|
|
63536
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
63537
|
+
};
|
|
63538
|
+
export declare type RadarStringFieldValue = {
|
|
63539
|
+
__typename?: 'RadarStringFieldValue';
|
|
63540
|
+
displayValue?: Maybe<Scalars['String']['output']>;
|
|
63541
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
63542
|
+
};
|
|
63543
|
+
export declare type RadarUrlFieldValue = {
|
|
63544
|
+
__typename?: 'RadarUrlFieldValue';
|
|
63545
|
+
displayValue?: Maybe<Scalars['String']['output']>;
|
|
63546
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
63547
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
63548
|
+
};
|
|
63846
63549
|
export declare type RankColumnInput = {
|
|
63847
63550
|
boardId: Scalars['ID']['input'];
|
|
63848
63551
|
columnId: Scalars['ID']['input'];
|
|
@@ -65203,6 +64906,7 @@ export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider
|
|
|
65203
64906
|
iconCssClass?: Maybe<Scalars['String']['output']>;
|
|
65204
64907
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
65205
64908
|
id: Scalars['ID']['output'];
|
|
64909
|
+
isVerified: Scalars['Boolean']['output'];
|
|
65206
64910
|
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
65207
64911
|
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
65208
64912
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -65323,6 +65027,7 @@ export declare type SearchItemConnection = {
|
|
|
65323
65027
|
edges: Array<SearchResultItemEdge>;
|
|
65324
65028
|
interleaverScrapingResult?: Maybe<SearchInterleaverScrapingResult>;
|
|
65325
65029
|
pageInfo: PageInfo;
|
|
65030
|
+
queryInfo?: Maybe<SearchQueryInfo>;
|
|
65326
65031
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
65327
65032
|
totalCounts: Array<SearchProductCount>;
|
|
65328
65033
|
};
|
|
@@ -65374,6 +65079,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
65374
65079
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65375
65080
|
analytics?: InputMaybe<SearchAnalyticsInput>;
|
|
65376
65081
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
65082
|
+
disableQueryReplacement?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65377
65083
|
disableWildcardMatching?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65378
65084
|
enableHighlighting?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65379
65085
|
enableRelevanceDebugging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -65385,6 +65091,15 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
65385
65091
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
65386
65092
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
65387
65093
|
};
|
|
65094
|
+
export declare type SearchQueryInfo = {
|
|
65095
|
+
__typename?: 'SearchQueryInfo';
|
|
65096
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
65097
|
+
originalQuery?: Maybe<Scalars['String']['output']>;
|
|
65098
|
+
originalQueryType?: Maybe<Scalars['String']['output']>;
|
|
65099
|
+
replacementQuery?: Maybe<Scalars['String']['output']>;
|
|
65100
|
+
shouldTriggerAutocorrectionExperience?: Maybe<Scalars['Boolean']['output']>;
|
|
65101
|
+
suggestedQuery?: Maybe<Scalars['String']['output']>;
|
|
65102
|
+
};
|
|
65388
65103
|
export declare type SearchRecentFilterInput = {
|
|
65389
65104
|
entities: Array<Scalars['String']['input']>;
|
|
65390
65105
|
locations: Array<Scalars['String']['input']>;
|
|
@@ -67088,11 +66803,7 @@ export declare type ShepherdUpdateAlertsPayload = Payload & {
|
|
|
67088
66803
|
success: Scalars['Boolean']['output'];
|
|
67089
66804
|
};
|
|
67090
66805
|
export declare type ShepherdUpdateSlackInput = {
|
|
67091
|
-
|
|
67092
|
-
callbackURL?: InputMaybe<Scalars['URL']['input']>;
|
|
67093
|
-
channelId?: InputMaybe<Scalars['String']['input']>;
|
|
67094
|
-
status?: InputMaybe<ShepherdSubscriptionStatus>;
|
|
67095
|
-
teamId?: InputMaybe<Scalars['String']['input']>;
|
|
66806
|
+
status: ShepherdSubscriptionStatus;
|
|
67096
66807
|
};
|
|
67097
66808
|
export declare type ShepherdUpdateSubscriptionPayload = Payload & {
|
|
67098
66809
|
__typename?: 'ShepherdUpdateSubscriptionPayload';
|
|
@@ -69335,6 +69046,10 @@ export declare type TrelloBoardChecklistsLimits = {
|
|
|
69335
69046
|
perBoard?: Maybe<TrelloLimitProps>;
|
|
69336
69047
|
perCard?: Maybe<TrelloLimitProps>;
|
|
69337
69048
|
};
|
|
69049
|
+
export declare type TrelloBoardConnectionUpdated = {
|
|
69050
|
+
__typename?: 'TrelloBoardConnectionUpdated';
|
|
69051
|
+
edges?: Maybe<Array<TrelloBoardUpdatedEdge>>;
|
|
69052
|
+
};
|
|
69338
69053
|
export declare type TrelloBoardCustomFieldOptionsLimits = {
|
|
69339
69054
|
__typename?: 'TrelloBoardCustomFieldOptionsLimits';
|
|
69340
69055
|
perField?: Maybe<TrelloLimitProps>;
|
|
@@ -69470,6 +69185,10 @@ export declare type TrelloBoardUpdated = {
|
|
|
69470
69185
|
url?: Maybe<Scalars['URL']['output']>;
|
|
69471
69186
|
workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
|
|
69472
69187
|
};
|
|
69188
|
+
export declare type TrelloBoardUpdatedEdge = {
|
|
69189
|
+
__typename?: 'TrelloBoardUpdatedEdge';
|
|
69190
|
+
node: TrelloBoardUpdated;
|
|
69191
|
+
};
|
|
69473
69192
|
export declare type TrelloBoardViewer = {
|
|
69474
69193
|
__typename?: 'TrelloBoardViewer';
|
|
69475
69194
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -69516,6 +69235,7 @@ export declare type TrelloCard = Node & {
|
|
|
69516
69235
|
location?: Maybe<TrelloCardLocation>;
|
|
69517
69236
|
members?: Maybe<TrelloMemberConnection>;
|
|
69518
69237
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
69238
|
+
mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
|
|
69519
69239
|
name?: Maybe<Scalars['String']['output']>;
|
|
69520
69240
|
objectId: Scalars['ID']['output'];
|
|
69521
69241
|
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70025,6 +69745,12 @@ export declare type TrelloMemberNonPublicData = {
|
|
|
70025
69745
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
70026
69746
|
initials?: Maybe<Scalars['String']['output']>;
|
|
70027
69747
|
};
|
|
69748
|
+
export declare type TrelloMemberUpdated = {
|
|
69749
|
+
__typename?: 'TrelloMemberUpdated';
|
|
69750
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
69751
|
+
boards?: Maybe<TrelloBoardConnectionUpdated>;
|
|
69752
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
69753
|
+
};
|
|
70028
69754
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
70029
69755
|
__typename?: 'TrelloMemberWorkspaceConnection';
|
|
70030
69756
|
edges?: Maybe<Array<TrelloMemberWorkspaceEdge>>;
|
|
@@ -70123,6 +69849,8 @@ export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterfa
|
|
|
70123
69849
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70124
69850
|
id: Scalars['ID']['output'];
|
|
70125
69851
|
objectId: Scalars['ID']['output'];
|
|
69852
|
+
providerCalendarId: Scalars['ID']['output'];
|
|
69853
|
+
readOnly: Scalars['Boolean']['output'];
|
|
70126
69854
|
timezone: Scalars['String']['output'];
|
|
70127
69855
|
title: Scalars['String']['output'];
|
|
70128
69856
|
type: TrelloSupportedPlannerProviders;
|
|
@@ -70223,6 +69951,7 @@ export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalenda
|
|
|
70223
69951
|
color: Scalars['String']['output'];
|
|
70224
69952
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70225
69953
|
id: Scalars['ID']['output'];
|
|
69954
|
+
readOnly: Scalars['Boolean']['output'];
|
|
70226
69955
|
timezone: Scalars['String']['output'];
|
|
70227
69956
|
title: Scalars['String']['output'];
|
|
70228
69957
|
type: TrelloSupportedPlannerProviders;
|
|
@@ -70296,6 +70025,7 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
70296
70025
|
export declare type TrelloProviderCalendarInterface = {
|
|
70297
70026
|
color: Scalars['String']['output'];
|
|
70298
70027
|
id: Scalars['ID']['output'];
|
|
70028
|
+
readOnly: Scalars['Boolean']['output'];
|
|
70299
70029
|
timezone: Scalars['String']['output'];
|
|
70300
70030
|
title: Scalars['String']['output'];
|
|
70301
70031
|
type: TrelloSupportedPlannerProviders;
|
|
@@ -70415,10 +70145,14 @@ export declare type TrelloStickerEdge = {
|
|
|
70415
70145
|
export declare type TrelloSubscriptionApi = {
|
|
70416
70146
|
__typename?: 'TrelloSubscriptionApi';
|
|
70417
70147
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
70148
|
+
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
70418
70149
|
};
|
|
70419
70150
|
export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
70420
70151
|
id: Scalars['ID']['input'];
|
|
70421
70152
|
};
|
|
70153
|
+
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
70154
|
+
id: Scalars['ID']['input'];
|
|
70155
|
+
};
|
|
70422
70156
|
export declare enum TrelloSupportedPlannerProviders {
|
|
70423
70157
|
Google = "GOOGLE"
|
|
70424
70158
|
}
|