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
parent
commit
78710cce76
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/types/openapi/core/openapi_core.ts
  2. 1
      src/types/openapi/core/openapi_provisioning_api.ts

5
src/types/openapi/core/openapi_core.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: {

1
src/types/openapi/core/openapi_provisioning_api.ts

@ -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;

Loading…
Cancel
Save