import * as z from "zod"; import { ConditionGroupV2, ConditionGroupV2$Outbound } from "./conditiongroupv2.js"; export type ExpressionFilterOptsV2 = { /** * The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass. */ conditionGroups: Array; }; /** @internal */ export declare const ExpressionFilterOptsV2$inboundSchema: z.ZodType; /** @internal */ export type ExpressionFilterOptsV2$Outbound = { condition_groups: Array; }; /** @internal */ export declare const ExpressionFilterOptsV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ExpressionFilterOptsV2$ { /** @deprecated use `ExpressionFilterOptsV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsV2$Outbound` instead. */ type Outbound = ExpressionFilterOptsV2$Outbound; } //# sourceMappingURL=expressionfilteroptsv2.d.ts.map