@lucern/sdk 0.3.0-alpha.0 → 0.3.0-alpha.10
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 +3 -0
- package/README.md +84 -25
- package/dist/adminClient.d.ts +10 -8
- package/dist/adminClient.js +242 -39
- package/dist/adminClient.js.map +1 -1
- package/dist/answersClient.d.ts +2 -0
- package/dist/answersClient.js +221 -11
- package/dist/answersClient.js.map +1 -1
- package/dist/audience/index.d.ts +2 -1
- package/dist/audience/index.js +1 -3
- package/dist/audience/index.js.map +1 -1
- package/dist/audiencesClient.d.ts +18 -16
- package/dist/audiencesClient.js +297 -90
- package/dist/audiencesClient.js.map +1 -1
- package/dist/auditClient.d.ts +2 -0
- package/dist/auditClient.js +227 -15
- package/dist/auditClient.js.map +1 -1
- package/dist/authContext.d.ts +56 -0
- package/dist/authContext.js +170 -0
- package/dist/authContext.js.map +1 -0
- package/dist/authDeviceClient.d.ts +49 -0
- package/dist/authDeviceClient.js +121 -0
- package/dist/authDeviceClient.js.map +1 -0
- package/dist/beliefs/index.d.ts +31 -11
- package/dist/beliefs/index.js +3347 -1109
- package/dist/beliefs/index.js.map +1 -1
- package/dist/beliefsClient.d.ts +18 -31
- package/dist/beliefsClient.js +264 -97
- package/dist/beliefsClient.js.map +1 -1
- package/dist/boundaryClientSurface.d.ts +20 -0
- package/dist/boundaryClientSurface.js +73 -0
- package/dist/boundaryClientSurface.js.map +1 -0
- package/dist/client.d.ts +2969 -27
- package/dist/client.js +3347 -1109
- package/dist/client.js.map +1 -1
- package/dist/clientHelpers.d.ts +48 -0
- package/dist/clientHelpers.js +137 -0
- package/dist/clientHelpers.js.map +1 -0
- package/dist/contextClient.d.ts +6 -3
- package/dist/contextClient.js +252 -30
- package/dist/contextClient.js.map +1 -1
- package/dist/contextFacade.js +25 -16
- package/dist/contextFacade.js.map +1 -1
- package/dist/contextPackCompiler.js +19 -30
- package/dist/contextPackCompiler.js.map +1 -1
- package/dist/contextPackPolicy.js +7 -17
- package/dist/contextPackPolicy.js.map +1 -1
- package/dist/contextTypes.d.ts +2 -0
- package/dist/contracts/api-enums.contract.d.ts +1 -1
- package/dist/contracts/api-enums.contract.js.map +1 -1
- package/dist/contracts/index.d.ts +1 -0
- package/dist/contracts/index.js +109 -5
- package/dist/contracts/index.js.map +1 -1
- package/dist/contracts/lens-filter.contract.js +4 -3
- package/dist/contracts/lens-filter.contract.js.map +1 -1
- package/dist/contracts/lens-workflow.contract.js +4 -3
- package/dist/contracts/lens-workflow.contract.js.map +1 -1
- package/dist/contracts/lensFilter.js +4 -3
- package/dist/contracts/lensFilter.js.map +1 -1
- package/dist/contracts/lensWorkflow.js +4 -3
- package/dist/contracts/lensWorkflow.js.map +1 -1
- package/dist/contracts/mcpTools.d.ts +46 -1
- package/dist/contracts/mcpTools.js +102 -0
- package/dist/contracts/mcpTools.js.map +1 -1
- package/dist/contracts/workflow-runtime.contract.js +1 -1
- package/dist/contracts/workflow-runtime.contract.js.map +1 -1
- package/dist/contracts/workflowRuntime.js +1 -1
- package/dist/contracts/workflowRuntime.js.map +1 -1
- package/dist/contradictions/index.d.ts +24 -4
- package/dist/contradictions/index.js +3347 -1109
- package/dist/contradictions/index.js.map +1 -1
- package/dist/coreClient.d.ts +11 -1
- package/dist/coreClient.js +222 -14
- package/dist/coreClient.js.map +1 -1
- package/dist/decisions/index.d.ts +34 -14
- package/dist/decisions/index.js +3347 -1109
- package/dist/decisions/index.js.map +1 -1
- package/dist/decisionsClient.d.ts +6 -12
- package/dist/decisionsClient.js +235 -37
- package/dist/decisionsClient.js.map +1 -1
- package/dist/edges/index.d.ts +47 -87
- package/dist/edges/index.js +3347 -1109
- package/dist/edges/index.js.map +1 -1
- package/dist/embeddingsClient.d.ts +106 -0
- package/dist/embeddingsClient.js +731 -0
- package/dist/embeddingsClient.js.map +1 -0
- package/dist/eventingClient.d.ts +96 -0
- package/dist/eventingClient.js +728 -0
- package/dist/eventingClient.js.map +1 -0
- package/dist/events.js +6 -3
- package/dist/events.js.map +1 -1
- package/dist/eventsCore.d.ts +3 -1
- package/dist/eventsCore.js +222 -14
- package/dist/eventsCore.js.map +1 -1
- package/dist/evidence/index.d.ts +25 -4
- package/dist/evidence/index.js +3347 -1109
- package/dist/evidence/index.js.map +1 -1
- package/dist/evidenceClient.d.ts +2 -0
- package/dist/evidenceClient.js +222 -14
- package/dist/evidenceClient.js.map +1 -1
- package/dist/facade/context.d.ts +2 -1
- package/dist/facade/context.js +25 -16
- package/dist/facade/context.js.map +1 -1
- package/dist/functionSurface.d.ts +143 -0
- package/dist/functionSurface.js +1204 -0
- package/dist/functionSurface.js.map +1 -0
- package/dist/functionSurfaceClient.d.ts +8 -0
- package/dist/functionSurfaceClient.js +1204 -0
- package/dist/functionSurfaceClient.js.map +1 -0
- package/dist/gatewayFacades.d.ts +81 -52
- package/dist/gatewayFacades.js +483 -169
- package/dist/gatewayFacades.js.map +1 -1
- package/dist/graphAnalysisClient.d.ts +192 -0
- package/dist/graphAnalysisClient.js +799 -0
- package/dist/graphAnalysisClient.js.map +1 -0
- package/dist/graphClient.d.ts +7 -13
- package/dist/graphClient.js +244 -45
- package/dist/graphClient.js.map +1 -1
- package/dist/graphIntel.d.ts +3 -0
- package/dist/graphIntel.js +3 -0
- package/dist/graphIntel.js.map +1 -0
- package/dist/graphIntelligence.d.ts +2 -0
- package/dist/graphIntelligence.js +47 -0
- package/dist/graphIntelligence.js.map +1 -0
- package/dist/graphRecommendationsClient.d.ts +56 -0
- package/dist/graphRecommendationsClient.js +664 -0
- package/dist/graphRecommendationsClient.js.map +1 -0
- package/dist/graphStateClassifierClient.d.ts +73 -0
- package/dist/graphStateClassifierClient.js +716 -0
- package/dist/graphStateClassifierClient.js.map +1 -0
- package/dist/harnessClient.d.ts +15 -24
- package/dist/harnessClient.js +235 -42
- package/dist/harnessClient.js.map +1 -1
- package/dist/identityClient.d.ts +97 -11
- package/dist/identityClient.js +409 -33
- package/dist/identityClient.js.map +1 -1
- package/dist/index.d.ts +29 -6
- package/dist/index.js +3936 -1155
- package/dist/index.js.map +1 -1
- package/dist/infisicalRuntime.d.ts +42 -0
- package/dist/infisicalRuntime.js +314 -0
- package/dist/infisicalRuntime.js.map +1 -0
- package/dist/jobsClient.d.ts +98 -0
- package/dist/jobsClient.js +726 -0
- package/dist/jobsClient.js.map +1 -0
- package/dist/learningClient.d.ts +8 -6
- package/dist/learningClient.js +252 -44
- package/dist/learningClient.js.map +1 -1
- package/dist/lenses/index.d.ts +82 -42
- package/dist/lenses/index.js +3347 -1109
- package/dist/lenses/index.js.map +1 -1
- package/dist/mcpClient.d.ts +28 -0
- package/dist/mcpClient.js +668 -0
- package/dist/mcpClient.js.map +1 -0
- package/dist/modelRuntimeClient.d.ts +72 -0
- package/dist/modelRuntimeClient.js +704 -0
- package/dist/modelRuntimeClient.js.map +1 -0
- package/dist/nodes/index.d.ts +63 -21
- package/dist/nodes/index.js +3347 -1109
- package/dist/nodes/index.js.map +1 -1
- package/dist/ontologies/index.d.ts +53 -32
- package/dist/ontologies/index.js +3347 -1109
- package/dist/ontologies/index.js.map +1 -1
- package/dist/ontologyClient.d.ts +19 -25
- package/dist/ontologyClient.js +258 -40
- package/dist/ontologyClient.js.map +1 -1
- package/dist/ontologyLinksClient.d.ts +71 -0
- package/dist/ontologyLinksClient.js +697 -0
- package/dist/ontologyLinksClient.js.map +1 -0
- package/dist/opinion.d.ts +2 -2
- package/dist/opinion.js +4 -4
- package/dist/opinion.js.map +1 -1
- package/dist/orgGraphSearchClient.d.ts +85 -0
- package/dist/orgGraphSearchClient.js +672 -0
- package/dist/orgGraphSearchClient.js.map +1 -0
- package/dist/packsClient.d.ts +11 -23
- package/dist/packsClient.js +234 -46
- package/dist/packsClient.js.map +1 -1
- package/dist/policyClient.d.ts +13 -10
- package/dist/policyClient.js +243 -25
- package/dist/policyClient.js.map +1 -1
- package/dist/questions/index.d.ts +24 -4
- package/dist/questions/index.js +3347 -1109
- package/dist/questions/index.js.map +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/reportsClient.d.ts +9 -7
- package/dist/reportsClient.js +281 -53
- package/dist/reportsClient.js.map +1 -1
- package/dist/schemaClient.d.ts +5 -3
- package/dist/schemaClient.js +235 -29
- package/dist/schemaClient.js.map +1 -1
- package/dist/sdkSurface.d.ts +8 -3
- package/dist/sdkSurface.js +10 -6
- package/dist/sdkSurface.js.map +1 -1
- package/dist/sourcesClient.d.ts +2 -0
- package/dist/sourcesClient.js +222 -14
- package/dist/sourcesClient.js.map +1 -1
- package/dist/telemetryClient.d.ts +94 -0
- package/dist/telemetryClient.js +741 -0
- package/dist/telemetryClient.js.map +1 -0
- package/dist/toolRegistryClient.d.ts +115 -0
- package/dist/toolRegistryClient.js +767 -0
- package/dist/toolRegistryClient.js.map +1 -0
- package/dist/topics/index.d.ts +35 -9
- package/dist/topics/index.js +3349 -1109
- package/dist/topics/index.js.map +1 -1
- package/dist/topicsClient.d.ts +4 -0
- package/dist/topicsClient.js +237 -24
- package/dist/topicsClient.js.map +1 -1
- package/dist/types.d.ts +12 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/dist/workflowClient.d.ts +76 -45
- package/dist/workflowClient.js +262 -65
- package/dist/workflowClient.js.map +1 -1
- package/dist/worktrees/index.d.ts +78 -39
- package/dist/worktrees/index.js +3347 -1109
- package/dist/worktrees/index.js.map +1 -1
- package/package.json +13 -3
- package/dist/client-DAuKnDlx.d.ts +0 -2547
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
import { GatewayClientConfig, PlatformGatewaySuccess } from './coreClient.js';
|
|
2
|
+
import { JsonObject, ListResult } from './types.js';
|
|
3
|
+
import { GraphIntelligenceQueryMode, GraphIntelligenceQueryWithTools } from '@lucern/contracts';
|
|
4
|
+
import './authContext.js';
|
|
5
|
+
import './contracts/auth-session.contract.js';
|
|
6
|
+
import './contracts/workflow-runtime.contract.js';
|
|
7
|
+
import './contracts/lens-workflow.contract.js';
|
|
8
|
+
import './contracts/lens-filter.contract.js';
|
|
9
|
+
|
|
10
|
+
type GraphAnalysisClientConfig = GatewayClientConfig;
|
|
11
|
+
declare const GRAPH_ANALYSIS_ANALYSIS_FIELDS: readonly ["topicId", "projectId", "workspaceId", "analysisType", "healthScore", "findings", "suggestions", "sourceNodeIds", "sourceEdgeIds", "detectorVersions", "metadata"];
|
|
12
|
+
declare const GRAPH_ANALYSIS_SUGGESTION_FIELDS: readonly ["topicId", "projectId", "workspaceId", "analysisId", "suggestions", "metadata"];
|
|
13
|
+
declare const GRAPH_ANALYSIS_COMPUTE_FIELDS: readonly ["topicId", "projectId", "workspaceId", "analysisType", "sourceNodeIds", "sourceEdgeIds", "detectorVersions", "metadata"];
|
|
14
|
+
type GraphAnalysisFinding = {
|
|
15
|
+
id?: string;
|
|
16
|
+
severity?: "critical" | "warning" | "info" | string;
|
|
17
|
+
category?: string;
|
|
18
|
+
title: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
nodeIds?: string[];
|
|
21
|
+
nodeLabels?: string[];
|
|
22
|
+
detector?: string;
|
|
23
|
+
importance?: number;
|
|
24
|
+
totalCount?: number;
|
|
25
|
+
metadata?: JsonObject;
|
|
26
|
+
};
|
|
27
|
+
type GraphAnalysisSuggestion = {
|
|
28
|
+
suggestionId?: string;
|
|
29
|
+
findingId?: string;
|
|
30
|
+
actionType: string;
|
|
31
|
+
targetNodeIds?: string[];
|
|
32
|
+
priority?: "P0" | "P1" | "P2" | "P3" | string;
|
|
33
|
+
rationale?: string;
|
|
34
|
+
status?: GraphAnalysisSuggestionStatus;
|
|
35
|
+
healthScore?: number;
|
|
36
|
+
metadata?: JsonObject;
|
|
37
|
+
};
|
|
38
|
+
type GraphAnalysisSuggestionStatus = "open" | "accepted" | "dismissed" | "applied" | "superseded";
|
|
39
|
+
type GraphAnalysisRecord = {
|
|
40
|
+
analysisId?: string;
|
|
41
|
+
topicId: string;
|
|
42
|
+
workspaceId: string;
|
|
43
|
+
analysisType: string;
|
|
44
|
+
healthScore?: number;
|
|
45
|
+
findings?: GraphAnalysisFinding[];
|
|
46
|
+
suggestions?: GraphAnalysisSuggestion[];
|
|
47
|
+
sourceNodeIds?: string[];
|
|
48
|
+
sourceEdgeIds?: string[];
|
|
49
|
+
detectorVersions?: Record<string, string>;
|
|
50
|
+
metadata?: JsonObject | null;
|
|
51
|
+
createdAt?: number;
|
|
52
|
+
updatedAt?: number;
|
|
53
|
+
};
|
|
54
|
+
type GraphAnalysisChangeRecord = {
|
|
55
|
+
changeId?: string;
|
|
56
|
+
analysisId?: string;
|
|
57
|
+
topicId?: string;
|
|
58
|
+
workspaceId?: string;
|
|
59
|
+
changeType?: string;
|
|
60
|
+
nodeIds?: string[];
|
|
61
|
+
edgeIds?: string[];
|
|
62
|
+
summary?: string;
|
|
63
|
+
metadata?: JsonObject | null;
|
|
64
|
+
createdAt?: number;
|
|
65
|
+
};
|
|
66
|
+
type TopicProjectAliasInput = {
|
|
67
|
+
topicId?: string;
|
|
68
|
+
/** @deprecated Use topicId. */
|
|
69
|
+
projectId?: string;
|
|
70
|
+
};
|
|
71
|
+
type SaveGraphAnalysisInput = TopicProjectAliasInput & {
|
|
72
|
+
workspaceId: string;
|
|
73
|
+
analysisType: string;
|
|
74
|
+
healthScore: number;
|
|
75
|
+
findings: GraphAnalysisFinding[];
|
|
76
|
+
suggestions?: GraphAnalysisSuggestion[];
|
|
77
|
+
sourceNodeIds?: string[];
|
|
78
|
+
sourceEdgeIds?: string[];
|
|
79
|
+
detectorVersions?: Record<string, string>;
|
|
80
|
+
metadata?: JsonObject;
|
|
81
|
+
};
|
|
82
|
+
type ListGraphAnalysesInput = TopicProjectAliasInput & {
|
|
83
|
+
workspaceId?: string;
|
|
84
|
+
analysisType?: string;
|
|
85
|
+
limit?: number;
|
|
86
|
+
cursor?: string;
|
|
87
|
+
};
|
|
88
|
+
type GetLatestGraphAnalysisInput = TopicProjectAliasInput & {
|
|
89
|
+
workspaceId?: string;
|
|
90
|
+
analysisType?: string;
|
|
91
|
+
};
|
|
92
|
+
type SaveGraphSuggestionsInput = TopicProjectAliasInput & {
|
|
93
|
+
workspaceId: string;
|
|
94
|
+
analysisId?: string;
|
|
95
|
+
suggestions: GraphAnalysisSuggestion[];
|
|
96
|
+
metadata?: JsonObject;
|
|
97
|
+
};
|
|
98
|
+
type UpdateGraphSuggestionStatusInput = {
|
|
99
|
+
suggestionId: string;
|
|
100
|
+
status: GraphAnalysisSuggestionStatus;
|
|
101
|
+
rationale?: string;
|
|
102
|
+
metadata?: JsonObject;
|
|
103
|
+
};
|
|
104
|
+
type ListGraphSuggestionsInput = TopicProjectAliasInput & {
|
|
105
|
+
workspaceId?: string;
|
|
106
|
+
analysisId?: string;
|
|
107
|
+
findingId?: string;
|
|
108
|
+
status?: GraphAnalysisSuggestionStatus;
|
|
109
|
+
limit?: number;
|
|
110
|
+
cursor?: string;
|
|
111
|
+
};
|
|
112
|
+
type ListGraphChangesInput = TopicProjectAliasInput & {
|
|
113
|
+
workspaceId?: string;
|
|
114
|
+
analysisId?: string;
|
|
115
|
+
minimumCreatedAt?: number;
|
|
116
|
+
since?: number;
|
|
117
|
+
createdAt?: number;
|
|
118
|
+
analysisCreatedAt?: number;
|
|
119
|
+
nodeId?: string;
|
|
120
|
+
edgeId?: string;
|
|
121
|
+
sourceNodeIds?: string[];
|
|
122
|
+
sourceEdgeIds?: string[];
|
|
123
|
+
limit?: number;
|
|
124
|
+
cursor?: string;
|
|
125
|
+
};
|
|
126
|
+
type ComputeOrRequestGraphAnalysisInput = TopicProjectAliasInput & {
|
|
127
|
+
workspaceId: string;
|
|
128
|
+
analysisType?: string;
|
|
129
|
+
sourceNodeIds?: string[];
|
|
130
|
+
sourceEdgeIds?: string[];
|
|
131
|
+
detectorVersions?: Record<string, string>;
|
|
132
|
+
metadata?: JsonObject;
|
|
133
|
+
};
|
|
134
|
+
type GraphAnalysisListResponse = ListResult<GraphAnalysisRecord, "analyses">;
|
|
135
|
+
type GraphAnalysisSuggestionsResponse = ListResult<GraphAnalysisSuggestion, "suggestions">;
|
|
136
|
+
type GraphAnalysisChangesResponse = ListResult<GraphAnalysisChangeRecord, "changes">;
|
|
137
|
+
type ListGraphIntelligenceQueriesInput = {
|
|
138
|
+
categoryId?: string;
|
|
139
|
+
mode?: GraphIntelligenceQueryMode;
|
|
140
|
+
};
|
|
141
|
+
type RunGraphIntelligenceQueryInput = TopicProjectAliasInput & {
|
|
142
|
+
queryId?: string;
|
|
143
|
+
prompt?: string;
|
|
144
|
+
input?: string;
|
|
145
|
+
mode?: GraphIntelligenceQueryMode;
|
|
146
|
+
limit?: number;
|
|
147
|
+
nodeId?: string;
|
|
148
|
+
startNode?: string;
|
|
149
|
+
maxDepth?: number;
|
|
150
|
+
beliefIds?: string[];
|
|
151
|
+
};
|
|
152
|
+
type GraphIntelligenceQueryCatalogResponse = {
|
|
153
|
+
schemaVersion: string;
|
|
154
|
+
catalogVersion: string;
|
|
155
|
+
categories: unknown[];
|
|
156
|
+
modes: readonly GraphIntelligenceQueryMode[];
|
|
157
|
+
queries: GraphIntelligenceQueryWithTools[];
|
|
158
|
+
quickQueries: unknown[];
|
|
159
|
+
publicToolNamesByMode: Record<string, readonly string[]>;
|
|
160
|
+
totalQueries: number;
|
|
161
|
+
};
|
|
162
|
+
type GraphIntelligenceQueryRunResponse = {
|
|
163
|
+
schemaVersion: string;
|
|
164
|
+
catalogVersion: string;
|
|
165
|
+
topicId: string;
|
|
166
|
+
requestedTopicId?: string;
|
|
167
|
+
query: GraphIntelligenceQueryWithTools | JsonObject;
|
|
168
|
+
mode: GraphIntelligenceQueryMode;
|
|
169
|
+
prompt: string;
|
|
170
|
+
input: string | null;
|
|
171
|
+
toolPlan: Array<{
|
|
172
|
+
toolName: string;
|
|
173
|
+
args: JsonObject;
|
|
174
|
+
}>;
|
|
175
|
+
analysis: JsonObject;
|
|
176
|
+
context: JsonObject;
|
|
177
|
+
guidance: JsonObject;
|
|
178
|
+
};
|
|
179
|
+
declare function createGraphAnalysisClient(config?: GraphAnalysisClientConfig): {
|
|
180
|
+
listGraphIntelligenceQueries(input?: ListGraphIntelligenceQueriesInput): Promise<PlatformGatewaySuccess<GraphIntelligenceQueryCatalogResponse>>;
|
|
181
|
+
runGraphIntelligenceQuery(input: RunGraphIntelligenceQueryInput): Promise<PlatformGatewaySuccess<GraphIntelligenceQueryRunResponse>>;
|
|
182
|
+
saveAnalysis(input: SaveGraphAnalysisInput, idempotencyKey?: string): Promise<PlatformGatewaySuccess<GraphAnalysisRecord>>;
|
|
183
|
+
listAnalyses(input: ListGraphAnalysesInput): Promise<PlatformGatewaySuccess<ListResult<any, "analyses">>>;
|
|
184
|
+
getLatestAnalysis(input: GetLatestGraphAnalysisInput): Promise<PlatformGatewaySuccess<GraphAnalysisRecord>>;
|
|
185
|
+
saveSuggestions(input: SaveGraphSuggestionsInput, idempotencyKey?: string): Promise<PlatformGatewaySuccess<GraphAnalysisSuggestionsResponse>>;
|
|
186
|
+
updateSuggestionStatus(input: UpdateGraphSuggestionStatusInput, idempotencyKey?: string): Promise<PlatformGatewaySuccess<GraphAnalysisSuggestion>>;
|
|
187
|
+
listSuggestions(input: ListGraphSuggestionsInput): Promise<PlatformGatewaySuccess<ListResult<any, "suggestions">>>;
|
|
188
|
+
listGraphChanges(input: ListGraphChangesInput): Promise<PlatformGatewaySuccess<ListResult<any, "changes">>>;
|
|
189
|
+
computeOrRequestAnalysis(input: ComputeOrRequestGraphAnalysisInput, idempotencyKey?: string): Promise<PlatformGatewaySuccess<GraphAnalysisRecord>>;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
export { type ComputeOrRequestGraphAnalysisInput, GRAPH_ANALYSIS_ANALYSIS_FIELDS, GRAPH_ANALYSIS_COMPUTE_FIELDS, GRAPH_ANALYSIS_SUGGESTION_FIELDS, type GetLatestGraphAnalysisInput, type GraphAnalysisChangeRecord, type GraphAnalysisChangesResponse, type GraphAnalysisClientConfig, type GraphAnalysisFinding, type GraphAnalysisListResponse, type GraphAnalysisRecord, type GraphAnalysisSuggestion, type GraphAnalysisSuggestionStatus, type GraphAnalysisSuggestionsResponse, type GraphIntelligenceQueryCatalogResponse, type GraphIntelligenceQueryRunResponse, type ListGraphAnalysesInput, type ListGraphChangesInput, type ListGraphIntelligenceQueriesInput, type ListGraphSuggestionsInput, type RunGraphIntelligenceQueryInput, type SaveGraphAnalysisInput, type SaveGraphSuggestionsInput, type TopicProjectAliasInput, type UpdateGraphSuggestionStatusInput, createGraphAnalysisClient };
|