collect all problems
This commit is contained in:
parent
cac27eb938
commit
18c3faa350
2 changed files with 89 additions and 20 deletions
|
@ -115,7 +115,7 @@ class CreateObjectOperation(BaseOperation):
|
|||
|
||||
|
||||
class CreateMultipleObjectsOperation(BaseSchema):
|
||||
type: Literal["create"] = "create_multiple"
|
||||
type: Literal["create_multiple"] = "create_multiple"
|
||||
objects: list[CreateObjectOperation] = []
|
||||
|
||||
def apply_create(self) -> dict[ObjectReference, Model]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue