openapi-fetch@0.17.0
Minor Changes
- #2549
a690e52Thanks @abumalick! - Add readOnly/writeOnly support via--read-write-markersflag. When enabled, readOnly properties are wrapped with$Read<T>and writeOnly properties with$Write<T>. openapi-fetch usesReadable<T>andWritable<T>helpers to exclude these properties from responses and request bodies respectively.
Patch Changes
-
#2572
9350ddfThanks @luis-guideti! - Do not treat Content-Length=0 as empty when Transfer-Encoding is chunked -
Updated dependencies [
a690e52]:- openapi-typescript-helpers@0.1.0