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

    Variable GetPropertyListResponseSchemaConst

    GetPropertyListResponseSchema: ZodObject<
        {
            list: ZodObject<
                {
                    list_id: ZodString;
                    name: ZodString;
                    description: ZodOptional<ZodNullable<ZodString>>;
                    principal: ZodOptional<ZodNullable<ZodString>>;
                    base_properties: ZodOptional<
                        ZodNullable<
                            ZodArray<
                                ZodUnion<
                                    readonly [
                                        ZodObject<
                                            { selection_type: ...; publisher_domain: ...; tags: ... },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                selection_type: ...;
                                                publisher_domain: ...;
                                                property_ids: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<{ selection_type: ...; identifiers: ... }, $loose>,
                                    ],
                                >,
                            >,
                        >,
                    >;
                    filters: ZodOptional<
                        ZodNullable<
                            ZodObject<
                                {
                                    countries_all: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                    channels_any: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                    property_types: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                    feature_requirements: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                    exclude_identifiers: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                },
                                $loose,
                            >,
                        >,
                    >;
                    brand: ZodOptional<
                        ZodNullable<
                            ZodObject<
                                {
                                    domain: ZodString;
                                    brand_id: ZodOptional<ZodNullable<ZodString>>;
                                },
                                $loose,
                            >,
                        >,
                    >;
                    webhook_url: ZodOptional<ZodNullable<ZodString>>;
                    cache_duration_hours: ZodOptional<ZodNullable<ZodNumber>>;
                    created_at: ZodOptional<ZodNullable<ZodString>>;
                    updated_at: ZodOptional<ZodNullable<ZodString>>;
                    property_count: ZodOptional<ZodNullable<ZodNumber>>;
                },
                $loose,
            >;
            identifiers: ZodOptional<
                ZodNullable<
                    ZodArray<
                        ZodObject<
                            {
                                type: ZodUnion<
                                    readonly [
                                        ZodLiteral<"domain">,
                                        ZodLiteral<"subdomain">,
                                        ZodLiteral<"network_id">,
                                        ZodLiteral<"ios_bundle">,
                                        ZodLiteral<"android_package">,
                                        ZodLiteral<"apple_app_store_id">,
                                        ZodLiteral<"google_play_id">,
                                        ZodLiteral<"roku_store_id">,
                                        ZodLiteral<"fire_tv_asin">,
                                        ZodLiteral<"samsung_app_id">,
                                        ZodLiteral<"apple_tv_bundle">,
                                        ZodLiteral<"bundle_id">,
                                        ZodLiteral<"venue_id">,
                                        ZodLiteral<"screen_id">,
                                        ZodLiteral<"openooh_venue_type">,
                                        ZodLiteral<"rss_url">,
                                        ZodLiteral<"apple_podcast_id">,
                                        ZodLiteral<"spotify_collection_id">,
                                        ZodLiteral<"podcast_guid">,
                                    ],
                                >;
                                value: ZodString;
                            },
                            $loose,
                        >,
                    >,
                >,
            >;
            pagination: ZodOptional<
                ZodNullable<
                    ZodObject<
                        {
                            has_more: ZodBoolean;
                            cursor: ZodOptional<ZodNullable<ZodString>>;
                            total_count: ZodOptional<ZodNullable<ZodNumber>>;
                        },
                        $loose,
                    >,
                >,
            >;
            resolved_at: ZodOptional<ZodNullable<ZodString>>;
            cache_valid_until: ZodOptional<ZodNullable<ZodString>>;
            coverage_gaps: ZodOptional<
                ZodNullable<
                    ZodRecord<
                        ZodString,
                        ZodArray<
                            ZodObject<
                                {
                                    type: ZodUnion<
                                        readonly [
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                        ],
                                    >;
                                    value: ZodString;
                                },
                                $loose,
                            >,
                        >,
                    >,
                >,
            >;
            ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...