-
Notifications
You must be signed in to change notification settings - Fork 6
fix: authzNode missing type #643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes a missing type export issue by adding a wildcard export statement for management types, making AuthzNode and 100+ other management-related types accessible to SDK users.
Changes:
- Added wildcard export of all types from
./management/typesto the main index file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
asafshen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving, but I noticed there are maybe 100 types in this file
I don't think its problematic, but it does mean that their name now becomes part of the API
|
Fixes issue - https://github.com/descope/etc/issues/13681 |
No description provided.