@forge/cli-shared 8.7.1-next.0-experimental-4afd2ab → 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.
package/CHANGELOG.md
CHANGED
|
@@ -2647,9 +2647,12 @@ export declare type AgentStudioEvaluationSummary = {
|
|
|
2647
2647
|
judgeFailureCount?: Maybe<Scalars['Int']['output']>;
|
|
2648
2648
|
judgeResolution?: Maybe<AgentStudioDatasetResolution>;
|
|
2649
2649
|
judgeSuccessCount?: Maybe<Scalars['Int']['output']>;
|
|
2650
|
+
resolutionRate?: Maybe<Scalars['Float']['output']>;
|
|
2650
2651
|
runId: Scalars['ID']['output'];
|
|
2652
|
+
simulatedConversations?: Maybe<Scalars['Int']['output']>;
|
|
2651
2653
|
successCount: Scalars['Int']['output'];
|
|
2652
2654
|
totalItems: Scalars['Int']['output'];
|
|
2655
|
+
totalRunTimeMs?: Maybe<Scalars['Int']['output']>;
|
|
2653
2656
|
};
|
|
2654
2657
|
export declare type AgentStudioHelpCenter = {
|
|
2655
2658
|
__typename?: 'AgentStudioHelpCenter';
|
|
@@ -6842,6 +6845,12 @@ export declare enum CcpChargeType {
|
|
|
6842
6845
|
Licensed = "LICENSED",
|
|
6843
6846
|
Metered = "METERED"
|
|
6844
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
|
+
};
|
|
6845
6854
|
export declare type CcpConfigurePaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
6846
6855
|
__typename?: 'CcpConfigurePaymentMethodExperienceCapability';
|
|
6847
6856
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -7053,6 +7062,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
7053
7062
|
changeReason?: Maybe<Scalars['String']['output']>;
|
|
7054
7063
|
chargeElementLatestAllowancesDetails?: Maybe<CcpChargeElementLatestAllowancesResult>;
|
|
7055
7064
|
childrenIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
7065
|
+
cloudMigrationTrialMapping?: Maybe<CcpCloudMigrationTrialMapping>;
|
|
7056
7066
|
context?: Maybe<CcpContext>;
|
|
7057
7067
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
7058
7068
|
defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
@@ -7068,6 +7078,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
7068
7078
|
featureVariables?: Maybe<Array<Maybe<CcpMapEntry>>>;
|
|
7069
7079
|
id: Scalars['ID']['output'];
|
|
7070
7080
|
invoiceRequests?: Maybe<Array<Maybe<CcpInvoiceRequest>>>;
|
|
7081
|
+
isEligibleForCloudMigrationTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
7071
7082
|
latestUsageForChargeElement?: Maybe<Scalars['Int']['output']>;
|
|
7072
7083
|
license?: Maybe<CcpLicense>;
|
|
7073
7084
|
licenseV2?: Maybe<CcpLicenseResult>;
|
|
@@ -15892,6 +15903,26 @@ export declare type ConfluenceDatabaseLinks = {
|
|
|
15892
15903
|
base?: Maybe<Scalars['String']['output']>;
|
|
15893
15904
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
15894
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
|
+
};
|
|
15895
15926
|
export declare type ConfluenceDate = {
|
|
15896
15927
|
__typename?: 'ConfluenceDate';
|
|
15897
15928
|
value: Scalars['String']['output'];
|
|
@@ -17997,6 +18028,7 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
17997
18028
|
isAddWildcardsToUserAndGroupSearchesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17998
18029
|
isAnonymousAccessToRemoteApiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
17999
18030
|
isContactAdministratorsFormEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18031
|
+
isDigestSlackNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18000
18032
|
isEditorConversionForSiteEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18001
18033
|
isEditorFullWidthEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18002
18034
|
isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -18877,6 +18909,7 @@ export declare type ConfluenceUpdateSiteSenderEmailAddressPayload = Payload & {
|
|
|
18877
18909
|
success: Scalars['Boolean']['output'];
|
|
18878
18910
|
};
|
|
18879
18911
|
export declare type ConfluenceUpdateSlackSiteConfigurationInput = {
|
|
18912
|
+
isEnableDigestSlackNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18880
18913
|
isEnableMentionReminderSlackNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
18881
18914
|
isEnableRecommendedSlackNotification: Scalars['Boolean']['input'];
|
|
18882
18915
|
};
|
|
@@ -35574,8 +35607,6 @@ export declare type GraphStore = {
|
|
|
35574
35607
|
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
35575
35608
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
35576
35609
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
35577
|
-
userCreatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection>;
|
|
35578
|
-
userCreatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection>;
|
|
35579
35610
|
userCreatedConfluenceComment?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentConnection>;
|
|
35580
35611
|
userCreatedConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection>;
|
|
35581
35612
|
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
@@ -35586,8 +35617,6 @@ export declare type GraphStore = {
|
|
|
35586
35617
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
35587
35618
|
userCreatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceConnection>;
|
|
35588
35619
|
userCreatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseConnection>;
|
|
35589
|
-
userCreatedConfluenceSpaceKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection>;
|
|
35590
|
-
userCreatedConfluenceSpaceKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection>;
|
|
35591
35620
|
userCreatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection>;
|
|
35592
35621
|
userCreatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection>;
|
|
35593
35622
|
userCreatedDesign?: Maybe<GraphStoreSimplifiedUserCreatedDesignConnection>;
|
|
@@ -35702,8 +35731,6 @@ export declare type GraphStore = {
|
|
|
35702
35731
|
userUpdatedCommentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedCommentInverseConnection>;
|
|
35703
35732
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
35704
35733
|
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
35705
|
-
userUpdatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection>;
|
|
35706
|
-
userUpdatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection>;
|
|
35707
35734
|
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
35708
35735
|
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
35709
35736
|
userUpdatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection>;
|
|
@@ -39777,20 +39804,6 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
39777
39804
|
id: Scalars['ID']['input'];
|
|
39778
39805
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
39779
39806
|
};
|
|
39780
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoArgs = {
|
|
39781
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39782
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39783
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39784
|
-
id: Scalars['ID']['input'];
|
|
39785
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
39786
|
-
};
|
|
39787
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoInverseArgs = {
|
|
39788
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39789
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39790
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39791
|
-
id: Scalars['ID']['input'];
|
|
39792
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
39793
|
-
};
|
|
39794
39807
|
export declare type GraphStoreUserCreatedConfluenceCommentArgs = {
|
|
39795
39808
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39796
39809
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39861,20 +39874,6 @@ export declare type GraphStoreUserCreatedConfluenceSpaceInverseArgs = {
|
|
|
39861
39874
|
id: Scalars['ID']['input'];
|
|
39862
39875
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceSortInput>;
|
|
39863
39876
|
};
|
|
39864
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoArgs = {
|
|
39865
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39866
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39867
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39868
|
-
id: Scalars['ID']['input'];
|
|
39869
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
39870
|
-
};
|
|
39871
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoInverseArgs = {
|
|
39872
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
39873
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39874
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39875
|
-
id: Scalars['ID']['input'];
|
|
39876
|
-
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
39877
|
-
};
|
|
39878
39877
|
export declare type GraphStoreUserCreatedConfluenceWhiteboardArgs = {
|
|
39879
39878
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39880
39879
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40675,20 +40674,6 @@ export declare type GraphStoreUserUpdatedConfluenceBlogpostInverseArgs = {
|
|
|
40675
40674
|
id: Scalars['ID']['input'];
|
|
40676
40675
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
|
|
40677
40676
|
};
|
|
40678
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoArgs = {
|
|
40679
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
40680
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40681
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40682
|
-
id: Scalars['ID']['input'];
|
|
40683
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
40684
|
-
};
|
|
40685
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoInverseArgs = {
|
|
40686
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
40687
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40688
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40689
|
-
id: Scalars['ID']['input'];
|
|
40690
|
-
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
40691
|
-
};
|
|
40692
40677
|
export declare type GraphStoreUserUpdatedConfluencePageArgs = {
|
|
40693
40678
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
40694
40679
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -54355,34 +54340,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
54355
54340
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion>;
|
|
54356
54341
|
};
|
|
54357
54342
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54358
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
54359
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection';
|
|
54360
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge>>>;
|
|
54361
|
-
pageInfo: PageInfo;
|
|
54362
|
-
};
|
|
54363
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge = {
|
|
54364
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge';
|
|
54365
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54366
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54367
|
-
id: Scalars['ID']['output'];
|
|
54368
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54369
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion>;
|
|
54370
|
-
};
|
|
54371
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
54372
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection';
|
|
54373
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
54374
|
-
pageInfo: PageInfo;
|
|
54375
|
-
};
|
|
54376
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge = {
|
|
54377
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge';
|
|
54378
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54379
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54380
|
-
id: Scalars['ID']['output'];
|
|
54381
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54382
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion>;
|
|
54383
|
-
};
|
|
54384
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54385
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
54386
54343
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
54387
54344
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentConnection = HasPageInfo & {
|
|
54388
54345
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentConnection';
|
|
@@ -54523,34 +54480,6 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseEdge =
|
|
|
54523
54480
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion>;
|
|
54524
54481
|
};
|
|
54525
54482
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54526
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection = HasPageInfo & {
|
|
54527
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection';
|
|
54528
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge>>>;
|
|
54529
|
-
pageInfo: PageInfo;
|
|
54530
|
-
};
|
|
54531
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge = {
|
|
54532
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge';
|
|
54533
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54534
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54535
|
-
id: Scalars['ID']['output'];
|
|
54536
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54537
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion>;
|
|
54538
|
-
};
|
|
54539
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection = HasPageInfo & {
|
|
54540
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection';
|
|
54541
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge>>>;
|
|
54542
|
-
pageInfo: PageInfo;
|
|
54543
|
-
};
|
|
54544
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge = {
|
|
54545
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge';
|
|
54546
|
-
createdAt: Scalars['DateTime']['output'];
|
|
54547
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
54548
|
-
id: Scalars['ID']['output'];
|
|
54549
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
54550
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion>;
|
|
54551
|
-
};
|
|
54552
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54553
|
-
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion = ConfluenceSpace;
|
|
54554
54483
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceUnion = ConfluenceSpace;
|
|
54555
54484
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
54556
54485
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection';
|
|
@@ -56135,34 +56064,6 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge
|
|
|
56135
56064
|
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion>;
|
|
56136
56065
|
};
|
|
56137
56066
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56138
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
56139
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection';
|
|
56140
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge>>>;
|
|
56141
|
-
pageInfo: PageInfo;
|
|
56142
|
-
};
|
|
56143
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge = {
|
|
56144
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge';
|
|
56145
|
-
createdAt: Scalars['DateTime']['output'];
|
|
56146
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
56147
|
-
id: Scalars['ID']['output'];
|
|
56148
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
56149
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion>;
|
|
56150
|
-
};
|
|
56151
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
56152
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection';
|
|
56153
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
56154
|
-
pageInfo: PageInfo;
|
|
56155
|
-
};
|
|
56156
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge = {
|
|
56157
|
-
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge';
|
|
56158
|
-
createdAt: Scalars['DateTime']['output'];
|
|
56159
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
56160
|
-
id: Scalars['ID']['output'];
|
|
56161
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
56162
|
-
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion>;
|
|
56163
|
-
};
|
|
56164
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56165
|
-
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
56166
56067
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
56167
56068
|
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageConnection = HasPageInfo & {
|
|
56168
56069
|
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageConnection';
|
|
@@ -57472,9 +57373,6 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
57472
57373
|
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
57473
57374
|
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
57474
57375
|
};
|
|
57475
|
-
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput = {
|
|
57476
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57477
|
-
};
|
|
57478
57376
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
57479
57377
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57480
57378
|
};
|
|
@@ -57490,9 +57388,6 @@ export declare type GraphStoreUserCreatedConfluenceEmbedSortInput = {
|
|
|
57490
57388
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
57491
57389
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57492
57390
|
};
|
|
57493
|
-
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoSortInput = {
|
|
57494
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57495
|
-
};
|
|
57496
57391
|
export declare type GraphStoreUserCreatedConfluenceSpaceSortInput = {
|
|
57497
57392
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57498
57393
|
};
|
|
@@ -57701,9 +57596,6 @@ export declare type GraphStoreUserUpdatedAtlasProjectSortInput = {
|
|
|
57701
57596
|
export declare type GraphStoreUserUpdatedCommentSortInput = {
|
|
57702
57597
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57703
57598
|
};
|
|
57704
|
-
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput = {
|
|
57705
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57706
|
-
};
|
|
57707
57599
|
export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
57708
57600
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
57709
57601
|
};
|
|
@@ -66060,6 +65952,7 @@ export declare type JiraDeleteAllAttachmentsPayload = Payload & {
|
|
|
66060
65952
|
};
|
|
66061
65953
|
export declare type JiraDeleteAttachmentsPayload = Payload & {
|
|
66062
65954
|
__typename?: 'JiraDeleteAttachmentsPayload';
|
|
65955
|
+
deletedAttachmentIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
66063
65956
|
deletedCount?: Maybe<Scalars['Int']['output']>;
|
|
66064
65957
|
errors?: Maybe<Array<MutationError>>;
|
|
66065
65958
|
success: Scalars['Boolean']['output'];
|
|
@@ -82620,7 +82513,7 @@ export declare type JpdInsightDeletedEvent = {
|
|
|
82620
82513
|
export declare type JpdPlayContributionDeletedEvent = {
|
|
82621
82514
|
__typename?: 'JpdPlayContributionDeletedEvent';
|
|
82622
82515
|
contributionAri: Scalars['ID']['output'];
|
|
82623
|
-
|
|
82516
|
+
playAri: Scalars['ID']['output'];
|
|
82624
82517
|
projectAri: Scalars['ID']['output'];
|
|
82625
82518
|
subjectAri: Scalars['ID']['output'];
|
|
82626
82519
|
updatedByUserId: Scalars['ID']['output'];
|
|
@@ -97113,6 +97006,7 @@ export declare type Query = {
|
|
|
97113
97006
|
confluence_contextualTitleEmoji?: Maybe<Scalars['String']['output']>;
|
|
97114
97007
|
confluence_csvExportDownloadLink?: Maybe<Scalars['String']['output']>;
|
|
97115
97008
|
confluence_dataLifecycleManagementPolicy?: Maybe<ConfluenceDataLifecycleManagementPolicy>;
|
|
97009
|
+
confluence_databaseTemplateInfosAll?: Maybe<ConfluenceDatabaseTemplateInfoConnection>;
|
|
97116
97010
|
confluence_deletedUserAccountIds?: Maybe<ConfluenceDeletedUser>;
|
|
97117
97011
|
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
97118
97012
|
confluence_expandTypeFromJira?: Maybe<ConfluenceExpandTypeFromJira>;
|
|
@@ -98598,6 +98492,9 @@ export declare type QueryConfluence_CsvExportDownloadLinkArgs = {
|
|
|
98598
98492
|
export declare type QueryConfluence_DataLifecycleManagementPolicyArgs = {
|
|
98599
98493
|
cloudId: Scalars['ID']['input'];
|
|
98600
98494
|
};
|
|
98495
|
+
export declare type QueryConfluence_DatabaseTemplateInfosAllArgs = {
|
|
98496
|
+
cloudId: Scalars['ID']['input'];
|
|
98497
|
+
};
|
|
98601
98498
|
export declare type QueryConfluence_DeletedUserAccountIdsArgs = {
|
|
98602
98499
|
cloudId: Scalars['ID']['input'];
|
|
98603
98500
|
spaceKey: Scalars['String']['input'];
|
|
@@ -101246,6 +101143,11 @@ export declare type RadarDateFieldValue = {
|
|
|
101246
101143
|
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
101247
101144
|
value?: Maybe<Scalars['DateTime']['output']>;
|
|
101248
101145
|
};
|
|
101146
|
+
export declare type RadarDateTimeFieldValue = {
|
|
101147
|
+
__typename?: 'RadarDateTimeFieldValue';
|
|
101148
|
+
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
101149
|
+
value?: Maybe<Scalars['DateTime']['output']>;
|
|
101150
|
+
};
|
|
101249
101151
|
export declare type RadarDeleteConnectorInput = {
|
|
101250
101152
|
connectorId: Scalars['ID']['input'];
|
|
101251
101153
|
};
|
|
@@ -101315,6 +101217,7 @@ export declare type RadarFieldSettingsInput = {
|
|
|
101315
101217
|
export declare enum RadarFieldType {
|
|
101316
101218
|
Ari = "ARI",
|
|
101317
101219
|
Boolean = "BOOLEAN",
|
|
101220
|
+
Date = "DATE",
|
|
101318
101221
|
Datetime = "DATETIME",
|
|
101319
101222
|
Keyword = "KEYWORD",
|
|
101320
101223
|
Money = "MONEY",
|
|
@@ -101323,7 +101226,7 @@ export declare enum RadarFieldType {
|
|
|
101323
101226
|
String = "STRING",
|
|
101324
101227
|
Url = "URL"
|
|
101325
101228
|
}
|
|
101326
|
-
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;
|
|
101327
101230
|
export declare type RadarFieldValueIdPair = {
|
|
101328
101231
|
__typename?: 'RadarFieldValueIdPair';
|
|
101329
101232
|
fieldId: Scalars['ID']['output'];
|
|
@@ -129605,6 +129508,34 @@ export declare type TrelloBaseCardChecklistsArgs = {
|
|
|
129605
129508
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
129606
129509
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129607
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
|
+
};
|
|
129608
129539
|
export declare type TrelloBoard = Node & TrelloBaseBoard & {
|
|
129609
129540
|
__typename?: 'TrelloBoard';
|
|
129610
129541
|
closed: Scalars['Boolean']['output'];
|
|
@@ -130147,7 +130078,7 @@ export declare type TrelloCardCompleteCommand = {
|
|
|
130147
130078
|
export declare type TrelloCardConnection = {
|
|
130148
130079
|
__typename?: 'TrelloCardConnection';
|
|
130149
130080
|
edges?: Maybe<Array<TrelloCardEdge>>;
|
|
130150
|
-
nodes?: Maybe<Array<
|
|
130081
|
+
nodes?: Maybe<Array<TrelloBaseCard>>;
|
|
130151
130082
|
pageInfo: PageInfo;
|
|
130152
130083
|
};
|
|
130153
130084
|
export declare type TrelloCardCoordinates = {
|
|
@@ -130226,11 +130157,11 @@ export declare type TrelloCardDueInfo = {
|
|
|
130226
130157
|
export declare type TrelloCardEdge = {
|
|
130227
130158
|
__typename?: 'TrelloCardEdge';
|
|
130228
130159
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
130229
|
-
node?: Maybe<
|
|
130160
|
+
node?: Maybe<TrelloBaseCard>;
|
|
130230
130161
|
};
|
|
130231
130162
|
export declare type TrelloCardEdgeUpdated = {
|
|
130232
130163
|
__typename?: 'TrelloCardEdgeUpdated';
|
|
130233
|
-
node:
|
|
130164
|
+
node: TrelloBaseCardUpdated;
|
|
130234
130165
|
};
|
|
130235
130166
|
export declare enum TrelloCardExternalSource {
|
|
130236
130167
|
BrowserExtension = "BROWSER_EXTENSION",
|
|
@@ -130277,7 +130208,7 @@ export declare enum TrelloCardRole {
|
|
|
130277
130208
|
Mirror = "MIRROR",
|
|
130278
130209
|
Separator = "SEPARATOR"
|
|
130279
130210
|
}
|
|
130280
|
-
export declare type TrelloCardUpdated = {
|
|
130211
|
+
export declare type TrelloCardUpdated = TrelloBaseCardUpdated & {
|
|
130281
130212
|
__typename?: 'TrelloCardUpdated';
|
|
130282
130213
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
130283
130214
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
@@ -130969,6 +130900,35 @@ export declare type TrelloInboxCardChecklistsArgs = {
|
|
|
130969
130900
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
130970
130901
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130971
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
|
+
};
|
|
130972
130932
|
export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
|
|
130973
130933
|
__typename?: 'TrelloInboxPrefs';
|
|
130974
130934
|
autoArchive?: Maybe<Scalars['Boolean']['output']>;
|