Skip to content

Commit

Permalink
chore(ts): update OpenAPI types from core
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
nextcloud-command authored Mar 9, 2025
1 parent 688a12e commit 323fbd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/types/openapi/core/openapi_dav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ export interface operations {
message: string;
/** @description User id of the replacement user */
replacementUserId?: string | null;
/** @description Display name of the replacement user */
replacementUserDisplayName?: string | null;
};
};
};
Expand All @@ -400,7 +398,7 @@ export interface operations {
};
};
};
/** @description When the first day is not before the last day */
/** @description When validation fails, e.g. data range error or the first day is not before the last day */
400: {
headers: {
[name: string]: unknown;
Expand All @@ -411,7 +409,7 @@ export interface operations {
meta: components["schemas"]["OCSMeta"];
data: {
/** @enum {string} */
error: "firstDay";
error: "firstDay" | "statusLength";
};
};
};
Expand Down

0 comments on commit 323fbd1

Please sign in to comment.