mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 14:51:37 +02:00
Export a workspace without needing a filesystem (#685)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
a8c845b091
commit
77b18d3477
+2
-2
File diff suppressed because one or more lines are too long
@@ -374,7 +374,6 @@ pub struct CmdCreateExampleWorkspaceReq {}
|
||||
#[serde(rename_all = "camelCase")]
|
||||
#[ts(export, export_to = "gen_rpc.ts")]
|
||||
pub struct CmdExportDataReq {
|
||||
pub export_path: String,
|
||||
pub workspace_ids: Vec<String>,
|
||||
pub include_private_environments: bool,
|
||||
}
|
||||
@@ -960,7 +959,7 @@ macro_rules! with_commands {
|
||||
cmd_call_grpc_request_action(CmdCallGrpcRequestActionReq) -> (),
|
||||
cmd_call_http_authentication_action(CmdCallHttpAuthenticationActionReq) -> (),
|
||||
cmd_curl_to_request(CmdCurlToRequestReq) -> HttpRequest,
|
||||
cmd_export_data(CmdExportDataReq) -> (),
|
||||
cmd_export_data(CmdExportDataReq) -> String,
|
||||
cmd_create_example_workspace(CmdCreateExampleWorkspaceReq) -> BatchUpsertResult,
|
||||
cmd_save_base64_to_binary(CmdSaveBase64ToBinaryReq) -> (),
|
||||
cmd_save_response(CmdSaveResponseReq) -> (),
|
||||
|
||||
Reference in New Issue
Block a user