@oqtopus-team/qdash-client 0.1.1

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.
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/errors.ts","../src/orval-request.ts","../src/generated/api.ts"],"sourcesContent":["export interface QDashErrorOptions {\n statusCode?: number;\n payload?: unknown;\n cause?: unknown;\n}\n\nexport class QDashApiError extends Error {\n readonly statusCode?: number;\n readonly payload?: unknown;\n\n constructor(message: string, options: QDashErrorOptions = {}) {\n super(message, { cause: options.cause });\n this.name = new.target.name;\n this.statusCode = options.statusCode;\n this.payload = options.payload;\n }\n}\n\nexport class QDashConfigError extends Error {\n constructor(message: string, options: { cause?: unknown } = {}) {\n super(message, options);\n this.name = \"QDashConfigError\";\n }\n}\n\nexport class QDashAuthError extends QDashApiError {}\nexport class QDashNotFoundError extends QDashApiError {}\nexport class QDashValidationError extends QDashApiError {}\nexport class QDashTransportError extends QDashApiError {}\n\nexport const QDashClientError = QDashApiError;\n","import type { AxiosRequestConfig } from \"axios\";\n\nimport { QDashConfigError } from \"./errors.js\";\nimport type { QDashTransport } from \"./transport.js\";\n\nexport interface QDashRequestOptions extends AxiosRequestConfig {\n qdashTransport?: QDashTransport;\n}\n\nexport async function qdashRequest<T>(\n config: AxiosRequestConfig,\n options: QDashRequestOptions = {},\n): Promise<T> {\n const { qdashTransport, ...overrides } = options;\n if (!qdashTransport) {\n throw new QDashConfigError(\"Generated API calls require a QDashClient transport\");\n }\n return qdashTransport.request<T>({ ...config, ...overrides });\n}\n","/**\n * Generated by orval v7.14.0 🍺\n * Do not edit manually.\n * QDash API\n * API for QDash\n * OpenAPI spec version: 0.0.1\n */\nimport type {\n AddMemberRequest,\n AdminDeleteProject200,\n AgentActionResponse,\n AgentCampaignCommitResponse,\n AgentCandidateCommitResponse,\n AgentSessionResponse,\n AiReviewListResponse,\n AiReviewRunDetailResponse,\n AiReviewRunListResponse,\n AllConfigResponse,\n AnalysisResponse,\n AnalyzeRequest,\n ApplyAgentCandidateRequest,\n BackendConfigResponse,\n BodyBulkImportUsers,\n BodyLogin,\n BodyReExecuteTaskResult,\n BulkAiReviewRequest,\n BulkAiReviewResponse,\n BulkUserImportResponse,\n CalibrationNoteResponse,\n CancelExecutionResponse,\n CandidateGateResponse,\n ChangePassword200,\n ChipDatesResponse,\n ChipDeletionImpactResponse,\n ChipMetricsResponse,\n ChipNotesSummaryResponse,\n ChipResponse,\n CommitAgentCampaignRequest,\n CommitAgentCandidateRequest,\n CompareExecutionsParams,\n CompareSeedValues200,\n CompareSeedValuesParams,\n ConfigReloadResponse,\n CooldownCreateRequest,\n CooldownResponse,\n CooldownUpdateRequest,\n CooldownWiringCheckpointRequest,\n CooldownWiringEventResponse,\n CopilotChatSessionResponse,\n CouplingResponse,\n CreateAgentSessionRequest,\n CreateChipRequest,\n CreateCopilotChatSessionRequest,\n CreateCouplingNoteCommentParams,\n CreateQubitNoteCommentParams,\n CryostatCreateRequest,\n CryostatResponse,\n CryostatUpdateRequest,\n DashboardAiInsightsResponse,\n DegradationTrendsResponse,\n DeleteChipNoteParams,\n DeleteChipParams,\n DeleteCopilotChatSession200,\n DeleteCouplingMetricNoteParams,\n DeleteCouplingNoteCommentParams,\n DeleteCouplingNoteParams,\n DeleteFlow200,\n DeleteQubitMetricNoteParams,\n DeleteQubitNoteCommentParams,\n DeleteQubitNoteParams,\n DeleteScheduleResponse,\n DeleteUser200,\n Device,\n DeviceTopologyRequest,\n DownloadFiguresAsZipRequest,\n DownloadFileParams,\n DownloadMetricsPdfParams,\n DownloadZipFileParams,\n EvaluateCandidateGateRequest,\n ExecuteAgentActionRequest,\n ExecuteFlowRequest,\n ExecuteFlowResponse,\n ExecutionComparisonResponse,\n ExecutionLockStatusResponse,\n ExecutionResponseDetail,\n FileTreeNode,\n FlowTemplate,\n FlowTemplateWithCode,\n ForumCategoryCreate,\n ForumCategoryResponse,\n ForumCategoryUpdate,\n ForumPostCreate,\n ForumPostResponse,\n ForumPostUpdate,\n GetChipMetricsParams,\n GetChipNoteParams,\n GetChipNotesSummaryParams,\n GetCopilotConfig200,\n GetCouplingMetricHistoryParams,\n GetCouplingTaskHistoryParams,\n GetDashboardAiInsightsParams,\n GetDegradationTrendsParams,\n GetFigureByPathParams,\n GetFileContent200,\n GetFileContentParams,\n GetFlowResponse,\n GetForumPostRepliesParams,\n GetGitStatus200,\n GetHistoricalCouplingTaskResultsParams,\n GetHistoricalQubitTaskResultsParams,\n GetLatestCouplingTaskResultsParams,\n GetLatestQubitTaskResultsParams,\n GetMetricsConfig200,\n GetParameterHistoryParams,\n GetProvenanceImpactParams,\n GetProvenanceLineageParams,\n GetQubitMetricHistoryParams,\n GetQubitTaskHistoryParams,\n GetRecalibrationRecommendationsParams,\n GetRecentChangesParams,\n GetRecentExecutionsParams,\n GetTaskFileContent200,\n GetTaskFileContentParams,\n GetTaskFileTreeParams,\n GetTaskKnowledgeParams,\n GetTimeseriesTaskResultsParams,\n GetTopologyById200,\n GitPullConfig200,\n GitPushConfig200,\n GitPushRequest,\n ImpactResponse,\n IssueCreate,\n IssueKnowledgeResponse,\n IssueKnowledgeUpdate,\n IssueResponse,\n IssueUpdate,\n LatestTaskResultResponse,\n LineageResponse,\n ListAgentActionsResponse,\n ListAgentCandidatesResponse,\n ListAllFlowSchedulesParams,\n ListAllProjectsParams,\n ListAllUsersParams,\n ListBackendsResponse,\n ListChipCouplingsParams,\n ListChipNoteEventsParams,\n ListChipQubitsParams,\n ListChipsResponse,\n ListCooldownWiringEventsParams,\n ListCooldownWiringEventsResponse,\n ListCooldownsParams,\n ListCooldownsResponse,\n ListCopilotChatSessionsResponse,\n ListCouplingsResponse,\n ListCryostatsResponse,\n ListExecutionsParams,\n ListExecutionsResponse,\n ListFlowSchedulesParams,\n ListFlowSchedulesResponse,\n ListFlowsResponse,\n ListForumCategoriesParams,\n ListForumCategoriesResponse,\n ListForumPostsParams,\n ListForumPostsResponse,\n ListIssueKnowledgeParams,\n ListIssueKnowledgeResponse,\n ListIssuesParams,\n ListIssuesResponse,\n ListMuxResponse,\n ListNoteEventsResponse,\n ListNotificationsParams,\n ListNotificationsResponse,\n ListQubitsResponse,\n ListTagResponse,\n ListTargetNoteEventsParams,\n ListTaskFileBackendsResponse,\n ListTaskInfoParams,\n ListTaskInfoResponse,\n ListTaskKnowledgeResponse,\n ListTaskResponse,\n ListTaskResultAiReviewRunsParams,\n ListTaskResultAiReviewsParams,\n ListTaskResultsParams,\n ListTasksParams,\n ListTopologies200,\n ListTopologiesParams,\n Logout200,\n ManualEditsResponse,\n ManualParameterUpdateRequest,\n ManualParameterUpdateResponse,\n MarkAllNotificationsRead200,\n MemberInvite,\n MemberItem,\n MemberResponse,\n MemberUpdate,\n MetricHeatmapResponse,\n MetricsSummaryResponse,\n MuxDetailResponse,\n NoteCommentModel,\n NoteCommentRequest,\n NoteModel,\n NoteUpsertRequest,\n NotificationResponse,\n ParameterHistoryResponse,\n ParameterVersionResponse,\n PasswordChange,\n PasswordReset,\n ProjectCreate,\n ProjectResponse,\n ProjectUpdate,\n ProvenanceStatsResponse,\n QdashApiSchemasAdminMemberListResponse,\n QdashApiSchemasAdminProjectListResponse,\n QdashApiSchemasProjectMemberListResponse,\n QdashApiSchemasProjectProjectListResponse,\n QubitMetricHistoryResponse,\n QubitResponse,\n ReExecuteRequest,\n ReanalyzeQubitSpectroscopyRequest,\n ReanalyzeResonatorSpectroscopyRequest,\n ReanalyzeResponse,\n RecalibrationRecommendationResponse,\n RecentChangesResponse,\n RecentExecutionsResponse,\n RemoveProjectMemberAdmin200,\n ResetPassword200,\n RunCodexAgentRequest,\n RunCodexAgentResponse,\n SaveFileContent200,\n SaveFileRequest,\n SaveFlowRequest,\n SaveFlowResponse,\n SaveTaskFileContent200,\n SaveTaskFileRequest,\n ScheduleFlowRequest,\n ScheduleFlowResponse,\n SearchNoteEventsParams,\n SeedImportRequest,\n SeedImportResponse,\n Settings,\n SubmitAgentActionRequest,\n SuccessResponse,\n TaskFileSettings,\n TaskFileTreeNode,\n TaskHistoryResponse,\n TaskKnowledgeResponse,\n TaskResultExcludeRequest,\n TaskResultExcludeResponse,\n TaskResultListResponse,\n TaskResultResponse,\n TimeSeriesData,\n TokenResponse,\n UnreadNotificationCountResponse,\n UpdateChipRequest,\n UpdateCopilotChatSessionRequest,\n UpdateCouplingNoteCommentParams,\n UpdateQubitNoteCommentParams,\n UpdateScheduleRequest,\n UpdateScheduleResponse,\n UpdateUserRequest,\n UpsertChipNoteParams,\n UpsertCouplingMetricNoteParams,\n UpsertCouplingNoteParams,\n UpsertQubitMetricNoteParams,\n UpsertQubitNoteParams,\n User,\n UserCreate,\n UserDetailResponse,\n UserListResponse,\n UserProfileUpdate,\n UserWithToken,\n ValidateFileContent200,\n ValidateFileRequest\n} from '../../../../ui/src/schemas';\n\nimport { qdashRequest } from '../orval-request';\ntype SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];\n\n\n export const getQDashAPI = () => {\n/**\n * Authenticate user and return access token.\n\nParameters\n----------\nusername : str\n User's username provided via form data\npassword : str\n User's password provided via form data\n\nReturns\n-------\nTokenResponse\n Response containing access_token, token_type, and username\n\nRaises\n------\nHTTPException\n 401 if authentication fails due to incorrect username or password\n * @summary Login user\n */\nconst login = (\n bodyLogin: BodyLogin,\n options?: SecondParameter<typeof qdashRequest<TokenResponse>>,) => {const formUrlEncoded = new URLSearchParams();\nformUrlEncoded.append(`username`, bodyLogin.username)\nformUrlEncoded.append(`password`, bodyLogin.password)\n\n return qdashRequest<TokenResponse>(\n {url: `/auth/login`, method: 'POST',\n headers: {'Content-Type': 'application/x-www-form-urlencoded', },\n data: formUrlEncoded\n },\n options);\n }\n\n/**\n * Register a new user account (admin only).\n\nParameters\n----------\nuser_data : UserCreate\n User registration data including username, password, and optional display_name\ncurrent_user : User\n Current authenticated admin user\nauth_service : AuthService\n The auth service instance\n\nReturns\n-------\nUserWithToken\n Newly created user information including access_token\n\nRaises\n------\nHTTPException\n 403 if the current user is not an admin\n 400 if the username is already registered\n * @summary Register a new user (admin only)\n */\nconst registerUser = (\n userCreate: UserCreate,\n options?: SecondParameter<typeof qdashRequest<UserWithToken>>,) => {\n return qdashRequest<UserWithToken>(\n {url: `/auth/register`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: userCreate\n },\n options);\n }\n\n/**\n * Get current authenticated user information.\n\nParameters\n----------\ncurrent_user : User\n Current authenticated user injected via dependency\n\nReturns\n-------\nUser\n Current user's profile information\n * @summary Get current user\n */\nconst getCurrentUser = (\n\n options?: SecondParameter<typeof qdashRequest<User>>,) => {\n return qdashRequest<User>(\n {url: `/auth/me`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update the current user's editable profile fields.\n * @summary Update current user profile\n */\nconst updateCurrentUserProfile = (\n userProfileUpdate: UserProfileUpdate,\n options?: SecondParameter<typeof qdashRequest<User>>,) => {\n return qdashRequest<User>(\n {url: `/auth/me`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: userProfileUpdate\n },\n options);\n }\n\n/**\n * Logout the current user.\n\nReturns\n-------\ndict[str, str]\n Success message confirming logout\n * @summary Logout user\n */\nconst logout = (\n\n options?: SecondParameter<typeof qdashRequest<Logout200>>,) => {\n return qdashRequest<Logout200>(\n {url: `/auth/logout`, method: 'POST'\n },\n options);\n }\n\n/**\n * Change the current user's password.\n\nParameters\n----------\npassword_data : PasswordChange\n Contains current_password and new_password\ncurrent_user : User\n Current authenticated user injected via dependency\nauth_service : AuthService\n The auth service instance\n\nReturns\n-------\ndict[str, str]\n Success message confirming password change\n * @summary Change user password\n */\nconst changePassword = (\n passwordChange: PasswordChange,\n options?: SecondParameter<typeof qdashRequest<ChangePassword200>>,) => {\n return qdashRequest<ChangePassword200>(\n {url: `/auth/change-password`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: passwordChange\n },\n options);\n }\n\n/**\n * Reset a user's password (admin only).\n\nParameters\n----------\npassword_data : PasswordReset\n Contains username and new_password\ncurrent_user : User\n Current authenticated admin user\nauth_service : AuthService\n The auth service instance\n\nReturns\n-------\ndict[str, str]\n Success message confirming password reset\n\nRaises\n------\nHTTPException\n 403 if the current user is not an admin\n * @summary Reset user password (admin only)\n */\nconst resetPassword = (\n passwordReset: PasswordReset,\n options?: SecondParameter<typeof qdashRequest<ResetPassword200>>,) => {\n return qdashRequest<ResetPassword200>(\n {url: `/auth/reset-password`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: passwordReset\n },\n options);\n }\n\n/**\n * Reload cached YAML configuration (admin only).\n * @summary Reload configuration caches\n */\nconst reloadConfigCaches = (\n\n options?: SecondParameter<typeof qdashRequest<ConfigReloadResponse>>,) => {\n return qdashRequest<ConfigReloadResponse>(\n {url: `/admin/config/reload`, method: 'POST'\n },\n options);\n }\n\n/**\n * List all users in the system (admin only).\n * @summary List all users\n */\nconst listAllUsers = (\n params?: ListAllUsersParams,\n options?: SecondParameter<typeof qdashRequest<UserListResponse>>,) => {\n return qdashRequest<UserListResponse>(\n {url: `/admin/users`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get detailed information about a specific user (admin only).\n * @summary Get user details\n */\nconst getUserDetails = (\n username: string,\n options?: SecondParameter<typeof qdashRequest<UserDetailResponse>>,) => {\n return qdashRequest<UserDetailResponse>(\n {url: `/admin/users/${username}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update user settings (admin only).\n * @summary Update user settings\n */\nconst updateUserSettings = (\n username: string,\n updateUserRequest: UpdateUserRequest,\n options?: SecondParameter<typeof qdashRequest<UserDetailResponse>>,) => {\n return qdashRequest<UserDetailResponse>(\n {url: `/admin/users/${username}`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: updateUserRequest\n },\n options);\n }\n\n/**\n * Delete a user account (admin only).\n * @summary Delete user\n */\nconst deleteUser = (\n username: string,\n options?: SecondParameter<typeof qdashRequest<DeleteUser200>>,) => {\n return qdashRequest<DeleteUser200>(\n {url: `/admin/users/${username}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Create users from a CSV file and return generated temporary passwords.\n * @summary Bulk import users from CSV\n */\nconst bulkImportUsers = (\n bodyBulkImportUsers: BodyBulkImportUsers,\n options?: SecondParameter<typeof qdashRequest<BulkUserImportResponse>>,) => {const formData = new FormData();\nformData.append(`file`, bodyBulkImportUsers.file)\n\n return qdashRequest<BulkUserImportResponse>(\n {url: `/admin/users/bulk-import`, method: 'POST',\n headers: {'Content-Type': 'multipart/form-data', },\n data: formData\n },\n options);\n }\n\n/**\n * List all projects in the system (admin only).\n * @summary List all projects\n */\nconst listAllProjects = (\n params?: ListAllProjectsParams,\n options?: SecondParameter<typeof qdashRequest<QdashApiSchemasAdminProjectListResponse>>,) => {\n return qdashRequest<QdashApiSchemasAdminProjectListResponse>(\n {url: `/admin/projects`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Delete a project and all its memberships (admin only).\n * @summary Delete project\n */\nconst adminDeleteProject = (\n projectId: string,\n options?: SecondParameter<typeof qdashRequest<AdminDeleteProject200>>,) => {\n return qdashRequest<AdminDeleteProject200>(\n {url: `/admin/projects/${projectId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * List all members of a project (admin only).\n * @summary List project members\n */\nconst listProjectMembersAdmin = (\n projectId: string,\n options?: SecondParameter<typeof qdashRequest<QdashApiSchemasAdminMemberListResponse>>,) => {\n return qdashRequest<QdashApiSchemasAdminMemberListResponse>(\n {url: `/admin/projects/${projectId}/members`, method: 'GET'\n },\n options);\n }\n\n/**\n * Add a member to a project (admin only).\n * @summary Add member to project\n */\nconst addProjectMemberAdmin = (\n projectId: string,\n addMemberRequest: AddMemberRequest,\n options?: SecondParameter<typeof qdashRequest<MemberItem>>,) => {\n return qdashRequest<MemberItem>(\n {url: `/admin/projects/${projectId}/members`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: addMemberRequest\n },\n options);\n }\n\n/**\n * Remove a member from a project (admin only).\n * @summary Remove member from project\n */\nconst removeProjectMemberAdmin = (\n projectId: string,\n username: string,\n options?: SecondParameter<typeof qdashRequest<RemoveProjectMemberAdmin200>>,) => {\n return qdashRequest<RemoveProjectMemberAdmin200>(\n {url: `/admin/projects/${projectId}/members/${username}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Create a default project for a user who doesn't have one (admin only).\n * @summary Create project for user\n */\nconst createProjectForUser = (\n username: string,\n options?: SecondParameter<typeof qdashRequest<UserDetailResponse>>,) => {\n return qdashRequest<UserDetailResponse>(\n {url: `/admin/users/${username}/project`, method: 'POST'\n },\n options);\n }\n\n/**\n * List all projects the user has access to.\n * @summary List user's projects\n */\nconst listProjects = (\n\n options?: SecondParameter<typeof qdashRequest<QdashApiSchemasProjectProjectListResponse>>,) => {\n return qdashRequest<QdashApiSchemasProjectProjectListResponse>(\n {url: `/projects`, method: 'GET'\n },\n options);\n }\n\n/**\n * Create a new project with the current user as owner.\n * @summary Create a new project\n */\nconst createProject = (\n projectCreate: ProjectCreate,\n options?: SecondParameter<typeof qdashRequest<ProjectResponse>>,) => {\n return qdashRequest<ProjectResponse>(\n {url: `/projects`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: projectCreate\n },\n options);\n }\n\n/**\n * Get details of a specific project.\n * @summary Get project details\n */\nconst getProject = (\n projectId: string,\n options?: SecondParameter<typeof qdashRequest<ProjectResponse>>,) => {\n return qdashRequest<ProjectResponse>(\n {url: `/projects/${projectId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update project settings. Owner only.\n * @summary Update project\n */\nconst updateProject = (\n projectId: string,\n projectUpdate: ProjectUpdate,\n options?: SecondParameter<typeof qdashRequest<ProjectResponse>>,) => {\n return qdashRequest<ProjectResponse>(\n {url: `/projects/${projectId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: projectUpdate\n },\n options);\n }\n\n/**\n * Delete a project. Owner only.\n * @summary Delete project\n */\nconst deleteProject = (\n projectId: string,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/projects/${projectId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * List all members of a project.\n * @summary List project members\n */\nconst listProjectMembers = (\n projectId: string,\n options?: SecondParameter<typeof qdashRequest<QdashApiSchemasProjectMemberListResponse>>,) => {\n return qdashRequest<QdashApiSchemasProjectMemberListResponse>(\n {url: `/projects/${projectId}/members`, method: 'GET'\n },\n options);\n }\n\n/**\n * Invite a user to the project. Owner only.\n * @summary Invite a member\n */\nconst inviteProjectMember = (\n projectId: string,\n memberInvite: MemberInvite,\n options?: SecondParameter<typeof qdashRequest<MemberResponse>>,) => {\n return qdashRequest<MemberResponse>(\n {url: `/projects/${projectId}/members`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: memberInvite\n },\n options);\n }\n\n/**\n * Update a member's role. Owner only.\n * @summary Update member role\n */\nconst updateProjectMember = (\n projectId: string,\n username: string,\n memberUpdate: MemberUpdate,\n options?: SecondParameter<typeof qdashRequest<MemberResponse>>,) => {\n return qdashRequest<MemberResponse>(\n {url: `/projects/${projectId}/members/${username}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: memberUpdate\n },\n options);\n }\n\n/**\n * Remove a member from the project. Owner only.\n * @summary Remove member\n */\nconst removeProjectMember = (\n projectId: string,\n username: string,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/projects/${projectId}/members/${username}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Transfer project ownership to another user. Admin only.\n * @summary Transfer project ownership\n */\nconst transferProjectOwnership = (\n projectId: string,\n memberInvite: MemberInvite,\n options?: SecondParameter<typeof qdashRequest<ProjectResponse>>,) => {\n return qdashRequest<ProjectResponse>(\n {url: `/projects/${projectId}/transfer`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: memberInvite\n },\n options);\n }\n\n/**\n * Fetch a calibration figure by its file path.\n\nRetrieves a PNG image file from the server's filesystem and returns it\nas a streaming response.\n\nParameters\n----------\npath : str\n Absolute file path to the calibration figure image\n\nReturns\n-------\nFileResponse\n PNG image data as a file response with media type \"image/png\"\n\nRaises\n------\nHTTPException\n 404 if the file does not exist at the specified path\n * @summary Get a calibration figure by its path\n */\nconst getFigureByPath = (\n params: GetFigureByPathParams,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/executions/figure`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Fetch the current status of the execution lock.\n\nThe execution lock prevents concurrent calibration workflows from running\nsimultaneously. This endpoint checks whether a lock is currently held.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nexecution_service : ExecutionService\n Service for execution operations\n\nReturns\n-------\nExecutionLockStatusResponse\n Response containing lock status (True if locked, False if available)\n * @summary Get the execution lock status\n */\nconst getExecutionLockStatus = (\n\n options?: SecondParameter<typeof qdashRequest<ExecutionLockStatusResponse>>,) => {\n return qdashRequest<ExecutionLockStatusResponse>(\n {url: `/executions/lock-status`, method: 'GET'\n },\n options);\n }\n\n/**\n * List executions for a given chip with pagination.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nexecution_service : ExecutionService\n Service for execution operations\nchip_id : str\n ID of the chip to fetch executions for\nskip : int\n Number of items to skip (default: 0)\nlimit : int\n Number of items to return (default: 20, max: 100)\n\nReturns\n-------\nListExecutionsResponse\n Wrapped list of executions for the chip\n * @summary List executions\n */\nconst listExecutions = (\n params: ListExecutionsParams,\n options?: SecondParameter<typeof qdashRequest<ListExecutionsResponse>>,) => {\n return qdashRequest<ListExecutionsResponse>(\n {url: `/executions`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Return the execution detail by its ID.\n\nParameters\n----------\nexecution_id : str\n ID of the execution to fetch\nctx : ProjectContext\n Project context with user and project information\nexecution_service : ExecutionService\n Service for execution operations\n\nReturns\n-------\nExecutionResponseDetail\n Detailed execution information\n * @summary Get an execution by its ID\n */\nconst getExecution = (\n executionId: string,\n options?: SecondParameter<typeof qdashRequest<ExecutionResponseDetail>>,) => {\n return qdashRequest<ExecutionResponseDetail>(\n {url: `/executions/${executionId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Cancel a running or scheduled execution via Prefect.\n\nSends a cancellation request to Prefect for the specified flow run.\nThe flow_run_id is the Prefect flow run UUID, which can be obtained from\nthe execution detail's note.flow_run_id field.\nOnly executions in SCHEDULED, PENDING, RUNNING, or PAUSED state can be cancelled.\n\nParameters\n----------\nflow_run_id : str\n Prefect flow run UUID\nctx : ProjectContext\n Project context with user and project information\nexecution_service : ExecutionService\n Service for execution operations\n\nReturns\n-------\nCancelExecutionResponse\n Cancellation result with status\n * @summary Cancel a running or scheduled execution\n */\nconst cancelExecution = (\n flowRunId: string,\n options?: SecondParameter<typeof qdashRequest<CancelExecutionResponse>>,) => {\n return qdashRequest<CancelExecutionResponse>(\n {url: `/executions/${flowRunId}/cancel`, method: 'POST'\n },\n options);\n }\n\n/**\n * Re-execute a flow using snapshot parameters from a previous execution.\n\nParameters\n----------\nexecution_id : str\n ID of the source execution to snapshot parameters from\nrequest : ReExecuteRequest\n Re-execution request with flow_name and optional parameter_overrides\nctx : ProjectContext\n Project context with user and project information\nexecution_service : ExecutionService\n Service for execution operations\nflow_service : FlowService\n Service for flow operations\n\nReturns\n-------\nExecuteFlowResponse\n Execution result with IDs and URLs\n * @summary Re-execute a flow from snapshot parameters\n */\nconst reExecuteFromSnapshot = (\n executionId: string,\n reExecuteRequest: ReExecuteRequest,\n options?: SecondParameter<typeof qdashRequest<ExecuteFlowResponse>>,) => {\n return qdashRequest<ExecuteFlowResponse>(\n {url: `/executions/${executionId}/re-execute`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: reExecuteRequest\n },\n options);\n }\n\n/**\n * Download a raw data file from the server.\n\nParameters\n----------\npath : str\n Absolute file path to the file to download\n\nReturns\n-------\nFileResponse\n The file as a downloadable response\n * @summary Download file\n */\nconst downloadFile = (\n params: DownloadFileParams,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/files/raw-data`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Download a file or directory as a ZIP archive.\n\nParameters\n----------\npath : str\n Absolute path to the file or directory to archive\n\nReturns\n-------\nFileResponse\n ZIP archive as a downloadable response\n * @summary Download file or directory as zip\n */\nconst downloadZipFile = (\n params: DownloadZipFileParams,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/files/zip`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get file tree structure for entire config directory.\n\nReturns\n-------\n File tree structure\n * @summary Get file tree for entire config directory\n */\nconst getFileTree = (\n\n options?: SecondParameter<typeof qdashRequest<FileTreeNode[]>>,) => {\n return qdashRequest<FileTreeNode[]>(\n {url: `/files/tree`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get file content for editing.\n\nArgs:\n----\n path: Relative path from CONFIG_BASE_PATH\n\nReturns:\n-------\n File content and metadata\n * @summary Get file content for editing\n */\nconst getFileContent = (\n params: GetFileContentParams,\n options?: SecondParameter<typeof qdashRequest<GetFileContent200>>,) => {\n return qdashRequest<GetFileContent200>(\n {url: `/files/content`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Save file content.\n\nArgs:\n----\n request: Save file request with path and content\n\nReturns:\n-------\n Success message\n * @summary Save file content\n */\nconst saveFileContent = (\n saveFileRequest: SaveFileRequest,\n options?: SecondParameter<typeof qdashRequest<SaveFileContent200>>,) => {\n return qdashRequest<SaveFileContent200>(\n {url: `/files/content`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: saveFileRequest\n },\n options);\n }\n\n/**\n * Validate YAML or JSON content.\n\nArgs:\n----\n request: Validation request with content and file_type\n\nReturns:\n-------\n Validation result\n * @summary Validate file content (YAML/JSON)\n */\nconst validateFileContent = (\n validateFileRequest: ValidateFileRequest,\n options?: SecondParameter<typeof qdashRequest<ValidateFileContent200>>,) => {\n return qdashRequest<ValidateFileContent200>(\n {url: `/files/validate`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: validateFileRequest\n },\n options);\n }\n\n/**\n * Get Git status of config directory.\n\nReturns\n-------\n Git status information\n * @summary Get Git status of config directory\n */\nconst getGitStatus = (\n\n options?: SecondParameter<typeof qdashRequest<GetGitStatus200>>,) => {\n return qdashRequest<GetGitStatus200>(\n {url: `/files/git/status`, method: 'GET'\n },\n options);\n }\n\n/**\n * Pull latest config from Git repository.\n\nReturns\n-------\n Pull operation result\n * @summary Pull latest config from Git repository\n */\nconst gitPullConfig = (\n\n options?: SecondParameter<typeof qdashRequest<GitPullConfig200>>,) => {\n return qdashRequest<GitPullConfig200>(\n {url: `/files/git/pull`, method: 'POST'\n },\n options);\n }\n\n/**\n * Push config changes to Git repository.\n\nArgs:\n----\n request: Push request with commit message\n\nReturns:\n-------\n Push operation result\n * @summary Push config changes to Git repository\n */\nconst gitPushConfig = (\n gitPushRequest: GitPushRequest,\n options?: SecondParameter<typeof qdashRequest<GitPushConfig200>>,) => {\n return qdashRequest<GitPushConfig200>(\n {url: `/files/git/push`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: gitPushRequest\n },\n options);\n }\n\n/**\n * Create a bounded authorization scope for a user-operated local agent.\n * @summary Create an agent session\n */\nconst createAgentSession = (\n createAgentSessionRequest: CreateAgentSessionRequest,\n options?: SecondParameter<typeof qdashRequest<AgentSessionResponse>>,) => {\n return qdashRequest<AgentSessionResponse>(\n {url: `/agent-sessions`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: createAgentSessionRequest\n },\n options);\n }\n\n/**\n * Get authoritative state for an agent session.\n * @summary Get an agent session\n */\nconst getAgentSession = (\n sessionId: string,\n options?: SecondParameter<typeof qdashRequest<AgentSessionResponse>>,) => {\n return qdashRequest<AgentSessionResponse>(\n {url: `/agent-sessions/${sessionId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Evaluate a numeric candidate against session-owned bounds without writing it.\n * @summary Evaluate an agent candidate\n */\nconst evaluateAgentCandidateGate = (\n sessionId: string,\n evaluateCandidateGateRequest: EvaluateCandidateGateRequest,\n options?: SecondParameter<typeof qdashRequest<CandidateGateResponse>>,) => {\n return qdashRequest<CandidateGateResponse>(\n {url: `/agent-sessions/${sessionId}/candidate-gate`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: evaluateCandidateGateRequest\n },\n options);\n }\n\n/**\n * Authorize and audit an action proposal without executing it.\n * @summary Submit an agent action\n */\nconst submitAgentAction = (\n sessionId: string,\n submitAgentActionRequest: SubmitAgentActionRequest,\n options?: SecondParameter<typeof qdashRequest<AgentActionResponse>>,) => {\n return qdashRequest<AgentActionResponse>(\n {url: `/agent-sessions/${sessionId}/actions`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: submitAgentActionRequest\n },\n options);\n }\n\n/**\n * List the ordered audit trail for an agent session.\n * @summary List agent actions\n */\nconst listAgentActions = (\n sessionId: string,\n options?: SecondParameter<typeof qdashRequest<ListAgentActionsResponse>>,) => {\n return qdashRequest<ListAgentActionsResponse>(\n {url: `/agent-sessions/${sessionId}/actions`, method: 'GET'\n },\n options);\n }\n\n/**\n * Read candidates and provenance from an action's authoritative task result.\n * @summary List agent action candidates\n */\nconst listAgentActionCandidates = (\n sessionId: string,\n actionId: string,\n options?: SecondParameter<typeof qdashRequest<ListAgentCandidatesResponse>>,) => {\n return qdashRequest<ListAgentCandidatesResponse>(\n {url: `/agent-sessions/${sessionId}/actions/${actionId}/candidates`, method: 'GET'\n },\n options);\n }\n\n/**\n * Commit a revalidated task-result candidate into QDash calibration state.\n * @summary Commit an agent action candidate\n */\nconst commitAgentActionCandidate = (\n sessionId: string,\n actionId: string,\n parameterName: string,\n commitAgentCandidateRequest: CommitAgentCandidateRequest,\n options?: SecondParameter<typeof qdashRequest<AgentCandidateCommitResponse>>,) => {\n return qdashRequest<AgentCandidateCommitResponse>(\n {url: `/agent-sessions/${sessionId}/actions/${actionId}/candidates/${parameterName}/commit`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: commitAgentCandidateRequest\n },\n options);\n }\n\n/**\n * Validate a final candidate set and persist it with one Qubit save.\n * @summary Commit final agent campaign candidates\n */\nconst commitAgentCampaignCandidates = (\n sessionId: string,\n commitAgentCampaignRequest: CommitAgentCampaignRequest,\n options?: SecondParameter<typeof qdashRequest<AgentCampaignCommitResponse>>,) => {\n return qdashRequest<AgentCampaignCommitResponse>(\n {url: `/agent-sessions/${sessionId}/campaign-commits`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: commitAgentCampaignRequest\n },\n options);\n }\n\n/**\n * Get one audited final campaign candidate-set commit.\n * @summary Get an agent campaign commit\n */\nconst getAgentCampaignCommit = (\n sessionId: string,\n commitId: string,\n options?: SecondParameter<typeof qdashRequest<AgentCampaignCommitResponse>>,) => {\n return qdashRequest<AgentCampaignCommitResponse>(\n {url: `/agent-sessions/${sessionId}/campaign-commits/${commitId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get commit persistence and worker-side backend apply state.\n * @summary Get an agent candidate commit\n */\nconst getAgentCandidateCommit = (\n sessionId: string,\n commitId: string,\n options?: SecondParameter<typeof qdashRequest<AgentCandidateCommitResponse>>,) => {\n return qdashRequest<AgentCandidateCommitResponse>(\n {url: `/agent-sessions/${sessionId}/commits/${commitId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Dispatch a committed, gated candidate to the worker-side backend.\n * @summary Apply an agent candidate commit to the backend\n */\nconst applyAgentCandidateCommit = (\n sessionId: string,\n commitId: string,\n applyAgentCandidateRequest: ApplyAgentCandidateRequest,\n options?: SecondParameter<typeof qdashRequest<AgentCandidateCommitResponse>>,) => {\n return qdashRequest<AgentCandidateCommitResponse>(\n {url: `/agent-sessions/${sessionId}/commits/${commitId}/apply`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: applyAgentCandidateRequest\n },\n options);\n }\n\n/**\n * Get one action and its current dispatch status.\n * @summary Get an agent action\n */\nconst getAgentAction = (\n sessionId: string,\n actionId: string,\n options?: SecondParameter<typeof qdashRequest<AgentActionResponse>>,) => {\n return qdashRequest<AgentActionResponse>(\n {url: `/agent-sessions/${sessionId}/actions/${actionId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Dispatch one authorized run-task action to the system workflow.\n * @summary Execute an authorized agent action\n */\nconst executeAgentAction = (\n sessionId: string,\n actionId: string,\n executeAgentActionRequest: ExecuteAgentActionRequest,\n options?: SecondParameter<typeof qdashRequest<AgentActionResponse>>,) => {\n return qdashRequest<AgentActionResponse>(\n {url: `/agent-sessions/${sessionId}/actions/${actionId}/execute`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: executeAgentActionRequest\n },\n options);\n }\n\n/**\n * Get the latest calibration note for the master task.\n\nRetrieves the most recent calibration note from the database, sorted by timestamp\nin descending order. The note contains metadata about calibration parameters\nand configuration.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\ncalibration_service : CalibrationService\n Service for calibration operations\n\nReturns\n-------\nCalibrationNoteResponse\n The latest calibration note containing username, execution_id, task_id,\n note content, and timestamp\n\nRaises\n------\nHTTPException\n 404 if no calibration note is found\n * @summary Get the calibration note\n */\nconst getCalibrationNote = (\n\n options?: SecondParameter<typeof qdashRequest<CalibrationNoteResponse>>,) => {\n return qdashRequest<CalibrationNoteResponse>(\n {url: `/calibrations/note`, method: 'GET'\n },\n options);\n }\n\n/**\n * Import initial calibration parameters from qubex params or manual input.\n\nThis endpoint allows importing seed parameters that are typically loaded\nfrom qubex's params directory (e.g., qubit_frequency, readout_amplitude)\ninto QDash's calibration database for tracking and provenance.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : SeedImportService\n Service for seed import operations\nrequest : SeedImportRequest\n Import request specifying source, chip_id, and parameters\n\nReturns\n-------\nSeedImportResponse\n Results of the import operation including counts and individual results\n\nExamples\n--------\nImport from qubex params:\n```json\n{\n \"chip_id\": \"64Qv3\",\n \"source\": \"qubex_params\",\n \"parameters\": [\"qubit_frequency\", \"readout_amplitude\"]\n}\n```\n\nManual import:\n```json\n{\n \"chip_id\": \"64Qv3\",\n \"source\": \"manual\",\n \"manual_data\": {\n \"qubit_frequency\": {\"Q00\": 7.9, \"Q01\": 8.6}\n }\n}\n```\n * @summary Import seed parameters from qubex or manual input\n */\nconst importSeedParameters = (\n seedImportRequest: SeedImportRequest,\n options?: SecondParameter<typeof qdashRequest<SeedImportResponse>>,) => {\n return qdashRequest<SeedImportResponse>(\n {url: `/calibrations/seed-import`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: seedImportRequest\n },\n options);\n }\n\n/**\n * Get list of available parameter files in qubex params directory.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : SeedImportService\n Service for seed import operations\nchip_id : str\n Chip ID to check parameters for\n\nReturns\n-------\nlist[str]\n List of available parameter names (e.g., [\"qubit_frequency\", \"readout_amplitude\"])\n * @summary Get available seed parameters for a chip\n */\nconst getAvailableSeedParameters = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<string[]>>,) => {\n return qdashRequest<string[]>(\n {url: `/calibrations/seed-parameters/${chipId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Compare seed parameter values from YAML files with current QDash values.\n\nThis endpoint allows users to preview what will be imported and see\nthe difference between YAML source values and current QDash values.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : SeedImportService\n Service for seed import operations\nchip_id : str\n Chip ID to compare parameters for\nparameters : str | None\n Comma-separated list of parameters to compare (None = all available)\n\nReturns\n-------\ndict\n Comparison data with structure:\n {\n \"chip_id\": str,\n \"parameters\": {\n \"param_name\": {\n \"unit\": str,\n \"qubits\": {\n \"Q0\": {\n \"yaml_value\": float | None,\n \"qdash_value\": float | None,\n \"status\": \"new\" | \"same\" | \"different\"\n }\n }\n }\n }\n }\n * @summary Compare YAML seed values with QDash values\n */\nconst compareSeedValues = (\n chipId: string,\n params?: CompareSeedValuesParams,\n options?: SecondParameter<typeof qdashRequest<CompareSeedValues200>>,) => {\n return qdashRequest<CompareSeedValues200>(\n {url: `/calibrations/seed-compare/${chipId}`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Manually update calibration parameters for a qubit or coupling.\n\nUpdates the specified parameters in the database and records provenance.\nThe target type (qubit vs coupling) is determined by the qid format:\n\"0\" for qubit, \"0-1\" for coupling.\n * @summary Manually update calibration parameters\n */\nconst updateCalibrationParameters = (\n manualParameterUpdateRequest: ManualParameterUpdateRequest,\n options?: SecondParameter<typeof qdashRequest<ManualParameterUpdateResponse>>,) => {\n return qdashRequest<ManualParameterUpdateResponse>(\n {url: `/calibrations/parameters`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: manualParameterUpdateRequest\n },\n options);\n }\n\n/**\n * Get the most recent manual edit for each parameter of a qid.\n * @summary Get manual edits for a qubit or coupling\n */\nconst getManualEdits = (\n qid: string,\n options?: SecondParameter<typeof qdashRequest<ManualEditsResponse>>,) => {\n return qdashRequest<ManualEditsResponse>(\n {url: `/calibrations/manual-edits/${qid}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get Copilot configuration for the metrics assistant.\n\nRetrieves the Copilot configuration from YAML, including:\n- enabled: Whether Copilot is enabled\n- evaluation_metrics: Which metrics to use for multi-metric evaluation\n- scoring: Thresholds for good/excellent ratings per metric\n- system_prompt: The AI assistant's system prompt\n- initial_message: The initial greeting message\n\nReturns\n-------\ndict[str, Any]\n Copilot configuration dictionary\n * @summary Get Copilot configuration\n */\nconst getCopilotConfig = (\n\n options?: SecondParameter<typeof qdashRequest<GetCopilotConfig200>>,) => {\n return qdashRequest<GetCopilotConfig200>(\n {url: `/copilot/config`, method: 'GET'\n },\n options);\n }\n\n/**\n * Analyze a calibration task result using LLM.\n\nConstructs a rich context from task knowledge, qubit parameters,\nand experimental data, then sends it to the configured LLM for analysis.\n\nParameters\n----------\nrequest : AnalyzeRequest\n The analysis request containing task info, IDs, and user message.\n\nReturns\n-------\nAnalysisResponse\n Structured analysis from the LLM.\n * @summary Analyze calibration result with AI\n */\nconst analyzeCopilot = (\n analyzeRequest: AnalyzeRequest,\n options?: SecondParameter<typeof qdashRequest<AnalysisResponse>>,) => {\n return qdashRequest<AnalysisResponse>(\n {url: `/copilot/analyze`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: analyzeRequest\n },\n options);\n }\n\n/**\n * Return all persisted chat sessions owned by the current user.\n * @summary List the current user's chat sessions\n */\nconst listCopilotChatSessions = (\n\n options?: SecondParameter<typeof qdashRequest<ListCopilotChatSessionsResponse>>,) => {\n return qdashRequest<ListCopilotChatSessionsResponse>(\n {url: `/copilot/chat/sessions`, method: 'GET'\n },\n options);\n }\n\n/**\n * Create a new chat session owned by the current user.\n * @summary Create a new chat session\n */\nconst createCopilotChatSession = (\n createCopilotChatSessionRequest: CreateCopilotChatSessionRequest,\n options?: SecondParameter<typeof qdashRequest<CopilotChatSessionResponse>>,) => {\n return qdashRequest<CopilotChatSessionResponse>(\n {url: `/copilot/chat/sessions`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: createCopilotChatSessionRequest\n },\n options);\n }\n\n/**\n * Return one chat session including the full message list.\n * @summary Get a chat session with messages\n */\nconst getCopilotChatSession = (\n sessionId: string,\n options?: SecondParameter<typeof qdashRequest<CopilotChatSessionResponse>>,) => {\n return qdashRequest<CopilotChatSessionResponse>(\n {url: `/copilot/chat/sessions/${sessionId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update title, context, or messages of an existing chat session.\n * @summary Update a chat session\n */\nconst updateCopilotChatSession = (\n sessionId: string,\n updateCopilotChatSessionRequest: UpdateCopilotChatSessionRequest,\n options?: SecondParameter<typeof qdashRequest<CopilotChatSessionResponse>>,) => {\n return qdashRequest<CopilotChatSessionResponse>(\n {url: `/copilot/chat/sessions/${sessionId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: updateCopilotChatSessionRequest\n },\n options);\n }\n\n/**\n * Delete a chat session owned by the current user.\n * @summary Delete a chat session\n */\nconst deleteCopilotChatSession = (\n sessionId: string,\n options?: SecondParameter<typeof qdashRequest<DeleteCopilotChatSession200>>,) => {\n return qdashRequest<DeleteCopilotChatSession200>(\n {url: `/copilot/chat/sessions/${sessionId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Get settings from the server\n * @summary Get settings\n */\nconst getSettings = (\n\n options?: SecondParameter<typeof qdashRequest<Settings>>,) => {\n return qdashRequest<Settings>(\n {url: `/settings`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all chips with summary information.\n\nReturns chip metadata (id, size, topology, qubit/coupling counts).\nFor detailed qubit/coupling data, use the dedicated endpoints.\n * @summary List all chips\n */\nconst listChips = (\n\n options?: SecondParameter<typeof qdashRequest<ListChipsResponse>>,) => {\n return qdashRequest<ListChipsResponse>(\n {url: `/chips`, method: 'GET'\n },\n options);\n }\n\n/**\n * Create a new chip in the current project.\n\nParameters\n----------\nrequest : CreateChipRequest\n Chip creation request containing chip_id and size\nctx : ProjectContext\n Project context with editor permission\n\nReturns\n-------\nChipResponse\n Created chip information\n\nRaises\n------\nHTTPException\n If chip_id already exists or size is invalid\n * @summary Create a new chip\n */\nconst createChip = (\n createChipRequest: CreateChipRequest,\n options?: SecondParameter<typeof qdashRequest<ChipResponse>>,) => {\n return qdashRequest<ChipResponse>(\n {url: `/chips`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: createChipRequest\n },\n options);\n }\n\n/**\n * @summary Update chip metadata (topology_id, note)\n */\nconst updateChip = (\n chipId: string,\n updateChipRequest: UpdateChipRequest,\n options?: SecondParameter<typeof qdashRequest<ChipResponse>>,) => {\n return qdashRequest<ChipResponse>(\n {url: `/chips/${chipId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: updateChipRequest\n },\n options);\n }\n\n/**\n * @summary Delete a chip (refuses if related data exists unless force=true)\n */\nconst deleteChip = (\n chipId: string,\n params?: DeleteChipParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * Get chip details including metadata and counts.\n\nReturns chip metadata (size, topology, qubit/coupling counts).\nFor detailed qubit/coupling data, use the dedicated endpoints.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nChipResponse\n Chip details\n * @summary Get chip details\n */\nconst getChip = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<ChipResponse>>,) => {\n return qdashRequest<ChipResponse>(\n {url: `/chips/${chipId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Preview what would be affected by deleting this chip\n */\nconst getChipDeletionImpact = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<ChipDeletionImpactResponse>>,) => {\n return qdashRequest<ChipDeletionImpactResponse>(\n {url: `/chips/${chipId}/deletion-impact`, method: 'GET'\n },\n options);\n }\n\n/**\n * Fetch available dates for a chip from execution counter.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nChipDatesResponse\n List of available dates\n * @summary Get available dates for a chip\n */\nconst getChipDates = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<ChipDatesResponse>>,) => {\n return qdashRequest<ChipDatesResponse>(\n {url: `/chips/${chipId}/dates`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get the multiplexer details.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nmux_id : int\n ID of the multiplexer\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nMuxDetailResponse\n Multiplexer details\n * @summary Get multiplexer details\n */\nconst getChipMux = (\n chipId: string,\n muxId: number,\n options?: SecondParameter<typeof qdashRequest<MuxDetailResponse>>,) => {\n return qdashRequest<MuxDetailResponse>(\n {url: `/chips/${chipId}/muxes/${muxId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all multiplexers for a chip.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nListMuxResponse\n List of multiplexer details\n * @summary List all multiplexers for a chip\n */\nconst listChipMuxes = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<ListMuxResponse>>,) => {\n return qdashRequest<ListMuxResponse>(\n {url: `/chips/${chipId}/muxes`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Get chip note\n */\nconst getChipNote = (\n chipId: string,\n params?: GetChipNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/note`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * @summary Upsert chip note\n */\nconst upsertChipNote = (\n chipId: string,\n noteUpsertRequest: NoteUpsertRequest,\n params?: UpsertChipNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/note`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Clear chip note\n */\nconst deleteChipNote = (\n chipId: string,\n params?: DeleteChipNoteParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/note`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * List qubits for a chip with pagination.\n\nRetrieves qubit data from the separate QubitDocument collection.\nSupports filtering by specific qubit IDs.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\nlimit : int\n Maximum number of qubits to return (default 50, max 256)\noffset : int\n Number of qubits to skip for pagination\nqids : list[str] | None\n Optional list of specific qubit IDs to fetch\n\nReturns\n-------\nListQubitsResponse\n List of qubits with pagination info\n * @summary List qubits for a chip\n */\nconst listChipQubits = (\n chipId: string,\n params?: ListChipQubitsParams,\n options?: SecondParameter<typeof qdashRequest<ListQubitsResponse>>,) => {\n return qdashRequest<ListQubitsResponse>(\n {url: `/chips/${chipId}/qubits`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a single qubit by ID.\n\nThis is 10-18x faster than fetching the full chip and extracting one qubit.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nqid : str\n ID of the qubit\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nQubitResponse\n Qubit data\n * @summary Get a single qubit\n */\nconst getChipQubit = (\n chipId: string,\n qid: string,\n options?: SecondParameter<typeof qdashRequest<QubitResponse>>,) => {\n return qdashRequest<QubitResponse>(\n {url: `/chips/${chipId}/qubits/${qid}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Re-run the resonator-spectroscopy analysis on a previously stored figure.\n\nReturns the marked figure and the re-estimated `readout_frequency` for\nthe requested qubit. The DB is **not** mutated; this is a preview only.\n * @summary Re-run resonator spectroscopy analysis on a stored task result (preview)\n */\nconst reanalyzeResonatorSpectroscopy = (\n chipId: string,\n qid: string,\n reanalyzeResonatorSpectroscopyRequest: ReanalyzeResonatorSpectroscopyRequest,\n options?: SecondParameter<typeof qdashRequest<ReanalyzeResponse>>,) => {\n return qdashRequest<ReanalyzeResponse>(\n {url: `/chips/${chipId}/qubits/${qid}/reanalyze/resonator-spectroscopy`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: reanalyzeResonatorSpectroscopyRequest\n },\n options);\n }\n\n/**\n * Re-run the qubit-spectroscopy analysis on a previously stored figure.\n\nReturns the marked figure and the re-estimated `qubit_frequency`,\n`f01_repr_db`, `f01_quality_level`, and `anharmonicity` for the requested\nqubit. The DB is **not** mutated; this is a preview only.\n * @summary Re-run qubit spectroscopy analysis on a stored task result (preview)\n */\nconst reanalyzeQubitSpectroscopy = (\n chipId: string,\n qid: string,\n reanalyzeQubitSpectroscopyRequest: ReanalyzeQubitSpectroscopyRequest,\n options?: SecondParameter<typeof qdashRequest<ReanalyzeResponse>>,) => {\n return qdashRequest<ReanalyzeResponse>(\n {url: `/chips/${chipId}/qubits/${qid}/reanalyze/qubit-spectroscopy`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: reanalyzeQubitSpectroscopyRequest\n },\n options);\n }\n\n/**\n * List couplings for a chip with pagination.\n\nRetrieves coupling data from the separate CouplingDocument collection.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\nlimit : int\n Maximum number of couplings to return (default 100, max 512)\noffset : int\n Number of couplings to skip for pagination\n\nReturns\n-------\nListCouplingsResponse\n List of couplings with pagination info\n * @summary List couplings for a chip\n */\nconst listChipCouplings = (\n chipId: string,\n params?: ListChipCouplingsParams,\n options?: SecondParameter<typeof qdashRequest<ListCouplingsResponse>>,) => {\n return qdashRequest<ListCouplingsResponse>(\n {url: `/chips/${chipId}/couplings`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a single coupling by ID.\n\nParameters\n----------\nchip_id : str\n ID of the chip\ncoupling_id : str\n ID of the coupling (e.g., \"0-1\")\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nCouplingResponse\n Coupling data\n * @summary Get a single coupling\n */\nconst getChipCoupling = (\n chipId: string,\n couplingId: string,\n options?: SecondParameter<typeof qdashRequest<CouplingResponse>>,) => {\n return qdashRequest<CouplingResponse>(\n {url: `/chips/${chipId}/couplings/${couplingId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get aggregated metrics summary for a chip.\n\nComputes statistics (averages, counts) on the database side.\nReturns ~0.1KB of data, ideal for dashboard overview.\n\nParameters\n----------\nchip_id : str\n ID of the chip\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nMetricsSummaryResponse\n Aggregated metrics summary\n * @summary Get aggregated metrics summary\n */\nconst getChipMetricsSummary = (\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<MetricsSummaryResponse>>,) => {\n return qdashRequest<MetricsSummaryResponse>(\n {url: `/chips/${chipId}/metrics/summary`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get heatmap data for a single metric.\n\nReturns only the values needed for heatmap visualization (~5KB).\nMuch more efficient than fetching full chip data (~300KB+).\n\nSupported metrics:\n- Qubit: t1, t2_echo, t2_star, qubit_frequency, anharmonicity,\n average_readout_fidelity, x90_gate_fidelity, x180_gate_fidelity\n- Coupling: zx90_gate_fidelity, bell_state_fidelity, static_zz_interaction\n\nParameters\n----------\nchip_id : str\n ID of the chip\nmetric : str\n Name of the metric to retrieve\nctx : ProjectContext\n Project context with user and project information\nchip_service : ChipService\n Service for chip operations\n\nReturns\n-------\nMetricHeatmapResponse\n Metric values keyed by qubit/coupling ID\n * @summary Get heatmap data for a single metric\n */\nconst getChipMetricHeatmap = (\n chipId: string,\n metric: string,\n options?: SecondParameter<typeof qdashRequest<MetricHeatmapResponse>>,) => {\n return qdashRequest<MetricHeatmapResponse>(\n {url: `/chips/${chipId}/metrics/heatmap/${metric}`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all tasks.\n\nParameters\n----------\nctx : ProjectContext\n The project context with user and project information.\nservice : TaskService\n The task service instance.\nbackend : str | None\n Optional backend name to filter tasks by.\n\nReturns\n-------\nListTaskResponse\n The list of tasks.\n * @summary List all tasks\n */\nconst listTasks = (\n params?: ListTasksParams,\n options?: SecondParameter<typeof qdashRequest<ListTaskResponse>>,) => {\n return qdashRequest<ListTaskResponse>(\n {url: `/tasks`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get task result by task_id.\n\nParameters\n----------\ntask_id : str\n The task ID to search for.\nctx : ProjectContext\n The project context with user and project information.\nservice : TaskService\n The task service instance.\n\nReturns\n-------\nTaskResultResponse\n The task result information including figure paths.\n * @summary Get task result by task ID\n */\nconst getTaskResult = (\n taskId: string,\n options?: SecondParameter<typeof qdashRequest<TaskResultResponse>>,) => {\n return qdashRequest<TaskResultResponse>(\n {url: `/tasks/${taskId}/result`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all available task knowledge entries with summary info.\n * @summary List all task knowledge entries\n */\nconst listTaskKnowledge = (\n\n options?: SecondParameter<typeof qdashRequest<ListTaskKnowledgeResponse>>,) => {\n return qdashRequest<ListTaskKnowledgeResponse>(\n {url: `/task-knowledge`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get raw markdown content for a task knowledge entry.\n\nReturns the index.md content with image references replaced\nby inline base64 data URIs for self-contained rendering.\n * @summary Get raw markdown for a task knowledge entry\n */\nconst getTaskKnowledgeMarkdown = (\n taskName: string,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/tasks/${taskName}/knowledge/markdown`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get structured domain knowledge for a calibration task.\n\nReturns LLM-oriented knowledge including physical principles,\nexpected behavior, evaluation criteria, and failure modes.\n\nParameters\n----------\ntask_name : str\n The task name (e.g. \"CheckT1\", \"CheckRabi\").\nservice : TaskService\n The task service instance.\nbackend : str\n The backend name (default \"qubex\").\n\nReturns\n-------\nTaskKnowledgeResponse\n Structured task knowledge.\n * @summary Get task knowledge for LLM analysis\n */\nconst getTaskKnowledge = (\n taskName: string,\n params?: GetTaskKnowledgeParams,\n options?: SecondParameter<typeof qdashRequest<TaskKnowledgeResponse>>,) => {\n return qdashRequest<TaskKnowledgeResponse>(\n {url: `/tasks/${taskName}/knowledge`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get task file settings from config/app/settings.yaml.\n\nReturns\n-------\n Task file settings including default backend\n * @summary Get task file settings\n */\nconst getTaskFileSettings = (\n\n options?: SecondParameter<typeof qdashRequest<TaskFileSettings>>,) => {\n return qdashRequest<TaskFileSettings>(\n {url: `/task-files/settings`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all available backend directories in calibtasks.\n\nReturns\n-------\n List of backend names and paths\n * @summary List available task file backends\n */\nconst listTaskFileBackends = (\n\n options?: SecondParameter<typeof qdashRequest<ListTaskFileBackendsResponse>>,) => {\n return qdashRequest<ListTaskFileBackendsResponse>(\n {url: `/task-files/backends`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get file tree structure for a specific backend directory.\n\nArgs:\n----\n backend: Backend name (e.g., \"qubex\", \"fake\")\n\nReturns:\n-------\n File tree structure for the backend\n * @summary Get file tree for a specific backend\n */\nconst getTaskFileTree = (\n params: GetTaskFileTreeParams,\n options?: SecondParameter<typeof qdashRequest<TaskFileTreeNode[]>>,) => {\n return qdashRequest<TaskFileTreeNode[]>(\n {url: `/task-files/tree`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get task file content for viewing/editing.\n\nArgs:\n----\n path: Relative path from CALIBTASKS_BASE_PATH\n\nReturns:\n-------\n File content and metadata\n * @summary Get task file content for viewing/editing\n */\nconst getTaskFileContent = (\n params: GetTaskFileContentParams,\n options?: SecondParameter<typeof qdashRequest<GetTaskFileContent200>>,) => {\n return qdashRequest<GetTaskFileContent200>(\n {url: `/task-files/content`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Save task file content.\n\nArgs:\n----\n request: Save file request with path and content\n\nReturns:\n-------\n Success message\n * @summary Save task file content\n */\nconst saveTaskFileContent = (\n saveTaskFileRequest: SaveTaskFileRequest,\n options?: SecondParameter<typeof qdashRequest<SaveTaskFileContent200>>,) => {\n return qdashRequest<SaveTaskFileContent200>(\n {url: `/task-files/content`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: saveTaskFileRequest\n },\n options);\n }\n\n/**\n * Get backend configuration from config/app/backend.yaml.\n\nReturns\n-------\n Backend configuration\n * @summary Get backend configuration\n */\nconst getBackendConfig = (\n\n options?: SecondParameter<typeof qdashRequest<BackendConfigResponse>>,) => {\n return qdashRequest<BackendConfigResponse>(\n {url: `/task-files/backend-config`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all task definitions found in a backend directory.\n\nArgs:\n----\n backend: Backend name (e.g., \"qubex\", \"fake\")\n sort_order: Sort order for tasks\n enabled_only: If True, only return tasks that are enabled\n\nReturns:\n-------\n List of task information\n * @summary List all tasks in a backend\n */\nconst listTaskInfo = (\n params: ListTaskInfoParams,\n options?: SecondParameter<typeof qdashRequest<ListTaskInfoResponse>>,) => {\n return qdashRequest<ListTaskInfoResponse>(\n {url: `/task-files/tasks`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * List task results for cross-task investigation.\n * @summary List task results\n */\nconst listTaskResults = (\n params?: ListTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<TaskResultListResponse>>,) => {\n return qdashRequest<TaskResultListResponse>(\n {url: `/task-results`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get the latest qubit task results for all qubits on a chip.\n\nRetrieves the most recent task result for each qubit on the specified chip.\nResults include fidelity threshold status based on x90 gate fidelity.\n\nParameters\n----------\nchip_id : str\n ID of the chip to fetch results for\ntask : str\n Name of the task to fetch results for\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nLatestTaskResultResponse\n Task results for all qubits, keyed by qubit ID\n\nRaises\n------\nValueError\n If the chip is not found for the current project\n * @summary Get latest qubit task results\n */\nconst getLatestQubitTaskResults = (\n params: GetLatestQubitTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<LatestTaskResultResponse>>,) => {\n return qdashRequest<LatestTaskResultResponse>(\n {url: `/task-results/qubits/latest`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get historical qubit task results for a specific date.\n\nRetrieves task results from a specific historical date using chip history\nsnapshots. Results are filtered to tasks executed within the specified\nday in JST timezone.\n\nParameters\n----------\nchip_id : str\n ID of the chip to fetch results for\ntask : str\n Name of the task to fetch results for\ndate : str\n Date in YYYYMMDD format (JST timezone)\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nLatestTaskResultResponse\n Historical task results for all qubits, keyed by qubit ID\n\nRaises\n------\nValueError\n If the chip history is not found for the specified date\n * @summary Get historical qubit task results\n */\nconst getHistoricalQubitTaskResults = (\n params: GetHistoricalQubitTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<LatestTaskResultResponse>>,) => {\n return qdashRequest<LatestTaskResultResponse>(\n {url: `/task-results/qubits/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get complete task history for a specific qubit.\n\nRetrieves all historical task results for a specific qubit, sorted by\nend time in descending order. Useful for tracking calibration trends\nover time.\n\nParameters\n----------\nqid : str\n Qubit ID to fetch history for\nchip_id : str\n ID of the chip containing the qubit\ntask : str\n Name of the task to fetch history for\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nTaskHistoryResponse\n All historical task results, keyed by task_id\n\nRaises\n------\nValueError\n If the chip is not found for the current project\n * @summary Get qubit task history\n */\nconst getQubitTaskHistory = (\n qid: string,\n params: GetQubitTaskHistoryParams,\n options?: SecondParameter<typeof qdashRequest<TaskHistoryResponse>>,) => {\n return qdashRequest<TaskHistoryResponse>(\n {url: `/task-results/qubits/${qid}/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get the latest coupling task results for all couplings on a chip.\n\nRetrieves the most recent task result for each coupling (qubit pair) on\nthe specified chip. Results include fidelity threshold status based on\nBell state fidelity.\n\nParameters\n----------\nchip_id : str\n ID of the chip to fetch results for\ntask : str\n Name of the task to fetch results for\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nLatestTaskResultResponse\n Task results for all couplings, keyed by coupling ID (e.g., \"0-1\")\n\nRaises\n------\nValueError\n If the chip is not found for the current project\n * @summary Get latest coupling task results\n */\nconst getLatestCouplingTaskResults = (\n params: GetLatestCouplingTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<LatestTaskResultResponse>>,) => {\n return qdashRequest<LatestTaskResultResponse>(\n {url: `/task-results/couplings/latest`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get historical coupling task results for a specific date.\n\nRetrieves task results from a specific historical date using chip history\nsnapshots. Results are filtered to tasks executed within the specified\nday in JST timezone.\n\nParameters\n----------\nchip_id : str\n ID of the chip to fetch results for\ntask : str\n Name of the task to fetch results for\ndate : str\n Date in YYYYMMDD format (JST timezone)\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nLatestTaskResultResponse\n Historical task results for all couplings, keyed by coupling ID\n\nRaises\n------\nValueError\n If the chip history is not found for the specified date\n * @summary Get historical coupling task results\n */\nconst getHistoricalCouplingTaskResults = (\n params: GetHistoricalCouplingTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<LatestTaskResultResponse>>,) => {\n return qdashRequest<LatestTaskResultResponse>(\n {url: `/task-results/couplings/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get complete task history for a specific coupling.\n\nRetrieves all historical task results for a specific coupling (qubit pair),\nsorted by end time in descending order. Useful for tracking two-qubit\ncalibration trends over time.\n\nParameters\n----------\ncoupling_id : str\n Coupling ID to fetch history for (e.g., \"0-1\")\nchip_id : str\n ID of the chip containing the coupling\ntask : str\n Name of the task to fetch history for\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\n\nReturns\n-------\nTaskHistoryResponse\n All historical task results, keyed by task_id\n\nRaises\n------\nValueError\n If the chip is not found for the current project\n * @summary Get coupling task history\n */\nconst getCouplingTaskHistory = (\n couplingId: string,\n params: GetCouplingTaskHistoryParams,\n options?: SecondParameter<typeof qdashRequest<TaskHistoryResponse>>,) => {\n return qdashRequest<TaskHistoryResponse>(\n {url: `/task-results/couplings/${couplingId}/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get timeseries task results filtered by tag and parameter.\n\nRetrieves time series data for calibration parameters, optionally filtered\nto a specific qubit. Useful for plotting parameter trends over time.\n\nParameters\n----------\nchip_id : str\n ID of the chip to fetch results for\ntag : str\n Tag to filter tasks by (e.g., calibration category)\nparameter : str\n Name of the output parameter to retrieve\nstart_at : str\n Start time in ISO format for the time range\nend_at : str\n End time in ISO format for the time range\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\nqid : str | None\n Optional qubit ID to filter results to a specific qubit\n\nReturns\n-------\nTimeSeriesData\n Time series data keyed by qubit ID, each containing a list of\n parameter values with timestamps\n * @summary Get timeseries task results by tag and parameter\n */\nconst getTimeseriesTaskResults = (\n params: GetTimeseriesTaskResultsParams,\n options?: SecondParameter<typeof qdashRequest<TimeSeriesData>>,) => {\n return qdashRequest<TimeSeriesData>(\n {url: `/task-results/timeseries`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Return bulk AI review runs for run-oriented browsing.\n * @summary List bulk AI review runs\n */\nconst listTaskResultAiReviewRuns = (\n params?: ListTaskResultAiReviewRunsParams,\n options?: SecondParameter<typeof qdashRequest<AiReviewRunListResponse>>,) => {\n return qdashRequest<AiReviewRunListResponse>(\n {url: `/task-results/ai-review/runs`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Return one bulk AI review run and its task-result review rows.\n * @summary Get one bulk AI review run\n */\nconst getTaskResultAiReviewRun = (\n reviewRunId: string,\n options?: SecondParameter<typeof qdashRequest<AiReviewRunDetailResponse>>,) => {\n return qdashRequest<AiReviewRunDetailResponse>(\n {url: `/task-results/ai-review/runs/${reviewRunId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Return task-result AI reviews for review queue style browsing.\n * @summary List task-result AI reviews\n */\nconst listTaskResultAiReviews = (\n params?: ListTaskResultAiReviewsParams,\n options?: SecondParameter<typeof qdashRequest<AiReviewListResponse>>,) => {\n return qdashRequest<AiReviewListResponse>(\n {url: `/task-results/ai-review`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Enqueue AI review for the current latest task result per entity.\n * @summary Request bulk AI review for latest task results\n */\nconst requestBulkAiReview = (\n bulkAiReviewRequest: BulkAiReviewRequest,\n options?: SecondParameter<typeof qdashRequest<BulkAiReviewResponse>>,) => {\n return qdashRequest<BulkAiReviewResponse>(\n {url: `/task-results/ai-review/bulk`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: bulkAiReviewRequest\n },\n options);\n }\n\n/**\n * Re-execute a single task using the system single-task-executor deployment.\n\nLooks up the TaskResultHistoryDocument to extract task_name, qid, chip_id,\nexecution_id, and tags, then delegates to FlowService to create a Prefect\nflow run via the system deployment.\n\nParameters\n----------\ntask_id : str\n The task result ID to re-execute\nctx : ProjectContext\n Project context with user and project information\nservice : TaskResultService\n Injected task result service\nflow_service : FlowService\n Injected flow service\n\nReturns\n-------\nExecuteFlowResponse\n Execution result with IDs and URLs\n * @summary Re-execute a single task from its task result\n */\nconst reExecuteTaskResult = (\n taskId: string,\n bodyReExecuteTaskResult: BodyReExecuteTaskResult,\n options?: SecondParameter<typeof qdashRequest<ExecuteFlowResponse>>,) => {\n return qdashRequest<ExecuteFlowResponse>(\n {url: `/task-results/${taskId}/re-execute`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: bodyReExecuteTaskResult\n },\n options);\n }\n\n/**\n * Toggle the excluded flag on a task result.\n\nExcluded measurements are skipped when aggregating metrics for the\ndashboard / metrics screens. Raw data is preserved.\n * @summary Toggle exclusion of a task result from metrics aggregations\n */\nconst setTaskResultExcluded = (\n taskId: string,\n taskResultExcludeRequest: TaskResultExcludeRequest,\n options?: SecondParameter<typeof qdashRequest<TaskResultExcludeResponse>>,) => {\n return qdashRequest<TaskResultExcludeResponse>(\n {url: `/task-results/${taskId}/exclude`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: taskResultExcludeRequest\n },\n options);\n }\n\n/**\n * Download multiple calibration figures as a ZIP file.\n\nCreates a ZIP archive containing all requested figure files and returns it\nas a streaming response.\n\nParameters\n----------\nbody.paths : list[str]\n List of absolute file paths to the calibration figures\nbody.filename : str\n Filename for the ZIP archive (default: \"figures.zip\")\n\nReturns\n-------\nStreamingResponse\n ZIP archive containing all requested files\n\nRaises\n------\nHTTPException\n 400 if no paths are provided or if any path does not exist\n * @summary Download multiple figures as a ZIP file\n */\nconst downloadFiguresAsZip = (\n downloadFiguresAsZipRequest: DownloadFiguresAsZipRequest,\n options?: SecondParameter<typeof qdashRequest<unknown>>,) => {\n return qdashRequest<unknown>(\n {url: `/task-results/figures/download`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: downloadFiguresAsZipRequest\n },\n options);\n }\n\n/**\n * List forum categories for the active project.\n * @summary List forum categories\n */\nconst listForumCategories = (\n params?: ListForumCategoriesParams,\n options?: SecondParameter<typeof qdashRequest<ListForumCategoriesResponse>>,) => {\n return qdashRequest<ListForumCategoriesResponse>(\n {url: `/forum/categories`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Create a forum category. Only project owners can manage categories.\n * @summary Create a forum category\n */\nconst createForumCategory = (\n forumCategoryCreate: ForumCategoryCreate,\n options?: SecondParameter<typeof qdashRequest<ForumCategoryResponse>>,) => {\n return qdashRequest<ForumCategoryResponse>(\n {url: `/forum/categories`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: forumCategoryCreate\n },\n options);\n }\n\n/**\n * Update a forum category. Only project owners can manage categories.\n * @summary Update a forum category\n */\nconst updateForumCategory = (\n categoryKey: string,\n forumCategoryUpdate: ForumCategoryUpdate,\n options?: SecondParameter<typeof qdashRequest<ForumCategoryResponse>>,) => {\n return qdashRequest<ForumCategoryResponse>(\n {url: `/forum/categories/${categoryKey}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: forumCategoryUpdate\n },\n options);\n }\n\n/**\n * Archive a forum category. Existing threads keep their category key.\n * @summary Archive a forum category\n */\nconst deleteForumCategory = (\n categoryKey: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/forum/categories/${categoryKey}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * List root forum threads for the active project.\n * @summary List forum threads\n */\nconst listForumPosts = (\n params?: ListForumPostsParams,\n options?: SecondParameter<typeof qdashRequest<ListForumPostsResponse>>,) => {\n return qdashRequest<ListForumPostsResponse>(\n {url: `/forum/posts`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Create a new project forum thread or reply.\n * @summary Create a forum thread or reply\n */\nconst createForumPost = (\n forumPostCreate: ForumPostCreate,\n options?: SecondParameter<typeof qdashRequest<ForumPostResponse>>,) => {\n return qdashRequest<ForumPostResponse>(\n {url: `/forum/posts`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: forumPostCreate\n },\n options);\n }\n\n/**\n * Get a forum post by ID.\n * @summary Get a forum post\n */\nconst getForumPost = (\n postId: string,\n options?: SecondParameter<typeof qdashRequest<ForumPostResponse>>,) => {\n return qdashRequest<ForumPostResponse>(\n {url: `/forum/posts/${postId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update a forum post. Only the author or project owner can edit.\n * @summary Update a forum post\n */\nconst updateForumPost = (\n postId: string,\n forumPostUpdate: ForumPostUpdate,\n options?: SecondParameter<typeof qdashRequest<ForumPostResponse>>,) => {\n return qdashRequest<ForumPostResponse>(\n {url: `/forum/posts/${postId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: forumPostUpdate\n },\n options);\n }\n\n/**\n * Delete a forum post. Only the author can delete.\n * @summary Delete a forum post\n */\nconst deleteForumPost = (\n postId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/forum/posts/${postId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * List replies for a forum thread.\n * @summary List forum replies\n */\nconst getForumPostReplies = (\n postId: string,\n params?: GetForumPostRepliesParams,\n options?: SecondParameter<typeof qdashRequest<ForumPostResponse[]>>,) => {\n return qdashRequest<ForumPostResponse[]>(\n {url: `/forum/posts/${postId}/replies`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Close a forum thread. Only the author or project owner can close.\n * @summary Close a forum thread\n */\nconst closeForumPost = (\n postId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/forum/posts/${postId}/close`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * Reopen a forum thread. Only the author or project owner can reopen.\n * @summary Reopen a forum thread\n */\nconst reopenForumPost = (\n postId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/forum/posts/${postId}/reopen`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * List all root issues across the project, with reply counts.\n * @summary List all issues across tasks\n */\nconst listIssues = (\n params?: ListIssuesParams,\n options?: SecondParameter<typeof qdashRequest<ListIssuesResponse>>,) => {\n return qdashRequest<ListIssuesResponse>(\n {url: `/issues`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a single root issue by its ID, including reply count.\n * @summary Get a single issue by ID\n */\nconst getIssue = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<IssueResponse>>,) => {\n return qdashRequest<IssueResponse>(\n {url: `/issues/${issueId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Delete an issue. Only the author can delete their own issue.\n * @summary Delete an issue\n */\nconst deleteIssue = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/issues/${issueId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Update an issue's content (and title for root issues). Only the author can edit.\n * @summary Update an issue\n */\nconst updateIssue = (\n issueId: string,\n issueUpdate: IssueUpdate,\n options?: SecondParameter<typeof qdashRequest<IssueResponse>>,) => {\n return qdashRequest<IssueResponse>(\n {url: `/issues/${issueId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: issueUpdate\n },\n options);\n }\n\n/**\n * List all replies to a specific issue, sorted by creation time ascending.\n * @summary List replies for an issue\n */\nconst getIssueReplies = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<IssueResponse[]>>,) => {\n return qdashRequest<IssueResponse[]>(\n {url: `/issues/${issueId}/replies`, method: 'GET'\n },\n options);\n }\n\n/**\n * Close an issue thread. Only the author or project owner can close.\n * @summary Close an issue\n */\nconst closeIssue = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/issues/${issueId}/close`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * Reopen a closed issue thread. Only the author or project owner can reopen.\n * @summary Reopen an issue\n */\nconst reopenIssue = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/issues/${issueId}/reopen`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * List all issues for a task result, sorted by creation time ascending.\n * @summary List issues for a task result\n */\nconst getTaskResultIssues = (\n taskId: string,\n options?: SecondParameter<typeof qdashRequest<IssueResponse[]>>,) => {\n return qdashRequest<IssueResponse[]>(\n {url: `/task-results/${taskId}/issues`, method: 'GET'\n },\n options);\n }\n\n/**\n * Create a new issue on a task result.\n * @summary Create an issue on a task result\n */\nconst createIssue = (\n taskId: string,\n issueCreate: IssueCreate,\n options?: SecondParameter<typeof qdashRequest<IssueResponse>>,) => {\n return qdashRequest<IssueResponse>(\n {url: `/task-results/${taskId}/issues`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: issueCreate\n },\n options);\n }\n\n/**\n * List issue-derived knowledge cases with optional filters.\n * @summary List knowledge cases\n */\nconst listIssueKnowledge = (\n params?: ListIssueKnowledgeParams,\n options?: SecondParameter<typeof qdashRequest<ListIssueKnowledgeResponse>>,) => {\n return qdashRequest<ListIssueKnowledgeResponse>(\n {url: `/issue-knowledge`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a single knowledge case by ID.\n * @summary Get a knowledge case\n */\nconst getIssueKnowledge = (\n knowledgeId: string,\n options?: SecondParameter<typeof qdashRequest<IssueKnowledgeResponse>>,) => {\n return qdashRequest<IssueKnowledgeResponse>(\n {url: `/issue-knowledge/${knowledgeId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Update a knowledge draft's content. Only drafts can be edited.\n * @summary Update a knowledge draft\n */\nconst updateIssueKnowledge = (\n knowledgeId: string,\n issueKnowledgeUpdate: IssueKnowledgeUpdate,\n options?: SecondParameter<typeof qdashRequest<IssueKnowledgeResponse>>,) => {\n return qdashRequest<IssueKnowledgeResponse>(\n {url: `/issue-knowledge/${knowledgeId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: issueKnowledgeUpdate\n },\n options);\n }\n\n/**\n * Delete a knowledge case.\n * @summary Delete a knowledge case\n */\nconst deleteIssueKnowledge = (\n knowledgeId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/issue-knowledge/${knowledgeId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Generate an AI knowledge draft from a closed issue thread.\n * @summary Generate knowledge draft from issue\n */\nconst extractIssueKnowledge = (\n issueId: string,\n options?: SecondParameter<typeof qdashRequest<IssueKnowledgeResponse>>,) => {\n return qdashRequest<IssueKnowledgeResponse>(\n {url: `/issues/${issueId}/extract-knowledge`, method: 'POST'\n },\n options);\n }\n\n/**\n * Approve a knowledge draft for inclusion in task knowledge.\n * @summary Approve a knowledge draft\n */\nconst approveIssueKnowledge = (\n knowledgeId: string,\n options?: SecondParameter<typeof qdashRequest<IssueKnowledgeResponse>>,) => {\n return qdashRequest<IssueKnowledgeResponse>(\n {url: `/issue-knowledge/${knowledgeId}/approve`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * Reject a knowledge draft.\n * @summary Reject a knowledge draft\n */\nconst rejectIssueKnowledge = (\n knowledgeId: string,\n options?: SecondParameter<typeof qdashRequest<IssueKnowledgeResponse>>,) => {\n return qdashRequest<IssueKnowledgeResponse>(\n {url: `/issue-knowledge/${knowledgeId}/reject`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * List all tags for the current project.\n\nRetrieves all tags associated with the current project's calibration data.\nTags are used to categorize and filter task results.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\ntag_repo : MongoTagRepository\n Repository for tag operations\n\nReturns\n-------\nListTagResponse\n Wrapped list of tag names\n * @summary List all tags\n */\nconst listTags = (\n\n options?: SecondParameter<typeof qdashRequest<ListTagResponse>>,) => {\n return qdashRequest<ListTagResponse>(\n {url: `/tags`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get the device topology.\n * @summary Get the device topology\n */\nconst getDeviceTopology = (\n deviceTopologyRequest: DeviceTopologyRequest,\n options?: SecondParameter<typeof qdashRequest<Device>>,) => {\n return qdashRequest<Device>(\n {url: `/device-topology`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: deviceTopologyRequest\n },\n options);\n }\n\n/**\n * Get the device topology as a PNG image.\n * @summary Get the device topology plot\n */\nconst getDeviceTopologyPlot = (\n device: Device,\n options?: SecondParameter<typeof qdashRequest<void>>,) => {\n return qdashRequest<void>(\n {url: `/device-topology/plot`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: device\n },\n options);\n }\n\n/**\n * Retrieve a list of all registered backends\n * @summary List all backends\n */\nconst listBackends = (\n\n options?: SecondParameter<typeof qdashRequest<ListBackendsResponse>>,) => {\n return qdashRequest<ListBackendsResponse>(\n {url: `/backends`, method: 'GET'\n },\n options);\n }\n\n/**\n * Save a Flow to file system and MongoDB.\n * @summary Save a flow\n */\nconst saveFlow = (\n saveFlowRequest: SaveFlowRequest,\n options?: SecondParameter<typeof qdashRequest<SaveFlowResponse>>,) => {\n return qdashRequest<SaveFlowResponse>(\n {url: `/flows`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: saveFlowRequest\n },\n options);\n }\n\n/**\n * List all Flows for the current project.\n * @summary List all flows\n */\nconst listFlows = (\n\n options?: SecondParameter<typeof qdashRequest<ListFlowsResponse>>,) => {\n return qdashRequest<ListFlowsResponse>(\n {url: `/flows`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all available flow templates.\n * @summary List all flow templates\n */\nconst listFlowTemplates = (\n\n options?: SecondParameter<typeof qdashRequest<FlowTemplate[]>>,) => {\n return qdashRequest<FlowTemplate[]>(\n {url: `/flows/templates`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get flow template details including code content.\n * @summary Get a flow template\n */\nconst getFlowTemplate = (\n templateId: string,\n options?: SecondParameter<typeof qdashRequest<FlowTemplateWithCode>>,) => {\n return qdashRequest<FlowTemplateWithCode>(\n {url: `/flows/templates/${templateId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all Python files in the qdash.workflow.service module.\n * @summary List flow helper files\n */\nconst listFlowHelperFiles = (\n\n options?: SecondParameter<typeof qdashRequest<string[]>>,) => {\n return qdashRequest<string[]>(\n {url: `/flows/helpers`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get the content of a flow helper file.\n * @summary Get flow helper file content\n */\nconst getFlowHelperFile = (\n filename: string,\n options?: SecondParameter<typeof qdashRequest<string>>,) => {\n return qdashRequest<string>(\n {url: `/flows/helpers/${filename}`, method: 'GET'\n },\n options);\n }\n\n/**\n * List all Flow schedules (cron and one-time) for the current project.\n * @summary List all flow schedules for current project\n */\nconst listAllFlowSchedules = (\n params?: ListAllFlowSchedulesParams,\n options?: SecondParameter<typeof qdashRequest<ListFlowSchedulesResponse>>,) => {\n return qdashRequest<ListFlowSchedulesResponse>(\n {url: `/flows/schedules`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Delete a Flow schedule (cron or one-time).\n * @summary Delete a flow schedule\n */\nconst deleteFlowSchedule = (\n scheduleId: string,\n options?: SecondParameter<typeof qdashRequest<DeleteScheduleResponse>>,) => {\n return qdashRequest<DeleteScheduleResponse>(\n {url: `/flows/schedules/${scheduleId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Update a Flow schedule (cron schedules only).\n * @summary Update a flow schedule\n */\nconst updateFlowSchedule = (\n scheduleId: string,\n updateScheduleRequest: UpdateScheduleRequest,\n options?: SecondParameter<typeof qdashRequest<UpdateScheduleResponse>>,) => {\n return qdashRequest<UpdateScheduleResponse>(\n {url: `/flows/schedules/${scheduleId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: updateScheduleRequest\n },\n options);\n }\n\n/**\n * Get Flow details including code content.\n * @summary Get flow details\n */\nconst getFlow = (\n name: string,\n options?: SecondParameter<typeof qdashRequest<GetFlowResponse>>,) => {\n return qdashRequest<GetFlowResponse>(\n {url: `/flows/${name}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Delete a Flow.\n * @summary Delete a flow\n */\nconst deleteFlow = (\n name: string,\n options?: SecondParameter<typeof qdashRequest<DeleteFlow200>>,) => {\n return qdashRequest<DeleteFlow200>(\n {url: `/flows/${name}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * Execute a Flow via Prefect deployment.\n * @summary Execute a flow\n */\nconst executeFlow = (\n name: string,\n executeFlowRequest: ExecuteFlowRequest,\n options?: SecondParameter<typeof qdashRequest<ExecuteFlowResponse>>,) => {\n return qdashRequest<ExecuteFlowResponse>(\n {url: `/flows/${name}/execute`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: executeFlowRequest\n },\n options);\n }\n\n/**\n * Run the host Codex CLI against a temporary copy of a flow.\n * @summary Edit a flow with host Codex\n */\nconst runCodexFlowAgent = (\n name: string,\n runCodexAgentRequest: RunCodexAgentRequest,\n options?: SecondParameter<typeof qdashRequest<RunCodexAgentResponse>>,) => {\n return qdashRequest<RunCodexAgentResponse>(\n {url: `/flows/${name}/agent/codex`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: runCodexAgentRequest\n },\n options);\n }\n\n/**\n * Schedule a Flow execution with cron or one-time schedule.\n * @summary Schedule a flow execution (cron or one-time)\n */\nconst scheduleFlow = (\n name: string,\n scheduleFlowRequest: ScheduleFlowRequest,\n options?: SecondParameter<typeof qdashRequest<ScheduleFlowResponse>>,) => {\n return qdashRequest<ScheduleFlowResponse>(\n {url: `/flows/${name}/schedule`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: scheduleFlowRequest\n },\n options);\n }\n\n/**\n * List all schedules (cron and one-time) for a specific Flow.\n * @summary List schedules for a specific flow\n */\nconst listFlowSchedules = (\n name: string,\n params?: ListFlowSchedulesParams,\n options?: SecondParameter<typeof qdashRequest<ListFlowSchedulesResponse>>,) => {\n return qdashRequest<ListFlowSchedulesResponse>(\n {url: `/flows/${name}/schedules`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get metrics metadata configuration for visualization.\n\nRetrieves the metrics configuration loaded from YAML, including display\nmetadata for all qubit and coupling metrics used in the dashboard.\n\nReturns\n-------\ndict[str, Any]\n Dictionary with metrics configuration including:\n - qubit_metrics: Metadata for single-qubit metrics (frequency, T1, T2, fidelities)\n - coupling_metrics: Metadata for two-qubit coupling metrics (ZX90, Bell state)\n - color_scale: Color scale configuration for heatmap visualization\n * @summary Get metrics configuration\n */\nconst getMetricsConfig = (\n\n options?: SecondParameter<typeof qdashRequest<GetMetricsConfig200>>,) => {\n return qdashRequest<GetMetricsConfig200>(\n {url: `/metrics/config`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get chip calibration metrics for visualization.\n\nThis endpoint returns calibration metrics for a specific chip from the database, including:\n- Qubit frequency, anharmonicity, T1, T2 echo times\n- Gate fidelities (single-qubit and two-qubit)\n- Readout fidelities\n\nArgs:\n----\n chip_id: The chip identifier\n ctx: Project context with user and project information\n metrics_service: Injected metrics service\n within_hours: Optional filter to only include data from last N hours (e.g., 24)\n selection_mode: \"latest\" to get most recent values, \"best\" to get optimal values\n start_at: Optional absolute lower bound (ISO8601 or date)\n end_at: Optional absolute upper bound (ISO8601 or date)\n\nReturns:\n-------\n ChipMetricsResponse with all metrics data\n * @summary Get Chip Metrics\n */\nconst getChipMetrics = (\n chipId: string,\n params?: GetChipMetricsParams,\n options?: SecondParameter<typeof qdashRequest<ChipMetricsResponse>>,) => {\n return qdashRequest<ChipMetricsResponse>(\n {url: `/metrics/chips/${chipId}/metrics`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get historical metric data for a specific qubit with task_id for figure display.\n\nThis endpoint queries TaskResultHistoryDocument to retrieve calibration\nhistory for a specific metric, including multiple executions on the same day.\nEach history item includes task_id for displaying calibration figures.\n\nArgs:\n----\n chip_id: The chip identifier\n qid: The qubit identifier (e.g., \"0\", \"Q00\")\n ctx: Project context with user and project information\n metrics_service: Injected metrics service\n metric: Metric name to retrieve history for\n limit: Maximum number of history items (None for unlimited within time range)\n within_days: Optional filter to only include data from last N days\n\nReturns:\n-------\n QubitMetricHistoryResponse with historical metric data and task_ids\n * @summary Get Qubit Metric History\n */\nconst getQubitMetricHistory = (\n chipId: string,\n qid: string,\n params: GetQubitMetricHistoryParams,\n options?: SecondParameter<typeof qdashRequest<QubitMetricHistoryResponse>>,) => {\n return qdashRequest<QubitMetricHistoryResponse>(\n {url: `/metrics/chips/${chipId}/qubits/${qid}/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get historical metric data for a specific coupling with task_id for figure display.\n\nThis endpoint queries TaskResultHistoryDocument to retrieve calibration\nhistory for a specific coupling metric, including multiple executions on the same day.\nEach history item includes task_id for displaying calibration figures.\n\nArgs:\n----\n chip_id: The chip identifier\n coupling_id: The coupling identifier (e.g., \"0-1\", \"2-3\")\n ctx: Project context with user and project information\n metrics_service: Injected metrics service\n metric: Metric name to retrieve history for\n limit: Maximum number of history items (None for unlimited within time range)\n within_days: Optional filter to only include data from last N days\n\nReturns:\n-------\n QubitMetricHistoryResponse with historical metric data and task_ids\n (Note: qid field contains coupling_id for coupling metrics)\n * @summary Get Coupling Metric History\n */\nconst getCouplingMetricHistory = (\n chipId: string,\n couplingId: string,\n params: GetCouplingMetricHistoryParams,\n options?: SecondParameter<typeof qdashRequest<QubitMetricHistoryResponse>>,) => {\n return qdashRequest<QubitMetricHistoryResponse>(\n {url: `/metrics/chips/${chipId}/couplings/${couplingId}/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Download chip metrics as a PDF report.\n\nGenerates a comprehensive PDF report containing:\n- Cover page with chip information and report metadata\n- Heatmap visualizations for each metric\n- Statistics for each metric (coverage, average, min, max, std dev)\n\nThe report includes all qubit metrics (8 types) and coupling metrics (3 types)\nthat have data available.\n\nArgs:\n chip_id: Chip identifier\n within_hours: Optional time filter in hours\n selection_mode: \"latest\" for most recent values, \"best\" for optimal values\n start_at: Optional absolute lower bound (ISO8601 or date)\n end_at: Optional absolute upper bound (ISO8601 or date)\n * @summary Download metrics as PDF report\n */\nconst downloadMetricsPdf = (\n chipId: string,\n params?: DownloadMetricsPdfParams,\n options?: SecondParameter<typeof qdashRequest<unknown>>,) => {\n return qdashRequest<unknown>(\n {url: `/metrics/chips/${chipId}/metrics/pdf`, method: 'POST',\n params\n },\n options);\n }\n\n/**\n * @summary Upsert the general note for a qubit\n */\nconst upsertQubitNote = (\n chipId: string,\n qid: string,\n noteUpsertRequest: NoteUpsertRequest,\n params?: UpsertQubitNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/qubits/${qid}/note`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Clear the general note for a qubit\n */\nconst deleteQubitNote = (\n chipId: string,\n qid: string,\n params?: DeleteQubitNoteParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/qubits/${qid}/note`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Create a target summary note entry for a qubit\n */\nconst createQubitNoteComment = (\n chipId: string,\n qid: string,\n noteCommentRequest: NoteCommentRequest,\n params?: CreateQubitNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<NoteCommentModel>>,) => {\n return qdashRequest<NoteCommentModel>(\n {url: `/chips/${chipId}/qubits/${qid}/note/comments`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: noteCommentRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Update a target summary note entry for a qubit\n */\nconst updateQubitNoteComment = (\n chipId: string,\n qid: string,\n commentId: string,\n noteCommentRequest: NoteCommentRequest,\n params?: UpdateQubitNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<NoteCommentModel>>,) => {\n return qdashRequest<NoteCommentModel>(\n {url: `/chips/${chipId}/qubits/${qid}/note/comments/${commentId}`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteCommentRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Delete a target summary note entry for a qubit\n */\nconst deleteQubitNoteComment = (\n chipId: string,\n qid: string,\n commentId: string,\n params?: DeleteQubitNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/qubits/${qid}/note/comments/${commentId}`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Upsert a per-metric note for a qubit\n */\nconst upsertQubitMetricNote = (\n chipId: string,\n qid: string,\n metricKey: string,\n noteUpsertRequest: NoteUpsertRequest,\n params?: UpsertQubitMetricNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/qubits/${qid}/metric-notes/${metricKey}`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Delete a per-metric note for a qubit\n */\nconst deleteQubitMetricNote = (\n chipId: string,\n qid: string,\n metricKey: string,\n params?: DeleteQubitMetricNoteParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/qubits/${qid}/metric-notes/${metricKey}`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Upsert the general note for a coupling\n */\nconst upsertCouplingNote = (\n chipId: string,\n couplingId: string,\n noteUpsertRequest: NoteUpsertRequest,\n params?: UpsertCouplingNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/couplings/${couplingId}/note`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Clear the general note for a coupling\n */\nconst deleteCouplingNote = (\n chipId: string,\n couplingId: string,\n params?: DeleteCouplingNoteParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/couplings/${couplingId}/note`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Create a target summary note entry for a coupling\n */\nconst createCouplingNoteComment = (\n chipId: string,\n couplingId: string,\n noteCommentRequest: NoteCommentRequest,\n params?: CreateCouplingNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<NoteCommentModel>>,) => {\n return qdashRequest<NoteCommentModel>(\n {url: `/chips/${chipId}/couplings/${couplingId}/note/comments`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: noteCommentRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Update a target summary note entry for a coupling\n */\nconst updateCouplingNoteComment = (\n chipId: string,\n couplingId: string,\n commentId: string,\n noteCommentRequest: NoteCommentRequest,\n params?: UpdateCouplingNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<NoteCommentModel>>,) => {\n return qdashRequest<NoteCommentModel>(\n {url: `/chips/${chipId}/couplings/${couplingId}/note/comments/${commentId}`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteCommentRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Delete a target summary note entry for a coupling\n */\nconst deleteCouplingNoteComment = (\n chipId: string,\n couplingId: string,\n commentId: string,\n params?: DeleteCouplingNoteCommentParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/couplings/${couplingId}/note/comments/${commentId}`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Upsert a per-metric note for a coupling\n */\nconst upsertCouplingMetricNote = (\n chipId: string,\n couplingId: string,\n metricKey: string,\n noteUpsertRequest: NoteUpsertRequest,\n params?: UpsertCouplingMetricNoteParams,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/chips/${chipId}/couplings/${couplingId}/metric-notes/${metricKey}`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest,\n params\n },\n options);\n }\n\n/**\n * @summary Delete a per-metric note for a coupling\n */\nconst deleteCouplingMetricNote = (\n chipId: string,\n couplingId: string,\n metricKey: string,\n params?: DeleteCouplingMetricNoteParams,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/chips/${chipId}/couplings/${couplingId}/metric-notes/${metricKey}`, method: 'DELETE',\n params\n },\n options);\n }\n\n/**\n * @summary Get the user note for a task result\n */\nconst getTaskNote = (\n taskId: string,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/task-results/${taskId}/note`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Upsert the user note for a task result\n */\nconst upsertTaskNote = (\n taskId: string,\n noteUpsertRequest: NoteUpsertRequest,\n options?: SecondParameter<typeof qdashRequest<NoteModel>>,) => {\n return qdashRequest<NoteModel>(\n {url: `/task-results/${taskId}/note`, method: 'PUT',\n headers: {'Content-Type': 'application/json', },\n data: noteUpsertRequest\n },\n options);\n }\n\n/**\n * @summary Clear the user note for a task result\n */\nconst deleteTaskNote = (\n taskId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/task-results/${taskId}/note`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * @summary List all notes (qubit / coupling / task-result) on a chip\n */\nconst getChipNotesSummary = (\n chipId: string,\n params?: GetChipNotesSummaryParams,\n options?: SecondParameter<typeof qdashRequest<ChipNotesSummaryResponse>>,) => {\n return qdashRequest<ChipNotesSummaryResponse>(\n {url: `/chips/${chipId}/notes-summary`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * @summary Chip-scoped note edit timeline\n */\nconst listChipNoteEvents = (\n chipId: string,\n params?: ListChipNoteEventsParams,\n options?: SecondParameter<typeof qdashRequest<ListNoteEventsResponse>>,) => {\n return qdashRequest<ListNoteEventsResponse>(\n {url: `/chips/${chipId}/note-events`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * @summary Per-target note edit timeline\n */\nconst listTargetNoteEvents = (\n params: ListTargetNoteEventsParams,\n options?: SecondParameter<typeof qdashRequest<ListNoteEventsResponse>>,) => {\n return qdashRequest<ListNoteEventsResponse>(\n {url: `/note-events/by-target`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * @summary Full-text search across note contents\n */\nconst searchNoteEvents = (\n params: SearchNoteEventsParams,\n options?: SecondParameter<typeof qdashRequest<ListNoteEventsResponse>>,) => {\n return qdashRequest<ListNoteEventsResponse>(\n {url: `/note-events/search`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * List notifications addressed to the current user.\n * @summary List current user's notifications\n */\nconst listNotifications = (\n params?: ListNotificationsParams,\n options?: SecondParameter<typeof qdashRequest<ListNotificationsResponse>>,) => {\n return qdashRequest<ListNotificationsResponse>(\n {url: `/notifications`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Return unread notification count for the current user.\n * @summary Get unread notification count\n */\nconst getUnreadNotificationCount = (\n\n options?: SecondParameter<typeof qdashRequest<UnreadNotificationCountResponse>>,) => {\n return qdashRequest<UnreadNotificationCountResponse>(\n {url: `/notifications/unread-count`, method: 'GET'\n },\n options);\n }\n\n/**\n * Mark one notification as read.\n * @summary Mark a notification as read\n */\nconst markNotificationRead = (\n notificationId: string,\n options?: SecondParameter<typeof qdashRequest<NotificationResponse>>,) => {\n return qdashRequest<NotificationResponse>(\n {url: `/notifications/${notificationId}/read`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * Mark all matching notifications as read.\n * @summary Mark all notifications as read\n */\nconst markAllNotificationsRead = (\n\n options?: SecondParameter<typeof qdashRequest<MarkAllNotificationsRead200>>,) => {\n return qdashRequest<MarkAllNotificationsRead200>(\n {url: `/notifications/read-all`, method: 'PATCH'\n },\n options);\n }\n\n/**\n * @summary List all cryostats\n */\nconst listCryostats = (\n\n options?: SecondParameter<typeof qdashRequest<ListCryostatsResponse>>,) => {\n return qdashRequest<ListCryostatsResponse>(\n {url: `/cryostats`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Create a cryostat\n */\nconst createCryostat = (\n cryostatCreateRequest: CryostatCreateRequest,\n options?: SecondParameter<typeof qdashRequest<CryostatResponse>>,) => {\n return qdashRequest<CryostatResponse>(\n {url: `/cryostats`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: cryostatCreateRequest\n },\n options);\n }\n\n/**\n * @summary Get a cryostat by id\n */\nconst getCryostat = (\n cryoId: string,\n options?: SecondParameter<typeof qdashRequest<CryostatResponse>>,) => {\n return qdashRequest<CryostatResponse>(\n {url: `/cryostats/${cryoId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Update a cryostat\n */\nconst updateCryostat = (\n cryoId: string,\n cryostatUpdateRequest: CryostatUpdateRequest,\n options?: SecondParameter<typeof qdashRequest<CryostatResponse>>,) => {\n return qdashRequest<CryostatResponse>(\n {url: `/cryostats/${cryoId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: cryostatUpdateRequest\n },\n options);\n }\n\n/**\n * @summary Delete a cryostat\n */\nconst deleteCryostat = (\n cryoId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/cryostats/${cryoId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * @summary List cool-downs (optionally filter by cryostat or chip)\n */\nconst listCooldowns = (\n params?: ListCooldownsParams,\n options?: SecondParameter<typeof qdashRequest<ListCooldownsResponse>>,) => {\n return qdashRequest<ListCooldownsResponse>(\n {url: `/cooldowns`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * @summary Create a cool-down\n */\nconst createCooldown = (\n cooldownCreateRequest: CooldownCreateRequest,\n options?: SecondParameter<typeof qdashRequest<CooldownResponse>>,) => {\n return qdashRequest<CooldownResponse>(\n {url: `/cooldowns`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: cooldownCreateRequest\n },\n options);\n }\n\n/**\n * @summary Get a cool-down by id\n */\nconst getCooldown = (\n cooldownId: string,\n options?: SecondParameter<typeof qdashRequest<CooldownResponse>>,) => {\n return qdashRequest<CooldownResponse>(\n {url: `/cooldowns/${cooldownId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * @summary Update a cool-down\n */\nconst updateCooldown = (\n cooldownId: string,\n cooldownUpdateRequest: CooldownUpdateRequest,\n options?: SecondParameter<typeof qdashRequest<CooldownResponse>>,) => {\n return qdashRequest<CooldownResponse>(\n {url: `/cooldowns/${cooldownId}`, method: 'PATCH',\n headers: {'Content-Type': 'application/json', },\n data: cooldownUpdateRequest\n },\n options);\n }\n\n/**\n * @summary Delete a cool-down\n */\nconst deleteCooldown = (\n cooldownId: string,\n options?: SecondParameter<typeof qdashRequest<SuccessResponse>>,) => {\n return qdashRequest<SuccessResponse>(\n {url: `/cooldowns/${cooldownId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * @summary Assign a chip to a cool-down\n */\nconst assignChipToCooldown = (\n cooldownId: string,\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<CooldownResponse>>,) => {\n return qdashRequest<CooldownResponse>(\n {url: `/cooldowns/${cooldownId}/chips/${chipId}`, method: 'POST'\n },\n options);\n }\n\n/**\n * @summary Unassign a chip from a cool-down\n */\nconst unassignChipFromCooldown = (\n cooldownId: string,\n chipId: string,\n options?: SecondParameter<typeof qdashRequest<CooldownResponse>>,) => {\n return qdashRequest<CooldownResponse>(\n {url: `/cooldowns/${cooldownId}/chips/${chipId}`, method: 'DELETE'\n },\n options);\n }\n\n/**\n * @summary Record a wiring change checkpoint within a cool-down\n */\nconst createCooldownWiringCheckpoint = (\n cooldownId: string,\n cooldownWiringCheckpointRequest: CooldownWiringCheckpointRequest,\n options?: SecondParameter<typeof qdashRequest<CooldownWiringEventResponse>>,) => {\n return qdashRequest<CooldownWiringEventResponse>(\n {url: `/cooldowns/${cooldownId}/wiring-checkpoint`, method: 'POST',\n headers: {'Content-Type': 'application/json', },\n data: cooldownWiringCheckpointRequest\n },\n options);\n }\n\n/**\n * @summary List wiring change history for a cool-down\n */\nconst listCooldownWiringEvents = (\n cooldownId: string,\n params?: ListCooldownWiringEventsParams,\n options?: SecondParameter<typeof qdashRequest<ListCooldownWiringEventsResponse>>,) => {\n return qdashRequest<ListCooldownWiringEventsResponse>(\n {url: `/cooldowns/${cooldownId}/wiring-events`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * List all available topology definitions.\n\nArgs:\n----\n size: Optional filter by number of qubits\n\nReturns:\n-------\n dict: List of topology summaries with id, name, and num_qubits\n * @summary List available topologies\n */\nconst listTopologies = (\n params?: ListTopologiesParams,\n options?: SecondParameter<typeof qdashRequest<ListTopologies200>>,) => {\n return qdashRequest<ListTopologies200>(\n {url: `/topology/list`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a specific topology definition.\n\nArgs:\n----\n topology_id: Topology identifier (e.g., \"square-lattice-mux-64\")\n\nReturns:\n-------\n dict: Complete topology definition with qubits and couplings\n * @summary Get topology by ID\n */\nconst getTopologyById = (\n topologyId: string,\n options?: SecondParameter<typeof qdashRequest<GetTopologyById200>>,) => {\n return qdashRequest<GetTopologyById200>(\n {url: `/topology/${topologyId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Fetch all application configuration in a single request\n * @summary Get all configuration\n */\nconst getConfigAll = (\n\n options?: SecondParameter<typeof qdashRequest<AllConfigResponse>>,) => {\n return qdashRequest<AllConfigResponse>(\n {url: `/config/all`, method: 'GET'\n },\n options);\n }\n\n/**\n * Return compact operational insights for the dashboard.\n\nThe first implementation is deterministic: it extracts high-signal patterns\nfrom persisted AI review notes and task-result metadata. A later LLM\nsynthesis layer can consume the same structured candidate contract.\n * @summary Generate dashboard-level AI insight candidates\n */\nconst getDashboardAiInsights = (\n chipId: string,\n params?: GetDashboardAiInsightsParams,\n options?: SecondParameter<typeof qdashRequest<DashboardAiInsightsResponse>>,) => {\n return qdashRequest<DashboardAiInsightsResponse>(\n {url: `/dashboard/chips/${chipId}/ai-insights`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get a specific parameter version by entity ID.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nentity_id : str\n Entity identifier (format: parameter_name:qid:execution_id:task_id)\n\nReturns\n-------\nParameterVersionResponse\n Parameter version details\n\nRaises\n------\nHTTPException\n 404 if entity not found\n * @summary Get a parameter version by entity ID\n */\nconst getProvenanceEntity = (\n entityId: string,\n options?: SecondParameter<typeof qdashRequest<ParameterVersionResponse>>,) => {\n return qdashRequest<ParameterVersionResponse>(\n {url: `/provenance/entities/${entityId}`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get the lineage (ancestors) of a parameter version.\n\nTraverses wasDerivedFrom and wasGeneratedBy relations backward\nto find all entities and activities that contributed to this entity.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nentity_id : str\n Entity identifier to trace lineage from\nmax_depth : int\n Maximum traversal depth (1-20)\n\nReturns\n-------\nLineageResponse\n Lineage graph with nodes and edges\n * @summary Get lineage (ancestors) of a parameter version\n */\nconst getProvenanceLineage = (\n entityId: string,\n params?: GetProvenanceLineageParams,\n options?: SecondParameter<typeof qdashRequest<LineageResponse>>,) => {\n return qdashRequest<LineageResponse>(\n {url: `/provenance/lineage/${entityId}`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get the impact (descendants) of a parameter version.\n\nTraverses wasDerivedFrom relations forward to find all entities\nthat were derived from this entity.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nentity_id : str\n Entity identifier to trace impact from\nmax_depth : int\n Maximum traversal depth (1-20)\n\nReturns\n-------\nImpactResponse\n Impact graph with affected nodes and edges\n * @summary Get impact (descendants) of a parameter version\n */\nconst getProvenanceImpact = (\n entityId: string,\n params?: GetProvenanceImpactParams,\n options?: SecondParameter<typeof qdashRequest<ImpactResponse>>,) => {\n return qdashRequest<ImpactResponse>(\n {url: `/provenance/impact/${entityId}`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Compare parameter values between two executions.\n\nShows which parameters were added, removed, or changed between\ntwo calibration executions.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nexecution_id_before : str\n First execution ID (before state)\nexecution_id_after : str\n Second execution ID (after state)\n\nReturns\n-------\nExecutionComparisonResponse\n Comparison of parameter values\n * @summary Compare parameter values between two executions\n */\nconst compareExecutions = (\n params: CompareExecutionsParams,\n options?: SecondParameter<typeof qdashRequest<ExecutionComparisonResponse>>,) => {\n return qdashRequest<ExecutionComparisonResponse>(\n {url: `/provenance/compare`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get version history for a parameter.\n\nReturns all versions of a parameter for a specific qubit,\nsorted by version number (newest first).\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nparameter_name : str\n Name of the parameter (e.g., \"qubit_frequency\")\nqid : str\n Qubit or coupling identifier (e.g., \"Q0\", \"Q0-Q1\")\nlimit : int\n Maximum number of versions to return\n\nReturns\n-------\nParameterHistoryResponse\n List of parameter versions\n * @summary Get version history for a parameter\n */\nconst getParameterHistory = (\n params: GetParameterHistoryParams,\n options?: SecondParameter<typeof qdashRequest<ParameterHistoryResponse>>,) => {\n return qdashRequest<ParameterHistoryResponse>(\n {url: `/provenance/history`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get provenance statistics for a project.\n\nReturns counts and recent entities for provenance tracking.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\n\nReturns\n-------\nProvenanceStatsResponse\n Provenance statistics\n * @summary Get provenance statistics\n */\nconst getProvenanceStats = (\n\n options?: SecondParameter<typeof qdashRequest<ProvenanceStatsResponse>>,) => {\n return qdashRequest<ProvenanceStatsResponse>(\n {url: `/provenance/stats`, method: 'GET'\n },\n options);\n }\n\n/**\n * Get recent unique execution IDs.\n\nReturns unique execution IDs sorted by most recent first.\nUses MongoDB aggregation for efficient retrieval.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nlimit : int\n Maximum number of execution IDs to return (1-50)\n\nReturns\n-------\nRecentExecutionsResponse\n List of recent execution IDs\n * @summary Get recent execution IDs\n */\nconst getRecentExecutions = (\n params?: GetRecentExecutionsParams,\n options?: SecondParameter<typeof qdashRequest<RecentExecutionsResponse>>,) => {\n return qdashRequest<RecentExecutionsResponse>(\n {url: `/provenance/executions`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get recent parameter changes with delta from previous versions.\n\nReturns parameter changes that have a previous version, showing\nthe delta (difference) from the previous value.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nlimit : int\n Maximum number of changes to return (1-50)\nwithin_hours : int\n Time window in hours (1-168, default: 24)\nparameter_names : list[str] | None\n Filter by parameter names (e.g., from metrics.yaml config)\n\nReturns\n-------\nRecentChangesResponse\n List of recent parameter changes with delta information\n * @summary Get recent parameter changes with delta\n */\nconst getRecentChanges = (\n params?: GetRecentChangesParams,\n options?: SecondParameter<typeof qdashRequest<RecentChangesResponse>>,) => {\n return qdashRequest<RecentChangesResponse>(\n {url: `/provenance/changes`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get parameters with consecutive degradation across calibration versions.\n\nDetects parameters where the value has been consistently worsening\n(based on evaluation mode: maximize/minimize) over multiple versions.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nmin_streak : int\n Minimum consecutive worsening steps (3-20, default: 3)\nlimit : int\n Maximum number of trends to return (1-100, default: 50)\nparameter_names : list[str] | None\n Filter by parameter names\n\nReturns\n-------\nDegradationTrendsResponse\n Detected degradation trends sorted by severity\n * @summary Get degradation trends (consecutive worsening)\n */\nconst getDegradationTrends = (\n params?: GetDegradationTrendsParams,\n options?: SecondParameter<typeof qdashRequest<DegradationTrendsResponse>>,) => {\n return qdashRequest<DegradationTrendsResponse>(\n {url: `/provenance/degradation-trends`, method: 'GET',\n params\n },\n options);\n }\n\n/**\n * Get recommended recalibration tasks based on parameter change impact.\n\nWhen a calibration parameter changes (either through recalibration or\nmanual adjustment), this endpoint analyzes the provenance graph to\nidentify which downstream parameters are affected and recommends\nwhich calibration tasks should be re-run.\n\nThe recommendations are prioritized based on dependency proximity:\ntasks producing directly dependent parameters are ranked higher than\nthose producing transitively dependent parameters.\n\nParameters\n----------\nctx : ProjectContext\n Project context with user and project information\nservice : ProvenanceService\n Provenance service instance\nentity_id : str\n Entity identifier of the changed parameter\nmax_depth : int\n Maximum traversal depth for impact analysis (1-20)\n\nReturns\n-------\nRecalibrationRecommendationResponse\n Prioritized list of recommended recalibration tasks\n\nExample\n-------\nIf qubit_frequency for Q0 changes:\n- Priority 1: CheckRabiOscillation (direct dependency)\n- Priority 2: CheckT1, CheckT2 (use frequency-dependent pulses)\n- Priority 3: CheckCrossResonance (uses derived gate parameters)\n * @summary Get recalibration task recommendations\n */\nconst getRecalibrationRecommendations = (\n entityId: string,\n params?: GetRecalibrationRecommendationsParams,\n options?: SecondParameter<typeof qdashRequest<RecalibrationRecommendationResponse>>,) => {\n return qdashRequest<RecalibrationRecommendationResponse>(\n {url: `/provenance/recommendations/${entityId}`, method: 'GET',\n params\n },\n options);\n }\n\nreturn {login,registerUser,getCurrentUser,updateCurrentUserProfile,logout,changePassword,resetPassword,reloadConfigCaches,listAllUsers,getUserDetails,updateUserSettings,deleteUser,bulkImportUsers,listAllProjects,adminDeleteProject,listProjectMembersAdmin,addProjectMemberAdmin,removeProjectMemberAdmin,createProjectForUser,listProjects,createProject,getProject,updateProject,deleteProject,listProjectMembers,inviteProjectMember,updateProjectMember,removeProjectMember,transferProjectOwnership,getFigureByPath,getExecutionLockStatus,listExecutions,getExecution,cancelExecution,reExecuteFromSnapshot,downloadFile,downloadZipFile,getFileTree,getFileContent,saveFileContent,validateFileContent,getGitStatus,gitPullConfig,gitPushConfig,createAgentSession,getAgentSession,evaluateAgentCandidateGate,submitAgentAction,listAgentActions,listAgentActionCandidates,commitAgentActionCandidate,commitAgentCampaignCandidates,getAgentCampaignCommit,getAgentCandidateCommit,applyAgentCandidateCommit,getAgentAction,executeAgentAction,getCalibrationNote,importSeedParameters,getAvailableSeedParameters,compareSeedValues,updateCalibrationParameters,getManualEdits,getCopilotConfig,analyzeCopilot,listCopilotChatSessions,createCopilotChatSession,getCopilotChatSession,updateCopilotChatSession,deleteCopilotChatSession,getSettings,listChips,createChip,updateChip,deleteChip,getChip,getChipDeletionImpact,getChipDates,getChipMux,listChipMuxes,getChipNote,upsertChipNote,deleteChipNote,listChipQubits,getChipQubit,reanalyzeResonatorSpectroscopy,reanalyzeQubitSpectroscopy,listChipCouplings,getChipCoupling,getChipMetricsSummary,getChipMetricHeatmap,listTasks,getTaskResult,listTaskKnowledge,getTaskKnowledgeMarkdown,getTaskKnowledge,getTaskFileSettings,listTaskFileBackends,getTaskFileTree,getTaskFileContent,saveTaskFileContent,getBackendConfig,listTaskInfo,listTaskResults,getLatestQubitTaskResults,getHistoricalQubitTaskResults,getQubitTaskHistory,getLatestCouplingTaskResults,getHistoricalCouplingTaskResults,getCouplingTaskHistory,getTimeseriesTaskResults,listTaskResultAiReviewRuns,getTaskResultAiReviewRun,listTaskResultAiReviews,requestBulkAiReview,reExecuteTaskResult,setTaskResultExcluded,downloadFiguresAsZip,listForumCategories,createForumCategory,updateForumCategory,deleteForumCategory,listForumPosts,createForumPost,getForumPost,updateForumPost,deleteForumPost,getForumPostReplies,closeForumPost,reopenForumPost,listIssues,getIssue,deleteIssue,updateIssue,getIssueReplies,closeIssue,reopenIssue,getTaskResultIssues,createIssue,listIssueKnowledge,getIssueKnowledge,updateIssueKnowledge,deleteIssueKnowledge,extractIssueKnowledge,approveIssueKnowledge,rejectIssueKnowledge,listTags,getDeviceTopology,getDeviceTopologyPlot,listBackends,saveFlow,listFlows,listFlowTemplates,getFlowTemplate,listFlowHelperFiles,getFlowHelperFile,listAllFlowSchedules,deleteFlowSchedule,updateFlowSchedule,getFlow,deleteFlow,executeFlow,runCodexFlowAgent,scheduleFlow,listFlowSchedules,getMetricsConfig,getChipMetrics,getQubitMetricHistory,getCouplingMetricHistory,downloadMetricsPdf,upsertQubitNote,deleteQubitNote,createQubitNoteComment,updateQubitNoteComment,deleteQubitNoteComment,upsertQubitMetricNote,deleteQubitMetricNote,upsertCouplingNote,deleteCouplingNote,createCouplingNoteComment,updateCouplingNoteComment,deleteCouplingNoteComment,upsertCouplingMetricNote,deleteCouplingMetricNote,getTaskNote,upsertTaskNote,deleteTaskNote,getChipNotesSummary,listChipNoteEvents,listTargetNoteEvents,searchNoteEvents,listNotifications,getUnreadNotificationCount,markNotificationRead,markAllNotificationsRead,listCryostats,createCryostat,getCryostat,updateCryostat,deleteCryostat,listCooldowns,createCooldown,getCooldown,updateCooldown,deleteCooldown,assignChipToCooldown,unassignChipFromCooldown,createCooldownWiringCheckpoint,listCooldownWiringEvents,listTopologies,getTopologyById,getConfigAll,getDashboardAiInsights,getProvenanceEntity,getProvenanceLineage,getProvenanceImpact,compareExecutions,getParameterHistory,getProvenanceStats,getRecentExecutions,getRecentChanges,getDegradationTrends,getRecalibrationRecommendations}};\nexport type LoginResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['login']>>>\nexport type RegisterUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['registerUser']>>>\nexport type GetCurrentUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCurrentUser']>>>\nexport type UpdateCurrentUserProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCurrentUserProfile']>>>\nexport type LogoutResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['logout']>>>\nexport type ChangePasswordResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['changePassword']>>>\nexport type ResetPasswordResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['resetPassword']>>>\nexport type ReloadConfigCachesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reloadConfigCaches']>>>\nexport type ListAllUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listAllUsers']>>>\nexport type GetUserDetailsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getUserDetails']>>>\nexport type UpdateUserSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateUserSettings']>>>\nexport type DeleteUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteUser']>>>\nexport type BulkImportUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['bulkImportUsers']>>>\nexport type ListAllProjectsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listAllProjects']>>>\nexport type AdminDeleteProjectResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['adminDeleteProject']>>>\nexport type ListProjectMembersAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listProjectMembersAdmin']>>>\nexport type AddProjectMemberAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['addProjectMemberAdmin']>>>\nexport type RemoveProjectMemberAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['removeProjectMemberAdmin']>>>\nexport type CreateProjectForUserResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createProjectForUser']>>>\nexport type ListProjectsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listProjects']>>>\nexport type CreateProjectResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createProject']>>>\nexport type GetProjectResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getProject']>>>\nexport type UpdateProjectResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateProject']>>>\nexport type DeleteProjectResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteProject']>>>\nexport type ListProjectMembersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listProjectMembers']>>>\nexport type InviteProjectMemberResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['inviteProjectMember']>>>\nexport type UpdateProjectMemberResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateProjectMember']>>>\nexport type RemoveProjectMemberResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['removeProjectMember']>>>\nexport type TransferProjectOwnershipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['transferProjectOwnership']>>>\nexport type GetFigureByPathResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFigureByPath']>>>\nexport type GetExecutionLockStatusResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getExecutionLockStatus']>>>\nexport type ListExecutionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listExecutions']>>>\nexport type GetExecutionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getExecution']>>>\nexport type CancelExecutionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['cancelExecution']>>>\nexport type ReExecuteFromSnapshotResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reExecuteFromSnapshot']>>>\nexport type DownloadFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['downloadFile']>>>\nexport type DownloadZipFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['downloadZipFile']>>>\nexport type GetFileTreeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFileTree']>>>\nexport type GetFileContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFileContent']>>>\nexport type SaveFileContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['saveFileContent']>>>\nexport type ValidateFileContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['validateFileContent']>>>\nexport type GetGitStatusResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getGitStatus']>>>\nexport type GitPullConfigResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['gitPullConfig']>>>\nexport type GitPushConfigResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['gitPushConfig']>>>\nexport type CreateAgentSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createAgentSession']>>>\nexport type GetAgentSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getAgentSession']>>>\nexport type EvaluateAgentCandidateGateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['evaluateAgentCandidateGate']>>>\nexport type SubmitAgentActionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['submitAgentAction']>>>\nexport type ListAgentActionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listAgentActions']>>>\nexport type ListAgentActionCandidatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listAgentActionCandidates']>>>\nexport type CommitAgentActionCandidateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['commitAgentActionCandidate']>>>\nexport type CommitAgentCampaignCandidatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['commitAgentCampaignCandidates']>>>\nexport type GetAgentCampaignCommitResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getAgentCampaignCommit']>>>\nexport type GetAgentCandidateCommitResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getAgentCandidateCommit']>>>\nexport type ApplyAgentCandidateCommitResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['applyAgentCandidateCommit']>>>\nexport type GetAgentActionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getAgentAction']>>>\nexport type ExecuteAgentActionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['executeAgentAction']>>>\nexport type GetCalibrationNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCalibrationNote']>>>\nexport type ImportSeedParametersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['importSeedParameters']>>>\nexport type GetAvailableSeedParametersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getAvailableSeedParameters']>>>\nexport type CompareSeedValuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['compareSeedValues']>>>\nexport type UpdateCalibrationParametersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCalibrationParameters']>>>\nexport type GetManualEditsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getManualEdits']>>>\nexport type GetCopilotConfigResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCopilotConfig']>>>\nexport type AnalyzeCopilotResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['analyzeCopilot']>>>\nexport type ListCopilotChatSessionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listCopilotChatSessions']>>>\nexport type CreateCopilotChatSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createCopilotChatSession']>>>\nexport type GetCopilotChatSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCopilotChatSession']>>>\nexport type UpdateCopilotChatSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCopilotChatSession']>>>\nexport type DeleteCopilotChatSessionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCopilotChatSession']>>>\nexport type GetSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getSettings']>>>\nexport type ListChipsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listChips']>>>\nexport type CreateChipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createChip']>>>\nexport type UpdateChipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateChip']>>>\nexport type DeleteChipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteChip']>>>\nexport type GetChipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChip']>>>\nexport type GetChipDeletionImpactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipDeletionImpact']>>>\nexport type GetChipDatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipDates']>>>\nexport type GetChipMuxResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipMux']>>>\nexport type ListChipMuxesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listChipMuxes']>>>\nexport type GetChipNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipNote']>>>\nexport type UpsertChipNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertChipNote']>>>\nexport type DeleteChipNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteChipNote']>>>\nexport type ListChipQubitsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listChipQubits']>>>\nexport type GetChipQubitResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipQubit']>>>\nexport type ReanalyzeResonatorSpectroscopyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reanalyzeResonatorSpectroscopy']>>>\nexport type ReanalyzeQubitSpectroscopyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reanalyzeQubitSpectroscopy']>>>\nexport type ListChipCouplingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listChipCouplings']>>>\nexport type GetChipCouplingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipCoupling']>>>\nexport type GetChipMetricsSummaryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipMetricsSummary']>>>\nexport type GetChipMetricHeatmapResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipMetricHeatmap']>>>\nexport type ListTasksResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTasks']>>>\nexport type GetTaskResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskResult']>>>\nexport type ListTaskKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskKnowledge']>>>\nexport type GetTaskKnowledgeMarkdownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskKnowledgeMarkdown']>>>\nexport type GetTaskKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskKnowledge']>>>\nexport type GetTaskFileSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskFileSettings']>>>\nexport type ListTaskFileBackendsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskFileBackends']>>>\nexport type GetTaskFileTreeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskFileTree']>>>\nexport type GetTaskFileContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskFileContent']>>>\nexport type SaveTaskFileContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['saveTaskFileContent']>>>\nexport type GetBackendConfigResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getBackendConfig']>>>\nexport type ListTaskInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskInfo']>>>\nexport type ListTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskResults']>>>\nexport type GetLatestQubitTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getLatestQubitTaskResults']>>>\nexport type GetHistoricalQubitTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getHistoricalQubitTaskResults']>>>\nexport type GetQubitTaskHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getQubitTaskHistory']>>>\nexport type GetLatestCouplingTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getLatestCouplingTaskResults']>>>\nexport type GetHistoricalCouplingTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getHistoricalCouplingTaskResults']>>>\nexport type GetCouplingTaskHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCouplingTaskHistory']>>>\nexport type GetTimeseriesTaskResultsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTimeseriesTaskResults']>>>\nexport type ListTaskResultAiReviewRunsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskResultAiReviewRuns']>>>\nexport type GetTaskResultAiReviewRunResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskResultAiReviewRun']>>>\nexport type ListTaskResultAiReviewsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTaskResultAiReviews']>>>\nexport type RequestBulkAiReviewResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['requestBulkAiReview']>>>\nexport type ReExecuteTaskResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reExecuteTaskResult']>>>\nexport type SetTaskResultExcludedResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['setTaskResultExcluded']>>>\nexport type DownloadFiguresAsZipResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['downloadFiguresAsZip']>>>\nexport type ListForumCategoriesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listForumCategories']>>>\nexport type CreateForumCategoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createForumCategory']>>>\nexport type UpdateForumCategoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateForumCategory']>>>\nexport type DeleteForumCategoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteForumCategory']>>>\nexport type ListForumPostsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listForumPosts']>>>\nexport type CreateForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createForumPost']>>>\nexport type GetForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getForumPost']>>>\nexport type UpdateForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateForumPost']>>>\nexport type DeleteForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteForumPost']>>>\nexport type GetForumPostRepliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getForumPostReplies']>>>\nexport type CloseForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['closeForumPost']>>>\nexport type ReopenForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reopenForumPost']>>>\nexport type ListIssuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listIssues']>>>\nexport type GetIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getIssue']>>>\nexport type DeleteIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteIssue']>>>\nexport type UpdateIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateIssue']>>>\nexport type GetIssueRepliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getIssueReplies']>>>\nexport type CloseIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['closeIssue']>>>\nexport type ReopenIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reopenIssue']>>>\nexport type GetTaskResultIssuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskResultIssues']>>>\nexport type CreateIssueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createIssue']>>>\nexport type ListIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listIssueKnowledge']>>>\nexport type GetIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getIssueKnowledge']>>>\nexport type UpdateIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateIssueKnowledge']>>>\nexport type DeleteIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteIssueKnowledge']>>>\nexport type ExtractIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['extractIssueKnowledge']>>>\nexport type ApproveIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['approveIssueKnowledge']>>>\nexport type RejectIssueKnowledgeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['rejectIssueKnowledge']>>>\nexport type ListTagsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTags']>>>\nexport type GetDeviceTopologyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getDeviceTopology']>>>\nexport type GetDeviceTopologyPlotResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getDeviceTopologyPlot']>>>\nexport type ListBackendsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listBackends']>>>\nexport type SaveFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['saveFlow']>>>\nexport type ListFlowsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listFlows']>>>\nexport type ListFlowTemplatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listFlowTemplates']>>>\nexport type GetFlowTemplateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFlowTemplate']>>>\nexport type ListFlowHelperFilesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listFlowHelperFiles']>>>\nexport type GetFlowHelperFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFlowHelperFile']>>>\nexport type ListAllFlowSchedulesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listAllFlowSchedules']>>>\nexport type DeleteFlowScheduleResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteFlowSchedule']>>>\nexport type UpdateFlowScheduleResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateFlowSchedule']>>>\nexport type GetFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getFlow']>>>\nexport type DeleteFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteFlow']>>>\nexport type ExecuteFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['executeFlow']>>>\nexport type RunCodexFlowAgentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['runCodexFlowAgent']>>>\nexport type ScheduleFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['scheduleFlow']>>>\nexport type ListFlowSchedulesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listFlowSchedules']>>>\nexport type GetMetricsConfigResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getMetricsConfig']>>>\nexport type GetChipMetricsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipMetrics']>>>\nexport type GetQubitMetricHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getQubitMetricHistory']>>>\nexport type GetCouplingMetricHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCouplingMetricHistory']>>>\nexport type DownloadMetricsPdfResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['downloadMetricsPdf']>>>\nexport type UpsertQubitNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertQubitNote']>>>\nexport type DeleteQubitNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteQubitNote']>>>\nexport type CreateQubitNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createQubitNoteComment']>>>\nexport type UpdateQubitNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateQubitNoteComment']>>>\nexport type DeleteQubitNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteQubitNoteComment']>>>\nexport type UpsertQubitMetricNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertQubitMetricNote']>>>\nexport type DeleteQubitMetricNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteQubitMetricNote']>>>\nexport type UpsertCouplingNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertCouplingNote']>>>\nexport type DeleteCouplingNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCouplingNote']>>>\nexport type CreateCouplingNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createCouplingNoteComment']>>>\nexport type UpdateCouplingNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCouplingNoteComment']>>>\nexport type DeleteCouplingNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCouplingNoteComment']>>>\nexport type UpsertCouplingMetricNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertCouplingMetricNote']>>>\nexport type DeleteCouplingMetricNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCouplingMetricNote']>>>\nexport type GetTaskNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTaskNote']>>>\nexport type UpsertTaskNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['upsertTaskNote']>>>\nexport type DeleteTaskNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteTaskNote']>>>\nexport type GetChipNotesSummaryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getChipNotesSummary']>>>\nexport type ListChipNoteEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listChipNoteEvents']>>>\nexport type ListTargetNoteEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTargetNoteEvents']>>>\nexport type SearchNoteEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['searchNoteEvents']>>>\nexport type ListNotificationsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listNotifications']>>>\nexport type GetUnreadNotificationCountResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getUnreadNotificationCount']>>>\nexport type MarkNotificationReadResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['markNotificationRead']>>>\nexport type MarkAllNotificationsReadResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['markAllNotificationsRead']>>>\nexport type ListCryostatsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listCryostats']>>>\nexport type CreateCryostatResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createCryostat']>>>\nexport type GetCryostatResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCryostat']>>>\nexport type UpdateCryostatResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCryostat']>>>\nexport type DeleteCryostatResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCryostat']>>>\nexport type ListCooldownsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listCooldowns']>>>\nexport type CreateCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createCooldown']>>>\nexport type GetCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getCooldown']>>>\nexport type UpdateCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateCooldown']>>>\nexport type DeleteCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteCooldown']>>>\nexport type AssignChipToCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['assignChipToCooldown']>>>\nexport type UnassignChipFromCooldownResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['unassignChipFromCooldown']>>>\nexport type CreateCooldownWiringCheckpointResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['createCooldownWiringCheckpoint']>>>\nexport type ListCooldownWiringEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listCooldownWiringEvents']>>>\nexport type ListTopologiesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listTopologies']>>>\nexport type GetTopologyByIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getTopologyById']>>>\nexport type GetConfigAllResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getConfigAll']>>>\nexport type GetDashboardAiInsightsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getDashboardAiInsights']>>>\nexport type GetProvenanceEntityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getProvenanceEntity']>>>\nexport type GetProvenanceLineageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getProvenanceLineage']>>>\nexport type GetProvenanceImpactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getProvenanceImpact']>>>\nexport type CompareExecutionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['compareExecutions']>>>\nexport type GetParameterHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getParameterHistory']>>>\nexport type GetProvenanceStatsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getProvenanceStats']>>>\nexport type GetRecentExecutionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getRecentExecutions']>>>\nexport type GetRecentChangesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getRecentChanges']>>>\nexport type GetDegradationTrendsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getDegradationTrends']>>>\nexport type GetRecalibrationRecommendationsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getRecalibrationRecommendations']>>>\n"],"mappings":"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","names":[]}
@@ -0,0 +1,3 @@
1
+ import '../validateFileRequest-Chit-Qfu.js';
2
+ export { A as AddProjectMemberAdminResult, a as AdminDeleteProjectResult, b as AnalyzeCopilotResult, c as ApplyAgentCandidateCommitResult, d as ApproveIssueKnowledgeResult, e as AssignChipToCooldownResult, B as BulkImportUsersResult, C as CancelExecutionResult, f as ChangePasswordResult, h as CloseForumPostResult, i as CloseIssueResult, j as CommitAgentActionCandidateResult, k as CommitAgentCampaignCandidatesResult, l as CompareExecutionsResult, m as CompareSeedValuesResult, n as CreateAgentSessionResult, o as CreateChipResult, p as CreateCooldownResult, q as CreateCooldownWiringCheckpointResult, r as CreateCopilotChatSessionResult, s as CreateCouplingNoteCommentResult, t as CreateCryostatResult, u as CreateForumCategoryResult, v as CreateForumPostResult, w as CreateIssueResult, x as CreateProjectForUserResult, y as CreateProjectResult, z as CreateQubitNoteCommentResult, D as DeleteChipNoteResult, E as DeleteChipResult, F as DeleteCooldownResult, G as DeleteCopilotChatSessionResult, H as DeleteCouplingMetricNoteResult, I as DeleteCouplingNoteCommentResult, J as DeleteCouplingNoteResult, K as DeleteCryostatResult, L as DeleteFlowResult, M as DeleteFlowScheduleResult, N as DeleteForumCategoryResult, O as DeleteForumPostResult, P as DeleteIssueKnowledgeResult, R as DeleteIssueResult, S as DeleteProjectResult, U as DeleteQubitMetricNoteResult, V as DeleteQubitNoteCommentResult, W as DeleteQubitNoteResult, X as DeleteTaskNoteResult, Y as DeleteUserResult, Z as DownloadFiguresAsZipResult, _ as DownloadFileResult, $ as DownloadMetricsPdfResult, a0 as DownloadZipFileResult, a1 as EvaluateAgentCandidateGateResult, a2 as ExecuteAgentActionResult, a3 as ExecuteFlowResult, a4 as ExtractIssueKnowledgeResult, a5 as GetAgentActionResult, a6 as GetAgentCampaignCommitResult, a7 as GetAgentCandidateCommitResult, a8 as GetAgentSessionResult, a9 as GetAvailableSeedParametersResult, aa as GetBackendConfigResult, ab as GetCalibrationNoteResult, ac as GetChipCouplingResult, ad as GetChipDatesResult, ae as GetChipDeletionImpactResult, af as GetChipMetricHeatmapResult, ag as GetChipMetricsResult, ah as GetChipMetricsSummaryResult, ai as GetChipMuxResult, aj as GetChipNoteResult, ak as GetChipNotesSummaryResult, al as GetChipQubitResult, am as GetChipResult, an as GetConfigAllResult, ao as GetCooldownResult, ap as GetCopilotChatSessionResult, aq as GetCopilotConfigResult, ar as GetCouplingMetricHistoryResult, as as GetCouplingTaskHistoryResult, at as GetCryostatResult, au as GetCurrentUserResult, av as GetDashboardAiInsightsResult, aw as GetDegradationTrendsResult, ax as GetDeviceTopologyPlotResult, ay as GetDeviceTopologyResult, az as GetExecutionLockStatusResult, aA as GetExecutionResult, aB as GetFigureByPathResult, aC as GetFileContentResult, aD as GetFileTreeResult, aE as GetFlowHelperFileResult, aF as GetFlowResult, aG as GetFlowTemplateResult, aH as GetForumPostRepliesResult, aI as GetForumPostResult, aJ as GetGitStatusResult, aK as GetHistoricalCouplingTaskResultsResult, aL as GetHistoricalQubitTaskResultsResult, aM as GetIssueKnowledgeResult, aN as GetIssueRepliesResult, aO as GetIssueResult, aP as GetLatestCouplingTaskResultsResult, aQ as GetLatestQubitTaskResultsResult, aR as GetManualEditsResult, aS as GetMetricsConfigResult, aT as GetParameterHistoryResult, aU as GetProjectResult, aV as GetProvenanceEntityResult, aW as GetProvenanceImpactResult, aX as GetProvenanceLineageResult, aY as GetProvenanceStatsResult, aZ as GetQubitMetricHistoryResult, a_ as GetQubitTaskHistoryResult, a$ as GetRecalibrationRecommendationsResult, b0 as GetRecentChangesResult, b1 as GetRecentExecutionsResult, b2 as GetSettingsResult, b3 as GetTaskFileContentResult, b4 as GetTaskFileSettingsResult, b5 as GetTaskFileTreeResult, b6 as GetTaskKnowledgeMarkdownResult, b7 as GetTaskKnowledgeResult, b8 as GetTaskNoteResult, b9 as GetTaskResultAiReviewRunResult, ba as GetTaskResultIssuesResult, bb as GetTaskResultResult, bc as GetTimeseriesTaskResultsResult, bd as GetTopologyByIdResult, be as GetUnreadNotificationCountResult, bf as GetUserDetailsResult, bg as GitPullConfigResult, bh as GitPushConfigResult, bi as ImportSeedParametersResult, bj as InviteProjectMemberResult, bk as ListAgentActionCandidatesResult, bl as ListAgentActionsResult, bm as ListAllFlowSchedulesResult, bn as ListAllProjectsResult, bo as ListAllUsersResult, bp as ListBackendsResult, bq as ListChipCouplingsResult, br as ListChipMuxesResult, bs as ListChipNoteEventsResult, bt as ListChipQubitsResult, bu as ListChipsResult, bv as ListCooldownWiringEventsResult, bw as ListCooldownsResult, bx as ListCopilotChatSessionsResult, by as ListCryostatsResult, bz as ListExecutionsResult, bA as ListFlowHelperFilesResult, bB as ListFlowSchedulesResult, bC as ListFlowTemplatesResult, bD as ListFlowsResult, bE as ListForumCategoriesResult, bF as ListForumPostsResult, bG as ListIssueKnowledgeResult, bH as ListIssuesResult, bI as ListNotificationsResult, bJ as ListProjectMembersAdminResult, bK as ListProjectMembersResult, bL as ListProjectsResult, bM as ListTagsResult, bN as ListTargetNoteEventsResult, bO as ListTaskFileBackendsResult, bP as ListTaskInfoResult, bQ as ListTaskKnowledgeResult, bR as ListTaskResultAiReviewRunsResult, bS as ListTaskResultAiReviewsResult, bT as ListTaskResultsResult, bU as ListTasksResult, bV as ListTopologiesResult, bW as LoginResult, bX as LogoutResult, bY as MarkAllNotificationsReadResult, bZ as MarkNotificationReadResult, c0 as ReExecuteFromSnapshotResult, c1 as ReExecuteTaskResultResult, c2 as ReanalyzeQubitSpectroscopyResult, c3 as ReanalyzeResonatorSpectroscopyResult, c4 as RegisterUserResult, c5 as RejectIssueKnowledgeResult, c6 as ReloadConfigCachesResult, c7 as RemoveProjectMemberAdminResult, c8 as RemoveProjectMemberResult, c9 as ReopenForumPostResult, ca as ReopenIssueResult, cb as RequestBulkAiReviewResult, cc as ResetPasswordResult, cd as RunCodexFlowAgentResult, ce as SaveFileContentResult, cf as SaveFlowResult, cg as SaveTaskFileContentResult, ch as ScheduleFlowResult, ci as SearchNoteEventsResult, cj as SetTaskResultExcludedResult, ck as SubmitAgentActionResult, cl as TransferProjectOwnershipResult, cm as UnassignChipFromCooldownResult, cn as UpdateCalibrationParametersResult, co as UpdateChipResult, cp as UpdateCooldownResult, cq as UpdateCopilotChatSessionResult, cr as UpdateCouplingNoteCommentResult, cs as UpdateCryostatResult, ct as UpdateCurrentUserProfileResult, cu as UpdateFlowScheduleResult, cv as UpdateForumCategoryResult, cw as UpdateForumPostResult, cx as UpdateIssueKnowledgeResult, cy as UpdateIssueResult, cz as UpdateProjectMemberResult, cA as UpdateProjectResult, cB as UpdateQubitNoteCommentResult, cC as UpdateUserSettingsResult, cD as UpsertChipNoteResult, cE as UpsertCouplingMetricNoteResult, cF as UpsertCouplingNoteResult, cG as UpsertQubitMetricNoteResult, cH as UpsertQubitNoteResult, cI as UpsertTaskNoteResult, cJ as ValidateFileContentResult, g as getQDashAPI } from '../api-C-gdTkKg.js';
3
+ import 'axios';
@@ -0,0 +1,7 @@
1
+ import {
2
+ getQDashAPI
3
+ } from "../chunk-F75WR2JX.js";
4
+ export {
5
+ getQDashAPI
6
+ };
7
+ //# sourceMappingURL=api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}