@lucern/sdk 0.2.0-alpha.6 → 0.2.0-alpha.8
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 +13 -0
- package/dist/{lib/platform/sdk/adminClient.d.ts → adminClient.d.ts} +56 -51
- package/dist/adminClient.js +755 -0
- package/dist/adminClient.js.map +1 -0
- package/dist/answersClient.d.ts +23 -0
- package/dist/answersClient.js +333 -0
- package/dist/answersClient.js.map +1 -0
- package/dist/{lib/platform/sdk/audiencesClient.d.ts → audiencesClient.d.ts} +24 -18
- package/dist/audiencesClient.js +472 -0
- package/dist/audiencesClient.js.map +1 -0
- package/dist/auditClient.d.ts +29 -0
- package/dist/auditClient.js +386 -0
- package/dist/auditClient.js.map +1 -0
- package/dist/{lib/platform/sdk/beliefsClient.d.ts → beliefsClient.d.ts} +32 -27
- package/dist/beliefsClient.js +477 -0
- package/dist/beliefsClient.js.map +1 -0
- package/dist/{lib/platform/sdk/client.d.ts → client.d.ts} +404 -395
- package/dist/client.js +6134 -0
- package/dist/client.js.map +1 -0
- package/dist/{lib/platform/sdk/contextClient.d.ts → contextClient.d.ts} +13 -7
- package/dist/contextClient.js +396 -0
- package/dist/contextClient.js.map +1 -0
- package/dist/contextFacade.d.ts +2 -0
- package/dist/contextFacade.js +73 -0
- package/dist/contextFacade.js.map +1 -0
- package/dist/{lib/platform/sdk/contextPackCompiler.d.ts → contextPackCompiler.d.ts} +11 -9
- package/dist/contextPackCompiler.js +1091 -0
- package/dist/contextPackCompiler.js.map +1 -0
- package/dist/contextPackPolicy.d.ts +84 -0
- package/dist/contextPackPolicy.js +347 -0
- package/dist/contextPackPolicy.js.map +1 -0
- package/dist/contextPackSchema.d.ts +7 -0
- package/dist/contextPackSchema.js +203 -0
- package/dist/contextPackSchema.js.map +1 -0
- package/dist/{lib/platform/sdk/contextTypes.d.ts → contextTypes.d.ts} +15 -13
- package/dist/contextTypes.js +3 -0
- package/dist/contextTypes.js.map +1 -0
- package/dist/contracts/api-enums.contract.d.ts +81 -0
- package/dist/contracts/api-enums.contract.js +92 -0
- package/dist/contracts/api-enums.contract.js.map +1 -0
- package/dist/contracts/auth-session.contract.d.ts +55 -0
- package/dist/contracts/auth-session.contract.js +48 -0
- package/dist/contracts/auth-session.contract.js.map +1 -0
- package/dist/{lucern/contracts/src → contracts}/context-pack.contract.d.ts +56 -58
- package/dist/contracts/context-pack.contract.js +98 -0
- package/dist/contracts/context-pack.contract.js.map +1 -0
- package/dist/contracts/contextPack.d.ts +1 -0
- package/dist/contracts/contextPack.js +98 -0
- package/dist/contracts/contextPack.js.map +1 -0
- package/dist/contracts/index.d.ts +9 -0
- package/dist/contracts/index.js +4892 -0
- package/dist/contracts/index.js.map +1 -0
- package/dist/{lucern/contracts/src → contracts}/lens-filter.contract.d.ts +10 -8
- package/dist/contracts/lens-filter.contract.js +71 -0
- package/dist/contracts/lens-filter.contract.js.map +1 -0
- package/dist/contracts/lens-workflow.contract.d.ts +87 -0
- package/dist/contracts/lens-workflow.contract.js +123 -0
- package/dist/contracts/lens-workflow.contract.js.map +1 -0
- package/dist/contracts/lensFilter.d.ts +1 -0
- package/dist/contracts/lensFilter.js +71 -0
- package/dist/contracts/lensFilter.js.map +1 -0
- package/dist/contracts/lensWorkflow.d.ts +2 -0
- package/dist/contracts/lensWorkflow.js +123 -0
- package/dist/contracts/lensWorkflow.js.map +1 -0
- package/dist/contracts/mcp-tools.contract.d.ts +1 -0
- package/dist/contracts/mcp-tools.contract.js +2986 -0
- package/dist/contracts/mcp-tools.contract.js.map +1 -0
- package/dist/contracts/mcpTools.d.ts +1 -0
- package/dist/contracts/mcpTools.js +2986 -0
- package/dist/contracts/mcpTools.js.map +1 -0
- package/dist/{lucern/contracts/src → contracts}/prompt.contract.d.ts +5 -3
- package/dist/contracts/prompt.contract.js +12 -0
- package/dist/contracts/prompt.contract.js.map +1 -0
- package/dist/contracts/prompt.d.ts +1 -0
- package/dist/contracts/prompt.js +12 -0
- package/dist/contracts/prompt.js.map +1 -0
- package/dist/contracts/sdk-tools.contract.d.ts +2 -0
- package/dist/contracts/sdk-tools.contract.js +4134 -0
- package/dist/contracts/sdk-tools.contract.js.map +1 -0
- package/dist/contracts/sdkTools.d.ts +2 -0
- package/dist/contracts/sdkTools.js +4134 -0
- package/dist/contracts/sdkTools.js.map +1 -0
- package/dist/contracts/workflow-runtime.contract.d.ts +163 -0
- package/dist/contracts/workflow-runtime.contract.js +245 -0
- package/dist/contracts/workflow-runtime.contract.js.map +1 -0
- package/dist/contracts/workflowRuntime.d.ts +1 -0
- package/dist/contracts/workflowRuntime.js +245 -0
- package/dist/contracts/workflowRuntime.js.map +1 -0
- package/dist/{lib/platform/sdk/controlObjectOwnership.d.ts → controlObjectOwnership.d.ts} +20 -18
- package/dist/controlObjectOwnership.js +215 -0
- package/dist/controlObjectOwnership.js.map +1 -0
- package/dist/{lib/platform/sdk/coreClient.d.ts → coreClient.d.ts} +19 -14
- package/dist/coreClient.js +339 -0
- package/dist/coreClient.js.map +1 -0
- package/dist/{lib/platform/sdk/customTools.d.ts → customTools.d.ts} +21 -16
- package/dist/customTools.js +248 -0
- package/dist/customTools.js.map +1 -0
- package/dist/{lib/platform/sdk/decisionsClient.d.ts → decisionsClient.d.ts} +29 -24
- package/dist/decisionsClient.js +522 -0
- package/dist/decisionsClient.js.map +1 -0
- package/dist/domainContext.d.ts +1 -0
- package/dist/domainContext.js +3 -0
- package/dist/domainContext.js.map +1 -0
- package/dist/events.d.ts +178 -0
- package/dist/events.js +249 -0
- package/dist/events.js.map +1 -0
- package/dist/eventsCore.d.ts +49 -0
- package/dist/eventsCore.js +429 -0
- package/dist/eventsCore.js.map +1 -0
- package/dist/facade/context.d.ts +18 -0
- package/dist/facade/context.js +73 -0
- package/dist/facade/context.js.map +1 -0
- package/dist/{lib/platform/sdk/gatewayFacades.d.ts → gatewayFacades.d.ts} +31 -26
- package/dist/gatewayFacades.js +1953 -0
- package/dist/gatewayFacades.js.map +1 -0
- package/dist/{lib/platform/sdk/graphClient.d.ts → graphClient.d.ts} +57 -52
- package/dist/graphClient.js +698 -0
- package/dist/graphClient.js.map +1 -0
- package/dist/{lib/platform/sdk/harnessClient.d.ts → harnessClient.d.ts} +44 -39
- package/dist/harnessClient.js +607 -0
- package/dist/harnessClient.js.map +1 -0
- package/dist/{lib/platform/sdk/identityClient.d.ts → identityClient.d.ts} +17 -11
- package/dist/identityClient.js +497 -0
- package/dist/identityClient.js.map +1 -0
- package/dist/index.d.ts +42 -3
- package/dist/index.js +11381 -3
- package/dist/index.js.map +1 -0
- package/dist/{lib/platform/sdk/learningClient.d.ts → learningClient.d.ts} +13 -7
- package/dist/learningClient.js +409 -0
- package/dist/learningClient.js.map +1 -0
- package/dist/{lib/platform/sdk/mcpParityClient.d.ts → mcpParityClient.d.ts} +10 -5
- package/dist/mcpParityClient.js +516 -0
- package/dist/mcpParityClient.js.map +1 -0
- package/dist/mcpParitySurface.d.ts +12 -0
- package/dist/mcpParitySurface.js +65 -0
- package/dist/mcpParitySurface.js.map +1 -0
- package/dist/mcpTools-DPZxowDX.d.ts +254 -0
- package/dist/{lib/platform/sdk/ontologyClient.d.ts → ontologyClient.d.ts} +28 -22
- package/dist/ontologyClient.js +513 -0
- package/dist/ontologyClient.js.map +1 -0
- package/dist/packRuntime.d.ts +2 -0
- package/dist/packRuntime.js +3 -0
- package/dist/packRuntime.js.map +1 -0
- package/dist/{lib/platform/sdk/packsClient.d.ts → packsClient.d.ts} +34 -29
- package/dist/packsClient.js +525 -0
- package/dist/packsClient.js.map +1 -0
- package/dist/{lib/platform/sdk/policyClient.d.ts → policyClient.d.ts} +26 -20
- package/dist/policyClient.js +625 -0
- package/dist/policyClient.js.map +1 -0
- package/dist/realtime/index.d.ts +29 -0
- package/dist/realtime/index.js +23 -0
- package/dist/realtime/index.js.map +1 -0
- package/dist/realtime/refs.d.ts +17 -0
- package/dist/realtime/refs.js +9 -0
- package/dist/realtime/refs.js.map +1 -0
- package/dist/reportsClient.d.ts +41 -0
- package/dist/reportsClient.js +418 -0
- package/dist/reportsClient.js.map +1 -0
- package/dist/{lib/platform/sdk/schemaClient.d.ts → schemaClient.d.ts} +20 -15
- package/dist/schemaClient.js +434 -0
- package/dist/schemaClient.js.map +1 -0
- package/dist/sdkSurface.d.ts +61 -0
- package/dist/sdkSurface.js +112 -0
- package/dist/sdkSurface.js.map +1 -0
- package/dist/sdkTools-CwXJDACb.d.ts +150 -0
- package/dist/{lib/platform/sdk/topicsClient.d.ts → topicsClient.d.ts} +24 -18
- package/dist/topicsClient.js +492 -0
- package/dist/topicsClient.js.map +1 -0
- package/dist/{lib/platform/sdk/types.d.ts → types.d.ts} +84 -80
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/dist/version.d.ts +4 -0
- package/dist/version.js +6 -0
- package/dist/version.js.map +1 -0
- package/dist/{lib/platform/sdk/workflowClient.d.ts → workflowClient.d.ts} +60 -57
- package/dist/workflowClient.js +830 -0
- package/dist/workflowClient.js.map +1 -0
- package/package.json +25 -43
- package/dist/.generated +0 -2
- package/dist/lib/platform/auth/credentials.d.ts +0 -5
- package/dist/lib/platform/auth/credentials.js +0 -40
- package/dist/lib/platform/sdk/adminClient.js +0 -384
- package/dist/lib/platform/sdk/answersClient.d.ts +0 -16
- package/dist/lib/platform/sdk/answersClient.js +0 -21
- package/dist/lib/platform/sdk/audiencesClient.js +0 -111
- package/dist/lib/platform/sdk/auditClient.d.ts +0 -24
- package/dist/lib/platform/sdk/auditClient.js +0 -21
- package/dist/lib/platform/sdk/beliefsClient.js +0 -124
- package/dist/lib/platform/sdk/client.js +0 -1831
- package/dist/lib/platform/sdk/contextClient.js +0 -86
- package/dist/lib/platform/sdk/contextFacade.d.ts +0 -10
- package/dist/lib/platform/sdk/contextFacade.js +0 -10
- package/dist/lib/platform/sdk/contextPackCompiler.js +0 -534
- package/dist/lib/platform/sdk/contextTypes.js +0 -1
- package/dist/lib/platform/sdk/controlObjectOwnership.js +0 -220
- package/dist/lib/platform/sdk/coreClient.js +0 -366
- package/dist/lib/platform/sdk/customTools.js +0 -247
- package/dist/lib/platform/sdk/decisionsClient.js +0 -129
- package/dist/lib/platform/sdk/domainContext.d.ts +0 -1
- package/dist/lib/platform/sdk/domainContext.js +0 -1
- package/dist/lib/platform/sdk/events.d.ts +0 -176
- package/dist/lib/platform/sdk/events.js +0 -261
- package/dist/lib/platform/sdk/eventsCore.d.ts +0 -13
- package/dist/lib/platform/sdk/eventsCore.js +0 -13
- package/dist/lib/platform/sdk/gatewayFacades.js +0 -845
- package/dist/lib/platform/sdk/graphClient.js +0 -235
- package/dist/lib/platform/sdk/harnessClient.js +0 -219
- package/dist/lib/platform/sdk/identityClient.js +0 -131
- package/dist/lib/platform/sdk/index.d.ts +0 -49
- package/dist/lib/platform/sdk/index.js +0 -49
- package/dist/lib/platform/sdk/learningClient.js +0 -53
- package/dist/lib/platform/sdk/mcpParityClient.js +0 -196
- package/dist/lib/platform/sdk/mcpParitySurface.d.ts +0 -10
- package/dist/lib/platform/sdk/mcpParitySurface.js +0 -57
- package/dist/lib/platform/sdk/ontologyClient.js +0 -161
- package/dist/lib/platform/sdk/packRuntime.d.ts +0 -1
- package/dist/lib/platform/sdk/packRuntime.js +0 -1
- package/dist/lib/platform/sdk/packsClient.js +0 -157
- package/dist/lib/platform/sdk/policyClient.js +0 -277
- package/dist/lib/platform/sdk/promptCatalog.d.ts +0 -1
- package/dist/lib/platform/sdk/promptCatalog.js +0 -1
- package/dist/lib/platform/sdk/reportsClient.d.ts +0 -34
- package/dist/lib/platform/sdk/reportsClient.js +0 -64
- package/dist/lib/platform/sdk/schemaClient.js +0 -71
- package/dist/lib/platform/sdk/sdkSurface.d.ts +0 -56
- package/dist/lib/platform/sdk/sdkSurface.js +0 -140
- package/dist/lib/platform/sdk/topicsClient.js +0 -118
- package/dist/lib/platform/sdk/types.js +0 -1
- package/dist/lib/platform/sdk/version.d.ts +0 -2
- package/dist/lib/platform/sdk/version.js +0 -2
- package/dist/lib/platform/sdk/workflowClient.js +0 -366
- package/dist/lucern/contracts/src/api-enums.contract.d.ts +0 -58
- package/dist/lucern/contracts/src/api-enums.contract.js +0 -147
- package/dist/lucern/contracts/src/auth-context.contract.d.ts +0 -8
- package/dist/lucern/contracts/src/auth-context.contract.js +0 -8
- package/dist/lucern/contracts/src/auth-session.contract.d.ts +0 -8
- package/dist/lucern/contracts/src/auth-session.contract.js +0 -8
- package/dist/lucern/contracts/src/auth.contract.d.ts +0 -88
- package/dist/lucern/contracts/src/auth.contract.js +0 -57
- package/dist/lucern/contracts/src/context-pack.contract.js +0 -169
- package/dist/lucern/contracts/src/convex-admin.contract.d.ts +0 -5
- package/dist/lucern/contracts/src/convex-admin.contract.js +0 -1
- package/dist/lucern/contracts/src/events-types.contract.d.ts +0 -8
- package/dist/lucern/contracts/src/events-types.contract.js +0 -8
- package/dist/lucern/contracts/src/events.contract.d.ts +0 -176
- package/dist/lucern/contracts/src/events.contract.js +0 -159
- package/dist/lucern/contracts/src/gateway.contract.d.ts +0 -74
- package/dist/lucern/contracts/src/gateway.contract.js +0 -19
- package/dist/lucern/contracts/src/ids.contract.d.ts +0 -7
- package/dist/lucern/contracts/src/ids.contract.js +0 -24
- package/dist/lucern/contracts/src/index.d.ts +0 -29
- package/dist/lucern/contracts/src/index.js +0 -29
- package/dist/lucern/contracts/src/lens-filter.contract.js +0 -95
- package/dist/lucern/contracts/src/lens-workflow.contract.d.ts +0 -84
- package/dist/lucern/contracts/src/lens-workflow.contract.js +0 -54
- package/dist/lucern/contracts/src/mcp-tools.contract.d.ts +0 -151
- package/dist/lucern/contracts/src/mcp-tools.contract.js +0 -3281
- package/dist/lucern/contracts/src/ontology-matching.contract.d.ts +0 -8
- package/dist/lucern/contracts/src/ontology-matching.contract.js +0 -8
- package/dist/lucern/contracts/src/prompt.contract.js +0 -24
- package/dist/lucern/contracts/src/sdk-methods.contract.d.ts +0 -358
- package/dist/lucern/contracts/src/sdk-methods.contract.js +0 -19
- package/dist/lucern/contracts/src/sdk-tools.contract.d.ts +0 -92
- package/dist/lucern/contracts/src/sdk-tools.contract.js +0 -1398
- package/dist/lucern/contracts/src/text-matching.contract.d.ts +0 -53
- package/dist/lucern/contracts/src/text-matching.contract.js +0 -277
- package/dist/lucern/contracts/src/topic-scope.contract.d.ts +0 -8
- package/dist/lucern/contracts/src/topic-scope.contract.js +0 -8
- package/dist/lucern/contracts/src/workflow-runtime.contract.d.ts +0 -161
- package/dist/lucern/contracts/src/workflow-runtime.contract.js +0 -257
- package/dist/realtime-refs.d.ts +0 -1
- package/dist/realtime-refs.js +0 -1
- package/dist/realtime.d.ts +0 -1
- package/dist/realtime.js +0 -1
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { WorkflowProofArtifact, WorkflowStaffingHint, WorkflowAutoFixPolicy } from './contracts/workflow-runtime.contract.js';
|
|
2
|
+
import { DeprecatedBranchMetadata, LensPerspectiveType, LensStatus, LensPromptTemplateReference, LensWorkflowTemplate, LensTaskTemplate } from './contracts/lens-workflow.contract.js';
|
|
3
|
+
import './contracts/lens-filter.contract.js';
|
|
4
|
+
|
|
3
5
|
/** JSON-safe object whose values are recursively JSON-serializable. */
|
|
4
|
-
|
|
6
|
+
type JsonObject = {
|
|
5
7
|
[key: string]: JsonValue | undefined;
|
|
6
8
|
};
|
|
7
9
|
/** JSON-safe array whose elements are recursively JSON-serializable. */
|
|
8
|
-
|
|
10
|
+
type JsonArray = JsonValue[];
|
|
9
11
|
/**
|
|
10
12
|
* Union of all JSON-safe primitive and composite types.
|
|
11
13
|
*
|
|
12
14
|
* Used throughout the SDK for metadata, details, and other
|
|
13
15
|
* schemaless payloads that must survive JSON round-tripping.
|
|
14
16
|
*/
|
|
15
|
-
|
|
17
|
+
type JsonValue = null | boolean | number | string | JsonArray | JsonObject;
|
|
16
18
|
/**
|
|
17
19
|
* Canonical scope identifiers for SDK inputs and records.
|
|
18
20
|
*/
|
|
19
|
-
|
|
21
|
+
type TopicIdentifierInput = {
|
|
20
22
|
topicId?: string;
|
|
21
23
|
};
|
|
22
24
|
/**
|
|
23
25
|
* Canonical text aliases for belief, question, and evidence payloads.
|
|
24
26
|
*/
|
|
25
|
-
|
|
27
|
+
type TextAliasInput = {
|
|
26
28
|
text?: string;
|
|
27
29
|
/** @deprecated Use text. */
|
|
28
30
|
canonicalText?: string;
|
|
@@ -30,7 +32,7 @@ export type TextAliasInput = {
|
|
|
30
32
|
/**
|
|
31
33
|
* Standard list envelope returned by canonical SDK list methods.
|
|
32
34
|
*/
|
|
33
|
-
|
|
35
|
+
type ListResult<T, LegacyKey extends string = never> = {
|
|
34
36
|
items: T[];
|
|
35
37
|
total: number;
|
|
36
38
|
} & {
|
|
@@ -43,7 +45,7 @@ export type ListResult<T, LegacyKey extends string = never> = {
|
|
|
43
45
|
* the knowledge-as-code lifecycle: unscored (draft) -> scored (immutable) -> forked (evolved).
|
|
44
46
|
* Confidence is always modulated via the append-only credence log, never overwritten.
|
|
45
47
|
*/
|
|
46
|
-
|
|
48
|
+
type PlatformBeliefRecord = {
|
|
47
49
|
nodeId: string;
|
|
48
50
|
globalId?: string;
|
|
49
51
|
text?: string;
|
|
@@ -67,9 +69,9 @@ export type PlatformBeliefRecord = {
|
|
|
67
69
|
createdBy?: string;
|
|
68
70
|
};
|
|
69
71
|
/** Response returned after creating a new belief node. */
|
|
70
|
-
|
|
72
|
+
type CreateBeliefResponse = PlatformBeliefRecord;
|
|
71
73
|
/** Response returned after an append-only confidence modulation on a belief. */
|
|
72
|
-
|
|
74
|
+
type ModulateConfidenceResponse = {
|
|
73
75
|
nodeId: string;
|
|
74
76
|
newConfidence?: number;
|
|
75
77
|
previousConfidence?: number | null;
|
|
@@ -80,7 +82,7 @@ export type ModulateConfidenceResponse = {
|
|
|
80
82
|
recordedAt?: number;
|
|
81
83
|
};
|
|
82
84
|
/** Response returned after forking a scored belief into a new formulation. The new node carries a `supersedes` edge to the parent. */
|
|
83
|
-
|
|
85
|
+
interface ForkBeliefResponse extends PlatformBeliefRecord {
|
|
84
86
|
parentNodeId?: string;
|
|
85
87
|
forkReason?: string;
|
|
86
88
|
}
|
|
@@ -91,7 +93,7 @@ export interface ForkBeliefResponse extends PlatformBeliefRecord {
|
|
|
91
93
|
* The `nodeType` field discriminates the layer; `confidence` is meaningful only
|
|
92
94
|
* for belief-typed nodes.
|
|
93
95
|
*/
|
|
94
|
-
|
|
96
|
+
type PlatformGraphNode = {
|
|
95
97
|
nodeId?: string;
|
|
96
98
|
globalId?: string;
|
|
97
99
|
nodeType?: string;
|
|
@@ -118,7 +120,7 @@ export type PlatformGraphNode = {
|
|
|
118
120
|
* The `edgeType` field classifies the relationship (informs, tests, depends_on, supersedes, etc.).
|
|
119
121
|
* Layer transition rules are enforced: L1 -> L3 direct edges are forbidden.
|
|
120
122
|
*/
|
|
121
|
-
|
|
123
|
+
type PlatformGraphEdge = {
|
|
122
124
|
edgeId?: string;
|
|
123
125
|
globalId?: string;
|
|
124
126
|
fromNodeId?: string;
|
|
@@ -137,7 +139,7 @@ export type PlatformGraphEdge = {
|
|
|
137
139
|
updatedAt?: number;
|
|
138
140
|
};
|
|
139
141
|
/** The resolved principal context returned by the public SDK identity surface. */
|
|
140
|
-
|
|
142
|
+
type SdkPrincipalContext = {
|
|
141
143
|
principalId: string;
|
|
142
144
|
principalType: "user" | "human" | "service" | "group" | "external_viewer" | "agent";
|
|
143
145
|
tenantId: string | null;
|
|
@@ -153,7 +155,7 @@ export type SdkPrincipalContext = {
|
|
|
153
155
|
expiresAt?: number;
|
|
154
156
|
};
|
|
155
157
|
/** Evidence node record returned by evidence lifecycle APIs. */
|
|
156
|
-
|
|
158
|
+
type PlatformEvidenceRecord = {
|
|
157
159
|
nodeId?: string;
|
|
158
160
|
evidenceId?: string;
|
|
159
161
|
globalId?: string;
|
|
@@ -176,7 +178,7 @@ export type PlatformEvidenceRecord = {
|
|
|
176
178
|
createdBy?: string;
|
|
177
179
|
};
|
|
178
180
|
/** Question node record returned by question lifecycle APIs. */
|
|
179
|
-
|
|
181
|
+
type PlatformQuestionRecord = {
|
|
180
182
|
nodeId?: string;
|
|
181
183
|
questionId?: string;
|
|
182
184
|
globalId?: string;
|
|
@@ -199,7 +201,7 @@ export type PlatformQuestionRecord = {
|
|
|
199
201
|
createdBy?: string;
|
|
200
202
|
};
|
|
201
203
|
/** Answer record returned by answer/question APIs. */
|
|
202
|
-
|
|
204
|
+
type PlatformAnswerRecord = {
|
|
203
205
|
nodeId?: string | null;
|
|
204
206
|
answerId?: string | null;
|
|
205
207
|
globalId?: string | null;
|
|
@@ -217,7 +219,7 @@ export type PlatformAnswerRecord = {
|
|
|
217
219
|
updatedAt?: number;
|
|
218
220
|
};
|
|
219
221
|
/** Contract record returned by contract APIs. */
|
|
220
|
-
|
|
222
|
+
type PlatformContract = {
|
|
221
223
|
contractId?: string;
|
|
222
224
|
beliefId?: string;
|
|
223
225
|
beliefNodeId?: string;
|
|
@@ -238,7 +240,7 @@ export type PlatformContract = {
|
|
|
238
240
|
metadata?: JsonObject | null;
|
|
239
241
|
};
|
|
240
242
|
/** Evaluation result for an epistemic contract. */
|
|
241
|
-
|
|
243
|
+
type PlatformContractEvaluation = {
|
|
242
244
|
contractId?: string;
|
|
243
245
|
beliefId?: string;
|
|
244
246
|
beliefNodeId?: string;
|
|
@@ -252,31 +254,31 @@ export type PlatformContractEvaluation = {
|
|
|
252
254
|
details?: JsonValue;
|
|
253
255
|
};
|
|
254
256
|
/** Response from a graph node query. May be a single node, an array, or null if not found. */
|
|
255
|
-
|
|
257
|
+
type QueryNodesResponse = PlatformGraphNode | PlatformGraphNode[] | null;
|
|
256
258
|
/** Response returned after creating a new graph node. */
|
|
257
|
-
|
|
259
|
+
type CreateNodeResponse = PlatformGraphNode;
|
|
258
260
|
/** Response returned after updating an existing graph node. */
|
|
259
|
-
|
|
261
|
+
type UpdateNodeResponse = PlatformGraphNode;
|
|
260
262
|
/** Response from a graph edge query. May be a single edge, an array, or null if not found. */
|
|
261
|
-
|
|
263
|
+
type QueryEdgesResponse = PlatformGraphEdge | PlatformGraphEdge[] | null;
|
|
262
264
|
/** Response returned after creating a new graph edge. */
|
|
263
|
-
|
|
265
|
+
type CreateEdgeResponse = PlatformGraphEdge;
|
|
264
266
|
/** Count of edges removed in a bulk delete operation. */
|
|
265
|
-
|
|
267
|
+
type DeleteEdgeCountResponse = {
|
|
266
268
|
removed?: number;
|
|
267
269
|
deleted?: number;
|
|
268
270
|
};
|
|
269
271
|
/** Response from an edge delete operation. May include removed edge details or a count summary. */
|
|
270
|
-
|
|
272
|
+
type DeleteEdgeResponse = PlatformGraphEdge | PlatformGraphEdge[] | DeleteEdgeCountResponse | null;
|
|
271
273
|
/** Local neighborhood around one or more graph nodes, including connected nodes and edges up to `maxDepth`. */
|
|
272
|
-
|
|
274
|
+
type GraphNeighborhoodResponse = {
|
|
273
275
|
nodes?: PlatformGraphNode[];
|
|
274
276
|
edges?: PlatformGraphEdge[];
|
|
275
277
|
rootGlobalIds?: string[];
|
|
276
278
|
maxDepth?: number;
|
|
277
279
|
};
|
|
278
280
|
/** Path traversal result between two graph nodes, including direct edges and the connected subgraph. */
|
|
279
|
-
|
|
281
|
+
type GraphPathResponse = {
|
|
280
282
|
fromGlobalId: string;
|
|
281
283
|
toGlobalId: string;
|
|
282
284
|
maxDepth: number;
|
|
@@ -284,14 +286,14 @@ export type GraphPathResponse = {
|
|
|
284
286
|
connectedGraph: GraphNeighborhoodResponse;
|
|
285
287
|
};
|
|
286
288
|
/** Available graph analytics metric types for structural analysis. */
|
|
287
|
-
|
|
289
|
+
type GraphAnalyticsMetric = "graph_stats" | "contradiction_tension" | "confirmation_bias" | "reasoning_depth" | "knowledge_frontier";
|
|
288
290
|
/** Response envelope for a graph analytics computation, parameterized by metric type. */
|
|
289
|
-
|
|
291
|
+
type GraphAnalyticsResponse<Metric extends GraphAnalyticsMetric = GraphAnalyticsMetric> = {
|
|
290
292
|
metric: Metric;
|
|
291
293
|
payload: JsonValue;
|
|
292
294
|
};
|
|
293
295
|
/** A thematic branch within a topic. Worktrees are checked out from branches. */
|
|
294
|
-
|
|
296
|
+
type WorkflowBranchRecord = {
|
|
295
297
|
branchId?: string;
|
|
296
298
|
topicId?: string;
|
|
297
299
|
name?: string;
|
|
@@ -309,7 +311,7 @@ export type WorkflowBranchRecord = {
|
|
|
309
311
|
* Beliefs committed within a worktree can be freely amended (draft code on a feature branch).
|
|
310
312
|
* When investigation is complete, `merge` integrates findings into the stable knowledge base.
|
|
311
313
|
*/
|
|
312
|
-
|
|
314
|
+
type WorkflowWorktreeRecord = {
|
|
313
315
|
worktreeId?: string;
|
|
314
316
|
topicId?: string;
|
|
315
317
|
branchId?: string;
|
|
@@ -339,16 +341,16 @@ export type WorkflowWorktreeRecord = {
|
|
|
339
341
|
createdBy?: string;
|
|
340
342
|
};
|
|
341
343
|
/** Paginated list of workflow branches. */
|
|
342
|
-
|
|
344
|
+
type ListBranchesResponse = ListResult<WorkflowBranchRecord, "branches">;
|
|
343
345
|
/** Response returned after creating a new workflow branch. */
|
|
344
|
-
|
|
346
|
+
type CreateBranchResponse = WorkflowBranchRecord;
|
|
345
347
|
/**
|
|
346
348
|
* Reusable analytical perspective with prompt templates, workflow templates, and task templates.
|
|
347
349
|
*
|
|
348
350
|
* A lens overlays a topic with a specific investigation frame. Multiple lenses can coexist
|
|
349
351
|
* on the same topic. Lenses persist across worktrees and carry operational scaffolding.
|
|
350
352
|
*/
|
|
351
|
-
|
|
353
|
+
type WorkflowLensRecord = {
|
|
352
354
|
lensId?: string;
|
|
353
355
|
workspaceId?: string;
|
|
354
356
|
topicId?: string;
|
|
@@ -367,7 +369,7 @@ export type WorkflowLensRecord = {
|
|
|
367
369
|
createdBy?: string;
|
|
368
370
|
};
|
|
369
371
|
/** Record of a lens being applied to (or removed from) a topic. */
|
|
370
|
-
|
|
372
|
+
type WorkflowLensBindingRecord = {
|
|
371
373
|
bindingId?: string;
|
|
372
374
|
lensId?: string;
|
|
373
375
|
workspaceId?: string;
|
|
@@ -379,20 +381,20 @@ export type WorkflowLensBindingRecord = {
|
|
|
379
381
|
metadata?: JsonObject | null;
|
|
380
382
|
};
|
|
381
383
|
/** Paginated list of workflow lenses. */
|
|
382
|
-
|
|
384
|
+
type ListLensesResponse = ListResult<WorkflowLensRecord, "lenses">;
|
|
383
385
|
/** Response returned after creating a new lens. */
|
|
384
|
-
|
|
386
|
+
type CreateLensResponse = WorkflowLensRecord;
|
|
385
387
|
/** Response returned after binding or unbinding a lens to a topic. */
|
|
386
|
-
|
|
388
|
+
type LensTopicBindingResponse = WorkflowLensBindingRecord;
|
|
387
389
|
/** Paginated list of worktrees with optional track and band summary counts. */
|
|
388
|
-
|
|
390
|
+
type ListWorktreesResponse = ListResult<WorkflowWorktreeRecord, "worktrees"> & {
|
|
389
391
|
tracks?: Record<string, number>;
|
|
390
392
|
bands?: Record<string, number>;
|
|
391
393
|
};
|
|
392
394
|
/** Response returned after adding a new worktree to a topic. */
|
|
393
|
-
|
|
395
|
+
type AddWorktreeResponse = WorkflowWorktreeRecord;
|
|
394
396
|
/** Response returned after merging a worktree's findings into the stable knowledge base. */
|
|
395
|
-
|
|
397
|
+
type MergeWorktreeResponse = {
|
|
396
398
|
worktreeId?: string;
|
|
397
399
|
status?: string;
|
|
398
400
|
outcome?: string;
|
|
@@ -401,7 +403,7 @@ export type MergeWorktreeResponse = {
|
|
|
401
403
|
mergedAt?: number;
|
|
402
404
|
};
|
|
403
405
|
/** Response returned after opening a pull request for peer review of a worktree. */
|
|
404
|
-
|
|
406
|
+
type OpenPullRequestResponse = {
|
|
405
407
|
pullRequestId?: string;
|
|
406
408
|
worktreeId?: string;
|
|
407
409
|
status?: string;
|
|
@@ -410,7 +412,7 @@ export type OpenPullRequestResponse = {
|
|
|
410
412
|
createdAt?: number;
|
|
411
413
|
};
|
|
412
414
|
/** Response returned after pushing scored beliefs from a merged worktree to a target context. */
|
|
413
|
-
|
|
415
|
+
type PushWorktreeResponse = {
|
|
414
416
|
pushId?: string;
|
|
415
417
|
pushedCount?: number;
|
|
416
418
|
targetContext?: string;
|
|
@@ -418,7 +420,7 @@ export type PushWorktreeResponse = {
|
|
|
418
420
|
createdAt?: number;
|
|
419
421
|
};
|
|
420
422
|
/** Lightweight topic record used in workflow context (topic switching, listing). */
|
|
421
|
-
|
|
423
|
+
type WorkflowTopicRecord = {
|
|
422
424
|
topicId: string;
|
|
423
425
|
name: string;
|
|
424
426
|
type?: string;
|
|
@@ -427,9 +429,9 @@ export type WorkflowTopicRecord = {
|
|
|
427
429
|
workspaceId?: string;
|
|
428
430
|
};
|
|
429
431
|
/** Paginated list of workflow topic records. */
|
|
430
|
-
|
|
432
|
+
type ListTopicsResponse = ListResult<WorkflowTopicRecord, "topics">;
|
|
431
433
|
/** Response returned after switching the active topic context. */
|
|
432
|
-
|
|
434
|
+
type SwitchTopicContextResponse = {
|
|
433
435
|
topicId: string;
|
|
434
436
|
topicName: string;
|
|
435
437
|
switched: boolean;
|
|
@@ -438,17 +440,17 @@ export type SwitchTopicContextResponse = {
|
|
|
438
440
|
/**
|
|
439
441
|
* @deprecated Use WorkflowTopicRecord.
|
|
440
442
|
*/
|
|
441
|
-
|
|
443
|
+
type WorkflowProjectRecord = WorkflowTopicRecord;
|
|
442
444
|
/**
|
|
443
445
|
* @deprecated Use ListTopicsResponse.
|
|
444
446
|
*/
|
|
445
|
-
|
|
447
|
+
type ListProjectsResponse = ListTopicsResponse;
|
|
446
448
|
/**
|
|
447
449
|
* @deprecated Use SwitchTopicContextResponse.
|
|
448
450
|
*/
|
|
449
|
-
|
|
451
|
+
type SwitchProjectContextResponse = SwitchTopicContextResponse;
|
|
450
452
|
/** Full topic record with hierarchy, visibility, and tenant/workspace scoping. */
|
|
451
|
-
|
|
453
|
+
type TopicRecord = {
|
|
452
454
|
topicId?: string;
|
|
453
455
|
id?: string;
|
|
454
456
|
globalId?: string;
|
|
@@ -465,17 +467,17 @@ export type TopicRecord = {
|
|
|
465
467
|
updatedAt?: number;
|
|
466
468
|
};
|
|
467
469
|
/** Paginated list of full topic records. */
|
|
468
|
-
|
|
470
|
+
type TopicListResponse = ListResult<TopicRecord, "topics">;
|
|
469
471
|
/** Topic record extended with ancestry path for tree traversals. */
|
|
470
|
-
|
|
472
|
+
type TopicTreeNode = TopicRecord & {
|
|
471
473
|
path?: string[];
|
|
472
474
|
};
|
|
473
475
|
/** Response containing the full topic hierarchy from a given root. */
|
|
474
|
-
|
|
476
|
+
type TopicTreeResponse = {
|
|
475
477
|
tree: TopicTreeNode[];
|
|
476
478
|
};
|
|
477
479
|
/** Per-topic belief, question, and evidence counts for coverage analysis. */
|
|
478
|
-
|
|
480
|
+
type TopicCoverageRecord = {
|
|
479
481
|
topicId: string;
|
|
480
482
|
name: string;
|
|
481
483
|
type: string;
|
|
@@ -486,7 +488,7 @@ export type TopicCoverageRecord = {
|
|
|
486
488
|
coverage: "full" | "partial" | "empty";
|
|
487
489
|
};
|
|
488
490
|
/** Aggregate coverage statistics across the topic tree. */
|
|
489
|
-
|
|
491
|
+
type TopicCoverageSummary = {
|
|
490
492
|
totalTopics: number;
|
|
491
493
|
coveredTopics: number;
|
|
492
494
|
emptyTopics: number;
|
|
@@ -496,13 +498,13 @@ export type TopicCoverageSummary = {
|
|
|
496
498
|
totalEvidence: number;
|
|
497
499
|
};
|
|
498
500
|
/** Full coverage report with per-topic records and an aggregate summary. */
|
|
499
|
-
|
|
501
|
+
type TopicCoverageResponse = {
|
|
500
502
|
topics: TopicCoverageRecord[];
|
|
501
503
|
summary: TopicCoverageSummary;
|
|
502
504
|
scopeTopicId?: string | null;
|
|
503
505
|
};
|
|
504
506
|
/** Response returned after creating a new execution task. */
|
|
505
|
-
|
|
507
|
+
type CreateTaskResponse = {
|
|
506
508
|
taskId: string;
|
|
507
509
|
status: string;
|
|
508
510
|
createdAt: number;
|
|
@@ -511,14 +513,14 @@ export type CreateTaskResponse = {
|
|
|
511
513
|
linkedBeliefId?: string;
|
|
512
514
|
};
|
|
513
515
|
/** Response returned after marking a task as complete. */
|
|
514
|
-
|
|
516
|
+
type CompleteTaskResponse = {
|
|
515
517
|
taskId: string;
|
|
516
518
|
completedAt: number;
|
|
517
519
|
outputSummary: string;
|
|
518
520
|
status?: string;
|
|
519
521
|
};
|
|
520
522
|
/** Response returned after updating a task's fields. */
|
|
521
|
-
|
|
523
|
+
type UpdateTaskResponse = {
|
|
522
524
|
taskId: string;
|
|
523
525
|
updatedAt: number;
|
|
524
526
|
status?: string;
|
|
@@ -531,7 +533,7 @@ export type UpdateTaskResponse = {
|
|
|
531
533
|
* Once issued, it is evaluated against the epistemic state that existed when it was made
|
|
532
534
|
* (knowledge horizon evaluation, Invariant #10). Judgments are L4 entities in the graph.
|
|
533
535
|
*/
|
|
534
|
-
|
|
536
|
+
type JudgmentRecord = {
|
|
535
537
|
_id?: string;
|
|
536
538
|
judgmentId?: string;
|
|
537
539
|
globalId?: string;
|
|
@@ -557,11 +559,11 @@ export type JudgmentRecord = {
|
|
|
557
559
|
themeIds?: string[];
|
|
558
560
|
};
|
|
559
561
|
/** Paginated list of judgment records. */
|
|
560
|
-
|
|
562
|
+
type ListJudgmentsResponse = ListResult<JudgmentRecord, "judgments">;
|
|
561
563
|
/** A single judgment record, or null if not found. */
|
|
562
|
-
|
|
564
|
+
type GetJudgmentResponse = JudgmentRecord | null;
|
|
563
565
|
/** Response returned after recording a new judgment, including the knowledge horizon snapshot. */
|
|
564
|
-
|
|
566
|
+
type RecordJudgmentResponse = {
|
|
565
567
|
nodeId?: string;
|
|
566
568
|
judgmentId?: string;
|
|
567
569
|
globalId?: string;
|
|
@@ -574,14 +576,14 @@ export type RecordJudgmentResponse = {
|
|
|
574
576
|
};
|
|
575
577
|
};
|
|
576
578
|
/** Response returned after recording the real-world outcome of a judgment. */
|
|
577
|
-
|
|
579
|
+
type RecordJudgmentOutcomeResponse = {
|
|
578
580
|
success?: boolean;
|
|
579
581
|
judgmentId?: string;
|
|
580
582
|
outcome?: string;
|
|
581
583
|
updatedAt?: number;
|
|
582
584
|
};
|
|
583
585
|
/** Assessment of whether the epistemic state is sufficient to issue a judgment. */
|
|
584
|
-
|
|
586
|
+
type JudgmentReadinessResponse = {
|
|
585
587
|
ready?: boolean;
|
|
586
588
|
beliefCount?: number;
|
|
587
589
|
questionCoverage?: number;
|
|
@@ -592,12 +594,12 @@ export type JudgmentReadinessResponse = {
|
|
|
592
594
|
recommendation?: string;
|
|
593
595
|
};
|
|
594
596
|
/** Calibration statistics for a single judgment type bucket. */
|
|
595
|
-
|
|
597
|
+
type JudgmentCalibrationBucket = {
|
|
596
598
|
total?: number;
|
|
597
599
|
successful?: number;
|
|
598
600
|
};
|
|
599
601
|
/** Calibration analysis comparing judgment confidence against real outcomes. */
|
|
600
|
-
|
|
602
|
+
type JudgmentCalibrationResponse = {
|
|
601
603
|
totalDecisions?: number;
|
|
602
604
|
decisionsWithOutcomes?: number;
|
|
603
605
|
calibration?: {
|
|
@@ -608,7 +610,7 @@ export type JudgmentCalibrationResponse = {
|
|
|
608
610
|
byType?: Record<string, JudgmentCalibrationBucket>;
|
|
609
611
|
};
|
|
610
612
|
/** A judgment that has been made but whose real-world outcome has not yet been recorded. */
|
|
611
|
-
|
|
613
|
+
type PendingJudgmentOutcomeRecord = {
|
|
612
614
|
_id?: string;
|
|
613
615
|
globalId?: string;
|
|
614
616
|
summary?: string;
|
|
@@ -621,15 +623,15 @@ export type PendingJudgmentOutcomeRecord = {
|
|
|
621
623
|
status?: string;
|
|
622
624
|
};
|
|
623
625
|
/** Paginated list of judgments pending outcome review. */
|
|
624
|
-
|
|
626
|
+
type PendingJudgmentOutcomeReviewResponse = ListResult<PendingJudgmentOutcomeRecord, "reviews">;
|
|
625
627
|
/** A single integrity issue found during judgment transition audit. */
|
|
626
|
-
|
|
628
|
+
type JudgmentTransitionAuditIntegrityIssue = {
|
|
627
629
|
code?: string;
|
|
628
630
|
severity?: "error" | "warning" | string;
|
|
629
631
|
message?: string;
|
|
630
632
|
};
|
|
631
633
|
/** Integrity check result for a single judgment's transition audit trail. */
|
|
632
|
-
|
|
634
|
+
type JudgmentTransitionAuditIntegrityCheck = {
|
|
633
635
|
decisionNodeId?: string;
|
|
634
636
|
globalId?: string;
|
|
635
637
|
status?: string;
|
|
@@ -638,7 +640,7 @@ export type JudgmentTransitionAuditIntegrityCheck = {
|
|
|
638
640
|
issues?: JudgmentTransitionAuditIntegrityIssue[];
|
|
639
641
|
};
|
|
640
642
|
/** Full integrity report for all judgment transitions within a topic. */
|
|
641
|
-
|
|
643
|
+
type JudgmentTransitionAuditIntegrityResponse = {
|
|
642
644
|
topicId?: string;
|
|
643
645
|
checkedDecisionCount?: number;
|
|
644
646
|
failingDecisionCount?: number;
|
|
@@ -647,7 +649,7 @@ export type JudgmentTransitionAuditIntegrityResponse = {
|
|
|
647
649
|
checks?: JudgmentTransitionAuditIntegrityCheck[];
|
|
648
650
|
};
|
|
649
651
|
/** A report template definition for generating structured reports. */
|
|
650
|
-
|
|
652
|
+
type ReportTemplateRecord = {
|
|
651
653
|
templateId?: string;
|
|
652
654
|
slug?: string;
|
|
653
655
|
name?: string;
|
|
@@ -656,9 +658,9 @@ export type ReportTemplateRecord = {
|
|
|
656
658
|
status?: string;
|
|
657
659
|
};
|
|
658
660
|
/** Response for report template queries. May be a list, a single template, or null. */
|
|
659
|
-
|
|
661
|
+
type ReportTemplatesResponse = ListResult<ReportTemplateRecord, "templates"> | ReportTemplateRecord | null;
|
|
660
662
|
/** A generated report instance for a topic. */
|
|
661
|
-
|
|
663
|
+
type ProjectReportRecord = {
|
|
662
664
|
reportId?: string;
|
|
663
665
|
topicId?: string;
|
|
664
666
|
title?: string;
|
|
@@ -669,9 +671,9 @@ export type ProjectReportRecord = {
|
|
|
669
671
|
updatedAt?: number;
|
|
670
672
|
};
|
|
671
673
|
/** Paginated list of generated reports. */
|
|
672
|
-
|
|
674
|
+
type ProjectReportsResponse = ListResult<ProjectReportRecord, "reports">;
|
|
673
675
|
/** A single section within a generated report. */
|
|
674
|
-
|
|
676
|
+
type ReportSectionRecord = {
|
|
675
677
|
sectionId?: string;
|
|
676
678
|
slug?: string;
|
|
677
679
|
title?: string;
|
|
@@ -682,7 +684,7 @@ export type ReportSectionRecord = {
|
|
|
682
684
|
metadata?: JsonObject | null;
|
|
683
685
|
};
|
|
684
686
|
/** A complete report including all its sections. */
|
|
685
|
-
|
|
687
|
+
type ReportWithSectionsResponse = {
|
|
686
688
|
reportId?: string;
|
|
687
689
|
topicId?: string;
|
|
688
690
|
title?: string;
|
|
@@ -690,3 +692,5 @@ export type ReportWithSectionsResponse = {
|
|
|
690
692
|
summary?: string;
|
|
691
693
|
sections?: ReportSectionRecord[];
|
|
692
694
|
};
|
|
695
|
+
|
|
696
|
+
export type { AddWorktreeResponse, CompleteTaskResponse, CreateBeliefResponse, CreateBranchResponse, CreateEdgeResponse, CreateLensResponse, CreateNodeResponse, CreateTaskResponse, DeleteEdgeCountResponse, DeleteEdgeResponse, ForkBeliefResponse, GetJudgmentResponse, GraphAnalyticsMetric, GraphAnalyticsResponse, GraphNeighborhoodResponse, GraphPathResponse, JsonArray, JsonObject, JsonValue, JudgmentCalibrationBucket, JudgmentCalibrationResponse, JudgmentReadinessResponse, JudgmentRecord, JudgmentTransitionAuditIntegrityCheck, JudgmentTransitionAuditIntegrityIssue, JudgmentTransitionAuditIntegrityResponse, LensTopicBindingResponse, ListBranchesResponse, ListJudgmentsResponse, ListLensesResponse, ListProjectsResponse, ListResult, ListTopicsResponse, ListWorktreesResponse, MergeWorktreeResponse, ModulateConfidenceResponse, OpenPullRequestResponse, PendingJudgmentOutcomeRecord, PendingJudgmentOutcomeReviewResponse, PlatformAnswerRecord, PlatformBeliefRecord, PlatformContract, PlatformContractEvaluation, PlatformEvidenceRecord, PlatformGraphEdge, PlatformGraphNode, PlatformQuestionRecord, ProjectReportRecord, ProjectReportsResponse, PushWorktreeResponse, QueryEdgesResponse, QueryNodesResponse, RecordJudgmentOutcomeResponse, RecordJudgmentResponse, ReportSectionRecord, ReportTemplateRecord, ReportTemplatesResponse, ReportWithSectionsResponse, SdkPrincipalContext, SwitchProjectContextResponse, SwitchTopicContextResponse, TextAliasInput, TopicCoverageRecord, TopicCoverageResponse, TopicCoverageSummary, TopicIdentifierInput, TopicListResponse, TopicRecord, TopicTreeNode, TopicTreeResponse, UpdateNodeResponse, UpdateTaskResponse, WorkflowBranchRecord, WorkflowLensBindingRecord, WorkflowLensRecord, WorkflowProjectRecord, WorkflowTopicRecord, WorkflowWorktreeRecord };
|
package/dist/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"types.js"}
|
package/dist/version.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/version.ts"],"names":[],"mappings":";AACO,IAAM,kBAAA,GAAqB","file":"version.js","sourcesContent":["/** Current SDK package version. */\nexport const LUCERN_SDK_VERSION = \"0.2.0-alpha.1\";\n"]}
|