gukgjzkgjhgjh
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user