import { PriceListStatus, PriceListType } from "@medusajs/framework/utils"; import { z } from "@medusajs/framework/zod"; export declare const AdminGetPriceListPriceParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetPriceListPricesParams: 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>; }, "strip", z.ZodTypeAny, { offset: number; limit: number; order?: string | undefined; fields?: string | undefined; with_deleted?: boolean | undefined; }, { order?: string | undefined; fields?: string | undefined; offset?: unknown; limit?: unknown; with_deleted?: unknown; }>; export declare const AdminGetPriceListsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; starts_at: z.ZodOptional]>>; ends_at: z.ZodOptional]>>; status: z.ZodOptional, "many">>; rules_count: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }>; export declare const AdminGetPriceListsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; starts_at: z.ZodOptional]>>; ends_at: z.ZodOptional]>>; status: z.ZodOptional, "many">>; rules_count: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; starts_at: z.ZodOptional]>>; ends_at: z.ZodOptional]>>; status: z.ZodOptional, "many">>; rules_count: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }, { id?: string | string[] | undefined; status?: PriceListStatus[] | undefined; q?: string | undefined; starts_at?: any; ends_at?: any; rules_count?: number[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export declare const AdminGetPriceListParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminCreatePriceListPrice: z.ZodObject<{ currency_code: z.ZodString; amount: z.ZodNumber; variant_id: z.ZodString; min_quantity: z.ZodOptional>; max_quantity: z.ZodOptional>; rules: z.ZodOptional>; }, "strip", z.ZodTypeAny, { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }, { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }>; export type AdminCreatePriceListPriceType = z.infer; export declare const AdminUpdatePriceListPrice: z.ZodObject<{ id: z.ZodString; currency_code: z.ZodOptional; amount: z.ZodOptional; variant_id: z.ZodString; min_quantity: z.ZodOptional>; max_quantity: z.ZodOptional>; rules: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; variant_id: string; rules?: Record | undefined; amount?: number | undefined; currency_code?: string | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }, { id: string; variant_id: string; rules?: Record | undefined; amount?: number | undefined; currency_code?: string | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }>; export type AdminUpdatePriceListPriceType = z.infer; export declare const AdminCreatePriceList: z.ZodObject<{ title: z.ZodString; description: z.ZodString; starts_at: z.ZodOptional>; ends_at: z.ZodOptional>; status: z.ZodOptional>; type: z.ZodOptional>; rules: z.ZodOptional>>; prices: z.ZodOptional>; max_quantity: z.ZodOptional>; rules: z.ZodOptional>; }, "strip", z.ZodTypeAny, { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }, { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { description: string; title: string; type?: PriceListType | undefined; prices?: { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }[] | undefined; rules?: Record | undefined; status?: PriceListStatus | undefined; starts_at?: string | null | undefined; ends_at?: string | null | undefined; }, { description: string; title: string; type?: PriceListType | undefined; prices?: { amount: number; currency_code: string; variant_id: string; rules?: Record | undefined; min_quantity?: number | null | undefined; max_quantity?: number | null | undefined; }[] | undefined; rules?: Record | undefined; status?: PriceListStatus | undefined; starts_at?: string | null | undefined; ends_at?: string | null | undefined; }>; export type AdminCreatePriceListType = z.infer; export declare const AdminUpdatePriceList: z.ZodObject<{ title: z.ZodOptional; description: z.ZodOptional>; starts_at: z.ZodOptional>; ends_at: z.ZodOptional>; status: z.ZodOptional>; type: z.ZodOptional>; rules: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { type?: PriceListType | undefined; rules?: Record | undefined; description?: string | null | undefined; status?: PriceListStatus | undefined; title?: string | undefined; starts_at?: string | null | undefined; ends_at?: string | null | undefined; }, { type?: PriceListType | undefined; rules?: Record | undefined; description?: string | null | undefined; status?: PriceListStatus | undefined; title?: string | undefined; starts_at?: string | null | undefined; ends_at?: string | null | undefined; }>; export type AdminUpdatePriceListType = z.infer; export declare const AdminRemoveProductsPriceList: z.ZodObject<{ remove: z.ZodOptional>; }, "strip", z.ZodTypeAny, { remove?: string[] | undefined; }, { remove?: string[] | undefined; }>; export type AdminRemoveProductsPriceListType = z.infer; //# sourceMappingURL=validators.d.ts.map