Update api spec (#52)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jess Frazelle
2023-01-27 14:50:50 -08:00
committed by GitHub
parent 9fe98c9185
commit 95f22c849d
35 changed files with 2812 additions and 50 deletions

View File

@ -9,6 +9,7 @@ class FileExportFormat(str, Enum):
JSON = 'json'
OBJ = 'obj'
OBJ_NOMTL = 'obj_nomtl'
PLY = 'ply'
STEP = 'step'
STL = 'stl'
SVG = 'svg'