@wacht/jsx 1.0.0-beta.39 → 1.0.0-beta.40

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