feat: export tenant manager use cases and features from public API#5140
Merged
feat: export tenant manager use cases and features from public API#5140
Conversation
adrians5j
added a commit
that referenced
this pull request
Apr 29, 2026
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.
What changed
This PR exposes the tenant manager's use case and feature classes through the public API exports. Previously, only
TenantModelExtensionandTenantExtensionswere exported from both the@webiny/tenant-managerpackage and the main@webiny/apientry point. Now, all tenant lifecycle operations — getting the current tenant, fetching by ID, creating, updating, enabling, disabling, and installing tenants — are available as named exports, along with their corresponding feature wrappers and TypeScript interfaces.Changelog
Tenant Manager Use Cases and Features Now Exported from Public API
The tenant manager's use case classes, feature plugins, and TypeScript interfaces were not accessible through the package's public entry point, making it difficult to extend or override tenant management behavior. They are now exported from both
@webiny/tenant-managerand the main@webiny/webinypackage, enabling developers to consume and build on top of these abstractions directly.Squash Merge Commit