diff --git a/ansys/api/geometry/v0/commands.proto b/ansys/api/geometry/v0/commands.proto index dcbc6c3..92dafc0 100644 --- a/ansys/api/geometry/v0/commands.proto +++ b/ansys/api/geometry/v0/commands.proto @@ -1,4 +1,4 @@ -// �2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. +// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited. syntax = "proto3"; @@ -192,6 +192,7 @@ message DownloadFileResponse { message UploadFileRequest { bytes data=1; string file_name=2; + bool open=3; } message UploadFileResponse { @@ -219,4 +220,4 @@ message CreateTorusRequest { message CreateTorusResponse { string id=1; -} \ No newline at end of file +}