chore: regenerate using latest spec (2025-09-15)#1184
Merged
Conversation
frederikprijck
approved these changes
Sep 15, 2025
dee03fb to
52a8080
Compare
developerkunal
approved these changes
Sep 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and updates across the codebase. The most significant changes include refactoring header handling in the
Actionsmanagement client, adding new resource clients to theManagementClient, and updating package management and dependencies.Management Client Enhancements
SupplementalSignals,Groups, andRiskAssessments) to theManagementClientclass, including their imports, protected members, and public getters, enabling access to additional API endpoints.Actions Resource Refactoring
Refactored header handling in all
Actionsresource methods by introducing a local_headersvariable for consistent header merging, improving maintainability and clarity. This change affects all major CRUD and utility methods insrc/management/api/resources/actions/client/Client.ts.Changed default values for pagination parameters (
page) in theActionsresource from1to0for consistency with zero-based indexing.Package Management and Dependency Updates
package.jsonversion from5.0.0-beta.0to5.0.0to mark a stable release.package.jsonfor better clarity and maintainability, including moving some dependencies and updating their versions.auth0-legacyanduuidin thedependenciessection for consistency.Miscellaneous
pnpm-lock.yamlto.npmignoreto prevent publishing the lock file.These changes collectively improve the maintainability, extensibility, and reliability of the codebase.