@forge/cli-shared 8.7.1-next.0-experimental-847300f → 8.7.1
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.
|
@@ -414,6 +414,12 @@ export declare type AvpCreateDashboardFilterResponse = {
|
|
|
414
414
|
chart?: Maybe<AvpChart>;
|
|
415
415
|
envVar?: Maybe<AvpEnvVarWithChart>;
|
|
416
416
|
};
|
|
417
|
+
export declare type AvpCreateDashboardFromTemplateInput = {
|
|
418
|
+
cloudId: Scalars['ID']['input'];
|
|
419
|
+
dashboard?: InputMaybe<AvpDashboardTemplateInput>;
|
|
420
|
+
dashboardPermissionType?: InputMaybe<AvpDashboardPermissionType>;
|
|
421
|
+
workspaceId: Scalars['ID']['input'];
|
|
422
|
+
};
|
|
417
423
|
export declare type AvpCreateDashboardInput = {
|
|
418
424
|
cloudId: Scalars['ID']['input'];
|
|
419
425
|
containerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -520,6 +526,13 @@ export declare enum AvpDashboardStatusAction {
|
|
|
520
526
|
Restore = "RESTORE",
|
|
521
527
|
Trash = "TRASH"
|
|
522
528
|
}
|
|
529
|
+
export declare type AvpDashboardTemplateInput = {
|
|
530
|
+
containerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
531
|
+
fromTemplate: Scalars['String']['input'];
|
|
532
|
+
integrationId?: InputMaybe<AvpIntegrationId>;
|
|
533
|
+
productWorkspaceList?: InputMaybe<Array<AvpProductWorkspaceMapEntry>>;
|
|
534
|
+
templateVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
535
|
+
};
|
|
523
536
|
export declare type AvpDatasourceLocator = {
|
|
524
537
|
__typename?: 'AVPDatasourceLocator';
|
|
525
538
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
@@ -688,6 +701,10 @@ export declare type AvpMoveDashboardRowPayload = Payload & {
|
|
|
688
701
|
errors?: Maybe<Array<MutationError>>;
|
|
689
702
|
success: Scalars['Boolean']['output'];
|
|
690
703
|
};
|
|
704
|
+
export declare type AvpProductWorkspaceMapEntry = {
|
|
705
|
+
product: Scalars['String']['input'];
|
|
706
|
+
workspaceId: Scalars['ID']['input'];
|
|
707
|
+
};
|
|
691
708
|
export declare enum AvpRefreshMethod {
|
|
692
709
|
RefreshAuto = "REFRESH_AUTO",
|
|
693
710
|
RefreshLoad = "REFRESH_LOAD",
|
|
@@ -2630,9 +2647,12 @@ export declare type AgentStudioEvaluationSummary = {
|
|
|
2630
2647
|
judgeFailureCount?: Maybe<Scalars['Int']['output']>;
|
|
2631
2648
|
judgeResolution?: Maybe<AgentStudioDatasetResolution>;
|
|
2632
2649
|
judgeSuccessCount?: Maybe<Scalars['Int']['output']>;
|
|
2650
|
+
resolutionRate?: Maybe<Scalars['Float']['output']>;
|
|
2633
2651
|
runId: Scalars['ID']['output'];
|
|
2652
|
+
simulatedConversations?: Maybe<Scalars['Int']['output']>;
|
|
2634
2653
|
successCount: Scalars['Int']['output'];
|
|
2635
2654
|
totalItems: Scalars['Int']['output'];
|
|
2655
|
+
totalRunTimeMs?: Maybe<Scalars['Int']['output']>;
|
|
2636
2656
|
};
|
|
2637
2657
|
export declare type AgentStudioHelpCenter = {
|
|
2638
2658
|
__typename?: 'AgentStudioHelpCenter';
|
|
@@ -6825,6 +6845,12 @@ export declare enum CcpChargeType {
|
|
|
6825
6845
|
Licensed = "LICENSED",
|
|
6826
6846
|
Metered = "METERED"
|
|
6827
6847
|
}
|
|
6848
|
+
export declare type CcpCloudMigrationTrialMapping = {
|
|
6849
|
+
__typename?: 'CcpCloudMigrationTrialMapping';
|
|
6850
|
+
cloudEntitlementId?: Maybe<Scalars['ID']['output']>;
|
|
6851
|
+
dcEntitlementId?: Maybe<Scalars['ID']['output']>;
|
|
6852
|
+
isCmtMappingActive?: Maybe<Scalars['Boolean']['output']>;
|
|
6853
|
+
};
|
|
6828
6854
|
export declare type CcpConfigurePaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
6829
6855
|
__typename?: 'CcpConfigurePaymentMethodExperienceCapability';
|
|
6830
6856
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -7036,6 +7062,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
7036
7062
|
changeReason?: Maybe<Scalars['String']['output']>;
|
|
7037
7063
|
chargeElementLatestAllowancesDetails?: Maybe<CcpChargeElementLatestAllowancesResult>;
|
|
7038
7064
|
childrenIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
7065
|
+
cloudMigrationTrialMapping?: Maybe<CcpCloudMigrationTrialMapping>;
|
|
7039
7066
|
context?: Maybe<CcpContext>;
|
|
7040
7067
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
7041
7068
|
defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
@@ -7051,6 +7078,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
7051
7078
|
featureVariables?: Maybe<Array<Maybe<CcpMapEntry>>>;
|
|
7052
7079
|
id: Scalars['ID']['output'];
|
|
7053
7080
|
invoiceRequests?: Maybe<Array<Maybe<CcpInvoiceRequest>>>;
|
|
7081
|
+
isEligibleForCloudMigrationTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
7054
7082
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
7055
7083
|
license?: Maybe<CcpLicense>;
|
|
7056
7084
|
licenseV2?: Maybe<CcpLicenseResult>;
|
|
@@ -15875,6 +15903,26 @@ export declare type ConfluenceDatabaseLinks = {
|
|
|
15875
15903
|
base?: Maybe<Scalars['String']['output']>;
|
|
15876
15904
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
15877
15905
|
};
|
|
15906
|
+
export declare type ConfluenceDatabaseTemplateInfo = {
|
|
15907
|
+
__typename?: 'ConfluenceDatabaseTemplateInfo';
|
|
15908
|
+
description: Scalars['String']['output'];
|
|
15909
|
+
id: Scalars['String']['output'];
|
|
15910
|
+
keywords: Array<Maybe<Scalars['String']['output']>>;
|
|
15911
|
+
name: Scalars['String']['output'];
|
|
15912
|
+
};
|
|
15913
|
+
export declare type ConfluenceDatabaseTemplateInfoConnection = {
|
|
15914
|
+
__typename?: 'ConfluenceDatabaseTemplateInfoConnection';
|
|
15915
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
15916
|
+
edges?: Maybe<Array<Maybe<ConfluenceDatabaseTemplateInfoEdge>>>;
|
|
15917
|
+
links?: Maybe<LinksContextBase>;
|
|
15918
|
+
nodes?: Maybe<Array<Maybe<ConfluenceDatabaseTemplateInfo>>>;
|
|
15919
|
+
pageInfo?: Maybe<PageInfo>;
|
|
15920
|
+
};
|
|
15921
|
+
export declare type ConfluenceDatabaseTemplateInfoEdge = {
|
|
15922
|
+
__typename?: 'ConfluenceDatabaseTemplateInfoEdge';
|
|
15923
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
15924
|
+
node?: Maybe<ConfluenceDatabaseTemplateInfo>;
|
|
15925
|
+
};
|
|
15878
15926
|
export declare type ConfluenceDate = {
|
|
15879
15927
|
__typename?: 'ConfluenceDate';
|
|
15880
15928
|
value: Scalars['String']['output'];
|
|
@@ -17980,6 +18028,7 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
17980
18028
|
isAddWildcardsToUserAndGroupSearchesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17981
18029
|
isAnonymousAccessToRemoteApiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17982
18030
|
isContactAdministratorsFormEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18031
|
+
isDigestSlackNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17983
18032
|
isEditorConversionForSiteEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17984
18033
|
isEditorFullWidthEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17985
18034
|
isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -18860,6 +18909,7 @@ export declare type ConfluenceUpdateSiteSenderEmailAddressPayload = Payload & {
|
|
|
18860
18909
|
success: Scalars['Boolean']['output'];
|
|
18861
18910
|
};
|
|
18862
18911
|
export declare type ConfluenceUpdateSlackSiteConfigurationInput = {
|
|
18912
|
+
isEnableDigestSlackNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18863
18913
|
isEnableMentionReminderSlackNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18864
18914
|
isEnableRecommendedSlackNotification: Scalars['Boolean']['input'];
|
|
18865
18915
|
};
|
|
@@ -21605,29 +21655,32 @@ export declare type CplsAddContributionsInput = {
|
|
|
21605
21655
|
contributions: Array<CplsAddContributionInput>;
|
|
21606
21656
|
scopeId: Scalars['ID']['input'];
|
|
21607
21657
|
};
|
|
21608
|
-
export declare type CplsAddContributionsPayload = {
|
|
21658
|
+
export declare type CplsAddContributionsPayload = Payload & {
|
|
21609
21659
|
__typename?: 'CplsAddContributionsPayload';
|
|
21610
|
-
contributors
|
|
21611
|
-
errors
|
|
21660
|
+
contributors?: Maybe<Array<CplsContributorEdge>>;
|
|
21661
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21662
|
+
success: Scalars['Boolean']['output'];
|
|
21612
21663
|
};
|
|
21613
21664
|
export declare type CplsAddContributorScopeAssociationInput = {
|
|
21614
21665
|
cloudId: Scalars['ID']['input'];
|
|
21615
21666
|
contributorIds: Array<Scalars['ID']['input']>;
|
|
21616
21667
|
scopeId: Scalars['ID']['input'];
|
|
21617
21668
|
};
|
|
21618
|
-
export declare type CplsAddContributorScopeAssociationPayload = {
|
|
21669
|
+
export declare type CplsAddContributorScopeAssociationPayload = Payload & {
|
|
21619
21670
|
__typename?: 'CplsAddContributorScopeAssociationPayload';
|
|
21620
|
-
contributors
|
|
21621
|
-
errors
|
|
21671
|
+
contributors?: Maybe<Array<CplsContributorEdge>>;
|
|
21672
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21673
|
+
success: Scalars['Boolean']['output'];
|
|
21622
21674
|
};
|
|
21623
21675
|
export declare type CplsAddContributorWorkAssociationInput = {
|
|
21624
21676
|
cloudId: Scalars['ID']['input'];
|
|
21625
21677
|
contributorWorkAssociations: Array<CplsContributorWorkAssociation>;
|
|
21626
21678
|
};
|
|
21627
|
-
export declare type CplsAddContributorWorkAssociationPayload = {
|
|
21679
|
+
export declare type CplsAddContributorWorkAssociationPayload = Payload & {
|
|
21628
21680
|
__typename?: 'CplsAddContributorWorkAssociationPayload';
|
|
21629
|
-
contributorWorkAssociations
|
|
21630
|
-
errors
|
|
21681
|
+
contributorWorkAssociations?: Maybe<Array<CplsContributorWorkEdge>>;
|
|
21682
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21683
|
+
success: Scalars['Boolean']['output'];
|
|
21631
21684
|
};
|
|
21632
21685
|
export declare type CplsCapacityPlanningPeopleView = {
|
|
21633
21686
|
__typename?: 'CplsCapacityPlanningPeopleView';
|
|
@@ -21668,6 +21721,7 @@ export declare type CplsContributor = {
|
|
|
21668
21721
|
__typename?: 'CplsContributor';
|
|
21669
21722
|
contributionAggregations: Array<CplsContributionAggregation>;
|
|
21670
21723
|
contributorData?: Maybe<CplsContributorData>;
|
|
21724
|
+
contributorId: Scalars['ID']['output'];
|
|
21671
21725
|
contributorWork: CplsContributorWorkConnection;
|
|
21672
21726
|
id: Scalars['ID']['output'];
|
|
21673
21727
|
worksByIds: Array<CplsContributorWorkEdge>;
|
|
@@ -21711,34 +21765,66 @@ export declare type CplsCreateCustomContributionTargetInput = {
|
|
|
21711
21765
|
cloudId: Scalars['ID']['input'];
|
|
21712
21766
|
name: Scalars['String']['input'];
|
|
21713
21767
|
};
|
|
21714
|
-
export declare type CplsCreateCustomContributionTargetPayload = {
|
|
21768
|
+
export declare type CplsCreateCustomContributionTargetPayload = Payload & {
|
|
21715
21769
|
__typename?: 'CplsCreateCustomContributionTargetPayload';
|
|
21716
|
-
errors
|
|
21770
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21717
21771
|
node?: Maybe<CplsCustomContributionTarget>;
|
|
21772
|
+
success: Scalars['Boolean']['output'];
|
|
21773
|
+
};
|
|
21774
|
+
export declare type CplsCreateCustomContributionTargetWithWorkAssociationInput = {
|
|
21775
|
+
cloudId: Scalars['ID']['input'];
|
|
21776
|
+
contributorId: Scalars['ID']['input'];
|
|
21777
|
+
name: Scalars['String']['input'];
|
|
21778
|
+
};
|
|
21779
|
+
export declare type CplsCreateCustomContributionTargetWithWorkAssociationPayload = Payload & {
|
|
21780
|
+
__typename?: 'CplsCreateCustomContributionTargetWithWorkAssociationPayload';
|
|
21781
|
+
contributorWorkAssociation?: Maybe<CplsContributorWorkEdge>;
|
|
21782
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21783
|
+
success: Scalars['Boolean']['output'];
|
|
21718
21784
|
};
|
|
21719
21785
|
export declare type CplsCustomContributionTarget = {
|
|
21720
21786
|
__typename?: 'CplsCustomContributionTarget';
|
|
21721
21787
|
id: Scalars['ID']['output'];
|
|
21722
21788
|
name: Scalars['String']['output'];
|
|
21723
21789
|
};
|
|
21790
|
+
export declare type CplsCustomContributionTargetConnection = HasPageInfo & {
|
|
21791
|
+
__typename?: 'CplsCustomContributionTargetConnection';
|
|
21792
|
+
edges?: Maybe<Array<CplsCustomContributionTargetEdge>>;
|
|
21793
|
+
pageInfo: PageInfo;
|
|
21794
|
+
};
|
|
21795
|
+
export declare type CplsCustomContributionTargetEdge = {
|
|
21796
|
+
__typename?: 'CplsCustomContributionTargetEdge';
|
|
21797
|
+
cursor: Scalars['String']['output'];
|
|
21798
|
+
node?: Maybe<CplsCustomContributionTarget>;
|
|
21799
|
+
};
|
|
21724
21800
|
export declare type CplsDeleteContributorScopeAssociationInput = {
|
|
21725
21801
|
cloudId: Scalars['ID']['input'];
|
|
21726
21802
|
contributorIds: Array<Scalars['ID']['input']>;
|
|
21727
21803
|
scopeId: Scalars['ID']['input'];
|
|
21728
21804
|
};
|
|
21729
|
-
export declare type CplsDeleteContributorScopeAssociationPayload = {
|
|
21805
|
+
export declare type CplsDeleteContributorScopeAssociationPayload = Payload & {
|
|
21730
21806
|
__typename?: 'CplsDeleteContributorScopeAssociationPayload';
|
|
21731
|
-
errors
|
|
21732
|
-
ids
|
|
21807
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21808
|
+
ids?: Maybe<Array<Scalars['ID']['output']>>;
|
|
21809
|
+
success: Scalars['Boolean']['output'];
|
|
21733
21810
|
};
|
|
21734
21811
|
export declare type CplsDeleteContributorWorkAssociationInput = {
|
|
21735
21812
|
cloudId: Scalars['ID']['input'];
|
|
21736
21813
|
contributorWorkAssociations: Array<CplsContributorWorkAssociation>;
|
|
21737
21814
|
};
|
|
21738
|
-
export declare type CplsDeleteContributorWorkAssociationPayload = {
|
|
21815
|
+
export declare type CplsDeleteContributorWorkAssociationPayload = Payload & {
|
|
21739
21816
|
__typename?: 'CplsDeleteContributorWorkAssociationPayload';
|
|
21740
|
-
errors
|
|
21741
|
-
ids
|
|
21817
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21818
|
+
ids?: Maybe<Array<Scalars['ID']['output']>>;
|
|
21819
|
+
success: Scalars['Boolean']['output'];
|
|
21820
|
+
};
|
|
21821
|
+
export declare type CplsSearchCustomContributionTargetsInput = {
|
|
21822
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
21823
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
21824
|
+
cloudId: Scalars['ID']['input'];
|
|
21825
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
21826
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
21827
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
21742
21828
|
};
|
|
21743
21829
|
export declare type CplsTimeCell = {
|
|
21744
21830
|
__typename?: 'CplsTimeCell';
|
|
@@ -21753,9 +21839,9 @@ export declare type CplsUpdateCustomContributionTargetInput = {
|
|
|
21753
21839
|
id: Scalars['ID']['input'];
|
|
21754
21840
|
name: Scalars['String']['input'];
|
|
21755
21841
|
};
|
|
21756
|
-
export declare type CplsUpdateCustomContributionTargetPayload = {
|
|
21842
|
+
export declare type CplsUpdateCustomContributionTargetPayload = Payload & {
|
|
21757
21843
|
__typename?: 'CplsUpdateCustomContributionTargetPayload';
|
|
21758
|
-
errors
|
|
21844
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21759
21845
|
success: Scalars['Boolean']['output'];
|
|
21760
21846
|
};
|
|
21761
21847
|
export declare type CplsViewSettings = {
|
|
@@ -35521,8 +35607,6 @@ export declare type GraphStore = {
|
|
|
35521
35607
|
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
35522
35608
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
35523
35609
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
35524
|
-
userCreatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection>;
|
|
35525
|
-
userCreatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection>;
|
|
35526
35610
|
userCreatedConfluenceComment?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentConnection>;
|
|
35527
35611
|
userCreatedConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection>;
|
|
35528
35612
|
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
@@ -35533,8 +35617,6 @@ export declare type GraphStore = {
|
|
|
35533
35617
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
35534
35618
|
userCreatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceConnection>;
|
|
35535
35619
|
userCreatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseConnection>;
|
|
35536
|
-
userCreatedConfluenceSpaceKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection>;
|
|
35537
|
-
userCreatedConfluenceSpaceKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection>;
|
|
35538
35620
|
userCreatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection>;
|
|
35539
35621
|
userCreatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection>;
|
|
35540
35622
|
userCreatedDesign?: Maybe<GraphStoreSimplifiedUserCreatedDesignConnection>;
|
|
@@ -35649,8 +35731,6 @@ export declare type GraphStore = {
|
|
|
35649
35731
|
userUpdatedCommentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedCommentInverseConnection>;
|
|
35650
35732
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
35651
35733
|
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
35652
|
-
userUpdatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection>;
|
|
35653
|
-
userUpdatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection>;
|
|
35654
35734
|
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
35655
35735
|
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
35656
35736
|
userUpdatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection>;
|
|
@@ -39724,20 +39804,6 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
39724
39804
|
id: Scalars['ID']['input'];
|
|
39725
39805
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
39726
39806
|
};
|
|
39727
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoArgs = {
|
|
39728
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39729
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39730
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39731
|
-
id: Scalars['ID']['input'];
|
|
39732
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
39733
|
-
};
|
|
39734
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoInverseArgs = {
|
|
39735
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39736
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39737
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39738
|
-
id: Scalars['ID']['input'];
|
|
39739
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
39740
|
-
};
|
|
39741
39807
|
export declare type GraphStoreUserCreatedConfluenceCommentArgs = {
|
|
39742
39808
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39743
39809
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39808,20 +39874,6 @@ export declare type GraphStoreUserCreatedConfluenceSpaceInverseArgs = {
|
|
|
39808
39874
|
id: Scalars['ID']['input'];
|
|
39809
39875
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceSortInput>;
|
|
39810
39876
|
};
|
|
39811
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoArgs = {
|
|
39812
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39813
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39814
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39815
|
-
id: Scalars['ID']['input'];
|
|
39816
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
39817
|
-
};
|
|
39818
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoInverseArgs = {
|
|
39819
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39820
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39821
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39822
|
-
id: Scalars['ID']['input'];
|
|
39823
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
39824
|
-
};
|
|
39825
39877
|
export declare type GraphStoreUserCreatedConfluenceWhiteboardArgs = {
|
|
39826
39878
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39827
39879
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40622,20 +40674,6 @@ export declare type GraphStoreUserUpdatedConfluenceBlogpostInverseArgs = {
|
|
|
40622
40674
|
id: Scalars['ID']['input'];
|
|
40623
40675
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
|
|
40624
40676
|
};
|
|
40625
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoArgs = {
|
|
40626
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
40627
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40628
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40629
|
-
id: Scalars['ID']['input'];
|
|
40630
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
40631
|
-
};
|
|
40632
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoInverseArgs = {
|
|
40633
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
40634
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40635
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40636
|
-
id: Scalars['ID']['input'];
|
|
40637
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
40638
|
-
};
|
|
40639
40677
|
export declare type GraphStoreUserUpdatedConfluencePageArgs = {
|
|
40640
40678
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
40641
40679
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -54302,34 +54340,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
54302
54340
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion>;
|
|
54303
54341
|
};
|
|
54304
54342
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54305
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
54306
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection';
|
|
54307
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge>>>;
|
|
54308
|
-
pageInfo: PageInfo;
|
|
54309
|
-
};
|
|
54310
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge = {
|
|
54311
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge';
|
|
54312
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54313
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54314
|
-
id: Scalars['ID']['output'];
|
|
54315
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54316
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion>;
|
|
54317
|
-
};
|
|
54318
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
54319
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection';
|
|
54320
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
54321
|
-
pageInfo: PageInfo;
|
|
54322
|
-
};
|
|
54323
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge = {
|
|
54324
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge';
|
|
54325
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54326
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54327
|
-
id: Scalars['ID']['output'];
|
|
54328
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54329
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion>;
|
|
54330
|
-
};
|
|
54331
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54332
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
54333
54343
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
54334
54344
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentConnection = HasPageInfo & {
|
|
54335
54345
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentConnection';
|
|
@@ -54470,34 +54480,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseEdge =
|
|
|
54470
54480
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion>;
|
|
54471
54481
|
};
|
|
54472
54482
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54473
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection = HasPageInfo & {
|
|
54474
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection';
|
|
54475
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge>>>;
|
|
54476
|
-
pageInfo: PageInfo;
|
|
54477
|
-
};
|
|
54478
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge = {
|
|
54479
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge';
|
|
54480
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54481
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54482
|
-
id: Scalars['ID']['output'];
|
|
54483
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54484
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion>;
|
|
54485
|
-
};
|
|
54486
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection = HasPageInfo & {
|
|
54487
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection';
|
|
54488
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge>>>;
|
|
54489
|
-
pageInfo: PageInfo;
|
|
54490
|
-
};
|
|
54491
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge = {
|
|
54492
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge';
|
|
54493
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54494
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54495
|
-
id: Scalars['ID']['output'];
|
|
54496
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54497
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion>;
|
|
54498
|
-
};
|
|
54499
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54500
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion = ConfluenceSpace;
|
|
54501
54483
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceUnion = ConfluenceSpace;
|
|
54502
54484
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
54503
54485
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection';
|
|
@@ -56082,34 +56064,6 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge
|
|
|
56082
56064
|
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion>;
|
|
56083
56065
|
};
|
|
56084
56066
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56085
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
56086
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection';
|
|
56087
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge>>>;
|
|
56088
|
-
pageInfo: PageInfo;
|
|
56089
|
-
};
|
|
56090
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge = {
|
|
56091
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge';
|
|
56092
|
-
createdAt: Scalars['DateTime']['output'];
|
|
56093
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
56094
|
-
id: Scalars['ID']['output'];
|
|
56095
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
56096
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion>;
|
|
56097
|
-
};
|
|
56098
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
56099
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection';
|
|
56100
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
56101
|
-
pageInfo: PageInfo;
|
|
56102
|
-
};
|
|
56103
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge = {
|
|
56104
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge';
|
|
56105
|
-
createdAt: Scalars['DateTime']['output'];
|
|
56106
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
56107
|
-
id: Scalars['ID']['output'];
|
|
56108
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
56109
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion>;
|
|
56110
|
-
};
|
|
56111
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56112
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
56113
56067
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
56114
56068
|
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageConnection = HasPageInfo & {
|
|
56115
56069
|
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageConnection';
|
|
@@ -57419,9 +57373,6 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
57419
57373
|
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
57420
57374
|
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
57421
57375
|
};
|
|
57422
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput = {
|
|
57423
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57424
|
-
};
|
|
57425
57376
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
57426
57377
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57427
57378
|
};
|
|
@@ -57437,9 +57388,6 @@ export declare type GraphStoreUserCreatedConfluenceEmbedSortInput = {
|
|
|
57437
57388
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
57438
57389
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57439
57390
|
};
|
|
57440
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoSortInput = {
|
|
57441
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57442
|
-
};
|
|
57443
57391
|
export declare type GraphStoreUserCreatedConfluenceSpaceSortInput = {
|
|
57444
57392
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57445
57393
|
};
|
|
@@ -57648,9 +57596,6 @@ export declare type GraphStoreUserUpdatedAtlasProjectSortInput = {
|
|
|
57648
57596
|
export declare type GraphStoreUserUpdatedCommentSortInput = {
|
|
57649
57597
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57650
57598
|
};
|
|
57651
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput = {
|
|
57652
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57653
|
-
};
|
|
57654
57599
|
export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
57655
57600
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57656
57601
|
};
|
|
@@ -66007,6 +65952,7 @@ export declare type JiraDeleteAllAttachmentsPayload = Payload & {
|
|
|
66007
65952
|
};
|
|
66008
65953
|
export declare type JiraDeleteAttachmentsPayload = Payload & {
|
|
66009
65954
|
__typename?: 'JiraDeleteAttachmentsPayload';
|
|
65955
|
+
deletedAttachmentIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
66010
65956
|
deletedCount?: Maybe<Scalars['Int']['output']>;
|
|
66011
65957
|
errors?: Maybe<Array<MutationError>>;
|
|
66012
65958
|
success: Scalars['Boolean']['output'];
|
|
@@ -82567,7 +82513,7 @@ export declare type JpdInsightDeletedEvent = {
|
|
|
82567
82513
|
export declare type JpdPlayContributionDeletedEvent = {
|
|
82568
82514
|
__typename?: 'JpdPlayContributionDeletedEvent';
|
|
82569
82515
|
contributionAri: Scalars['ID']['output'];
|
|
82570
|
-
|
|
82516
|
+
playAri: Scalars['ID']['output'];
|
|
82571
82517
|
projectAri: Scalars['ID']['output'];
|
|
82572
82518
|
subjectAri: Scalars['ID']['output'];
|
|
82573
82519
|
updatedByUserId: Scalars['ID']['output'];
|
|
@@ -90866,6 +90812,7 @@ export declare type Mutation = {
|
|
|
90866
90812
|
avp_createChart?: Maybe<AvpCreateChartPayload>;
|
|
90867
90813
|
avp_createDashboard?: Maybe<AvpCreateDashboardPayload>;
|
|
90868
90814
|
avp_createDashboardFilter?: Maybe<AvpCreateDashboardFilterPayload>;
|
|
90815
|
+
avp_createDashboardFromTemplate?: Maybe<AvpCreateDashboardPayload>;
|
|
90869
90816
|
avp_deleteChart?: Maybe<AvpDeleteChartPayload>;
|
|
90870
90817
|
avp_deleteDashboardFilter?: Maybe<AvpDeleteDashboardFilterPayload>;
|
|
90871
90818
|
avp_moveCanvasElement?: Maybe<AvpMoveCanvasElementPayload>;
|
|
@@ -90988,6 +90935,7 @@ export declare type Mutation = {
|
|
|
90988
90935
|
cpls_addContributorScopeAssociation: CplsAddContributorScopeAssociationPayload;
|
|
90989
90936
|
cpls_addContributorWorkAssociation: CplsAddContributorWorkAssociationPayload;
|
|
90990
90937
|
cpls_createCustomContributionTarget: CplsCreateCustomContributionTargetPayload;
|
|
90938
|
+
cpls_createCustomContributionTargetWithWorkAssociation: CplsCreateCustomContributionTargetWithWorkAssociationPayload;
|
|
90991
90939
|
cpls_deleteContributorScopeAssociation: CplsDeleteContributorScopeAssociationPayload;
|
|
90992
90940
|
cpls_deleteContributorWorkAssociation: CplsDeleteContributorWorkAssociationPayload;
|
|
90993
90941
|
cpls_updateCustomContributionTarget: CplsUpdateCustomContributionTargetPayload;
|
|
@@ -91844,6 +91792,9 @@ export declare type MutationAvp_CreateDashboardArgs = {
|
|
|
91844
91792
|
export declare type MutationAvp_CreateDashboardFilterArgs = {
|
|
91845
91793
|
input: AvpCreateDashboardFilterInput;
|
|
91846
91794
|
};
|
|
91795
|
+
export declare type MutationAvp_CreateDashboardFromTemplateArgs = {
|
|
91796
|
+
input: AvpCreateDashboardFromTemplateInput;
|
|
91797
|
+
};
|
|
91847
91798
|
export declare type MutationAvp_DeleteChartArgs = {
|
|
91848
91799
|
input: AvpDeleteChartInput;
|
|
91849
91800
|
};
|
|
@@ -92290,6 +92241,9 @@ export declare type MutationCpls_AddContributorWorkAssociationArgs = {
|
|
|
92290
92241
|
export declare type MutationCpls_CreateCustomContributionTargetArgs = {
|
|
92291
92242
|
input: CplsCreateCustomContributionTargetInput;
|
|
92292
92243
|
};
|
|
92244
|
+
export declare type MutationCpls_CreateCustomContributionTargetWithWorkAssociationArgs = {
|
|
92245
|
+
input: CplsCreateCustomContributionTargetWithWorkAssociationInput;
|
|
92246
|
+
};
|
|
92293
92247
|
export declare type MutationCpls_DeleteContributorScopeAssociationArgs = {
|
|
92294
92248
|
input: CplsDeleteContributorScopeAssociationInput;
|
|
92295
92249
|
};
|
|
@@ -97052,6 +97006,7 @@ export declare type Query = {
|
|
|
97052
97006
|
confluence_contextualTitleEmoji?: Maybe<Scalars['String']['output']>;
|
|
97053
97007
|
confluence_csvExportDownloadLink?: Maybe<Scalars['String']['output']>;
|
|
97054
97008
|
confluence_dataLifecycleManagementPolicy?: Maybe<ConfluenceDataLifecycleManagementPolicy>;
|
|
97009
|
+
confluence_databaseTemplateInfosAll?: Maybe<ConfluenceDatabaseTemplateInfoConnection>;
|
|
97055
97010
|
confluence_deletedUserAccountIds?: Maybe<ConfluenceDeletedUser>;
|
|
97056
97011
|
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
97057
97012
|
confluence_expandTypeFromJira?: Maybe<ConfluenceExpandTypeFromJira>;
|
|
@@ -97156,7 +97111,8 @@ export declare type Query = {
|
|
|
97156
97111
|
countGroupByUser?: Maybe<CountGroupByUser>;
|
|
97157
97112
|
countUsersGroupByPage?: Maybe<CountUsersGroupByPage>;
|
|
97158
97113
|
cpls_capacityPlanningPeopleView?: Maybe<CplsCapacityPlanningPeopleView>;
|
|
97159
|
-
cpls_customContributionTargets:
|
|
97114
|
+
cpls_customContributionTargets: CplsCustomContributionTargetConnection;
|
|
97115
|
+
cpls_customContributionTargetsByIds: Array<CplsCustomContributionTarget>;
|
|
97160
97116
|
cqlMetaData?: Maybe<Confluence_CqlMetaData>;
|
|
97161
97117
|
crossProjectIssueMentionsInComments?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
97162
97118
|
crossProjectIssueMentionsInCommentsV2?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -98536,6 +98492,9 @@ export declare type QueryConfluence_CsvExportDownloadLinkArgs = {
|
|
|
98536
98492
|
export declare type QueryConfluence_DataLifecycleManagementPolicyArgs = {
|
|
98537
98493
|
cloudId: Scalars['ID']['input'];
|
|
98538
98494
|
};
|
|
98495
|
+
export declare type QueryConfluence_DatabaseTemplateInfosAllArgs = {
|
|
98496
|
+
cloudId: Scalars['ID']['input'];
|
|
98497
|
+
};
|
|
98539
98498
|
export declare type QueryConfluence_DeletedUserAccountIdsArgs = {
|
|
98540
98499
|
cloudId: Scalars['ID']['input'];
|
|
98541
98500
|
spaceKey: Scalars['String']['input'];
|
|
@@ -99112,6 +99071,9 @@ export declare type QueryCpls_CapacityPlanningPeopleViewArgs = {
|
|
|
99112
99071
|
id: Scalars['ID']['input'];
|
|
99113
99072
|
};
|
|
99114
99073
|
export declare type QueryCpls_CustomContributionTargetsArgs = {
|
|
99074
|
+
input: CplsSearchCustomContributionTargetsInput;
|
|
99075
|
+
};
|
|
99076
|
+
export declare type QueryCpls_CustomContributionTargetsByIdsArgs = {
|
|
99115
99077
|
ids: Array<Scalars['ID']['input']>;
|
|
99116
99078
|
};
|
|
99117
99079
|
export declare type QueryCrossProjectIssueMentionsInCommentsArgs = {
|
|
@@ -101181,6 +101143,11 @@ export declare type RadarDateFieldValue = {
|
|
|
101181
101143
|
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
101182
101144
|
value?: Maybe<Scalars['DateTime']['output']>;
|
|
101183
101145
|
};
|
|
101146
|
+
export declare type RadarDateTimeFieldValue = {
|
|
101147
|
+
__typename?: 'RadarDateTimeFieldValue';
|
|
101148
|
+
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
101149
|
+
value?: Maybe<Scalars['DateTime']['output']>;
|
|
101150
|
+
};
|
|
101184
101151
|
export declare type RadarDeleteConnectorInput = {
|
|
101185
101152
|
connectorId: Scalars['ID']['input'];
|
|
101186
101153
|
};
|
|
@@ -101250,6 +101217,7 @@ export declare type RadarFieldSettingsInput = {
|
|
|
101250
101217
|
export declare enum RadarFieldType {
|
|
101251
101218
|
Ari = "ARI",
|
|
101252
101219
|
Boolean = "BOOLEAN",
|
|
101220
|
+
Date = "DATE",
|
|
101253
101221
|
Datetime = "DATETIME",
|
|
101254
101222
|
Keyword = "KEYWORD",
|
|
101255
101223
|
Money = "MONEY",
|
|
@@ -101258,7 +101226,7 @@ export declare enum RadarFieldType {
|
|
|
101258
101226
|
String = "STRING",
|
|
101259
101227
|
Url = "URL"
|
|
101260
101228
|
}
|
|
101261
|
-
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarMoneyFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
101229
|
+
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarDateTimeFieldValue | RadarMoneyFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
101262
101230
|
export declare type RadarFieldValueIdPair = {
|
|
101263
101231
|
__typename?: 'RadarFieldValueIdPair';
|
|
101264
101232
|
fieldId: Scalars['ID']['output'];
|
|
@@ -129540,6 +129508,34 @@ export declare type TrelloBaseCardChecklistsArgs = {
|
|
|
129540
129508
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
129541
129509
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129542
129510
|
};
|
|
129511
|
+
export declare type TrelloBaseCardUpdated = {
|
|
129512
|
+
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
129513
|
+
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
129514
|
+
badges?: Maybe<TrelloCardBadges>;
|
|
129515
|
+
checklists?: Maybe<TrelloChecklistConnectionUpdated>;
|
|
129516
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
129517
|
+
complete?: Maybe<Scalars['Boolean']['output']>;
|
|
129518
|
+
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
129519
|
+
creation?: Maybe<TrelloCardCreationInfo>;
|
|
129520
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
129521
|
+
due?: Maybe<TrelloCardDueInfo>;
|
|
129522
|
+
id: Scalars['ID']['output'];
|
|
129523
|
+
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
129524
|
+
limits?: Maybe<TrelloCardLimits>;
|
|
129525
|
+
list?: Maybe<TrelloList>;
|
|
129526
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
129527
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
129528
|
+
onActionDeleted?: Maybe<Array<TrelloActionDeleted>>;
|
|
129529
|
+
onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
|
|
129530
|
+
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
129531
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
129532
|
+
role?: Maybe<TrelloCardRole>;
|
|
129533
|
+
shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
|
|
129534
|
+
shortUrl?: Maybe<Scalars['URL']['output']>;
|
|
129535
|
+
singleInstrumentationId?: Maybe<Scalars['String']['output']>;
|
|
129536
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
129537
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
129538
|
+
};
|
|
129543
129539
|
export declare type TrelloBoard = Node & TrelloBaseBoard & {
|
|
129544
129540
|
__typename?: 'TrelloBoard';
|
|
129545
129541
|
closed: Scalars['Boolean']['output'];
|
|
@@ -130082,7 +130078,7 @@ export declare type TrelloCardCompleteCommand = {
|
|
|
130082
130078
|
export declare type TrelloCardConnection = {
|
|
130083
130079
|
__typename?: 'TrelloCardConnection';
|
|
130084
130080
|
edges?: Maybe<Array<TrelloCardEdge>>;
|
|
130085
|
-
nodes?: Maybe<Array<
|
|
130081
|
+
nodes?: Maybe<Array<TrelloBaseCard>>;
|
|
130086
130082
|
pageInfo: PageInfo;
|
|
130087
130083
|
};
|
|
130088
130084
|
export declare type TrelloCardCoordinates = {
|
|
@@ -130161,11 +130157,11 @@ export declare type TrelloCardDueInfo = {
|
|
|
130161
130157
|
export declare type TrelloCardEdge = {
|
|
130162
130158
|
__typename?: 'TrelloCardEdge';
|
|
130163
130159
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
130164
|
-
node?: Maybe<
|
|
130160
|
+
node?: Maybe<TrelloBaseCard>;
|
|
130165
130161
|
};
|
|
130166
130162
|
export declare type TrelloCardEdgeUpdated = {
|
|
130167
130163
|
__typename?: 'TrelloCardEdgeUpdated';
|
|
130168
|
-
node:
|
|
130164
|
+
node: TrelloBaseCardUpdated;
|
|
130169
130165
|
};
|
|
130170
130166
|
export declare enum TrelloCardExternalSource {
|
|
130171
130167
|
BrowserExtension = "BROWSER_EXTENSION",
|
|
@@ -130212,7 +130208,7 @@ export declare enum TrelloCardRole {
|
|
|
130212
130208
|
Mirror = "MIRROR",
|
|
130213
130209
|
Separator = "SEPARATOR"
|
|
130214
130210
|
}
|
|
130215
|
-
export declare type TrelloCardUpdated = {
|
|
130211
|
+
export declare type TrelloCardUpdated = TrelloBaseCardUpdated & {
|
|
130216
130212
|
__typename?: 'TrelloCardUpdated';
|
|
130217
130213
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
130218
130214
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
@@ -130904,6 +130900,35 @@ export declare type TrelloInboxCardChecklistsArgs = {
|
|
|
130904
130900
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
130905
130901
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130906
130902
|
};
|
|
130903
|
+
export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
|
|
130904
|
+
__typename?: 'TrelloInboxCardUpdated';
|
|
130905
|
+
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
130906
|
+
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
130907
|
+
badges?: Maybe<TrelloCardBadges>;
|
|
130908
|
+
checklists?: Maybe<TrelloChecklistConnectionUpdated>;
|
|
130909
|
+
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
130910
|
+
complete?: Maybe<Scalars['Boolean']['output']>;
|
|
130911
|
+
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
130912
|
+
creation?: Maybe<TrelloCardCreationInfo>;
|
|
130913
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
130914
|
+
due?: Maybe<TrelloCardDueInfo>;
|
|
130915
|
+
id: Scalars['ID']['output'];
|
|
130916
|
+
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
130917
|
+
limits?: Maybe<TrelloCardLimits>;
|
|
130918
|
+
list?: Maybe<TrelloList>;
|
|
130919
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
130920
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
130921
|
+
onActionDeleted?: Maybe<Array<TrelloActionDeleted>>;
|
|
130922
|
+
onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
|
|
130923
|
+
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
130924
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
130925
|
+
role?: Maybe<TrelloCardRole>;
|
|
130926
|
+
shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
|
|
130927
|
+
shortUrl?: Maybe<Scalars['URL']['output']>;
|
|
130928
|
+
singleInstrumentationId?: Maybe<Scalars['String']['output']>;
|
|
130929
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
130930
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
130931
|
+
};
|
|
130907
130932
|
export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
|
|
130908
130933
|
__typename?: 'TrelloInboxPrefs';
|
|
130909
130934
|
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|