Skip to content

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