import { ClaimReason, ClaimType } from "@medusajs/framework/utils"; 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; /** * 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 AdminPostOrderClaimsReqSchema: z.ZodObject<{ type: z.ZodNativeEnum; order_id: z.ZodString; description: z.ZodOptional; internal_note: z.ZodOptional; reason_id: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { type: ClaimType; order_id: string; metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | null | undefined; }, { type: ClaimType; order_id: string; metadata?: Record | null | undefined; description?: string | undefined; internal_note?: string | undefined; reason_id?: string | null | undefined; }>; export type AdminPostOrderClaimsReqSchemaType = 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 AdminPostReceiveClaimsReqSchema: 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 AdminPostReceiveClaimsReqSchemaType = z.infer; export declare const AdminPostReceiveClaimItemsReqSchema: 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 AdminPostReceiveClaimItemsReqSchemaType = z.infer; export declare const AdminPostCancelClaimReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostCancelClaimReqSchemaType = z.infer; export declare const AdminPostClaimsShippingReqSchema: 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 AdminPostClaimsShippingReqSchemaType = z.infer; export declare const AdminPostClaimsShippingActionReqSchema: 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 AdminPostClaimsShippingActionReqSchemaType = z.infer; export declare const AdminPostClaimsAddItemsReqSchema: z.ZodObject<{ items: z.ZodArray; internal_note: z.ZodOptional; metadata: z.ZodOptional>; }, "strip", z.ZodTypeAny, { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; }, { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; }[]; }, { items: { variant_id: string; quantity: number; metadata?: Record | undefined; internal_note?: string | undefined; unit_price?: number | undefined; }[]; }>; export type AdminPostClaimsAddItemsReqSchemaType = z.infer; export declare const AdminPostClaimsRequestReturnItemsReqSchema: 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 AdminPostClaimsRequestReturnItemsReqSchemaType = z.infer; export declare const AdminPostClaimsRequestItemsReturnActionReqSchema: 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 AdminPostClaimsRequestItemsReturnActionReqSchemaType = z.infer; export declare const AdminPostClaimItemsReqSchema: z.ZodObject<{ items: z.ZodArray>; description: z.ZodOptional; internal_note: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; reason?: ClaimReason | undefined; }, { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; reason?: ClaimReason | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { items: { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; reason?: ClaimReason | undefined; }[]; }, { items: { id: string; quantity: number; description?: string | undefined; internal_note?: string | undefined; reason?: ClaimReason | undefined; }[]; }>; export type AdminPostClaimItemsReqSchemaType = z.infer; export declare const AdminPostClaimsRequestItemsActionReqSchema: 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 AdminPostClaimsRequestItemsActionReqSchemaType = z.infer; export declare const AdminPostClaimsItemsActionReqSchema: z.ZodObject<{ quantity: z.ZodOptional; reason_id: z.ZodOptional>; internal_note: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { internal_note?: string | null | undefined; reason_id?: string | null | undefined; quantity?: number | undefined; }, { internal_note?: string | null | undefined; reason_id?: string | null | undefined; quantity?: number | undefined; }>; export type AdminPostClaimsItemsActionReqSchemaType = z.infer; export declare const AdminPostClaimsDismissItemsActionReqSchema: 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 AdminPostClaimsDismissItemsActionReqSchemaType = z.infer; export declare const AdminPostClaimsConfirmRequestReqSchema: z.ZodObject<{ no_notification: z.ZodOptional; }, "strip", z.ZodTypeAny, { no_notification?: boolean | undefined; }, { no_notification?: boolean | undefined; }>; export type AdminPostClaimsConfirmRequestReqSchemaType = z.infer; export declare const AdminDeleteClaimItemActionSchema: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminDeleteClaimItemActionSchemaType = z.infer; //# sourceMappingURL=validators.d.ts.map