openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

fix(openapi-fetch): omit serializing for already serialized data

Open justAnArthur opened this issue 1 month ago • 2 comments

Changes

New changes makes omitting serializing for already serialized data, such as string, primary fixing issue with sending string as body

How to Review

Take a look at the issue: https://github.com/openapi-ts/openapi-typescript/issues/2555 and on updated code and test.

Checklist

  • [x] Unit tests updated
  • ~~docs/ updated (if necessary)~~
  • ~~pnpm run update:examples run (only applicable for openapi-typescript)~~

justAnArthur avatar Dec 23 '25 13:12 justAnArthur