Closed wlinna closed 2 weeks ago
hey @wlinna I'll have a look at the types again :)
Yeah, I'm having same issue. not possible to use in internal imports
Hey !
I'm having the same issue here. This package is hard to use when using a bundler
as moduleResolution
since the types are not exported :(
:tada: This issue has been resolved in version 3.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I am trying to use
addHumanUser
by creating a client withcreateManagementClient
. However,However, assigning gender seems difficult, because it appears I cannot import Gender etc. I can't import
AddHumanUserRequest
, so I can't just useAddHumanUserRequest.fromJson
and the string values specified in Zitadel documentation eitherI noticed an issue that seemed related, but it was marked as solved.
I use version 2.0.8 of zitadel-node with TypeScript