- #1759 Update generated code
- Change
Checkout.Session.currency_conversion
to be required
- Change
Identity.VerificationReport.options
and Identity.VerificationReport.type
to be optional
- Change type of
Identity.VerificationSession.options
from VerificationSessionOptions
to VerificationSessionOptions | null
- Change type of
Identity.VerificationSession.type
from enum('document'|'id_number')
to enum('document'|'id_number') | null
- #1762 Add Deno webhook signing example
- #1761 Add Deno usage instructions in README
See the changelog for more details.