Update api spec (#308)

* 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:
zoo-github-actions-auth[bot]
2024-10-23 09:32:21 -04:00
committed by GitHub
parent 1e8dd64cce
commit 924073c06c
6 changed files with 1008 additions and 910 deletions

View File

@ -27,6 +27,7 @@ from ..models.disable_dry_run import DisableDryRun
from ..models.edge_lines_visible import EdgeLinesVisible
from ..models.enable_dry_run import EnableDryRun
from ..models.enable_sketch_mode import EnableSketchMode
from ..models.engine_util_evaluate_path import EngineUtilEvaluatePath
from ..models.entity_circular_pattern import EntityCircularPattern
from ..models.entity_fade import EntityFade
from ..models.entity_get_all_child_uuids import EntityGetAllChildUuids
@ -125,6 +126,16 @@ class OptionEmpty(BaseModel):
model_config = ConfigDict(protected_namespaces=())
class OptionEngineUtilEvaluatePath(BaseModel):
""""""
data: EngineUtilEvaluatePath
type: Literal["engine_util_evaluate_path"] = "engine_util_evaluate_path"
model_config = ConfigDict(protected_namespaces=())
class OptionStartPath(BaseModel):
""""""
@ -1235,6 +1246,7 @@ OkModelingCmdResponse = RootModel[
Annotated[
Union[
OptionEmpty,
OptionEngineUtilEvaluatePath,
OptionStartPath,
OptionMovePathPen,
OptionExtendPath,