@oqtopus-team/qdash-client 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/{api-C-gdTkKg.d.ts → api-CTz9k_9X.d.ts} +5 -3
- package/dist/{chunk-F75WR2JX.js → chunk-RQJVO65O.js} +15 -2
- package/dist/chunk-RQJVO65O.js.map +1 -0
- package/dist/generated/api.d.ts +2 -2
- package/dist/generated/api.js +1 -1
- package/dist/index.d.ts +24 -5
- package/dist/index.js +45 -1
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +1 -1
- package/dist/{validateFileRequest-Chit-Qfu.d.ts → validateFileRequest-CIe5ktwo.d.ts} +29 -4
- package/package.json +1 -1
- package/dist/chunk-F75WR2JX.js.map +0 -1
package/README.md
CHANGED
|
@@ -73,6 +73,18 @@ const posts = await client.api.listForumPosts({ limit: 20 });
|
|
|
73
73
|
|
|
74
74
|
Use the high-level methods for stable domain operations and polling helpers. Use `client.api` when an endpoint does not yet need a convenience method.
|
|
75
75
|
|
|
76
|
+
## Forum Images
|
|
77
|
+
|
|
78
|
+
Upload locally generated PNG, JPEG, GIF, or WebP images (up to 5 MB) using a Node `Blob` and filename:
|
|
79
|
+
|
|
80
|
+
```ts
|
|
81
|
+
const image = new Blob([imageBytes], { type: "image/png" });
|
|
82
|
+
const { url } = await client.uploadForumImage(image, "analysis.png");
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
The returned `url` can be embedded in forum post Markdown. The client supplies multipart `FormData`,
|
|
86
|
+
including the fetch-generated boundary, and applies the configured authentication and project headers.
|
|
87
|
+
|
|
76
88
|
## Agent Calibration
|
|
77
89
|
|
|
78
90
|
```ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aT as BodyLogin, ks as TokenResponse, l1 as UserCreate, lq as UserWithToken, k$ as User, ln as UserProfileUpdate, fT as Logout200, hC as PasswordChange, bf as ChangePassword200, hD as PasswordReset, iw as ResetPassword200, bz as ConfigReloadResponse, fe as ListAllUsersParams, ll as UserListResponse, l7 as UserDetailResponse, kQ as UpdateUserRequest, cF as DeleteUser200, aS as BodyBulkImportUsers, b3 as BulkUserImportResponse, fd as ListAllProjectsParams, hT as QdashApiSchemasAdminProjectListResponse, Z as AdminDeleteProject200, hS as QdashApiSchemasAdminMemberListResponse, Y as AddMemberRequest, g2 as MemberItem, iv as RemoveProjectMemberAdmin200, j as QdashApiSchemasProjectProjectListResponse, hF as ProjectCreate, P as ProjectResponse, hM as ProjectUpdate, hU as QdashApiSchemasProjectMemberListResponse, g1 as MemberInvite, g6 as MemberResponse, gd as MemberUpdate, e1 as GetFigureByPathParams, M as ExecutionLockStatusResponse, fp as ListExecutionsParams, o as ListExecutionsResponse, p as ExecutionResponseDetail, bc as CancelExecutionResponse, h$ as ReExecuteRequest, E as ExecuteFlowResponse, cK as DownloadFileParams, cN as DownloadZipFileParams, F as FileTreeNode, e3 as GetFileContentParams, e2 as GetFileContent200, iB as SaveFileRequest, iA as SaveFileContent200, ly as ValidateFileRequest, lx as ValidateFileContent200, e7 as GetGitStatus200, er as GitPullConfig200, et as GitPushRequest, es as GitPushConfig200, c0 as CreateAgentSessionRequest, q as AgentSessionResponse, cO as EvaluateCandidateGateRequest, r as CandidateGateResponse, i$ as SubmitAgentActionRequest, t as AgentActionResponse, fa as ListAgentActionsResponse, fb as ListAgentCandidatesResponse, bt as CommitAgentCandidateRequest, v as AgentCandidateCommitResponse, bs as CommitAgentCampaignRequest, x as AgentCampaignCommitResponse, aM as ApplyAgentCandidateRequest, cP as ExecuteAgentActionRequest, b9 as CalibrationNoteResponse, iP as SeedImportRequest, iU as SeedImportResponse, bw as CompareSeedValuesParams, bv as CompareSeedValues200, fX as ManualParameterUpdateRequest, fZ as ManualParameterUpdateResponse, fW as ManualEditsResponse, dY as GetCopilotConfig200, aI as AnalyzeRequest, aH as AnalysisResponse, fn as ListCopilotChatSessionsResponse, c3 as CreateCopilotChatSessionRequest, bS as CopilotChatSessionResponse, kE as UpdateCopilotChatSessionRequest, cw as DeleteCopilotChatSession200, i_ as SettingsResponse, L as ListChipsResponse, c1 as CreateChipRequest, C as ChipResponse, kA as UpdateChipRequest, cv as DeleteChipParams, j2 as SuccessResponse, bh as ChipDeletionImpactResponse, bg as ChipDatesResponse, gJ as MuxDetailResponse, fC as ListMuxResponse, dW as GetChipNoteParams, h8 as NoteModel, ha as NoteUpsertRequest, kW as UpsertChipNoteParams, cu as DeleteChipNoteParams, fi as ListChipQubitsParams, b as ListQubitsResponse, Q as QubitResponse, ip as ReanalyzeResonatorSpectroscopyRequest, ir as ReanalyzeResponse, id as ReanalyzeQubitSpectroscopyRequest, fg as ListChipCouplingsParams, c as ListCouplingsResponse, d as CouplingResponse, gy as MetricsSummaryResponse, ge as MetricHeatmapResponse, fQ as ListTasksParams, g as ListTaskResponse, f as TaskResultResponse, h as ListTaskKnowledgeResponse, eo as GetTaskKnowledgeParams, i as TaskKnowledgeResponse, jc as TaskFileSettings, fJ as ListTaskFileBackendsResponse, en as GetTaskFileTreeParams, jg as TaskFileTreeNode, em as GetTaskFileContentParams, el as GetTaskFileContent200, iG as SaveTaskFileRequest, iF as SaveTaskFileContent200, aN as BackendConfigResponse, fK as ListTaskInfoParams, fL as ListTaskInfoResponse, fP as ListTaskResultsParams, e as TaskResultListResponse, eb as GetLatestQubitTaskResultsParams, f3 as LatestTaskResultResponse, e9 as GetHistoricalQubitTaskResultsParams, eh as GetQubitTaskHistoryParams, ji as TaskHistoryResponse, ea as GetLatestCouplingTaskResultsParams, e8 as GetHistoricalCouplingTaskResultsParams, d_ as GetCouplingTaskHistoryParams, ep as GetTimeseriesTaskResultsParams, T as TimeSeriesData, fN as ListTaskResultAiReviewRunsParams, ay as AiReviewRunListResponse, ax as AiReviewRunDetailResponse, fO as ListTaskResultAiReviewsParams, ar as AiReviewListResponse, aY as BulkAiReviewRequest, b0 as BulkAiReviewResponse, aU as BodyReExecuteTaskResult, jJ as TaskResultExcludeRequest, jK as TaskResultExcludeResponse, cJ as DownloadFiguresAsZipRequest, fv as ListForumCategoriesParams, fw as ListForumCategoriesResponse, dd as ForumCategoryCreate, dg as ForumCategoryResponse, dh as ForumCategoryUpdate, fx as ListForumPostsParams, y as ListForumPostsResponse, z as ForumPostCreate, B as ForumPostResponse, D as ForumPostUpdate, e6 as GetForumPostRepliesParams, aX as BodyUploadForumImage, H as ForumImageUploadResponse, fA as ListIssuesParams, fB as ListIssuesResponse, eW as IssueResponse, e$ as IssueUpdate, ex as IssueCreate, fy as ListIssueKnowledgeParams, fz as ListIssueKnowledgeResponse, eA as IssueKnowledgeResponse, eE as IssueKnowledgeUpdate, fH as ListTagResponse, cI as DeviceTopologyRequest, cG as Device, ff as ListBackendsResponse, S as SaveFlowRequest, n as SaveFlowResponse, k as ListFlowsResponse, l as FlowTemplate, m as FlowTemplateWithCode, fc as ListAllFlowSchedulesParams, fu as ListFlowSchedulesResponse, cE as DeleteScheduleResponse, kL as UpdateScheduleRequest, kP as UpdateScheduleResponse, G as GetFlowResponse, cA as DeleteFlow200, cQ as ExecuteFlowRequest, ix as RunCodexAgentRequest, iz as RunCodexAgentResponse, iH as ScheduleFlowRequest, iL as ScheduleFlowResponse, ft as ListFlowSchedulesParams, ec as GetMetricsConfig200, dU as GetChipMetricsParams, a as ChipMetricsResponse, eg as GetQubitMetricHistoryParams, hY as QubitMetricHistoryResponse, dZ as GetCouplingMetricHistoryParams, cL as DownloadMetricsPdfParams, k_ as UpsertQubitNoteParams, cD as DeleteQubitNoteParams, h4 as NoteCommentRequest, c7 as CreateQubitNoteCommentParams, h2 as NoteCommentModel, kK as UpdateQubitNoteCommentParams, cC as DeleteQubitNoteCommentParams, kZ as UpsertQubitMetricNoteParams, cB as DeleteQubitMetricNoteParams, kY as UpsertCouplingNoteParams, cz as DeleteCouplingNoteParams, c6 as CreateCouplingNoteCommentParams, kJ as UpdateCouplingNoteCommentParams, cy as DeleteCouplingNoteCommentParams, kX as UpsertCouplingMetricNoteParams, cx as DeleteCouplingMetricNoteParams, dX as GetChipNotesSummaryParams, bn as ChipNotesSummaryResponse, fh as ListChipNoteEventsParams, fE as ListNoteEventsResponse, fI as ListTargetNoteEventsParams, iO as SearchNoteEventsParams, fF as ListNotificationsParams, fG as ListNotificationsResponse, kz as UnreadNotificationCountResponse, hb as NotificationResponse, f$ as MarkAllNotificationsRead200, fo as ListCryostatsResponse, c8 as CryostatCreateRequest, ca as CryostatResponse, cd as CryostatUpdateRequest, fl as ListCooldownsParams, fm as ListCooldownsResponse, bA as CooldownCreateRequest, bC as CooldownResponse, bF as CooldownUpdateRequest, bM as CooldownWiringCheckpointRequest, bN as CooldownWiringEventResponse, fj as ListCooldownWiringEventsParams, fk as ListCooldownWiringEventsResponse, fS as ListTopologiesParams, fR as ListTopologies200, eq as GetTopologyById200, aE as AllConfigResponse, d$ as GetDashboardAiInsightsParams, cl as DashboardAiInsightsResponse, hy as ParameterVersionResponse, ef as GetProvenanceLineageParams, I as LineageResponse, ee as GetProvenanceImpactParams, J as ImpactResponse, bu as CompareExecutionsParams, N as ExecutionComparisonResponse, ed as GetParameterHistoryParams, hv as ParameterHistoryResponse, K as ProvenanceStatsResponse, ek as GetRecentExecutionsParams, it as RecentExecutionsResponse, ej as GetRecentChangesParams, R as RecentChangesResponse, e0 as GetDegradationTrendsParams, O as DegradationTrendsResponse, ei as GetRecalibrationRecommendationsParams, U as RecalibrationRecommendationResponse } from './validateFileRequest-CIe5ktwo.js';
|
|
2
2
|
import { AxiosRequestConfig } from 'axios';
|
|
3
3
|
|
|
4
4
|
interface QDashRetryConfig {
|
|
@@ -160,7 +160,7 @@ declare const getQDashAPI: () => {
|
|
|
160
160
|
getCopilotChatSession: (sessionId: string, options?: SecondParameter<typeof qdashRequest<CopilotChatSessionResponse>>) => Promise<CopilotChatSessionResponse>;
|
|
161
161
|
updateCopilotChatSession: (sessionId: string, updateCopilotChatSessionRequest: UpdateCopilotChatSessionRequest, options?: SecondParameter<typeof qdashRequest<CopilotChatSessionResponse>>) => Promise<CopilotChatSessionResponse>;
|
|
162
162
|
deleteCopilotChatSession: (sessionId: string, options?: SecondParameter<typeof qdashRequest<DeleteCopilotChatSession200>>) => Promise<DeleteCopilotChatSession200>;
|
|
163
|
-
getSettings: (options?: SecondParameter<typeof qdashRequest<
|
|
163
|
+
getSettings: (options?: SecondParameter<typeof qdashRequest<SettingsResponse>>) => Promise<SettingsResponse>;
|
|
164
164
|
listChips: (options?: SecondParameter<typeof qdashRequest<ListChipsResponse>>) => Promise<ListChipsResponse>;
|
|
165
165
|
createChip: (createChipRequest: CreateChipRequest, options?: SecondParameter<typeof qdashRequest<ChipResponse>>) => Promise<ChipResponse>;
|
|
166
166
|
updateChip: (chipId: string, updateChipRequest: UpdateChipRequest, options?: SecondParameter<typeof qdashRequest<ChipResponse>>) => Promise<ChipResponse>;
|
|
@@ -218,6 +218,7 @@ declare const getQDashAPI: () => {
|
|
|
218
218
|
updateForumPost: (postId: string, forumPostUpdate: ForumPostUpdate, options?: SecondParameter<typeof qdashRequest<ForumPostResponse>>) => Promise<ForumPostResponse>;
|
|
219
219
|
deleteForumPost: (postId: string, options?: SecondParameter<typeof qdashRequest<SuccessResponse>>) => Promise<SuccessResponse>;
|
|
220
220
|
getForumPostReplies: (postId: string, params?: GetForumPostRepliesParams, options?: SecondParameter<typeof qdashRequest<ForumPostResponse[]>>) => Promise<ForumPostResponse[]>;
|
|
221
|
+
uploadForumImage: (bodyUploadForumImage: BodyUploadForumImage, options?: SecondParameter<typeof qdashRequest<ForumImageUploadResponse>>) => Promise<ForumImageUploadResponse>;
|
|
221
222
|
closeForumPost: (postId: string, options?: SecondParameter<typeof qdashRequest<SuccessResponse>>) => Promise<SuccessResponse>;
|
|
222
223
|
reopenForumPost: (postId: string, options?: SecondParameter<typeof qdashRequest<SuccessResponse>>) => Promise<SuccessResponse>;
|
|
223
224
|
listIssues: (params?: ListIssuesParams, options?: SecondParameter<typeof qdashRequest<ListIssuesResponse>>) => Promise<ListIssuesResponse>;
|
|
@@ -442,6 +443,7 @@ type GetForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQD
|
|
|
442
443
|
type UpdateForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['updateForumPost']>>>;
|
|
443
444
|
type DeleteForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['deleteForumPost']>>>;
|
|
444
445
|
type GetForumPostRepliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getForumPostReplies']>>>;
|
|
446
|
+
type UploadForumImageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['uploadForumImage']>>>;
|
|
445
447
|
type CloseForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['closeForumPost']>>>;
|
|
446
448
|
type ReopenForumPostResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['reopenForumPost']>>>;
|
|
447
449
|
type ListIssuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['listIssues']>>>;
|
|
@@ -538,4 +540,4 @@ type GetRecentChangesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof g
|
|
|
538
540
|
type GetDegradationTrendsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getDegradationTrends']>>>;
|
|
539
541
|
type GetRecalibrationRecommendationsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getQDashAPI>['getRecalibrationRecommendations']>>>;
|
|
540
542
|
|
|
541
|
-
export { type DownloadMetricsPdfResult as $, type AddProjectMemberAdminResult as A, type BulkImportUsersResult as B, type CancelExecutionResult as C, type DeleteChipNoteResult as D, type DeleteChipResult as E, type DeleteCooldownResult as F, type DeleteCopilotChatSessionResult as G, type DeleteCouplingMetricNoteResult as H, type DeleteCouplingNoteCommentResult as I, type DeleteCouplingNoteResult as J, type DeleteCryostatResult as K, type DeleteFlowResult as L, type DeleteFlowScheduleResult as M, type DeleteForumCategoryResult as N, type DeleteForumPostResult as O, type DeleteIssueKnowledgeResult as P, QDashConfig as Q, type DeleteIssueResult as R, type DeleteProjectResult as S, type TransportOptions as T, type DeleteQubitMetricNoteResult as U, type DeleteQubitNoteCommentResult as V, type DeleteQubitNoteResult as W, type DeleteTaskNoteResult as X, type DeleteUserResult as Y, type DownloadFiguresAsZipResult as Z, type DownloadFileResult as _, type AdminDeleteProjectResult as a, type GetRecalibrationRecommendationsResult as a$, type DownloadZipFileResult as a0, type EvaluateAgentCandidateGateResult as a1, type ExecuteAgentActionResult as a2, type ExecuteFlowResult as a3, type ExtractIssueKnowledgeResult as a4, type GetAgentActionResult as a5, type GetAgentCampaignCommitResult as a6, type GetAgentCandidateCommitResult as a7, type GetAgentSessionResult as a8, type GetAvailableSeedParametersResult as a9, type GetExecutionResult as aA, type GetFigureByPathResult as aB, type GetFileContentResult as aC, type GetFileTreeResult as aD, type GetFlowHelperFileResult as aE, type GetFlowResult as aF, type GetFlowTemplateResult as aG, type GetForumPostRepliesResult as aH, type GetForumPostResult as aI, type GetGitStatusResult as aJ, type GetHistoricalCouplingTaskResultsResult as aK, type GetHistoricalQubitTaskResultsResult as aL, type GetIssueKnowledgeResult as aM, type GetIssueRepliesResult as aN, type GetIssueResult as aO, type GetLatestCouplingTaskResultsResult as aP, type GetLatestQubitTaskResultsResult as aQ, type GetManualEditsResult as aR, type GetMetricsConfigResult as aS, type GetParameterHistoryResult as aT, type GetProjectResult as aU, type GetProvenanceEntityResult as aV, type GetProvenanceImpactResult as aW, type GetProvenanceLineageResult as aX, type GetProvenanceStatsResult as aY, type GetQubitMetricHistoryResult as aZ, type GetQubitTaskHistoryResult as a_, type GetBackendConfigResult as aa, type GetCalibrationNoteResult as ab, type GetChipCouplingResult as ac, type GetChipDatesResult as ad, type GetChipDeletionImpactResult as ae, type GetChipMetricHeatmapResult as af, type GetChipMetricsResult as ag, type GetChipMetricsSummaryResult as ah, type GetChipMuxResult as ai, type GetChipNoteResult as aj, type GetChipNotesSummaryResult as ak, type GetChipQubitResult as al, type GetChipResult as am, type GetConfigAllResult as an, type GetCooldownResult as ao, type GetCopilotChatSessionResult as ap, type GetCopilotConfigResult as aq, type GetCouplingMetricHistoryResult as ar, type GetCouplingTaskHistoryResult as as, type GetCryostatResult as at, type GetCurrentUserResult as au, type GetDashboardAiInsightsResult as av, type GetDegradationTrendsResult as aw, type GetDeviceTopologyPlotResult as ax, type GetDeviceTopologyResult as ay, type GetExecutionLockStatusResult as az, type AnalyzeCopilotResult as b, type QDashRetryConfig as b$, type GetRecentChangesResult as b0, type GetRecentExecutionsResult as b1, type GetSettingsResult as b2, type GetTaskFileContentResult as b3, type GetTaskFileSettingsResult as b4, type GetTaskFileTreeResult as b5, type GetTaskKnowledgeMarkdownResult as b6, type GetTaskKnowledgeResult as b7, type GetTaskNoteResult as b8, type GetTaskResultAiReviewRunResult as b9, type ListFlowHelperFilesResult as bA, type ListFlowSchedulesResult as bB, type ListFlowTemplatesResult as bC, type ListFlowsResult as bD, type ListForumCategoriesResult as bE, type ListForumPostsResult as bF, type ListIssueKnowledgeResult as bG, type ListIssuesResult as bH, type ListNotificationsResult as bI, type ListProjectMembersAdminResult as bJ, type ListProjectMembersResult as bK, type ListProjectsResult as bL, type ListTagsResult as bM, type ListTargetNoteEventsResult as bN, type ListTaskFileBackendsResult as bO, type ListTaskInfoResult as bP, type ListTaskKnowledgeResult as bQ, type ListTaskResultAiReviewRunsResult as bR, type ListTaskResultAiReviewsResult as bS, type ListTaskResultsResult as bT, type ListTasksResult as bU, type ListTopologiesResult as bV, type LoginResult as bW, type LogoutResult as bX, type MarkAllNotificationsReadResult as bY, type MarkNotificationReadResult as bZ, type QDashConfigOptions as b_, type GetTaskResultIssuesResult as ba, type GetTaskResultResult as bb, type GetTimeseriesTaskResultsResult as bc, type GetTopologyByIdResult as bd, type GetUnreadNotificationCountResult as be, type GetUserDetailsResult as bf, type GitPullConfigResult as bg, type GitPushConfigResult as bh, type ImportSeedParametersResult as bi, type InviteProjectMemberResult as bj, type ListAgentActionCandidatesResult as bk, type ListAgentActionsResult as bl, type ListAllFlowSchedulesResult as bm, type ListAllProjectsResult as bn, type ListAllUsersResult as bo, type ListBackendsResult as bp, type ListChipCouplingsResult as bq, type ListChipMuxesResult as br, type ListChipNoteEventsResult as bs, type ListChipQubitsResult as bt, type ListChipsResult as bu, type ListCooldownWiringEventsResult as bv, type ListCooldownsResult as bw, type ListCopilotChatSessionsResult as bx, type ListCryostatsResult as by, type ListExecutionsResult as bz, type ApplyAgentCandidateCommitResult as c, type ReExecuteFromSnapshotResult as c0, type ReExecuteTaskResultResult as c1, type ReanalyzeQubitSpectroscopyResult as c2, type ReanalyzeResonatorSpectroscopyResult as c3, type RegisterUserResult as c4, type RejectIssueKnowledgeResult as c5, type ReloadConfigCachesResult as c6, type RemoveProjectMemberAdminResult as c7, type RemoveProjectMemberResult as c8, type ReopenForumPostResult as c9, type UpdateProjectResult as cA, type UpdateQubitNoteCommentResult as cB, type UpdateUserSettingsResult as cC, type
|
|
543
|
+
export { type DownloadMetricsPdfResult as $, type AddProjectMemberAdminResult as A, type BulkImportUsersResult as B, type CancelExecutionResult as C, type DeleteChipNoteResult as D, type DeleteChipResult as E, type DeleteCooldownResult as F, type DeleteCopilotChatSessionResult as G, type DeleteCouplingMetricNoteResult as H, type DeleteCouplingNoteCommentResult as I, type DeleteCouplingNoteResult as J, type DeleteCryostatResult as K, type DeleteFlowResult as L, type DeleteFlowScheduleResult as M, type DeleteForumCategoryResult as N, type DeleteForumPostResult as O, type DeleteIssueKnowledgeResult as P, QDashConfig as Q, type DeleteIssueResult as R, type DeleteProjectResult as S, type TransportOptions as T, type DeleteQubitMetricNoteResult as U, type DeleteQubitNoteCommentResult as V, type DeleteQubitNoteResult as W, type DeleteTaskNoteResult as X, type DeleteUserResult as Y, type DownloadFiguresAsZipResult as Z, type DownloadFileResult as _, type AdminDeleteProjectResult as a, type GetRecalibrationRecommendationsResult as a$, type DownloadZipFileResult as a0, type EvaluateAgentCandidateGateResult as a1, type ExecuteAgentActionResult as a2, type ExecuteFlowResult as a3, type ExtractIssueKnowledgeResult as a4, type GetAgentActionResult as a5, type GetAgentCampaignCommitResult as a6, type GetAgentCandidateCommitResult as a7, type GetAgentSessionResult as a8, type GetAvailableSeedParametersResult as a9, type GetExecutionResult as aA, type GetFigureByPathResult as aB, type GetFileContentResult as aC, type GetFileTreeResult as aD, type GetFlowHelperFileResult as aE, type GetFlowResult as aF, type GetFlowTemplateResult as aG, type GetForumPostRepliesResult as aH, type GetForumPostResult as aI, type GetGitStatusResult as aJ, type GetHistoricalCouplingTaskResultsResult as aK, type GetHistoricalQubitTaskResultsResult as aL, type GetIssueKnowledgeResult as aM, type GetIssueRepliesResult as aN, type GetIssueResult as aO, type GetLatestCouplingTaskResultsResult as aP, type GetLatestQubitTaskResultsResult as aQ, type GetManualEditsResult as aR, type GetMetricsConfigResult as aS, type GetParameterHistoryResult as aT, type GetProjectResult as aU, type GetProvenanceEntityResult as aV, type GetProvenanceImpactResult as aW, type GetProvenanceLineageResult as aX, type GetProvenanceStatsResult as aY, type GetQubitMetricHistoryResult as aZ, type GetQubitTaskHistoryResult as a_, type GetBackendConfigResult as aa, type GetCalibrationNoteResult as ab, type GetChipCouplingResult as ac, type GetChipDatesResult as ad, type GetChipDeletionImpactResult as ae, type GetChipMetricHeatmapResult as af, type GetChipMetricsResult as ag, type GetChipMetricsSummaryResult as ah, type GetChipMuxResult as ai, type GetChipNoteResult as aj, type GetChipNotesSummaryResult as ak, type GetChipQubitResult as al, type GetChipResult as am, type GetConfigAllResult as an, type GetCooldownResult as ao, type GetCopilotChatSessionResult as ap, type GetCopilotConfigResult as aq, type GetCouplingMetricHistoryResult as ar, type GetCouplingTaskHistoryResult as as, type GetCryostatResult as at, type GetCurrentUserResult as au, type GetDashboardAiInsightsResult as av, type GetDegradationTrendsResult as aw, type GetDeviceTopologyPlotResult as ax, type GetDeviceTopologyResult as ay, type GetExecutionLockStatusResult as az, type AnalyzeCopilotResult as b, type QDashRetryConfig as b$, type GetRecentChangesResult as b0, type GetRecentExecutionsResult as b1, type GetSettingsResult as b2, type GetTaskFileContentResult as b3, type GetTaskFileSettingsResult as b4, type GetTaskFileTreeResult as b5, type GetTaskKnowledgeMarkdownResult as b6, type GetTaskKnowledgeResult as b7, type GetTaskNoteResult as b8, type GetTaskResultAiReviewRunResult as b9, type ListFlowHelperFilesResult as bA, type ListFlowSchedulesResult as bB, type ListFlowTemplatesResult as bC, type ListFlowsResult as bD, type ListForumCategoriesResult as bE, type ListForumPostsResult as bF, type ListIssueKnowledgeResult as bG, type ListIssuesResult as bH, type ListNotificationsResult as bI, type ListProjectMembersAdminResult as bJ, type ListProjectMembersResult as bK, type ListProjectsResult as bL, type ListTagsResult as bM, type ListTargetNoteEventsResult as bN, type ListTaskFileBackendsResult as bO, type ListTaskInfoResult as bP, type ListTaskKnowledgeResult as bQ, type ListTaskResultAiReviewRunsResult as bR, type ListTaskResultAiReviewsResult as bS, type ListTaskResultsResult as bT, type ListTasksResult as bU, type ListTopologiesResult as bV, type LoginResult as bW, type LogoutResult as bX, type MarkAllNotificationsReadResult as bY, type MarkNotificationReadResult as bZ, type QDashConfigOptions as b_, type GetTaskResultIssuesResult as ba, type GetTaskResultResult as bb, type GetTimeseriesTaskResultsResult as bc, type GetTopologyByIdResult as bd, type GetUnreadNotificationCountResult as be, type GetUserDetailsResult as bf, type GitPullConfigResult as bg, type GitPushConfigResult as bh, type ImportSeedParametersResult as bi, type InviteProjectMemberResult as bj, type ListAgentActionCandidatesResult as bk, type ListAgentActionsResult as bl, type ListAllFlowSchedulesResult as bm, type ListAllProjectsResult as bn, type ListAllUsersResult as bo, type ListBackendsResult as bp, type ListChipCouplingsResult as bq, type ListChipMuxesResult as br, type ListChipNoteEventsResult as bs, type ListChipQubitsResult as bt, type ListChipsResult as bu, type ListCooldownWiringEventsResult as bv, type ListCooldownsResult as bw, type ListCopilotChatSessionsResult as bx, type ListCryostatsResult as by, type ListExecutionsResult as bz, type ApplyAgentCandidateCommitResult as c, type ReExecuteFromSnapshotResult as c0, type ReExecuteTaskResultResult as c1, type ReanalyzeQubitSpectroscopyResult as c2, type ReanalyzeResonatorSpectroscopyResult as c3, type RegisterUserResult as c4, type RejectIssueKnowledgeResult as c5, type ReloadConfigCachesResult as c6, type RemoveProjectMemberAdminResult as c7, type RemoveProjectMemberResult as c8, type ReopenForumPostResult as c9, type UpdateProjectResult as cA, type UpdateQubitNoteCommentResult as cB, type UpdateUserSettingsResult as cC, type UploadForumImageResult as cD, type UpsertChipNoteResult as cE, type UpsertCouplingMetricNoteResult as cF, type UpsertCouplingNoteResult as cG, type UpsertQubitMetricNoteResult as cH, type UpsertQubitNoteResult as cI, type UpsertTaskNoteResult as cJ, type ValidateFileContentResult as cK, defaultConfigPath as cL, type ReopenIssueResult as ca, type RequestBulkAiReviewResult as cb, type ResetPasswordResult as cc, type RunCodexFlowAgentResult as cd, type SaveFileContentResult as ce, type SaveFlowResult as cf, type SaveTaskFileContentResult as cg, type ScheduleFlowResult as ch, type SearchNoteEventsResult as ci, type SetTaskResultExcludedResult as cj, type SubmitAgentActionResult as ck, type TransferProjectOwnershipResult as cl, type UnassignChipFromCooldownResult as cm, type UpdateCalibrationParametersResult as cn, type UpdateChipResult as co, type UpdateCooldownResult as cp, type UpdateCopilotChatSessionResult as cq, type UpdateCouplingNoteCommentResult as cr, type UpdateCryostatResult as cs, type UpdateCurrentUserProfileResult as ct, type UpdateFlowScheduleResult as cu, type UpdateForumCategoryResult as cv, type UpdateForumPostResult as cw, type UpdateIssueKnowledgeResult as cx, type UpdateIssueResult as cy, type UpdateProjectMemberResult as cz, type ApproveIssueKnowledgeResult as d, type AssignChipToCooldownResult as e, type ChangePasswordResult as f, getQDashAPI as g, type CloseForumPostResult as h, type CloseIssueResult as i, type CommitAgentActionCandidateResult as j, type CommitAgentCampaignCandidatesResult as k, type CompareExecutionsResult as l, type CompareSeedValuesResult as m, type CreateAgentSessionResult as n, type CreateChipResult as o, type CreateCooldownResult as p, type CreateCooldownWiringCheckpointResult as q, type CreateCopilotChatSessionResult as r, type CreateCouplingNoteCommentResult as s, type CreateCryostatResult as t, type CreateForumCategoryResult as u, type CreateForumPostResult as v, type CreateIssueResult as w, type CreateProjectForUserResult as x, type CreateProjectResult as y, type CreateQubitNoteCommentResult as z };
|
|
@@ -1311,6 +1311,19 @@ var getQDashAPI = () => {
|
|
|
1311
1311
|
options
|
|
1312
1312
|
);
|
|
1313
1313
|
};
|
|
1314
|
+
const uploadForumImage = (bodyUploadForumImage, options) => {
|
|
1315
|
+
const formData = new FormData();
|
|
1316
|
+
formData.append(`file`, bodyUploadForumImage.file);
|
|
1317
|
+
return qdashRequest(
|
|
1318
|
+
{
|
|
1319
|
+
url: `/forum/upload-image`,
|
|
1320
|
+
method: "POST",
|
|
1321
|
+
headers: { "Content-Type": "multipart/form-data" },
|
|
1322
|
+
data: formData
|
|
1323
|
+
},
|
|
1324
|
+
options
|
|
1325
|
+
);
|
|
1326
|
+
};
|
|
1314
1327
|
const closeForumPost = (postId, options) => {
|
|
1315
1328
|
return qdashRequest(
|
|
1316
1329
|
{
|
|
@@ -2253,7 +2266,7 @@ var getQDashAPI = () => {
|
|
|
2253
2266
|
options
|
|
2254
2267
|
);
|
|
2255
2268
|
};
|
|
2256
|
-
return { 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 };
|
|
2269
|
+
return { 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, uploadForumImage, 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 };
|
|
2257
2270
|
};
|
|
2258
2271
|
|
|
2259
2272
|
export {
|
|
@@ -2266,4 +2279,4 @@ export {
|
|
|
2266
2279
|
QDashClientError,
|
|
2267
2280
|
getQDashAPI
|
|
2268
2281
|
};
|
|
2269
|
-
//# sourceMappingURL=chunk-
|
|
2282
|
+
//# sourceMappingURL=chunk-RQJVO65O.js.map
|