@lucern/sdk 0.3.0-alpha.13 → 0.3.0-alpha.15

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.
@@ -3807,6 +3807,8 @@ function createTasksFacade(config = {}) {
3807
3807
  description: input.description,
3808
3808
  priority: input.priority,
3809
3809
  status: input.status,
3810
+ assigneeId: input.assigneeId,
3811
+ blockedReason: input.blockedReason,
3810
3812
  linkedBeliefId: input.linkedBeliefId,
3811
3813
  linkedQuestionId: input.linkedQuestionId,
3812
3814
  linkedWorktreeId: input.linkedWorktreeId,
@@ -7111,7 +7113,7 @@ function createToolRegistryClient(config = {}) {
7111
7113
  }
7112
7114
 
7113
7115
  // src/version.ts
7114
- var LUCERN_SDK_VERSION = "0.3.0-alpha.13";
7116
+ var LUCERN_SDK_VERSION = "0.3.0-alpha.15";
7115
7117
 
7116
7118
  // src/workflowClient.ts
7117
7119
  function normalizeLensQuery(value) {