Skip to content

Commit 5b41c8b

Browse files
committed
chore: update openapi and autoloaders
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: yemkareems <[email protected]>
1 parent 6b561e1 commit 5b41c8b

6 files changed

Lines changed: 30 additions & 0 deletions

File tree

apps/provisioning_api/openapi-administration.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"role",
107107
"subadmin",
108108
"twitter",
109+
"bluesky",
109110
"website"
110111
],
111112
"properties": {
@@ -267,6 +268,12 @@
267268
"twitterScope": {
268269
"$ref": "#/components/schemas/UserDetailsScope"
269270
},
271+
"bluesky": {
272+
"type": "string"
273+
},
274+
"blueskyScope": {
275+
"$ref": "#/components/schemas/UserDetailsScope"
276+
},
270277
"website": {
271278
"type": "string"
272279
},

apps/provisioning_api/openapi-full.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"role",
154154
"subadmin",
155155
"twitter",
156+
"bluesky",
156157
"website"
157158
],
158159
"properties": {
@@ -314,6 +315,12 @@
314315
"twitterScope": {
315316
"$ref": "#/components/schemas/UserDetailsScope"
316317
},
318+
"bluesky": {
319+
"type": "string"
320+
},
321+
"blueskyScope": {
322+
"$ref": "#/components/schemas/UserDetailsScope"
323+
},
317324
"website": {
318325
"type": "string"
319326
},

apps/provisioning_api/openapi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"role",
154154
"subadmin",
155155
"twitter",
156+
"bluesky",
156157
"website"
157158
],
158159
"properties": {
@@ -314,6 +315,12 @@
314315
"twitterScope": {
315316
"$ref": "#/components/schemas/UserDetailsScope"
316317
},
318+
"bluesky": {
319+
"type": "string"
320+
},
321+
"blueskyScope": {
322+
"$ref": "#/components/schemas/UserDetailsScope"
323+
},
317324
"website": {
318325
"type": "string"
319326
},

lib/composer/composer/autoload_classmap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@
19041904
'OC\\Preview\\WatcherConnector' => $baseDir . '/lib/private/Preview/WatcherConnector.php',
19051905
'OC\\Preview\\WebP' => $baseDir . '/lib/private/Preview/WebP.php',
19061906
'OC\\Preview\\XBitmap' => $baseDir . '/lib/private/Preview/XBitmap.php',
1907+
'OC\\Profile\\Actions\\BlueskyAction' => $baseDir . '/lib/private/Profile/Actions/BlueskyAction.php',
19071908
'OC\\Profile\\Actions\\EmailAction' => $baseDir . '/lib/private/Profile/Actions/EmailAction.php',
19081909
'OC\\Profile\\Actions\\FediverseAction' => $baseDir . '/lib/private/Profile/Actions/FediverseAction.php',
19091910
'OC\\Profile\\Actions\\PhoneAction' => $baseDir . '/lib/private/Profile/Actions/PhoneAction.php',

lib/composer/composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
19451945
'OC\\Preview\\WatcherConnector' => __DIR__ . '/../../..' . '/lib/private/Preview/WatcherConnector.php',
19461946
'OC\\Preview\\WebP' => __DIR__ . '/../../..' . '/lib/private/Preview/WebP.php',
19471947
'OC\\Preview\\XBitmap' => __DIR__ . '/../../..' . '/lib/private/Preview/XBitmap.php',
1948+
'OC\\Profile\\Actions\\BlueskyAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/BlueskyAction.php',
19481949
'OC\\Profile\\Actions\\EmailAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/EmailAction.php',
19491950
'OC\\Profile\\Actions\\FediverseAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/FediverseAction.php',
19501951
'OC\\Profile\\Actions\\PhoneAction' => __DIR__ . '/../../..' . '/lib/private/Profile/Actions/PhoneAction.php',

openapi.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,6 +3557,7 @@
35573557
"role",
35583558
"subadmin",
35593559
"twitter",
3560+
"bluesky",
35603561
"website"
35613562
],
35623563
"properties": {
@@ -3718,6 +3719,12 @@
37183719
"twitterScope": {
37193720
"$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
37203721
},
3722+
"bluesky": {
3723+
"type": "string"
3724+
},
3725+
"blueskyScope": {
3726+
"$ref": "#/components/schemas/ProvisioningApiUserDetailsScope"
3727+
},
37213728
"website": {
37223729
"type": "string"
37233730
},

0 commit comments

Comments
 (0)