@hey-api/openapi-ts 0.84.3 → 0.84.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -320,6 +320,7 @@ export const buildOfetchOptions = (
320
320
  ({
321
321
  agent: opts.agent as OfetchOptions['agent'],
322
322
  body,
323
+ credentials: opts.credentials as OfetchOptions['credentials'],
323
324
  dispatcher: opts.dispatcher as OfetchOptions['dispatcher'],
324
325
  headers: opts.headers as Headers,
325
326
  ignoreResponseError: