fixes, orval, downloader functioning again
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user