Skip to content

Commit

Permalink
sync: file sync performed by ansys-tools-repo-sync (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: tfs_caslservice <tfs_caslservice@PDUCASLVM02>
  • Loading branch information
RobPasMue and tfs_caslservice authored Jun 20, 2024
1 parent 9e088dd commit 93a208c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansys/api/dbu/v0/designs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -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;
}

0 comments on commit 93a208c

Please sign in to comment.