@forge/cli-shared 5.5.3-next.4 → 5.6.0-next.11
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.
|
@@ -19519,6 +19519,7 @@ export declare type Extension = {
|
|
|
19519
19519
|
oauthClientId: Scalars['ID']['output'];
|
|
19520
19520
|
principal?: Maybe<AppPrincipal>;
|
|
19521
19521
|
properties: Scalars['JSON']['output'];
|
|
19522
|
+
remoteInstallationRegion?: Maybe<Scalars['String']['output']>;
|
|
19522
19523
|
requiresAutoConsent?: Maybe<Scalars['Boolean']['output']>;
|
|
19523
19524
|
requiresUserConsent?: Maybe<Scalars['Boolean']['output']>;
|
|
19524
19525
|
scopes: Array<Scalars['String']['output']>;
|
|
@@ -28335,20 +28336,6 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
|
|
|
28335
28336
|
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
28336
28337
|
status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
|
|
28337
28338
|
};
|
|
28338
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
|
|
28339
|
-
relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28340
|
-
};
|
|
28341
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28342
|
-
__typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
|
|
28343
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28344
|
-
success: Scalars['Boolean']['output'];
|
|
28345
|
-
};
|
|
28346
|
-
export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28347
|
-
from: Scalars['ID']['input'];
|
|
28348
|
-
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
28349
|
-
to: Scalars['ID']['input'];
|
|
28350
|
-
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28351
|
-
};
|
|
28352
28339
|
export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
28353
28340
|
relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
28354
28341
|
};
|
|
@@ -28684,19 +28671,6 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
|
|
|
28684
28671
|
from: Scalars['ID']['input'];
|
|
28685
28672
|
to: Scalars['ID']['input'];
|
|
28686
28673
|
};
|
|
28687
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
|
|
28688
|
-
relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
|
|
28689
|
-
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
28690
|
-
};
|
|
28691
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
|
|
28692
|
-
__typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
|
|
28693
|
-
errors?: Maybe<Array<MutationError>>;
|
|
28694
|
-
success: Scalars['Boolean']['output'];
|
|
28695
|
-
};
|
|
28696
|
-
export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
|
|
28697
|
-
from: Scalars['ID']['input'];
|
|
28698
|
-
to: Scalars['ID']['input'];
|
|
28699
|
-
};
|
|
28700
28674
|
export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
|
|
28701
28675
|
relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
|
|
28702
28676
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -28969,10 +28943,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
|
|
|
28969
28943
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28970
28944
|
};
|
|
28971
28945
|
export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
|
|
28972
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
28973
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
28974
28946
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
28975
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
28976
28947
|
};
|
|
28977
28948
|
export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
|
|
28978
28949
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -32615,7 +32586,6 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
|
32615
32586
|
export declare type GraphStoreMutation = {
|
|
32616
32587
|
__typename?: 'GraphStoreMutation';
|
|
32617
32588
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
32618
|
-
createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
|
|
32619
32589
|
createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
32620
32590
|
createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
|
|
32621
32591
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
@@ -32637,7 +32607,6 @@ export declare type GraphStoreMutation = {
|
|
|
32637
32607
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
32638
32608
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
32639
32609
|
deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
|
|
32640
|
-
deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
|
|
32641
32610
|
deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
|
|
32642
32611
|
deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
|
|
32643
32612
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
@@ -32662,9 +32631,6 @@ export declare type GraphStoreMutation = {
|
|
|
32662
32631
|
export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
|
|
32663
32632
|
input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
|
|
32664
32633
|
};
|
|
32665
|
-
export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
|
|
32666
|
-
input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
|
|
32667
|
-
};
|
|
32668
32634
|
export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
32669
32635
|
input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
32670
32636
|
};
|
|
@@ -32728,9 +32694,6 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
|
|
|
32728
32694
|
export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
|
|
32729
32695
|
input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
|
|
32730
32696
|
};
|
|
32731
|
-
export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
|
|
32732
|
-
input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
|
|
32733
|
-
};
|
|
32734
32697
|
export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
|
|
32735
32698
|
input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
|
|
32736
32699
|
};
|
|
@@ -33555,12 +33518,10 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
|
|
|
33555
33518
|
};
|
|
33556
33519
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
|
|
33557
33520
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
|
|
33558
|
-
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo &
|
|
33521
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & {
|
|
33559
33522
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
|
|
33560
33523
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
|
|
33561
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33562
33524
|
pageInfo: PageInfo;
|
|
33563
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33564
33525
|
};
|
|
33565
33526
|
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
33566
33527
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
|
|
@@ -33570,12 +33531,10 @@ export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
|
|
|
33570
33531
|
lastUpdated: Scalars['DateTime']['output'];
|
|
33571
33532
|
node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
|
|
33572
33533
|
};
|
|
33573
|
-
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo &
|
|
33534
|
+
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & {
|
|
33574
33535
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
|
|
33575
33536
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
|
|
33576
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
33577
33537
|
pageInfo: PageInfo;
|
|
33578
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33579
33538
|
};
|
|
33580
33539
|
export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
|
|
33581
33540
|
__typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
|
|
@@ -38767,7 +38726,6 @@ export declare type InvokeExtensionInput = {
|
|
|
38767
38726
|
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
38768
38727
|
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
38769
38728
|
payload: Scalars['JSON']['input'];
|
|
38770
|
-
schema?: InputMaybe<Scalars['String']['input']>;
|
|
38771
38729
|
};
|
|
38772
38730
|
export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtension & {
|
|
38773
38731
|
__typename?: 'InvokeExtensionPayloadErrorExtension';
|
|
@@ -40363,6 +40321,8 @@ export declare type JiraCalendarCrossProjectVersionsArgs = {
|
|
|
40363
40321
|
};
|
|
40364
40322
|
export declare type JiraCalendarIssueArgs = {
|
|
40365
40323
|
id: Scalars['ID']['input'];
|
|
40324
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
40325
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
40366
40326
|
};
|
|
40367
40327
|
export declare type JiraCalendarIssuesArgs = {
|
|
40368
40328
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -42542,6 +42502,7 @@ export declare type JiraFieldNonEditableReason = {
|
|
|
42542
42502
|
};
|
|
42543
42503
|
export declare type JiraFieldOperation = {
|
|
42544
42504
|
__typename?: 'JiraFieldOperation';
|
|
42505
|
+
canAssociateInSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
42545
42506
|
canDelete?: Maybe<Scalars['Boolean']['output']>;
|
|
42546
42507
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
42547
42508
|
canModifyOptions?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -43452,6 +43413,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
|
|
|
43452
43413
|
summarisedDeployments?: Maybe<DevOpsSummarisedDeployments>;
|
|
43453
43414
|
summarisedFeatureFlags?: Maybe<DevOpsSummarisedFeatureFlags>;
|
|
43454
43415
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
43416
|
+
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
43455
43417
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
43456
43418
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
43457
43419
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
@@ -44536,6 +44498,10 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
|
|
|
44536
44498
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
44537
44499
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
44538
44500
|
};
|
|
44501
|
+
export declare type JiraIssueSearchViewConfigInput = {
|
|
44502
|
+
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
44503
|
+
viewInput?: InputMaybe<JiraIssueSearchViewInput>;
|
|
44504
|
+
};
|
|
44539
44505
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
44540
44506
|
projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
|
|
44541
44507
|
};
|
|
@@ -44543,6 +44509,10 @@ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
|
|
|
44543
44509
|
issueType?: InputMaybe<Scalars['ID']['input']>;
|
|
44544
44510
|
project?: InputMaybe<Scalars['ID']['input']>;
|
|
44545
44511
|
};
|
|
44512
|
+
export declare type JiraIssueSearchViewInput = {
|
|
44513
|
+
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
44514
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
44515
|
+
};
|
|
44546
44516
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
44547
44517
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
44548
44518
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -44738,6 +44708,8 @@ export declare enum JiraIssueViewTimestampDisplayMode {
|
|
|
44738
44708
|
export declare type JiraIssueWithScenario = {
|
|
44739
44709
|
__typename?: 'JiraIssueWithScenario';
|
|
44740
44710
|
errors?: Maybe<Array<QueryError>>;
|
|
44711
|
+
isInScope?: Maybe<Scalars['Boolean']['output']>;
|
|
44712
|
+
isUnscheduled?: Maybe<Scalars['Boolean']['output']>;
|
|
44741
44713
|
scenarioIssueLike?: Maybe<JiraScenarioIssueLike>;
|
|
44742
44714
|
};
|
|
44743
44715
|
export declare enum JiraIteration {
|
|
@@ -46001,6 +45973,7 @@ export declare type JiraMutation = {
|
|
|
46001
45973
|
updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
|
|
46002
45974
|
updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
|
|
46003
45975
|
updateNumberField?: Maybe<JiraNumberFieldPayload>;
|
|
45976
|
+
updateOriginalTimeEstimateField?: Maybe<JiraOriginalTimeEstimateFieldPayload>;
|
|
46004
45977
|
updateParentField?: Maybe<JiraParentFieldPayload>;
|
|
46005
45978
|
updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
|
|
46006
45979
|
updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
|
|
@@ -46446,6 +46419,9 @@ export declare type JiraMutationUpdateMultipleVersionPickerFieldArgs = {
|
|
|
46446
46419
|
export declare type JiraMutationUpdateNumberFieldArgs = {
|
|
46447
46420
|
input: JiraUpdateNumberFieldInput;
|
|
46448
46421
|
};
|
|
46422
|
+
export declare type JiraMutationUpdateOriginalTimeEstimateFieldArgs = {
|
|
46423
|
+
input: JiraOriginalTimeEstimateFieldInput;
|
|
46424
|
+
};
|
|
46449
46425
|
export declare type JiraMutationUpdateParentFieldArgs = {
|
|
46450
46426
|
input: JiraUpdateParentFieldInput;
|
|
46451
46427
|
};
|
|
@@ -46962,6 +46938,7 @@ export declare type JiraOpsgenieTeam = Node & {
|
|
|
46962
46938
|
};
|
|
46963
46939
|
export declare type JiraOption = JiraSelectableValue & Node & {
|
|
46964
46940
|
__typename?: 'JiraOption';
|
|
46941
|
+
color?: Maybe<JiraColor>;
|
|
46965
46942
|
id: Scalars['ID']['output'];
|
|
46966
46943
|
isDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
46967
46944
|
optionId: Scalars['String']['output'];
|
|
@@ -47038,6 +47015,16 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
|
|
|
47038
47015
|
type: Scalars['String']['output'];
|
|
47039
47016
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
47040
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
|
+
};
|
|
47041
47028
|
export declare type JiraOutgoingEmailSettings = {
|
|
47042
47029
|
__typename?: 'JiraOutgoingEmailSettings';
|
|
47043
47030
|
emailDisabledDueToSpamProtectionRateLimit: Scalars['Boolean']['output'];
|
|
@@ -48804,6 +48791,7 @@ export declare type JiraQueryIssueSearchArgs = {
|
|
|
48804
48791
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
48805
48792
|
options?: InputMaybe<JiraIssueSearchOptions>;
|
|
48806
48793
|
saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
|
|
48794
|
+
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
48807
48795
|
};
|
|
48808
48796
|
export declare type JiraQueryIssueSearchByFilterIdArgs = {
|
|
48809
48797
|
id: Scalars['ID']['input'];
|
|
@@ -51849,8 +51837,10 @@ export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
|
|
|
51849
51837
|
export declare type JiraSubscriptionOnCalendarIssueCreatedArgs = {
|
|
51850
51838
|
cloudId: Scalars['ID']['input'];
|
|
51851
51839
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
51840
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51852
51841
|
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51853
51842
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
51843
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51854
51844
|
};
|
|
51855
51845
|
export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
|
|
51856
51846
|
cloudId: Scalars['ID']['input'];
|
|
@@ -51859,8 +51849,10 @@ export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
|
|
|
51859
51849
|
export declare type JiraSubscriptionOnCalendarIssueUpdatedArgs = {
|
|
51860
51850
|
cloudId: Scalars['ID']['input'];
|
|
51861
51851
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
51852
|
+
issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51862
51853
|
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51863
51854
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
51855
|
+
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
51864
51856
|
};
|
|
51865
51857
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
51866
51858
|
cloudId: Scalars['ID']['input'];
|
|
@@ -54140,7 +54132,6 @@ export declare enum JsmChatCreateWebConversationMessageContentType {
|
|
|
54140
54132
|
Adf = "ADF"
|
|
54141
54133
|
}
|
|
54142
54134
|
export declare type JsmChatCreateWebConversationMessageInput = {
|
|
54143
|
-
authorId: Scalars['String']['input'];
|
|
54144
54135
|
message: Scalars['String']['input'];
|
|
54145
54136
|
};
|
|
54146
54137
|
export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
|
|
@@ -54494,7 +54485,6 @@ export declare type JsmChatUpdatedProjectSettings = {
|
|
|
54494
54485
|
requesterThreadMessageDisabled: Scalars['Boolean']['input'];
|
|
54495
54486
|
};
|
|
54496
54487
|
export declare type JsmChatWebAddConversationInteractionInput = {
|
|
54497
|
-
authorId: Scalars['String']['input'];
|
|
54498
54488
|
interactionType: JsmChatWebInteractionType;
|
|
54499
54489
|
jiraFieldId?: InputMaybe<Scalars['String']['input']>;
|
|
54500
54490
|
selectedValue: Scalars['String']['input'];
|
|
@@ -55538,6 +55528,13 @@ export declare type LpPageInfo = {
|
|
|
55538
55528
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
55539
55529
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
55540
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
|
+
};
|
|
55541
55538
|
export declare enum LpSortOrder {
|
|
55542
55539
|
Asc = "ASC",
|
|
55543
55540
|
Desc = "DESC"
|
|
@@ -55743,6 +55740,18 @@ export declare type MarketplaceConnectAppDeployment = MarketplaceAppDeployment &
|
|
|
55743
55740
|
isDescriptorFileAvailable: Scalars['Boolean']['output'];
|
|
55744
55741
|
scopes: Array<ConnectAppScope>;
|
|
55745
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
|
+
}
|
|
55746
55755
|
export declare type MarketplaceConsoleAppPrivateListingsPageInfo = {
|
|
55747
55756
|
__typename?: 'MarketplaceConsoleAppPrivateListingsPageInfo';
|
|
55748
55757
|
endCursor: Scalars['String']['output'];
|
|
@@ -55823,9 +55832,9 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
|
|
|
55823
55832
|
}
|
|
55824
55833
|
export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
55825
55834
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
55826
|
-
appSoftwareId: Scalars['
|
|
55835
|
+
appSoftwareId: Scalars['String']['output'];
|
|
55827
55836
|
approvalStatus: Scalars['String']['output'];
|
|
55828
|
-
buildNumber: Scalars['
|
|
55837
|
+
buildNumber: Scalars['Int']['output'];
|
|
55829
55838
|
createdAt: Scalars['String']['output'];
|
|
55830
55839
|
createdBy: Scalars['String']['output'];
|
|
55831
55840
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
@@ -55837,7 +55846,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
55837
55846
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
55838
55847
|
updatedBy?: Maybe<Scalars['String']['output']>;
|
|
55839
55848
|
vendorLinks?: Maybe<MarketplaceConsoleAppSoftwareVersionListingLinks>;
|
|
55840
|
-
version?: Maybe<Scalars['
|
|
55849
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
55841
55850
|
youtubeId?: Maybe<Scalars['String']['output']>;
|
|
55842
55851
|
};
|
|
55843
55852
|
export declare type MarketplaceConsoleAppSoftwareVersionListingLinks = {
|
|
@@ -55856,10 +55865,16 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
55856
55865
|
Rejected = "REJECTED",
|
|
55857
55866
|
Submitted = "SUBMITTED"
|
|
55858
55867
|
}
|
|
55859
|
-
export declare type
|
|
55860
|
-
__typename?: '
|
|
55861
|
-
appSoftwareId: Scalars['
|
|
55862
|
-
|
|
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']>;
|
|
55863
55878
|
};
|
|
55864
55879
|
export declare type MarketplaceConsoleAppSoftwares = {
|
|
55865
55880
|
__typename?: 'MarketplaceConsoleAppSoftwares';
|
|
@@ -55876,6 +55891,12 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
|
55876
55891
|
appSoftwareId?: InputMaybe<Scalars['ID']['input']>;
|
|
55877
55892
|
buildNumber: Scalars['ID']['input'];
|
|
55878
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
|
+
};
|
|
55879
55900
|
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
55880
55901
|
__typename?: 'MarketplaceConsoleArtifactFileInfo';
|
|
55881
55902
|
checksum: Scalars['String']['output'];
|
|
@@ -55890,9 +55911,7 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
|
|
|
55890
55911
|
scopes: Array<Scalars['String']['output']>;
|
|
55891
55912
|
};
|
|
55892
55913
|
export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
|
|
55893
|
-
descriptorId: Scalars['String']['input'];
|
|
55894
55914
|
href: Scalars['String']['input'];
|
|
55895
|
-
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
55896
55915
|
};
|
|
55897
55916
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
55898
55917
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
@@ -56081,6 +56100,12 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
|
56081
56100
|
__typename?: 'MarketplaceConsoleGenericError';
|
|
56082
56101
|
message: Scalars['String']['output'];
|
|
56083
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
|
+
};
|
|
56084
56109
|
export declare enum MarketplaceConsoleHosting {
|
|
56085
56110
|
Cloud = "CLOUD",
|
|
56086
56111
|
DataCenter = "DATA_CENTER",
|
|
@@ -56314,7 +56339,6 @@ export declare type MarketplaceConsolePluginFrameworkAttributes = {
|
|
|
56314
56339
|
pluginFrameworkType: MarketplaceConsolePluginFrameworkType;
|
|
56315
56340
|
};
|
|
56316
56341
|
export declare type MarketplaceConsolePluginFrameworkAttributesInput = {
|
|
56317
|
-
artifactId: Scalars['String']['input'];
|
|
56318
56342
|
href: Scalars['String']['input'];
|
|
56319
56343
|
};
|
|
56320
56344
|
export declare enum MarketplaceConsolePluginFrameworkType {
|
|
@@ -56435,7 +56459,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
56435
56459
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
|
|
56436
56460
|
appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
56437
56461
|
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
|
|
56438
|
-
|
|
56462
|
+
appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
|
|
56439
56463
|
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
|
|
56440
56464
|
currentPartnerContact?: Maybe<MarketplaceConsolePartnerContact>;
|
|
56441
56465
|
currentPartnerContactByAppId?: Maybe<MarketplaceConsolePartnerContact>;
|
|
@@ -56464,8 +56488,8 @@ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionListingArgs = {
|
|
|
56464
56488
|
appId: Scalars['ID']['input'];
|
|
56465
56489
|
buildNumber: Scalars['ID']['input'];
|
|
56466
56490
|
};
|
|
56467
|
-
export declare type
|
|
56468
|
-
|
|
56491
|
+
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
|
|
56492
|
+
versionsListInput: MarketplaceConsoleGetVersionsListInput;
|
|
56469
56493
|
};
|
|
56470
56494
|
export declare type MarketplaceConsoleQueryApiAppSoftwaresByAppIdArgs = {
|
|
56471
56495
|
appId: Scalars['ID']['input'];
|
|
@@ -56552,7 +56576,6 @@ export declare type MarketplaceConsoleWorkflowFrameworkAttributes = {
|
|
|
56552
56576
|
artifactId: Scalars['ID']['output'];
|
|
56553
56577
|
};
|
|
56554
56578
|
export declare type MarketplaceConsoleWorkflowFrameworkAttributesInput = {
|
|
56555
|
-
artifactId: Scalars['String']['input'];
|
|
56556
56579
|
href: Scalars['String']['input'];
|
|
56557
56580
|
};
|
|
56558
56581
|
export declare enum MarketplaceEntityStatus {
|
|
@@ -60315,11 +60338,7 @@ export declare type PeapMutationApi = {
|
|
|
60315
60338
|
programEnrollment: PeapProgramEnrollmentMutation;
|
|
60316
60339
|
};
|
|
60317
60340
|
export declare type PeapNewProgramInput = {
|
|
60318
|
-
description: Scalars['String']['input'];
|
|
60319
|
-
documentationURL: Scalars['String']['input'];
|
|
60320
60341
|
name: Scalars['String']['input'];
|
|
60321
|
-
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
60322
|
-
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
60323
60342
|
};
|
|
60324
60343
|
export declare type PeapProgram = {
|
|
60325
60344
|
__typename?: 'PEAPProgram';
|
|
@@ -60328,12 +60347,9 @@ export declare type PeapProgram = {
|
|
|
60328
60347
|
changeTicket?: Maybe<Scalars['String']['output']>;
|
|
60329
60348
|
completedAt?: Maybe<Scalars['Date']['output']>;
|
|
60330
60349
|
createdAt: Scalars['Date']['output'];
|
|
60331
|
-
description: Scalars['String']['output'];
|
|
60332
|
-
documentationURL: Scalars['String']['output'];
|
|
60333
60350
|
id: Scalars['ID']['output'];
|
|
60334
60351
|
internal?: Maybe<PeapProgramInternalData>;
|
|
60335
60352
|
name: Scalars['String']['output'];
|
|
60336
|
-
serviceId?: Maybe<Scalars['String']['output']>;
|
|
60337
60353
|
status: PeapProgramStatus;
|
|
60338
60354
|
updatedAt: Scalars['Date']['output'];
|
|
60339
60355
|
};
|
|
@@ -60373,7 +60389,6 @@ export declare type PeapProgramInternalData = {
|
|
|
60373
60389
|
__typename?: 'PEAPProgramInternalData';
|
|
60374
60390
|
cdacGroup?: Maybe<Scalars['String']['output']>;
|
|
60375
60391
|
owner?: Maybe<User>;
|
|
60376
|
-
teamChannel?: Maybe<Scalars['String']['output']>;
|
|
60377
60392
|
};
|
|
60378
60393
|
export declare type PeapProgramMutationResponse = Payload & {
|
|
60379
60394
|
__typename?: 'PEAPProgramMutationResponse';
|
|
@@ -60385,8 +60400,7 @@ export declare enum PeapProgramStatus {
|
|
|
60385
60400
|
Abandoned = "ABANDONED",
|
|
60386
60401
|
Active = "ACTIVE",
|
|
60387
60402
|
Ended = "ENDED",
|
|
60388
|
-
New = "NEW"
|
|
60389
|
-
Planned = "PLANNED"
|
|
60403
|
+
New = "NEW"
|
|
60390
60404
|
}
|
|
60391
60405
|
export declare type PeapQueryApi = {
|
|
60392
60406
|
__typename?: 'PEAPQueryApi';
|
|
@@ -60404,14 +60418,9 @@ export declare type PeapQueryApiProgramsArgs = {
|
|
|
60404
60418
|
params?: InputMaybe<PeapQueryParams>;
|
|
60405
60419
|
};
|
|
60406
60420
|
export declare type PeapQueryParams = {
|
|
60407
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
60408
60421
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
60409
60422
|
status?: InputMaybe<Array<PeapProgramStatus>>;
|
|
60410
60423
|
};
|
|
60411
|
-
export declare type PeapSiteEnrollmentQueryInput = {
|
|
60412
|
-
cloudId: Scalars['ID']['input'];
|
|
60413
|
-
programId: Scalars['ID']['input'];
|
|
60414
|
-
};
|
|
60415
60424
|
export declare type PeapSiteEnrollmentStatus = {
|
|
60416
60425
|
__typename?: 'PEAPSiteEnrollmentStatus';
|
|
60417
60426
|
cloudId: Scalars['ID']['output'];
|
|
@@ -60421,11 +60430,7 @@ export declare type PeapSiteEnrollmentStatus = {
|
|
|
60421
60430
|
success: Scalars['Boolean']['output'];
|
|
60422
60431
|
};
|
|
60423
60432
|
export declare type PeapUpdateProgramInput = {
|
|
60424
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
60425
|
-
documentationURL?: InputMaybe<Scalars['String']['input']>;
|
|
60426
60433
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
60427
|
-
serviceId?: InputMaybe<Scalars['String']['input']>;
|
|
60428
|
-
teamChannel?: InputMaybe<Scalars['String']['input']>;
|
|
60429
60434
|
};
|
|
60430
60435
|
export declare type PageInfo = {
|
|
60431
60436
|
__typename?: 'PageInfo';
|
|
@@ -60874,20 +60879,7 @@ export declare type PolarisDeleteReactionPayload = Payload & {
|
|
|
60874
60879
|
success: Scalars['Boolean']['output'];
|
|
60875
60880
|
};
|
|
60876
60881
|
export declare enum PolarisFieldType {
|
|
60877
|
-
PolarisIdeaDateField = "PolarisIdeaDateField",
|
|
60878
|
-
PolarisIdeaDateTimeField = "PolarisIdeaDateTimeField",
|
|
60879
|
-
PolarisIdeaExternalReferenceField = "PolarisIdeaExternalReferenceField",
|
|
60880
|
-
PolarisIdeaExternalReferencePropertyField = "PolarisIdeaExternalReferencePropertyField",
|
|
60881
|
-
PolarisIdeaIntervalField = "PolarisIdeaIntervalField",
|
|
60882
|
-
PolarisIdeaLabelsField = "PolarisIdeaLabelsField",
|
|
60883
|
-
PolarisIdeaNumberField = "PolarisIdeaNumberField",
|
|
60884
|
-
PolarisIdeaOptionField = "PolarisIdeaOptionField",
|
|
60885
|
-
PolarisIdeaOptionsField = "PolarisIdeaOptionsField",
|
|
60886
60882
|
PolarisIdeaPlayField = "PolarisIdeaPlayField",
|
|
60887
|
-
PolarisIdeaReactionsField = "PolarisIdeaReactionsField",
|
|
60888
|
-
PolarisIdeaStringField = "PolarisIdeaStringField",
|
|
60889
|
-
PolarisIdeaUserField = "PolarisIdeaUserField",
|
|
60890
|
-
PolarisIdeaUsersField = "PolarisIdeaUsersField",
|
|
60891
60883
|
PolarisJiraField = "PolarisJiraField"
|
|
60892
60884
|
}
|
|
60893
60885
|
export declare type PolarisFilterInput = {
|
|
@@ -60918,493 +60910,14 @@ export declare type PolarisIdea = {
|
|
|
60918
60910
|
lastCommentsViewedTimestamp?: Maybe<Scalars['String']['output']>;
|
|
60919
60911
|
lastInsightsViewedTimestamp?: Maybe<Scalars['String']['output']>;
|
|
60920
60912
|
};
|
|
60921
|
-
export declare type PolarisIdeaArchivedByField = PolarisIdeaField & {
|
|
60922
|
-
__typename?: 'PolarisIdeaArchivedByField';
|
|
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 PolarisIdeaArchivedField = PolarisIdeaField & {
|
|
60941
|
-
__typename?: 'PolarisIdeaArchivedField';
|
|
60942
|
-
archivedOption: PolarisIdeaFieldOption;
|
|
60943
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60944
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60945
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60946
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60947
|
-
editable: Scalars['Boolean']['output'];
|
|
60948
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60949
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60950
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60951
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60952
|
-
groupable: Scalars['Boolean']['output'];
|
|
60953
|
-
id: Scalars['ID']['output'];
|
|
60954
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60955
|
-
label: Scalars['String']['output'];
|
|
60956
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60957
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60958
|
-
sortable: Scalars['Boolean']['output'];
|
|
60959
|
-
};
|
|
60960
|
-
export declare type PolarisIdeaArchivedOnField = PolarisIdeaField & {
|
|
60961
|
-
__typename?: 'PolarisIdeaArchivedOnField';
|
|
60962
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
60963
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
60964
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
60965
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
60966
|
-
editable: Scalars['Boolean']['output'];
|
|
60967
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
60968
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
60969
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
60970
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
60971
|
-
groupable: Scalars['Boolean']['output'];
|
|
60972
|
-
id: Scalars['ID']['output'];
|
|
60973
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
60974
|
-
label: Scalars['String']['output'];
|
|
60975
|
-
linearizable: Scalars['Boolean']['output'];
|
|
60976
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
60977
|
-
sortable: Scalars['Boolean']['output'];
|
|
60978
|
-
};
|
|
60979
|
-
export declare type PolarisIdeaDateField = PolarisIdeaField & {
|
|
60980
|
-
__typename?: 'PolarisIdeaDateField';
|
|
60981
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
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 PolarisIdeaDateTimeField = PolarisIdeaField & {
|
|
60999
|
-
__typename?: 'PolarisIdeaDateTimeField';
|
|
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
|
-
export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
|
|
61018
|
-
__typename?: 'PolarisIdeaDocumentField';
|
|
61019
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61020
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61021
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61022
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61023
|
-
editable: Scalars['Boolean']['output'];
|
|
61024
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61025
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61026
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61027
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61028
|
-
groupable: Scalars['Boolean']['output'];
|
|
61029
|
-
id: Scalars['ID']['output'];
|
|
61030
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61031
|
-
label: Scalars['String']['output'];
|
|
61032
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61033
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61034
|
-
sortable: Scalars['Boolean']['output'];
|
|
61035
|
-
};
|
|
61036
|
-
export declare type PolarisIdeaExternalReferenceField = PolarisIdeaField & {
|
|
61037
|
-
__typename?: 'PolarisIdeaExternalReferenceField';
|
|
61038
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61039
|
-
configuration?: Maybe<Scalars['JSON']['output']>;
|
|
61040
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61041
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61042
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61043
|
-
editable: Scalars['Boolean']['output'];
|
|
61044
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61045
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61046
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61047
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61048
|
-
groupable: Scalars['Boolean']['output'];
|
|
61049
|
-
id: Scalars['ID']['output'];
|
|
61050
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61051
|
-
label: Scalars['String']['output'];
|
|
61052
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61053
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61054
|
-
sortable: Scalars['Boolean']['output'];
|
|
61055
|
-
};
|
|
61056
|
-
export declare type PolarisIdeaExternalReferencePropertyField = PolarisIdeaField & {
|
|
61057
|
-
__typename?: 'PolarisIdeaExternalReferencePropertyField';
|
|
61058
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61059
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61060
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61061
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61062
|
-
editable: Scalars['Boolean']['output'];
|
|
61063
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61064
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61065
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61066
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61067
|
-
groupable: Scalars['Boolean']['output'];
|
|
61068
|
-
id: Scalars['ID']['output'];
|
|
61069
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61070
|
-
label: Scalars['String']['output'];
|
|
61071
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61072
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61073
|
-
sortable: Scalars['Boolean']['output'];
|
|
61074
|
-
};
|
|
61075
60913
|
export declare type PolarisIdeaField = {
|
|
61076
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61077
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61078
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61079
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61080
|
-
editable: Scalars['Boolean']['output'];
|
|
61081
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61082
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61083
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61084
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61085
|
-
groupable: Scalars['Boolean']['output'];
|
|
61086
60914
|
id: Scalars['ID']['output'];
|
|
61087
60915
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61088
|
-
label: Scalars['String']['output'];
|
|
61089
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61090
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61091
|
-
sortable: Scalars['Boolean']['output'];
|
|
61092
|
-
};
|
|
61093
|
-
export declare type PolarisIdeaFieldOption = {
|
|
61094
|
-
__typename?: 'PolarisIdeaFieldOption';
|
|
61095
|
-
id: Scalars['ID']['output'];
|
|
61096
|
-
label: Scalars['String']['output'];
|
|
61097
|
-
weight: Scalars['Int']['output'];
|
|
61098
|
-
};
|
|
61099
|
-
export declare type PolarisIdeaIntervalField = PolarisIdeaField & {
|
|
61100
|
-
__typename?: 'PolarisIdeaIntervalField';
|
|
61101
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61102
|
-
configuration?: Maybe<Scalars['JSON']['output']>;
|
|
61103
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61104
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61105
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61106
|
-
editable: Scalars['Boolean']['output'];
|
|
61107
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61108
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61109
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61110
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61111
|
-
groupable: Scalars['Boolean']['output'];
|
|
61112
|
-
id: Scalars['ID']['output'];
|
|
61113
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61114
|
-
label: Scalars['String']['output'];
|
|
61115
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61116
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61117
|
-
sortable: Scalars['Boolean']['output'];
|
|
61118
|
-
};
|
|
61119
|
-
export declare type PolarisIdeaIssueCommentsField = PolarisIdeaField & {
|
|
61120
|
-
__typename?: 'PolarisIdeaIssueCommentsField';
|
|
61121
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61122
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61123
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61124
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61125
|
-
editable: Scalars['Boolean']['output'];
|
|
61126
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61127
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61128
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61129
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61130
|
-
groupable: Scalars['Boolean']['output'];
|
|
61131
|
-
id: Scalars['ID']['output'];
|
|
61132
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61133
|
-
label: Scalars['String']['output'];
|
|
61134
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61135
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61136
|
-
sortable: Scalars['Boolean']['output'];
|
|
61137
|
-
};
|
|
61138
|
-
export declare type PolarisIdeaIssueIdField = PolarisIdeaField & {
|
|
61139
|
-
__typename?: 'PolarisIdeaIssueIdField';
|
|
61140
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61141
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61142
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61143
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61144
|
-
editable: Scalars['Boolean']['output'];
|
|
61145
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61146
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61147
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61148
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61149
|
-
groupable: Scalars['Boolean']['output'];
|
|
61150
|
-
id: Scalars['ID']['output'];
|
|
61151
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61152
|
-
label: Scalars['String']['output'];
|
|
61153
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61154
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61155
|
-
sortable: Scalars['Boolean']['output'];
|
|
61156
|
-
};
|
|
61157
|
-
export declare type PolarisIdeaIssueTypeField = PolarisIdeaField & {
|
|
61158
|
-
__typename?: 'PolarisIdeaIssueTypeField';
|
|
61159
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61160
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61161
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61162
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61163
|
-
editable: Scalars['Boolean']['output'];
|
|
61164
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61165
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61166
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61167
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61168
|
-
groupable: Scalars['Boolean']['output'];
|
|
61169
|
-
id: Scalars['ID']['output'];
|
|
61170
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61171
|
-
label: Scalars['String']['output'];
|
|
61172
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61173
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61174
|
-
sortable: Scalars['Boolean']['output'];
|
|
61175
|
-
};
|
|
61176
|
-
export declare type PolarisIdeaKeyField = PolarisIdeaField & {
|
|
61177
|
-
__typename?: 'PolarisIdeaKeyField';
|
|
61178
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61179
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61180
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61181
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61182
|
-
editable: Scalars['Boolean']['output'];
|
|
61183
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61184
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61185
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61186
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61187
|
-
groupable: Scalars['Boolean']['output'];
|
|
61188
|
-
id: Scalars['ID']['output'];
|
|
61189
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61190
|
-
label: Scalars['String']['output'];
|
|
61191
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61192
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61193
|
-
sortable: Scalars['Boolean']['output'];
|
|
61194
|
-
};
|
|
61195
|
-
export declare type PolarisIdeaLabelsField = PolarisIdeaField & {
|
|
61196
|
-
__typename?: 'PolarisIdeaLabelsField';
|
|
61197
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61198
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61199
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61200
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61201
|
-
editable: Scalars['Boolean']['output'];
|
|
61202
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61203
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61204
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61205
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61206
|
-
groupable: Scalars['Boolean']['output'];
|
|
61207
|
-
id: Scalars['ID']['output'];
|
|
61208
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61209
|
-
label: Scalars['String']['output'];
|
|
61210
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61211
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61212
|
-
sortable: Scalars['Boolean']['output'];
|
|
61213
|
-
};
|
|
61214
|
-
export declare type PolarisIdeaLinkedIssuesField = PolarisIdeaField & {
|
|
61215
|
-
__typename?: 'PolarisIdeaLinkedIssuesField';
|
|
61216
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61217
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61218
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61219
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61220
|
-
editable: Scalars['Boolean']['output'];
|
|
61221
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61222
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61223
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61224
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61225
|
-
groupable: Scalars['Boolean']['output'];
|
|
61226
|
-
id: Scalars['ID']['output'];
|
|
61227
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61228
|
-
label: Scalars['String']['output'];
|
|
61229
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61230
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61231
|
-
sortable: Scalars['Boolean']['output'];
|
|
61232
|
-
};
|
|
61233
|
-
export declare type PolarisIdeaLinkedIssuesProgressField = PolarisIdeaField & {
|
|
61234
|
-
__typename?: 'PolarisIdeaLinkedIssuesProgressField';
|
|
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
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61250
|
-
sortable: Scalars['Boolean']['output'];
|
|
61251
|
-
};
|
|
61252
|
-
export declare type PolarisIdeaNumberField = PolarisIdeaField & {
|
|
61253
|
-
__typename?: 'PolarisIdeaNumberField';
|
|
61254
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61255
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61256
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61257
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61258
|
-
editable: Scalars['Boolean']['output'];
|
|
61259
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61260
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61261
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61262
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61263
|
-
groupable: Scalars['Boolean']['output'];
|
|
61264
|
-
id: Scalars['ID']['output'];
|
|
61265
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61266
|
-
label: Scalars['String']['output'];
|
|
61267
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61268
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61269
|
-
sortable: Scalars['Boolean']['output'];
|
|
61270
|
-
};
|
|
61271
|
-
export declare type PolarisIdeaOptionField = PolarisIdeaField & {
|
|
61272
|
-
__typename?: 'PolarisIdeaOptionField';
|
|
61273
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61274
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61275
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61276
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61277
|
-
editable: Scalars['Boolean']['output'];
|
|
61278
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61279
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61280
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61281
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61282
|
-
groupable: Scalars['Boolean']['output'];
|
|
61283
|
-
id: Scalars['ID']['output'];
|
|
61284
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61285
|
-
label: Scalars['String']['output'];
|
|
61286
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61287
|
-
options?: Maybe<Array<PolarisIdeaFieldOption>>;
|
|
61288
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61289
|
-
sortable: Scalars['Boolean']['output'];
|
|
61290
|
-
};
|
|
61291
|
-
export declare type PolarisIdeaOptionsField = PolarisIdeaField & {
|
|
61292
|
-
__typename?: 'PolarisIdeaOptionsField';
|
|
61293
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61294
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61295
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61296
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61297
|
-
editable: Scalars['Boolean']['output'];
|
|
61298
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61299
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61300
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61301
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61302
|
-
groupable: Scalars['Boolean']['output'];
|
|
61303
|
-
id: Scalars['ID']['output'];
|
|
61304
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61305
|
-
label: Scalars['String']['output'];
|
|
61306
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61307
|
-
options?: Maybe<Array<PolarisIdeaFieldOption>>;
|
|
61308
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61309
|
-
sortable: Scalars['Boolean']['output'];
|
|
61310
60916
|
};
|
|
61311
60917
|
export declare type PolarisIdeaPlayField = PolarisIdeaField & {
|
|
61312
60918
|
__typename?: 'PolarisIdeaPlayField';
|
|
61313
|
-
aspect?: Maybe<Scalars['String']['output']>;
|
|
61314
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61315
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61316
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61317
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61318
|
-
editable: Scalars['Boolean']['output'];
|
|
61319
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61320
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61321
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61322
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61323
|
-
groupable: Scalars['Boolean']['output'];
|
|
61324
|
-
id: Scalars['ID']['output'];
|
|
61325
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61326
|
-
label: Scalars['String']['output'];
|
|
61327
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61328
|
-
play?: Maybe<PolarisPlay>;
|
|
61329
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61330
|
-
sortable: Scalars['Boolean']['output'];
|
|
61331
|
-
};
|
|
61332
|
-
export declare type PolarisIdeaReactionsField = PolarisIdeaField & {
|
|
61333
|
-
__typename?: 'PolarisIdeaReactionsField';
|
|
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
|
-
};
|
|
61351
|
-
export declare type PolarisIdeaSpecialField = PolarisIdeaField & {
|
|
61352
|
-
__typename?: 'PolarisIdeaSpecialField';
|
|
61353
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61354
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61355
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61356
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61357
|
-
editable: Scalars['Boolean']['output'];
|
|
61358
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61359
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61360
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61361
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61362
|
-
groupable: Scalars['Boolean']['output'];
|
|
61363
60919
|
id: Scalars['ID']['output'];
|
|
61364
60920
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61365
|
-
label: Scalars['String']['output'];
|
|
61366
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61367
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61368
|
-
sortable: Scalars['Boolean']['output'];
|
|
61369
|
-
specialType?: Maybe<Scalars['String']['output']>;
|
|
61370
|
-
};
|
|
61371
|
-
export declare type PolarisIdeaStatusField = PolarisIdeaField & {
|
|
61372
|
-
__typename?: 'PolarisIdeaStatusField';
|
|
61373
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61374
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61375
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61376
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61377
|
-
editable: Scalars['Boolean']['output'];
|
|
61378
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61379
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61380
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61381
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61382
|
-
groupable: Scalars['Boolean']['output'];
|
|
61383
|
-
id: Scalars['ID']['output'];
|
|
61384
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61385
|
-
label: Scalars['String']['output'];
|
|
61386
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61387
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61388
|
-
sortable: Scalars['Boolean']['output'];
|
|
61389
|
-
};
|
|
61390
|
-
export declare type PolarisIdeaStringField = PolarisIdeaField & {
|
|
61391
|
-
__typename?: 'PolarisIdeaStringField';
|
|
61392
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61393
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61394
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61395
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61396
|
-
editable: Scalars['Boolean']['output'];
|
|
61397
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61398
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61399
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61400
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61401
|
-
groupable: Scalars['Boolean']['output'];
|
|
61402
|
-
id: Scalars['ID']['output'];
|
|
61403
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61404
|
-
label: Scalars['String']['output'];
|
|
61405
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61406
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61407
|
-
sortable: Scalars['Boolean']['output'];
|
|
61408
60921
|
};
|
|
61409
60922
|
export declare type PolarisIdeaTemplate = {
|
|
61410
60923
|
__typename?: 'PolarisIdeaTemplate';
|
|
@@ -61424,44 +60937,6 @@ export declare type PolarisIdeaType = {
|
|
|
61424
60937
|
id: Scalars['ID']['output'];
|
|
61425
60938
|
name: Scalars['String']['output'];
|
|
61426
60939
|
};
|
|
61427
|
-
export declare type PolarisIdeaUserField = PolarisIdeaField & {
|
|
61428
|
-
__typename?: 'PolarisIdeaUserField';
|
|
61429
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61430
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61431
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61432
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61433
|
-
editable: Scalars['Boolean']['output'];
|
|
61434
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61435
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61436
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61437
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61438
|
-
groupable: Scalars['Boolean']['output'];
|
|
61439
|
-
id: Scalars['ID']['output'];
|
|
61440
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61441
|
-
label: Scalars['String']['output'];
|
|
61442
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61443
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61444
|
-
sortable: Scalars['Boolean']['output'];
|
|
61445
|
-
};
|
|
61446
|
-
export declare type PolarisIdeaUsersField = PolarisIdeaField & {
|
|
61447
|
-
__typename?: 'PolarisIdeaUsersField';
|
|
61448
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61449
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61450
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61451
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61452
|
-
editable: Scalars['Boolean']['output'];
|
|
61453
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61454
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61455
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61456
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61457
|
-
groupable: Scalars['Boolean']['output'];
|
|
61458
|
-
id: Scalars['ID']['output'];
|
|
61459
|
-
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61460
|
-
label: Scalars['String']['output'];
|
|
61461
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61462
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61463
|
-
sortable: Scalars['Boolean']['output'];
|
|
61464
|
-
};
|
|
61465
60940
|
export declare type PolarisIdeas = {
|
|
61466
60941
|
__typename?: 'PolarisIdeas';
|
|
61467
60942
|
ideas?: Maybe<Array<PolarisRestIdea>>;
|
|
@@ -61488,23 +60963,8 @@ export declare type PolarisIssueLinkType = {
|
|
|
61488
60963
|
};
|
|
61489
60964
|
export declare type PolarisJiraField = PolarisIdeaField & {
|
|
61490
60965
|
__typename?: 'PolarisJiraField';
|
|
61491
|
-
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
61492
|
-
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
61493
|
-
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
61494
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
61495
|
-
editable: Scalars['Boolean']['output'];
|
|
61496
|
-
emoji?: Maybe<Scalars['String']['output']>;
|
|
61497
|
-
fieldId?: Maybe<Scalars['Int']['output']>;
|
|
61498
|
-
fieldName?: Maybe<Scalars['String']['output']>;
|
|
61499
|
-
formula?: Maybe<Scalars['JSON']['output']>;
|
|
61500
|
-
groupable: Scalars['Boolean']['output'];
|
|
61501
60966
|
id: Scalars['ID']['output'];
|
|
61502
60967
|
jiraFieldKey?: Maybe<Scalars['String']['output']>;
|
|
61503
|
-
label: Scalars['String']['output'];
|
|
61504
|
-
linearizable: Scalars['Boolean']['output'];
|
|
61505
|
-
presentation?: Maybe<PolarisPresentation>;
|
|
61506
|
-
sortable: Scalars['Boolean']['output'];
|
|
61507
|
-
specialType?: Maybe<Scalars['String']['output']>;
|
|
61508
60968
|
};
|
|
61509
60969
|
export declare type PolarisMatrixAxis = {
|
|
61510
60970
|
__typename?: 'PolarisMatrixAxis';
|
|
@@ -61965,7 +61425,9 @@ export declare type PolarisViewTableColumnSizeInput = {
|
|
|
61965
61425
|
};
|
|
61966
61426
|
export declare enum PolarisVisualizationType {
|
|
61967
61427
|
Board = "BOARD",
|
|
61428
|
+
Collection = "COLLECTION",
|
|
61968
61429
|
Matrix = "MATRIX",
|
|
61430
|
+
Section = "SECTION",
|
|
61969
61431
|
Table = "TABLE",
|
|
61970
61432
|
Timeline = "TIMELINE",
|
|
61971
61433
|
Twoxtwo = "TWOXTWO"
|
|
@@ -63949,7 +63411,7 @@ export declare type RadarEdge = {
|
|
|
63949
63411
|
export declare type RadarEnlistment = {
|
|
63950
63412
|
__typename?: 'RadarEnlistment';
|
|
63951
63413
|
cloudId: Scalars['ID']['output'];
|
|
63952
|
-
positionFields?: Maybe<Array<Maybe<
|
|
63414
|
+
positionFields?: Maybe<Array<Maybe<RadarFieldDefinition>>>;
|
|
63953
63415
|
};
|
|
63954
63416
|
export declare type RadarEntity = {
|
|
63955
63417
|
fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
|
|
@@ -65385,6 +64847,7 @@ export declare enum SearchBoardProductType {
|
|
|
65385
64847
|
Software = "SOFTWARE"
|
|
65386
64848
|
}
|
|
65387
64849
|
export declare type SearchCommonFilter = {
|
|
64850
|
+
contributorsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
65388
64851
|
range?: InputMaybe<SearchCommonRangeFilter>;
|
|
65389
64852
|
};
|
|
65390
64853
|
export declare type SearchCommonRangeFilter = {
|
|
@@ -65426,6 +64889,7 @@ export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider
|
|
|
65426
64889
|
iconCssClass?: Maybe<Scalars['String']['output']>;
|
|
65427
64890
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
65428
64891
|
id: Scalars['ID']['output'];
|
|
64892
|
+
isVerified: Scalars['Boolean']['output'];
|
|
65429
64893
|
l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
|
|
65430
64894
|
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
65431
64895
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -65546,6 +65010,7 @@ export declare type SearchItemConnection = {
|
|
|
65546
65010
|
edges: Array<SearchResultItemEdge>;
|
|
65547
65011
|
interleaverScrapingResult?: Maybe<SearchInterleaverScrapingResult>;
|
|
65548
65012
|
pageInfo: PageInfo;
|
|
65013
|
+
queryInfo?: Maybe<SearchQueryInfo>;
|
|
65549
65014
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
65550
65015
|
totalCounts: Array<SearchProductCount>;
|
|
65551
65016
|
};
|
|
@@ -65597,6 +65062,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
65597
65062
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65598
65063
|
analytics?: InputMaybe<SearchAnalyticsInput>;
|
|
65599
65064
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
65065
|
+
disableQueryReplacement?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65600
65066
|
disableWildcardMatching?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65601
65067
|
enableHighlighting?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65602
65068
|
enableRelevanceDebugging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -65608,6 +65074,15 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
65608
65074
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
65609
65075
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
65610
65076
|
};
|
|
65077
|
+
export declare type SearchQueryInfo = {
|
|
65078
|
+
__typename?: 'SearchQueryInfo';
|
|
65079
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
65080
|
+
originalQuery?: Maybe<Scalars['String']['output']>;
|
|
65081
|
+
originalQueryType?: Maybe<Scalars['String']['output']>;
|
|
65082
|
+
replacementQuery?: Maybe<Scalars['String']['output']>;
|
|
65083
|
+
shouldTriggerAutocorrectionExperience?: Maybe<Scalars['Boolean']['output']>;
|
|
65084
|
+
suggestedQuery?: Maybe<Scalars['String']['output']>;
|
|
65085
|
+
};
|
|
65611
65086
|
export declare type SearchRecentFilterInput = {
|
|
65612
65087
|
entities: Array<Scalars['String']['input']>;
|
|
65613
65088
|
locations: Array<Scalars['String']['input']>;
|
|
@@ -66702,7 +66177,6 @@ export declare type ShepherdDetection = {
|
|
|
66702
66177
|
category: ShepherdAlertDetectionCategory;
|
|
66703
66178
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
66704
66179
|
id: Scalars['ID']['output'];
|
|
66705
|
-
product: ShepherdAtlassianProduct;
|
|
66706
66180
|
products: Array<Maybe<ShepherdAtlassianProduct>>;
|
|
66707
66181
|
regions?: Maybe<Array<Scalars['String']['output']>>;
|
|
66708
66182
|
relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
|
|
@@ -67311,11 +66785,7 @@ export declare type ShepherdUpdateAlertsPayload = Payload & {
|
|
|
67311
66785
|
success: Scalars['Boolean']['output'];
|
|
67312
66786
|
};
|
|
67313
66787
|
export declare type ShepherdUpdateSlackInput = {
|
|
67314
|
-
|
|
67315
|
-
callbackURL?: InputMaybe<Scalars['URL']['input']>;
|
|
67316
|
-
channelId?: InputMaybe<Scalars['String']['input']>;
|
|
67317
|
-
status?: InputMaybe<ShepherdSubscriptionStatus>;
|
|
67318
|
-
teamId?: InputMaybe<Scalars['String']['input']>;
|
|
66788
|
+
status: ShepherdSubscriptionStatus;
|
|
67319
66789
|
};
|
|
67320
66790
|
export declare type ShepherdUpdateSubscriptionPayload = Payload & {
|
|
67321
66791
|
__typename?: 'ShepherdUpdateSubscriptionPayload';
|
|
@@ -69558,6 +69028,10 @@ export declare type TrelloBoardChecklistsLimits = {
|
|
|
69558
69028
|
perBoard?: Maybe<TrelloLimitProps>;
|
|
69559
69029
|
perCard?: Maybe<TrelloLimitProps>;
|
|
69560
69030
|
};
|
|
69031
|
+
export declare type TrelloBoardConnectionUpdated = {
|
|
69032
|
+
__typename?: 'TrelloBoardConnectionUpdated';
|
|
69033
|
+
edges?: Maybe<Array<TrelloBoardUpdatedEdge>>;
|
|
69034
|
+
};
|
|
69561
69035
|
export declare type TrelloBoardCustomFieldOptionsLimits = {
|
|
69562
69036
|
__typename?: 'TrelloBoardCustomFieldOptionsLimits';
|
|
69563
69037
|
perField?: Maybe<TrelloLimitProps>;
|
|
@@ -69691,8 +69165,13 @@ export declare type TrelloBoardUpdated = {
|
|
|
69691
69165
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
69692
69166
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
69693
69167
|
url?: Maybe<Scalars['URL']['output']>;
|
|
69168
|
+
viewer?: Maybe<TrelloBoardViewerUpdated>;
|
|
69694
69169
|
workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
|
|
69695
69170
|
};
|
|
69171
|
+
export declare type TrelloBoardUpdatedEdge = {
|
|
69172
|
+
__typename?: 'TrelloBoardUpdatedEdge';
|
|
69173
|
+
node: TrelloBoardUpdated;
|
|
69174
|
+
};
|
|
69696
69175
|
export declare type TrelloBoardViewer = {
|
|
69697
69176
|
__typename?: 'TrelloBoardViewer';
|
|
69698
69177
|
aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -69714,6 +69193,10 @@ export declare type TrelloBoardViewerSidebar = {
|
|
|
69714
69193
|
__typename?: 'TrelloBoardViewerSidebar';
|
|
69715
69194
|
show?: Maybe<Scalars['Boolean']['output']>;
|
|
69716
69195
|
};
|
|
69196
|
+
export declare type TrelloBoardViewerUpdated = {
|
|
69197
|
+
__typename?: 'TrelloBoardViewerUpdated';
|
|
69198
|
+
subscribed?: Maybe<Scalars['Boolean']['output']>;
|
|
69199
|
+
};
|
|
69717
69200
|
export declare type TrelloBoardWorkspaceUpdated = {
|
|
69718
69201
|
__typename?: 'TrelloBoardWorkspaceUpdated';
|
|
69719
69202
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -69739,6 +69222,7 @@ export declare type TrelloCard = Node & {
|
|
|
69739
69222
|
location?: Maybe<TrelloCardLocation>;
|
|
69740
69223
|
members?: Maybe<TrelloMemberConnection>;
|
|
69741
69224
|
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
69225
|
+
mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
|
|
69742
69226
|
name?: Maybe<Scalars['String']['output']>;
|
|
69743
69227
|
objectId: Scalars['ID']['output'];
|
|
69744
69228
|
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -70086,6 +69570,7 @@ export declare type TrelloInbox = {
|
|
|
70086
69570
|
export declare type TrelloJwmWorkspaceLink = {
|
|
70087
69571
|
__typename?: 'TrelloJwmWorkspaceLink';
|
|
70088
69572
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
69573
|
+
crossflowTouchpoint?: Maybe<Scalars['String']['output']>;
|
|
70089
69574
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
70090
69575
|
inaccessible?: Maybe<Scalars['Boolean']['output']>;
|
|
70091
69576
|
};
|
|
@@ -70248,6 +69733,12 @@ export declare type TrelloMemberNonPublicData = {
|
|
|
70248
69733
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
70249
69734
|
initials?: Maybe<Scalars['String']['output']>;
|
|
70250
69735
|
};
|
|
69736
|
+
export declare type TrelloMemberUpdated = {
|
|
69737
|
+
__typename?: 'TrelloMemberUpdated';
|
|
69738
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
69739
|
+
boards?: Maybe<TrelloBoardConnectionUpdated>;
|
|
69740
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
69741
|
+
};
|
|
70251
69742
|
export declare type TrelloMemberWorkspaceConnection = {
|
|
70252
69743
|
__typename?: 'TrelloMemberWorkspaceConnection';
|
|
70253
69744
|
edges?: Maybe<Array<TrelloMemberWorkspaceEdge>>;
|
|
@@ -70341,14 +69832,16 @@ export declare type TrelloPlannerAccountsArgs = {
|
|
|
70341
69832
|
};
|
|
70342
69833
|
export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterface & {
|
|
70343
69834
|
__typename?: 'TrelloPlannerCalendar';
|
|
70344
|
-
color
|
|
70345
|
-
enabled
|
|
69835
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
69836
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
70346
69837
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70347
69838
|
id: Scalars['ID']['output'];
|
|
70348
|
-
objectId
|
|
70349
|
-
|
|
70350
|
-
|
|
70351
|
-
|
|
69839
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
69840
|
+
providerCalendarId?: Maybe<Scalars['ID']['output']>;
|
|
69841
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69842
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
69843
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69844
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70352
69845
|
};
|
|
70353
69846
|
export declare type TrelloPlannerCalendarEventsArgs = {
|
|
70354
69847
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -70357,8 +69850,8 @@ export declare type TrelloPlannerCalendarEventsArgs = {
|
|
|
70357
69850
|
};
|
|
70358
69851
|
export declare type TrelloPlannerCalendarAccount = Node & {
|
|
70359
69852
|
__typename?: 'TrelloPlannerCalendarAccount';
|
|
70360
|
-
accountType
|
|
70361
|
-
displayName
|
|
69853
|
+
accountType?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69854
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
70362
69855
|
enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
|
|
70363
69856
|
id: Scalars['ID']['output'];
|
|
70364
69857
|
providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
@@ -70396,24 +69889,24 @@ export declare type TrelloPlannerCalendarEdge = {
|
|
|
70396
69889
|
};
|
|
70397
69890
|
export declare type TrelloPlannerCalendarEvent = Node & {
|
|
70398
69891
|
__typename?: 'TrelloPlannerCalendarEvent';
|
|
70399
|
-
allDay
|
|
70400
|
-
busy
|
|
69892
|
+
allDay?: Maybe<Scalars['Boolean']['output']>;
|
|
69893
|
+
busy?: Maybe<Scalars['Boolean']['output']>;
|
|
70401
69894
|
conferencing?: Maybe<TrelloPlannerCalendarEventConferencing>;
|
|
70402
|
-
createdByTrello
|
|
69895
|
+
createdByTrello?: Maybe<Scalars['Boolean']['output']>;
|
|
70403
69896
|
description?: Maybe<Scalars['String']['output']>;
|
|
70404
|
-
endAt
|
|
69897
|
+
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
70405
69898
|
id: Scalars['ID']['output'];
|
|
70406
69899
|
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
70407
|
-
readOnly
|
|
70408
|
-
startAt
|
|
70409
|
-
status
|
|
70410
|
-
title
|
|
70411
|
-
type
|
|
70412
|
-
visibility
|
|
69900
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69901
|
+
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
69902
|
+
status?: Maybe<TrelloPlannerCalendarEventStatus>;
|
|
69903
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69904
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
69905
|
+
visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
|
|
70413
69906
|
};
|
|
70414
69907
|
export declare type TrelloPlannerCalendarEventConferencing = {
|
|
70415
69908
|
__typename?: 'TrelloPlannerCalendarEventConferencing';
|
|
70416
|
-
url
|
|
69909
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
70417
69910
|
};
|
|
70418
69911
|
export declare type TrelloPlannerCalendarEventConnection = {
|
|
70419
69912
|
__typename?: 'TrelloPlannerCalendarEventConnection';
|
|
@@ -70438,21 +69931,22 @@ export declare enum TrelloPlannerCalendarEventVisibility {
|
|
|
70438
69931
|
Public = "PUBLIC"
|
|
70439
69932
|
}
|
|
70440
69933
|
export declare type TrelloPlannerCalendarEventsFilter = {
|
|
70441
|
-
end
|
|
70442
|
-
start
|
|
69934
|
+
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
69935
|
+
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
70443
69936
|
};
|
|
70444
69937
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
70445
69938
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
70446
|
-
color
|
|
69939
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
70447
69940
|
events?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
70448
69941
|
id: Scalars['ID']['output'];
|
|
70449
|
-
|
|
70450
|
-
|
|
70451
|
-
|
|
69942
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
69943
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
69944
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
69945
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70452
69946
|
};
|
|
70453
69947
|
export declare type TrelloPlannerProviderCalendarEventsArgs = {
|
|
70454
69948
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70455
|
-
filter
|
|
69949
|
+
filter: TrelloPlannerCalendarEventsFilter;
|
|
70456
69950
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70457
69951
|
};
|
|
70458
69952
|
export declare type TrelloPlannerProviderCalendarConnection = {
|
|
@@ -70517,11 +70011,12 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
70517
70011
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
70518
70012
|
};
|
|
70519
70013
|
export declare type TrelloProviderCalendarInterface = {
|
|
70520
|
-
color
|
|
70014
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
70521
70015
|
id: Scalars['ID']['output'];
|
|
70522
|
-
|
|
70523
|
-
|
|
70524
|
-
|
|
70016
|
+
readOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
70017
|
+
timezone?: Maybe<Scalars['String']['output']>;
|
|
70018
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
70019
|
+
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70525
70020
|
};
|
|
70526
70021
|
export declare type TrelloQueryApi = {
|
|
70527
70022
|
__typename?: 'TrelloQueryApi';
|
|
@@ -70638,10 +70133,14 @@ export declare type TrelloStickerEdge = {
|
|
|
70638
70133
|
export declare type TrelloSubscriptionApi = {
|
|
70639
70134
|
__typename?: 'TrelloSubscriptionApi';
|
|
70640
70135
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
70136
|
+
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
70641
70137
|
};
|
|
70642
70138
|
export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
70643
70139
|
id: Scalars['ID']['input'];
|
|
70644
70140
|
};
|
|
70141
|
+
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
70142
|
+
id: Scalars['ID']['input'];
|
|
70143
|
+
};
|
|
70645
70144
|
export declare enum TrelloSupportedPlannerProviders {
|
|
70646
70145
|
Google = "GOOGLE"
|
|
70647
70146
|
}
|