@@ -1763,6 +1763,14 @@ types:
17631763 docs : User who created the last annotation history item
17641764 source :
17651765 openapi : openapi/openapi.yaml
1766+ DataManagerTaskSerializerPredictionsItemModelRun :
1767+ discriminated : false
1768+ union :
1769+ - map<string, unknown>
1770+ - integer
1771+ source :
1772+ openapi : openapi/openapi.yaml
1773+ inline : true
17661774 DataManagerTaskSerializerPredictionsItem :
17671775 properties :
17681776 result :
@@ -1774,7 +1782,7 @@ types:
17741782 model :
17751783 type : optional<map<string, unknown>>
17761784 model_run :
1777- type : optional<map<string, unknown> >
1785+ type : optional<DataManagerTaskSerializerPredictionsItemModelRun >
17781786 task :
17791787 type : optional<integer>
17801788 project :
@@ -1805,6 +1813,15 @@ types:
18051813 source :
18061814 openapi : openapi/openapi.yaml
18071815 inline : true
1816+ DataManagerTaskSerializerCommentAuthorsItem :
1817+ discriminated : false
1818+ docs : Users who wrote comments
1819+ union :
1820+ - integer
1821+ - map<string, unknown>
1822+ source :
1823+ openapi : openapi/openapi.yaml
1824+ inline : true
18081825 DataManagerTaskSerializer :
18091826 properties :
18101827 id : optional<integer>
@@ -1874,7 +1891,7 @@ types:
18741891 type : optional<integer>
18751892 docs : Project ID for this task
18761893 comment_authors :
1877- type : optional<list<integer >>
1894+ type : optional<list<DataManagerTaskSerializerCommentAuthorsItem >>
18781895 docs : Users who wrote comments
18791896 source :
18801897 openapi : openapi/openapi.yaml
0 commit comments