@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable CreatePropertyListResponseSchemaConst

    CreatePropertyListResponseSchema: ZodObject<
        {
            list: ZodObject<
                {
                    list_id: ZodString;
                    name: ZodString;
                    description: ZodOptional<ZodString>;
                    account: ZodOptional<
                        ZodUnion<
                            readonly [
                                ZodObject<{ account_id: ZodString }, $loose>,
                                ZodObject<
                                    {
                                        brand: ZodObject<
                                            {
                                                domain: ...;
                                                brand_id: ...;
                                                industries: ...;
                                                data_subject_contestation: ...;
                                            },
                                            $loose,
                                        >;
                                        operator: ZodString;
                                        sandbox: ZodOptional<ZodBoolean>;
                                    },
                                    $loose,
                                >,
                            ],
                        >,
                    >;
                    base_properties: ZodOptional<
                        ZodArray<
                            ZodUnion<
                                readonly [
                                    ZodObject<
                                        {
                                            selection_type: ZodLiteral<(...)>;
                                            publisher_domain: ZodString;
                                            tags: ZodArray<(...)>;
                                        },
                                        $loose,
                                    >,
                                    ZodObject<
                                        {
                                            selection_type: ZodLiteral<(...)>;
                                            publisher_domain: ZodString;
                                            property_ids: ZodArray<(...)>;
                                        },
                                        $loose,
                                    >,
                                    ZodObject<
                                        {
                                            selection_type: ZodLiteral<(...)>;
                                            identifiers: ZodArray<(...)>;
                                        },
                                        $loose,
                                    >,
                                ],
                            >,
                        >,
                    >;
                    filters: ZodOptional<
                        ZodObject<
                            {
                                countries_all: ZodOptional<ZodArray<ZodString>>;
                                channels_any: ZodOptional<
                                    ZodArray<
                                        ZodUnion<
                                            readonly [
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                            ],
                                        >,
                                    >,
                                >;
                                property_types: ZodOptional<
                                    ZodArray<
                                        ZodUnion<
                                            readonly [
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                                (...),
                                            ],
                                        >,
                                    >,
                                >;
                                feature_requirements: ZodOptional<
                                    ZodArray<
                                        ZodObject<
                                            {
                                                feature_id: ...;
                                                min_value: ...;
                                                max_value: ...;
                                                allowed_values: ...;
                                                if_not_covered: ...;
                                                policy_id: ...;
                                            },
                                            $loose,
                                        >,
                                    >,
                                >;
                                exclude_identifiers: ZodOptional<
                                    ZodArray<ZodObject<{ type: ...; value: ... }, $loose>>,
                                >;
                            },
                            $loose,
                        >,
                    >;
                    brand: ZodOptional<
                        ZodObject<
                            {
                                domain: ZodString;
                                brand_id: ZodOptional<ZodString>;
                                industries: ZodOptional<ZodArray<ZodString>>;
                                data_subject_contestation: ZodOptional<
                                    ZodRecord<ZodString, ZodUnknown>,
                                >;
                            },
                            $loose,
                        >,
                    >;
                    webhook_url: ZodOptional<ZodString>;
                    cache_duration_hours: ZodOptional<ZodNumber>;
                    created_at: ZodOptional<ZodISODateTime>;
                    updated_at: ZodOptional<ZodISODateTime>;
                    property_count: ZodOptional<ZodNumber>;
                    pricing_options: ZodOptional<
                        ZodArray<
                            ZodIntersection<
                                ZodObject<{ pricing_option_id: ZodString }, $loose>,
                                ZodUnion<
                                    readonly [
                                        ZodObject<
                                            { model: ...; cpm: ...; currency: ...; ext: ... },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                model: ...;
                                                percent: ...;
                                                max_cpm: ...;
                                                currency: ...;
                                                ext: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                model: ...;
                                                amount: ...;
                                                period: ...;
                                                currency: ...;
                                                ext: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                model: ...;
                                                unit: ...;
                                                unit_price: ...;
                                                currency: ...;
                                                ext: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                model: ...;
                                                description: ...;
                                                metadata: ...;
                                                currency: ...;
                                                ext: ...;
                                            },
                                            $loose,
                                        >,
                                    ],
                                >,
                            >,
                        >,
                    >;
                },
                $loose,
            >;
            auth_token: ZodString;
            replayed: ZodOptional<ZodBoolean>;
            context: ZodOptional<ZodObject<{}, $loose>>;
            ext: ZodOptional<ZodObject<{}, $loose>>;
        },
        $loose,
    > = ...