Skip to content

Commit 2ef2f0d

Browse files
authored
Add MaturityLevel to Object discriminator union
1 parent 55d521a commit 2ef2f0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎csfunctions/objects/__init__.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
| ObjectPropertyValue
2424
| Briefcase
2525
| Workflow
26-
| Person,
26+
| Person
27+
| MaturityLevel,
2728
Field(discriminator="object_type"),
2829
]
2930

0 commit comments

Comments
 (0)