Ulysse Prygiel
Ulysse Prygiel
Hi, ` "@fusionauth/node-client": "1.16.0"` => `"@fusionauth/typescript-client": "1.17.0"` @mooreds edited, copy/pasted twice the same lib :top:
Hi, I think it could come from the fact that in the node-client lib the body is explicitly serialized with ~`JSON.stringify`~ `queryString.stringify`, which will effectively remove any undefined prop, like...
> We also welcome pull requests if you want to just patch DefaultRESTClient.ts Ugh, that seems too risky to _me_ because I don't know the reason why the dropped the...