@lucern/events 1.0.8 → 1.0.9

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.
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1780023404942
44
+ "signedAt": 1780042343763
45
45
  }
package/dist/types.js CHANGED
@@ -4283,6 +4283,10 @@ var sharedEmbeddingParameters = {
4283
4283
  type: "string",
4284
4284
  description: "Optional embedding model filter."
4285
4285
  },
4286
+ includeInactive: {
4287
+ type: "boolean",
4288
+ description: "Include archived, superseded, or otherwise inactive epistemic nodes in coverage checks."
4289
+ },
4286
4290
  limit: {
4287
4291
  type: "number",
4288
4292
  description: "Maximum rows to return."
@@ -15631,6 +15635,7 @@ var embeddingScopeArgs = z.object({
15631
15635
  workspaceId: z.string().optional().describe("Workspace scope for the embedding operation."),
15632
15636
  nodeType,
15633
15637
  embeddingModel: z.string().optional().describe("Optional embedding model filter."),
15638
+ includeInactive: z.boolean().optional().describe("Include archived, superseded, or otherwise inactive epistemic nodes in coverage checks."),
15634
15639
  limit: z.number().optional().describe("Maximum rows to return."),
15635
15640
  cursor: z.string().optional().describe("Pagination cursor.")
15636
15641
  });
@@ -15661,6 +15666,7 @@ var embeddingsContracts = [
15661
15666
  module: "embeddings",
15662
15667
  functionName: "listMissingForTopic",
15663
15668
  kind: "query",
15669
+ componentPath: "lucern",
15664
15670
  inputProjection: passthroughInput
15665
15671
  },
15666
15672
  args: embeddingScopeArgs
@@ -15681,6 +15687,7 @@ var embeddingsContracts = [
15681
15687
  module: "embeddings",
15682
15688
  functionName: "vectorSearchByTopic",
15683
15689
  kind: "action",
15690
+ componentPath: "lucern",
15684
15691
  inputProjection: passthroughInput
15685
15692
  },
15686
15693
  args: searchEmbeddingsArgs
@@ -15698,6 +15705,7 @@ var embeddingsContracts = [
15698
15705
  module: "embeddings",
15699
15706
  functionName: "getByNodeIds",
15700
15707
  kind: "query",
15708
+ componentPath: "lucern",
15701
15709
  inputProjection: passthroughInput
15702
15710
  },
15703
15711
  args: getEmbeddingsArgs
@@ -15715,6 +15723,7 @@ var embeddingsContracts = [
15715
15723
  module: "embeddings",
15716
15724
  functionName: "markEmbeddingBackfillQueued",
15717
15725
  kind: "mutation",
15726
+ componentPath: "lucern",
15718
15727
  inputProjection: passthroughInput
15719
15728
  },
15720
15729
  args: queueEmbeddingBackfillArgs
@@ -15778,6 +15787,7 @@ function hybridContract(args) {
15778
15787
  module: "hybridDiscovery",
15779
15788
  functionName: args.sdkMethod,
15780
15789
  kind: "action",
15790
+ componentPath: "lucern",
15781
15791
  inputProjection: modeInput(args.mode)
15782
15792
  },
15783
15793
  args: hybridPlannerArgs