feat(API-nodes): move Rodin3D nodes to new client; removed old api client.py (#10645)

This commit is contained in:
Alexander Piskun
2025-11-05 12:16:00 +02:00
committed by GitHub
parent c4a6b389de
commit bda0eb2448
8 changed files with 75 additions and 1188 deletions

View File

@@ -1,17 +0,0 @@
# generated by datamodel-codegen:
# filename: filtered-openapi.yaml
# timestamp: 2025-04-29T23:44:54+00:00
from __future__ import annotations
from typing import Optional
from pydantic import BaseModel
from . import PixverseDto
class ResponseData(BaseModel):
ErrCode: Optional[int] = None
ErrMsg: Optional[str] = None
Resp: Optional[PixverseDto.V2OpenAPII2VResp] = None