Skip to content

Commit

Permalink
Merge branch 'main' into release/0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Aug 29, 2023
2 parents 745a30b + 327cc8a commit d3a99e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ansys/api/geometry/v0/commands.proto
Original file line number Diff line number Diff line change
@@ -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";

Expand Down Expand Up @@ -195,6 +195,7 @@ message UploadFileRequest {
bytes data=1;
string file_name=2;
bool open=3;
map<string,bool> import_options = 4;
}

message UploadFileResponse {
Expand Down
3 changes: 2 additions & 1 deletion ansys/api/geometry/v0/designs.proto
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -40,6 +40,7 @@ message GetAllResponse{

message OpenRequest{
string filepath = 1;
map<string,bool> import_options = 2;
}

message NewRequest{
Expand Down

0 comments on commit d3a99e1

Please sign in to comment.