v9.0.0-alpha.2
Pre-release
Pre-release
·
191 commits
to main
since this release
Changes from 9.0.0-alpha.1:
- Rather than fully dropping the
bodyparameter, each HTTP request type includes optionalbodyandquerystringparameters 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.