Variable XEntityTypesSchemaConst
XEntityTypesSchema: ZodUnion<
readonly [
ZodLiteral<"advertiser_brand">,
ZodLiteral<"rights_holder_brand">,
ZodLiteral<"rights_grant">,
ZodLiteral<"account">,
ZodLiteral<"operator">,
ZodLiteral<"media_buy">,
ZodLiteral<"package">,
ZodLiteral<"product">,
ZodLiteral<"product_pricing_option">,
ZodLiteral<"vendor_pricing_option">,
ZodLiteral<"creative">,
ZodLiteral<"creative_format">,
ZodLiteral<"audience">,
ZodLiteral<"signal">,
ZodLiteral<"signal_activation_id">,
ZodLiteral<"event_source">,
ZodLiteral<"collection_list">,
ZodLiteral<"property_list">,
ZodLiteral<"catalog">,
ZodLiteral<"property">,
ZodLiteral<"media_plan">,
ZodLiteral<"governance_plan">,
ZodLiteral<"governance_registry_policy">,
ZodLiteral<"governance_inline_policy">,
ZodLiteral<"governance_check">,
ZodLiteral<"content_standards">,
ZodLiteral<"task">,
ZodLiteral<"si_session">,
ZodLiteral<"offering">,
],
> = ...