@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable AudienceMemberSchemaConst

    AudienceMemberSchema: ZodObject<
        {
            external_id: ZodString;
            hashed_email: ZodOptional<ZodNullable<ZodString>>;
            hashed_phone: ZodOptional<ZodNullable<ZodString>>;
            uids: ZodOptional<
                ZodNullable<
                    ZodArray<
                        ZodObject<
                            {
                                type: ZodUnion<
                                    readonly [
                                        ZodLiteral<"rampid">,
                                        ZodLiteral<"id5">,
                                        ZodLiteral<"uid2">,
                                        ZodLiteral<"euid">,
                                        ZodLiteral<"pairid">,
                                        ZodLiteral<"maid">,
                                        ZodLiteral<"hashed_email">,
                                        ZodLiteral<"publisher_first_party">,
                                        ZodLiteral<"other">,
                                    ],
                                >;
                                value: ZodString;
                            },
                            $loose,
                        >,
                    >,
                >,
            >;
            ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...