FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

correction on userComment success response #81

Closed alex-fusionauth closed 3 months ago

alex-fusionauth commented 4 months ago

Correcting response type fixes this for TS.

image
lyleschemmerling commented 4 months ago

Unfortunately this is modifying generated code which will get overwritten on the next pass.

The spot that needs edited is here

lyleschemmerling commented 4 months ago

That may or may not wind up being the exact same diff as this, however, so we should leave this PR open but lets ensure that the json gets updated before we merge this.

mooreds commented 4 months ago

Isn't this updating client-builder?

@lyleschemmerling what am I missing?