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,15 +3,15 @@
* Do not edit manually.
* OpenAPI spec version: 0.0.0
*/
import type { StateCdfEnum } from "./stateCdfEnum";
import type { State9b5Enum } from "./state9b5Enum";
export interface ZasilkovnaPacketRead {
readonly id: number;
readonly created_at: Date;
/**
* Číslo zásilky v Packetě (vraceno od API od Packety)
* @minimum -9223372036854776000
* @maximum 9223372036854776000
* @minimum -2147483648
* @maximum 2147483647
* @nullable
*/
packet_id?: number | null;
@@ -20,7 +20,7 @@ export interface ZasilkovnaPacketRead {
* @nullable
*/
readonly barcode: string | null;
readonly state: StateCdfEnum;
readonly state: State9b5Enum;
/** Hmotnost zásilky v gramech */
readonly weight: number;
/** Seznam 2 routing stringů pro vrácení zásilky */