You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this exists in the openapi metadata as x-fern-sdk-return-value. This should instead be normalized to x-response-key to match the SDK (It is not a "fern thing" it's a Seam API thing):
Instead of using this: https://github.com/seamapi/javascript-http/blob/main/generate-routes.ts#L76
Use
x-fern-sdk-return-value
Currently this exists in the openapi metadata as
x-fern-sdk-return-value
. This should instead be normalized tox-response-key
to match the SDK (It is not a "fern thing" it's a Seam API thing):javascript-http/src/lib/seam/connect/seam-http-request.ts
Line 19 in 65021e4
Fixing the key name is out of scope of this issue, but the value should be isolated to a constant, like
The text was updated successfully, but these errors were encountered: