@lucern/contracts 0.3.0-alpha.15 → 0.3.0-alpha.16
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 +4 -1
- package/dist/function-registry/beliefs.d.ts +1 -1
- package/dist/function-registry/beliefs.js +3 -15
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.d.ts +1 -1
- package/dist/function-registry/context.d.ts +1 -1
- package/dist/function-registry/contracts.d.ts +1 -1
- package/dist/function-registry/coordination.d.ts +1 -1
- package/dist/function-registry/edges.d.ts +1 -1
- package/dist/function-registry/evidence.d.ts +1 -1
- package/dist/function-registry/evidence.js +2 -11
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +1 -1
- package/dist/function-registry/identity.d.ts +1 -1
- package/dist/function-registry/identity.js +3 -6
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/judgments.d.ts +1 -1
- package/dist/function-registry/legacy.d.ts +1 -1
- package/dist/function-registry/lenses.d.ts +1 -1
- package/dist/function-registry/nodes.d.ts +1 -1
- package/dist/function-registry/ontologies.d.ts +1 -1
- package/dist/function-registry/pipeline.d.ts +1 -1
- package/dist/function-registry/questions.d.ts +1 -1
- package/dist/function-registry/questions.js +2 -5
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.d.ts +1 -1
- package/dist/function-registry/topics.d.ts +1 -1
- package/dist/function-registry/types.d.ts +1 -1
- package/dist/function-registry/worktrees.d.ts +1 -1
- package/dist/generated/convexSchemas.js +1 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +5 -0
- package/dist/schemas/manifest.js +1 -0
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/tables/mc/tenant.d.ts +1 -0
- package/dist/schemas/tables/mc/tenant.js +1 -0
- package/dist/schemas/tables/mc/tenant.js.map +1 -1
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const judgmentsContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const legacyContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const lensesContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const nodesContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const ontologiesContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const pipelineContracts: readonly [{
|
|
@@ -84,7 +84,7 @@ type FunctionConvexTarget = {
|
|
|
84
84
|
outputProjection?: ContractOutputProjection;
|
|
85
85
|
};
|
|
86
86
|
type FunctionGatewayTarget = {
|
|
87
|
-
handler: "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
87
|
+
handler: "identity.whoami" | "beliefs.list" | "evidence.list" | "questions.list" | "tasks.create" | "tasks.list" | "tasks.update" | "tasks.complete";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
90
|
declare const questionsContracts: readonly [{
|
|
@@ -5135,11 +5135,8 @@ var questionsContracts = [
|
|
|
5135
5135
|
sdkNamespace: "questions",
|
|
5136
5136
|
sdkMethod: "listQuestions",
|
|
5137
5137
|
summary: "List questions for a topic.",
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
functionName: "getByTopic",
|
|
5141
|
-
kind: "query",
|
|
5142
|
-
inputProjection: questionTopicInput
|
|
5138
|
+
gateway: {
|
|
5139
|
+
handler: "questions.list"
|
|
5143
5140
|
}
|
|
5144
5141
|
}),
|
|
5145
5142
|
surfaceContract({
|