Skip to content

Commit d3a99e1

Browse files
committed
Merge branch 'main' into release/0.2
2 parents 745a30b + 327cc8a commit d3a99e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 2 additions & 1 deletion
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

33
syntax = "proto3";
44

@@ -195,6 +195,7 @@ message UploadFileRequest {
195195
bytes data=1;
196196
string file_name=2;
197197
bool open=3;
198+
map<string,bool> import_options = 4;
198199
}
199200

200201
message UploadFileResponse {

ansys/api/geometry/v0/designs.proto

Lines changed: 2 additions & 1 deletion
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.Designs;
44

@@ -40,6 +40,7 @@ message GetAllResponse{
4040

4141
message OpenRequest{
4242
string filepath = 1;
43+
map<string,bool> import_options = 2;
4344
}
4445

4546
message NewRequest{

0 commit comments

Comments
 (0)