gukgjzkgjhgjh
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/**
|
||||
* Generated by orval v7.17.0 🍺
|
||||
* Generated by orval v8.8.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI spec version: 0.0.0
|
||||
*/
|
||||
import type { ShippingMethodEnum } from "./shippingMethodEnum";
|
||||
import type { StateFdaEnum } from "./stateFdaEnum";
|
||||
import type { State1f6Enum } from "./state1f6Enum";
|
||||
import type { ZasilkovnaPacket } from "./zasilkovnaPacket";
|
||||
|
||||
export interface OrderCarrier {
|
||||
shipping_method?: ShippingMethodEnum;
|
||||
readonly state: StateFdaEnum;
|
||||
readonly state: State1f6Enum;
|
||||
readonly zasilkovna: readonly ZasilkovnaPacket[];
|
||||
/** @pattern ^-?\d{0,8}(?:\.\d{0,2})?$ */
|
||||
readonly shipping_price: string;
|
||||
|
||||
Reference in New Issue
Block a user