@wacht/jsx 1.0.0-beta.45 → 1.0.0-beta.47

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.d.ts CHANGED
@@ -1350,6 +1350,7 @@ export declare function useProjectTaskBoardItem(projectId?: string, itemId?: str
1350
1350
  submitAnswer: (submission: AnswerSubmission) => Promise<ApiResult<ProjectTaskBoardItem>>;
1351
1351
  submitApproval: (approvals: ToolApprovalDecision[]) => Promise<boolean>;
1352
1352
  getTaskWorkspaceFile: (path: string) => Promise<ApiResult<ProjectTaskWorkspaceFileContent>>;
1353
+ downloadTaskWorkspaceFile: (path: string) => Promise<void>;
1353
1354
  listTaskWorkspaceDirectory: (path?: string) => Promise<ApiResult<ProjectTaskWorkspaceListing>>;
1354
1355
  refetch: () => Promise<void>;
1355
1356
  refetchAssignments: () => Promise<void>;