lexgen (2025-04-06) (#1011)
Ran lexgen against the `atproto` repo today (2025-04-06). Need to do
this periodically as maintenance; also I thought some Ozone event
changes needed to be pulled in, but maybe not.
Made two manual changes:
- did not include the removal of deprecated event types on
`subscribeRepos` (handle, tombstone, etc). that will have a broad impact
on the `events/` package, which persists events to disk using those
types
- manually commented out a `_Profile` type in the ozone types. I think
this is related to an open union thing