You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
types: WebhookEvent payload fields require narrowing on event.type; un-narrowed access no longer compiles.
the provider response body moved from RevenueError.cause to a non-enumerable RevenueError.responseBody; cause now carries only the underlying JS error. Non-enumerability hides the body from console.error, util.inspect, JSON.stringify and Sentry, while error.responseBody remains a deliberate read. It is not redacted: the content is customer PII, which a secrets list cannot enumerate.
Features
add customers.create and customers.update (9ae21ae)