feat: add desktop bug report collection
This commit is contained in:
+6
-1
@@ -1,10 +1,12 @@
|
||||
import type {
|
||||
CreatePublishJobResponse,
|
||||
DesktopAccountInfo,
|
||||
DesktopBugReportSubmitRequest,
|
||||
DesktopBugReportSubmitResponse,
|
||||
DesktopClientReleaseCheckResponse,
|
||||
DesktopClientRotateResponse,
|
||||
DesktopClientUpdateProgressEvent,
|
||||
DesktopClientUpdateResult,
|
||||
DesktopClientRotateResponse,
|
||||
DesktopPublishTaskListResponse,
|
||||
DesktopRuntimeSessionSyncRequest,
|
||||
ListDesktopPublishTasksParams,
|
||||
@@ -61,6 +63,9 @@ declare global {
|
||||
runtimeAccountSnapshot(
|
||||
accountId: string,
|
||||
): Promise<DesktopRuntimeSnapshot['accounts'][number] | null>
|
||||
submitBugReport(
|
||||
payload: DesktopBugReportSubmitRequest,
|
||||
): Promise<DesktopBugReportSubmitResponse>
|
||||
bindPublishAccount(platformId: string): Promise<DesktopAccountInfo>
|
||||
refreshRuntimeAccounts(): Promise<null>
|
||||
probeRuntimeAccount(
|
||||
|
||||
Reference in New Issue
Block a user