diff --git a/ansys/api/geometry/v0/commands.proto b/ansys/api/geometry/v0/commands.proto index 83f0cda..75f8748 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"; @@ -195,6 +195,7 @@ message UploadFileRequest { bytes data=1; string file_name=2; bool open=3; + map import_options = 4; } message UploadFileResponse { diff --git a/ansys/api/geometry/v0/designs.proto b/ansys/api/geometry/v0/designs.proto index c688de0..471d306 100644 --- a/ansys/api/geometry/v0/designs.proto +++ b/ansys/api/geometry/v0/designs.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"; package ansys.api.geometry.v0.Designs; @@ -40,6 +40,7 @@ message GetAllResponse{ message OpenRequest{ string filepath = 1; + map import_options = 2; } message NewRequest{