Variable TaskTypeSchemaConst
TaskTypeSchema: ZodUnion<
readonly [
ZodLiteral<"create_media_buy">,
ZodLiteral<"update_media_buy">,
ZodLiteral<"sync_creatives">,
ZodLiteral<"activate_signal">,
ZodLiteral<"get_signals">,
ZodLiteral<"create_property_list">,
ZodLiteral<"update_property_list">,
ZodLiteral<"get_property_list">,
ZodLiteral<"list_property_lists">,
ZodLiteral<"delete_property_list">,
ZodLiteral<"sync_accounts">,
ZodLiteral<"get_account_financials">,
ZodLiteral<"get_creative_delivery">,
ZodLiteral<"sync_event_sources">,
ZodLiteral<"sync_audiences">,
ZodLiteral<"sync_catalogs">,
ZodLiteral<"log_event">,
ZodLiteral<"get_brand_identity">,
ZodLiteral<"get_rights">,
ZodLiteral<"acquire_rights">,
],
> = ...