gukgjzkgjhgjh

This commit is contained in:
2026-04-20 00:04:15 +02:00
parent 5280a87e8b
commit 659999f4fd
409 changed files with 19957 additions and 5176 deletions

View File

@@ -1,10 +1,9 @@
/**
* Generated by orval v7.17.0 🍺
* Generated by orval v8.8.0 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.0
*/
import type { StateE15Enum } from "./stateE15Enum";
import type { ZasilkovnaPacketReadReturnRouting } from "./zasilkovnaPacketReadReturnRouting";
import type { StateCdfEnum } from "./stateCdfEnum";
export interface ZasilkovnaPacketRead {
readonly id: number;
@@ -21,12 +20,9 @@ export interface ZasilkovnaPacketRead {
* @nullable
*/
readonly barcode: string | null;
readonly state: StateE15Enum;
readonly state: StateCdfEnum;
/** Hmotnost zásilky v gramech */
readonly weight: number;
/**
* Seznam 2 routing stringů pro vrácení zásilky
* @nullable
*/
readonly return_routing: ZasilkovnaPacketReadReturnRouting;
/** Seznam 2 routing stringů pro vrácení zásilky */
readonly return_routing: unknown | null;
}