Skip to content

Commit 4598a65

Browse files
authored
Update geometryapplication.proto (#36)
1 parent 0c9b711 commit 4598a65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ansys/api/geometry/v0/geometryapplication.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22
syntax = "proto3";
33
package ansys.api.geometry.v0.GeometryApplication;
44
option csharp_namespace = "Ansys.Api.Geometry.V0.GeometryApplication";
@@ -21,5 +21,7 @@ message RunScriptFileRequest{
2121

2222
message RunScriptFileResponse{
2323
// Result of script execution. True means script executed successfully.
24-
string run_script_response = 1;
24+
bool success = 1;
25+
string message = 2;
26+
map<string,string> values = 3;
2527
}

0 commit comments

Comments
 (0)