@lucern/sdk 1.0.28 → 1.0.30
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 +15 -0
- package/dist/accessControl.d.ts +31 -31
- package/dist/accessControl.js +1 -0
- package/dist/adminClient.d.ts +74 -74
- package/dist/adminClient.js +38 -30
- package/dist/{answersClient.d.ts → answers-client.d.ts} +1 -1
- package/dist/{answersClient.js → answers-client.js} +2 -2
- package/dist/audience/index.d.ts +12 -12
- package/dist/{audiencesClient.d.ts → audiences-client.d.ts} +1 -1
- package/dist/audiences-client.js +107 -0
- package/dist/{auditClient.d.ts → audit-client.d.ts} +2 -3
- package/dist/{auditClient.js → audit-client.js} +8 -7
- package/dist/authContext.d.ts +26 -26
- package/dist/authDeviceClient.d.ts +11 -11
- package/dist/authDeviceClient.js +4 -6
- package/dist/beliefs/index.d.ts +56 -28
- package/dist/beliefs/index.js +2 -1
- package/dist/beliefsClient.d.ts +71 -63
- package/dist/beliefsClient.js +90 -67
- package/dist/{boundaryClientSurface.d.ts → boundary-client-surface.d.ts} +4 -4
- package/dist/{boundaryClientSurface.js → boundary-client-surface.js} +9 -7
- package/dist/client-assembly-types.d.ts +219 -0
- package/dist/client-assembly-types.js +2 -0
- package/dist/{clientConfig.d.ts → client-config.d.ts} +16 -32
- package/dist/client-config.js +2 -0
- package/dist/{clientEvidenceCompat.d.ts → client-evidence-compat.d.ts} +24 -24
- package/dist/{clientEvidenceCompat.js → client-evidence-compat.js} +2 -2
- package/dist/client.d.ts +1906 -352
- package/dist/client.js +34 -30
- package/dist/clientGraphNamespaces.d.ts +35 -25
- package/dist/clientGraphNamespaces.js +11 -5
- package/dist/clientHelpers.js +8 -5
- package/dist/clientKnowledgeNamespaces.d.ts +124 -84
- package/dist/clientKnowledgeNamespaces.js +35 -34
- package/dist/clientLocalHelpers.d.ts +81 -52
- package/dist/clientLocalHelpers.js +193 -43
- package/dist/clientPlatformNamespaces.d.ts +1541 -150
- package/dist/clientPlatformNamespaces.js +10 -5
- package/dist/clientRuntime.d.ts +1 -1
- package/dist/clientRuntime.js +1 -1
- package/dist/clientWorkflowNamespaces.d.ts +211 -97
- package/dist/clientWorkflowNamespaces.js +22 -19
- package/dist/contextClient.d.ts +2 -2
- package/dist/contextClient.js +79 -50
- package/dist/contextFacade.d.ts +1 -1
- package/dist/contextFacade.js +2 -0
- package/dist/contextPackCompiler.d.ts +52 -52
- package/dist/contextPackCompiler.js +192 -122
- package/dist/contextPackPolicy.d.ts +22 -22
- package/dist/contextPackPolicy.js +21 -9
- package/dist/contextPackSchema.d.ts +3 -3
- package/dist/contextPackSchema.js +1 -0
- package/dist/contextTypes.d.ts +155 -155
- package/dist/contracts/api-enums.contract.js +2 -11
- package/dist/contracts/auth-session.contract.d.ts +16 -16
- package/dist/contracts/auth-session.contract.js +3 -2
- package/dist/contracts/context-pack.contract.d.ts +216 -216
- package/dist/contracts/contextPack.js +2 -0
- package/dist/contracts/index.d.ts +1 -1
- package/dist/contracts/index.js +2 -1
- package/dist/contracts/lens-filter.contract.d.ts +8 -8
- package/dist/contracts/lens-filter.contract.js +10 -10
- package/dist/contracts/lens-workflow.contract.d.ts +32 -32
- package/dist/contracts/lens-workflow.contract.js +2 -1
- package/dist/contracts/lensFilter.js +2 -0
- package/dist/contracts/lensWorkflow.js +2 -0
- package/dist/contracts/mcpTools.d.ts +19 -19
- package/dist/contracts/mcpTools.js +3 -1
- package/dist/contracts/prompt.contract.d.ts +12 -12
- package/dist/contracts/prompt.js +1 -0
- package/dist/contracts/sdk-tools.contract.js +1 -0
- package/dist/contracts/sdkTools.js +2 -0
- package/dist/contracts/tool-contracts.js +1 -0
- package/dist/contracts/workflow-runtime.contract.d.ts +45 -45
- package/dist/contracts/workflow-runtime.contract.js +1 -5
- package/dist/contracts/workflowRuntime.js +2 -0
- package/dist/contradictions/index.d.ts +8 -8
- package/dist/contradictions/index.js +1 -0
- package/dist/control-plane.d.ts +10 -10
- package/dist/control-plane.js +2 -2
- package/dist/controlObjectOwnership.d.ts +11 -11
- package/dist/controlObjectOwnership.js +1 -0
- package/dist/coreClient.d.ts +51 -51
- package/dist/coreClient.js +269 -101
- package/dist/customTools.d.ts +19 -19
- package/dist/customTools.js +4 -2
- package/dist/decisions/index.d.ts +18 -18
- package/dist/decisions/index.js +1 -0
- package/dist/decisionsClient.d.ts +4 -4
- package/dist/decisionsClient.js +36 -27
- package/dist/edges/index.d.ts +20 -18
- package/dist/edges/index.js +1 -0
- package/dist/embeddingsClient.d.ts +29 -29
- package/dist/embeddingsClient.js +15 -8
- package/dist/eventingClient.d.ts +27 -27
- package/dist/eventingClient.js +10 -5
- package/dist/events.d.ts +83 -83
- package/dist/events.js +19 -15
- package/dist/eventsCore.d.ts +7 -7
- package/dist/eventsCore.js +11 -10
- package/dist/evidence/index.d.ts +23 -21
- package/dist/evidence/index.js +1 -0
- package/dist/evidenceClient.d.ts +23 -23
- package/dist/evidenceClient.js +10 -6
- package/dist/facade/context.d.ts +9 -9
- package/dist/facade/context.js +67 -41
- package/dist/functionSurface.js +2 -0
- package/dist/functionSurfaceClient.js +2 -0
- package/dist/gatewayFacades.d.ts +215 -215
- package/dist/gatewayFacades.factories.d.ts +23 -44
- package/dist/gatewayFacades.factories.js +63 -62
- package/dist/gatewayFacades.js +31 -32
- package/dist/graphAnalysisClient.d.ts +60 -60
- package/dist/graphAnalysisClient.js +19 -18
- package/dist/graphClient.d.ts +34 -34
- package/dist/graphClient.js +56 -35
- package/dist/graphIntel.js +2 -0
- package/dist/graphIntelligence.d.ts +2 -2
- package/dist/graphIntelligence.js +1 -1
- package/dist/graphRecommendationsClient.d.ts +24 -24
- package/dist/graphRecommendationsClient.js +12 -7
- package/dist/graphStateClassifierClient.d.ts +13 -13
- package/dist/graphStateClassifierClient.js +10 -5
- package/dist/harnessClient.d.ts +61 -61
- package/dist/harnessClient.js +44 -31
- package/dist/identityClient.d.ts +33 -59
- package/dist/identityClient.js +126 -98
- package/dist/index.d.ts +20 -20
- package/dist/index.js +20 -19
- package/dist/infisicalRuntime.d.ts +11 -11
- package/dist/infisicalRuntime.js +20 -14
- package/dist/jobsClient.d.ts +28 -28
- package/dist/jobsClient.js +6 -3
- package/dist/learningClient.js +13 -8
- package/dist/lenses/index.d.ts +124 -28
- package/dist/lenses/index.js +1 -0
- package/dist/mcpClient.d.ts +1 -1
- package/dist/mcpClient.js +3 -3
- package/dist/modelRuntimeClient.d.ts +27 -27
- package/dist/modelRuntimeClient.js +10 -5
- package/dist/nodes/index.d.ts +9 -9
- package/dist/nodes/index.js +1 -0
- package/dist/ontologies/index.d.ts +68 -22
- package/dist/ontologies/index.js +1 -0
- package/dist/ontologyClient.js +24 -17
- package/dist/ontologyLinksClient.d.ts +35 -35
- package/dist/ontologyLinksClient.js +9 -6
- package/dist/opinion.d.ts +3 -3
- package/dist/opinion.js +12 -5
- package/dist/orgGraphSearchClient.d.ts +39 -39
- package/dist/orgGraphSearchClient.js +22 -13
- package/dist/packsClient.d.ts +1 -1
- package/dist/packsClient.js +28 -19
- package/dist/policyClient.d.ts +79 -68
- package/dist/policyClient.js +18 -12
- package/dist/proof-attestation.json +1 -1
- package/dist/questions/index.d.ts +38 -27
- package/dist/questions/index.js +1 -0
- package/dist/realtime/index.d.ts +3 -3
- package/dist/realtime/index.js +1 -0
- package/dist/realtime/refs.d.ts +2 -2
- package/dist/{reportsClient.d.ts → reports-client.d.ts} +2 -2
- package/dist/{reportsClient.js → reports-client.js} +19 -13
- package/dist/{schemaClient.d.ts → schema-client.d.ts} +2 -3
- package/dist/{schemaClient.js → schema-client.js} +14 -11
- package/dist/sdkSurface.d.ts +12 -12
- package/dist/sdkSurface.js +14 -10
- package/dist/secrets.d.ts +1 -1
- package/dist/secrets.js +2 -1
- package/dist/{sourcesClient.d.ts → sources-client.d.ts} +8 -9
- package/dist/{sourcesClient.js → sources-client.js} +4 -5
- package/dist/{telemetryClient.d.ts → telemetry-client.d.ts} +14 -14
- package/dist/{telemetryClient.js → telemetry-client.js} +6 -4
- package/dist/toolRegistryClient.d.ts +46 -46
- package/dist/toolRegistryClient.js +22 -11
- package/dist/topics/index.d.ts +23 -23
- package/dist/topics/index.js +2 -1
- package/dist/topicsClient.d.ts +6 -6
- package/dist/topicsClient.js +29 -18
- package/dist/types.d.ts +356 -355
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/workflowClient.d.ts +36 -35
- package/dist/workflowClient.js +88 -60
- package/dist/worktrees/index.d.ts +118 -32
- package/dist/worktrees/index.js +2 -1
- package/package.json +45 -5
- package/dist/audiencesClient.js +0 -115
- package/dist/clientAssemblyTypes.d.ts +0 -33
- package/dist/clientAssemblyTypes.js +0 -2
- package/dist/clientConfig.js +0 -2
package/dist/client.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import type { LucernClientConfig } from "./
|
|
2
|
-
|
|
1
|
+
import type { CustomToolNamespace, LucernClientConfig } from "./client-config";
|
|
2
|
+
import { clearRegisteredCustomTools, listRegisteredCustomTools, registerCustomTool, unregisterCustomTool } from "./customTools";
|
|
3
|
+
export type { LucernClientConfig } from "./client-config";
|
|
3
4
|
/**
|
|
4
5
|
* Create the high-level Lucern SDK client with all domain namespaces.
|
|
5
6
|
*
|
|
@@ -8,295 +9,1758 @@ export type { LucernClientConfig } from "./clientConfig";
|
|
|
8
9
|
*/
|
|
9
10
|
export declare function createLucernClient(config?: LucernClientConfig): {
|
|
10
11
|
coordination: {
|
|
11
|
-
registerSession:
|
|
12
|
-
heartbeatSession:
|
|
13
|
-
endSession:
|
|
14
|
-
listActiveSessions:
|
|
15
|
-
sendAgentMessage:
|
|
16
|
-
broadcastMessage:
|
|
17
|
-
getInbox:
|
|
18
|
-
getAgentInbox:
|
|
19
|
-
claimFiles:
|
|
12
|
+
registerSession: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
13
|
+
heartbeatSession: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
14
|
+
endSession: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
15
|
+
listActiveSessions: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
16
|
+
sendAgentMessage: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
17
|
+
broadcastMessage: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
18
|
+
getInbox: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
19
|
+
getAgentInbox: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
20
|
+
claimFiles: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
20
21
|
};
|
|
21
22
|
policy: {
|
|
22
|
-
checkPermission(input: import("./functionSurface").FunctionSurfaceInput):
|
|
23
|
-
listAccessibleTopics(input?: Parameters<(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
checkPermission(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./policyClient").PermissionDecision>>;
|
|
24
|
+
listAccessibleTopics(input?: Parameters<(query?: import("./coreClient").GatewayScope & {
|
|
25
|
+
permission?: import("./policyClient").PermissionKind;
|
|
26
|
+
includeShared?: boolean;
|
|
27
|
+
principal?: string;
|
|
28
|
+
principalId?: string;
|
|
29
|
+
limit?: number;
|
|
30
|
+
}) => Promise<{
|
|
31
|
+
data: {
|
|
32
|
+
permission: import("./policyClient").PermissionKind;
|
|
33
|
+
topics: import("./policyClient").PolicyTopicRecord[];
|
|
34
|
+
total: number;
|
|
35
|
+
deniedTopics: {
|
|
36
|
+
topicId: string;
|
|
37
|
+
reasonCode: string;
|
|
38
|
+
}[];
|
|
39
|
+
};
|
|
40
|
+
correlationId: string;
|
|
41
|
+
idempotentReplay: boolean;
|
|
42
|
+
policyTraceId: string | null;
|
|
43
|
+
success: true;
|
|
44
|
+
}>>[0]): Promise<{
|
|
45
|
+
data: {
|
|
46
|
+
permission: import("./policyClient").PermissionKind;
|
|
47
|
+
topics: import("./policyClient").PolicyTopicRecord[];
|
|
48
|
+
total: number;
|
|
49
|
+
deniedTopics: {
|
|
50
|
+
topicId: string;
|
|
51
|
+
reasonCode: string;
|
|
52
|
+
}[];
|
|
53
|
+
};
|
|
54
|
+
correlationId: string;
|
|
55
|
+
idempotentReplay: boolean;
|
|
56
|
+
policyTraceId: string | null;
|
|
57
|
+
success: true;
|
|
58
|
+
}>;
|
|
59
|
+
filterByPermission(input: import("./functionSurface").FunctionSurfaceInput): Promise<{
|
|
60
|
+
success: true;
|
|
61
|
+
data: import("./policyClient").FilterByPermissionResponse;
|
|
62
|
+
}>;
|
|
63
|
+
compileCapabilitySlice(input: Parameters<(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>>[0], idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
64
|
+
manageWritePolicy(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
65
|
+
raw: {
|
|
66
|
+
listDecisions(query?: import("./coreClient").GatewayScope & {
|
|
67
|
+
action?: string;
|
|
68
|
+
decision?: string;
|
|
69
|
+
traceId?: string;
|
|
70
|
+
principalId?: string;
|
|
71
|
+
topicId?: string;
|
|
72
|
+
limit?: number;
|
|
73
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "decisions">>>;
|
|
74
|
+
grant(input: import("./coreClient").GatewayScope & {
|
|
75
|
+
topicId: string;
|
|
76
|
+
permission: import("./policyClient").PermissionKind;
|
|
77
|
+
principal?: string;
|
|
78
|
+
principalId?: string;
|
|
79
|
+
groupId?: string;
|
|
80
|
+
beliefClusterId?: string;
|
|
81
|
+
expiresAt?: number;
|
|
82
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
83
|
+
revoke(input: import("./coreClient").GatewayScope & {
|
|
84
|
+
topicId: string;
|
|
85
|
+
principal?: string;
|
|
86
|
+
principalId?: string;
|
|
87
|
+
groupId?: string;
|
|
88
|
+
beliefClusterId?: string;
|
|
89
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
90
|
+
listWritePolicies(query?: import("./coreClient").GatewayScope & {
|
|
91
|
+
topicId?: string;
|
|
92
|
+
role?: string;
|
|
93
|
+
toolCategory?: string;
|
|
94
|
+
enabled?: boolean;
|
|
95
|
+
}): Promise<{
|
|
96
|
+
data: {
|
|
97
|
+
policies: import("./policyClient").WritePolicyRecord[];
|
|
98
|
+
};
|
|
99
|
+
correlationId: string;
|
|
100
|
+
idempotentReplay: boolean;
|
|
101
|
+
policyTraceId: string | null;
|
|
102
|
+
success: true;
|
|
103
|
+
}>;
|
|
104
|
+
createWritePolicy(input: import("./policyClient").WritePolicyCreateInput, idempotencyKey?: string): Promise<{
|
|
105
|
+
data: {
|
|
106
|
+
id: string | undefined;
|
|
107
|
+
created: boolean;
|
|
108
|
+
policy: import("./policyClient").WritePolicyRecord | null;
|
|
109
|
+
};
|
|
110
|
+
correlationId: string;
|
|
111
|
+
idempotentReplay: boolean;
|
|
112
|
+
policyTraceId: string | null;
|
|
113
|
+
success: true;
|
|
114
|
+
}>;
|
|
115
|
+
updateWritePolicy(id: string, input: import("./policyClient").WritePolicyUpdateInput, idempotencyKey?: string): Promise<{
|
|
116
|
+
data: {
|
|
117
|
+
id: string | undefined;
|
|
118
|
+
updated: boolean;
|
|
119
|
+
policy: import("./policyClient").WritePolicyRecord | null;
|
|
120
|
+
};
|
|
121
|
+
correlationId: string;
|
|
122
|
+
idempotentReplay: boolean;
|
|
123
|
+
policyTraceId: string | null;
|
|
124
|
+
success: true;
|
|
125
|
+
}>;
|
|
126
|
+
deleteWritePolicy(id: string, scope?: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
127
|
+
id?: string;
|
|
128
|
+
deleted?: boolean;
|
|
129
|
+
}>>;
|
|
130
|
+
listRolePolicies(query?: import("./coreClient").GatewayScope): Promise<{
|
|
131
|
+
data: {
|
|
132
|
+
policies: import("./policyClient").TenantPolicyRecord[];
|
|
133
|
+
};
|
|
134
|
+
correlationId: string;
|
|
135
|
+
idempotentReplay: boolean;
|
|
136
|
+
policyTraceId: string | null;
|
|
137
|
+
success: true;
|
|
138
|
+
}>;
|
|
139
|
+
createRolePolicy(input: import("./coreClient").GatewayScope & import("./policyClient").TenantPolicyClassificationFields & {
|
|
140
|
+
roleName: string;
|
|
141
|
+
description?: string;
|
|
142
|
+
permissions: import("./policyClient").TenantPolicyPermission[];
|
|
143
|
+
groupBindings?: string[];
|
|
144
|
+
}, idempotencyKey?: string): Promise<{
|
|
145
|
+
data: {
|
|
146
|
+
policy: import("./policyClient").TenantPolicyRecord | null;
|
|
147
|
+
};
|
|
148
|
+
correlationId: string;
|
|
149
|
+
idempotentReplay: boolean;
|
|
150
|
+
policyTraceId: string | null;
|
|
151
|
+
success: true;
|
|
152
|
+
}>;
|
|
153
|
+
updateRolePolicy(id: string, input: import("./coreClient").GatewayScope & import("./policyClient").TenantPolicyClassificationFields & {
|
|
154
|
+
roleName: string;
|
|
155
|
+
description?: string;
|
|
156
|
+
permissions: import("./policyClient").TenantPolicyPermission[];
|
|
157
|
+
groupBindings?: string[];
|
|
158
|
+
}, idempotencyKey?: string): Promise<{
|
|
159
|
+
data: {
|
|
160
|
+
policy: import("./policyClient").TenantPolicyRecord | null;
|
|
161
|
+
};
|
|
162
|
+
correlationId: string;
|
|
163
|
+
idempotentReplay: boolean;
|
|
164
|
+
policyTraceId: string | null;
|
|
165
|
+
success: true;
|
|
166
|
+
}>;
|
|
167
|
+
deleteRolePolicy(id: string, scope?: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
168
|
+
checkPermission(query: import("./coreClient").GatewayScope & {
|
|
169
|
+
topicId?: string;
|
|
170
|
+
permission?: import("./policyClient").PermissionKind;
|
|
171
|
+
principal?: string;
|
|
172
|
+
principalId?: string;
|
|
173
|
+
beliefClusterId?: string;
|
|
174
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./policyClient").PermissionDecision>>;
|
|
175
|
+
listAccessibleTopics(query?: import("./coreClient").GatewayScope & {
|
|
176
|
+
permission?: import("./policyClient").PermissionKind;
|
|
177
|
+
includeShared?: boolean;
|
|
178
|
+
principal?: string;
|
|
179
|
+
principalId?: string;
|
|
180
|
+
limit?: number;
|
|
181
|
+
}): Promise<{
|
|
182
|
+
data: {
|
|
183
|
+
permission: import("./policyClient").PermissionKind;
|
|
184
|
+
topics: import("./policyClient").PolicyTopicRecord[];
|
|
185
|
+
total: number;
|
|
186
|
+
deniedTopics: {
|
|
187
|
+
topicId: string;
|
|
188
|
+
reasonCode: string;
|
|
189
|
+
}[];
|
|
190
|
+
};
|
|
191
|
+
correlationId: string;
|
|
192
|
+
idempotentReplay: boolean;
|
|
193
|
+
policyTraceId: string | null;
|
|
194
|
+
success: true;
|
|
195
|
+
}>;
|
|
196
|
+
filterByPermission(input: import("./coreClient").GatewayScope & {
|
|
197
|
+
topicIds?: string[];
|
|
198
|
+
permission?: import("./policyClient").PermissionKind;
|
|
199
|
+
principal?: string;
|
|
200
|
+
principalId?: string;
|
|
201
|
+
}): Promise<{
|
|
202
|
+
success: true;
|
|
203
|
+
data: import("./policyClient").FilterByPermissionResponse;
|
|
204
|
+
}>;
|
|
30
205
|
};
|
|
31
206
|
};
|
|
32
207
|
observations: {
|
|
33
|
-
ingest:
|
|
34
|
-
ingestObservation:
|
|
35
|
-
getContext:
|
|
36
|
-
getObservationContext:
|
|
208
|
+
ingest: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
209
|
+
ingestObservation: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
210
|
+
getContext: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
211
|
+
getObservationContext: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
37
212
|
};
|
|
38
213
|
coding: {
|
|
39
|
-
getCodeContext:
|
|
40
|
-
getChangeHistory:
|
|
41
|
-
recordAttempt:
|
|
42
|
-
getFailureLog:
|
|
214
|
+
getCodeContext: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
215
|
+
getChangeHistory: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
216
|
+
recordAttempt: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
217
|
+
getFailureLog: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
43
218
|
};
|
|
44
219
|
contracts: {
|
|
45
|
-
create(input: import("./functionSurface").FunctionSurfaceInput):
|
|
46
|
-
createEpistemicContract(input: import("./functionSurface").FunctionSurfaceInput):
|
|
220
|
+
create(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
221
|
+
createEpistemicContract(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
47
222
|
list(input?: {
|
|
48
223
|
beliefNodeId?: string;
|
|
49
224
|
contractId?: string;
|
|
50
225
|
status?: string;
|
|
51
|
-
}):
|
|
52
|
-
evaluate(input: import("./functionSurface").FunctionSurfaceInput):
|
|
53
|
-
evaluateContract(input: import("./functionSurface").FunctionSurfaceInput):
|
|
54
|
-
getStatus(input: import("./functionSurface").FunctionSurfaceInput):
|
|
55
|
-
getContractStatus(input: import("./functionSurface").FunctionSurfaceInput):
|
|
226
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
227
|
+
evaluate(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
228
|
+
evaluateContract(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
229
|
+
getStatus(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
230
|
+
getContractStatus(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
56
231
|
};
|
|
57
232
|
bootstrap: {
|
|
58
|
-
generateSessionHandoff:
|
|
233
|
+
generateSessionHandoff: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
59
234
|
};
|
|
60
235
|
hybrid: {
|
|
61
|
-
discover:
|
|
62
|
-
hybridDiscover:
|
|
63
|
-
resolveTopicSemantic:
|
|
64
|
-
expandGraphNeighborhood:
|
|
65
|
-
findRelatedNodes:
|
|
66
|
-
analyzeGraphImpact:
|
|
67
|
-
detectGraphDrift:
|
|
68
|
-
};
|
|
69
|
-
embeddings:
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
236
|
+
discover: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
237
|
+
hybridDiscover: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
238
|
+
resolveTopicSemantic: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
239
|
+
expandGraphNeighborhood: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
240
|
+
findRelatedNodes: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
241
|
+
analyzeGraphImpact: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
242
|
+
detectGraphDrift: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
243
|
+
};
|
|
244
|
+
embeddings: {
|
|
245
|
+
getByNodeIds(input: import("./embeddingsClient").GetEmbeddingsByNodeIdsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").EmbeddingRecord, "embeddings">>>;
|
|
246
|
+
listMissingForTopic(input: import("./embeddingsClient").ListMissingEmbeddingsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").MissingEmbeddingCandidate, "nodes">>>;
|
|
247
|
+
vectorSearchByTopic(input: import("./embeddingsClient").VectorSearchByTopicInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").VectorSearchMatch, "results">>>;
|
|
248
|
+
markEmbeddingBackfillQueued(input: import("./embeddingsClient").MarkEmbeddingBackfillQueuedInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
249
|
+
queued: number;
|
|
250
|
+
topicId: string;
|
|
251
|
+
workspaceId: string;
|
|
252
|
+
nodeIds: string[];
|
|
253
|
+
}>>;
|
|
254
|
+
};
|
|
255
|
+
graphAnalysis: {
|
|
256
|
+
listGraphIntelligenceQueries(input?: import("./graphAnalysisClient").ListGraphIntelligenceQueriesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphIntelligenceQueryCatalogResponse>>;
|
|
257
|
+
runGraphIntelligenceQuery(input: import("./graphAnalysisClient").RunGraphIntelligenceQueryInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphIntelligenceQueryRunResponse>>;
|
|
258
|
+
saveAnalysis(input: import("./graphAnalysisClient").SaveGraphAnalysisInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
259
|
+
listAnalyses(input: import("./graphAnalysisClient").ListGraphAnalysesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisRecord, "analyses">>>;
|
|
260
|
+
getLatestAnalysis(input: import("./graphAnalysisClient").GetLatestGraphAnalysisInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
261
|
+
saveSuggestions(input: import("./graphAnalysisClient").SaveGraphSuggestionsInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisSuggestionsResponse>>;
|
|
262
|
+
updateSuggestionStatus(input: import("./graphAnalysisClient").UpdateGraphSuggestionStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisSuggestion>>;
|
|
263
|
+
listSuggestions(input: import("./graphAnalysisClient").ListGraphSuggestionsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisSuggestion, "suggestions">>>;
|
|
264
|
+
listGraphChanges(input: import("./graphAnalysisClient").ListGraphChangesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisChangeRecord, "changes">>>;
|
|
265
|
+
computeOrRequestAnalysis(input: import("./graphAnalysisClient").ComputeOrRequestGraphAnalysisInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
266
|
+
};
|
|
267
|
+
graphRecommendations: {
|
|
268
|
+
listForTopic(input: import("./graphRecommendationsClient").GraphRecommendationListInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphRecommendationsClient").GraphRecommendationRecord, "recommendations">>>;
|
|
269
|
+
getRecommendation(recommendationId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphRecommendationsClient").GraphRecommendationRecord>>;
|
|
270
|
+
markRecommendationStatus(input: import("./graphRecommendationsClient").MarkGraphRecommendationStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphRecommendationsClient").GraphRecommendationRecord>>;
|
|
271
|
+
};
|
|
272
|
+
orgGraphSearch: {
|
|
273
|
+
search(input: import("./orgGraphSearchClient").OrgGraphSearchInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
274
|
+
getNode(input: import("./orgGraphSearchClient").GetOrgGraphNodeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResult>>;
|
|
275
|
+
listByProvenance(input: import("./orgGraphSearchClient").ListOrgGraphByProvenanceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
276
|
+
listPublishedFromWorkspace(input: import("./orgGraphSearchClient").ListPublishedFromWorkspaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
277
|
+
};
|
|
278
|
+
ontologyLinks: {
|
|
279
|
+
[methodName: string]: unknown;
|
|
280
|
+
};
|
|
281
|
+
graphStateClassifier: {
|
|
282
|
+
classifyNode(input: import("./graphStateClassifierClient").ClassifyNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphStateClassifierClient").GraphStateClassification>>;
|
|
283
|
+
classifyTopic(input: import("./graphStateClassifierClient").ClassifyTopicInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphStateClassifierClient").GraphStateClassification, "classifications">>>;
|
|
284
|
+
listClassifications(input: import("./graphStateClassifierClient").ListGraphStateClassificationsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphStateClassifierClient").GraphStateClassification, "classifications">>>;
|
|
285
|
+
recordClassification(input: import("./graphStateClassifierClient").RecordGraphStateClassificationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphStateClassifierClient").GraphStateClassification>>;
|
|
286
|
+
};
|
|
287
|
+
modelRuntime: {
|
|
288
|
+
listModels(input: import("./modelRuntimeClient").ModelRuntimeScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./modelRuntimeClient").ModelRegistryRecord, "models">>>;
|
|
289
|
+
getModel(input: import("./modelRuntimeClient").ModelRuntimeScope & {
|
|
290
|
+
modelId: string;
|
|
291
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelRegistryRecord>>;
|
|
292
|
+
listFunctionSlots(input: import("./modelRuntimeClient").ModelRuntimeScope & {
|
|
293
|
+
functionName?: string;
|
|
294
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./modelRuntimeClient").ModelFunctionSlot, "slots">>>;
|
|
295
|
+
resolveSlot(input: import("./modelRuntimeClient").ResolveModelSlotInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelFunctionSlot>>;
|
|
296
|
+
updateSlotConfig(input: import("./modelRuntimeClient").UpdateModelSlotConfigInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelFunctionSlot>>;
|
|
297
|
+
};
|
|
298
|
+
jobs: {
|
|
299
|
+
enqueue(input: import("./jobsClient").EnqueueJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
300
|
+
list(input: import("./jobsClient").JobsScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./jobsClient").JobRecord, "jobs">>>;
|
|
301
|
+
claim(input: import("./jobsClient").ClaimJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
302
|
+
updateStatus(input: import("./jobsClient").UpdateJobStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
303
|
+
retry(input: import("./jobsClient").RetryJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
304
|
+
recordRunStart(input: import("./jobsClient").RecordJobRunStartInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRunRecord>>;
|
|
305
|
+
recordRunFinish(input: import("./jobsClient").RecordJobRunFinishInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRunRecord>>;
|
|
306
|
+
};
|
|
307
|
+
telemetry: {
|
|
308
|
+
logSystemEvent(input: import("./telemetry-client").LogSystemEventInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
309
|
+
eventId?: string;
|
|
310
|
+
recorded: boolean;
|
|
311
|
+
}>>;
|
|
312
|
+
logToolCallsBatch(input: import("./telemetry-client").LogToolCallsBatchInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
313
|
+
recorded: number;
|
|
314
|
+
}>>;
|
|
315
|
+
recordEpistemicAudit(input: import("./telemetry-client").RecordEpistemicAuditInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
316
|
+
auditId?: string;
|
|
317
|
+
recorded: boolean;
|
|
318
|
+
}>>;
|
|
319
|
+
recordPolicyDecision(input: import("./telemetry-client").RecordTelemetryPolicyDecisionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
320
|
+
decisionId?: string;
|
|
321
|
+
recorded: boolean;
|
|
322
|
+
}>>;
|
|
323
|
+
startRun(input: import("./telemetry-client").StartTelemetryRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./telemetry-client").TelemetryRunRecord>>;
|
|
324
|
+
finishRun(input: import("./telemetry-client").FinishTelemetryRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./telemetry-client").TelemetryRunRecord>>;
|
|
325
|
+
listRuns(input: import("./telemetry-client").TelemetryScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./telemetry-client").TelemetryRunRecord, "runs">>>;
|
|
326
|
+
};
|
|
327
|
+
publication: {
|
|
328
|
+
[methodName: string]: unknown;
|
|
329
|
+
};
|
|
330
|
+
contentPublication: {
|
|
331
|
+
[methodName: string]: unknown;
|
|
332
|
+
};
|
|
80
333
|
tools: {
|
|
81
|
-
listCatalog:
|
|
82
|
-
listExecutable:
|
|
83
|
-
listEffectiveTools:
|
|
84
|
-
upsertCoreTools:
|
|
85
|
-
setPackToolsStatus:
|
|
86
|
-
createAcl:
|
|
87
|
-
deleteAcl:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
334
|
+
listCatalog: (input: import("./toolRegistryClient").ToolRegistryQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
335
|
+
listExecutable: (input: import("./toolRegistryClient").ToolRegistryQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
336
|
+
listEffectiveTools: (input: import("./toolRegistryClient").EffectiveToolsQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
337
|
+
upsertCoreTools: (input: import("./toolRegistryClient").UpsertCoreToolsInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
338
|
+
setPackToolsStatus: (input: import("./toolRegistryClient").SetPackToolsStatusInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
339
|
+
createAcl: (input: import("./toolRegistryClient").CreateToolAclInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./toolRegistryClient").ToolAclRecord>>;
|
|
340
|
+
deleteAcl: (input: import("./toolRegistryClient").DeleteToolAclInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
341
|
+
aclId: string;
|
|
342
|
+
deleted: boolean;
|
|
343
|
+
}>>;
|
|
344
|
+
registerCustomTool: (input: import("./toolRegistryClient").RegisterCustomToolInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./toolRegistryClient").ToolCatalogEntry>>;
|
|
345
|
+
register: typeof registerCustomTool;
|
|
346
|
+
unregister: typeof unregisterCustomTool;
|
|
347
|
+
list: typeof listRegisteredCustomTools;
|
|
348
|
+
clear: typeof clearRegisteredCustomTools;
|
|
349
|
+
invoke(name: string, input?: import("./client-config").CustomToolInput): Promise<unknown>;
|
|
350
|
+
namespace: (namespace: string) => CustomToolNamespace;
|
|
95
351
|
};
|
|
96
352
|
packs: {
|
|
97
|
-
ensurePack:
|
|
98
|
-
readonly isInstalled:
|
|
99
|
-
listCatalog: (
|
|
100
|
-
catalog: (
|
|
101
|
-
listStates: (
|
|
102
|
-
states: (
|
|
103
|
-
install: (
|
|
104
|
-
enable: (
|
|
105
|
-
disable: (
|
|
106
|
-
};
|
|
107
|
-
nodes:
|
|
353
|
+
ensurePack: () => Promise<void>;
|
|
354
|
+
readonly isInstalled: boolean;
|
|
355
|
+
listCatalog: () => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "catalog">>>;
|
|
356
|
+
catalog: () => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "catalog">>>;
|
|
357
|
+
listStates: (query?: import("./coreClient").GatewayScope) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "states">>>;
|
|
358
|
+
states: (query?: import("./coreClient").GatewayScope) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "states">>>;
|
|
359
|
+
install: (input: import("./packsClient").PackInstallInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
360
|
+
enable: (input: import("./packsClient").PackEnableInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
361
|
+
disable: (input: import("./packsClient").PackDisableInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
362
|
+
};
|
|
363
|
+
nodes: import("./client-assembly-types").ClientNodesNamespace;
|
|
108
364
|
controlPlane: {
|
|
109
365
|
identity: {
|
|
110
|
-
resolveInteractivePrincipal:
|
|
366
|
+
resolveInteractivePrincipal: (input: import("./control-plane").ResolveInteractivePrincipalInput) => Promise<import("./control-plane").ResolveInteractivePrincipalResponse>;
|
|
367
|
+
};
|
|
368
|
+
raw: {
|
|
369
|
+
identity: {
|
|
370
|
+
resolveInteractivePrincipal(input: import("./control-plane").ResolveInteractivePrincipalInput): Promise<import("./control-plane").ResolveInteractivePrincipalResponse>;
|
|
371
|
+
};
|
|
111
372
|
};
|
|
112
|
-
raw: any;
|
|
113
373
|
};
|
|
114
374
|
identity: {
|
|
115
|
-
access:
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
375
|
+
access: {
|
|
376
|
+
normalizePrincipal: typeof import("./accessControl").normalizeCanonicalPrincipalIdentity;
|
|
377
|
+
checkAccess: (input: import("./accessControl").RequireAccessInput, idempotencyKey?: string) => Promise<import("./accessControl").AccessCheckResult>;
|
|
378
|
+
requireAccess: (input: import("./accessControl").RequireAccessInput, idempotencyKey?: string) => Promise<import("./accessControl").AccessCheckResult>;
|
|
379
|
+
canAccess: (input: import("./accessControl").RequireAccessInput, idempotencyKey?: string) => Promise<boolean>;
|
|
380
|
+
};
|
|
381
|
+
resolveInteractivePrincipal: (input: import("./control-plane").ResolveInteractivePrincipalInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./control-plane").ResolvedInteractivePrincipalContext>>;
|
|
382
|
+
evaluatePolicy: (input: import("./identityClient").PolicyEvaluationInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
383
|
+
recordPolicyDecision: (input: import("./identityClient").RecordPolicyDecisionInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
384
|
+
putSecretReference: (input: import("./identityClient").PutTenantSecretReferenceInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantSecretReference>>;
|
|
385
|
+
createPrincipal: (input: import("./coreClient").GatewayScope & {
|
|
386
|
+
principalId: string;
|
|
387
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
388
|
+
clerkId?: string;
|
|
389
|
+
email?: string;
|
|
390
|
+
displayName?: string;
|
|
391
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
392
|
+
metadata?: import("./types").JsonObject;
|
|
393
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
394
|
+
updatePrincipal: (input: import("./coreClient").GatewayScope & {
|
|
395
|
+
principalId: string;
|
|
396
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
397
|
+
clerkId?: string;
|
|
398
|
+
email?: string;
|
|
399
|
+
displayName?: string;
|
|
400
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
401
|
+
metadata?: import("./types").JsonObject;
|
|
402
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
403
|
+
raw: {
|
|
404
|
+
whoami(): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").SdkPrincipalContext>>;
|
|
405
|
+
resolveInteractivePrincipal(input: import("./control-plane").ResolveInteractivePrincipalInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./control-plane").ResolvedInteractivePrincipalContext>>;
|
|
406
|
+
listPrincipals(query?: import("./coreClient").GatewayScope & {
|
|
407
|
+
status?: string;
|
|
408
|
+
principalType?: string;
|
|
409
|
+
query?: string;
|
|
410
|
+
limit?: number;
|
|
411
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "principals">>>;
|
|
412
|
+
createPrincipal(input: import("./coreClient").GatewayScope & {
|
|
413
|
+
principalId: string;
|
|
414
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
415
|
+
clerkId?: string;
|
|
416
|
+
email?: string;
|
|
417
|
+
displayName?: string;
|
|
418
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
419
|
+
metadata?: import("./types").JsonObject;
|
|
420
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
421
|
+
updatePrincipal: (input: import("./coreClient").GatewayScope & {
|
|
422
|
+
principalId: string;
|
|
423
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
424
|
+
clerkId?: string;
|
|
425
|
+
email?: string;
|
|
426
|
+
displayName?: string;
|
|
427
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
428
|
+
metadata?: import("./types").JsonObject;
|
|
429
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
430
|
+
upsertPrincipal: (input: import("./coreClient").GatewayScope & {
|
|
431
|
+
principalId: string;
|
|
432
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
433
|
+
clerkId?: string;
|
|
434
|
+
email?: string;
|
|
435
|
+
displayName?: string;
|
|
436
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
437
|
+
metadata?: import("./types").JsonObject;
|
|
438
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
439
|
+
listKeys(query?: import("./coreClient").GatewayScope & {
|
|
440
|
+
principalId?: string;
|
|
441
|
+
status?: string;
|
|
442
|
+
limit?: number;
|
|
443
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "keys">>>;
|
|
444
|
+
createKey(input: import("./coreClient").GatewayScope & {
|
|
445
|
+
principalId: string;
|
|
446
|
+
keyId?: string;
|
|
447
|
+
token?: string;
|
|
448
|
+
scopes?: string[];
|
|
449
|
+
environment?: "sandbox" | "production";
|
|
450
|
+
expiresInDays?: number;
|
|
451
|
+
rateLimitTier?: "free" | "developer" | "partner";
|
|
452
|
+
metadata?: import("./types").JsonObject;
|
|
453
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
454
|
+
rotateKey(keyId: string, input?: {
|
|
455
|
+
replacementKeyId?: string;
|
|
456
|
+
replacementToken?: string;
|
|
457
|
+
replacementExpiresInDays?: number;
|
|
458
|
+
gracePeriodHours?: number;
|
|
459
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
460
|
+
deleteKey: (keyId: string, input?: {
|
|
461
|
+
reason?: string;
|
|
462
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
463
|
+
revokeKey: (keyId: string, input?: {
|
|
464
|
+
reason?: string;
|
|
465
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
466
|
+
searchClerkUsers(q: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").ClerkUserSearchResult[]>>;
|
|
467
|
+
getTenantConfig(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIdentityConfigRecord>>;
|
|
468
|
+
updateTenantConfig(input: import("./identityClient").UpdateTenantConfigInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIdentityConfigRecord>>;
|
|
469
|
+
listIntegrations(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./identityClient").TenantIntegrationRecord, "integrations">>>;
|
|
470
|
+
upsertIntegration(input: import("./identityClient").UpsertTenantIntegrationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIntegrationRecord>>;
|
|
471
|
+
listSecrets(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./identityClient").TenantSecretReference, "secrets">>>;
|
|
472
|
+
putSecretReference(input: import("./identityClient").PutTenantSecretReferenceInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantSecretReference>>;
|
|
473
|
+
evaluatePolicy(input: import("./identityClient").PolicyEvaluationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
474
|
+
recordPolicyDecision(input: import("./identityClient").RecordPolicyDecisionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
475
|
+
};
|
|
476
|
+
whoami(): Promise<{
|
|
477
|
+
authMode?: string;
|
|
478
|
+
clerkId?: string;
|
|
479
|
+
delegatedBy?: string;
|
|
480
|
+
expiresAt?: number;
|
|
481
|
+
groupIds?: string[];
|
|
482
|
+
isPlatformAdmin: boolean;
|
|
483
|
+
isTenantAdmin: boolean;
|
|
484
|
+
isWorkspaceAdmin: boolean;
|
|
485
|
+
permit?: {
|
|
486
|
+
subject: string;
|
|
487
|
+
tenant: string;
|
|
488
|
+
workspace?: string;
|
|
489
|
+
};
|
|
490
|
+
permittedPackKeys?: string[];
|
|
491
|
+
permittedToolNames?: string[];
|
|
492
|
+
principalId: string;
|
|
493
|
+
principalStatus?: string;
|
|
494
|
+
principalType: "user" | "human" | "service" | "group" | "external_viewer" | "agent";
|
|
495
|
+
roles: string[];
|
|
496
|
+
scopes: string[];
|
|
497
|
+
sessionId?: string;
|
|
498
|
+
tenantId: string | null;
|
|
499
|
+
tenantStatus?: string;
|
|
500
|
+
workspaceId: string | null;
|
|
501
|
+
workspaceStatus?: string;
|
|
502
|
+
correlationId: string;
|
|
503
|
+
data: import("./types").SdkPrincipalContext;
|
|
504
|
+
idempotentReplay: boolean;
|
|
505
|
+
policyTraceId: string | null;
|
|
506
|
+
success: true;
|
|
507
|
+
}>;
|
|
124
508
|
};
|
|
125
509
|
mcp: {
|
|
126
|
-
bootstrapSession:
|
|
127
|
-
checkWritePolicy:
|
|
128
|
-
beginBuildSession:
|
|
129
|
-
evaluateEngineeringContract:
|
|
130
|
-
evaluateResearchContract:
|
|
510
|
+
bootstrapSession: (input?: import("./mcpClient").McpBootstrapSessionInput) => Promise<import("./mcpClient").McpBootstrapSessionResponse>;
|
|
511
|
+
checkWritePolicy: (input: import("./mcpClient").McpCheckWritePolicyInput) => Promise<import("./mcpClient").McpCheckWritePolicyResponse>;
|
|
512
|
+
beginBuildSession: (input: import("./mcpClient").McpBeginBuildSessionInput) => Promise<import("./mcpClient").McpBeginBuildSessionResponse>;
|
|
513
|
+
evaluateEngineeringContract: (input: import("./mcpClient").McpEvaluateEngineeringContractInput) => Promise<import("./mcpClient").McpContractEvaluationResponse>;
|
|
514
|
+
evaluateResearchContract: (input: import("./mcpClient").McpEvaluateResearchContractInput) => Promise<import("./mcpClient").McpContractEvaluationResponse>;
|
|
131
515
|
};
|
|
132
516
|
auth: {
|
|
133
517
|
device: {
|
|
134
|
-
createCode:
|
|
135
|
-
pollToken:
|
|
518
|
+
createCode: (input?: import("./authDeviceClient").DeviceCodeInput) => Promise<import("./authDeviceClient").DeviceCodeResponse>;
|
|
519
|
+
pollToken: (deviceCode: string) => Promise<import("./authDeviceClient").DeviceTokenResponse>;
|
|
136
520
|
};
|
|
137
521
|
};
|
|
138
|
-
custom:
|
|
139
|
-
extensions:
|
|
522
|
+
custom: CustomToolNamespace;
|
|
523
|
+
extensions: Record<string, CustomToolNamespace>;
|
|
140
524
|
raw: {
|
|
141
|
-
beliefs:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
};
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
};
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
525
|
+
beliefs: {
|
|
526
|
+
createBelief(input: import("./beliefsClient").CreateBeliefInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformBeliefRecord>>;
|
|
527
|
+
refineBelief(beliefId: string, input: import("./beliefsClient").RefineBeliefInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformBeliefRecord>>;
|
|
528
|
+
getOpinionHistory: (beliefId: string) => Promise<import("./beliefsClient").OpinionHistoryEntry[]>;
|
|
529
|
+
getConfidenceHistory: (beliefId: string) => Promise<import("./beliefsClient").OpinionHistoryEntry[]>;
|
|
530
|
+
forkBelief(beliefId: string, input: import("./beliefsClient").ForkBeliefInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ForkBeliefResponse>>;
|
|
531
|
+
updateBeliefRationale(input: import("./beliefsClient").UpdateBeliefRationaleInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
532
|
+
linkBeliefs(input: import("./beliefsClient").LinkBeliefsInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
533
|
+
unlinkBeliefEvidence(input: import("./beliefsClient").UnlinkBeliefEvidenceInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
534
|
+
updateBeliefCriticality(input: import("./beliefsClient").UpdateBeliefCriticalityInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
535
|
+
batchUpdateBeliefCriticality(input: import("./beliefsClient").BatchUpdateBeliefCriticalityInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
536
|
+
reassignBeliefsTopic(input: import("./beliefsClient").ReassignBeliefsTopicInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
537
|
+
};
|
|
538
|
+
sources: {
|
|
539
|
+
upsert(spec: import("./sources-client").UpsertSourceSpec, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformSourceRecord>>;
|
|
540
|
+
get(sourceId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformSourceRecord>>;
|
|
541
|
+
};
|
|
542
|
+
evidence: {
|
|
543
|
+
classifyEvidence(beliefId: string, evidenceId: string, classificationConfig?: import("./evidenceClient").EvidenceClassificationRequestConfig, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./evidenceClient").ClassifyEvidenceResult>>;
|
|
544
|
+
classifyEvidenceBatch(beliefId: string, evidence: import("./evidenceClient").ClassifyEvidenceBatchItem[], classificationConfig?: import("./evidenceClient").EvidenceClassificationRequestConfig, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./evidenceClient").ClassifyEvidenceBatchResult>>;
|
|
545
|
+
};
|
|
546
|
+
embeddings: {
|
|
547
|
+
getByNodeIds(input: import("./embeddingsClient").GetEmbeddingsByNodeIdsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").EmbeddingRecord, "embeddings">>>;
|
|
548
|
+
listMissingForTopic(input: import("./embeddingsClient").ListMissingEmbeddingsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").MissingEmbeddingCandidate, "nodes">>>;
|
|
549
|
+
vectorSearchByTopic(input: import("./embeddingsClient").VectorSearchByTopicInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./embeddingsClient").VectorSearchMatch, "results">>>;
|
|
550
|
+
markEmbeddingBackfillQueued(input: import("./embeddingsClient").MarkEmbeddingBackfillQueuedInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
551
|
+
queued: number;
|
|
552
|
+
topicId: string;
|
|
553
|
+
workspaceId: string;
|
|
554
|
+
nodeIds: string[];
|
|
555
|
+
}>>;
|
|
556
|
+
};
|
|
557
|
+
eventing: {
|
|
558
|
+
recordEvent(input: import("./eventingClient").RecordEventInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingRecord>>;
|
|
559
|
+
listEvents(input: import("./eventingClient").EventingScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./eventingClient").EventingRecord, "events">>>;
|
|
560
|
+
listWebhooks(input: import("./eventingClient").EventingScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./eventingClient").EventingWebhookRecord, "webhooks">>>;
|
|
561
|
+
enqueueDelivery(input: import("./eventingClient").EnqueueDeliveryInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
562
|
+
recordDeliveryAttempt(input: import("./eventingClient").RecordDeliveryAttemptInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
563
|
+
updateDeliveryStatus(input: import("./eventingClient").UpdateDeliveryStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
564
|
+
};
|
|
565
|
+
graph: {
|
|
566
|
+
listNodes(query: import("./graphClient").ListNodesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PlatformGraphNode, "nodes">>>;
|
|
567
|
+
getNode(query: import("./graphClient").GetNodeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformGraphNode>>;
|
|
568
|
+
createNode(input: import("./graphClient").CreateNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformGraphNode>>;
|
|
569
|
+
updateNode(input: import("./graphClient").UpdateNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformGraphNode>>;
|
|
570
|
+
batchCreateNodes(input: import("./graphClient").BatchCreateNodesInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
571
|
+
supersedeNode(input: import("./graphClient").SupersedeNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
572
|
+
verifyNode(input: import("./graphClient").VerifyNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
573
|
+
hardDeleteNode(input: import("./graphClient").HardDeleteNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
574
|
+
listEdges(query: import("./graphClient").ListEdgesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PlatformGraphEdge, "edges">>>;
|
|
575
|
+
createEdge(input: import("./graphClient").CreateEdgeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformGraphEdge>>;
|
|
576
|
+
deleteEdge(query: import("./graphClient").DeleteEdgeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").DeleteEdgeResponse>>;
|
|
577
|
+
neighborhood(query: import("./graphClient").NeighborhoodInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GraphNeighborhoodResponse>>;
|
|
578
|
+
traverse(query: import("./graphClient").TraverseInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
579
|
+
analyze(query?: import("./graphClient").AnalyzeInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
580
|
+
bias(query?: import("./graphClient").BiasInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
581
|
+
gaps(query: import("./graphClient").GapsInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
582
|
+
search(query: import("./graphClient").SearchInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
583
|
+
getPath(query: import("./graphClient").PathInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GraphPathResponse>>;
|
|
584
|
+
getAnalytics(query?: import("./graphClient").AnalyticsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GraphAnalyticsResponse<import("./types").GraphAnalyticsMetric>>>;
|
|
585
|
+
} & {
|
|
586
|
+
queryNodes: (query: import("./graphClient").ListNodesInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PlatformGraphNode, "nodes">>>;
|
|
587
|
+
queryEdges: (query: import("./graphClient").ListEdgesInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PlatformGraphEdge, "edges">>>;
|
|
588
|
+
getNeighborhood: (query: import("./graphClient").NeighborhoodInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GraphNeighborhoodResponse>>;
|
|
589
|
+
};
|
|
590
|
+
graphAnalysis: {
|
|
591
|
+
listGraphIntelligenceQueries(input?: import("./graphAnalysisClient").ListGraphIntelligenceQueriesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphIntelligenceQueryCatalogResponse>>;
|
|
592
|
+
runGraphIntelligenceQuery(input: import("./graphAnalysisClient").RunGraphIntelligenceQueryInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphIntelligenceQueryRunResponse>>;
|
|
593
|
+
saveAnalysis(input: import("./graphAnalysisClient").SaveGraphAnalysisInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
594
|
+
listAnalyses(input: import("./graphAnalysisClient").ListGraphAnalysesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisRecord, "analyses">>>;
|
|
595
|
+
getLatestAnalysis(input: import("./graphAnalysisClient").GetLatestGraphAnalysisInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
596
|
+
saveSuggestions(input: import("./graphAnalysisClient").SaveGraphSuggestionsInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisSuggestionsResponse>>;
|
|
597
|
+
updateSuggestionStatus(input: import("./graphAnalysisClient").UpdateGraphSuggestionStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisSuggestion>>;
|
|
598
|
+
listSuggestions(input: import("./graphAnalysisClient").ListGraphSuggestionsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisSuggestion, "suggestions">>>;
|
|
599
|
+
listGraphChanges(input: import("./graphAnalysisClient").ListGraphChangesInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphAnalysisClient").GraphAnalysisChangeRecord, "changes">>>;
|
|
600
|
+
computeOrRequestAnalysis(input: import("./graphAnalysisClient").ComputeOrRequestGraphAnalysisInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphAnalysisClient").GraphAnalysisRecord>>;
|
|
601
|
+
};
|
|
602
|
+
graphRecommendations: {
|
|
603
|
+
listForTopic(input: import("./graphRecommendationsClient").GraphRecommendationListInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphRecommendationsClient").GraphRecommendationRecord, "recommendations">>>;
|
|
604
|
+
getRecommendation(recommendationId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphRecommendationsClient").GraphRecommendationRecord>>;
|
|
605
|
+
markRecommendationStatus(input: import("./graphRecommendationsClient").MarkGraphRecommendationStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphRecommendationsClient").GraphRecommendationRecord>>;
|
|
606
|
+
};
|
|
607
|
+
graphStateClassifier: {
|
|
608
|
+
classifyNode(input: import("./graphStateClassifierClient").ClassifyNodeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphStateClassifierClient").GraphStateClassification>>;
|
|
609
|
+
classifyTopic(input: import("./graphStateClassifierClient").ClassifyTopicInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphStateClassifierClient").GraphStateClassification, "classifications">>>;
|
|
610
|
+
listClassifications(input: import("./graphStateClassifierClient").ListGraphStateClassificationsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./graphStateClassifierClient").GraphStateClassification, "classifications">>>;
|
|
611
|
+
recordClassification(input: import("./graphStateClassifierClient").RecordGraphStateClassificationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./graphStateClassifierClient").GraphStateClassification>>;
|
|
612
|
+
};
|
|
613
|
+
decisions: {
|
|
614
|
+
listJudgments(query: import("./decisionsClient").ListJudgmentsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListJudgmentsResponse>>;
|
|
615
|
+
getJudgment(judgmentId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GetJudgmentResponse>>;
|
|
616
|
+
getJudgmentReadiness(query: {
|
|
617
|
+
topicId?: string;
|
|
618
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentReadinessResponse>>;
|
|
619
|
+
getJudgmentCalibration(query: import("./decisionsClient").GetJudgmentCalibrationInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentCalibrationResponse>>;
|
|
620
|
+
listPendingOutcomeReviews(query: import("./decisionsClient").ListPendingJudgmentOutcomeReviewInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PendingJudgmentOutcomeRecord, "reviews">>>;
|
|
621
|
+
getJudgmentTransitionAuditIntegrity(query: import("./decisionsClient").GetJudgmentTransitionAuditIntegrityInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentTransitionAuditIntegrityResponse>>;
|
|
622
|
+
createJudgment(input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
623
|
+
updateJudgmentOutcome(judgmentId: string, input: import("./decisionsClient").RecordJudgmentOutcomeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentOutcomeResponse>>;
|
|
624
|
+
} & {
|
|
625
|
+
listPendingJudgmentOutcomeReview: (query: import("./decisionsClient").ListPendingJudgmentOutcomeReviewInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PendingJudgmentOutcomeRecord, "reviews">>>;
|
|
626
|
+
recordJudgment: (input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
627
|
+
recordJudgmentOutcome: (judgmentId: string, input: import("./decisionsClient").RecordJudgmentOutcomeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentOutcomeResponse>>;
|
|
628
|
+
};
|
|
629
|
+
workflow: {
|
|
630
|
+
listBranches(query: {
|
|
631
|
+
topicId?: string;
|
|
632
|
+
status?: import("./workflowClient").WorkflowBranchStatus;
|
|
633
|
+
limit?: number;
|
|
634
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowBranchRecord, "branches">>>;
|
|
635
|
+
createBranch(input: {
|
|
636
|
+
name: string;
|
|
637
|
+
topicId?: string;
|
|
638
|
+
description?: string;
|
|
639
|
+
metadata?: import("./types").JsonObject;
|
|
640
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowBranchRecord>>;
|
|
641
|
+
listLenses(query: {
|
|
642
|
+
workspaceId?: string;
|
|
643
|
+
topicId?: string;
|
|
644
|
+
status?: import("./workflowClient").WorkflowLensStatus;
|
|
645
|
+
perspectiveType?: import("./workflowClient").WorkflowLensPerspectiveType;
|
|
646
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowLensRecord, "lenses">>>;
|
|
647
|
+
createLens(input: {
|
|
648
|
+
name: string;
|
|
649
|
+
workspaceId?: string;
|
|
650
|
+
topicId?: string;
|
|
651
|
+
description?: string;
|
|
652
|
+
perspectiveType: import("./workflowClient").WorkflowLensPerspectiveType;
|
|
653
|
+
promptTemplates?: import(".").LensPromptTemplateReference[];
|
|
654
|
+
workflowTemplates?: import(".").LensWorkflowTemplate[];
|
|
655
|
+
taskTemplates?: import(".").LensTaskTemplate[];
|
|
656
|
+
questionTemplates?: import(".").LensQuestionTemplate[];
|
|
657
|
+
filterCriteria?: import("./types").JsonObject;
|
|
658
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensRecord>>;
|
|
659
|
+
applyLensToTopic(input: {
|
|
660
|
+
lensId: string;
|
|
661
|
+
topicId?: string;
|
|
662
|
+
metadata?: import("./types").JsonObject;
|
|
663
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensBindingRecord>>;
|
|
664
|
+
removeLensFromTopic(input: {
|
|
665
|
+
lensId: string;
|
|
666
|
+
topicId?: string;
|
|
667
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensBindingRecord>>;
|
|
668
|
+
listWorktrees(query: {
|
|
669
|
+
topicId?: string;
|
|
670
|
+
branchId?: string;
|
|
671
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
672
|
+
groupBy?: "campaign" | "lane" | "flat";
|
|
673
|
+
lane?: string;
|
|
674
|
+
campaign?: number;
|
|
675
|
+
limit?: number;
|
|
676
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowWorktreeRecord, "worktrees">>>;
|
|
677
|
+
listAllWorktrees(query?: {
|
|
678
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
679
|
+
groupBy?: "campaign" | "lane" | "flat";
|
|
680
|
+
lane?: string;
|
|
681
|
+
campaign?: number;
|
|
682
|
+
limit?: number;
|
|
683
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListWorktreesResponse>>;
|
|
684
|
+
listCampaigns(query?: {
|
|
685
|
+
topicId?: string;
|
|
686
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
687
|
+
limit?: number;
|
|
688
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
689
|
+
createWorktree(input: import("./workflowClient").AddWorktreeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>;
|
|
690
|
+
merge(worktreeId: string, input: import("./workflowClient").MergeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").MergeWorktreeResponse>>;
|
|
691
|
+
activateWorktree(worktreeId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>;
|
|
692
|
+
updateWorktreeTargets(input: import("./workflowClient").UpdateWorktreeTargetsInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>;
|
|
693
|
+
completeWorktree(input: import("./workflowClient").CompleteWorktreeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
694
|
+
advanceWorktreePhase(input: import("./workflowClient").AdvanceWorktreePhaseInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
695
|
+
setWorktreePhase(input: import("./workflowClient").SetWorktreePhaseInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
696
|
+
patchWorktreeState(input: import("./workflowClient").PatchWorktreeStateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
697
|
+
bulkCreateWorktrees(input: import("./workflowClient").BulkCreateWorktreesInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
698
|
+
openPullRequest(worktreeId: string, input: {
|
|
699
|
+
summary: string;
|
|
700
|
+
reviewers?: string[];
|
|
701
|
+
status?: "pending_review" | "changes_requested" | "approved" | "blocked";
|
|
702
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").OpenPullRequestResponse>>;
|
|
703
|
+
push(worktreeId: string, input: {
|
|
704
|
+
targetContext: string;
|
|
705
|
+
beliefIds?: string[];
|
|
706
|
+
metadata?: import("./types").JsonObject;
|
|
707
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PushWorktreeResponse>>;
|
|
708
|
+
listTopics(query?: import("./workflowClient").ListTopicsInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListTopicsResponse>>;
|
|
709
|
+
switchTopicContext(input: import("./workflowClient").SwitchTopicContextInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").SwitchTopicContextResponse>>;
|
|
710
|
+
createTask(input: import("./workflowClient").CreateTaskInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").CreateTaskResponse>>;
|
|
711
|
+
completeTask(taskId: string, input: import("./workflowClient").CompleteTaskInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").CompleteTaskResponse>>;
|
|
712
|
+
updateTask(taskId: string, input: import("./workflowClient").UpdateTaskInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").UpdateTaskResponse>>;
|
|
713
|
+
} & {
|
|
714
|
+
addWorktree: (input: import("./workflowClient").AddWorktreeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>;
|
|
715
|
+
createPillar: (input: {
|
|
716
|
+
name: string;
|
|
717
|
+
topicId?: string;
|
|
718
|
+
description?: string;
|
|
719
|
+
metadata?: import("./types").JsonObject;
|
|
720
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowBranchRecord>>;
|
|
721
|
+
createSprint: (input: import("./workflowClient").AddWorktreeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>;
|
|
722
|
+
completeSprint: (worktreeId: string, input: import("./workflowClient").MergeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").MergeWorktreeResponse>>;
|
|
723
|
+
requestReview: (worktreeId: string, input: {
|
|
724
|
+
summary: string;
|
|
725
|
+
reviewers?: string[];
|
|
726
|
+
status?: "pending_review" | "changes_requested" | "approved" | "blocked";
|
|
727
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").OpenPullRequestResponse>>;
|
|
728
|
+
publishFindings: (worktreeId: string, input: {
|
|
729
|
+
targetContext: string;
|
|
730
|
+
beliefIds?: string[];
|
|
731
|
+
metadata?: import("./types").JsonObject;
|
|
732
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PushWorktreeResponse>>;
|
|
733
|
+
};
|
|
734
|
+
audit: {
|
|
735
|
+
listEvents(query?: import("./coreClient").GatewayScope & {
|
|
736
|
+
action?: string;
|
|
737
|
+
decision?: string;
|
|
738
|
+
traceId?: string;
|
|
739
|
+
principalId?: string;
|
|
740
|
+
topicId?: string;
|
|
741
|
+
limit?: number;
|
|
742
|
+
} & import("./types").TopicIdentifierInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "events">>>;
|
|
743
|
+
};
|
|
744
|
+
authDevice: {
|
|
745
|
+
createDeviceCode(input?: import("./authDeviceClient").DeviceCodeInput): Promise<import("./authDeviceClient").DeviceCodeResponse>;
|
|
746
|
+
pollDeviceToken(deviceCode: string): Promise<import("./authDeviceClient").DeviceTokenResponse>;
|
|
747
|
+
};
|
|
748
|
+
admin: {
|
|
749
|
+
listTenants(query?: {
|
|
750
|
+
status?: "provisioning" | "active" | "disabled" | "suspended" | "archived";
|
|
751
|
+
limit?: number;
|
|
752
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "tenants">>>;
|
|
753
|
+
createTenant(input: {
|
|
754
|
+
key: string;
|
|
755
|
+
slug?: string;
|
|
756
|
+
name: string;
|
|
757
|
+
tier?: "free" | "developer" | "team" | "enterprise";
|
|
758
|
+
status?: "provisioning" | "active" | "disabled" | "suspended" | "archived";
|
|
759
|
+
ownerClerkId?: string;
|
|
760
|
+
ownerEmail?: string;
|
|
761
|
+
lucernDeploymentUrl?: string;
|
|
762
|
+
appDeploymentUrl?: string;
|
|
763
|
+
metadata?: import("./types").JsonObject;
|
|
764
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
765
|
+
getControlObjectOwnership: () => Promise<import("./coreClient").PlatformGatewaySuccess<import("./controlObjectOwnership").ControlObjectOwnershipContract>>;
|
|
766
|
+
getControlObjectOwnershipContract: () => Promise<import("./coreClient").PlatformGatewaySuccess<import("./controlObjectOwnership").ControlObjectOwnershipContract>>;
|
|
767
|
+
listWorkspaces(query?: import("./coreClient").GatewayScope & {
|
|
768
|
+
status?: "active" | "archived";
|
|
769
|
+
limit?: number;
|
|
770
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "workspaces">>>;
|
|
771
|
+
createWorkspace(input: import("./coreClient").GatewayScope & {
|
|
772
|
+
workspaceId?: string;
|
|
773
|
+
key?: string;
|
|
774
|
+
slug?: string;
|
|
775
|
+
name?: string;
|
|
776
|
+
status?: "active" | "archived";
|
|
777
|
+
defaultProjectVisibility?: "private" | "team" | "firm" | "external" | "public";
|
|
778
|
+
restore?: boolean;
|
|
779
|
+
metadata?: import("./types").JsonObject;
|
|
780
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
781
|
+
listMemberships(query?: import("./coreClient").GatewayScope & {
|
|
782
|
+
principalId?: string;
|
|
783
|
+
status?: "active" | "invited" | "revoked" | "expired";
|
|
784
|
+
role?: "platform_admin" | "tenant_admin" | "workspace_admin" | "editor" | "viewer" | "auditor" | "service_agent";
|
|
785
|
+
limit?: number;
|
|
786
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "memberships">>>;
|
|
787
|
+
createMembership: (input: import("./coreClient").GatewayScope & {
|
|
788
|
+
membershipId?: string;
|
|
789
|
+
principalId: string;
|
|
790
|
+
role: "platform_admin" | "tenant_admin" | "workspace_admin" | "editor" | "viewer" | "auditor" | "service_agent";
|
|
791
|
+
status?: "active" | "invited" | "revoked" | "expired";
|
|
792
|
+
source?: "bootstrap" | "manual" | "sync" | "sso" | "api" | "scim" | "invitation";
|
|
793
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
794
|
+
updateMembership: (input: import("./coreClient").GatewayScope & {
|
|
795
|
+
membershipId?: string;
|
|
796
|
+
principalId: string;
|
|
797
|
+
role: "platform_admin" | "tenant_admin" | "workspace_admin" | "editor" | "viewer" | "auditor" | "service_agent";
|
|
798
|
+
status?: "active" | "invited" | "revoked" | "expired";
|
|
799
|
+
source?: "bootstrap" | "manual" | "sync" | "sso" | "api" | "scim" | "invitation";
|
|
800
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
801
|
+
upsertMembership: (input: import("./coreClient").GatewayScope & {
|
|
802
|
+
membershipId?: string;
|
|
803
|
+
principalId: string;
|
|
804
|
+
role: "platform_admin" | "tenant_admin" | "workspace_admin" | "editor" | "viewer" | "auditor" | "service_agent";
|
|
805
|
+
status?: "active" | "invited" | "revoked" | "expired";
|
|
806
|
+
source?: "bootstrap" | "manual" | "sync" | "sso" | "api" | "scim" | "invitation";
|
|
807
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
808
|
+
listTenantApiKeys(scope: import("./coreClient").GatewayScope & {
|
|
809
|
+
status?: "active" | "revoked" | "expired";
|
|
810
|
+
}): Promise<{
|
|
811
|
+
data: {
|
|
812
|
+
keys: import("./adminClient").TenantApiKeyRecord[];
|
|
813
|
+
};
|
|
814
|
+
correlationId: string;
|
|
815
|
+
idempotentReplay: boolean;
|
|
816
|
+
policyTraceId: string | null;
|
|
817
|
+
success: true;
|
|
818
|
+
}>;
|
|
819
|
+
createTenantApiKey(input: import("./coreClient").GatewayScope & {
|
|
820
|
+
label?: string;
|
|
821
|
+
scopes: string[];
|
|
822
|
+
expiresAt?: number;
|
|
823
|
+
}, idempotencyKey?: string): Promise<{
|
|
824
|
+
data: {
|
|
825
|
+
key: import("./adminClient").TenantApiKeyRecord | null;
|
|
826
|
+
plaintextKey: string | undefined;
|
|
827
|
+
};
|
|
828
|
+
correlationId: string;
|
|
829
|
+
idempotentReplay: boolean;
|
|
830
|
+
policyTraceId: string | null;
|
|
831
|
+
success: true;
|
|
832
|
+
}>;
|
|
833
|
+
revokeTenantApiKey(keyId: string, input?: import("./coreClient").GatewayScope & {
|
|
834
|
+
reason?: string;
|
|
835
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
836
|
+
listTenantVaultSecrets(scope: import("./coreClient").GatewayScope): Promise<{
|
|
837
|
+
data: {
|
|
838
|
+
secrets: import("./adminClient").TenantVaultSecretRecord[];
|
|
839
|
+
};
|
|
840
|
+
correlationId: string;
|
|
841
|
+
idempotentReplay: boolean;
|
|
842
|
+
policyTraceId: string | null;
|
|
843
|
+
success: true;
|
|
844
|
+
}>;
|
|
845
|
+
createTenantVaultSecret(input: import("./coreClient").GatewayScope & {
|
|
846
|
+
name: string;
|
|
847
|
+
description?: string;
|
|
848
|
+
value: string;
|
|
849
|
+
}, idempotencyKey?: string): Promise<{
|
|
850
|
+
data: {
|
|
851
|
+
secret: import("./adminClient").TenantVaultSecretRecord | null;
|
|
852
|
+
};
|
|
853
|
+
correlationId: string;
|
|
854
|
+
idempotentReplay: boolean;
|
|
855
|
+
policyTraceId: string | null;
|
|
856
|
+
success: true;
|
|
857
|
+
}>;
|
|
858
|
+
updateTenantVaultSecret(secretId: string, input: import("./coreClient").GatewayScope & {
|
|
859
|
+
name: string;
|
|
860
|
+
description?: string;
|
|
861
|
+
value?: string;
|
|
862
|
+
}, idempotencyKey?: string): Promise<{
|
|
863
|
+
data: {
|
|
864
|
+
secret: import("./adminClient").TenantVaultSecretRecord | null;
|
|
865
|
+
};
|
|
866
|
+
correlationId: string;
|
|
867
|
+
idempotentReplay: boolean;
|
|
868
|
+
policyTraceId: string | null;
|
|
869
|
+
success: true;
|
|
870
|
+
}>;
|
|
871
|
+
deleteTenantVaultSecret(secretId: string, scope: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
872
|
+
listTenantSecrets(scope: import("./coreClient").GatewayScope & {
|
|
873
|
+
providerId?: string;
|
|
874
|
+
status?: "active" | "revoked";
|
|
875
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
876
|
+
upsertTenantSecret(input: import("./coreClient").GatewayScope & {
|
|
877
|
+
providerId: string;
|
|
878
|
+
apiKey: string;
|
|
879
|
+
label?: string;
|
|
880
|
+
modelSlotIds?: string[];
|
|
881
|
+
passThroughOnly?: boolean;
|
|
882
|
+
metadata?: import("./types").JsonObject;
|
|
883
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
884
|
+
revokeTenantSecret(secretRef: string, input: import("./coreClient").GatewayScope & {
|
|
885
|
+
reason?: string;
|
|
886
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
887
|
+
getTenantConfig(scope: import("./coreClient").GatewayScope & {
|
|
888
|
+
tenantId: string;
|
|
889
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./adminClient").TenantConfigRecord>>;
|
|
890
|
+
getTenantModelRouting(scope: import("./coreClient").GatewayScope & {
|
|
891
|
+
tenantId: string;
|
|
892
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./adminClient").TenantModelRoutingSnapshot>>;
|
|
893
|
+
upsertTenantConfig(input: import("./coreClient").GatewayScope & Omit<import("./adminClient").TenantConfigRecord, "updatedAt" | "updatedBy">, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./adminClient").TenantConfigRecord>>;
|
|
894
|
+
listGroups(scope?: import("./coreClient").GatewayScope & {
|
|
895
|
+
limit?: number;
|
|
896
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
897
|
+
createGroup(input: import("./coreClient").GatewayScope & {
|
|
898
|
+
name: string;
|
|
899
|
+
groupKey?: string;
|
|
900
|
+
groupType?: string;
|
|
901
|
+
description?: string;
|
|
902
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
903
|
+
updateGroup(groupId: string, input: import("./coreClient").GatewayScope & {
|
|
904
|
+
name?: string;
|
|
905
|
+
description?: string;
|
|
906
|
+
workspaceId?: string;
|
|
907
|
+
clearWorkspaceId?: boolean;
|
|
908
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
909
|
+
deleteGroup(groupId: string, input?: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
910
|
+
listGroupMembers(query: import("./coreClient").GatewayScope & {
|
|
911
|
+
groupId: string;
|
|
912
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
913
|
+
addGroupMember(input: import("./coreClient").GatewayScope & {
|
|
914
|
+
groupId: string;
|
|
915
|
+
principalId: string;
|
|
916
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
917
|
+
removeGroupMember(input: import("./coreClient").GatewayScope & {
|
|
918
|
+
groupId: string;
|
|
919
|
+
principalId: string;
|
|
920
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
921
|
+
listPackGroupAssignments(query?: import("./coreClient").GatewayScope & {
|
|
922
|
+
groupId?: string;
|
|
923
|
+
status?: string;
|
|
924
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
925
|
+
assignPackToGroup(input: import("./coreClient").GatewayScope & {
|
|
926
|
+
groupId: string;
|
|
927
|
+
packKey: string;
|
|
928
|
+
packVersion?: string;
|
|
929
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
930
|
+
removePackFromGroup(input: import("./coreClient").GatewayScope & {
|
|
931
|
+
groupId: string;
|
|
932
|
+
packKey: string;
|
|
933
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
934
|
+
};
|
|
935
|
+
identity: {
|
|
936
|
+
whoami(): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").SdkPrincipalContext>>;
|
|
937
|
+
resolveInteractivePrincipal(input: import("./control-plane").ResolveInteractivePrincipalInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./control-plane").ResolvedInteractivePrincipalContext>>;
|
|
938
|
+
listPrincipals(query?: import("./coreClient").GatewayScope & {
|
|
939
|
+
status?: string;
|
|
940
|
+
principalType?: string;
|
|
941
|
+
query?: string;
|
|
942
|
+
limit?: number;
|
|
943
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "principals">>>;
|
|
944
|
+
createPrincipal(input: import("./coreClient").GatewayScope & {
|
|
945
|
+
principalId: string;
|
|
946
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
947
|
+
clerkId?: string;
|
|
948
|
+
email?: string;
|
|
949
|
+
displayName?: string;
|
|
950
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
951
|
+
metadata?: import("./types").JsonObject;
|
|
952
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
953
|
+
updatePrincipal: (input: import("./coreClient").GatewayScope & {
|
|
954
|
+
principalId: string;
|
|
955
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
956
|
+
clerkId?: string;
|
|
957
|
+
email?: string;
|
|
958
|
+
displayName?: string;
|
|
959
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
960
|
+
metadata?: import("./types").JsonObject;
|
|
961
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
962
|
+
upsertPrincipal: (input: import("./coreClient").GatewayScope & {
|
|
963
|
+
principalId: string;
|
|
964
|
+
principalType: "user" | "group" | "service" | "external_viewer";
|
|
965
|
+
clerkId?: string;
|
|
966
|
+
email?: string;
|
|
967
|
+
displayName?: string;
|
|
968
|
+
status?: "active" | "invited" | "suspended" | "disabled" | "revoked";
|
|
969
|
+
metadata?: import("./types").JsonObject;
|
|
970
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
971
|
+
listKeys(query?: import("./coreClient").GatewayScope & {
|
|
972
|
+
principalId?: string;
|
|
973
|
+
status?: string;
|
|
974
|
+
limit?: number;
|
|
975
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "keys">>>;
|
|
976
|
+
createKey(input: import("./coreClient").GatewayScope & {
|
|
977
|
+
principalId: string;
|
|
978
|
+
keyId?: string;
|
|
979
|
+
token?: string;
|
|
980
|
+
scopes?: string[];
|
|
981
|
+
environment?: "sandbox" | "production";
|
|
982
|
+
expiresInDays?: number;
|
|
983
|
+
rateLimitTier?: "free" | "developer" | "partner";
|
|
984
|
+
metadata?: import("./types").JsonObject;
|
|
985
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
986
|
+
rotateKey(keyId: string, input?: {
|
|
987
|
+
replacementKeyId?: string;
|
|
988
|
+
replacementToken?: string;
|
|
989
|
+
replacementExpiresInDays?: number;
|
|
990
|
+
gracePeriodHours?: number;
|
|
991
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
992
|
+
deleteKey: (keyId: string, input?: {
|
|
993
|
+
reason?: string;
|
|
994
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
995
|
+
revokeKey: (keyId: string, input?: {
|
|
996
|
+
reason?: string;
|
|
997
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
998
|
+
searchClerkUsers(q: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").ClerkUserSearchResult[]>>;
|
|
999
|
+
getTenantConfig(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIdentityConfigRecord>>;
|
|
1000
|
+
updateTenantConfig(input: import("./identityClient").UpdateTenantConfigInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIdentityConfigRecord>>;
|
|
1001
|
+
listIntegrations(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./identityClient").TenantIntegrationRecord, "integrations">>>;
|
|
1002
|
+
upsertIntegration(input: import("./identityClient").UpsertTenantIntegrationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantIntegrationRecord>>;
|
|
1003
|
+
listSecrets(input: import("./identityClient").TenantIdentityScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./identityClient").TenantSecretReference, "secrets">>>;
|
|
1004
|
+
putSecretReference(input: import("./identityClient").PutTenantSecretReferenceInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").TenantSecretReference>>;
|
|
1005
|
+
evaluatePolicy(input: import("./identityClient").PolicyEvaluationInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
1006
|
+
recordPolicyDecision(input: import("./identityClient").RecordPolicyDecisionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./identityClient").PolicyDecisionRecord>>;
|
|
1007
|
+
};
|
|
1008
|
+
policy: {
|
|
1009
|
+
listDecisions(query?: import("./coreClient").GatewayScope & {
|
|
1010
|
+
action?: string;
|
|
1011
|
+
decision?: string;
|
|
1012
|
+
traceId?: string;
|
|
1013
|
+
principalId?: string;
|
|
1014
|
+
topicId?: string;
|
|
1015
|
+
limit?: number;
|
|
1016
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "decisions">>>;
|
|
1017
|
+
grant(input: import("./coreClient").GatewayScope & {
|
|
1018
|
+
topicId: string;
|
|
1019
|
+
permission: import("./policyClient").PermissionKind;
|
|
1020
|
+
principal?: string;
|
|
1021
|
+
principalId?: string;
|
|
1022
|
+
groupId?: string;
|
|
1023
|
+
beliefClusterId?: string;
|
|
1024
|
+
expiresAt?: number;
|
|
1025
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1026
|
+
revoke(input: import("./coreClient").GatewayScope & {
|
|
1027
|
+
topicId: string;
|
|
1028
|
+
principal?: string;
|
|
1029
|
+
principalId?: string;
|
|
1030
|
+
groupId?: string;
|
|
1031
|
+
beliefClusterId?: string;
|
|
1032
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1033
|
+
listWritePolicies(query?: import("./coreClient").GatewayScope & {
|
|
1034
|
+
topicId?: string;
|
|
1035
|
+
role?: string;
|
|
1036
|
+
toolCategory?: string;
|
|
1037
|
+
enabled?: boolean;
|
|
1038
|
+
}): Promise<{
|
|
1039
|
+
data: {
|
|
1040
|
+
policies: import("./policyClient").WritePolicyRecord[];
|
|
1041
|
+
};
|
|
1042
|
+
correlationId: string;
|
|
1043
|
+
idempotentReplay: boolean;
|
|
1044
|
+
policyTraceId: string | null;
|
|
1045
|
+
success: true;
|
|
1046
|
+
}>;
|
|
1047
|
+
createWritePolicy(input: import("./policyClient").WritePolicyCreateInput, idempotencyKey?: string): Promise<{
|
|
1048
|
+
data: {
|
|
1049
|
+
id: string | undefined;
|
|
1050
|
+
created: boolean;
|
|
1051
|
+
policy: import("./policyClient").WritePolicyRecord | null;
|
|
1052
|
+
};
|
|
1053
|
+
correlationId: string;
|
|
1054
|
+
idempotentReplay: boolean;
|
|
1055
|
+
policyTraceId: string | null;
|
|
1056
|
+
success: true;
|
|
1057
|
+
}>;
|
|
1058
|
+
updateWritePolicy(id: string, input: import("./policyClient").WritePolicyUpdateInput, idempotencyKey?: string): Promise<{
|
|
1059
|
+
data: {
|
|
1060
|
+
id: string | undefined;
|
|
1061
|
+
updated: boolean;
|
|
1062
|
+
policy: import("./policyClient").WritePolicyRecord | null;
|
|
1063
|
+
};
|
|
1064
|
+
correlationId: string;
|
|
1065
|
+
idempotentReplay: boolean;
|
|
1066
|
+
policyTraceId: string | null;
|
|
1067
|
+
success: true;
|
|
1068
|
+
}>;
|
|
1069
|
+
deleteWritePolicy(id: string, scope?: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1070
|
+
id?: string;
|
|
1071
|
+
deleted?: boolean;
|
|
1072
|
+
}>>;
|
|
1073
|
+
listRolePolicies(query?: import("./coreClient").GatewayScope): Promise<{
|
|
1074
|
+
data: {
|
|
1075
|
+
policies: import("./policyClient").TenantPolicyRecord[];
|
|
1076
|
+
};
|
|
1077
|
+
correlationId: string;
|
|
1078
|
+
idempotentReplay: boolean;
|
|
1079
|
+
policyTraceId: string | null;
|
|
1080
|
+
success: true;
|
|
1081
|
+
}>;
|
|
1082
|
+
createRolePolicy(input: import("./coreClient").GatewayScope & import("./policyClient").TenantPolicyClassificationFields & {
|
|
1083
|
+
roleName: string;
|
|
1084
|
+
description?: string;
|
|
1085
|
+
permissions: import("./policyClient").TenantPolicyPermission[];
|
|
1086
|
+
groupBindings?: string[];
|
|
1087
|
+
}, idempotencyKey?: string): Promise<{
|
|
1088
|
+
data: {
|
|
1089
|
+
policy: import("./policyClient").TenantPolicyRecord | null;
|
|
1090
|
+
};
|
|
1091
|
+
correlationId: string;
|
|
1092
|
+
idempotentReplay: boolean;
|
|
1093
|
+
policyTraceId: string | null;
|
|
1094
|
+
success: true;
|
|
1095
|
+
}>;
|
|
1096
|
+
updateRolePolicy(id: string, input: import("./coreClient").GatewayScope & import("./policyClient").TenantPolicyClassificationFields & {
|
|
1097
|
+
roleName: string;
|
|
1098
|
+
description?: string;
|
|
1099
|
+
permissions: import("./policyClient").TenantPolicyPermission[];
|
|
1100
|
+
groupBindings?: string[];
|
|
1101
|
+
}, idempotencyKey?: string): Promise<{
|
|
1102
|
+
data: {
|
|
1103
|
+
policy: import("./policyClient").TenantPolicyRecord | null;
|
|
1104
|
+
};
|
|
1105
|
+
correlationId: string;
|
|
1106
|
+
idempotentReplay: boolean;
|
|
1107
|
+
policyTraceId: string | null;
|
|
1108
|
+
success: true;
|
|
1109
|
+
}>;
|
|
1110
|
+
deleteRolePolicy(id: string, scope?: import("./coreClient").GatewayScope, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1111
|
+
checkPermission(query: import("./coreClient").GatewayScope & {
|
|
1112
|
+
topicId?: string;
|
|
1113
|
+
permission?: import("./policyClient").PermissionKind;
|
|
1114
|
+
principal?: string;
|
|
1115
|
+
principalId?: string;
|
|
1116
|
+
beliefClusterId?: string;
|
|
1117
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./policyClient").PermissionDecision>>;
|
|
1118
|
+
listAccessibleTopics(query?: import("./coreClient").GatewayScope & {
|
|
1119
|
+
permission?: import("./policyClient").PermissionKind;
|
|
1120
|
+
includeShared?: boolean;
|
|
1121
|
+
principal?: string;
|
|
1122
|
+
principalId?: string;
|
|
1123
|
+
limit?: number;
|
|
1124
|
+
}): Promise<{
|
|
1125
|
+
data: {
|
|
1126
|
+
permission: import("./policyClient").PermissionKind;
|
|
1127
|
+
topics: import("./policyClient").PolicyTopicRecord[];
|
|
1128
|
+
total: number;
|
|
1129
|
+
deniedTopics: {
|
|
1130
|
+
topicId: string;
|
|
1131
|
+
reasonCode: string;
|
|
1132
|
+
}[];
|
|
1133
|
+
};
|
|
1134
|
+
correlationId: string;
|
|
1135
|
+
idempotentReplay: boolean;
|
|
1136
|
+
policyTraceId: string | null;
|
|
1137
|
+
success: true;
|
|
1138
|
+
}>;
|
|
1139
|
+
filterByPermission(input: import("./coreClient").GatewayScope & {
|
|
1140
|
+
topicIds?: string[];
|
|
1141
|
+
permission?: import("./policyClient").PermissionKind;
|
|
1142
|
+
principal?: string;
|
|
1143
|
+
principalId?: string;
|
|
1144
|
+
}): Promise<{
|
|
1145
|
+
success: true;
|
|
1146
|
+
data: import("./policyClient").FilterByPermissionResponse;
|
|
1147
|
+
}>;
|
|
1148
|
+
};
|
|
1149
|
+
answers: {
|
|
1150
|
+
get(questionId: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
1151
|
+
};
|
|
1152
|
+
ontology: {
|
|
1153
|
+
list(filters?: import("./coreClient").GatewayScope & {
|
|
1154
|
+
tenantId?: string;
|
|
1155
|
+
tier?: string;
|
|
1156
|
+
status?: string;
|
|
1157
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1158
|
+
ontologies: unknown[];
|
|
1159
|
+
total: number;
|
|
1160
|
+
items: unknown[];
|
|
1161
|
+
definitions: unknown[];
|
|
1162
|
+
}>>;
|
|
1163
|
+
get(id: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1164
|
+
bind(input: import("./ontologyClient").OntologyBindingInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1165
|
+
createDefinition(input: import("./ontologyClient").OntologyDefinitionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1166
|
+
updateDefinition(id: string, input: import("./ontologyClient").OntologyDefinitionUpdateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1167
|
+
archiveDefinition(id: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1168
|
+
listVersions(ontologyId: string, filters?: import("./coreClient").GatewayScope & {
|
|
1169
|
+
status?: string;
|
|
1170
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<unknown, "versions">>>;
|
|
1171
|
+
createVersion(ontologyId: string, input: import("./ontologyClient").OntologyVersionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1172
|
+
publishVersion(ontologyId: string, versionId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1173
|
+
deprecateVersion(ontologyId: string, versionId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1174
|
+
listTopics(ontologyId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "topics">>>;
|
|
1175
|
+
} & {
|
|
1176
|
+
listDefinitions: (filters?: import("./coreClient").GatewayScope & {
|
|
1177
|
+
tenantId?: string;
|
|
1178
|
+
tier?: string;
|
|
1179
|
+
status?: string;
|
|
1180
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1181
|
+
ontologies: unknown[];
|
|
1182
|
+
total: number;
|
|
1183
|
+
items: unknown[];
|
|
1184
|
+
definitions: unknown[];
|
|
1185
|
+
}>>;
|
|
1186
|
+
getDefinition: (id: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1187
|
+
listTopicsByOntology: (ontologyId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "topics">>>;
|
|
1188
|
+
};
|
|
1189
|
+
ontologyLinks: {
|
|
1190
|
+
createLink(input: import("./ontologyLinksClient").OntologyLinkWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./ontologyLinksClient").OntologyLinkRecord>>;
|
|
1191
|
+
upsertLink(input: import("./ontologyLinksClient").OntologyLinkWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./ontologyLinksClient").OntologyLinkRecord>>;
|
|
1192
|
+
listLinksForNode(input: import("./ontologyLinksClient").ListOntologyLinksForNodeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./ontologyLinksClient").OntologyLinkRecord, "links">>>;
|
|
1193
|
+
updateLinkStatus(input: import("./ontologyLinksClient").UpdateOntologyLinkStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./ontologyLinksClient").OntologyLinkRecord>>;
|
|
1194
|
+
};
|
|
1195
|
+
orgGraphSearch: {
|
|
1196
|
+
search(input: import("./orgGraphSearchClient").OrgGraphSearchInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
1197
|
+
getNode(input: import("./orgGraphSearchClient").GetOrgGraphNodeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResult>>;
|
|
1198
|
+
listByProvenance(input: import("./orgGraphSearchClient").ListOrgGraphByProvenanceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
1199
|
+
listPublishedFromWorkspace(input: import("./orgGraphSearchClient").ListPublishedFromWorkspaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./orgGraphSearchClient").OrgGraphSearchResponse>>;
|
|
1200
|
+
};
|
|
1201
|
+
functionSurface: {
|
|
1202
|
+
sessionId: string;
|
|
1203
|
+
activateWorktree(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1204
|
+
addEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1205
|
+
addWorktree(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1206
|
+
analyzeGraphImpact(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1207
|
+
analyzeTopicDensity(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1208
|
+
answerQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1209
|
+
appendSlScoring(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1210
|
+
applyAutoBranching(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1211
|
+
applyLensToTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1212
|
+
applyOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1213
|
+
archiveBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1214
|
+
archiveEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1215
|
+
archiveEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1216
|
+
archiveOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1217
|
+
archiveQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1218
|
+
batchCreateEdges(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1219
|
+
batchCreateEpistemicNodes(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1220
|
+
beginBuildSession(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1221
|
+
bisectConfidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1222
|
+
broadcastMessage(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1223
|
+
checkPermission(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1224
|
+
claimFiles(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1225
|
+
compileCapabilitySlice(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1226
|
+
compileContext(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1227
|
+
completeTask(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1228
|
+
createAnswer(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1229
|
+
createBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1230
|
+
createEdge(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1231
|
+
createEpistemicContract(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1232
|
+
createEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1233
|
+
createEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1234
|
+
createLens(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1235
|
+
createOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1236
|
+
createOntologyVersion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1237
|
+
createQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1238
|
+
createTask(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1239
|
+
createTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1240
|
+
deprecateOntologyVersion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1241
|
+
detectConfirmationBias(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1242
|
+
detectGraphDrift(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1243
|
+
discover(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1244
|
+
discoverEntityConnections(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1245
|
+
endSession(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1246
|
+
evaluateContract(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1247
|
+
expandGraphNeighborhood(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1248
|
+
expandNarrative(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1249
|
+
filterByPermission(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1250
|
+
findContradictions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1251
|
+
findMissingQuestions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1252
|
+
findRelatedNodes(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1253
|
+
flagContradiction(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1254
|
+
forkBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1255
|
+
generateSessionHandoff(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1256
|
+
getAgentInbox(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1257
|
+
getAnswer(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1258
|
+
getAuditTrail(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1259
|
+
getBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1260
|
+
getCampaignContext(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1261
|
+
getChangeHistory(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1262
|
+
getCodeContext(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1263
|
+
getConfidenceHistory(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1264
|
+
getContractStatus(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1265
|
+
getByNodeIds(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1266
|
+
getEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1267
|
+
getEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1268
|
+
getFailureLog(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1269
|
+
getFalsificationQuestions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1270
|
+
getGraphGaps(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1271
|
+
getGraphNeighborhood(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1272
|
+
getGraphStructureAnalysis(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1273
|
+
getHighPriorityQuestions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1274
|
+
getLatticeCoverage(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1275
|
+
getLoadBearingNodes(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1276
|
+
getObservationContext(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1277
|
+
getOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1278
|
+
getOperatorGauntlet(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1279
|
+
getQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1280
|
+
getReasoningExemplars(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1281
|
+
getTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1282
|
+
getTopicCoverage(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1283
|
+
getTopicGraphSpine(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1284
|
+
getTopicTree(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1285
|
+
getWorktree(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1286
|
+
heartbeatSession(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1287
|
+
hybridDiscover(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1288
|
+
whoami(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1289
|
+
ingestObservation(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1290
|
+
linkEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1291
|
+
linkEvidenceToBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1292
|
+
linkEvidenceToQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1293
|
+
listActiveSessions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1294
|
+
listAllWorktrees(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1295
|
+
listBeliefs(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1296
|
+
listCampaigns(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1297
|
+
listEpistemicNodes(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1298
|
+
listEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1299
|
+
listGraphIntelligenceQueries(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1300
|
+
listLenses(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1301
|
+
listMissingForTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1302
|
+
listOntologies(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1303
|
+
listQuestions(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1304
|
+
listTasks(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1305
|
+
listTopics(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1306
|
+
listWorktrees(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1307
|
+
listWorktreesByBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1308
|
+
lucernOrient(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1309
|
+
manageWritePolicy(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1310
|
+
matchEntityType(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1311
|
+
materializeTopicGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1312
|
+
merge(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1313
|
+
openPullRequest(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1314
|
+
pipelineSnapshot(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1315
|
+
publishOntologyVersion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1316
|
+
push(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1317
|
+
queryAnchorHistory(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1318
|
+
queryLineage(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1319
|
+
markEmbeddingBackfillQueued(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1320
|
+
recordAttempt(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1321
|
+
recordJudgment(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1322
|
+
recordScopeLearning(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1323
|
+
refineBelief(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1324
|
+
refineQuestion(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1325
|
+
registerSession(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1326
|
+
removeEdge(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1327
|
+
removeEdgesBetween(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1328
|
+
removeLensFromTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1329
|
+
resolveEffectiveOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1330
|
+
resolveInteractivePrincipal(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1331
|
+
resolveTopicSemantic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1332
|
+
runGraphIntelligenceQuery(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1333
|
+
searchBeliefs(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1334
|
+
vectorSearchByTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1335
|
+
searchEvidence(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1336
|
+
seedBeliefLattice(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1337
|
+
sendAgentMessage(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1338
|
+
supersedeEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1339
|
+
traceEntityImpact(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1340
|
+
traverseGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1341
|
+
triggerBeliefReview(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1342
|
+
updateEdge(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1343
|
+
updateEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1344
|
+
updateOntology(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1345
|
+
updateQuestionStatus(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1346
|
+
updateTask(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1347
|
+
updateTopic(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1348
|
+
updateWorktreeMetadata(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1349
|
+
updateWorktreeTargets(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1350
|
+
verifyEpistemicNode(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1351
|
+
};
|
|
1352
|
+
controlPlane: {
|
|
1353
|
+
identity: {
|
|
1354
|
+
resolveInteractivePrincipal(input: import("./control-plane").ResolveInteractivePrincipalInput): Promise<import("./control-plane").ResolveInteractivePrincipalResponse>;
|
|
1355
|
+
};
|
|
1356
|
+
};
|
|
1357
|
+
toolRegistry: {
|
|
1358
|
+
listCatalog(input: import("./toolRegistryClient").ToolRegistryQuery): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
1359
|
+
listExecutable(input: import("./toolRegistryClient").ToolRegistryQuery): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
1360
|
+
listEffectiveTools(input: import("./toolRegistryClient").EffectiveToolsQuery): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
1361
|
+
upsertCoreTools(input: import("./toolRegistryClient").UpsertCoreToolsInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
1362
|
+
setPackToolsStatus(input: import("./toolRegistryClient").SetPackToolsStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./toolRegistryClient").ToolCatalogEntry, "tools">>>;
|
|
1363
|
+
createAcl(input: import("./toolRegistryClient").CreateToolAclInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./toolRegistryClient").ToolAclRecord>>;
|
|
1364
|
+
deleteAcl(input: import("./toolRegistryClient").DeleteToolAclInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1365
|
+
aclId: string;
|
|
1366
|
+
deleted: boolean;
|
|
1367
|
+
}>>;
|
|
1368
|
+
registerCustomTool(input: import("./toolRegistryClient").RegisterCustomToolInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./toolRegistryClient").ToolCatalogEntry>>;
|
|
1369
|
+
};
|
|
1370
|
+
modelRuntime: {
|
|
1371
|
+
listModels(input: import("./modelRuntimeClient").ModelRuntimeScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./modelRuntimeClient").ModelRegistryRecord, "models">>>;
|
|
1372
|
+
getModel(input: import("./modelRuntimeClient").ModelRuntimeScope & {
|
|
1373
|
+
modelId: string;
|
|
1374
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelRegistryRecord>>;
|
|
1375
|
+
listFunctionSlots(input: import("./modelRuntimeClient").ModelRuntimeScope & {
|
|
1376
|
+
functionName?: string;
|
|
1377
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./modelRuntimeClient").ModelFunctionSlot, "slots">>>;
|
|
1378
|
+
resolveSlot(input: import("./modelRuntimeClient").ResolveModelSlotInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelFunctionSlot>>;
|
|
1379
|
+
updateSlotConfig(input: import("./modelRuntimeClient").UpdateModelSlotConfigInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./modelRuntimeClient").ModelFunctionSlot>>;
|
|
1380
|
+
};
|
|
1381
|
+
packs: {
|
|
1382
|
+
listCatalog(): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "catalog">>>;
|
|
1383
|
+
getDiscoveryCatalog(): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1384
|
+
getDiscoveryDetail(packKey: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1385
|
+
listStates(query?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "states">>>;
|
|
1386
|
+
getHealth(packKey: string, query?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1387
|
+
listTelemetry(query?: import("./coreClient").GatewayScope & {
|
|
1388
|
+
lookbackHours?: number;
|
|
1389
|
+
limit?: number;
|
|
1390
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "telemetry">>>;
|
|
1391
|
+
createEntitlement(input: import("./packsClient").PackEntitlementInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1392
|
+
install(input: import("./packsClient").PackInstallInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1393
|
+
enable(input: import("./packsClient").PackEnableInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1394
|
+
disable(input: import("./packsClient").PackDisableInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1395
|
+
uninstall(input: import("./packsClient").PackUninstallInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1396
|
+
upgrade(input: import("./packsClient").PackUpgradeInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1397
|
+
} & {
|
|
1398
|
+
getCatalog: () => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "catalog">>>;
|
|
1399
|
+
getStates: (query?: import("./coreClient").GatewayScope) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "states">>>;
|
|
1400
|
+
getTelemetry: (query?: import("./coreClient").GatewayScope & {
|
|
1401
|
+
lookbackHours?: number;
|
|
1402
|
+
limit?: number;
|
|
1403
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "telemetry">>>;
|
|
1404
|
+
updateEntitlement: (input: import("./packsClient").PackEntitlementInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1405
|
+
upsertEntitlement: (input: import("./packsClient").PackEntitlementInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1406
|
+
};
|
|
1407
|
+
reports: {
|
|
1408
|
+
listTemplates: (args?: {
|
|
1409
|
+
slug?: string;
|
|
1410
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ReportTemplatesResponse>>;
|
|
1411
|
+
getTemplates: (args?: {
|
|
1412
|
+
slug?: string;
|
|
1413
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ReportTemplatesResponse>>;
|
|
1414
|
+
listReports: (input: import("./types").TopicIdentifierInput, args?: {
|
|
1415
|
+
summary?: boolean;
|
|
1416
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "reports">>>;
|
|
1417
|
+
getReport: (reportId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ReportWithSectionsResponse>>;
|
|
1418
|
+
};
|
|
1419
|
+
learning: {
|
|
1420
|
+
listRecentExecutions: (args?: {
|
|
1421
|
+
namespace?: string;
|
|
1422
|
+
topicId?: string;
|
|
1423
|
+
audienceMode?: string;
|
|
1424
|
+
success?: boolean;
|
|
1425
|
+
limit?: number;
|
|
1426
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "executions">>>;
|
|
1427
|
+
getRecentExecutions: (args?: {
|
|
1428
|
+
namespace?: string;
|
|
1429
|
+
topicId?: string;
|
|
1430
|
+
audienceMode?: string;
|
|
1431
|
+
success?: boolean;
|
|
1432
|
+
limit?: number;
|
|
1433
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "executions">>>;
|
|
1434
|
+
getExecutionStats: (args?: {
|
|
1435
|
+
namespace?: string;
|
|
1436
|
+
topicId?: string;
|
|
1437
|
+
audienceMode?: string;
|
|
1438
|
+
hours?: number;
|
|
1439
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1440
|
+
};
|
|
1441
|
+
mcp: {
|
|
1442
|
+
bootstrapSession(input?: import("./mcpClient").McpBootstrapSessionInput): Promise<import("./mcpClient").McpBootstrapSessionResponse>;
|
|
1443
|
+
checkWritePolicy(input: import("./mcpClient").McpCheckWritePolicyInput): Promise<import("./mcpClient").McpCheckWritePolicyResponse>;
|
|
1444
|
+
beginBuildSession(input: import("./mcpClient").McpBeginBuildSessionInput): Promise<import("./mcpClient").McpBeginBuildSessionResponse>;
|
|
1445
|
+
evaluateEngineeringContract(input: import("./mcpClient").McpEvaluateEngineeringContractInput): Promise<import("./mcpClient").McpContractEvaluationResponse>;
|
|
1446
|
+
evaluateResearchContract(input: import("./mcpClient").McpEvaluateResearchContractInput): Promise<import("./mcpClient").McpContractEvaluationResponse>;
|
|
1447
|
+
};
|
|
1448
|
+
jobs: {
|
|
1449
|
+
enqueue(input: import("./jobsClient").EnqueueJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
1450
|
+
list(input: import("./jobsClient").JobsScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./jobsClient").JobRecord, "jobs">>>;
|
|
1451
|
+
claim(input: import("./jobsClient").ClaimJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
1452
|
+
updateStatus(input: import("./jobsClient").UpdateJobStatusInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
1453
|
+
retry(input: import("./jobsClient").RetryJobInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRecord>>;
|
|
1454
|
+
recordRunStart(input: import("./jobsClient").RecordJobRunStartInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRunRecord>>;
|
|
1455
|
+
recordRunFinish(input: import("./jobsClient").RecordJobRunFinishInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./jobsClient").JobRunRecord>>;
|
|
1456
|
+
};
|
|
1457
|
+
telemetry: {
|
|
1458
|
+
logSystemEvent(input: import("./telemetry-client").LogSystemEventInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1459
|
+
eventId?: string;
|
|
1460
|
+
recorded: boolean;
|
|
1461
|
+
}>>;
|
|
1462
|
+
logToolCallsBatch(input: import("./telemetry-client").LogToolCallsBatchInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1463
|
+
recorded: number;
|
|
1464
|
+
}>>;
|
|
1465
|
+
recordEpistemicAudit(input: import("./telemetry-client").RecordEpistemicAuditInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1466
|
+
auditId?: string;
|
|
1467
|
+
recorded: boolean;
|
|
1468
|
+
}>>;
|
|
1469
|
+
recordPolicyDecision(input: import("./telemetry-client").RecordTelemetryPolicyDecisionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1470
|
+
decisionId?: string;
|
|
1471
|
+
recorded: boolean;
|
|
1472
|
+
}>>;
|
|
1473
|
+
startRun(input: import("./telemetry-client").StartTelemetryRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./telemetry-client").TelemetryRunRecord>>;
|
|
1474
|
+
finishRun(input: import("./telemetry-client").FinishTelemetryRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./telemetry-client").TelemetryRunRecord>>;
|
|
1475
|
+
listRuns(input: import("./telemetry-client").TelemetryScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./telemetry-client").TelemetryRunRecord, "runs">>>;
|
|
1476
|
+
};
|
|
1477
|
+
harness: {
|
|
1478
|
+
listAgentDefinitions(scope?: import("./coreClient").GatewayScope & {
|
|
1479
|
+
status?: string;
|
|
1480
|
+
limit?: number;
|
|
1481
|
+
cursor?: string;
|
|
1482
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "agents">>>;
|
|
1483
|
+
getAgentDefinition(agentId: string, scope?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1484
|
+
createAgentDefinition(input: import("./harnessClient").HarnessAgentWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1485
|
+
updateAgentDefinition(agentId: string, input: import("./harnessClient").HarnessAgentWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1486
|
+
invokeManagedAgentDefinition(agentId: string, input: Omit<import("./harnessClient").HarnessInvokeManagedAgentInput, "agentDefinitionId">, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1487
|
+
listAgentRuns(agentId: string, scope?: import("./coreClient").GatewayScope & {
|
|
1488
|
+
status?: string;
|
|
1489
|
+
limit?: number;
|
|
1490
|
+
cursor?: string;
|
|
1491
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "runs">>>;
|
|
1492
|
+
listToolDefinitions(scope?: import("./coreClient").GatewayScope & {
|
|
1493
|
+
status?: string;
|
|
1494
|
+
limit?: number;
|
|
1495
|
+
cursor?: string;
|
|
1496
|
+
gateClassification?: string;
|
|
1497
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "tools">>>;
|
|
1498
|
+
getToolDefinition(toolId: string, scope?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1499
|
+
createToolDefinition(input: import("./harnessClient").HarnessToolWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1500
|
+
updateToolDefinition(toolId: string, input: import("./harnessClient").HarnessToolWriteInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1501
|
+
executeToolDefinition(toolId: string, input?: import("./harnessClient").HarnessExecuteToolInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./harnessClient").HarnessExecuteToolResult>>;
|
|
1502
|
+
listRunEntries(scope?: import("./coreClient").GatewayScope & {
|
|
1503
|
+
status?: string;
|
|
1504
|
+
limit?: number;
|
|
1505
|
+
cursor?: string;
|
|
1506
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "runs">>>;
|
|
1507
|
+
startHarnessRun(input: import("./harnessClient").HarnessStartRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1508
|
+
getRunLedgerEntry(runId: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1509
|
+
reportHarnessRunEvent(runId: string, input: import("./harnessClient").HarnessRunReportInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1510
|
+
heartbeatHarnessRun(runId: string, input: {
|
|
1511
|
+
reportingToken: string;
|
|
1512
|
+
}, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1513
|
+
completeHarnessRun(runId: string, input: import("./harnessClient").HarnessCompleteRunInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1514
|
+
listPromptResolutions(query?: {
|
|
1515
|
+
runId?: string;
|
|
1516
|
+
promptName?: string;
|
|
1517
|
+
limit?: number;
|
|
1518
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "prompts">>>;
|
|
1519
|
+
getScopeTaxonomy(): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1520
|
+
} & {
|
|
1521
|
+
registerAgentDefinition: (input: import("./harnessClient").HarnessAgentWriteInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1522
|
+
listRunsForAgent: (agentId: string, scope?: import("./coreClient").GatewayScope & {
|
|
1523
|
+
status?: string;
|
|
1524
|
+
limit?: number;
|
|
1525
|
+
cursor?: string;
|
|
1526
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "runs">>>;
|
|
1527
|
+
registerToolDefinition: (input: import("./harnessClient").HarnessToolWriteInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1528
|
+
listRunLedgerEntries: (scope?: import("./coreClient").GatewayScope & {
|
|
1529
|
+
status?: string;
|
|
1530
|
+
limit?: number;
|
|
1531
|
+
cursor?: string;
|
|
1532
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "runs">>>;
|
|
1533
|
+
};
|
|
1534
|
+
schema: {
|
|
1535
|
+
listPacks(scope?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "packs">>>;
|
|
1536
|
+
installPack(input: import("./schema-client").SchemaPackInstallInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1537
|
+
getPack(packId: string, scope?: import("./coreClient").GatewayScope): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1538
|
+
listEntitlements(scope?: import("./coreClient").GatewayScope & {
|
|
1539
|
+
packKey?: string;
|
|
1540
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "entitlements">>>;
|
|
1541
|
+
createEntitlement: (input: import("./schema-client").SchemaEntitlementInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1542
|
+
updateEntitlement: (input: import("./schema-client").SchemaEntitlementInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1543
|
+
upsertEntitlement: (input: import("./schema-client").SchemaEntitlementInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1544
|
+
};
|
|
1545
|
+
audiences: {
|
|
1546
|
+
listRegistry: (query?: import("./coreClient").GatewayScope & {
|
|
1547
|
+
effective?: boolean;
|
|
1548
|
+
status?: "active" | "disabled" | "archived";
|
|
1549
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "registryEntries">>>;
|
|
1550
|
+
getRegistry: (query?: import("./coreClient").GatewayScope & {
|
|
1551
|
+
effective?: boolean;
|
|
1552
|
+
status?: "active" | "disabled" | "archived";
|
|
1553
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "registryEntries">>>;
|
|
1554
|
+
createRegistryEntry: (input: import("./audiences-client").AudienceRegistryInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1555
|
+
updateRegistryEntry: (input: import("./audiences-client").AudienceRegistryInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1556
|
+
upsertRegistry: (input: import("./audiences-client").AudienceRegistryInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1557
|
+
listGrants: (query?: import("./coreClient").GatewayScope & {
|
|
1558
|
+
audienceKey?: string;
|
|
1559
|
+
principalId?: string;
|
|
1560
|
+
groupId?: string;
|
|
1561
|
+
status?: "active" | "revoked" | "expired";
|
|
1562
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "grants">>>;
|
|
1563
|
+
getGrants: (query?: import("./coreClient").GatewayScope & {
|
|
1564
|
+
audienceKey?: string;
|
|
1565
|
+
principalId?: string;
|
|
1566
|
+
groupId?: string;
|
|
1567
|
+
status?: "active" | "revoked" | "expired";
|
|
1568
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "grants">>>;
|
|
1569
|
+
createGrant: (input: import("./audiences-client").AudienceGrantInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1570
|
+
grant: (input: import("./audiences-client").AudienceGrantInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1571
|
+
deleteGrant: (input: import("./audiences-client").AudienceGrantRevokeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1572
|
+
revokeGrant: (input: import("./audiences-client").AudienceGrantRevokeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1573
|
+
};
|
|
1574
|
+
topics: {
|
|
1575
|
+
list(query?: import("./topicsClient").TopicListInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicListResponse>>;
|
|
1576
|
+
get(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>;
|
|
1577
|
+
create(input: import("./topicsClient").TopicCreateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>;
|
|
1578
|
+
update(topicId: string, input: import("./topicsClient").TopicUpdateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>;
|
|
1579
|
+
getTree(topicId: string, query?: import("./topicsClient").TopicTreeQuery): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicTreeResponse>>;
|
|
1580
|
+
getCoverage(topicId: string, query?: import("./topicsClient").TopicCoverageQuery): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicCoverageResponse>>;
|
|
1581
|
+
remove(topicId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
1582
|
+
bulkCreate(input: import("./topicsClient").TopicBulkCreateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
192
1583
|
};
|
|
193
1584
|
};
|
|
194
1585
|
judgments: {
|
|
195
|
-
create:
|
|
196
|
-
record:
|
|
197
|
-
list:
|
|
198
|
-
get:
|
|
199
|
-
recordOutcome:
|
|
200
|
-
updateOutcome:
|
|
201
|
-
readiness(topicId: string):
|
|
202
|
-
calibration(topicId: string):
|
|
203
|
-
pendingOutcomeReview(topicId: string):
|
|
1586
|
+
create: (input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
1587
|
+
record: (input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
1588
|
+
list: (query: import("./decisionsClient").ListJudgmentsInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListJudgmentsResponse>>;
|
|
1589
|
+
get: (judgmentId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GetJudgmentResponse>>;
|
|
1590
|
+
recordOutcome: (judgmentId: string, input: import("./decisionsClient").RecordJudgmentOutcomeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentOutcomeResponse>>;
|
|
1591
|
+
updateOutcome: (judgmentId: string, input: import("./decisionsClient").RecordJudgmentOutcomeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentOutcomeResponse>>;
|
|
1592
|
+
readiness(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentReadinessResponse>>;
|
|
1593
|
+
calibration(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentCalibrationResponse>>;
|
|
1594
|
+
pendingOutcomeReview(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PendingJudgmentOutcomeRecord, "reviews">>>;
|
|
204
1595
|
transitionAuditIntegrity(args: {
|
|
205
1596
|
topicId?: string;
|
|
206
1597
|
judgmentId?: string;
|
|
207
1598
|
includePassing?: boolean;
|
|
208
|
-
}):
|
|
1599
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentTransitionAuditIntegrityResponse>>;
|
|
209
1600
|
};
|
|
210
1601
|
decisions: {
|
|
211
|
-
create:
|
|
212
|
-
record:
|
|
213
|
-
list:
|
|
214
|
-
get:
|
|
215
|
-
recordOutcome:
|
|
216
|
-
lessons(decisionId: string, input: import("./types").JsonObject, idempotencyKey?: string): Promise<
|
|
217
|
-
archive(decisionId: string, input?: import("./types").JsonObject, idempotencyKey?: string): Promise<
|
|
218
|
-
readiness(topicId: string):
|
|
219
|
-
calibration(topicId: string):
|
|
220
|
-
pendingOutcomeReview(topicId: string):
|
|
1602
|
+
create: (input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
1603
|
+
record: (input: import("./decisionsClient").RecordJudgmentInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentResponse>>;
|
|
1604
|
+
list: (query: import("./decisionsClient").ListJudgmentsInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListJudgmentsResponse>>;
|
|
1605
|
+
get: (judgmentId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GetJudgmentResponse>>;
|
|
1606
|
+
recordOutcome: (judgmentId: string, input: import("./decisionsClient").RecordJudgmentOutcomeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").RecordJudgmentOutcomeResponse>>;
|
|
1607
|
+
lessons(decisionId: string, input: import("./types").JsonObject, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
1608
|
+
archive(decisionId: string, input?: import("./types").JsonObject, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
1609
|
+
readiness(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentReadinessResponse>>;
|
|
1610
|
+
calibration(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").JudgmentCalibrationResponse>>;
|
|
1611
|
+
pendingOutcomeReview(topicId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").PendingJudgmentOutcomeRecord, "reviews">>>;
|
|
221
1612
|
};
|
|
222
1613
|
worktrees: {
|
|
223
|
-
createBranch: (
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
1614
|
+
createBranch: (input: {
|
|
1615
|
+
name: string;
|
|
1616
|
+
topicId?: string;
|
|
1617
|
+
description?: string;
|
|
1618
|
+
metadata?: import("./types").JsonObject;
|
|
1619
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowBranchRecord>>;
|
|
1620
|
+
createLens: (input: {
|
|
1621
|
+
name: string;
|
|
1622
|
+
workspaceId?: string;
|
|
1623
|
+
topicId?: string;
|
|
1624
|
+
description?: string;
|
|
1625
|
+
perspectiveType: import("./workflowClient").WorkflowLensPerspectiveType;
|
|
1626
|
+
promptTemplates?: import(".").LensPromptTemplateReference[];
|
|
1627
|
+
workflowTemplates?: import(".").LensWorkflowTemplate[];
|
|
1628
|
+
taskTemplates?: import(".").LensTaskTemplate[];
|
|
1629
|
+
questionTemplates?: import(".").LensQuestionTemplate[];
|
|
1630
|
+
filterCriteria?: import("./types").JsonObject;
|
|
1631
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensRecord>>;
|
|
1632
|
+
listLenses: (query: {
|
|
1633
|
+
workspaceId?: string;
|
|
1634
|
+
topicId?: string;
|
|
1635
|
+
status?: import("./workflowClient").WorkflowLensStatus;
|
|
1636
|
+
perspectiveType?: import("./workflowClient").WorkflowLensPerspectiveType;
|
|
1637
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowLensRecord, "lenses">>>;
|
|
1638
|
+
applyLensToTopic: (input: {
|
|
1639
|
+
lensId: string;
|
|
1640
|
+
topicId?: string;
|
|
1641
|
+
metadata?: import("./types").JsonObject;
|
|
1642
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensBindingRecord>>;
|
|
1643
|
+
removeLensFromTopic: (input: {
|
|
1644
|
+
lensId: string;
|
|
1645
|
+
topicId?: string;
|
|
1646
|
+
} & import("./types").TopicIdentifierInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowLensBindingRecord>>;
|
|
1647
|
+
create(input: import("./workflowClient").AddWorktreeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1648
|
+
add(input: import("./workflowClient").AddWorktreeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1649
|
+
list(query: Parameters<(query: {
|
|
1650
|
+
topicId?: string;
|
|
1651
|
+
branchId?: string;
|
|
1652
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
1653
|
+
groupBy?: "campaign" | "lane" | "flat";
|
|
1654
|
+
lane?: string;
|
|
1655
|
+
campaign?: number;
|
|
1656
|
+
limit?: number;
|
|
1657
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowWorktreeRecord, "worktrees">>>>[0]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").WorktreesListResult>>;
|
|
1658
|
+
listByTopic(query: Parameters<(query: {
|
|
1659
|
+
topicId?: string;
|
|
1660
|
+
branchId?: string;
|
|
1661
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
1662
|
+
groupBy?: "campaign" | "lane" | "flat";
|
|
1663
|
+
lane?: string;
|
|
1664
|
+
campaign?: number;
|
|
1665
|
+
limit?: number;
|
|
1666
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./types").WorkflowWorktreeRecord, "worktrees">>>>[0]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").WorktreesListResult>>;
|
|
232
1667
|
findByPairedSprint(input: {
|
|
233
1668
|
sprintId: string;
|
|
234
1669
|
topicId?: string;
|
|
235
1670
|
projectId?: string;
|
|
236
1671
|
limit?: number;
|
|
237
|
-
}): Promise<
|
|
238
|
-
activate(worktreeId: string):
|
|
239
|
-
updateMetadata(input: import("./functionSurface").FunctionSurfaceInput):
|
|
240
|
-
update(input: import("./functionSurface").FunctionSurfaceInput):
|
|
241
|
-
updateTargets(input: Parameters<(
|
|
242
|
-
listAll: (
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
1672
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
1673
|
+
activate(worktreeId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1674
|
+
updateMetadata(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1675
|
+
update(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1676
|
+
updateTargets(input: Parameters<(input: import("./workflowClient").UpdateWorktreeTargetsInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").WorkflowWorktreeRecord>>>[0]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1677
|
+
listAll: (query?: {
|
|
1678
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
1679
|
+
groupBy?: "campaign" | "lane" | "flat";
|
|
1680
|
+
lane?: string;
|
|
1681
|
+
campaign?: number;
|
|
1682
|
+
limit?: number;
|
|
1683
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListWorktreesResponse>>;
|
|
1684
|
+
listCampaigns: (query?: {
|
|
1685
|
+
topicId?: string;
|
|
1686
|
+
status?: import("./workflowClient").WorkflowWorktreeStatus;
|
|
1687
|
+
limit?: number;
|
|
1688
|
+
} & import("./types").TopicIdentifierInput) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
1689
|
+
merge(worktreeId: string, input: import("./workflowClient").MergeInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1690
|
+
push: (worktreeId: string, input: {
|
|
1691
|
+
targetContext: string;
|
|
1692
|
+
beliefIds?: string[];
|
|
1693
|
+
metadata?: import("./types").JsonObject;
|
|
1694
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PushWorktreeResponse>>;
|
|
1695
|
+
openPullRequest: (worktreeId: string, input: {
|
|
1696
|
+
summary: string;
|
|
1697
|
+
reviewers?: string[];
|
|
1698
|
+
status?: "pending_review" | "changes_requested" | "approved" | "blocked";
|
|
1699
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").OpenPullRequestResponse>>;
|
|
1700
|
+
pipelineSnapshot(topicId: string): import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1701
|
+
complete: (input: {
|
|
1702
|
+
worktreeId: string;
|
|
1703
|
+
keyFindings?: string[];
|
|
1704
|
+
decisionsReached?: string[];
|
|
1705
|
+
nextSteps?: string[];
|
|
1706
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1707
|
+
advancePhase(worktreeId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1708
|
+
setPhase(worktreeId: string, phase: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1709
|
+
patchState: (input: {
|
|
1710
|
+
worktreeId: string;
|
|
1711
|
+
patch: import("./gatewayFacades").GatewayRecord;
|
|
1712
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1713
|
+
bulkCreate: (input: {
|
|
1714
|
+
worktrees: unknown[];
|
|
1715
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
252
1716
|
};
|
|
253
1717
|
context: {
|
|
254
|
-
listTopics(query?: Parameters<(
|
|
255
|
-
compile:
|
|
256
|
-
recordScopeLearning:
|
|
257
|
-
discover(input: import("./functionSurface").FunctionSurfaceInput):
|
|
258
|
-
analyzeTopicDensity:
|
|
259
|
-
applyAutoBranching:
|
|
260
|
-
seedBeliefLattice:
|
|
261
|
-
getLatticeCoverage:
|
|
262
|
-
matchEntityType(input: import("./functionSurface").FunctionSurfaceInput):
|
|
263
|
-
discoverEntityConnections(input: import("./functionSurface").FunctionSurfaceInput):
|
|
264
|
-
triggerBeliefReview(input: import("./functionSurface").FunctionSurfaceInput):
|
|
1718
|
+
listTopics(query?: Parameters<(query?: import("./topicsClient").TopicListInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicListResponse>>>[0]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicListResponse>>;
|
|
1719
|
+
compile: (topicIdOrInput?: string | import("./contextTypes").CompileContextInput, input?: import("./contextTypes").CompileContextInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./contextTypes").PublicCompiledContext>>;
|
|
1720
|
+
recordScopeLearning: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1721
|
+
discover(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1722
|
+
analyzeTopicDensity: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1723
|
+
applyAutoBranching: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1724
|
+
seedBeliefLattice: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1725
|
+
getLatticeCoverage: (input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string) => import("./functionSurface").FunctionSurfaceResult<unknown>;
|
|
1726
|
+
matchEntityType(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1727
|
+
discoverEntityConnections(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1728
|
+
triggerBeliefReview(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
265
1729
|
};
|
|
266
1730
|
tasks: {
|
|
267
|
-
create(input: import("./workflowClient").CreateTaskInput):
|
|
268
|
-
complete(taskId: string, input: import("./workflowClient").CompleteTaskInput):
|
|
269
|
-
update(taskId: string, input: import("./workflowClient").UpdateTaskInput):
|
|
270
|
-
list(input: import("./functionSurface").FunctionSurfaceInput):
|
|
1731
|
+
create(input: import("./workflowClient").CreateTaskInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1732
|
+
complete(taskId: string, input: import("./workflowClient").CompleteTaskInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1733
|
+
update(taskId: string, input: import("./workflowClient").UpdateTaskInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1734
|
+
list(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").TaskListResult>>;
|
|
271
1735
|
listByTopic(input: import("./functionSurface").FunctionSurfaceInput & {
|
|
272
1736
|
topicId?: string;
|
|
273
|
-
}):
|
|
1737
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").TaskListResult>>;
|
|
274
1738
|
listByWorktree(input: import("./functionSurface").FunctionSurfaceInput & {
|
|
275
1739
|
worktreeId: string;
|
|
276
|
-
}):
|
|
277
|
-
linkChat(taskId: string, input: import("./types").JsonObject, idempotencyKey?: string): Promise<
|
|
1740
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").TaskListResult>>;
|
|
1741
|
+
linkChat(taskId: string, input: import("./types").JsonObject, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
278
1742
|
};
|
|
279
1743
|
topics: {
|
|
280
|
-
list(input?: Parameters<(
|
|
281
|
-
get: (
|
|
282
|
-
create(input: Parameters<(
|
|
283
|
-
update(topicId: string, input: Parameters<(
|
|
284
|
-
tree(topicId: string, query?: Parameters<(
|
|
1744
|
+
list(input?: Parameters<(query?: import("./topicsClient").TopicListInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicListResponse>>>[0]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicListResponse>>;
|
|
1745
|
+
get: (topicId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>;
|
|
1746
|
+
create(input: Parameters<(input: import("./topicsClient").TopicCreateInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
1747
|
+
update(topicId: string, input: Parameters<(topicId: string, input: import("./topicsClient").TopicUpdateInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>>[1]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicRecord>>;
|
|
1748
|
+
tree(topicId: string, query?: Parameters<(topicId: string, query?: import("./topicsClient").TopicTreeQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicTreeResponse>>>[1]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicTreeResponse>>;
|
|
285
1749
|
getTree(input: {
|
|
286
1750
|
rootId: string;
|
|
287
1751
|
maxDepth?: number;
|
|
288
|
-
}):
|
|
289
|
-
coverage(topicId: string, query?: Parameters<(
|
|
290
|
-
remove: (
|
|
291
|
-
bulkCreate: (
|
|
292
|
-
materializeGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
293
|
-
materializeTopicGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
294
|
-
graphSpine(input?: import("./functionSurface").FunctionSurfaceInput):
|
|
295
|
-
getTopicGraphSpine(input?: import("./functionSurface").FunctionSurfaceInput):
|
|
1752
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicTreeResponse>>;
|
|
1753
|
+
coverage(topicId: string, query?: Parameters<(topicId: string, query?: import("./topicsClient").TopicCoverageQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicCoverageResponse>>>[1]): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").TopicCoverageResponse>>;
|
|
1754
|
+
remove: (topicId: string, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
1755
|
+
bulkCreate: (input: import("./topicsClient").TopicBulkCreateInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
1756
|
+
materializeGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
1757
|
+
materializeTopicGraph(input?: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
1758
|
+
graphSpine(input?: import("./functionSurface").FunctionSurfaceInput): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
1759
|
+
getTopicGraphSpine(input?: import("./functionSurface").FunctionSurfaceInput): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
296
1760
|
};
|
|
297
1761
|
answers: {
|
|
298
|
-
create(input: import("./functionSurface").FunctionSurfaceInput):
|
|
299
|
-
get(input: import("./functionSurface").FunctionSurfaceInput):
|
|
1762
|
+
create(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>;
|
|
1763
|
+
get(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>>>;
|
|
300
1764
|
};
|
|
301
1765
|
contradictions: {
|
|
302
1766
|
flag(args: {
|
|
@@ -306,82 +1770,133 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
306
1770
|
topicId?: string;
|
|
307
1771
|
severity?: string;
|
|
308
1772
|
defeatType?: string;
|
|
309
|
-
}):
|
|
1773
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
310
1774
|
list(args: {
|
|
311
1775
|
topicId?: string;
|
|
312
1776
|
status?: string;
|
|
313
1777
|
limit?: number;
|
|
314
1778
|
cursor?: string;
|
|
315
|
-
}):
|
|
316
|
-
get(contradictionId: string):
|
|
317
|
-
find:
|
|
1779
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").ContradictionsListResult>>;
|
|
1780
|
+
get(contradictionId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1781
|
+
find: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
318
1782
|
};
|
|
319
1783
|
ontologies: {
|
|
320
1784
|
list(input?: {
|
|
321
1785
|
tenantId?: string;
|
|
322
1786
|
tier?: string;
|
|
323
1787
|
status?: string;
|
|
324
|
-
}):
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
1788
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<{
|
|
1789
|
+
ontologies: unknown[];
|
|
1790
|
+
total: number;
|
|
1791
|
+
items: unknown[];
|
|
1792
|
+
definitions: unknown[];
|
|
1793
|
+
}>>;
|
|
1794
|
+
get(ontologyId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1795
|
+
bind(input: Parameters<(input: import("./ontologyClient").OntologyBindingInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: Parameters<(input: import("./ontologyClient").OntologyBindingInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1796
|
+
match(input: Parameters<(input: import("./gatewayFacades").OntologyMatchInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: Parameters<(input: import("./gatewayFacades").OntologyMatchInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1797
|
+
create(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1798
|
+
update(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1799
|
+
archive(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1800
|
+
createVersion(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1801
|
+
publishVersion(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1802
|
+
publishOntologyVersion(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1803
|
+
deprecateVersion(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1804
|
+
deprecateOntologyVersion(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1805
|
+
resolveEffective(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1806
|
+
resolveEffectiveOntology(input: import("./functionSurface").FunctionSurfaceInput): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1807
|
+
raw: {
|
|
1808
|
+
list(filters?: import("./coreClient").GatewayScope & {
|
|
1809
|
+
tenantId?: string;
|
|
1810
|
+
tier?: string;
|
|
1811
|
+
status?: string;
|
|
1812
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1813
|
+
ontologies: unknown[];
|
|
1814
|
+
total: number;
|
|
1815
|
+
items: unknown[];
|
|
1816
|
+
definitions: unknown[];
|
|
1817
|
+
}>>;
|
|
1818
|
+
get(id: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1819
|
+
bind(input: import("./ontologyClient").OntologyBindingInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1820
|
+
createDefinition(input: import("./ontologyClient").OntologyDefinitionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1821
|
+
updateDefinition(id: string, input: import("./ontologyClient").OntologyDefinitionUpdateInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1822
|
+
archiveDefinition(id: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1823
|
+
listVersions(ontologyId: string, filters?: import("./coreClient").GatewayScope & {
|
|
1824
|
+
status?: string;
|
|
1825
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<unknown, "versions">>>;
|
|
1826
|
+
createVersion(ontologyId: string, input: import("./ontologyClient").OntologyVersionInput, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1827
|
+
publishVersion(ontologyId: string, versionId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1828
|
+
deprecateVersion(ontologyId: string, versionId: string, idempotencyKey?: string): Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1829
|
+
listTopics(ontologyId: string): Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "topics">>>;
|
|
1830
|
+
} & {
|
|
1831
|
+
listDefinitions: (filters?: import("./coreClient").GatewayScope & {
|
|
1832
|
+
tenantId?: string;
|
|
1833
|
+
tier?: string;
|
|
1834
|
+
status?: string;
|
|
1835
|
+
}) => Promise<import("./coreClient").PlatformGatewaySuccess<{
|
|
1836
|
+
ontologies: unknown[];
|
|
1837
|
+
total: number;
|
|
1838
|
+
items: unknown[];
|
|
1839
|
+
definitions: unknown[];
|
|
1840
|
+
}>>;
|
|
1841
|
+
getDefinition: (id: string) => Promise<import("./coreClient").PlatformGatewaySuccess<unknown>>;
|
|
1842
|
+
listTopicsByOntology: (ontologyId: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<any, "topics">>>;
|
|
1843
|
+
};
|
|
339
1844
|
};
|
|
340
1845
|
graph: {
|
|
341
|
-
nodes:
|
|
342
|
-
createEdge: (
|
|
343
|
-
neighborhood(args: Parameters<(
|
|
344
|
-
queryLineage:
|
|
345
|
-
getConfidenceHistory:
|
|
346
|
-
getOpinionHistory:
|
|
347
|
-
getAuditTrail:
|
|
1846
|
+
nodes: import("./client-assembly-types").ClientNodesNamespace;
|
|
1847
|
+
createEdge: (input: import("./graphClient").CreateEdgeInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformGraphEdge>>;
|
|
1848
|
+
neighborhood(args: Parameters<(query: import("./graphClient").NeighborhoodInput) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").GraphNeighborhoodResponse>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<import("./types").GraphNeighborhoodResponse>>;
|
|
1849
|
+
queryLineage: (args_0: string, args_1?: number | undefined) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1850
|
+
getConfidenceHistory: (args_0: string) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1851
|
+
getOpinionHistory: (args_0: string) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1852
|
+
getAuditTrail: (nodeId: string, limit?: number) => Promise<{
|
|
1853
|
+
entries: import("./client-assembly-types").AuditTrailEntry[];
|
|
1854
|
+
}>;
|
|
348
1855
|
traverse(args: {
|
|
349
1856
|
startNode: string;
|
|
350
1857
|
direction?: string;
|
|
351
1858
|
maxDepth?: number;
|
|
352
1859
|
topicId?: string;
|
|
353
|
-
}):
|
|
1860
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
354
1861
|
analyze(args: {
|
|
355
1862
|
topicId?: string;
|
|
356
1863
|
limit?: number;
|
|
357
1864
|
metric?: string;
|
|
358
|
-
}):
|
|
1865
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
359
1866
|
bias(args: {
|
|
360
1867
|
topicId?: string;
|
|
361
1868
|
threshold?: number;
|
|
362
1869
|
limit?: number;
|
|
363
|
-
}):
|
|
1870
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
364
1871
|
gaps(args: {
|
|
365
1872
|
topicId?: string;
|
|
366
1873
|
minConfidence?: number;
|
|
367
|
-
}):
|
|
1874
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
368
1875
|
falsify(args: {
|
|
369
1876
|
topicId?: string;
|
|
370
1877
|
beliefId?: string;
|
|
371
1878
|
beliefIds?: string[];
|
|
372
1879
|
minConfidence?: number;
|
|
373
|
-
}):
|
|
1880
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
374
1881
|
traceEntityImpact(args: {
|
|
375
1882
|
nodeId: string;
|
|
376
1883
|
topicId?: string;
|
|
377
|
-
}):
|
|
378
|
-
searchBeliefs:
|
|
379
|
-
findContradictions:
|
|
380
|
-
bisectConfidence:
|
|
381
|
-
listBeliefs:
|
|
382
|
-
detectConfirmationBias(topicId: string, threshold?: number):
|
|
383
|
-
|
|
384
|
-
|
|
1884
|
+
}): Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1885
|
+
searchBeliefs: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1886
|
+
findContradictions: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1887
|
+
bisectConfidence: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1888
|
+
listBeliefs: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
1889
|
+
detectConfirmationBias(topicId: string, threshold?: number): Promise<{
|
|
1890
|
+
topicId: string;
|
|
1891
|
+
threshold: number;
|
|
1892
|
+
}>;
|
|
1893
|
+
getStructureAnalysis(topicId: string): Promise<{
|
|
1894
|
+
topicId: string;
|
|
1895
|
+
}>;
|
|
1896
|
+
getFalsificationQuestions(topicId: string, beliefIds?: string[]): Promise<{
|
|
1897
|
+
topicId: string;
|
|
1898
|
+
questions: unknown;
|
|
1899
|
+
}>;
|
|
385
1900
|
};
|
|
386
1901
|
themes: {
|
|
387
1902
|
listByTopic(input: {
|
|
@@ -390,7 +1905,7 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
390
1905
|
query?: string;
|
|
391
1906
|
limit?: number;
|
|
392
1907
|
cursor?: string;
|
|
393
|
-
}): Promise<
|
|
1908
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
394
1909
|
};
|
|
395
1910
|
graphSearch: {
|
|
396
1911
|
keywordSearchNodes(input: {
|
|
@@ -402,7 +1917,7 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
402
1917
|
nodeTypes?: string[];
|
|
403
1918
|
limit?: number;
|
|
404
1919
|
cursor?: string;
|
|
405
|
-
}): Promise<
|
|
1920
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
406
1921
|
};
|
|
407
1922
|
classifiers: {
|
|
408
1923
|
listBeliefCandidates(input: {
|
|
@@ -412,43 +1927,71 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
412
1927
|
query?: string;
|
|
413
1928
|
limit?: number;
|
|
414
1929
|
cursor?: string;
|
|
415
|
-
}): Promise<
|
|
1930
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
416
1931
|
};
|
|
417
1932
|
archetypes: {
|
|
418
1933
|
getJudgmentSignature(input: {
|
|
419
1934
|
topicId?: string;
|
|
420
1935
|
projectId?: string;
|
|
421
1936
|
principalId?: string;
|
|
422
|
-
}): Promise<
|
|
1937
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
423
1938
|
};
|
|
424
1939
|
events: {
|
|
425
|
-
list(query?: Parameters<(
|
|
426
|
-
replay(input: Parameters<(
|
|
427
|
-
recordEvent:
|
|
428
|
-
listEvents:
|
|
429
|
-
listWebhooks:
|
|
430
|
-
enqueueDelivery:
|
|
431
|
-
recordDeliveryAttempt:
|
|
432
|
-
updateDeliveryStatus:
|
|
1940
|
+
list(query?: Parameters<(query?: import("./gatewayFacades").EventsListQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").EventsListResult>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").EventsListResult>>;
|
|
1941
|
+
replay(input: Parameters<(input: import("./gatewayFacades").ReplayEventsInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1942
|
+
recordEvent: (input: import("./eventingClient").RecordEventInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingRecord>>;
|
|
1943
|
+
listEvents: (input: import("./eventingClient").EventingScope) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./eventingClient").EventingRecord, "events">>>;
|
|
1944
|
+
listWebhooks: (input: import("./eventingClient").EventingScope) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").ListResult<import("./eventingClient").EventingWebhookRecord, "webhooks">>>;
|
|
1945
|
+
enqueueDelivery: (input: import("./eventingClient").EnqueueDeliveryInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
1946
|
+
recordDeliveryAttempt: (input: import("./eventingClient").RecordDeliveryAttemptInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
1947
|
+
updateDeliveryStatus: (input: import("./eventingClient").UpdateDeliveryStatusInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./eventingClient").EventingDeliveryRecord>>;
|
|
433
1948
|
};
|
|
434
1949
|
beliefs: {
|
|
435
|
-
create(input: import("./
|
|
436
|
-
get(nodeId: string):
|
|
1950
|
+
create(input: import("./beliefsClient").CreateBeliefInput): Promise<import("./client-config").GatewayDataEnvelope<import("./types").PlatformBeliefRecord>>;
|
|
1951
|
+
get(nodeId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").BeliefRecord>>;
|
|
437
1952
|
refine(nodeId: string, textOrInput: string | {
|
|
438
1953
|
text: string;
|
|
439
1954
|
rationale?: string;
|
|
440
|
-
}, rationale?: string):
|
|
441
|
-
updateRationale(input: Parameters<(
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
1955
|
+
}, rationale?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").BeliefRecord>>;
|
|
1956
|
+
updateRationale(input: Parameters<(input: {
|
|
1957
|
+
id?: string;
|
|
1958
|
+
nodeId?: string;
|
|
1959
|
+
beliefId?: string;
|
|
1960
|
+
rationale?: string;
|
|
1961
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1962
|
+
linkBeliefs(input: Parameters<(input: {
|
|
1963
|
+
fromNodeId: string;
|
|
1964
|
+
toNodeId: string;
|
|
1965
|
+
edgeType: string;
|
|
1966
|
+
weight?: number;
|
|
1967
|
+
context?: string;
|
|
1968
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1969
|
+
unlinkEvidence(input: Parameters<(input: {
|
|
1970
|
+
beliefNodeId?: string;
|
|
1971
|
+
beliefId?: string;
|
|
1972
|
+
insightId?: string;
|
|
1973
|
+
evidenceId?: string;
|
|
1974
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1975
|
+
updateCriticality(input: Parameters<(input: {
|
|
1976
|
+
id?: string;
|
|
1977
|
+
nodeId?: string;
|
|
1978
|
+
beliefId?: string;
|
|
1979
|
+
criticality: string;
|
|
1980
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1981
|
+
batchUpdateCriticality(input: Parameters<(input: {
|
|
1982
|
+
updates: import("./gatewayFacades").GatewayRecord[];
|
|
1983
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1984
|
+
reassignTopic(input: Parameters<(input: {
|
|
1985
|
+
beliefNodeIds?: string[];
|
|
1986
|
+
beliefIds?: string[];
|
|
1987
|
+
targetTopicId: string;
|
|
1988
|
+
reason?: string;
|
|
1989
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
1990
|
+
fork(nodeId: string, input: import("./client-config").BeliefsCompatForkInput): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").BeliefRecord>>;
|
|
448
1991
|
archive(nodeId: string, input?: string | {
|
|
449
1992
|
reason?: string;
|
|
450
1993
|
rationale?: string;
|
|
451
|
-
}):
|
|
1994
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
452
1995
|
list(args: {
|
|
453
1996
|
topicId?: string;
|
|
454
1997
|
worktreeId?: string;
|
|
@@ -456,23 +1999,23 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
456
1999
|
minConfidence?: number;
|
|
457
2000
|
limit?: number;
|
|
458
2001
|
cursor?: string;
|
|
459
|
-
}):
|
|
460
|
-
search:
|
|
461
|
-
lineage(nodeId: string):
|
|
462
|
-
confidenceHistory(nodeId: string):
|
|
463
|
-
opinionHistory:
|
|
464
|
-
createContract(nodeId: string, input: Parameters<(
|
|
465
|
-
bisect(nodeId: string, input: Parameters<(
|
|
2002
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").BeliefsListResult>>;
|
|
2003
|
+
search: (args_0: import("./types").JsonObject) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
2004
|
+
lineage(nodeId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").BeliefsLineageResult>>;
|
|
2005
|
+
confidenceHistory(nodeId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2006
|
+
opinionHistory: (args_0: string) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
2007
|
+
createContract(nodeId: string, input: Parameters<(id: string, input: import("./gatewayFacades").BeliefContractInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2008
|
+
bisect(nodeId: string, input: Parameters<(id: string, input: import("./gatewayFacades").BeliefBisectInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
466
2009
|
};
|
|
467
2010
|
webhooks: {
|
|
468
|
-
create(input: Parameters<(
|
|
469
|
-
list(query?: Parameters<(
|
|
470
|
-
get(id: string):
|
|
471
|
-
update(id: string, input: Parameters<(
|
|
472
|
-
delete(id: string):
|
|
473
|
-
test(id: string, input?: Parameters<(
|
|
474
|
-
deliveries(id: string, query?: Parameters<(
|
|
475
|
-
health(id: string):
|
|
2011
|
+
create(input: Parameters<(input: import("./gatewayFacades").WebhookCreateInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2012
|
+
list(query?: Parameters<(query?: import("./gatewayFacades").WebhookListQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").WebhooksListResult>>>[0]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").WebhooksListResult>>;
|
|
2013
|
+
get(id: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2014
|
+
update(id: string, input: Parameters<(id: string, input: import("./gatewayFacades").WebhookUpdateInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2015
|
+
delete(id: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2016
|
+
test(id: string, input?: Parameters<(id: string, input?: import("./gatewayFacades").WebhookTestInput, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2017
|
+
deliveries(id: string, query?: Parameters<(id: string, query?: import("./gatewayFacades").WebhookDeliveriesQuery) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2018
|
+
health(id: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
476
2019
|
};
|
|
477
2020
|
edges: {
|
|
478
2021
|
create(args: import("./functionSurface").FunctionSurfaceInput & {
|
|
@@ -486,40 +2029,42 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
486
2029
|
weight?: number;
|
|
487
2030
|
context?: string;
|
|
488
2031
|
reasoning?: string;
|
|
489
|
-
}, idempotencyKey?: string):
|
|
490
|
-
createEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
491
|
-
update(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
492
|
-
updateEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
493
|
-
remove(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
494
|
-
removeEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
495
|
-
removeBetween(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
496
|
-
removeEdgesBetween(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
497
|
-
batchCreate(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
498
|
-
batchCreateEdges(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string):
|
|
499
|
-
delete(input: Parameters<(
|
|
2032
|
+
}, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2033
|
+
createEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2034
|
+
update(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2035
|
+
updateEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2036
|
+
remove(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2037
|
+
removeEdge(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2038
|
+
removeBetween(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2039
|
+
removeEdgesBetween(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2040
|
+
batchCreate(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2041
|
+
batchCreateEdges(input: import("./functionSurface").FunctionSurfaceInput, idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<unknown>>;
|
|
2042
|
+
delete(input: Parameters<(input: {
|
|
2043
|
+
edgeIds: string[];
|
|
2044
|
+
}, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
500
2045
|
list(args: {
|
|
501
2046
|
sourceId: string;
|
|
502
2047
|
edgeType?: string;
|
|
503
2048
|
limit?: number;
|
|
504
2049
|
cursor?: string;
|
|
505
|
-
}):
|
|
2050
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayList>>;
|
|
506
2051
|
traverse(args: {
|
|
507
2052
|
startNode: string;
|
|
508
2053
|
direction?: string;
|
|
509
2054
|
maxDepth?: number;
|
|
510
2055
|
topicId?: string;
|
|
511
|
-
}):
|
|
2056
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
512
2057
|
};
|
|
513
2058
|
evidence: {
|
|
514
|
-
create(args: import("./
|
|
515
|
-
add:
|
|
516
|
-
get(evidenceId: string):
|
|
2059
|
+
create(args: import("./client-evidence-compat").EvidenceCompatInput): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
2060
|
+
add: (args_0: import("./client-evidence-compat").EvidenceCompatInput) => Promise<import("./coreClient").PlatformGatewaySuccess<Record<string, unknown>> & Record<string, unknown>>;
|
|
2061
|
+
get(evidenceId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
517
2062
|
list(args: {
|
|
518
2063
|
topicId?: string;
|
|
519
2064
|
targetId?: string;
|
|
520
2065
|
limit?: number;
|
|
521
2066
|
cursor?: string;
|
|
522
|
-
}):
|
|
2067
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayList>>;
|
|
523
2068
|
search(args: {
|
|
524
2069
|
q?: string;
|
|
525
2070
|
query?: string;
|
|
@@ -528,7 +2073,7 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
528
2073
|
methodology?: string;
|
|
529
2074
|
limit?: number;
|
|
530
2075
|
cursor?: string;
|
|
531
|
-
}):
|
|
2076
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayList>>;
|
|
532
2077
|
link(args: {
|
|
533
2078
|
evidenceId: string;
|
|
534
2079
|
targetId?: string;
|
|
@@ -539,7 +2084,7 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
539
2084
|
evidenceRelation?: "supports" | "contradicts";
|
|
540
2085
|
confidence?: number;
|
|
541
2086
|
rationale?: string;
|
|
542
|
-
}):
|
|
2087
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").EvidenceLinkResult>>;
|
|
543
2088
|
linkToBelief(args: {
|
|
544
2089
|
evidenceId: string;
|
|
545
2090
|
beliefId: string;
|
|
@@ -547,18 +2092,20 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
547
2092
|
evidenceRelation?: "supports" | "contradicts";
|
|
548
2093
|
confidence?: number;
|
|
549
2094
|
rationale?: string;
|
|
550
|
-
}):
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
2095
|
+
}): Promise<{
|
|
2096
|
+
beliefId: string;
|
|
2097
|
+
}>;
|
|
2098
|
+
classifyEvidence(beliefId: string, evidenceId: string, config?: Parameters<(beliefId: string, evidenceId: string, classificationConfig?: import("./evidenceClient").EvidenceClassificationRequestConfig, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./evidenceClient").ClassifyEvidenceResult>>>[2], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./evidenceClient").ClassifyEvidenceResult>>;
|
|
2099
|
+
classifyEvidenceBatch(beliefId: string, evidence: Parameters<(beliefId: string, evidence: import("./evidenceClient").ClassifyEvidenceBatchItem[], classificationConfig?: import("./evidenceClient").EvidenceClassificationRequestConfig, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./evidenceClient").ClassifyEvidenceBatchResult>>>[1], config?: Parameters<(beliefId: string, evidence: import("./evidenceClient").ClassifyEvidenceBatchItem[], classificationConfig?: import("./evidenceClient").EvidenceClassificationRequestConfig, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./evidenceClient").ClassifyEvidenceBatchResult>>>[2], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./evidenceClient").ClassifyEvidenceBatchResult>>;
|
|
2100
|
+
updateStatus(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2101
|
+
update(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2102
|
+
flagIncorrect(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2103
|
+
remove(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2104
|
+
updateVerificationStatus(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
558
2105
|
};
|
|
559
2106
|
sources: {
|
|
560
|
-
upsert(input: Parameters<
|
|
561
|
-
get(sourceId: string):
|
|
2107
|
+
upsert(input: Parameters<(spec: import("./sources-client").UpsertSourceSpec, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformSourceRecord>>>[0], idempotencyKey?: Parameters<(spec: import("./sources-client").UpsertSourceSpec, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./types").PlatformSourceRecord>>>[1]): Promise<import("./client-config").GatewayDataEnvelope<import("./types").PlatformSourceRecord>>;
|
|
2108
|
+
get(sourceId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./types").PlatformSourceRecord>>;
|
|
562
2109
|
};
|
|
563
2110
|
questions: {
|
|
564
2111
|
create(args: {
|
|
@@ -567,14 +2114,14 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
567
2114
|
priority?: string;
|
|
568
2115
|
linkedBeliefId?: string;
|
|
569
2116
|
metadata?: import("./types").JsonObject;
|
|
570
|
-
}):
|
|
571
|
-
get(questionId: string):
|
|
2117
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2118
|
+
get(questionId: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
572
2119
|
refine(questionId: string, input: string | {
|
|
573
2120
|
text?: string;
|
|
574
2121
|
question?: string;
|
|
575
2122
|
rationale?: string;
|
|
576
2123
|
linkedWorktreeId?: string;
|
|
577
|
-
}, refinementReason?: string):
|
|
2124
|
+
}, refinementReason?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
578
2125
|
list(args: {
|
|
579
2126
|
topicId?: string;
|
|
580
2127
|
status?: string;
|
|
@@ -582,39 +2129,46 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
582
2129
|
worktreeId?: string;
|
|
583
2130
|
limit?: number;
|
|
584
2131
|
cursor?: string;
|
|
585
|
-
}):
|
|
586
|
-
updateStatus(questionId: string, status: string, rationale?: string):
|
|
587
|
-
batchCreate(input: Parameters<(
|
|
588
|
-
add(input: Parameters<(
|
|
589
|
-
updatePriority(input: Parameters<(
|
|
590
|
-
advanceToConviction(input: Parameters<(
|
|
591
|
-
updateConviction(input: Parameters<(
|
|
592
|
-
finalizeConviction(input: Parameters<(
|
|
593
|
-
update(input: Parameters<(
|
|
594
|
-
delete(input: Parameters<(
|
|
2132
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").QuestionsListResult>>;
|
|
2133
|
+
updateStatus(questionId: string, status: string, rationale?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2134
|
+
batchCreate(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2135
|
+
add(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2136
|
+
updatePriority(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2137
|
+
advanceToConviction(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2138
|
+
updateConviction(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2139
|
+
finalizeConviction(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2140
|
+
update(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2141
|
+
delete(input: Parameters<(input: import("./gatewayFacades").GatewayRecord, idempotencyKey?: string) => Promise<import("./coreClient").PlatformGatewaySuccess<import("./gatewayFacades").GatewayRecord>>>[0], idempotencyKey?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
595
2142
|
answer(questionId: string, input: {
|
|
596
2143
|
text: string;
|
|
597
2144
|
confidence?: string;
|
|
598
2145
|
evidenceIds?: string[];
|
|
599
2146
|
rationale?: string;
|
|
600
|
-
}):
|
|
601
|
-
archive(questionId: string, reason?: string):
|
|
2147
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
2148
|
+
archive(questionId: string, reason?: string): Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").GatewayRecord>>;
|
|
602
2149
|
linkEvidence(args: {
|
|
603
2150
|
evidenceId: string;
|
|
604
2151
|
questionId: string;
|
|
605
2152
|
relevance?: number;
|
|
606
2153
|
weight?: number;
|
|
607
2154
|
rationale?: string;
|
|
608
|
-
}):
|
|
2155
|
+
}): Promise<{
|
|
2156
|
+
questionId: string;
|
|
2157
|
+
relevance: number | undefined;
|
|
2158
|
+
}>;
|
|
609
2159
|
getHighPriority(args: {
|
|
610
2160
|
topicId?: string;
|
|
611
2161
|
limit?: number;
|
|
612
2162
|
includeAnswered?: boolean;
|
|
613
|
-
}):
|
|
2163
|
+
}): Promise<{
|
|
2164
|
+
questions: ({
|
|
2165
|
+
priority?: string;
|
|
2166
|
+
} & Record<string, unknown>)[];
|
|
2167
|
+
}>;
|
|
614
2168
|
findMissing(args: {
|
|
615
2169
|
topicId?: string;
|
|
616
2170
|
minConfidence?: number;
|
|
617
|
-
}): Promise<
|
|
2171
|
+
}): Promise<import("./client-config").GatewayDataEnvelope<Record<string, unknown>>>;
|
|
618
2172
|
};
|
|
619
2173
|
config: LucernClientConfig;
|
|
620
2174
|
version: string;
|
|
@@ -625,6 +2179,6 @@ export declare function createLucernClient(config?: LucernClientConfig): {
|
|
|
625
2179
|
minConfidence?: number;
|
|
626
2180
|
limit?: number;
|
|
627
2181
|
cursor?: string;
|
|
628
|
-
}) => Promise<
|
|
2182
|
+
}) => Promise<import("./client-config").GatewayDataEnvelope<import("./gatewayFacades").SearchResult>>;
|
|
629
2183
|
};
|
|
630
2184
|
//# sourceMappingURL=client.d.ts.map
|