fixes, orval, downloader functioning again

This commit is contained in:
2026-04-21 00:47:10 +02:00
parent 659999f4fd
commit cf08dbaf15
93 changed files with 1662 additions and 1333 deletions

View File

@@ -3,11 +3,11 @@
* Do not edit manually.
* OpenAPI spec version: 0.0.0
*/
import type { StatusD4fEnum } from "./statusD4fEnum";
import type { Status0b2Enum } from "./status0b2Enum";
export interface OrderMini {
readonly id: number;
readonly status: StatusD4fEnum;
readonly status: Status0b2Enum;
/** @pattern ^-?\d{0,8}(?:\.\d{0,2})?$ */
readonly total_price: string;
readonly created_at: Date;