mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Add the new share type
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9823c71971
commit
d7246edc94
2 changed files with 2 additions and 0 deletions
|
|
@ -525,6 +525,7 @@
|
|||
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
|
||||
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
|
||||
<xs:enumeration value="SHARE_TYPE_GUEST"/>
|
||||
<xs:enumeration value="SHARE_TYPE_ROOM"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
|
|
|
|||
|
|
@ -522,6 +522,7 @@
|
|||
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
|
||||
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
|
||||
<xs:enumeration value="SHARE_TYPE_GUEST"/>
|
||||
<xs:enumeration value="SHARE_TYPE_ROOM"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue