@forge/cli-shared 6.6.1-next.11 → 6.6.1-next.12
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 +6 -0
- package/out/graphql/graphql-types.d.ts +159 -20
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +18 -16
- package/out/shared/product.d.ts +1 -1
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +5 -5
- package/out/ui/command-line-ui.d.ts +1 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +3 -0
- package/out/ui/text.d.ts +2 -1
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -3
- package/out/ui/ui.d.ts +1 -0
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -893,6 +893,12 @@ export declare type AgentStudioUpdateAgentDetailsPayload = Payload & {
|
|
|
893
893
|
errors?: Maybe<Array<MutationError>>;
|
|
894
894
|
success: Scalars['Boolean']['output'];
|
|
895
895
|
};
|
|
896
|
+
export declare type AgentStudioUpdateAgentKnowledgeSourcesPayload = Payload & {
|
|
897
|
+
__typename?: 'AgentStudioUpdateAgentKnowledgeSourcesPayload';
|
|
898
|
+
agent?: Maybe<AgentStudioAgent>;
|
|
899
|
+
errors?: Maybe<Array<MutationError>>;
|
|
900
|
+
success: Scalars['Boolean']['output'];
|
|
901
|
+
};
|
|
896
902
|
export declare type AgentStudioUpdateConversationStartersInput = {
|
|
897
903
|
conversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
898
904
|
};
|
|
@@ -16528,14 +16534,6 @@ export declare type ConnectAppScope = {
|
|
|
16528
16534
|
name: Scalars['String']['output'];
|
|
16529
16535
|
scopeId: Scalars['ID']['output'];
|
|
16530
16536
|
};
|
|
16531
|
-
export declare type ConnectedDataQuery = {
|
|
16532
|
-
__typename?: 'ConnectedDataQuery';
|
|
16533
|
-
services?: Maybe<DevOpsService>;
|
|
16534
|
-
};
|
|
16535
|
-
export declare type ConnectedDataQueryServicesArgs = {
|
|
16536
|
-
cloudId: Scalars['ID']['input'];
|
|
16537
|
-
id: Scalars['ID']['input'];
|
|
16538
|
-
};
|
|
16539
16537
|
export declare type ConnectionManagerConfiguration = {
|
|
16540
16538
|
__typename?: 'ConnectionManagerConfiguration';
|
|
16541
16539
|
parameters?: Maybe<Scalars['String']['output']>;
|
|
@@ -17559,8 +17557,6 @@ export declare type ContentPlatformIpmAnchored = {
|
|
|
17559
17557
|
anchoredElement?: Maybe<Scalars['String']['output']>;
|
|
17560
17558
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
17561
17559
|
id: Scalars['String']['output'];
|
|
17562
|
-
relativeX?: Maybe<Scalars['Int']['output']>;
|
|
17563
|
-
relativeY?: Maybe<Scalars['Int']['output']>;
|
|
17564
17560
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
17565
17561
|
};
|
|
17566
17562
|
export declare type ContentPlatformIpmAnchoredAndIpmPositionUnion = ContentPlatformIpmAnchored | ContentPlatformIpmPosition;
|
|
@@ -23304,6 +23300,7 @@ export declare type EcosystemMarketplaceCloudAppDeployment = EcosystemMarketplac
|
|
|
23304
23300
|
cloudAppId?: Maybe<Scalars['ID']['output']>;
|
|
23305
23301
|
cloudAppVersionId: Scalars['ID']['output'];
|
|
23306
23302
|
frameworkId: Scalars['String']['output'];
|
|
23303
|
+
scopes?: Maybe<Array<Maybe<AppHostServiceScope>>>;
|
|
23307
23304
|
};
|
|
23308
23305
|
export declare type EcosystemMarketplaceConnectAppDeployment = EcosystemMarketplaceAppDeployment & {
|
|
23309
23306
|
__typename?: 'EcosystemMarketplaceConnectAppDeployment';
|
|
@@ -30483,8 +30480,12 @@ export declare type GraphStore = {
|
|
|
30483
30480
|
userViewedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluenceBlogpostInverseConnection>;
|
|
30484
30481
|
userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
|
|
30485
30482
|
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
|
|
30483
|
+
userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
|
|
30484
|
+
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
|
|
30486
30485
|
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
|
|
30487
30486
|
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
|
|
30487
|
+
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
|
|
30488
|
+
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
|
|
30488
30489
|
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
|
|
30489
30490
|
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
|
|
30490
30491
|
userWatchesConfluencePage?: Maybe<GraphStoreSimplifiedUserWatchesConfluencePageConnection>;
|
|
@@ -34340,6 +34341,20 @@ export declare type GraphStoreUserViewedConfluencePageInverseArgs = {
|
|
|
34340
34341
|
id: Scalars['ID']['input'];
|
|
34341
34342
|
sort?: InputMaybe<GraphStoreUserViewedConfluencePageSortInput>;
|
|
34342
34343
|
};
|
|
34344
|
+
export declare type GraphStoreUserViewedGoalUpdateArgs = {
|
|
34345
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34346
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34347
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34348
|
+
id: Scalars['ID']['input'];
|
|
34349
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34350
|
+
};
|
|
34351
|
+
export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
|
|
34352
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34353
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34354
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34355
|
+
id: Scalars['ID']['input'];
|
|
34356
|
+
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
|
|
34357
|
+
};
|
|
34343
34358
|
export declare type GraphStoreUserViewedJiraIssueArgs = {
|
|
34344
34359
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34345
34360
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34354,6 +34369,20 @@ export declare type GraphStoreUserViewedJiraIssueInverseArgs = {
|
|
|
34354
34369
|
id: Scalars['ID']['input'];
|
|
34355
34370
|
sort?: InputMaybe<GraphStoreUserViewedJiraIssueSortInput>;
|
|
34356
34371
|
};
|
|
34372
|
+
export declare type GraphStoreUserViewedProjectUpdateArgs = {
|
|
34373
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34374
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34375
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34376
|
+
id: Scalars['ID']['input'];
|
|
34377
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34378
|
+
};
|
|
34379
|
+
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
|
|
34380
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
34381
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34382
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34383
|
+
id: Scalars['ID']['input'];
|
|
34384
|
+
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
|
|
34385
|
+
};
|
|
34357
34386
|
export declare type GraphStoreUserWatchesConfluenceBlogpostArgs = {
|
|
34358
34387
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34359
34388
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38029,6 +38058,7 @@ export declare type GraphStoreFullProjectAssociatedBuildRelationshipMetadataOutp
|
|
|
38029
38058
|
issueAri?: Maybe<Scalars['String']['output']>;
|
|
38030
38059
|
issueLastUpdatedOn?: Maybe<Scalars['Long']['output']>;
|
|
38031
38060
|
reporterAri?: Maybe<Scalars['String']['output']>;
|
|
38061
|
+
sprintAris?: Maybe<Scalars['String']['output']>;
|
|
38032
38062
|
statusAri?: Maybe<Scalars['String']['output']>;
|
|
38033
38063
|
};
|
|
38034
38064
|
export declare type GraphStoreFullProjectAssociatedBuildRelationshipObjectMetadataOutput = {
|
|
@@ -40515,6 +40545,7 @@ export declare type GraphStoreProjectAssociatedBuildConditionalFilterInput = {
|
|
|
40515
40545
|
relationship_issueAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40516
40546
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreLongFilterInput>;
|
|
40517
40547
|
relationship_reporterAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40548
|
+
relationship_sprintAris?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40518
40549
|
relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
|
|
40519
40550
|
toAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
40520
40551
|
to_state?: InputMaybe<GraphStoreProjectAssociatedBuildBuildStateFilterInput>;
|
|
@@ -40533,6 +40564,7 @@ export declare type GraphStoreProjectAssociatedBuildSortInput = {
|
|
|
40533
40564
|
relationship_issueAri?: InputMaybe<GraphStoreSortInput>;
|
|
40534
40565
|
relationship_issueLastUpdatedOn?: InputMaybe<GraphStoreSortInput>;
|
|
40535
40566
|
relationship_reporterAri?: InputMaybe<GraphStoreSortInput>;
|
|
40567
|
+
relationship_sprintAris?: InputMaybe<GraphStoreSortInput>;
|
|
40536
40568
|
relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
|
|
40537
40569
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40538
40570
|
to_state?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -46767,6 +46799,34 @@ export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseEdge = {
|
|
|
46767
46799
|
};
|
|
46768
46800
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46769
46801
|
export declare type GraphStoreSimplifiedUserViewedConfluencePageUnion = ConfluencePage;
|
|
46802
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateConnection = HasPageInfo & {
|
|
46803
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateConnection';
|
|
46804
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateEdge>>>;
|
|
46805
|
+
pageInfo: PageInfo;
|
|
46806
|
+
};
|
|
46807
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateEdge = {
|
|
46808
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateEdge';
|
|
46809
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46810
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46811
|
+
id: Scalars['ID']['output'];
|
|
46812
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46813
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateUnion>;
|
|
46814
|
+
};
|
|
46815
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection = HasPageInfo & {
|
|
46816
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection';
|
|
46817
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge>>>;
|
|
46818
|
+
pageInfo: PageInfo;
|
|
46819
|
+
};
|
|
46820
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge = {
|
|
46821
|
+
__typename?: 'GraphStoreSimplifiedUserViewedGoalUpdateInverseEdge';
|
|
46822
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46823
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46824
|
+
id: Scalars['ID']['output'];
|
|
46825
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46826
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion>;
|
|
46827
|
+
};
|
|
46828
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46829
|
+
export declare type GraphStoreSimplifiedUserViewedGoalUpdateUnion = TownsquareGoalUpdate;
|
|
46770
46830
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueConnection = HasPageInfo & {
|
|
46771
46831
|
__typename?: 'GraphStoreSimplifiedUserViewedJiraIssueConnection';
|
|
46772
46832
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedJiraIssueEdge>>>;
|
|
@@ -46795,6 +46855,34 @@ export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseEdge = {
|
|
|
46795
46855
|
};
|
|
46796
46856
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46797
46857
|
export declare type GraphStoreSimplifiedUserViewedJiraIssueUnion = JiraIssue;
|
|
46858
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateConnection = HasPageInfo & {
|
|
46859
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateConnection';
|
|
46860
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateEdge>>>;
|
|
46861
|
+
pageInfo: PageInfo;
|
|
46862
|
+
};
|
|
46863
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateEdge = {
|
|
46864
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateEdge';
|
|
46865
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46866
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46867
|
+
id: Scalars['ID']['output'];
|
|
46868
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46869
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateUnion>;
|
|
46870
|
+
};
|
|
46871
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection = HasPageInfo & {
|
|
46872
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection';
|
|
46873
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge>>>;
|
|
46874
|
+
pageInfo: PageInfo;
|
|
46875
|
+
};
|
|
46876
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge = {
|
|
46877
|
+
__typename?: 'GraphStoreSimplifiedUserViewedProjectUpdateInverseEdge';
|
|
46878
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46879
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46880
|
+
id: Scalars['ID']['output'];
|
|
46881
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46882
|
+
node?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion>;
|
|
46883
|
+
};
|
|
46884
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46885
|
+
export declare type GraphStoreSimplifiedUserViewedProjectUpdateUnion = TownsquareProjectUpdate;
|
|
46798
46886
|
export declare type GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection = HasPageInfo & {
|
|
46799
46887
|
__typename?: 'GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection';
|
|
46800
46888
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostEdge>>>;
|
|
@@ -47848,9 +47936,15 @@ export declare type GraphStoreUserViewedConfluenceBlogpostSortInput = {
|
|
|
47848
47936
|
export declare type GraphStoreUserViewedConfluencePageSortInput = {
|
|
47849
47937
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47850
47938
|
};
|
|
47939
|
+
export declare type GraphStoreUserViewedGoalUpdateSortInput = {
|
|
47940
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47941
|
+
};
|
|
47851
47942
|
export declare type GraphStoreUserViewedJiraIssueSortInput = {
|
|
47852
47943
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47853
47944
|
};
|
|
47945
|
+
export declare type GraphStoreUserViewedProjectUpdateSortInput = {
|
|
47946
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47947
|
+
};
|
|
47854
47948
|
export declare type GraphStoreUserWatchesConfluenceBlogpostSortInput = {
|
|
47855
47949
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47856
47950
|
};
|
|
@@ -66565,6 +66659,7 @@ export declare type JiraUserPreferences = {
|
|
|
66565
66659
|
colorSchemeThemeSetting?: Maybe<JiraColorSchemeThemeSetting>;
|
|
66566
66660
|
globalIssueCreateView?: Maybe<JiraGlobalIssueCreateView>;
|
|
66567
66661
|
isAdvancedRoadmapsSidebarLayoutEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
66662
|
+
isCustomNavBarThemeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66568
66663
|
isIssueViewAttachmentReferenceFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66569
66664
|
isIssueViewChildIssuesLimitBestPracticeFlagDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
66570
66665
|
isIssueViewCrossFlowBannerDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -68694,6 +68789,47 @@ export declare type KnowledgeBaseArticleCountSource = {
|
|
|
68694
68789
|
container: Scalars['ID']['output'];
|
|
68695
68790
|
count: Scalars['Int']['output'];
|
|
68696
68791
|
};
|
|
68792
|
+
export declare type KnowledgeBaseArticleSearchInput = {
|
|
68793
|
+
articleContainers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
68794
|
+
cloudId: Scalars['ID']['input'];
|
|
68795
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
68796
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
68797
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
68798
|
+
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
68799
|
+
sortByKey?: InputMaybe<KnowledgeBaseArticleSearchSortByKey>;
|
|
68800
|
+
sortOrder?: InputMaybe<KnowledgeBaseArticleSearchSortOrder>;
|
|
68801
|
+
};
|
|
68802
|
+
export declare type KnowledgeBaseArticleSearchResponse = KnowledgeBaseCrossSiteSearchConnection | QueryError;
|
|
68803
|
+
export declare enum KnowledgeBaseArticleSearchSortByKey {
|
|
68804
|
+
LastModified = "LAST_MODIFIED",
|
|
68805
|
+
Title = "TITLE"
|
|
68806
|
+
}
|
|
68807
|
+
export declare enum KnowledgeBaseArticleSearchSortOrder {
|
|
68808
|
+
Asc = "ASC",
|
|
68809
|
+
Desc = "DESC"
|
|
68810
|
+
}
|
|
68811
|
+
export declare type KnowledgeBaseCrossSiteArticle = {
|
|
68812
|
+
__typename?: 'KnowledgeBaseCrossSiteArticle';
|
|
68813
|
+
friendlyLastModified?: Maybe<Scalars['String']['output']>;
|
|
68814
|
+
id: Scalars['ID']['output'];
|
|
68815
|
+
lastModified?: Maybe<Scalars['String']['output']>;
|
|
68816
|
+
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
68817
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
68818
|
+
spaceUrl?: Maybe<Scalars['String']['output']>;
|
|
68819
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
68820
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
68821
|
+
};
|
|
68822
|
+
export declare type KnowledgeBaseCrossSiteArticleEdge = {
|
|
68823
|
+
__typename?: 'KnowledgeBaseCrossSiteArticleEdge';
|
|
68824
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
68825
|
+
node?: Maybe<KnowledgeBaseCrossSiteArticle>;
|
|
68826
|
+
};
|
|
68827
|
+
export declare type KnowledgeBaseCrossSiteSearchConnection = {
|
|
68828
|
+
__typename?: 'KnowledgeBaseCrossSiteSearchConnection';
|
|
68829
|
+
edges?: Maybe<Array<KnowledgeBaseCrossSiteArticleEdge>>;
|
|
68830
|
+
nodes?: Maybe<Array<Maybe<KnowledgeBaseCrossSiteArticle>>>;
|
|
68831
|
+
pageInfo: PageInfo;
|
|
68832
|
+
};
|
|
68697
68833
|
export declare type KnowledgeBaseLinkResponse = {
|
|
68698
68834
|
__typename?: 'KnowledgeBaseLinkResponse';
|
|
68699
68835
|
knowledgeBaseSource?: Maybe<KnowledgeBaseSource>;
|
|
@@ -68729,7 +68865,7 @@ export declare type KnowledgeBaseSource = {
|
|
|
68729
68865
|
__typename?: 'KnowledgeBaseSource';
|
|
68730
68866
|
containerAri: Scalars['ID']['output'];
|
|
68731
68867
|
entityReference: Scalars['String']['output'];
|
|
68732
|
-
id
|
|
68868
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
68733
68869
|
name: Scalars['String']['output'];
|
|
68734
68870
|
permissions?: Maybe<KnowledgeBaseSourcePermissions>;
|
|
68735
68871
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -73480,6 +73616,7 @@ export declare type Mutation = {
|
|
|
73480
73616
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
73481
73617
|
agentStudio_updateAgentActions?: Maybe<AgentStudioUpdateAgentActionsPayload>;
|
|
73482
73618
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
73619
|
+
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
73483
73620
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
73484
73621
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
73485
73622
|
appStorage?: Maybe<AppStorageMutation>;
|
|
@@ -74048,6 +74185,10 @@ export declare type MutationAgentStudio_UpdateAgentDetailsArgs = {
|
|
|
74048
74185
|
id: Scalars['ID']['input'];
|
|
74049
74186
|
input: AgentStudioUpdateAgentDetailsInput;
|
|
74050
74187
|
};
|
|
74188
|
+
export declare type MutationAgentStudio_UpdateAgentKnowledgeSourcesArgs = {
|
|
74189
|
+
id: Scalars['ID']['input'];
|
|
74190
|
+
input: AgentStudioKnowledgeConfigurationInput;
|
|
74191
|
+
};
|
|
74051
74192
|
export declare type MutationAgentStudio_UpdateConversationStartersArgs = {
|
|
74052
74193
|
id: Scalars['ID']['input'];
|
|
74053
74194
|
input: AgentStudioUpdateConversationStartersInput;
|
|
@@ -78549,7 +78690,6 @@ export declare type Query = {
|
|
|
78549
78690
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
78550
78691
|
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
78551
78692
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
78552
|
-
connectedData?: Maybe<ConnectedDataQuery>;
|
|
78553
78693
|
connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
|
|
78554
78694
|
contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
|
|
78555
78695
|
content?: Maybe<PaginatedContentListWithChild>;
|
|
@@ -78725,6 +78865,7 @@ export declare type Query = {
|
|
|
78725
78865
|
jsw?: Maybe<JswQuery>;
|
|
78726
78866
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
78727
78867
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
78868
|
+
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
78728
78869
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
78729
78870
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
78730
78871
|
license?: Maybe<License>;
|
|
@@ -79101,6 +79242,8 @@ export declare type QueryBlockedAccessRestrictionsArgs = {
|
|
|
79101
79242
|
};
|
|
79102
79243
|
export declare type QueryBoardScopeArgs = {
|
|
79103
79244
|
boardId: Scalars['ID']['input'];
|
|
79245
|
+
customFilterIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
79246
|
+
filterJql?: InputMaybe<Scalars['String']['input']>;
|
|
79104
79247
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
79105
79248
|
};
|
|
79106
79249
|
export declare type QueryBulkPermittedArgs = {
|
|
@@ -80849,6 +80992,9 @@ export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
80849
80992
|
cloudId: Scalars['ID']['input'];
|
|
80850
80993
|
spaceAris: Array<Scalars['ID']['input']>;
|
|
80851
80994
|
};
|
|
80995
|
+
export declare type QueryKnowledgeBase_SearchArticlesArgs = {
|
|
80996
|
+
searchInput?: InputMaybe<KnowledgeBaseArticleSearchInput>;
|
|
80997
|
+
};
|
|
80852
80998
|
export declare type QueryLabelSearchArgs = {
|
|
80853
80999
|
contentId?: InputMaybe<Scalars['ID']['input']>;
|
|
80854
81000
|
ignoreRelated?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -84433,13 +84579,6 @@ export declare type SecurityWorkspace = {
|
|
|
84433
84579
|
providerName?: Maybe<Scalars['String']['output']>;
|
|
84434
84580
|
url?: Maybe<Scalars['URL']['output']>;
|
|
84435
84581
|
};
|
|
84436
|
-
export declare enum Segment {
|
|
84437
|
-
Enterprise = "ENTERPRISE",
|
|
84438
|
-
Free = "FREE",
|
|
84439
|
-
Premium = "PREMIUM",
|
|
84440
|
-
Standard = "STANDARD",
|
|
84441
|
-
Unknown = "UNKNOWN"
|
|
84442
|
-
}
|
|
84443
84582
|
export declare type ServiceProvider = {
|
|
84444
84583
|
__typename?: 'ServiceProvider';
|
|
84445
84584
|
endUserDataTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -86476,6 +86615,7 @@ export declare type SoftwareBoard = {
|
|
|
86476
86615
|
columns?: Maybe<Array<Maybe<Column>>>;
|
|
86477
86616
|
customSwimlaneConfig?: Maybe<JswCustomSwimlaneConnection>;
|
|
86478
86617
|
editConfig?: Maybe<BoardEditConfig>;
|
|
86618
|
+
filteredCardIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
86479
86619
|
hasClearedCards?: Maybe<Scalars['Boolean']['output']>;
|
|
86480
86620
|
id?: Maybe<Scalars['ID']['output']>;
|
|
86481
86621
|
inlineCardCreate?: Maybe<InlineCardCreateConfig>;
|
|
@@ -88283,7 +88423,6 @@ export declare type Tenant = {
|
|
|
88283
88423
|
cloudId: Scalars['ID']['output'];
|
|
88284
88424
|
editions?: Maybe<ConfluenceEditions>;
|
|
88285
88425
|
environment: Environment;
|
|
88286
|
-
segment?: Maybe<Segment>;
|
|
88287
88426
|
shard: Scalars['String']['output'];
|
|
88288
88427
|
};
|
|
88289
88428
|
export declare type TenantContext = {
|