Skip to content

feat(nestjs-crud): export public CRUD types and base handlers#464

Open
tnramalho wants to merge 1 commit into
feature/version-8from
feature/version-8-crud-public-exports
Open

feat(nestjs-crud): export public CRUD types and base handlers#464
tnramalho wants to merge 1 commit into
feature/version-8from
feature/version-8-crud-public-exports

Conversation

@tnramalho

Copy link
Copy Markdown
Collaborator

Summary

  • Export CrudRequestConfig, CrudResponseConfig, and CrudParamOptionInterface from @concepta/nestjs-crud
  • Export base CQRS handler classes as CrudCommandHandlerBase / CrudQueryHandlerBase (aliases to avoid colliding with route decorators)
  • Export CrudCommandInterface and CrudQueryInterface for consumer extensions

Test plan

  • Typecheck / build packages/nestjs-crud
  • Confirm existing package exports still resolve
  • Smoke-check that consumers can import the new public symbols from package root

Made with Cursor

Expose CrudRequestConfig, CrudResponseConfig, and base command/query
handler classes so consumers can extend CRUD without deep imports.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant