Skip to content
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

fix: missing export for isArchived() #1523

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rustyy
Copy link

@rustyy rustyy commented Nov 4, 2022

fix #1522

Summary

Export all plain-checks.

Description

All plain-checks are exported within contentful-management except for isArchived-method for no obvious reason.

Motivation and Context

Would be great having it exported as well to be usable by consumers.

Checklist (check all before merging)

  • Both unit and integration tests are passing
  • There are no breaking changes
  • Changes are reflected in the documentation

When adding a new method:

  • The new method is exported through the default and plain CMA client
  • All new public types are exported from ./lib/export-types.ts
  • Added a unit test for the new method
  • Added an integration test for the new method
  • The new method is added to the documentation

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.

Missing export for isArchived()
1 participant