hi everyone, apologies if this is not the appropriate forum to post my question.
I am using authzed-node with typescript bindings and I believe I noticed that the v1 export does not include the ClientSecurity enum used to define the security parameter of a new client. If this is the case, I wanted to understand what the thinking behind this decision is or whether it may just be an oversight. Creating the client is part of the public facing API, so one might expect all parameters it takes to similarly be made available at the top level.
Thank you in advance for any help!