Browse Source
Merge pull request #15715 from nextcloud/automated/noid/main-update-nextcloud-openapi
[main] Update Nextcloud OpenAPI types
pull/15717/head
Maksim Sukharev
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
0 deletions
-
src/types/openapi/core/openapi_core.ts
-
src/types/openapi/core/openapi_provisioning_api.ts
|
|
|
@ -1055,6 +1055,11 @@ export type components = { |
|
|
|
"reference-api": boolean; |
|
|
|
"reference-regex": string; |
|
|
|
"mod-rewrite-working": boolean; |
|
|
|
user?: { |
|
|
|
language: string; |
|
|
|
locale: string; |
|
|
|
timezone: string; |
|
|
|
}; |
|
|
|
}; |
|
|
|
}; |
|
|
|
Collection: { |
|
|
|
|
|
|
|
@ -548,6 +548,7 @@ export type components = { |
|
|
|
roleScope?: components["schemas"]["UserDetailsScope"]; |
|
|
|
storageLocation?: string; |
|
|
|
subadmin: string[]; |
|
|
|
timezone: string; |
|
|
|
twitter: string; |
|
|
|
twitterScope?: components["schemas"]["UserDetailsScope"]; |
|
|
|
bluesky: string; |
|
|
|
|