feat: add desktop bug report collection
This commit is contained in:
@@ -417,6 +417,17 @@ export interface DesktopRuntimeSessionSyncRequest {
|
||||
desktop_client: DesktopClientInfo | null
|
||||
}
|
||||
|
||||
export interface DesktopBugReportSubmitRequest {
|
||||
title?: string
|
||||
description?: string
|
||||
severity?: 'low' | 'medium' | 'high' | 'critical'
|
||||
}
|
||||
|
||||
export interface DesktopBugReportSubmitResponse {
|
||||
id: string
|
||||
dump_object_key?: string | null
|
||||
}
|
||||
|
||||
export interface CreatePublishJobAccountRequest {
|
||||
account_id: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user