@lucern/sdk 1.0.8 → 1.0.10

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/index.js CHANGED
@@ -6830,6 +6830,7 @@ var EMBEDDINGS_FIELDS = [
6830
6830
  "nodeIds",
6831
6831
  "nodeType",
6832
6832
  "embeddingModel",
6833
+ "includeInactive",
6833
6834
  "queryText",
6834
6835
  "queryVector",
6835
6836
  "minScore",
@@ -6848,6 +6849,7 @@ function missingQuery(input) {
6848
6849
  workspaceId: cleanRequiredString(input.workspaceId, "workspaceId"),
6849
6850
  nodeType: input.nodeType,
6850
6851
  embeddingModel: input.embeddingModel,
6852
+ includeInactive: input.includeInactive,
6851
6853
  limit: input.limit,
6852
6854
  cursor: input.cursor
6853
6855
  };
@@ -9991,7 +9993,7 @@ function createToolRegistryClient(config = {}) {
9991
9993
  }
9992
9994
 
9993
9995
  // src/version.ts
9994
- var LUCERN_SDK_VERSION = "1.0.6";
9996
+ var LUCERN_SDK_VERSION = "1.0.10";
9995
9997
 
9996
9998
  // src/workflowClient.ts
9997
9999
  function normalizeLensQuery(value) {