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

    Variable DeploymentSchemaConst

    DeploymentSchema: ZodUnion<
        readonly [
            ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        type: ZodLiteral<"platform">;
                        platform: ZodString;
                        account: ZodOptional<ZodNullable<ZodString>>;
                        is_live: ZodBoolean;
                        activation_key: ZodOptional<
                            ZodNullable<
                                ZodUnion<
                                    readonly [
                                        ZodIntersection<
                                            ZodRecord<(...), (...)>,
                                            ZodObject<(...), (...)>,
                                        >,
                                        ZodIntersection<ZodRecord<(...), (...)>, ZodObject<(...), (...)>>,
                                    ],
                                >,
                            >,
                        >;
                        estimated_activation_duration_minutes: ZodOptional<
                            ZodNullable<ZodNumber>,
                        >;
                        deployed_at: ZodOptional<ZodNullable<ZodString>>;
                    },
                    $strip,
                >,
            >,
            ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        type: ZodLiteral<"agent">;
                        agent_url: ZodString;
                        account: ZodOptional<ZodNullable<ZodString>>;
                        is_live: ZodBoolean;
                        activation_key: ZodOptional<
                            ZodNullable<
                                ZodUnion<
                                    readonly [
                                        ZodIntersection<
                                            ZodRecord<(...), (...)>,
                                            ZodObject<(...), (...)>,
                                        >,
                                        ZodIntersection<ZodRecord<(...), (...)>, ZodObject<(...), (...)>>,
                                    ],
                                >,
                            >,
                        >;
                        estimated_activation_duration_minutes: ZodOptional<
                            ZodNullable<ZodNumber>,
                        >;
                        deployed_at: ZodOptional<ZodNullable<ZodString>>;
                    },
                    $strip,
                >,
            >,
        ],
    > = ...