3.84.0
(feat): Generated error classes now redeclare the body property with the error’s
typed body (e.g. public declare readonly body: MyErrorBody;) instead of
inheriting body?: unknown from the base API error class. This makes
err.body.<field> type-check in catch blocks without casting when the
error has a declared body schema.