@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable GetSignalsRequestSchemaConst

    GetSignalsRequestSchema: ZodObject<
        {
            signal_spec: ZodString;
            deliver_to: ZodObject<
                {
                    deployments: ZodArray<
                        ZodUnion<
                            readonly [
                                ZodIntersection<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                    ZodObject<
                                        {
                                            type: ZodLiteral<(...)>;
                                            platform: ZodString;
                                            account: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >,
                                ZodIntersection<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                    ZodObject<
                                        {
                                            type: ZodLiteral<(...)>;
                                            agent_url: ZodString;
                                            account: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >,
                            ],
                        >,
                    >;
                    countries: ZodArray<ZodString>;
                },
                $strip,
            >;
            filters: ZodOptional<
                ZodNullable<
                    ZodIntersection<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        ZodObject<
                            {
                                catalog_types: ZodOptional<ZodNullable<ZodArray<ZodUnion<(...)>>>>;
                                data_providers: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
                                max_cpm: ZodOptional<ZodNullable<ZodNumber>>;
                                min_coverage_percentage: ZodOptional<ZodNullable<ZodNumber>>;
                            },
                            $strip,
                        >,
                    >,
                >,
            >;
            max_results: ZodOptional<ZodNullable<ZodNumber>>;
            context: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
            ext: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
        },
        $strip,
    > = ...