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