Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing user.CreateParams properties (#371)
* Add missing user.CreateParams properties - `DeleteSelfEnabled`: https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser!path=delete_self_enabled&t=request - `CreateOrganizationEnabled`: https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser!path=create_organization_enabled&t=request - `CreateOrganizationsLimit`: https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser!path=create_organizations_limit&t=request * Change type of CreateOrganizationsLimit to int64 Co-authored-by: Giannis Katsanos <[email protected]> * Revert changes to CreateOrganizationsLimit --------- Co-authored-by: Giannis Katsanos <[email protected]>
- Loading branch information