Update api spec (#391)
* YOYO NEW API SPEC! * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
committed by
GitHub
parent
0ff7b17ce8
commit
ca39f6266a
@ -36,7 +36,7 @@ from .models import (
|
||||
FileVolume,
|
||||
ImageFormat,
|
||||
ImportFile,
|
||||
InputFormat,
|
||||
InputFormat3d,
|
||||
ModelingCmd,
|
||||
ModelingCmdId,
|
||||
Pong,
|
||||
@ -52,7 +52,7 @@ from .models import (
|
||||
WebSocketRequest,
|
||||
WebSocketResponse,
|
||||
)
|
||||
from .models.input_format import OptionObj
|
||||
from .models.input_format3d import OptionObj
|
||||
from .models.modeling_cmd import (
|
||||
OptionDefaultCameraFocusOn,
|
||||
OptionImportFiles,
|
||||
@ -413,7 +413,7 @@ def test_ws_import():
|
||||
cmd=ModelingCmd(
|
||||
OptionImportFiles(
|
||||
files=[ImportFile(data=content, path=file_name)],
|
||||
format=InputFormat(
|
||||
format=InputFormat3d(
|
||||
OptionObj(
|
||||
units=UnitLength.M,
|
||||
coords=System(
|
||||
|
Reference in New Issue
Block a user