v9.0.0-alpha.2
Pre-release
Pre-release
github-actions
released this
28 Jan 18:30
·
4 commits
to main
since this release
Changes from 9.0.0-alpha.1:
- Rather than fully dropping the
body
parameter, each HTTP request type includes optionalbody
andquerystring
parameters that will add any provided values to the body and querystring, respectively. They have permissive{ [key: string]: any }
types (basicallyRecord<string, any>
), except they do not allow any of properties that should been in the root of the object.