import { z } from "@medusajs/framework/zod"; export declare const AdminGetExchangeParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminGetExchangeParamsType = z.infer; export declare const AdminGetOrdersOrderParams: z.ZodObject<{ fields: z.ZodOptional; } & { id: z.ZodOptional]>>; status: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; status?: string | string[] | undefined; }, { id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; status?: string | string[] | undefined; }>; export type AdminGetOrdersOrderParamsType = z.infer; /** * Parameters used to filter and configure the pagination of the retrieved order. */ export declare const AdminGetOrdersParams: z.ZodObject<{ fields: z.ZodOptional; } & { offset: z.ZodEffects>, number, unknown>; limit: z.ZodEffects>, number, unknown>; order: z.ZodOptional | z.ZodDefault>; with_deleted: z.ZodEffects, boolean | undefined, unknown>; } & { id: z.ZodOptional]>>; order_id: z.ZodOptional]>>; status: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { offset: number; limit: number; order?: string | undefined; id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; order_id?: string | string[] | undefined; status?: string | string[] | undefined; with_deleted?: boolean | undefined; }, { order?: string | undefined; id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; order_id?: string | string[] | undefined; status?: string | string[] | undefined; offset?: unknown; limit?: unknown; with_deleted?: unknown; }>; export type AdminGetOrdersParamsType = z.infer; export declare const AdminPostOrderExchangesReqSchema: 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 AdminPostOrderExchangesReqSchemaType = z.infer; export declare const AdminPostReceiveExchangesReqSchema: z.ZodObject<{ internal_note: z.ZodOptional; description: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; }, { metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; }>; export type AdminPostReceiveExchangesReqSchemaType = z.infer; export declare const AdminPostReceiveExchangeItemsReqSchema: z.ZodObject<{ items: z.ZodArray; }, "strip", z.ZodTypeAny, { id: string; quantity: number; internal_note?: string | undefined; }, { id: string; quantity: number; internal_note?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { id: string; quantity: number; internal_note?: string | undefined; }[]; }, { items: { id: string; quantity: number; internal_note?: string | undefined; }[]; }>; export type AdminPostReceiveExchangeItemsReqSchemaType = z.infer; export declare const AdminPostCancelExchangeReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostCancelExchangeReqSchemaType = z.infer; export declare const AdminPostExchangesRequestItemsReturnActionReqSchema: z.ZodObject<{ quantity: z.ZodOptional; internal_note: z.ZodOptional>>; reason_id: z.ZodOptional>>; metadata: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; internal_note?: string | null | undefined; reason_id?: string | null | undefined; quantity?: number | undefined; }, { metadata?: Record | null | undefined; internal_note?: string | null | undefined; reason_id?: string | null | undefined; quantity?: number | undefined; }>; export type AdminPostExchangesRequestItemsReturnActionReqSchemaType = z.infer; export declare const AdminPostExchangesShippingReqSchema: 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 AdminPostExchangesShippingReqSchemaType = z.infer; export declare const AdminPostExchangesShippingActionReqSchema: 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 AdminPostExchangesShippingActionReqSchemaType = z.infer; export declare const AdminPostExchangesAddItemsReqSchema: z.ZodObject<{ items: z.ZodArray; 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 | undefined; unit_price?: number | undefined; allow_backorder?: boolean | undefined; }, { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; allow_backorder?: boolean | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; allow_backorder?: boolean | undefined; }[]; }, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; allow_backorder?: boolean | undefined; }[]; }>; export type AdminPostExchangesAddItemsReqSchemaType = z.infer; export declare const AdminPostExchangesReturnRequestItemsReqSchema: z.ZodObject<{ location_id: z.ZodOptional; items: z.ZodArray; internal_note: z.ZodOptional; reason_id: z.ZodOptional; metadata: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; quantity: number; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | undefined; }, { id: string; quantity: number; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { id: string; quantity: number; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | undefined; }[]; location_id?: string | undefined; }, { items: { id: string; quantity: number; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | undefined; }[]; location_id?: string | undefined; }>; export type AdminPostExchangesReturnRequestItemsReqSchemaType = z.infer; export declare const AdminPostExchangesDismissItemsActionReqSchema: z.ZodObject<{ quantity: z.ZodOptional; internal_note: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { internal_note?: string | null | undefined; quantity?: number | undefined; }, { internal_note?: string | null | undefined; quantity?: number | undefined; }>; export type AdminPostExchangesDismissItemsActionReqSchemaType = z.infer; export declare const AdminPostExchangesConfirmRequestReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostExchangesConfirmRequestReqSchemaType = z.infer; export declare const AdminPostExchangesItemsActionReqSchema: z.ZodObject<{ quantity: z.ZodOptional; internal_note: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { internal_note?: string | null | undefined; quantity?: number | undefined; }, { internal_note?: string | null | undefined; quantity?: number | undefined; }>; export type AdminPostExchangesItemsActionReqSchemaType = z.infer; export declare const AdminDeleteExchangeItemActionSchema: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminDeleteExchangeItemActionSchemaType = z.infer; //# sourceMappingURL=validators.d.ts.map