File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1
+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
2
3
3
syntax = "proto3" ;
4
4
@@ -195,6 +195,7 @@ message UploadFileRequest {
195
195
bytes data = 1 ;
196
196
string file_name = 2 ;
197
197
bool open = 3 ;
198
+ map <string ,bool > import_options = 4 ;
198
199
}
199
200
200
201
message UploadFileResponse {
Original file line number Diff line number Diff line change 1
- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1
+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
2
syntax = "proto3" ;
3
3
package ansys.api.geometry.v0.Designs ;
4
4
@@ -40,6 +40,7 @@ message GetAllResponse{
40
40
41
41
message OpenRequest {
42
42
string filepath = 1 ;
43
+ map <string ,bool > import_options = 2 ;
43
44
}
44
45
45
46
message NewRequest {
You can’t perform that action at this time.
0 commit comments