@lucern/contracts 0.3.0-alpha.10 → 0.3.0-alpha.11
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/dist/api-enums.contract.d.ts +5 -3
- package/dist/api-enums.contract.js +14 -12
- package/dist/api-enums.contract.js.map +1 -1
- package/dist/component-boundary.contract.d.ts +1 -1
- package/dist/component-boundary.contract.js +45 -26
- package/dist/component-boundary.contract.js.map +1 -1
- package/dist/component-host-boundary.contract.d.ts +10 -5
- package/dist/component-host-boundary.contract.js +10 -4
- package/dist/component-host-boundary.contract.js.map +1 -1
- package/dist/{defineTable-CBQ03FXl.d.ts → defineTable-t1wr5wgn.d.ts} +1 -1
- package/dist/{dsl-djCRfuWC.d.ts → dsl-DVPthQGY.d.ts} +1 -1
- package/dist/dsl.d.ts +2 -2
- package/dist/dsl.js.map +1 -1
- package/dist/function-registry/beliefs.d.ts +13 -0
- package/dist/function-registry/beliefs.js +50 -7
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.d.ts +9 -0
- package/dist/function-registry/coding.js +117 -8
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.d.ts +6 -0
- package/dist/function-registry/context.js +50 -7
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.d.ts +6 -0
- package/dist/function-registry/contracts.js +50 -7
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.d.ts +12 -0
- package/dist/function-registry/coordination.js +50 -7
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.d.ts +9 -0
- package/dist/function-registry/edges.js +54 -14
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.d.ts +11 -0
- package/dist/function-registry/evidence.js +53 -11
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +18 -0
- package/dist/function-registry/graph.js +50 -7
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.d.ts +4 -1
- package/dist/function-registry/helpers.js +51 -8
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.d.ts +6 -0
- package/dist/function-registry/identity.js +50 -7
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +8 -320
- package/dist/function-registry/index.js +54 -384
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.d.ts +5 -0
- package/dist/function-registry/judgments.js +50 -7
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.d.ts +4 -0
- package/dist/function-registry/legacy.js +50 -7
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.d.ts +7 -0
- package/dist/function-registry/lenses.js +50 -7
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/nodes.d.ts +412 -0
- package/dist/function-registry/nodes.js +5303 -0
- package/dist/function-registry/nodes.js.map +1 -0
- package/dist/function-registry/ontologies.d.ts +14 -0
- package/dist/function-registry/ontologies.js +50 -7
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.d.ts +6 -0
- package/dist/function-registry/pipeline.js +50 -7
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.d.ts +15 -0
- package/dist/function-registry/questions.js +50 -7
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.d.ts +7 -0
- package/dist/function-registry/tasks.js +69 -16
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.d.ts +10 -0
- package/dist/function-registry/topics.js +50 -7
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/types.d.ts +5 -1
- package/dist/function-registry/worktrees.d.ts +14 -0
- package/dist/function-registry/worktrees.js +50 -7
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/gateway.contract.d.ts +3 -0
- package/dist/gateway.contract.js.map +1 -1
- package/dist/generated/convexSchemas.d.ts +3 -3
- package/dist/generated/convexSchemas.js +35 -16
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/generated/infisicalRuntimeEnv.d.ts +70 -0
- package/dist/generated/infisicalRuntimeEnv.js +26572 -0
- package/dist/generated/infisicalRuntimeEnv.js.map +1 -0
- package/dist/generated/lucernGatewayEnv.d.ts +17 -0
- package/dist/generated/lucernGatewayEnv.js +38 -0
- package/dist/generated/lucernGatewayEnv.js.map +1 -0
- package/dist/generated/lucernWebPublicEnv.d.ts +26 -0
- package/dist/generated/lucernWebPublicEnv.js +32 -0
- package/dist/generated/lucernWebPublicEnv.js.map +1 -0
- package/dist/generated/lucernWebServerEnv.d.ts +33 -0
- package/dist/generated/lucernWebServerEnv.js +51 -0
- package/dist/generated/lucernWebServerEnv.js.map +1 -0
- package/dist/generated/schema-manifest.json +1165 -150
- package/dist/generated/tableOwnership.d.ts +46 -27
- package/dist/generated/tableOwnership.js +64 -26
- package/dist/generated/tableOwnership.js.map +1 -1
- package/dist/generated/tier-expectations.json +60 -8
- package/dist/{index-O09U2xHk.d.ts → index-CM1Pl_vI.d.ts} +3 -3
- package/dist/index.d.ts +8 -4
- package/dist/index.js +30959 -406
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +1597 -3
- package/dist/infisical-runtime.contract.js +2788 -12
- package/dist/infisical-runtime.contract.js.map +1 -1
- package/dist/manifests/infisical-runtime-manifest.d.ts +1524 -3
- package/dist/manifests/infisical-runtime-manifest.js +2641 -9
- package/dist/manifests/infisical-runtime-manifest.js.map +1 -1
- package/dist/manifests/tenant-client-manifest.d.ts +11 -11
- package/dist/manifests/tenant-client-manifest.js +11 -11
- package/dist/manifests/tenant-client-manifest.js.map +1 -1
- package/dist/mcp-gateway-boundary.contract.d.ts +23 -3
- package/dist/mcp-gateway-boundary.contract.js +2 -0
- package/dist/mcp-gateway-boundary.contract.js.map +1 -1
- package/dist/projections/check-convex-args-shape.js +10 -6
- package/dist/projections/check-convex-args-shape.js.map +1 -1
- package/dist/projections/create-evidence.projection.d.ts +6 -6
- package/dist/projections/create-evidence.projection.js +2 -3
- package/dist/projections/create-evidence.projection.js.map +1 -1
- package/dist/projections/index.d.ts +3 -3
- package/dist/projections/index.js +10 -6
- package/dist/projections/index.js.map +1 -1
- package/dist/projections/list-tasks.projection.d.ts +20 -8
- package/dist/projections/list-tasks.projection.js +8 -3
- package/dist/projections/list-tasks.projection.js.map +1 -1
- package/dist/proof-attestation.json +45 -0
- package/dist/schemas/component-table-manifest.d.ts +6 -6
- package/dist/schemas/component-table-manifest.js +2 -2
- package/dist/schemas/component-table-manifest.js.map +1 -1
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.js +1086 -137
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +2010 -120
- package/dist/schemas/manifest.js +1084 -135
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/tables/controlPlane/accessControl.d.ts +260 -0
- package/dist/schemas/tables/controlPlane/accessControl.js +653 -0
- package/dist/schemas/tables/controlPlane/accessControl.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/agent.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/agent.js +3 -3
- package/dist/schemas/tables/controlPlane/agent.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/epistemic.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/epistemic.js +3 -3
- package/dist/schemas/tables/controlPlane/epistemic.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/model.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/model.js +6 -6
- package/dist/schemas/tables/controlPlane/model.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/platform.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/platform.js +18 -18
- package/dist/schemas/tables/controlPlane/platform.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/project.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/project.js +3 -3
- package/dist/schemas/tables/controlPlane/project.js.map +1 -0
- package/dist/schemas/tables/{identity → controlPlane}/user.d.ts +1 -1
- package/dist/schemas/tables/{identity → controlPlane}/user.js +3 -3
- package/dist/schemas/tables/controlPlane/user.js.map +1 -0
- package/dist/schemas/tables/kernel/config.d.ts +1 -1
- package/dist/schemas/tables/kernel/config.js.map +1 -1
- package/dist/schemas/tables/kernel/coordination.d.ts +1 -1
- package/dist/schemas/tables/kernel/coordination.js.map +1 -1
- package/dist/schemas/tables/kernel/decision.d.ts +1 -1
- package/dist/schemas/tables/kernel/decision.js.map +1 -1
- package/dist/schemas/tables/kernel/embedding.d.ts +1 -1
- package/dist/schemas/tables/kernel/embedding.js.map +1 -1
- package/dist/schemas/tables/kernel/epistemic.d.ts +1 -1
- package/dist/schemas/tables/kernel/epistemic.js.map +1 -1
- package/dist/schemas/tables/kernel/idempotency.d.ts +1 -1
- package/dist/schemas/tables/kernel/idempotency.js.map +1 -1
- package/dist/schemas/tables/kernel/infra.d.ts +1 -1
- package/dist/schemas/tables/kernel/infra.js.map +1 -1
- package/dist/schemas/tables/kernel/intelligence.d.ts +1 -1
- package/dist/schemas/tables/kernel/intelligence.js.map +1 -1
- package/dist/schemas/tables/kernel/lens.d.ts +1 -1
- package/dist/schemas/tables/kernel/lens.js.map +1 -1
- package/dist/schemas/tables/kernel/ontology.d.ts +1 -1
- package/dist/schemas/tables/kernel/ontology.js.map +1 -1
- package/dist/schemas/tables/kernel/platform.d.ts +1 -1
- package/dist/schemas/tables/kernel/platform.js.map +1 -1
- package/dist/schemas/tables/kernel/spine.d.ts +2 -1
- package/dist/schemas/tables/kernel/spine.js +1 -0
- package/dist/schemas/tables/kernel/spine.js.map +1 -1
- package/dist/schemas/tables/kernel/task.d.ts +1 -1
- package/dist/schemas/tables/kernel/task.js.map +1 -1
- package/dist/schemas/tables/kernel/topic.d.ts +1 -1
- package/dist/schemas/tables/kernel/topic.js.map +1 -1
- package/dist/schemas/tables/kernel/workflow.d.ts +1 -1
- package/dist/schemas/tables/kernel/workflow.js.map +1 -1
- package/dist/schemas/tables/kernel/worktree.d.ts +5 -5
- package/dist/schemas/tables/kernel/worktree.js.map +1 -1
- package/dist/schemas/tables/mc/identity.d.ts +19 -2
- package/dist/schemas/tables/mc/identity.js +32 -1
- package/dist/schemas/tables/mc/identity.js.map +1 -1
- package/dist/schemas/tables/mc/methodology.d.ts +1 -1
- package/dist/schemas/tables/mc/methodology.js.map +1 -1
- package/dist/schemas/tables/mc/pack.d.ts +1 -1
- package/dist/schemas/tables/mc/pack.js.map +1 -1
- package/dist/schemas/tables/mc/policy.d.ts +2 -2
- package/dist/schemas/tables/mc/policy.js +1 -1
- package/dist/schemas/tables/mc/policy.js.map +1 -1
- package/dist/schemas/tables/mc/registry.d.ts +1 -1
- package/dist/schemas/tables/mc/registry.js.map +1 -1
- package/dist/schemas/tables/mc/runtime.d.ts +109 -3
- package/dist/schemas/tables/mc/runtime.js +330 -104
- package/dist/schemas/tables/mc/runtime.js.map +1 -1
- package/dist/schemas/tables/mc/tenant.d.ts +3 -2
- package/dist/schemas/tables/mc/tenant.js +2 -1
- package/dist/schemas/tables/mc/tenant.js.map +1 -1
- package/dist/schemas/tables/mc/workspace.d.ts +22 -5
- package/dist/schemas/tables/mc/workspace.js +34 -2
- package/dist/schemas/tables/mc/workspace.js.map +1 -1
- package/dist/sdk-tools.contract.js +26 -1
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.contract.d.ts +226 -58
- package/dist/tenant-bootstrap-seed.contract.js +126 -28
- package/dist/tenant-bootstrap-seed.contract.js.map +1 -1
- package/dist/tenant-bootstrap-seed.defaults.d.ts +1 -1
- package/dist/tenant-bootstrap-seed.defaults.js +1 -1
- package/dist/tenant-bootstrap-seed.defaults.js.map +1 -1
- package/dist/tenant-client.contract.d.ts +12 -12
- package/dist/tenant-client.contract.js +11 -11
- package/dist/tenant-client.contract.js.map +1 -1
- package/dist/tool-contracts.js +26 -1
- package/dist/tool-contracts.js.map +1 -1
- package/package.json +22 -1
- package/dist/schemas/tables/identity/agent.js.map +0 -1
- package/dist/schemas/tables/identity/epistemic.js.map +0 -1
- package/dist/schemas/tables/identity/model.js.map +0 -1
- package/dist/schemas/tables/identity/platform.js.map +0 -1
- package/dist/schemas/tables/identity/project.js.map +0 -1
- package/dist/schemas/tables/identity/user.js.map +0 -1
|
@@ -10,7 +10,8 @@ import { questionsContracts } from './questions.js';
|
|
|
10
10
|
export { questionsContracts } from './questions.js';
|
|
11
11
|
import { topicsContracts } from './topics.js';
|
|
12
12
|
export { topicsContracts } from './topics.js';
|
|
13
|
-
import {
|
|
13
|
+
import { nodesContracts } from './nodes.js';
|
|
14
|
+
export { nodesContracts } from './nodes.js';
|
|
14
15
|
import { lensesContracts } from './lenses.js';
|
|
15
16
|
export { lensesContracts } from './lenses.js';
|
|
16
17
|
import { ontologiesContracts } from './ontologies.js';
|
|
@@ -35,9 +36,24 @@ import { codingContracts } from './coding.js';
|
|
|
35
36
|
export { codingContracts } from './coding.js';
|
|
36
37
|
import { legacyContracts } from './legacy.js';
|
|
37
38
|
export { legacyContracts } from './legacy.js';
|
|
39
|
+
import { z } from 'zod';
|
|
38
40
|
|
|
39
41
|
// src/function-registry/index.ts
|
|
40
42
|
|
|
43
|
+
// src/types/reasoning-method.ts
|
|
44
|
+
var REASONING_METHODS = [
|
|
45
|
+
"deductive",
|
|
46
|
+
"inductive",
|
|
47
|
+
"abductive",
|
|
48
|
+
"analogical",
|
|
49
|
+
"causal",
|
|
50
|
+
"correlational",
|
|
51
|
+
"testimonial",
|
|
52
|
+
"statistical",
|
|
53
|
+
"implicit",
|
|
54
|
+
"pattern_match"
|
|
55
|
+
];
|
|
56
|
+
|
|
41
57
|
// src/lens-workflow.contract.ts
|
|
42
58
|
var LENS_PERSPECTIVE_TYPES = [
|
|
43
59
|
"investigation",
|
|
@@ -895,7 +911,7 @@ var CREATE_EDGE = {
|
|
|
895
911
|
reasoningMethod: {
|
|
896
912
|
type: "string",
|
|
897
913
|
description: "How this was determined",
|
|
898
|
-
enum: [
|
|
914
|
+
enum: [...REASONING_METHODS]
|
|
899
915
|
},
|
|
900
916
|
metadata: {
|
|
901
917
|
type: "object",
|
|
@@ -2622,6 +2638,10 @@ var CREATE_TASK = {
|
|
|
2622
2638
|
tags: {
|
|
2623
2639
|
type: "array",
|
|
2624
2640
|
description: "Free-form string tags"
|
|
2641
|
+
},
|
|
2642
|
+
metadata: {
|
|
2643
|
+
type: "object",
|
|
2644
|
+
description: "Structured task metadata for handoff context and routing hints"
|
|
2625
2645
|
}
|
|
2626
2646
|
},
|
|
2627
2647
|
required: ["title"],
|
|
@@ -2695,6 +2715,10 @@ var UPDATE_TASK = {
|
|
|
2695
2715
|
type: "string",
|
|
2696
2716
|
description: "Updated status",
|
|
2697
2717
|
enum: ["todo", "in_progress", "blocked", "done"]
|
|
2718
|
+
},
|
|
2719
|
+
metadata: {
|
|
2720
|
+
type: "object",
|
|
2721
|
+
description: "Structured task metadata to replace or refine"
|
|
2698
2722
|
}
|
|
2699
2723
|
},
|
|
2700
2724
|
required: ["taskId"],
|
|
@@ -4150,6 +4174,9 @@ var BEGIN_BUILD_SESSION = {
|
|
|
4150
4174
|
sessionMode: "string \u2014 async | interactive",
|
|
4151
4175
|
targetBeliefIds: "array \u2014 scoped belief IDs",
|
|
4152
4176
|
targetQuestionIds: "array \u2014 scoped question IDs",
|
|
4177
|
+
taskIds: "array \u2014 assigned task IDs for this worktree",
|
|
4178
|
+
incompleteTaskIds: "array \u2014 assigned task IDs that still require done/deferred/blocked proof",
|
|
4179
|
+
tasks: "array \u2014 assigned task packet with id, title, status, priority, links, and summaries",
|
|
4153
4180
|
topBeliefs: "array \u2014 highest-confidence scoped beliefs",
|
|
4154
4181
|
openQuestions: "array \u2014 open scoped questions",
|
|
4155
4182
|
resolvedDecisions: "array \u2014 answered questions summarized for the session",
|
|
@@ -4694,6 +4721,13 @@ function surfaceIntentGateViolations(entry) {
|
|
|
4694
4721
|
}
|
|
4695
4722
|
return violations;
|
|
4696
4723
|
}
|
|
4724
|
+
var NODE_TYPE = z.enum(["decision", "belief", "question", "theme", "deal", "topic", "claim", "evidence", "synthesis", "answer", "atomic_fact", "excerpt", "source", "company", "person", "investor", "function", "value_chain"]);
|
|
4725
|
+
var EDGE_TYPE_VALUES = ["supports", "informs", "depends_on", "derived_from", "contains", "tests", "supersedes", "responds_to", "belongs_to", "relates_to_thesis", "works_at", "invested_in", "competes_with", "participates_in", "founded_by", "evaluates", "performs", "function_in", "impacts", "raised_from", "mentioned_in", "perspective_on", "plays_theme", "answers", "explores", "qualifies", "based_on", "based_on_belief", "based_on_question", "blocked_by_contradiction", "informed_by_theme", "same_as", "reinforces", "parent_of", "child_of", "falsified_by", "exclusive_with", "collapses_if", "cascade_from", "counterfactual_of", "cascade_to", "mutually_exclusive", "correlates_with", "amplifies", "precondition_for", "in_tension_with", "strengthened_by", "weakened_by", "alternative_to", "subsumes", "validated_by", "required_for", "blocks", "prerequisite_for", "parallel_to", "corroborates", "extends", "same_source_as", "same_theme_as", "assumes", "would_predict", "analogous_to", "independent_of", "implements", "violates", "co_changes_with", "migrating_from", "migrating_to", "scoped_by", "about_entity", "entity_referenced_in", "contradicts", "cites", "summarizes", "related_to", "partially_answers", "refines", "branches_from"];
|
|
4726
|
+
var STORAGE_EDGE_TYPE_VALUES = [...EDGE_TYPE_VALUES, "extracted_from"];
|
|
4727
|
+
z.enum(EDGE_TYPE_VALUES);
|
|
4728
|
+
z.enum(STORAGE_EDGE_TYPE_VALUES);
|
|
4729
|
+
z.enum(["active", "archived", "watching"]);
|
|
4730
|
+
z.enum(["private", "team", "firm", "external", "public"]);
|
|
4697
4731
|
|
|
4698
4732
|
// src/function-registry/helpers.ts
|
|
4699
4733
|
var jsonObjectSchema = z.record(z.unknown());
|
|
@@ -4790,12 +4824,20 @@ function unwrapMcpParameterSchema(schema) {
|
|
|
4790
4824
|
current = current._def.schema;
|
|
4791
4825
|
continue;
|
|
4792
4826
|
default:
|
|
4793
|
-
return {
|
|
4827
|
+
return {
|
|
4828
|
+
schema: current,
|
|
4829
|
+
required,
|
|
4830
|
+
description: description ?? current.description
|
|
4831
|
+
};
|
|
4794
4832
|
}
|
|
4795
4833
|
}
|
|
4796
4834
|
}
|
|
4797
4835
|
function mcpParameterFromZod(fieldName, schema, contractName) {
|
|
4798
|
-
const {
|
|
4836
|
+
const {
|
|
4837
|
+
schema: unwrapped,
|
|
4838
|
+
required,
|
|
4839
|
+
description: schemaDescription
|
|
4840
|
+
} = unwrapMcpParameterSchema(schema);
|
|
4799
4841
|
const description = schemaDescription ?? unwrapped.description ?? fieldName;
|
|
4800
4842
|
switch (unwrapped._def.typeName) {
|
|
4801
4843
|
case z.ZodFirstPartyTypeKind.ZodString:
|
|
@@ -4840,10 +4882,12 @@ function mcpContractFromArgsSchema(base, args, contractName) {
|
|
|
4840
4882
|
const entries2 = Object.entries(getObjectShape(args)).sort(
|
|
4841
4883
|
([left], [right]) => left.localeCompare(right)
|
|
4842
4884
|
);
|
|
4843
|
-
const converted = entries2.map(
|
|
4844
|
-
fieldName,
|
|
4845
|
-
|
|
4846
|
-
|
|
4885
|
+
const converted = entries2.map(
|
|
4886
|
+
([fieldName, schema]) => [
|
|
4887
|
+
fieldName,
|
|
4888
|
+
mcpParameterFromZod(fieldName, schema, contractName)
|
|
4889
|
+
]
|
|
4890
|
+
);
|
|
4847
4891
|
return {
|
|
4848
4892
|
...base,
|
|
4849
4893
|
parameters: Object.fromEntries(
|
|
@@ -4961,6 +5005,7 @@ function surfaceContract(args) {
|
|
|
4961
5005
|
allowedPrincipalTypes: ["user", "service", "agent"]
|
|
4962
5006
|
},
|
|
4963
5007
|
convex: args.convex,
|
|
5008
|
+
gateway: args.gateway,
|
|
4964
5009
|
args: canonicalArgs,
|
|
4965
5010
|
returns: canonicalReturns,
|
|
4966
5011
|
input,
|
|
@@ -4987,381 +5032,6 @@ function assertSurfaceCoverage(contracts) {
|
|
|
4987
5032
|
}
|
|
4988
5033
|
}
|
|
4989
5034
|
}
|
|
4990
|
-
var NODE_TYPE = z.enum(["decision", "belief", "question", "theme", "deal", "topic", "claim", "evidence", "synthesis", "answer", "atomic_fact", "excerpt", "source", "company", "person", "investor", "function", "value_chain"]);
|
|
4991
|
-
var EDGE_TYPE_VALUES = ["supports", "informs", "depends_on", "derived_from", "contains", "tests", "supersedes", "responds_to", "belongs_to", "relates_to_thesis", "works_at", "invested_in", "competes_with", "participates_in", "founded_by", "evaluates", "performs", "function_in", "impacts", "raised_from", "mentioned_in", "perspective_on", "plays_theme", "answers", "explores", "qualifies", "based_on", "based_on_belief", "based_on_question", "blocked_by_contradiction", "informed_by_theme", "same_as", "reinforces", "parent_of", "child_of", "falsified_by", "exclusive_with", "collapses_if", "cascade_from", "counterfactual_of", "cascade_to", "mutually_exclusive", "correlates_with", "amplifies", "precondition_for", "in_tension_with", "strengthened_by", "weakened_by", "alternative_to", "subsumes", "validated_by", "required_for", "blocks", "prerequisite_for", "parallel_to", "corroborates", "extends", "same_source_as", "same_theme_as", "assumes", "would_predict", "analogous_to", "independent_of", "implements", "violates", "co_changes_with", "migrating_from", "migrating_to", "scoped_by", "about_entity", "entity_referenced_in", "contradicts", "cites", "summarizes", "related_to", "partially_answers", "refines", "branches_from"];
|
|
4992
|
-
var STORAGE_EDGE_TYPE_VALUES = [...EDGE_TYPE_VALUES, "extracted_from"];
|
|
4993
|
-
z.enum(EDGE_TYPE_VALUES);
|
|
4994
|
-
z.enum(STORAGE_EDGE_TYPE_VALUES);
|
|
4995
|
-
z.enum(["active", "archived", "watching"]);
|
|
4996
|
-
z.enum(["private", "team", "firm", "external", "public"]);
|
|
4997
|
-
|
|
4998
|
-
// src/function-registry/nodes.ts
|
|
4999
|
-
var sourceTypeSchema = z.enum([
|
|
5000
|
-
"human",
|
|
5001
|
-
"ai_extracted",
|
|
5002
|
-
"ai_generated",
|
|
5003
|
-
"imported",
|
|
5004
|
-
"system",
|
|
5005
|
-
"verified",
|
|
5006
|
-
"proprietary"
|
|
5007
|
-
]);
|
|
5008
|
-
var verificationStatusSchema = z.enum([
|
|
5009
|
-
"unverified",
|
|
5010
|
-
"human_verified",
|
|
5011
|
-
"ai_verified",
|
|
5012
|
-
"contradicted",
|
|
5013
|
-
"outdated"
|
|
5014
|
-
]);
|
|
5015
|
-
var nodeStatusSchema = z.enum([
|
|
5016
|
-
"active",
|
|
5017
|
-
"superseded",
|
|
5018
|
-
"archived",
|
|
5019
|
-
"deleted"
|
|
5020
|
-
]);
|
|
5021
|
-
var externalIdsArgs = z.object({
|
|
5022
|
-
crunchbase: z.string().optional(),
|
|
5023
|
-
linkedin: z.string().optional(),
|
|
5024
|
-
pitchbook: z.string().optional(),
|
|
5025
|
-
twitter: z.string().optional(),
|
|
5026
|
-
website: z.string().optional()
|
|
5027
|
-
}).optional();
|
|
5028
|
-
var createEpistemicNodeItemArgs = z.object({
|
|
5029
|
-
globalId: z.string().optional().describe("Optional idempotent node global ID."),
|
|
5030
|
-
nodeType: NODE_TYPE.describe("Public epistemic node type."),
|
|
5031
|
-
subtype: z.string().optional(),
|
|
5032
|
-
canonicalText: z.string().optional().describe("Canonical node text."),
|
|
5033
|
-
text: z.string().optional().describe("Alias for canonicalText."),
|
|
5034
|
-
contentHash: z.string().optional().describe("Optional idempotency content hash."),
|
|
5035
|
-
content: z.string().optional(),
|
|
5036
|
-
contentType: z.string().optional(),
|
|
5037
|
-
title: z.string().optional(),
|
|
5038
|
-
tags: z.array(z.string()).optional(),
|
|
5039
|
-
domain: z.string().optional(),
|
|
5040
|
-
metadata: z.record(z.unknown()).optional(),
|
|
5041
|
-
externalIds: externalIdsArgs,
|
|
5042
|
-
sourceType: sourceTypeSchema.optional(),
|
|
5043
|
-
aiProvider: z.string().optional(),
|
|
5044
|
-
extractedFromNodeId: z.string().optional(),
|
|
5045
|
-
confidence: z.number().optional(),
|
|
5046
|
-
verificationStatus: verificationStatusSchema.optional(),
|
|
5047
|
-
topicId: z.string().optional(),
|
|
5048
|
-
projectId: z.string().optional(),
|
|
5049
|
-
createdBy: z.string().optional(),
|
|
5050
|
-
trustedBypassAccessCheck: z.boolean().optional()
|
|
5051
|
-
});
|
|
5052
|
-
var createEpistemicNodeArgs = createEpistemicNodeItemArgs;
|
|
5053
|
-
var batchCreateEpistemicNodesArgs = z.object({
|
|
5054
|
-
nodes: z.array(createEpistemicNodeItemArgs)
|
|
5055
|
-
});
|
|
5056
|
-
var getEpistemicNodeArgs = z.object({
|
|
5057
|
-
nodeId: z.string().describe("Node ID or global ID."),
|
|
5058
|
-
globalId: z.string().optional().describe("Node global ID alias.")
|
|
5059
|
-
});
|
|
5060
|
-
var listEpistemicNodesArgs = z.object({
|
|
5061
|
-
topicId: z.string().optional(),
|
|
5062
|
-
projectId: z.string().optional(),
|
|
5063
|
-
nodeType: NODE_TYPE.optional(),
|
|
5064
|
-
status: nodeStatusSchema.optional(),
|
|
5065
|
-
searchQuery: z.string().optional(),
|
|
5066
|
-
query: z.string().optional(),
|
|
5067
|
-
limit: z.number().optional()
|
|
5068
|
-
});
|
|
5069
|
-
var updateEpistemicNodeArgs = z.object({
|
|
5070
|
-
nodeId: z.string().describe("Node ID or global ID."),
|
|
5071
|
-
id: z.string().optional().describe("Node ID alias."),
|
|
5072
|
-
subtype: z.string().optional(),
|
|
5073
|
-
canonicalText: z.string().optional(),
|
|
5074
|
-
text: z.string().optional(),
|
|
5075
|
-
contentHash: z.string().optional(),
|
|
5076
|
-
content: z.string().optional(),
|
|
5077
|
-
contentType: z.string().optional(),
|
|
5078
|
-
title: z.string().optional(),
|
|
5079
|
-
tags: z.array(z.string()).optional(),
|
|
5080
|
-
domain: z.string().optional(),
|
|
5081
|
-
metadata: z.record(z.unknown()).optional(),
|
|
5082
|
-
externalIds: externalIdsArgs,
|
|
5083
|
-
confidence: z.number().optional(),
|
|
5084
|
-
verificationStatus: verificationStatusSchema.optional(),
|
|
5085
|
-
status: nodeStatusSchema.optional(),
|
|
5086
|
-
userId: z.string().optional(),
|
|
5087
|
-
trustedBypassAccessCheck: z.boolean().optional()
|
|
5088
|
-
});
|
|
5089
|
-
var archiveEpistemicNodeArgs = z.object({
|
|
5090
|
-
nodeId: z.string().describe("Node ID or global ID."),
|
|
5091
|
-
id: z.string().optional().describe("Node ID alias."),
|
|
5092
|
-
userId: z.string().optional(),
|
|
5093
|
-
trustedBypassAccessCheck: z.boolean().optional()
|
|
5094
|
-
});
|
|
5095
|
-
var verifyEpistemicNodeArgs = z.object({
|
|
5096
|
-
nodeId: z.string().describe("Node ID or global ID."),
|
|
5097
|
-
id: z.string().optional().describe("Node ID alias."),
|
|
5098
|
-
verificationStatus: verificationStatusSchema,
|
|
5099
|
-
confidence: z.number().optional(),
|
|
5100
|
-
userId: z.string().optional()
|
|
5101
|
-
});
|
|
5102
|
-
var supersedeEpistemicNodeArgs = z.object({
|
|
5103
|
-
oldNodeId: z.string().describe("Node ID or global ID to supersede."),
|
|
5104
|
-
nodeId: z.string().optional().describe("Old node ID alias."),
|
|
5105
|
-
newGlobalId: z.string().optional(),
|
|
5106
|
-
newCanonicalText: z.string().optional(),
|
|
5107
|
-
text: z.string().optional(),
|
|
5108
|
-
canonicalText: z.string().optional(),
|
|
5109
|
-
newContentHash: z.string().optional(),
|
|
5110
|
-
reason: z.string().optional(),
|
|
5111
|
-
createdBy: z.string().optional(),
|
|
5112
|
-
trustedBypassAccessCheck: z.boolean().optional()
|
|
5113
|
-
});
|
|
5114
|
-
function generatedGlobalId(prefix) {
|
|
5115
|
-
return `${prefix}:${crypto.randomUUID()}`;
|
|
5116
|
-
}
|
|
5117
|
-
function resolveCanonicalText(input) {
|
|
5118
|
-
const text = input.canonicalText ?? input.text ?? input.title ?? input.content;
|
|
5119
|
-
if (typeof text !== "string" || text.trim().length === 0) {
|
|
5120
|
-
throw new Error("canonicalText or text is required.");
|
|
5121
|
-
}
|
|
5122
|
-
return text;
|
|
5123
|
-
}
|
|
5124
|
-
function createNodeInput(input, context) {
|
|
5125
|
-
const canonicalText = resolveCanonicalText(input);
|
|
5126
|
-
const nodeType = String(input.nodeType);
|
|
5127
|
-
return withCreatedBy(
|
|
5128
|
-
compactRecord({
|
|
5129
|
-
globalId: typeof input.globalId === "string" && input.globalId.trim() ? input.globalId : generatedGlobalId(nodeType),
|
|
5130
|
-
nodeType,
|
|
5131
|
-
subtype: input.subtype,
|
|
5132
|
-
canonicalText,
|
|
5133
|
-
contentHash: typeof input.contentHash === "string" && input.contentHash.trim() ? input.contentHash : `${nodeType}:${canonicalText}`,
|
|
5134
|
-
content: input.content,
|
|
5135
|
-
contentType: input.contentType,
|
|
5136
|
-
title: input.title,
|
|
5137
|
-
tags: input.tags,
|
|
5138
|
-
domain: input.domain,
|
|
5139
|
-
metadata: input.metadata,
|
|
5140
|
-
externalIds: input.externalIds,
|
|
5141
|
-
sourceType: typeof input.sourceType === "string" && input.sourceType.trim() ? input.sourceType : "human",
|
|
5142
|
-
aiProvider: input.aiProvider,
|
|
5143
|
-
extractedFromNodeId: input.extractedFromNodeId,
|
|
5144
|
-
confidence: input.confidence,
|
|
5145
|
-
verificationStatus: input.verificationStatus,
|
|
5146
|
-
topicId: input.topicId,
|
|
5147
|
-
projectId: input.projectId
|
|
5148
|
-
}),
|
|
5149
|
-
context
|
|
5150
|
-
);
|
|
5151
|
-
}
|
|
5152
|
-
var getNodeInput = (input) => compactRecord({
|
|
5153
|
-
nodeId: input.nodeId ?? input.globalId
|
|
5154
|
-
});
|
|
5155
|
-
var listNodesInput = (input) => compactRecord({
|
|
5156
|
-
topicId: input.topicId,
|
|
5157
|
-
projectId: input.projectId,
|
|
5158
|
-
nodeType: input.nodeType,
|
|
5159
|
-
status: input.status,
|
|
5160
|
-
searchQuery: input.searchQuery ?? input.query,
|
|
5161
|
-
limit: input.limit
|
|
5162
|
-
});
|
|
5163
|
-
var updateNodeInput = (input, context) => withUserId(
|
|
5164
|
-
compactRecord({
|
|
5165
|
-
nodeId: input.nodeId ?? input.id,
|
|
5166
|
-
subtype: input.subtype,
|
|
5167
|
-
canonicalText: input.canonicalText ?? input.text,
|
|
5168
|
-
contentHash: input.contentHash,
|
|
5169
|
-
content: input.content,
|
|
5170
|
-
contentType: input.contentType,
|
|
5171
|
-
title: input.title,
|
|
5172
|
-
tags: input.tags,
|
|
5173
|
-
domain: input.domain,
|
|
5174
|
-
metadata: input.metadata,
|
|
5175
|
-
externalIds: input.externalIds,
|
|
5176
|
-
confidence: input.confidence,
|
|
5177
|
-
verificationStatus: input.verificationStatus,
|
|
5178
|
-
status: input.status,
|
|
5179
|
-
trustedBypassAccessCheck: input.trustedBypassAccessCheck
|
|
5180
|
-
}),
|
|
5181
|
-
context
|
|
5182
|
-
);
|
|
5183
|
-
var archiveNodeInput = (input, context) => withUserId(
|
|
5184
|
-
compactRecord({
|
|
5185
|
-
nodeId: input.nodeId ?? input.id,
|
|
5186
|
-
trustedBypassAccessCheck: input.trustedBypassAccessCheck
|
|
5187
|
-
}),
|
|
5188
|
-
context
|
|
5189
|
-
);
|
|
5190
|
-
var verifyNodeInput = (input, context) => withUserId(
|
|
5191
|
-
compactRecord({
|
|
5192
|
-
nodeId: input.nodeId ?? input.id,
|
|
5193
|
-
verificationStatus: input.verificationStatus,
|
|
5194
|
-
confidence: input.confidence
|
|
5195
|
-
}),
|
|
5196
|
-
context
|
|
5197
|
-
);
|
|
5198
|
-
var supersedeNodeInput = (input, context) => {
|
|
5199
|
-
const newCanonicalText = input.newCanonicalText ?? input.canonicalText ?? input.text;
|
|
5200
|
-
if (typeof newCanonicalText !== "string" || newCanonicalText.trim().length === 0) {
|
|
5201
|
-
throw new Error("newCanonicalText or text is required.");
|
|
5202
|
-
}
|
|
5203
|
-
return {
|
|
5204
|
-
oldNodeId: input.oldNodeId ?? input.nodeId,
|
|
5205
|
-
newGlobalId: typeof input.newGlobalId === "string" && input.newGlobalId.trim() ? input.newGlobalId : generatedGlobalId("node"),
|
|
5206
|
-
newCanonicalText,
|
|
5207
|
-
newContentHash: typeof input.newContentHash === "string" && input.newContentHash.trim() ? input.newContentHash : `superseded:${newCanonicalText}`,
|
|
5208
|
-
createdBy: typeof input.createdBy === "string" ? input.createdBy : authUserId(context),
|
|
5209
|
-
reason: input.reason,
|
|
5210
|
-
trustedBypassAccessCheck: input.trustedBypassAccessCheck
|
|
5211
|
-
};
|
|
5212
|
-
};
|
|
5213
|
-
var batchCreateNodesInput = (input, context) => {
|
|
5214
|
-
const nodes = Array.isArray(input.nodes) ? input.nodes : [];
|
|
5215
|
-
return {
|
|
5216
|
-
nodes: nodes.map(
|
|
5217
|
-
(node) => createNodeInput(
|
|
5218
|
-
node && typeof node === "object" ? node : {},
|
|
5219
|
-
context
|
|
5220
|
-
)
|
|
5221
|
-
)
|
|
5222
|
-
};
|
|
5223
|
-
};
|
|
5224
|
-
var nodesContracts = [
|
|
5225
|
-
surfaceContract({
|
|
5226
|
-
name: "create_epistemic_node",
|
|
5227
|
-
kind: "mutation",
|
|
5228
|
-
domain: "nodes",
|
|
5229
|
-
surfaceClass: "platform_public",
|
|
5230
|
-
path: "/nodes",
|
|
5231
|
-
sdkNamespace: "nodes",
|
|
5232
|
-
sdkMethod: "createEpistemicNode",
|
|
5233
|
-
summary: "Create a generic epistemic graph node.",
|
|
5234
|
-
convex: {
|
|
5235
|
-
module: "nodes",
|
|
5236
|
-
functionName: "create",
|
|
5237
|
-
kind: "mutation",
|
|
5238
|
-
inputProjection: createNodeInput
|
|
5239
|
-
},
|
|
5240
|
-
args: createEpistemicNodeArgs
|
|
5241
|
-
}),
|
|
5242
|
-
surfaceContract({
|
|
5243
|
-
name: "get_epistemic_node",
|
|
5244
|
-
kind: "query",
|
|
5245
|
-
domain: "nodes",
|
|
5246
|
-
surfaceClass: "platform_public",
|
|
5247
|
-
method: "GET",
|
|
5248
|
-
path: "/nodes/get",
|
|
5249
|
-
sdkNamespace: "nodes",
|
|
5250
|
-
sdkMethod: "getEpistemicNode",
|
|
5251
|
-
summary: "Get a generic epistemic graph node.",
|
|
5252
|
-
convex: {
|
|
5253
|
-
module: "nodes",
|
|
5254
|
-
functionName: "get",
|
|
5255
|
-
kind: "query",
|
|
5256
|
-
inputProjection: getNodeInput
|
|
5257
|
-
},
|
|
5258
|
-
args: getEpistemicNodeArgs
|
|
5259
|
-
}),
|
|
5260
|
-
surfaceContract({
|
|
5261
|
-
name: "list_epistemic_nodes",
|
|
5262
|
-
kind: "query",
|
|
5263
|
-
domain: "nodes",
|
|
5264
|
-
surfaceClass: "platform_public",
|
|
5265
|
-
method: "GET",
|
|
5266
|
-
path: "/nodes",
|
|
5267
|
-
sdkNamespace: "nodes",
|
|
5268
|
-
sdkMethod: "listEpistemicNodes",
|
|
5269
|
-
summary: "List generic epistemic graph nodes.",
|
|
5270
|
-
convex: {
|
|
5271
|
-
module: "nodes",
|
|
5272
|
-
functionName: "list",
|
|
5273
|
-
kind: "query",
|
|
5274
|
-
inputProjection: listNodesInput
|
|
5275
|
-
},
|
|
5276
|
-
args: listEpistemicNodesArgs
|
|
5277
|
-
}),
|
|
5278
|
-
surfaceContract({
|
|
5279
|
-
name: "update_epistemic_node",
|
|
5280
|
-
kind: "mutation",
|
|
5281
|
-
domain: "nodes",
|
|
5282
|
-
surfaceClass: "platform_public",
|
|
5283
|
-
method: "PATCH",
|
|
5284
|
-
path: "/nodes",
|
|
5285
|
-
sdkNamespace: "nodes",
|
|
5286
|
-
sdkMethod: "updateEpistemicNode",
|
|
5287
|
-
summary: "Update a generic epistemic graph node.",
|
|
5288
|
-
convex: {
|
|
5289
|
-
module: "nodes",
|
|
5290
|
-
functionName: "update",
|
|
5291
|
-
kind: "mutation",
|
|
5292
|
-
inputProjection: updateNodeInput
|
|
5293
|
-
},
|
|
5294
|
-
args: updateEpistemicNodeArgs
|
|
5295
|
-
}),
|
|
5296
|
-
surfaceContract({
|
|
5297
|
-
name: "archive_epistemic_node",
|
|
5298
|
-
kind: "mutation",
|
|
5299
|
-
domain: "nodes",
|
|
5300
|
-
surfaceClass: "platform_public",
|
|
5301
|
-
path: "/nodes/archive",
|
|
5302
|
-
sdkNamespace: "nodes",
|
|
5303
|
-
sdkMethod: "archiveEpistemicNode",
|
|
5304
|
-
summary: "Archive a generic epistemic graph node.",
|
|
5305
|
-
convex: {
|
|
5306
|
-
module: "nodes",
|
|
5307
|
-
functionName: "archive",
|
|
5308
|
-
kind: "mutation",
|
|
5309
|
-
inputProjection: archiveNodeInput
|
|
5310
|
-
},
|
|
5311
|
-
args: archiveEpistemicNodeArgs
|
|
5312
|
-
}),
|
|
5313
|
-
surfaceContract({
|
|
5314
|
-
name: "verify_epistemic_node",
|
|
5315
|
-
kind: "mutation",
|
|
5316
|
-
domain: "nodes",
|
|
5317
|
-
surfaceClass: "platform_public",
|
|
5318
|
-
path: "/nodes/verify",
|
|
5319
|
-
sdkNamespace: "nodes",
|
|
5320
|
-
sdkMethod: "verifyEpistemicNode",
|
|
5321
|
-
summary: "Verify a generic epistemic graph node.",
|
|
5322
|
-
convex: {
|
|
5323
|
-
module: "nodes",
|
|
5324
|
-
functionName: "verify",
|
|
5325
|
-
kind: "mutation",
|
|
5326
|
-
inputProjection: verifyNodeInput
|
|
5327
|
-
},
|
|
5328
|
-
args: verifyEpistemicNodeArgs
|
|
5329
|
-
}),
|
|
5330
|
-
surfaceContract({
|
|
5331
|
-
name: "supersede_epistemic_node",
|
|
5332
|
-
kind: "mutation",
|
|
5333
|
-
domain: "nodes",
|
|
5334
|
-
surfaceClass: "platform_public",
|
|
5335
|
-
path: "/nodes/supersede",
|
|
5336
|
-
sdkNamespace: "nodes",
|
|
5337
|
-
sdkMethod: "supersedeEpistemicNode",
|
|
5338
|
-
summary: "Supersede a generic epistemic graph node.",
|
|
5339
|
-
convex: {
|
|
5340
|
-
module: "nodes",
|
|
5341
|
-
functionName: "supersede",
|
|
5342
|
-
kind: "mutation",
|
|
5343
|
-
inputProjection: supersedeNodeInput
|
|
5344
|
-
},
|
|
5345
|
-
args: supersedeEpistemicNodeArgs
|
|
5346
|
-
}),
|
|
5347
|
-
surfaceContract({
|
|
5348
|
-
name: "batch_create_epistemic_nodes",
|
|
5349
|
-
kind: "mutation",
|
|
5350
|
-
domain: "nodes",
|
|
5351
|
-
surfaceClass: "platform_public",
|
|
5352
|
-
path: "/nodes/batch",
|
|
5353
|
-
sdkNamespace: "nodes",
|
|
5354
|
-
sdkMethod: "batchCreateEpistemicNodes",
|
|
5355
|
-
summary: "Batch create generic epistemic graph nodes.",
|
|
5356
|
-
convex: {
|
|
5357
|
-
module: "nodes",
|
|
5358
|
-
functionName: "batchCreate",
|
|
5359
|
-
kind: "mutation",
|
|
5360
|
-
inputProjection: batchCreateNodesInput
|
|
5361
|
-
},
|
|
5362
|
-
args: batchCreateEpistemicNodesArgs
|
|
5363
|
-
})
|
|
5364
|
-
];
|
|
5365
5035
|
var ALL_FUNCTION_CONTRACTS = [
|
|
5366
5036
|
...contextContracts,
|
|
5367
5037
|
...identityContracts,
|
|
@@ -5392,6 +5062,6 @@ var getFunctionContract = FUNCTION_CONTRACTS_BY_NAME.get.bind(
|
|
|
5392
5062
|
FUNCTION_CONTRACTS_BY_NAME
|
|
5393
5063
|
);
|
|
5394
5064
|
|
|
5395
|
-
export { ALL_FUNCTION_CONTRACTS, DUPLICATE_OPERATION_NAMES, FORBIDDEN_APPLICATION_OPERATION_NAMES, FUNCTION_CONTRACTS_BY_NAME, FUNCTION_SURFACE_CONTRACTS, LEGACY_COMPAT_OPERATION_NAMES, LUCERN_OPERATION_MANIFEST, MCP_ANALYSIS_PLATFORM_OPERATION_NAMES, MCP_ANALYSIS_TENANT_OPERATION_NAMES, MCP_AUTOMATION_OPERATION_NAMES, MCP_CORE_OPERATION_NAMES, MCP_GOVERNANCE_PLATFORM_OPERATION_NAMES, MCP_GOVERNANCE_TENANT_OPERATION_NAMES, MCP_ONLY_INTERNAL_OPERATION_NAMES, MCP_WORKFLOW_PLATFORM_OPERATION_NAMES, MCP_WORKFLOW_TENANT_OPERATION_NAMES, PLATFORM_INTERNAL_OPERATION_NAMES, PLATFORM_PUBLIC_OPERATION_NAMES, SDK_ONLY_OPERATION_NAMES, TENANT_PUBLIC_OPERATION_NAMES, argsSchemaFromMcpContract, assertSurfaceCoverage, authUserId, classifyContract, compactRecord, defineFunctionContract, getFunctionContract, inputSchemaFromMcpContract, jsonObjectSchema,
|
|
5065
|
+
export { ALL_FUNCTION_CONTRACTS, DUPLICATE_OPERATION_NAMES, FORBIDDEN_APPLICATION_OPERATION_NAMES, FUNCTION_CONTRACTS_BY_NAME, FUNCTION_SURFACE_CONTRACTS, LEGACY_COMPAT_OPERATION_NAMES, LUCERN_OPERATION_MANIFEST, MCP_ANALYSIS_PLATFORM_OPERATION_NAMES, MCP_ANALYSIS_TENANT_OPERATION_NAMES, MCP_AUTOMATION_OPERATION_NAMES, MCP_CORE_OPERATION_NAMES, MCP_GOVERNANCE_PLATFORM_OPERATION_NAMES, MCP_GOVERNANCE_TENANT_OPERATION_NAMES, MCP_ONLY_INTERNAL_OPERATION_NAMES, MCP_WORKFLOW_PLATFORM_OPERATION_NAMES, MCP_WORKFLOW_TENANT_OPERATION_NAMES, NODE_TYPE, PLATFORM_INTERNAL_OPERATION_NAMES, PLATFORM_PUBLIC_OPERATION_NAMES, SDK_ONLY_OPERATION_NAMES, TENANT_PUBLIC_OPERATION_NAMES, argsSchemaFromMcpContract, assertSurfaceCoverage, authUserId, classifyContract, compactRecord, defineFunctionContract, getFunctionContract, inputSchemaFromMcpContract, jsonObjectSchema, recordValue, surfaceContract, surfaceEnabled, surfaceIntentGateViolations, surfaceMcpContract, withCreatedBy, withUserId };
|
|
5396
5066
|
//# sourceMappingURL=index.js.map
|
|
5397
5067
|
//# sourceMappingURL=index.js.map
|