@lucern/sdk 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.
@@ -6544,6 +6544,7 @@ var EMBEDDINGS_FIELDS = [
6544
6544
  "nodeIds",
6545
6545
  "nodeType",
6546
6546
  "embeddingModel",
6547
+ "includeInactive",
6547
6548
  "queryText",
6548
6549
  "queryVector",
6549
6550
  "minScore",
@@ -6562,6 +6563,7 @@ function missingQuery(input) {
6562
6563
  workspaceId: cleanRequiredString(input.workspaceId, "workspaceId"),
6563
6564
  nodeType: input.nodeType,
6564
6565
  embeddingModel: input.embeddingModel,
6566
+ includeInactive: input.includeInactive,
6565
6567
  limit: input.limit,
6566
6568
  cursor: input.cursor
6567
6569
  };
@@ -9565,7 +9567,7 @@ function createToolRegistryClient(config = {}) {
9565
9567
  }
9566
9568
 
9567
9569
  // src/version.ts
9568
- var LUCERN_SDK_VERSION = "1.0.6";
9570
+ var LUCERN_SDK_VERSION = "1.0.9";
9569
9571
 
9570
9572
  // src/workflowClient.ts
9571
9573
  function normalizeLensQuery(value) {