mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: update openapi and autoloaders
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
aa227f1c55
commit
d36602acd5
6 changed files with 30 additions and 0 deletions
|
|
@ -106,6 +106,7 @@
|
|||
"role",
|
||||
"subadmin",
|
||||
"twitter",
|
||||
"bluesky",
|
||||
"website"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -267,6 +268,12 @@
|
|||
"twitterScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"bluesky": {
|
||||
"type": "string"
|
||||
},
|
||||
"blueskyScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@
|
|||
"role",
|
||||
"subadmin",
|
||||
"twitter",
|
||||
"bluesky",
|
||||
"website"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -314,6 +315,12 @@
|
|||
"twitterScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"bluesky": {
|
||||
"type": "string"
|
||||
},
|
||||
"blueskyScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@
|
|||
"role",
|
||||
"subadmin",
|
||||
"twitter",
|
||||
"bluesky",
|
||||
"website"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -314,6 +315,12 @@
|
|||
"twitterScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"bluesky": {
|
||||
"type": "string"
|
||||
},
|
||||
"blueskyScope": {
|
||||
"$ref": "#/components/schemas/UserDetailsScope"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1904,6 +1904,7 @@ return array(
|
|||
'OC\\Preview\\WatcherConnector' => $baseDir . '/lib/private/Preview/WatcherConnector.php',
|
||||
'OC\\Preview\\WebP' => $baseDir . '/lib/private/Preview/WebP.php',
|
||||
'OC\\Preview\\XBitmap' => $baseDir . '/lib/private/Preview/XBitmap.php',
|
||||
'OC\\Profile\\Actions\\BlueskyAction' => $baseDir . '/lib/private/Profile/Actions/BlueskyAction.php',
|
||||
'OC\\Profile\\Actions\\EmailAction' => $baseDir . '/lib/private/Profile/Actions/EmailAction.php',
|
||||
'OC\\Profile\\Actions\\FediverseAction' => $baseDir . '/lib/private/Profile/Actions/FediverseAction.php',
|
||||
'OC\\Profile\\Actions\\PhoneAction' => $baseDir . '/lib/private/Profile/Actions/PhoneAction.php',
|
||||
|
|
|
|||
|
|
@ -1945,6 +1945,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
|
|||
'OC\\Preview\\WatcherConnector' => __DIR__ . '/../../..' . '/lib/private/Preview/WatcherConnector.php',
|
||||
'OC\\Preview\\WebP' => __DIR__ . '/../../..' . '/lib/private/Preview/WebP.php',
|
||||
'OC\\Preview\\XBitmap' => __DIR__ . '/../../..' . '/lib/private/Preview/XBitmap.php',
|
||||
'OC\\Profile\\Actions\\BlueskyAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/BlueskyAction.php',
|
||||
'OC\\Profile\\Actions\\EmailAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/EmailAction.php',
|
||||
'OC\\Profile\\Actions\\FediverseAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/FediverseAction.php',
|
||||
'OC\\Profile\\Actions\\PhoneAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/PhoneAction.php',
|
||||
|
|
|
|||
|
|
@ -3557,6 +3557,7 @@
|
|||
"role",
|
||||
"subadmin",
|
||||
"twitter",
|
||||
"bluesky",
|
||||
"website"
|
||||
],
|
||||
"properties": {
|
||||
|
|
@ -3718,6 +3719,12 @@
|
|||
"twitterScope": {
|
||||
"$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
|
||||
},
|
||||
"bluesky": {
|
||||
"type": "string"
|
||||
},
|
||||
"blueskyScope": {
|
||||
"$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
|
||||
},
|
||||
"website": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue