import { z } from "@medusajs/framework/zod"; export declare const AdminPostOrderEditsReqSchema: z.ZodObject<{ order_id: z.ZodString; description: z.ZodOptional; internal_note: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { order_id: string; metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; }, { order_id: string; metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; }>; export type AdminPostOrderEditsReqSchemaType = z.infer; export declare const AdminPostOrderEditsShippingReqSchema: z.ZodObject<{ shipping_option_id: z.ZodString; custom_amount: z.ZodOptional; description: z.ZodOptional; internal_note: z.ZodOptional; metadata: z.ZodOptional>; }, "strip", z.ZodTypeAny, { shipping_option_id: string; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; custom_amount?: number | undefined; }, { shipping_option_id: string; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; custom_amount?: number | undefined; }>; export type AdminPostOrderEditsShippingReqSchemaType = z.infer; export declare const AdminPostOrderEditsShippingActionReqSchema: z.ZodObject<{ custom_amount: z.ZodOptional>>; internal_note: z.ZodOptional>>; metadata: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; internal_note?: string | null | undefined; custom_amount?: number | null | undefined; }, { metadata?: Record | null | undefined; internal_note?: string | null | undefined; custom_amount?: number | null | undefined; }>; export type AdminPostOrderEditsShippingActionReqSchemaType = z.infer; export declare const AdminPostOrderEditsAddItemsReqSchema: z.ZodObject<{ items: z.ZodArray>; compare_at_unit_price: z.ZodOptional>; internal_note: z.ZodOptional>; allow_backorder: z.ZodOptional; metadata: z.ZodOptional>; }, "strip", z.ZodTypeAny, { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; allow_backorder?: boolean | undefined; }, { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; allow_backorder?: boolean | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; allow_backorder?: boolean | undefined; }[]; }, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; allow_backorder?: boolean | undefined; }[]; }>; export type AdminPostOrderEditsAddItemsReqSchemaType = z.infer; export declare const AdminPostOrderEditsItemsActionReqSchema: z.ZodObject<{ quantity: z.ZodOptional; unit_price: z.ZodOptional>; compare_at_unit_price: z.ZodOptional>; internal_note: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { internal_note?: string | null | undefined; quantity?: number | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; }, { internal_note?: string | null | undefined; quantity?: number | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; }>; export type AdminPostOrderEditsItemsActionReqSchemaType = z.infer; export declare const AdminPostOrderEditsUpdateItemQuantityReqSchema: z.ZodObject<{ quantity: z.ZodNumber; unit_price: z.ZodOptional>; compare_at_unit_price: z.ZodOptional>; internal_note: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { quantity: number; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; }, { quantity: number; internal_note?: string | null | undefined; unit_price?: number | null | undefined; compare_at_unit_price?: number | null | undefined; }>; export type AdminPostOrderEditsUpdateItemQuantityReqSchemaType = z.infer; //# sourceMappingURL=validators.d.ts.map