import { CampaignBudgetType } from "@medusajs/framework/utils"; import { z } from "@medusajs/framework/zod"; export declare const AdminGetCampaignParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetCampaignsParamsFields: z.ZodObject<{ q: z.ZodOptional; campaign_identifier: z.ZodOptional; budget: z.ZodOptional; }, "strip", z.ZodTypeAny, { currency_code?: string | undefined; }, { currency_code?: string | undefined; }>>; }, "strict", z.ZodTypeAny, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }>; export type AdminGetCampaignsParamsType = z.infer; export declare const AdminGetCampaignsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; campaign_identifier: z.ZodOptional; budget: z.ZodOptional; }, "strip", z.ZodTypeAny, { currency_code?: string | undefined; }, { currency_code?: string | undefined; }>>; }, "strict", z.ZodTypeAny, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }>, "many">>>; $or: z.ZodOptional; campaign_identifier: z.ZodOptional; budget: z.ZodOptional; }, "strip", z.ZodTypeAny, { currency_code?: string | undefined; }, { currency_code?: string | undefined; }>>; }, "strict", z.ZodTypeAny, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }, { q?: string | undefined; campaign_identifier?: string | undefined; budget?: { currency_code?: string | undefined; } | undefined; }>, "many">>>; }, "strict", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export declare const UpdateCampaignBudget: z.ZodObject<{ limit: z.ZodOptional>; }, "strict", z.ZodTypeAny, { limit?: number | null | undefined; }, { limit?: number | null | undefined; }>; export type AdminCreateCampaignType = z.infer; export declare const CreateCampaign: z.ZodObject<{ name: z.ZodString; campaign_identifier: z.ZodString; description: z.ZodOptional>; budget: z.ZodOptional; limit: z.ZodOptional>; currency_code: z.ZodOptional>; attribute: z.ZodOptional>; }, "strict", z.ZodTypeAny, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }>, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }>, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }>, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }, { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; }>>>; starts_at: z.ZodOptional>; ends_at: z.ZodOptional>; }, "strict", z.ZodTypeAny, { name: string; campaign_identifier: string; description?: string | null | undefined; starts_at?: Date | null | undefined; ends_at?: Date | null | undefined; budget?: { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; } | null | undefined; }, { name: string; campaign_identifier: string; description?: string | null | undefined; starts_at?: Date | null | undefined; ends_at?: Date | null | undefined; budget?: { type: CampaignBudgetType; currency_code?: string | null | undefined; limit?: number | null | undefined; attribute?: string | null | undefined; } | null | undefined; }>; export declare const AdminCreateCampaign: (additionalDataValidator?: z.ZodOptional>>) => z.ZodObject | z.ZodEffects; export type AdminUpdateCampaignType = z.infer; export declare const UpdateCampaign: z.ZodObject<{ name: z.ZodOptional; campaign_identifier: z.ZodOptional; description: z.ZodOptional>; budget: z.ZodOptional>; }, "strict", z.ZodTypeAny, { limit?: number | null | undefined; }, { limit?: number | null | undefined; }>>; starts_at: z.ZodOptional>; ends_at: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | null | undefined; campaign_identifier?: string | undefined; starts_at?: Date | null | undefined; ends_at?: Date | null | undefined; budget?: { limit?: number | null | undefined; } | undefined; }, { name?: string | undefined; description?: string | null | undefined; campaign_identifier?: string | undefined; starts_at?: Date | null | undefined; ends_at?: Date | null | undefined; budget?: { limit?: number | null | undefined; } | undefined; }>; export declare const AdminUpdateCampaign: (additionalDataValidator?: z.ZodOptional>>) => z.ZodObject | z.ZodEffects; //# sourceMappingURL=validators.d.ts.map