@forge/cli-shared 8.1.1-next.0 → 8.1.1-next.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
|
@@ -52565,6 +52565,17 @@ export declare type InstallationContext = {
|
|
|
52565
52565
|
installationContext: Scalars['ID']['output'];
|
|
52566
52566
|
tenantContext?: Maybe<TenantContext>;
|
|
52567
52567
|
};
|
|
52568
|
+
export declare type InstallationContextWithInstallationIdInput = {
|
|
52569
|
+
contextAri: Scalars['String']['input'];
|
|
52570
|
+
envType: AppEnvironmentType;
|
|
52571
|
+
installationId: Scalars['String']['input'];
|
|
52572
|
+
};
|
|
52573
|
+
export declare type InstallationContextWithInstallationIdResponse = {
|
|
52574
|
+
__typename?: 'InstallationContextWithInstallationIdResponse';
|
|
52575
|
+
envType: AppEnvironmentType;
|
|
52576
|
+
installationContext: Scalars['ID']['output'];
|
|
52577
|
+
installationId: Scalars['ID']['output'];
|
|
52578
|
+
};
|
|
52568
52579
|
export declare type InstallationContextWithLogAccess = {
|
|
52569
52580
|
__typename?: 'InstallationContextWithLogAccess';
|
|
52570
52581
|
installationContext: Scalars['ID']['output'];
|
|
@@ -84391,6 +84402,7 @@ export declare type Query = {
|
|
|
84391
84402
|
contentVersionHistory?: Maybe<ContentVersionHistoryConnection>;
|
|
84392
84403
|
contentWatchers?: Maybe<PaginatedPersonList>;
|
|
84393
84404
|
contributorsLinkedToAtlasProject?: Maybe<GraphStoreCypherQueryConnection>;
|
|
84405
|
+
contributorsLinkedToConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
84394
84406
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
84395
84407
|
convoai_jiraRelatedResourcesSuggestions?: Maybe<ConvoAiJiraIssueRelatedResourcesResult>;
|
|
84396
84408
|
convoai_jiraSimilarWorkItems?: Maybe<ConvoAiJiraSimilarWorkItemsConnection>;
|
|
@@ -84576,6 +84588,7 @@ export declare type Query = {
|
|
|
84576
84588
|
latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
|
|
84577
84589
|
license?: Maybe<License>;
|
|
84578
84590
|
localStorage?: Maybe<LocalStorage>;
|
|
84591
|
+
logAccessByContexts?: Maybe<Array<InstallationContextWithInstallationIdResponse>>;
|
|
84579
84592
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
84580
84593
|
loomToken?: Maybe<LoomToken>;
|
|
84581
84594
|
loomUserStatus?: Maybe<LoomUserStatus>;
|
|
@@ -85598,6 +85611,11 @@ export declare type QueryContributorsLinkedToAtlasProjectArgs = {
|
|
|
85598
85611
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85599
85612
|
projectId: Scalars['ID']['input'];
|
|
85600
85613
|
};
|
|
85614
|
+
export declare type QueryContributorsLinkedToConfluencePageArgs = {
|
|
85615
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
85616
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85617
|
+
pageId: Scalars['ID']['input'];
|
|
85618
|
+
};
|
|
85601
85619
|
export declare type QueryConvoai_JiraEchoAiFeatureArgs = {
|
|
85602
85620
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
85603
85621
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -86268,6 +86286,10 @@ export declare type QueryLatestKnowledgeGraphObjectArgs = {
|
|
|
86268
86286
|
objectType: KnowledgeGraphObjectType;
|
|
86269
86287
|
objectVersion?: Scalars['String']['input'];
|
|
86270
86288
|
};
|
|
86289
|
+
export declare type QueryLogAccessByContextsArgs = {
|
|
86290
|
+
appId: Scalars['ID']['input'];
|
|
86291
|
+
contextInstallationPairs: Array<InstallationContextWithInstallationIdInput>;
|
|
86292
|
+
};
|
|
86271
86293
|
export declare type QueryLookAndFeelArgs = {
|
|
86272
86294
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
86273
86295
|
};
|