import * as z from "zod"; import { ConditionGroupPayloadV2, ConditionGroupPayloadV2$Outbound } from "./conditiongrouppayloadv2.js"; export type ExpressionFilterOptsPayloadV2 = { /** * 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 ExpressionFilterOptsPayloadV2$inboundSchema: z.ZodType; /** @internal */ export type ExpressionFilterOptsPayloadV2$Outbound = { condition_groups: Array; }; /** @internal */ export declare const ExpressionFilterOptsPayloadV2$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 ExpressionFilterOptsPayloadV2$ { /** @deprecated use `ExpressionFilterOptsPayloadV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsPayloadV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ExpressionFilterOptsPayloadV2$Outbound` instead. */ type Outbound = ExpressionFilterOptsPayloadV2$Outbound; } //# sourceMappingURL=expressionfilteroptspayloadv2.d.ts.map