import { z } from "@medusajs/framework/zod"; 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; export declare const AdminGetReturnParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminGetReturnParamsType = 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 AdminPostReturnsReqSchema: z.ZodObject<{ order_id: z.ZodString; location_id: z.ZodOptional; description: z.ZodOptional; internal_note: z.ZodOptional; no_notification: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { order_id: string; metadata?: Record | null | undefined; location_id?: string | undefined; description?: string | undefined; internal_note?: string | undefined; no_notification?: boolean | undefined; }, { order_id: string; metadata?: Record | null | undefined; location_id?: string | undefined; description?: string | undefined; internal_note?: string | undefined; no_notification?: boolean | undefined; }>; export type AdminPostReturnsReqSchemaType = z.infer; export declare const AdminPostReturnsReturnReqSchema: z.ZodObject<{ location_id: z.ZodOptional; no_notification: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; location_id?: string | undefined; no_notification?: boolean | undefined; }, { metadata?: Record | null | undefined; location_id?: string | undefined; no_notification?: boolean | undefined; }>; export type AdminPostReturnsReturnReqSchemaType = 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 AdminPostReceiveReturnsReqSchema: 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 AdminPostReceiveReturnsReqSchemaType = z.infer; export declare const AdminPostReceiveReturnItemsReqSchema: 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 AdminPostReceiveReturnItemsReqSchemaType = z.infer; export declare const AdminPostCancelReturnReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostCancelReturnReqSchemaType = z.infer; export declare const AdminPostReturnsShippingReqSchema: 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 AdminPostReturnsShippingReqSchemaType = z.infer; export declare const AdminPostReturnsShippingActionReqSchema: 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 AdminPostReturnsShippingActionReqSchemaType = z.infer; export declare const AdminPostReturnsRequestItemsReqSchema: z.ZodObject<{ 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; }[]; }, { items: { id: string; quantity: number; metadata?: Record | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | undefined; }[]; }>; export type AdminPostReturnsRequestItemsReqSchemaType = z.infer; export declare const AdminPostReturnsReceiveItemsReqSchema: z.ZodObject<{ items: z.ZodArray; internal_note: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; }, { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; }[]; }, { items: { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; }[]; }>; export type AdminPostReturnsReceiveItemsReqSchemaType = z.infer; export declare const AdminPostReturnsRequestItemsActionReqSchema: 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 AdminPostReturnsRequestItemsActionReqSchemaType = z.infer; export declare const AdminPostReturnsReceiveItemsActionReqSchema: 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 AdminPostReturnsReceiveItemsActionReqSchemaType = z.infer; export declare const AdminPostReturnsDismissItemsActionReqSchema: 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 AdminPostReturnsDismissItemsActionReqSchemaType = z.infer; export declare const AdminPostReturnsConfirmRequestReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostReturnsConfirmRequestReqSchemaType = z.infer; //# sourceMappingURL=validators.d.ts.map