Skip to content

Commit 66316f5

Browse files
feat: update generated client
1 parent 81f9a7a commit 66316f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/mittwald/spec/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/mittwald/src/generated/v2/types.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,6 +3585,8 @@ export declare module MittwaldAPIV2 {
35853585
desired: string;
35863586
}
35873587

3588+
export type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
3589+
35883590
export interface BackupBackupTemplate {
35893591
expirationTime: string;
35903592
ignoredSources?: MittwaldAPIV2.Components.Schemas.BackupIgnoredSources;
@@ -8440,7 +8442,10 @@ export declare module MittwaldAPIV2 {
84408442
export type Header =
84418443
{} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
84428444

8443-
export type Query = {};
8445+
export type Query = {
8446+
withExportsOnly?: boolean;
8447+
sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
8448+
};
84448449
}
84458450
namespace Responses {
84468451
namespace $200 {

0 commit comments

Comments
 (0)