@@ -15207,7 +15207,7 @@ components:
1520715207 title : Lastchangedate
1520815208 state :
1520915209 anyOf :
15210- - $ref : ' #/components/schemas/ProjectState '
15210+ - $ref : ' #/components/schemas/ProjectStateOutputSchema '
1521115211 - type : ' null'
1521215212 trashedAt :
1521315213 anyOf :
@@ -15410,7 +15410,7 @@ components:
1541015410 title : Lastchangedate
1541115411 state :
1541215412 anyOf :
15413- - $ref : ' #/components/schemas/ProjectState '
15413+ - $ref : ' #/components/schemas/ProjectStateOutputSchema '
1541415414 - type : ' null'
1541515415 trashedAt :
1541615416 anyOf :
@@ -15744,6 +15744,30 @@ components:
1574415744 - locked
1574515745 - current_user_groupids
1574615746 title : ProjectShareState
15747+ ProjectShareStateOutputSchema :
15748+ properties :
15749+ status :
15750+ $ref : ' #/components/schemas/ProjectStatus'
15751+ description : The status of the project
15752+ locked :
15753+ type : boolean
15754+ title : Locked
15755+ description : True if the project is locked
15756+ currentUserGroupids :
15757+ items :
15758+ type : integer
15759+ exclusiveMinimum : true
15760+ minimum : 0
15761+ type : array
15762+ title : Currentusergroupids
15763+ description : Current users in the project (if the project is locked, the
15764+ list contains only the lock owner)
15765+ type : object
15766+ required :
15767+ - status
15768+ - locked
15769+ - currentUserGroupids
15770+ title : ProjectShareStateOutputSchema
1574715771 ProjectState :
1574815772 properties :
1574915773 share_state :
@@ -15758,6 +15782,19 @@ components:
1575815782 - share_state
1575915783 - state
1576015784 title : ProjectState
15785+ ProjectStateOutputSchema :
15786+ properties :
15787+ shareState :
15788+ $ref : ' #/components/schemas/ProjectShareStateOutputSchema'
15789+ description : The project lock state
15790+ state :
15791+ $ref : ' #/components/schemas/ProjectRunningState'
15792+ description : The project running state
15793+ type : object
15794+ required :
15795+ - shareState
15796+ - state
15797+ title : ProjectStateOutputSchema
1576115798 ProjectStatus :
1576215799 type : string
1576315800 enum :
0 commit comments