From 93a208c43ef9832201bb4597909ab7d0feda875d Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:54:58 +0000 Subject: [PATCH] sync: file sync performed by ansys-tools-repo-sync (#28) Co-authored-by: tfs_caslservice --- ansys/api/dbu/v0/designs.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansys/api/dbu/v0/designs.proto b/ansys/api/dbu/v0/designs.proto index d44e39c..a36a435 100644 --- a/ansys/api/dbu/v0/designs.proto +++ b/ansys/api/dbu/v0/designs.proto @@ -33,6 +33,8 @@ service Designs{ rpc CopyReferencedDocuments(CopyReferencedDocumentsRequest) returns(RequestResult); rpc SaveWithoutResults(google.protobuf.Empty) returns (google.protobuf.Empty); + + rpc OpenCloudFileFromUrl(OpenCloudFileFromUrlRequest) returns(google.protobuf.Empty); } message GetAllResponse{ @@ -66,4 +68,9 @@ message GetAsJsonResponse { message CopyReferencedDocumentsRequest { EntityIdentifier document_id = 1; string output_path=2; +} + +message OpenCloudFileFromUrlRequest{ + string url_filepath = 1; + string user_id = 2; } \ No newline at end of file